.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:#e02439;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:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#pev6WaKeuZZhopHvtATo9qlptpsr4bRM { position:absolute;display:block;z-index:15041;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.3125rem;width:10.875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#IsS0fIWNcGNtuh7XPc2igeOHoqkAqwXS { background-color:#e02439;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:isidora;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:3rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.15625rem;left:63.4375rem;display:block; }
#h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#Qp0FTIFSzKX057uhhGNC4gsq0OIhCuqH { position:absolute;display:block;z-index:15042;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:2.25rem;width:13.9375rem;top:1.53125rem;left:47.5rem;overflow:hidden;display:block; }
#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7ca7f9e6-0163-4159-928d-4e702843cb24/youngfamilywithbabytoddlergirlathomesittingonsofa.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS.adaptive-delivery-prevent-bg, #CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS.lazyload, #CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS.lazyloading { background-image: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { background-color: transparent; background-image: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,24,32,0.44); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container > .video-iframe-container { display: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,24,32,0.44); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row > .video-iframe-container { display: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .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); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { border-width: 0; border-radius: 0; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS::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; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;overflow:visible;position:relative;display:block; }#Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { color:#ffffff;display:block;width:45.5rem;position:absolute;font-family:isidora;font-size:1.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:17.1875rem;left:0rem;height:2.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; }
#lI05MQTI3dCTGvETDQPGGSUBItnS6Omy { position:absolute;display:block;z-index:15001;background-color:#e02439;background-image:none;background-position:top left !important;background-repeat: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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:0.6875rem;width:8.6875rem;top:21rem;left:0rem;display:block; }
#zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { color:#ffffff;display:block;width:25.625rem;position:absolute;font-family:isidora;font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:24.25rem;left:3.5625rem;height:1.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#S2x2BNmRt4IAwPulvtOuoHFwas802aVk { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:isidora;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:27.75rem;left:3.5625rem;height:1.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:23.5rem;left:0rem; }
#qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { color:#e02439;display:block;width:34.5625rem;position:absolute;font-family:isidora;font-size:4.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:7.63671875rem;left:0rem;height:8.75rem;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; }
#Vy9uQ367tGOlZlJDLIsUr5zpzgvafGWX { color:#ffffff;display:block;width:23.125rem;position:absolute;font-family:isidora;font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:31.8125rem;left:3.5625rem;height:1.75rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27.5rem;left:0rem; }
#QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:31.5625rem;left:0rem; }
#eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { position:absolute;display:block;z-index:15040;height:31.8125rem;width:25rem;top:6.125rem;left:50rem;display:block; }
#a9915b0e1c81de8ef0792b194413df5b.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection *:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="text"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="email"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="tel"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection textarea:focus-visible { outline: none; } #IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container { background-color: transparent; background-image: none; }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container > .video-iframe-container { display: none; }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row > .video-iframe-container { display: none; }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .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); }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container { border-width: 0; border-radius: 0; }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:75rem;position:relative;display:block; }#Z00b0047e61d5671b6b28a816bdad041.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; } #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection *:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="text"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="email"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="tel"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection textarea:focus-visible { outline: none; } #lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container { background-color: transparent; background-image: none; }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container > .video-iframe-container { display: none; }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row > .video-iframe-container { display: none; }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .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); }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container { border-width: 0; border-radius: 0; }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container { font-size:0.875rem;font-family:arial;height:27.6875rem;width:75rem;position:relative;display:block; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { background-color: transparent; background-image: none; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container > .video-iframe-container { display: none; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row > .video-iframe-container { display: none; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .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); }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { border-width: 0; border-radius: 0; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#XCkLHQZO061LboRleV2RJA7Z2FmWxE6f { background-color:#e02439;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:isidora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:1.875rem;left:26.875rem;display:block; }
#nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection *:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="text"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="email"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="tel"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection textarea:focus-visible { outline: none; } #I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container { background-color: transparent; background-image: none; }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container > .video-iframe-container { display: none; }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row > .video-iframe-container { display: none; }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .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); }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container { border-width: 0; border-radius: 0; }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container { font-size:0.875rem;font-family:arial;height:26.125rem;width:75rem;position:relative;display:block; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9b8bc3-6c60-46ca-bae9-9b2d7c2f8eea/realestateagentportraitwithfamilygettingnew20250214183833utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.adaptive-delivery-prevent-bg, #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.lazyload, #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.lazyloading { background-image: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { background-color: transparent; background-image: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container > .video-iframe-container { display: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container { display: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .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); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { border-width: 0; border-radius: 0; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E::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; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { display:block;width:39.3125rem;position:absolute;font-family:isidora;font-size:2.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5rem;left:17.84375rem;height:5.5244125rem;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#OT7TwQoTbR9T88SAZu088Wd10DKoTgr6 { background-color:#e02439;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:isidora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:13.625rem;left:26.875rem;display:block; }
#q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#141f4c;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; } #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection *:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="text"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="email"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="tel"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection textarea:focus-visible { outline: none; } #g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container { background-color: transparent; background-image: none; }#g8TtOxWpavxXoDKEvulruBmdRbvii11w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container > .video-iframe-container { display: none; }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row > .video-iframe-container { display: none; }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .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); }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container { border-width: 0; border-radius: 0; }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container { font-size:0.875rem;font-family:arial;height:19.75rem;width:75rem;position:relative;display:block; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { background-color: transparent; background-image: none; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container > .video-iframe-container { display: none; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row > .video-iframe-container { display: none; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .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); }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { border-width: 0; border-radius: 0; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#Tf3513e8994d4b6286114709139b9dce .accordion-element-container { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#Tf3513e8994d4b6286114709139b9dce .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#Tf3513e8994d4b6286114709139b9dce .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:isidora;color:#151f4a;font-style:normal;line-height:1.5;overflow:hidden;height:auto; }
#Tf3513e8994d4b6286114709139b9dce .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:#151f4a; }
#Tf3513e8994d4b6286114709139b9dce .accordion-trigger { width:0.6875rem;min-width:0.6875rem;height:0.6875rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_a8dd3f94b4762c789e013b22e6835bb377fab60b.svg");background-size:contain !important; }#Tf3513e8994d4b6286114709139b9dce .accordion-trigger.adaptive-delivery-prevent-bg, #Tf3513e8994d4b6286114709139b9dce .accordion-trigger.lazyload, #Tf3513e8994d4b6286114709139b9dce .accordion-trigger.lazyloading { background-image: none; }
#Tf3513e8994d4b6286114709139b9dce { box-sizing:content-box;height:auto;width:66.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15025;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8rem;left:3.1875rem; }
#Tf3513e8994d4b6286114709139b9dce #q73aa7492202d67b17818cb01f77ff3f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tf3513e8994d4b6286114709139b9dce #a869bf97b0bf6cabb7892a5d0dd5b1b6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tf3513e8994d4b6286114709139b9dce #K838979073a438630fb76fd21475d28c { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #f3377d8b7555de4c6c0e4edb097529fe {  }
#Tf3513e8994d4b6286114709139b9dce #Hf56af736737477b02bb0dc87b4dd294 {  }
#Tf3513e8994d4b6286114709139b9dce #b21475b9456114c9376776c0573930f5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tf3513e8994d4b6286114709139b9dce #sa4aecdae51c91e6166a556021ef69a7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tf3513e8994d4b6286114709139b9dce #bce0b6f0d5c074c6bf047ea7be99ce82 { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #x9d3dd61957c43ea42c06299653946ae {  }
#Tf3513e8994d4b6286114709139b9dce #ae4eb12a5f40244c2169b214024df3c6 { display:none; }
#Tf3513e8994d4b6286114709139b9dce #Mb59c744f580039ff6eef0f8bb6c32fb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tf3513e8994d4b6286114709139b9dce #b08b64aa7511a603ed725fd083a95342 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tf3513e8994d4b6286114709139b9dce #Qc879b15602024b6268ebba05f7c884b { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #e9f86f1e901097ba85fb85b50d5e228a {  }
#Tf3513e8994d4b6286114709139b9dce #h46fb3a3d4d6cffb83e5190a68c6acf1 { display:none; }
#Tf3513e8994d4b6286114709139b9dce #d789ad1860d0a5145a4d71607fcc502b { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tf3513e8994d4b6286114709139b9dce #e865cff79dc743f1b5ffbbce2373970b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tf3513e8994d4b6286114709139b9dce #K0d5d77685964bee19aaec702c48f1c1 { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #w874f07759724e1ff1a4bc578f86bdde {  }
#Tf3513e8994d4b6286114709139b9dce #nfaceea5cc490ee11b91acfc96b33ecd { display:none; }
#Tf3513e8994d4b6286114709139b9dce #f574e03c8ff25ff389efabd8ff0e00f0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tf3513e8994d4b6286114709139b9dce #s60e047ddd3725f073c28be32fe3114e { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tf3513e8994d4b6286114709139b9dce #e386cd3ed8ff74743abdf0ae0d5c49dd { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #p998baf8d76db7302917d89447c37553 {  }
#Tf3513e8994d4b6286114709139b9dce #Xb8382e5527525b7d9f7a17e2633599f { display:none; }
#g1771e8abb271f1d8b5b99bfafbe8541 { color:#141f4c;display:block;width:75rem;position:absolute;font-family:isidora;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ta37d5ab5ac2384b044ae9f5c42cae49 { position:absolute;display:block;z-index:15024;background-color:#141f4c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:7.8125rem;top:6.9375rem;left:33.59375rem;display:block; }
#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#141f4c;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; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { background-color: transparent; background-image: none; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container > .video-iframe-container { display: none; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row > .video-iframe-container { display: none; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .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); }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { border-width: 0; border-radius: 0; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#F0xntTsNKScTedm6pk7aRiRwW7nawExg { display:block;width:52.0625rem;position:absolute;font-family:isidora;font-size:1.5625rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:3.53125rem;left:0rem;height:4.0625rem;font-style:normal;color:#ffffff;display:block; }
#f5lV3VvTG0Z9yU0fboTLzWirqtOVikL1 { background-color:#e02439;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;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:isidora;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.84375rem;left:53.375rem;display:block; }
#y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#c78f83f2848cf343606a44385aa25dba.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; } #c78f83f2848cf343606a44385aa25dba.widget-smartsection *:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="text"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="email"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="tel"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection textarea:focus-visible { outline: none; } #xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { background-color: transparent; background-image: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container > .video-iframe-container { display: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row > .video-iframe-container { display: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .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); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { border-width: 0; border-radius: 0; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:75rem;position:relative;display:block; }#Xd9d694de8531d24bdfff84d7f288051.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection *:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="text"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="email"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="tel"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection textarea:focus-visible { outline: none; } #GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container { background-color: transparent; background-image: none; }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container > .video-iframe-container { display: none; }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row > .video-iframe-container { display: none; }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .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); }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container { border-width: 0; border-radius: 0; }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;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) { #pev6WaKeuZZhopHvtATo9qlptpsr4bRM { top:0rem;left:0rem;width:10.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsS0fIWNcGNtuh7XPc2igeOHoqkAqwXS { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block; }
 }@media only screen and (max-width: 763px) { #Qp0FTIFSzKX057uhhGNC4gsq0OIhCuqH { top:1.5rem;left:33.8125rem;width:13.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS { display:block; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { width:45.5rem;height:2.25rem;top:17.1875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI05MQTI3dCTGvETDQPGGSUBItnS6Omy { width:8.6875rem;height:0.6875rem;top:21rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { top:24.25rem;left:0rem;width:25.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2x2BNmRt4IAwPulvtOuoHFwas802aVk { top:27.75rem;left:0rem;width:17.4375rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { top:23.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { width:34.5625rem;height:8.75rem;top:7.625rem;left:0rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9uQ367tGOlZlJDLIsUr5zpzgvafGWX { top:31.8125rem;left:0rem;width:23.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { top:27.5rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { top:31.5625rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { top:6.125rem;left:22.75rem;width:25rem;height:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection { display:block; } #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection *:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="text"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="email"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="tel"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection textarea:focus-visible { outline: none; } #IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection { display:block; } #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection *:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="text"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="email"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="tel"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection textarea:focus-visible { outline: none; } #lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 { display:block; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCkLHQZO061LboRleV2RJA7Z2FmWxE6f { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block; }
 }@media only screen and (max-width: 763px) { #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection { display:block; } #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection *:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="text"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="email"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="tel"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection textarea:focus-visible { outline: none; } #I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E { display:block; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TwQoTbR9T88SAZu088Wd10DKoTgr6 { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block; }
 }@media only screen and (max-width: 763px) { #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection { display:block; } #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection *:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="text"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="email"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="tel"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection textarea:focus-visible { outline: none; } #g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotwnCFHQUks7gLqsEDMOChJqO0GiHUF { display:block; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tf3513e8994d4b6286114709139b9dce { display:flex;height:auto;width:27.8125rem;top:17.625rem;left:17.4375rem; }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #q73aa7492202d67b17818cb01f77ff3f {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #a869bf97b0bf6cabb7892a5d0dd5b1b6 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #K838979073a438630fb76fd21475d28c {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #f3377d8b7555de4c6c0e4edb097529fe {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Hf56af736737477b02bb0dc87b4dd294 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #b21475b9456114c9376776c0573930f5 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #sa4aecdae51c91e6166a556021ef69a7 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #bce0b6f0d5c074c6bf047ea7be99ce82 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #x9d3dd61957c43ea42c06299653946ae {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #ae4eb12a5f40244c2169b214024df3c6 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Mb59c744f580039ff6eef0f8bb6c32fb {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #b08b64aa7511a603ed725fd083a95342 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Qc879b15602024b6268ebba05f7c884b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e9f86f1e901097ba85fb85b50d5e228a {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #h46fb3a3d4d6cffb83e5190a68c6acf1 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #d789ad1860d0a5145a4d71607fcc502b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e865cff79dc743f1b5ffbbce2373970b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #K0d5d77685964bee19aaec702c48f1c1 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #w874f07759724e1ff1a4bc578f86bdde {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #nfaceea5cc490ee11b91acfc96b33ecd {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #f574e03c8ff25ff389efabd8ff0e00f0 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #s60e047ddd3725f073c28be32fe3114e {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e386cd3ed8ff74743abdf0ae0d5c49dd {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #p998baf8d76db7302917d89447c37553 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Xb8382e5527525b7d9f7a17e2633599f {  }
 }@media only screen and (max-width: 763px) { #g1771e8abb271f1d8b5b99bfafbe8541 { width:47.75rem;height:2.8125rem;top:2.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta37d5ab5ac2384b044ae9f5c42cae49 { top:6.9375rem;left:19.96875rem;width:7.8125rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt { display:block; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0xntTsNKScTedm6pk7aRiRwW7nawExg { width:27.5rem;height:5.125rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lV3VvTG0Z9yU0fboTLzWirqtOVikL1 { width:16.25rem;height:3.4375rem;top:4.125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block; }
 }@media only screen and (max-width: 763px) { #c78f83f2848cf343606a44385aa25dba.widget-smartsection { display:block; } #c78f83f2848cf343606a44385aa25dba.widget-smartsection *:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="text"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="email"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="tel"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection textarea:focus-visible { outline: none; } #xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection { display:block; } #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection *:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="text"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="email"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="tel"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection textarea:focus-visible { outline: none; } #GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container { width:47.75rem;position:relative;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:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pev6WaKeuZZhopHvtATo9qlptpsr4bRM { width:11.375rem;height:5.4375rem;top:0rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IsS0fIWNcGNtuh7XPc2igeOHoqkAqwXS { width:8.5rem;height:2.3125rem;top:1.005859375rem;left:11.5rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block; }
 }@media only screen and (max-width: 763px) { #Qp0FTIFSzKX057uhhGNC4gsq0OIhCuqH { width:13.9375rem;height:2.25rem;top:5.1875rem;left:3rem;display:none; }
 }@media only screen and (max-width: 763px) { #CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS { background-color:#ffffff;background-image:none;display:block; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { background-color: transparent; background-image: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container > .video-iframe-container { display: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row > .video-iframe-container { display: none; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .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); }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { width:20rem;height:54.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { width:20rem;height:4.19921875rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#000000;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #lI05MQTI3dCTGvETDQPGGSUBItnS6Omy { width:8.6875rem;height:0.6875rem;top:14.375rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { width:9.8125rem;height:0;top:71.3125rem;left:5.09375rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;color:#000000;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #S2x2BNmRt4IAwPulvtOuoHFwas802aVk { width:9.625rem;height:0;top:78.25rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { width:3.125rem;height:3.125rem;top:67.5625rem;left:8.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { width:20rem;height:5.25rem;top:2.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9uQ367tGOlZlJDLIsUr5zpzgvafGWX { width:9.8125rem;height:0;top:85.375rem;left:5.09375rem;font-size:1rem;text-align:center;text-align-last:center;color:#000000;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { width:3.125rem;height:3.125rem;top:74.5625rem;left:8.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { width:3.125rem;height:3.125rem;top:81.625rem;left:8.1875rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { width:20rem;height:37.0625rem;top:14.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection { display:block; } #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection *:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="text"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="email"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection input[type="tel"]:focus-visible, #a9915b0e1c81de8ef0792b194413df5b.widget-smartsection textarea:focus-visible { outline: none; } #IVbwZi3V5zJT5VVhMgkKZMceitB8ra5b > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection { display:block; } #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection *:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="text"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="email"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection input[type="tel"]:focus-visible, #Z00b0047e61d5671b6b28a816bdad041.widget-smartsection textarea:focus-visible { outline: none; } #lMhTCr5PcSoPwE884FR0UkVheUM0fn9t > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 { display:block; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCkLHQZO061LboRleV2RJA7Z2FmWxE6f { width:17.5rem;height:3.125rem;top:1.1875rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block; }
 }@media only screen and (max-width: 763px) { #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection { display:block; } #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection *:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="text"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="email"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection input[type="tel"]:focus-visible, #C5b35fae03c0109cc8f26f113cc3005d.widget-smartsection textarea:focus-visible { outline: none; } #I4TSHZULLqd6AZaRnEivcmVpdnlRhiix > .row .container { width:20rem;height:29.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f9b8bc3-6c60-46ca-bae9-9b2d7c2f8eea/realestateagentportraitwithfamilygettingnew20250214183833utc.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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;display:block; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.adaptive-delivery-prevent-bg, #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.lazyload, #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E.lazyloading { background-image: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { background-color: transparent; background-image: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container > .video-iframe-container { display: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.63); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container { display: none; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .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); }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { border-width: 0; border-radius: 0; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E::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; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { width:18.75rem;height:3.0869125rem;top:4.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TwQoTbR9T88SAZu088Wd10DKoTgr6 { width:17.5rem;height:3.125rem;top:9.2109375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block; }
 }@media only screen and (max-width: 763px) { #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection { display:block; } #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection *:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="text"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="email"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection input[type="tel"]:focus-visible, #fb30bb32f2ade563fe8e205a8e12399d.widget-smartsection textarea:focus-visible { outline: none; } #g8TtOxWpavxXoDKEvulruBmdRbvii11w > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotwnCFHQUks7gLqsEDMOChJqO0GiHUF { display:block; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#Tf3513e8994d4b6286114709139b9dce .accordion-heading-text { font-size:1rem;height:auto;font-weight:700;font-style:normal; }
#Tf3513e8994d4b6286114709139b9dce .accordion-desc-text { font-size:0.9375rem;height:auto;text-align:justify;text-align-last:initial; }
#Tf3513e8994d4b6286114709139b9dce .accordion-trigger { height:0.625rem;width:0.625rem;min-width:0.625rem; }
#Tf3513e8994d4b6286114709139b9dce { display:flex;height:auto;width:20rem;top:9.75rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;gap:0; }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #q73aa7492202d67b17818cb01f77ff3f {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #a869bf97b0bf6cabb7892a5d0dd5b1b6 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #K838979073a438630fb76fd21475d28c {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #f3377d8b7555de4c6c0e4edb097529fe {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Hf56af736737477b02bb0dc87b4dd294 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #b21475b9456114c9376776c0573930f5 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #sa4aecdae51c91e6166a556021ef69a7 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #bce0b6f0d5c074c6bf047ea7be99ce82 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #x9d3dd61957c43ea42c06299653946ae {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #ae4eb12a5f40244c2169b214024df3c6 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Mb59c744f580039ff6eef0f8bb6c32fb {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #b08b64aa7511a603ed725fd083a95342 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Qc879b15602024b6268ebba05f7c884b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e9f86f1e901097ba85fb85b50d5e228a {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #h46fb3a3d4d6cffb83e5190a68c6acf1 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #d789ad1860d0a5145a4d71607fcc502b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e865cff79dc743f1b5ffbbce2373970b {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #K0d5d77685964bee19aaec702c48f1c1 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #w874f07759724e1ff1a4bc578f86bdde {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #nfaceea5cc490ee11b91acfc96b33ecd {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #f574e03c8ff25ff389efabd8ff0e00f0 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #s60e047ddd3725f073c28be32fe3114e {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #e386cd3ed8ff74743abdf0ae0d5c49dd {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #p998baf8d76db7302917d89447c37553 {  }
 }@media only screen and (max-width: 763px) { #Tf3513e8994d4b6286114709139b9dce #Xb8382e5527525b7d9f7a17e2633599f {  }
 }@media only screen and (max-width: 763px) { #g1771e8abb271f1d8b5b99bfafbe8541 { width:20rem;height:4.875rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta37d5ab5ac2384b044ae9f5c42cae49 { width:7.8125rem;height:0.125rem;top:7.75rem;left:6.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt { display:block; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0xntTsNKScTedm6pk7aRiRwW7nawExg { width:20rem;height:5.8496125rem;top:1.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5lV3VvTG0Z9yU0fboTLzWirqtOVikL1 { width:17.5rem;height:3.125rem;top:9.7734375rem;left:1.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block; }
 }@media only screen and (max-width: 763px) { #c78f83f2848cf343606a44385aa25dba.widget-smartsection { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; } #c78f83f2848cf343606a44385aa25dba.widget-smartsection *:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="text"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="email"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection input[type="tel"]:focus-visible, #c78f83f2848cf343606a44385aa25dba.widget-smartsection textarea:focus-visible { outline: none; } #xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { background-color: transparent; background-image: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container > .video-iframe-container { display: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row > .video-iframe-container { display: none; }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .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); }#xwl7u39IP9dFNBTfXyZvmbWzgZtXAM1O > .row .container { width:20rem;height:19rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection { display:block; } #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection *:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="text"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="email"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection input[type="tel"]:focus-visible, #Xd9d694de8531d24bdfff84d7f288051.widget-smartsection textarea:focus-visible { outline: none; } #GIIcwNA0PSCOEdBA4SvDklmAUwTvnROD > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }