.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#14213b;background-image:none;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;overflow:visible;position:relative;display:block; }#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:2.0625rem;left:61rem; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#RhcawqxPlZEurWcpxsaKEadsk353NexL { color:#b68c5a;display:block;width:11.375rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:63.5rem;height:1.7871125rem;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; }
#vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { 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:4.875rem;width:23.875rem;top:0.5625rem;left:0rem;overflow:hidden;display:block; }
#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ef73f5-86f2-4d6d-9b4d-f56ad44a20b9/topoverlayv01.jpg");background-position:top 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; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.adaptive-delivery-prevent-bg, #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.lazyload, #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.lazyloading { background-image: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { background-color: transparent; background-image: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container > .video-iframe-container { display: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.37); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row > .video-iframe-container { display: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .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); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { border-width: 0; border-radius: 0; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t::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; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { font-size:0.875rem;font-family:arial;height:54.375rem;width:75rem;position:relative;display:block; }#JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 { color:#ffffff;display:block;width:17.561625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15002;line-height:3;letter-spacing:0;top:10.057983398438rem;left:0rem;height:0;font-style:normal;display:none; }#JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
#k9BRDWwmiUgm4qiOJDiTd2rX6OCgg7nl { color:#ffffff;display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:2.25rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.246337890625rem;left:0rem;height:2.92419375rem;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:none; }
#MuQ8AWSXT921RbyoaCyQmWJlRufyIgcx { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#GTCDbw9tCED8MsKGhlECF6Ac27UGcWlg { color:#ffffff;display:block;width:46.9995rem;position:absolute;font-family:"ananda regukar";font-size:5rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:10.219116210938rem;left:0rem;height:13.999rem;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:none; }
#wbR7o87Em9HcNeNVAhUa4BNUgr7Aow7i { 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:50rem;width:50rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#yUZbGteqFNbJ4iFtkEGDdF8K2cnXaCan { box-sizing:content-box;height:26.6875rem;width:19.25rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:4.5rem;left:55.625rem;box-shadow: 0rem 0rem 0.625rem rgba(0,0,0,0.5) ;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-form-header {  }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#000000;width:17.0625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.6; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.2; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;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:17.0625rem;box-sizing:border-box;height:5rem;color:#161616;font-size:0.9375rem;overflow:hidden;font-family:montserrat;vertical-align:top;line-height:1.2; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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:17.0625rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .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; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:17.0625rem;height:3rem;font-family:roboto;overflow:hidden;box-shadow: none;font-style:normal; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe [class*="-text"]:-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe [class*="-text"]::-moz-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:barlow;font-size:0.875rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.875rem;overflow:hidden;font-style:normal;float:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .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; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:montserrat;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container:first-of-type{padding-top:0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container:last-of-type{padding-bottom:0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55.4375rem;top:7.625rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.0625rem;display:block;vertical-align:top; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe {display:block;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:55.4375rem;top:7.625rem;z-index:15004;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #AN4MxchWqul6546P61kqNTc1Vc570lbx { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Pr5L52n94p0gb7Dzx4KdOn4QKhGO7OEq { position:relative;display:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #MWzMSnENXEoWmMOqFAFlTlDZqnGIrB5r { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #uCpPOP9mK75neU5PA4MSA1wardU9VQXl { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #kwk7uETyc8iTMiiTa8J7DUcnSs8MV0hK { position:relative;display:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #XInuJJCptUVFCax5ApAO9vFwC7LsIzRX { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Dihd6zt3Dia4TFhXd1URT62rNB9os21f { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #O0Wn5DSGu8aempDSOFbx8LQKzpRd0OeU { position:relative;display:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #eG81PaWlDrT6bxUd6rpusXkbJVfT7Cu7 { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #H7BzvJhZ9m1WReKmkvfeKa7HDVV6TKA1 { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #aqy0wgU8s77XnnyUArSmxckUu0TWJvBQ { position:relative;display:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #sMxFOLGswU31n6vSsx9L5BT9FlRHuLKL { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #zTWaIB534ezi0NlTd849Hni82p8MHXsE { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #yyTqL9UsE8bvwoLFLMJDRmlyddSLmxdn { position:relative;display:none; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #xs6a5tAJFokTmUJu0S0fbVTvdhoTE6mn { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #IpyBTK2t0ksGrfoTUoebUpTcMFgPlJv7 { position:relative; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #lrmImzoafMDgKaG8fWQU2ATzRqoWzn0C { position:relative; }
#Q2PNuKiO1q734dcc2sLqyupygo8AFpUP { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"libre baskerville";font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:5.8125rem;left:58.125rem;height:2.32421875rem;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;text-align:center;text-align-last:center;display:block; }
#WKpsl4OsgsgLbtaw9JGkVvQkqdHgUZM3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:120rem;width:67.5rem;display:none; }
#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b88c5a;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; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { background-color: transparent; background-image: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container > .video-iframe-container { display: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container { display: none; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .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); }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { border-width: 0; border-radius: 0; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:75rem;position:relative;display:block; }#FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { color:#ffffff;display:block;width:18.3125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:10.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.78125rem;left:30.1875rem; }
#oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { color:#ffffff;display:block;width:38.8125rem;position:absolute;font-family:arial;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.369140625rem;left:34.625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.11);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; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container { background-color: transparent; background-image: none; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container > .video-iframe-container { display: none; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row > .video-iframe-container { display: none; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .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); }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container { border-width: 0; border-radius: 0; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container { font-size:0.875rem;font-family:arial;height:45.8125rem;width:75rem;position:relative;display:block; }#Rg114bL8KeE84lbt9agTQflVlluZWJ5a { color:#000000;display:block;width:52.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.375rem;left:11.0625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#I2qIMz08WL8vvrfT73VemMecRATlfqDy { color:#162542;display:block;width:63.125rem;position:absolute;font-family:"libre baskerville";font-size:2.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:4.5693359375rem;left:5.9375rem;height:3.16796875rem;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;text-align:center;text-align-last:center;display:block; }
#Rm58clKmuu6FqeySouDkF6a8XRL4HHrS { color:#000000;display:block;width:24.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:18.6875rem;left:14.0625rem;height:8.5595625rem;display:block; }#Rm58clKmuu6FqeySouDkF6a8XRL4HHrS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Rm58clKmuu6FqeySouDkF6a8XRL4HHrS li:before{  }
#mvBNJ111W28tzpqs6K49mPvyCtALcdfA { color:#000000;display:block;width:41.25rem;position:absolute;font-family:roboto;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:29.625rem;left:16.875rem;height:3.8984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CTEpyegukdwCCfISiVeXpBlvRaaKT19O { color:#000000;display:block;width:20.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:18.6875rem;left:41.6875rem;height:6.785125rem;display:block; }#CTEpyegukdwCCfISiVeXpBlvRaaKT19O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CTEpyegukdwCCfISiVeXpBlvRaaKT19O li:before{  }
#ueZi7Owqy6zOmCIFgJwOBv1PIT9O1gAu { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:35.8125rem;left:30.25rem;display:block; }
#Knb0F48CGmVx3WrTQxOGnglV6ZeiAmOx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aea3c5e-e2f6-4f4b-9501-f4ee1f564f6d/texturegrey.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; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.adaptive-delivery-prevent-bg, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyload, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyloading { background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { background-color: transparent; background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.46); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .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); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { border-width: 0; border-radius: 0; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::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; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { color:#000000;display:block;width:42.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.7255859375rem;left:0rem;height:24.8525375rem;display:block; }
#JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18rem;width:21.5rem;top:4.4375rem;left:49.125rem;overflow:hidden;display:none; }
#Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(0,0,0,0.25) ;height:31.0625rem;width:28.25rem;top:4.0390625rem;left:46.0625rem;overflow:hidden;display:block; }
#Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { color:#161f48;display:block;width:38.875rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.5234375rem;left:0rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:38.125rem;left:11.53125rem;display:block; }
#r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { color:#161f48;display:block;width:25.125rem;position:absolute;font-family:"libre baskerville";font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.4482421875rem;left:0rem;height:2.03125rem;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;text-align:left;text-align-last:left;display:block; }
#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162542;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; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { background-color: transparent; background-image: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container > .video-iframe-container { display: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container { display: none; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .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); }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { border-width: 0; border-radius: 0; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:75rem;position:relative;display:block; }#BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.27197265625rem;left:27.8125rem;height:7.871125rem;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; }
#lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:12.27099609375rem;left:52.6875rem;height:6.296875rem;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; }
#kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:12.27490234375rem;left:2.8125rem;height:7.871125rem;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; }
#vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { 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.75rem;width:8.0625rem;top:9.375rem;left:8.46875rem;overflow:hidden;display:block; }
#KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { color:#ffffff;display:block;width:66.625rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.875rem;left:4.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:1.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:26.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#Sc6CKmSokVui40liitTGFrVxycvDqtBT { box-sizing:content-box;height:14.5rem;width:22.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(48,54,73,0.51);background-image:none;top:7.8125rem;left:51.25rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;display:block; }
#aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { position:absolute;display:block;z-index:15009;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.75rem;width:8.0625rem;top:9.375rem;left:33.46875rem;overflow:hidden;display:block; }
#yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { position:absolute;display:block;z-index:15010;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.75rem;width:8.0625rem;top:9.375rem;left:58.46875rem;overflow:hidden;display:block; }
#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { position:relative;display:none; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { border-width: 0; border-radius: 0; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .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; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .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:8.4375rem;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:none; }#lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { color:#162542;display:block;width:26.5625rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:24.21875rem;height:2.92480625rem;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;text-align:center;text-align-last:center;display:block; }
#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { position:relative;display:none; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { border-width: 0; border-radius: 0; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .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; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .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:22.125rem;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:none; }#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0bb38c9e-9a91-473f-a8e9-d855438b07b4/threegenerationhispanicfamilysittingatpicnictable1024x683.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem;display:block; }#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.adaptive-delivery-prevent-bg, #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.lazyload, #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1.lazyloading { background-image: none; }
#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-top-left-radius:0.125rem; }#nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.25);background-image:url("https://images.assets-landingi.com/uc/cf0eb8ae-b33e-4abf-9efc-5895df59454c/malerealestateagentdoingbusinessshowinghousepotentialbuyingcouple.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.adaptive-delivery-prevent-bg, #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.lazyload, #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n.lazyloading { background-image: none; }
#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18269713-97c1-4752-8f6a-85f5446af14b/02.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.adaptive-delivery-prevent-bg, #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.lazyload, #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0.lazyloading { background-image: none; }
#Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:13.81201171875rem;left:3.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.98974609375rem;left:6.71875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#hynuHnMQr3027boivOHwn3Z84IsKftJ2 { color:#000000;display:block;width:5.8125rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.98974609375rem;left:59.59375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#nsOBNQnchcgValXDTzqOLM0FGAZ6Nggy { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.75rem;left:28.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mXpFZBf2F5rBTBLO1O5xdIQmFdLPMtNH { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:13.75rem;left:53.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xnccPBkPXU77sGtnXIaBBqdyivMoTPRG { color:#000000;display:block;width:11.5625rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.990234375rem;left:31.71875rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 { position:relative;display:none; }#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 { border-width: 0; border-radius: 0; }#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 > .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; }#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 > .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:21.3125rem;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:none; }#RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e410b606-3757-4fba-aa6c-ff94e37ad480/middleagedcouplemeetingwithinteriordesigner.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U.adaptive-delivery-prevent-bg, #RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U.lazyload, #RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U.lazyloading { background-image: none; }
#RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34e2ad20-62ab-4b8c-9811-da1050302d92/01.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:25.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx.adaptive-delivery-prevent-bg, #C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx.lazyload, #C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx.lazyloading { background-image: none; }
#C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.25); }#w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7 { box-sizing:content-box;height:15.8125rem;width:23.75rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3397ac1-216e-4c49-8579-3c8a4e3d7d44/03.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:50.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }#w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7.adaptive-delivery-prevent-bg, #w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7.lazyload, #w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7.lazyloading { background-image: none; }
#w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.15); }#n6PbmFSP2ZXZ1bDGHzeu6EkAkRoSffCD { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:13.74951171875rem;left:3.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hZN2QLaHuQmAebFMxHBeGPnq5GPmobQS { color:#000000;display:block;width:15.6875rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.0732421875rem;left:4.65625rem;height:3.4121125rem;text-align:center;text-align-last:center;display:block; }
#Xu9yGptawScXThNEnBIDopTmRAfGtPb7 { color:#000000;display:block;width:14.25rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.9375rem;left:55.375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#uUsJDx18HTC4nRiwEX1KLHrIJFIWJvXy { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;top:13.75rem;left:28.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lIDO0mIeNCZGqcc10vd3nnzOvn8x3kwu { box-sizing:content-box;height:4.0625rem;width:17.25rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:13.75rem;left:53.875rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XdSzmkANvKR5BTpzKqKNmo6eC97HuaCq { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.9267578125rem;left:29.375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#NEppXxkkIMiZOvCHoEilLe13BrbUMHri { position:relative;display:none; }#NEppXxkkIMiZOvCHoEilLe13BrbUMHri { border-width: 0; border-radius: 0; }#NEppXxkkIMiZOvCHoEilLe13BrbUMHri > .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; }#NEppXxkkIMiZOvCHoEilLe13BrbUMHri > .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:9.6875rem;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:none; }#ymLIsTFQQLhdPwWl78i2blTVUICylVoy { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.09375rem;left:30.5rem;display:block; }
#CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56329928-9eda-4133-bcee-e5680c573759/WhatsAppImage20250812at25513AM.jpeg");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; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.adaptive-delivery-prevent-bg, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyload, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyloading { background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.87); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.87); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { border-width: 0; border-radius: 0; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::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; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { font-size:0.875rem;font-family:arial;height:65.8125rem;width:75rem;position:relative;display:block; }#l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { color:#ffffff;display:block;width:67.9375rem;position:absolute;font-family:"libre baskerville";font-size:2.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:3.53125rem;height:3.16796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { color:#ffffff;display:block;width:56.0625rem;position:absolute;font-family:roboto;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:25.25rem;left:9.4375rem;height:2.2749rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3oTkB0m70b0I5qZENUevONCqT8eX0eB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:34rem;left:60.0625rem; }
#DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:34.375rem;left:10.8125rem; }
#IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:34rem;left:35.375rem; }
#RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { color:#ffffff;display:block;width:15.5rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:39.6875rem;left:5.125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:39.6875rem;left:29.5rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.6875rem;left:52.6875rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { background-color:#ffffff;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;box-sizing:border-box;color:#161f48;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.9375rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:58.5625rem;left:29.53125rem;display:block; }
#Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:44.6875rem;left:3.375rem;height:6.9043125rem;text-align:center;text-align-last:center;display:block; }
#ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:44.6875rem;left:28rem;height:5.5234375rem;text-align:center;text-align-last:center;display:block; }
#xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { color:#ffffff;display:block;width:15.875rem;position:absolute;font-family:"libre baskerville";font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:39.6875rem;left:54.1875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:1.625rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:26.1875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { box-sizing:content-box;height:22.9375rem;width:22.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(48,54,73,0.51);background-image:none;top:32rem;left:50.875rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0rem 0rem 0.375rem rgba(0,0,0,0.5) ;display:block; }
#XmrCPfAkBucoHqfUlIqboaWVb733TIea { color:#ffffff;display:block;width:66.0625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.4375rem;left:4.5rem;height:10.2334rem;display:block; }
#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { position:relative;display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { background-color: transparent; background-image: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container > .video-iframe-container { display: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row > .video-iframe-container { display: none; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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); }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { border-width: 0; border-radius: 0; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .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.625rem;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; }#dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { color:#162542;display:block;width:55.375rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7rem;left:9.8125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy4l99lf793zouDZl9sElBcryq9Zn58a { color:#000000;display:block;width:60.3125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:13.125rem;left:7.375rem;height:1.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:16.5625rem;left:21.8125rem;height:9.121125rem;text-align:left;text-align-last:left;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
#pUPXAis4MtZCqdczAImBu5hExf8u8PcI { color:#000000;display:block;width:59.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:27.375rem;left:7.8125rem;height:7.87109375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { box-sizing:content-box;height:40.1875rem;width:72.5rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;top:3.75rem;left:1.25rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;display:block; }
#ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.75rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:37.3125rem;left:29.625rem;display:block; }
#V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { position:relative;display:none; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { border-width: 0; border-radius: 0; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .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; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .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:6.3125rem;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:none; }#a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { color:#162542;display:block;width:23.75rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.4375rem;left:25.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { border-width: 0; border-radius: 0; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:75rem;overflow:visible;position:relative;display:none; }#aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { position:absolute;display:block;z-index:15005;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:4.9348945617676rem;display:block; }
#BMFPSrCVQKx6AWe535qChslPeCRBU7yV { color:#000000;display:block;width:15.4373125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:14.375rem;left:0.33854103088379rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { position:absolute;display:block;z-index:15009;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:44.185115814209rem;display:block; }
#mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { color:#000000;display:block;width:16.124rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.375rem;left:39.24609375rem;height:4.4619125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LvN4fHAVdqNl55tTirhcR4rl759bVtov { position:absolute;display:block;z-index:15004;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:24.560546875rem;display:block; }
#GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { color:#000000;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.4;letter-spacing:0;top:14.375rem;left:19.623046875rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { color:#000000;display:block;width:17.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.4;letter-spacing:0;top:14.375rem;left:57.625rem;height:5.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#f20W1A7Bvup4tAaafbNqw8PkqSEx00os { position:absolute;display:block;z-index:15009;background-color:#b88c5a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:4.0462245941162rem;left:63.811851501462rem;display:block; }
#HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { color:#162542;display:block;width:16.124125rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:11.875rem;left:39.248046875rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { color:#162542;display:block;width:16.124rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:11.875rem;left:58.4990234375rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { color:#162542;display:block;width:16.124125rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:11.875rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { color:#162542;display:block;width:17.061625rem;position:absolute;font-family:"libre baskerville";font-size:1.3125rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:11.875rem;left:19.153644561767rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zgM2P29tTHQvtcX7CTqfcTpuKplAxste { position:absolute;display:block;z-index:15003;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.375rem dotted #b88c5a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0618489375rem;width:62.249375rem;top:6.9672317504881rem;left:6.3736972808837rem;display:block; }
#g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { background-color:#d2ab67;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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:3.75rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:23.038195610046rem;left:27.1875rem;display:none; }
#T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:7.308349609375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:5.784912109375rem;left:66.187744140625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15040;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:46.56005859375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { color:#ffffff;display:block;width:1.499025rem;position:absolute;font-family:"libre baskerville";font-size:2.25rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:5.7080078125rem;left:26.93603515625rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.125rem;height:3.4375rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:27.185546875rem;left:27.4375rem;display:block; }
#TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { position:relative;display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { border-width: 0; border-radius: 0; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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:31.9375rem;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; }#aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { background-color:#b88c5a;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:19.8125rem;left:29.9375rem;display:block; }
#yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { color:#161f48;display:block;width:46.3125rem;position:absolute;font-family:"libre baskerville";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:14.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { color:#161f48;display:block;width:35.5rem;position:absolute;font-family:roboto;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:9.375rem;left:20.4375rem;height:7.347625rem;text-align:center;text-align-last:center;display:block; }
#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#162542;background-image:url("https://images.assets-landingi.com/uc/8cbafca7-1794-4c72-a1db-5a69b6aa5479/footerbg.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.adaptive-delivery-prevent-bg, #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.lazyload, #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA.lazyloading { background-image: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { background-color: transparent; background-image: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container > .video-iframe-container { display: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container { display: none; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .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); }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { border-width: 0; border-radius: 0; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { font-size:0.875rem;font-family:arial;height:19.5625rem;width:75rem;position:relative;display:block; }#fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { color:#ffffff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.75rem;left:55.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.125rem;left:51.6875rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:4.4375rem;left:32.9375rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { color:#ffffff;display:block;width:28.375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:10.625rem;left:23.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#duUWresstWOu9woz462TciRWldP0Rsps { color:#ffffff;display:block;width:27.6855625rem;position:absolute;font-family:"dm sans";font-size:0.875rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.875rem;left:23.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.5rem;left:36.3125rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { position:absolute;display:block;z-index:15015;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:25.3125rem;top:3.751953125rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { top:2.0625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RhcawqxPlZEurWcpxsaKEadsk353NexL { width:11.375rem;height:1.8125rem;top:2.1875rem;left:36.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { top:0.5625rem;left:0rem;width:23.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t { display:block; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 { width:17.5rem;height:;top:19.4375rem;left:0rem;font-size:1.1875rem;display:block; }#JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #k9BRDWwmiUgm4qiOJDiTd2rX6OCgg7nl { width:20rem;height:;top:10.6875rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MuQ8AWSXT921RbyoaCyQmWJlRufyIgcx { width:20rem;height:;top:0.9375rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GTCDbw9tCED8MsKGhlECF6Ac27UGcWlg { width:20rem;height:;top:3.875rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wbR7o87Em9HcNeNVAhUa4BNUgr7Aow7i { top:2.1875rem;left:0rem;width:47.75rem;height:47.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUZbGteqFNbJ4iFtkEGDdF8K2cnXaCan { top:4.5rem;left:28.5rem;width:19.25rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-regular-label { display:block;width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-textarea { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-button { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-checkbox-label { width:15.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe  { width:17.0625rem;height:auto;top:7.625rem;left:28.1875rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .radio-container { width:17.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe {display:block;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe { width:17.0625rem;height:auto;top:7.625rem;left:28.1875rem; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #AN4MxchWqul6546P61kqNTc1Vc570lbx {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Pr5L52n94p0gb7Dzx4KdOn4QKhGO7OEq { display:block; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #MWzMSnENXEoWmMOqFAFlTlDZqnGIrB5r {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #uCpPOP9mK75neU5PA4MSA1wardU9VQXl {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #kwk7uETyc8iTMiiTa8J7DUcnSs8MV0hK {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #XInuJJCptUVFCax5ApAO9vFwC7LsIzRX {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Dihd6zt3Dia4TFhXd1URT62rNB9os21f {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #O0Wn5DSGu8aempDSOFbx8LQKzpRd0OeU { display:block; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #eG81PaWlDrT6bxUd6rpusXkbJVfT7Cu7 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #H7BzvJhZ9m1WReKmkvfeKa7HDVV6TKA1 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #aqy0wgU8s77XnnyUArSmxckUu0TWJvBQ { display:block; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #sMxFOLGswU31n6vSsx9L5BT9FlRHuLKL {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #zTWaIB534ezi0NlTd849Hni82p8MHXsE {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #yyTqL9UsE8bvwoLFLMJDRmlyddSLmxdn {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #xs6a5tAJFokTmUJu0S0fbVTvdhoTE6mn {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #IpyBTK2t0ksGrfoTUoebUpTcMFgPlJv7 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #lrmImzoafMDgKaG8fWQU2ATzRqoWzn0C {  }
 }@media only screen and (max-width: 763px) { #Q2PNuKiO1q734dcc2sLqyupygo8AFpUP { width:14.25rem;height:2.3125rem;top:5.8125rem;left:33.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKpsl4OsgsgLbtaw9JGkVvQkqdHgUZM3 { width:47.6875rem;height:84.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { display:block; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { top:1.3125rem;left:0rem;width:18.3125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { top:0.75rem;left:16.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { top:1.3125rem;left:8.9375rem;width:38.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD { display:block; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg114bL8KeE84lbt9agTQflVlluZWJ5a { top:11.375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I2qIMz08WL8vvrfT73VemMecRATlfqDy { width:47.75rem;height:3.125rem;top:4.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rm58clKmuu6FqeySouDkF6a8XRL4HHrS { top:18.6875rem;left:0.4375rem;width:24.875rem;height:8.5rem;font-size:1.125rem;display:block; }#Rm58clKmuu6FqeySouDkF6a8XRL4HHrS li:before{  }
 }@media only screen and (max-width: 763px) { #mvBNJ111W28tzpqs6K49mPvyCtALcdfA { top:29.625rem;left:3.25rem;width:41.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTEpyegukdwCCfISiVeXpBlvRaaKT19O { top:18.6875rem;left:27.375rem;width:20.375rem;height:6.75rem;font-size:1.125rem;display:block; }#CTEpyegukdwCCfISiVeXpBlvRaaKT19O li:before{  }
 }@media only screen and (max-width: 763px) { #ueZi7Owqy6zOmCIFgJwOBv1PIT9O1gAu { width:14.5rem;height:3.4375rem;top:35.8125rem;left:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knb0F48CGmVx3WrTQxOGnglV6ZeiAmOx { display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { top:10.6875rem;left:0rem;width:42.5625rem;height:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { top:4.4375rem;left:26.25rem;width:21.5rem;height:18rem;display:none; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { top:4rem;left:19.5rem;width:28.25rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { top:2.5rem;left:0rem;width:38.875rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:15.8125rem;height:3.4375rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { top:6.4375rem;left:0rem;width:25.125rem;height:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:block; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { top:12.25rem;left:12.375rem;width:19.375rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { top:12.25rem;left:28rem;width:19.625rem;height:6.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { top:12.25rem;left:0rem;width:19.375rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { top:9.375rem;left:3.90625rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { top:7.8125rem;left:0rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { top:7.8125rem;left:9.25rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc6CKmSokVui40liitTGFrVxycvDqtBT { top:7.8125rem;left:25.125rem;width:22.5rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { top:9.375rem;left:19.78125rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { top:9.375rem;left:35.65625rem;width:8.0625rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { display:block; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { top:3.125rem;left:10.59375rem;width:26.5625rem;height:;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { display:block; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { top:0rem;left:0rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { top:0rem;left:8rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { top:0rem;left:23.875rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { top:13.75rem;left:0rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { top:14.9375rem;left:2.15625rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hynuHnMQr3027boivOHwn3Z84IsKftJ2 { top:14.9375rem;left:36.78125rem;width:5.8125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsOBNQnchcgValXDTzqOLM0FGAZ6Nggy { top:13.75rem;left:14.5rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXpFZBf2F5rBTBLO1O5xdIQmFdLPMtNH { top:13.75rem;left:30.375rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnccPBkPXU77sGtnXIaBBqdyivMoTPRG { top:14.9375rem;left:18.03125rem;width:11.5625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #amO60EeqkNmIzshSKX6rqwDuOWm10aG0 { display:block; }#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U { top:0rem;left:0rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx { top:0rem;left:8rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7 { top:0rem;left:23.875rem;width:23.75rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PbmFSP2ZXZ1bDGHzeu6EkAkRoSffCD { top:13.6875rem;left:0rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZN2QLaHuQmAebFMxHBeGPnq5GPmobQS { top:14.0625rem;left:0.09375rem;width:15.6875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xu9yGptawScXThNEnBIDopTmRAfGtPb7 { top:14.9375rem;left:32.5625rem;width:14.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsJDx18HTC4nRiwEX1KLHrIJFIWJvXy { top:13.75rem;left:14.5rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDO0mIeNCZGqcc10vd3nnzOvn8x3kwu { top:13.75rem;left:30.375rem;width:17.25rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSzmkANvKR5BTpzKqKNmo6eC97HuaCq { top:14.875rem;left:15.5rem;width:16.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEppXxkkIMiZOvCHoEilLe13BrbUMHri { display:block; }#NEppXxkkIMiZOvCHoEilLe13BrbUMHri > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ymLIsTFQQLhdPwWl78i2blTVUICylVoy { width:14rem;height:3.4375rem;top:2.0625rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { top:4.875rem;left:0rem;width:47.75rem;height:3.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { top:25.25rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { top:34rem;left:43.625rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { top:34.375rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { top:34rem;left:21.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { top:39.6875rem;left:0rem;width:15.5rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { top:39.6875rem;left:15.875rem;width:15.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { top:44.6875rem;left:28.8125rem;width:18.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:15.9375rem;height:3.4375rem;top:58.5625rem;left:15.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { top:44.6875rem;left:0rem;width:18.9375rem;height:6.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { top:44.6875rem;left:14.375rem;width:18.9375rem;height:5.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { top:39.6875rem;left:31.875rem;width:15.875rem;height:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { top:32rem;left:0rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { top:32rem;left:12.5625rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { top:32rem;left:25.25rem;width:22.5rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrCPfAkBucoHqfUlIqboaWVb733TIea { top:11.4375rem;left:0rem;width:47.75rem;height:10.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { top:7rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fy4l99lf793zouDZl9sElBcryq9Zn58a { top:13.125rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { top:16.5625rem;left:8.1875rem;width:31.4375rem;height:9.0625rem;font-size:1.0625rem;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
 }@media only screen and (max-width: 763px) { #pUPXAis4MtZCqdczAImBu5hExf8u8PcI { top:27.375rem;left:0rem;width:47.75rem;height:7.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { top:3.75rem;left:0rem;width:47.75rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { width:15.75rem;height:3.4375rem;top:37.3125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block; }
 }@media only screen and (max-width: 763px) { #QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { display:block; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { top:2.4375rem;left:12rem;width:23.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:block; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { top:4rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { top:14.375rem;left:0rem;width:15.375rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { top:4rem;left:30.560115814209rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { top:14.375rem;left:25.62109375rem;width:16.0625rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { top:4rem;left:10.935546875rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { top:14.375rem;left:5.998046875rem;width:16.125rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { top:14.375rem;left:30.375rem;width:17.375rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f20W1A7Bvup4tAaafbNqw8PkqSEx00os { top:4rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { top:11.875rem;left:25.623050689698rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { top:11.875rem;left:31.6875rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { top:11.875rem;left:0rem;width:16.0625rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { top:11.875rem;left:5.5275611877441rem;width:17rem;height:1.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgM2P29tTHQvtcX7CTqfcTpuKplAxste { top:6.9375rem;left:0rem;width:47.75rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:21.875rem;height:3.75rem;top:23rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { top:5.6875rem;left:0rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { top:5.75rem;left:46.3125rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { top:5.6875rem;left:32.93505859375rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { top:5.6875rem;left:13.31103515625rem;width:1.4375rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:20.125rem;height:3.4375rem;top:27.125rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:15.125rem;height:3.4375rem;top:19.8125rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { top:4.0625rem;left:0.71875rem;width:46.3125rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { top:9.375rem;left:6.8125rem;width:35.5rem;height:7.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { top:3.75rem;left:28.375rem;width:19.375rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { top:4.125rem;left:38.0625rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { top:4.4375rem;left:19.3125rem;width:1.875rem;height:1.875rem;display:block; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { top:10.625rem;left:9.6875rem;width:28.375rem;height:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duUWresstWOu9woz462TciRWldP0Rsps { top:13.875rem;left:10.0625rem;width:27.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { top:4.5rem;left:22.6875rem;width:11.125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { top:3.75rem;left:0rem;width:25.3125rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vn46PUS7UMFamcN1TWPxFmJRvVdN10oD { display:flex;width:1.875rem;height:1.875rem;top:4.375rem;left:2.6875rem;display:none; }
#vn46PUS7UMFamcN1TWPxFmJRvVdN10oD > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #RhcawqxPlZEurWcpxsaKEadsk353NexL { width:11.375rem;height:1.7871125rem;top:4.3125rem;left:4.3125rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vexQo9HeKHNH9GxCWXa6npqyKx57BlZm { width:18.5rem;height:3.6875rem;top:0.375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c2ef73f5-86f2-4d6d-9b4d-f56ad44a20b9/topoverlayv01.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.adaptive-delivery-prevent-bg, #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.lazyload, #CDiVcTCpI3chH0eVroU1w2k1KsGLu10t.lazyloading { background-image: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { background-color: transparent; background-image: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container > .video-iframe-container { display: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row > .video-iframe-container { display: none; }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .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); }#CDiVcTCpI3chH0eVroU1w2k1KsGLu10t > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 { width:19.4995rem;height:0;top:16.625rem;left:0.25rem;text-align:left;text-align-last:left;line-height:1.4;font-size:1.1875rem;display:none; }#JOCILT9FC6oVJE0tZJOSUeTeiAGF9ue9 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_dd63da8f80469e79fd0ae3e8dd844c708a7b98cb.svg); }
 }@media only screen and (max-width: 763px) { #k9BRDWwmiUgm4qiOJDiTd2rX6OCgg7nl { width:8.75rem;height:0;top:45.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.3;z-index:15001;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #MuQ8AWSXT921RbyoaCyQmWJlRufyIgcx { width:20rem;height:0;top:0.9368896484375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.4;font-size:1.75rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #GTCDbw9tCED8MsKGhlECF6Ac27UGcWlg { width:20rem;height:0;top:3.9375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.2;font-size:2.375rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wbR7o87Em9HcNeNVAhUa4BNUgr7Aow7i { width:20rem;height:20rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yUZbGteqFNbJ4iFtkEGDdF8K2cnXaCan { width:20rem;height:23.3125rem;top:35.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:2.8125rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-text {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;height:4.0625rem; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-select {padding-top: 0; padding-bottom: 0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1.0625rem;overflow:hidden; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container:first-of-type{padding-top:0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .widget-container:last-of-type{padding-bottom:0;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe  { width:17.5rem;height:auto;top:37.375rem;left:0rem;z-index:15009; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe {display:block;}#IxOkotuCyCWTfSlQbXoy1kKdECUfieEe { width:17.5rem;height:auto;top:37.375rem;left:0rem;z-index:15009; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #AN4MxchWqul6546P61kqNTc1Vc570lbx {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Pr5L52n94p0gb7Dzx4KdOn4QKhGO7OEq { display:none; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #MWzMSnENXEoWmMOqFAFlTlDZqnGIrB5r {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #uCpPOP9mK75neU5PA4MSA1wardU9VQXl {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #kwk7uETyc8iTMiiTa8J7DUcnSs8MV0hK {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #XInuJJCptUVFCax5ApAO9vFwC7LsIzRX {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #Dihd6zt3Dia4TFhXd1URT62rNB9os21f {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #O0Wn5DSGu8aempDSOFbx8LQKzpRd0OeU { display:none; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #eG81PaWlDrT6bxUd6rpusXkbJVfT7Cu7 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #H7BzvJhZ9m1WReKmkvfeKa7HDVV6TKA1 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #aqy0wgU8s77XnnyUArSmxckUu0TWJvBQ { display:none; }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #sMxFOLGswU31n6vSsx9L5BT9FlRHuLKL {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #zTWaIB534ezi0NlTd849Hni82p8MHXsE {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #yyTqL9UsE8bvwoLFLMJDRmlyddSLmxdn {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #xs6a5tAJFokTmUJu0S0fbVTvdhoTE6mn {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #IpyBTK2t0ksGrfoTUoebUpTcMFgPlJv7 {  }
 }@media only screen and (max-width: 763px) { #IxOkotuCyCWTfSlQbXoy1kKdECUfieEe #lrmImzoafMDgKaG8fWQU2ATzRqoWzn0C {  }
 }@media only screen and (max-width: 763px) { #Q2PNuKiO1q734dcc2sLqyupygo8AFpUP { width:20rem;height:2.11230625rem;top:36.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WKpsl4OsgsgLbtaw9JGkVvQkqdHgUZM3 { top:0rem;left:0rem;width:19.9375rem;height:35.5rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 { display:block; }#S3FAvy2pcxArCTEbZTzT9K12aFqXd2H6 > .row .container { width:20rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnuQV1pfEPBfXGqF5ynnZVUG2Xd5DLOJ { width:17.625rem;height:1.625rem;top:1.912109375rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETiMzIivC97DqQIOrDfvsBqolOwo5E0g { display:flex;width:3.125rem;height:3.125rem;top:2.94970703125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #oocrPfb8B1lVrb5q6P0lm1QhUviSHrpk { width:17.25rem;height:3.25rem;top:4.9619140625rem;left:1.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD { display:block; }#vM6WKCQuhifBbOdw4aAnDxlsxVvuPGhD > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rg114bL8KeE84lbt9agTQflVlluZWJ5a { width:20rem;height:11.046875rem;top:9.25rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I2qIMz08WL8vvrfT73VemMecRATlfqDy { width:20rem;height:4.0625rem;top:3rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Rm58clKmuu6FqeySouDkF6a8XRL4HHrS { width:20rem;height:9.535125rem;top:22.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#Rm58clKmuu6FqeySouDkF6a8XRL4HHrS li:before{  }
 }@media only screen and (max-width: 763px) { #mvBNJ111W28tzpqs6K49mPvyCtALcdfA { width:20rem;height:6.5rem;top:41.056640625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CTEpyegukdwCCfISiVeXpBlvRaaKT19O { width:20rem;height:6.4609375rem;top:32.625rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#CTEpyegukdwCCfISiVeXpBlvRaaKT19O li:before{  }
 }@media only screen and (max-width: 763px) { #ueZi7Owqy6zOmCIFgJwOBv1PIT9O1gAu { width:14.875rem;height:2.8125rem;top:49.2109375rem;left:2.5625rem;background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Knb0F48CGmVx3WrTQxOGnglV6ZeiAmOx { display:block; }
 }@media only screen and (max-width: 763px) { #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0aea3c5e-e2f6-4f4b-9501-f4ee1f564f6d/texturegrey.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.adaptive-delivery-prevent-bg, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyload, #hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p.lazyloading { background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { background-color: transparent; background-image: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.18); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.18); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row > .video-iframe-container { display: none; }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .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); }#hsCHrmfZ1AsVpbzOGS2QgutyoJAa1m0p > .row .container { width:20rem;height:72.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SRTqd4iJvT5ri7kbrrZsWsHQC36TrVVs { width:20rem;height:40.0449rem;top:24.3125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JyL6gbXcq33F0IsNr7Erxm3lZ5CxIg8M { width:18.875rem;height:15.8125rem;top:6.6162109375rem;left:0.5625rem;z-index:15001;overflow:hidden;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Olbmlbl25C0cCph6pKRRTqW0HqkgsVc8 { width:20rem;height:21.991150442478rem;top:4rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ehkg5aoDmQ0XftCqwPNZnLB7oWfvpfGG { width:20rem;height:2.03125rem;top:1.4375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z6EGkequJmtEPd86IRWh8XiuTeUHPe { width:14.8125rem;height:2.8125rem;top:66.6875rem;left:2.59375rem;background-color:#b88c5a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;font-family:roboto;font-weight:400;font-style:normal;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3TTCQ4h9eTPhnGf12aQKzbZLBbTx5ns { display:block; }
 }@media only screen and (max-width: 763px) { #EhxVsxoA0dyX3Rq0r0Dv1POwOFgRTlw0 { width:20rem;height:1.625rem;top:3.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM { display:block; }#efJg71FllcN2ZRzIQVoTEIwV1QnlbWtM > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BsXv736UdSCKRpvy0Ic2Xe56aAAEuuHv { width:18.4375rem;height:7.4365rem;top:24.5625rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lXCHv0q1BfeB2oa0FQiTVpb1p95ACppm { width:18.4375rem;height:5.94921875rem;top:38.875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kT7afHhBtyHQtTwDGTtXUUq4PFGg1716 { width:18.4375rem;height:7.4365rem;top:10.0625rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJWEMoPDgsM2IfgdWiqPrfbNXTFC9HqA { width:7.8125rem;height:1.625rem;top:7.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KChCMmQuPUzdxV5Qkby8gGq7AlvwOucZ { width:20rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KiS5PreCFpfQAepsF7hzrEQFwrDXoc2x { width:20rem;height:13.25rem;top:6.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #umGXSyxsR4y0JxiXiPfSzH3SFTSOXmbv { width:20rem;height:13rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sc6CKmSokVui40liitTGFrVxycvDqtBT { width:20rem;height:11.5625rem;top:35.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqNkuJahusn6tQKh68vrQEmUpC5cofDQ { width:7.8125rem;height:1.5625rem;top:21.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yU8qW5TSmk5yq38DHzIAJW1NJM0OZ3cR { width:7.8125rem;height:1.5625rem;top:36.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK { display:none; }#qbHuPEPbHyX9lCBJkOMBkt547yDBqbQK > .row .container { width:20rem;height:5.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lIWNO0i0iuQq7unRMEoP9bwBOAkusk03 { width:20rem;height:2.1933625rem;top:2.81494140625rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;color:#161f48;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l { display:none; }#KOShqbF9fvFqc8mkU7Vuo7Keg6aGLO7l > .row .container { width:20rem;height:51.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nsRoId8t6JR0wTBuWUhTnHShd8XHIGb1 { width:20rem;height:13.1875rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQe2hpMMLOFxEo9rw6F29r87OOXP4F1n { width:20rem;height:12.625rem;top:19.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzy4cgCmIwypoc9lIzlBO7fpZBiOuPE0 { width:20rem;height:13.75rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF1c2bRztJMDTUP7ld6ofow0oFlZ06xM { width:15.3125rem;height:3.125rem;top:14.125rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h0rJTqVQFcCpVM2HMynMOa6ixCh8kPce { width:12.5625rem;height:1.4624rem;top:14.916015625rem;left:3.71875rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #hynuHnMQr3027boivOHwn3Z84IsKftJ2 { width:14.4375rem;height:1.4624rem;top:31.041015625rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsOBNQnchcgValXDTzqOLM0FGAZ6Nggy { width:15.3125rem;height:3.125rem;top:47.5625rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXpFZBf2F5rBTBLO1O5xdIQmFdLPMtNH { width:15.3125rem;height:3.125rem;top:30.25rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnccPBkPXU77sGtnXIaBBqdyivMoTPRG { width:11.5625rem;height:1.4624rem;top:48.353515625rem;left:4.21875rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #amO60EeqkNmIzshSKX6rqwDuOWm10aG0 { display:none; }#amO60EeqkNmIzshSKX6rqwDuOWm10aG0 > .row .container { width:20rem;height:51.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RIBFgfFlH03HCS0p6g42o4RRKk9b0S5U { width:20rem;height:13.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9leclNIoa2JL49gd5cVfWAa5Tz9XzAx { width:20rem;height:12.625rem;top:18.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0PzsBF9ocUSwgyQUmhT64r3N6tKWtQ7 { width:20rem;height:13.75rem;top:34.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6PbmFSP2ZXZ1bDGHzeu6EkAkRoSffCD { width:15.3125rem;height:3.4375rem;top:12.73046875rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZN2QLaHuQmAebFMxHBeGPnq5GPmobQS { width:12.5625rem;height:2.69921875rem;top:13.02392578125rem;left:3.71875rem;font-size:1.125rem;z-index:15011;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xu9yGptawScXThNEnBIDopTmRAfGtPb7 { width:14.4375rem;height:1.4624rem;top:30.1875rem;left:2.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uUsJDx18HTC4nRiwEX1KLHrIJFIWJvXy { width:15.3125rem;height:3.125rem;top:47.04296875rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIDO0mIeNCZGqcc10vd3nnzOvn8x3kwu { width:15.3125rem;height:3.125rem;top:29.4375rem;left:2.34375rem;background-color:#ffffff;background-image:none;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdSzmkANvKR5BTpzKqKNmo6eC97HuaCq { width:14.6875rem;height:1.4624rem;top:47.8740234375rem;left:2.65625rem;font-size:1.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #NEppXxkkIMiZOvCHoEilLe13BrbUMHri { display:none; }#NEppXxkkIMiZOvCHoEilLe13BrbUMHri > .row .container { width:20rem;height:8.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ymLIsTFQQLhdPwWl78i2blTVUICylVoy { width:14.1875rem;height:2.8125rem;top:2.1875rem;left:2.90625rem;font-size:1.0625rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQStc0LktHG7aNzBfw8N3tLJe21HtieP { display:block; }
 }@media only screen and (max-width: 763px) { #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/56329928-9eda-4133-bcee-e5680c573759/WhatsAppImage20250812at25513AM.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.adaptive-delivery-prevent-bg, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyload, #xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA.lazyloading { background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { background-color: transparent; background-image: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.8); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,31,72,0.8); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row > .video-iframe-container { display: none; }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .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); }#xnZaKZbDfo1BIPHwKf08r55bUpfkgPqA > .row .container { width:20rem;height:109.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1s3o2pqGzk4CIDsoIieZVZedOQenOOW { width:19.4375rem;height:6.09375rem;top:2.375rem;left:0.28125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhaPbslbiCJzAtIeiaAzw2TzvNFJFk4z { width:16.75rem;height:3.25rem;top:36.75rem;left:1.625rem;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #F3oTkB0m70b0I5qZENUevONCqT8eX0eB { display:flex;width:3.5625rem;height:3.5625rem;top:82.9375rem;left:8.25rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #DEZ1FIsy8QzTBmuyM14Tv9HiWvDsNOtc { display:flex;width:3.5625rem;height:3.5625rem;top:43.4375rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #IWLTMTMg6aPuZTyWMaSb2p4aHiGyIiUL { display:flex;width:3.5625rem;height:3.5625rem;top:64.0625rem;left:8.25rem;font-size:2.4375rem; }
 }@media only screen and (max-width: 763px) { #RbmkTvnwFeBaa5R2KQCLK5AAPpouUDoh { width:15.8125rem;height:3.5rem;top:48.125rem;left:2.125rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Zy9iOUt1N3b77Oro0T992pSq3EFvQORN { width:13.0625rem;height:3.25rem;top:69.0625rem;left:3.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvT8741yRxZBQ6k1uDK1ekew4eUPFtyF { width:16.9375rem;height:5.19921875rem;top:92.1875rem;left:1.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QAgBAnMTy0Q9IvEOPFNf6gwGXp3iWWZR { width:13.4375rem;height:2.8125rem;top:102.375rem;left:3.28125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Tokm5UJhhvU9l79xTz3yQrMTGJ9F58B8 { display:block; }
 }@media only screen and (max-width: 763px) { #niF2xGI40fJ4EWt9J43SAEoA4Z56sqZV { width:17.5rem;height:6.499rem;top:52.875rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZclGB2yonFQygNShJZ92MsewMJZFSLS9 { width:16.5625rem;height:5.19921875rem;top:73.375rem;left:1.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZKRaZXH5Lw9hq4ra4TXygLle70ezXq9 { width:13.9375rem;height:3.25rem;top:87.5rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GS1ldepb2F9WutoVAadd91zJKQ5yiN7J { width:20rem;height:19.5625rem;top:41.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkf8r98fPbqB9JERpUeoWOw6OqvDZ4R { width:20rem;height:17.625rem;top:62.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCDqU4wF2qOTlPlq1rbd0aEkuvrlCTcX { width:20rem;height:17.375rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmrCPfAkBucoHqfUlIqboaWVb733TIea { width:20rem;height:24.8554875rem;top:9.95654296875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM { display:block; }#hJXDTHlOBmalDErvNv6NzKCHs1J6xmMM > .row .container { width:20rem;height:63.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dxnpIgdK4CqdakxrcyVOQl3V9MwdyAV5 { width:18.8125rem;height:4.0625rem;top:4.73046875rem;left:0.59375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy4l99lf793zouDZl9sElBcryq9Zn58a { width:18.4375rem;height:4.4619125rem;top:11.2158203125rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ { width:18.4375rem;height:16.1230625rem;top:17.3408203125rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }#TRyUrfg9GoaW2r4umDuvrXl56r6M3WtQ li:before{  }
 }@media only screen and (max-width: 763px) { #pUPXAis4MtZCqdczAImBu5hExf8u8PcI { width:18.4375rem;height:17.84761875rem;top:34.857421875rem;left:0.78125rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #VpbAb0zg6OIUAgd14BNDg7ttNMg8Kqnb { width:20rem;height:57.625rem;top:2.84128125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDKVJShpnDwAhUcKgNIvqnmDLJcoUek2 { width:13.0625rem;height:2.8125rem;top:54.7783203125rem;left:3.46875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3Gn6fU5hQQvzRUoyicyJxCQSGXacgVd { display:block; }
 }@media only screen and (max-width: 763px) { #QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h { display:none; }#QlQ8RL91AKcmuGUFE7ktIt6k6MZZHS1h > .row .container { width:20rem;height:7.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #a1BlgqimTQVyfMgmeH0O3memBQvv2CNX { width:19rem;height:2.5996125rem;top:2.41796875rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb { display:none; }#ByEsJ9VP3foE3phIVFlBCX1qF21VgnCb > .row .container { width:20rem;height:42.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aAaX2lwvHBuHkA5kJSXUiPllcCnC66hM { width:4.12435rem;height:4.12435rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMFPSrCVQKx6AWe535qChslPeCRBU7yV { width:15.0625rem;height:3.9375rem;top:3.4993515014649rem;left:4.9375rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JLEJw0xxbSAhy4AenCg2ah3zq2tAXJAf { width:4.12435rem;height:4.12435rem;top:18.653430223465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKyO8vN5OWlC2gbIGEVZITFfTc49pvid { width:13.2498125rem;height:2.625rem;top:20.889758348465rem;left:4.9370663762093rem;font-size:0.9375rem;z-index:15004;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #LvN4fHAVdqNl55tTirhcR4rl759bVtov { width:4.125rem;height:4.125rem;top:9.5920143127444rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbyIlsL70G0s4XGE4KC5peAt799C3FNJ { width:14.5rem;height:5.25rem;top:11.373698234558rem;left:5rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Hyf5pVVKLadT17UAgy7i7CV57M3hoZ2t { width:14.8125rem;height:6.5625rem;top:27.623699188233rem;left:5rem;font-size:0.9375rem;z-index:15004;text-align:left;text-align-last:left;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #f20W1A7Bvup4tAaafbNqw8PkqSEx00os { width:4.12435rem;height:4.12435rem;top:25.217016220092rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLntkMXoCZnEVA3Mzzwdnhm2GG6zC72e { width:10.3125rem;height:1.59375rem;top:18.653430223465rem;left:4.8437502980232rem;font-size:1.0625rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oA6XmtWJUXtGGJMvK4iXXcP3xJXO3Oad { width:11.936875rem;height:1.59375rem;top:25.374349594116rem;left:4.9370663762093rem;font-size:1.0625rem;z-index:15004;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TfRDeJd8TJlUtUCkbgH5N92QfDMw6Z1K { width:14.561625rem;height:1.59375rem;top:1.494140625rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o8hVbTFbFPcQHUImTS1M9I4u7PJLk838 { width:14.25rem;height:1.59375rem;top:9.4375rem;left:5rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zgM2P29tTHQvtcX7CTqfcTpuKplAxste { width:0.5rem;height:24.375rem;top:3.8302993774414rem;left:1.8565538525581rem;border-top:0;border-left:0.375rem dotted #6d20f7;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #g8D4ef5dpoptpUSZyyg3iVUDq0VAh58W { width:18.9995625rem;height:3.4375rem;top:40.106340408325rem;left:0.50021702051162rem;font-size:1.0625rem;font-family:roboto;display:none; }
 }@media only screen and (max-width: 763px) { #T0E7vgl2kn8x1UT1T8PguJkFxEVXWUUl { display:block; }
 }@media only screen and (max-width: 763px) { #gUL3AZWTbw4KEqn4gg3Egmewy5p158DB { width:1.43663125rem;height:1.94970625rem;top:2.4620239734649rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuUikVzNzXAKNUf1MdAvu2vXqSnMAtgI { width:1.43663125rem;height:1.94970625rem;top:26.304254531861rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7Jr3naEETVSZsbtMTa5OipX5L6nzGhF { width:1.43663125rem;height:1.94970625rem;top:19.740668535233rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTBphZ17qXTBEFPu6UCPt2VtzJWAD7FX { width:1.43663125rem;height:1.94970625rem;top:10.679252624512rem;left:1.3433161377907rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6FLRdeXccRSmWRvkHgKhuqwtzdmpT8Q { width:19rem;height:2.8125rem;top:36.380859375rem;left:0.5rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUt0xKLdyTXGsdttoIm5cTOfPGyvotvl { display:block; }
 }@media only screen and (max-width: 763px) { #xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { display:block; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk { background-color: transparent; background-image: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row > .video-iframe-container { display: none; }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .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); }#xI5wGX9tmodb0CtGyle16yDcJBpIDmFk > .row .container { width:20rem;height:25.875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aaLKqQSUZT8yXOrOF1pMNLJImZspPo0B { width:13.9375rem;height:2.8125rem;top:18.8125rem;left:3.03125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoxLNLC04M9piXu7Ucau8XLmAwqh76dz { display:block; }
 }@media only screen and (max-width: 763px) { #ngOwDsTo4SMQKZzDyPcA9OHsgiwo8LEJ { width:16.5rem;height:4.2246125rem;top:1.9375rem;left:1.75rem;font-size:1.625rem;color:#161f48;display:block; }
 }@media only screen and (max-width: 763px) { #ySVd0fpNsslZNieS0ZQ9gVboKOnbnrJm { width:18.9375rem;height:8.9238125rem;top:7.75rem;left:0.53125rem;font-size:1.0625rem;color:#161f48;display:block; }
 }@media only screen and (max-width: 763px) { #JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA { display:block; }#JSieKoGWXvk5ir9TCAEKMKGg5ZDDNPTA > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fBl0EwKdisQTWWz3kI9asi9hHIgnvfBg { width:17.4375rem;height:2.923825rem;top:8.875rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NW4zukF4T24rnygWVkavLlF3Dh0ucb6u { display:flex;width:2rem;height:2rem;top:8.875rem;left:0rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v { display:flex;width:1.74805rem;height:1.74805rem;top:13rem;left:0rem; }
#VTgls4qJb3BMG46bUJcyTJnWt5WxRI8v > img { max-width: 100%;max-height:100%; width:1.74805rem; height:1.74805rem; } }@media only screen and (max-width: 763px) { #q43lDbJvRxWOlUfKsH8uSn2d8aXOiZHo { width:20rem;height:1.21875rem;top:17.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #duUWresstWOu9woz462TciRWldP0Rsps { width:20rem;height:1.13671875rem;top:21.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kq3CiFnOqlLkWZTP9GqHLeueQw1UcbTC { width:11.125rem;height:1.7871125rem;top:13rem;left:2.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCVrQky82qGEZ4Il5fRHfTk4GrZuARAx { width:20rem;height:4rem;top:1.76171875rem;left:0rem;display:block; }
 }