.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:#e02439;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:14px;font-family:arial;height:85px;width:1200px;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:85px;width:174px;top:0px;left:0px;overflow:hidden;display:block; }
#yKVn89fhFzkHBxM3arEAFPpmRlIMaG1y { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#141f4c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:127px;height:45px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:20px;left:674px;display:block; }
#Sc3hsG9OQbBFfBe7wPo2vvibeu55STz7 { display:block;position:relative;top:50%;width:100%;z-index:15000;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:161px;height:48px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:18.5px;left:1015px;display:block; }
#h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#miMgiOQ9nvxWvxaTLRItuQH3kP82ShuM { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#141f4c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:127px;height:45px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:20px;left:845px;display:block; }
#WTHexCfezGpXQGt8tf1LlQhLAKhbnZTM { display:block;position:relative;top:50%;width:100%;z-index:15000;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:14px;font-family:arial;height:692px;width:1200px;overflow:visible;position:relative;display:block; }#Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { color:#ffffff;display:block;width:728px;position:absolute;font-family:isidora;font-size:30px;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:275px;left:0px;height:36px;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:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: none;height:11px;width:139px;top:336px;left:0px;display:block; }
#zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { color:#ffffff;display:block;width:410px;position:absolute;font-family:isidora;font-size:20px;font-weight:400;z-index:15021;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:388px;left:57px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#S2x2BNmRt4IAwPulvtOuoHFwas802aVk { color:#ffffff;display:block;width:279px;position:absolute;font-family:isidora;font-size:20px;font-weight:400;z-index:15024;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:444px;left:57px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:376px;left:0px; }
#qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { color:#e02439;display:block;width:553px;position:absolute;font-family:isidora;font-size:70px;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:122.1875px;left:0px;height:140px;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:370px;position:absolute;font-family:isidora;font-size:20px;font-weight:400;z-index:15026;line-height:1.4;letter-spacing:0;text-shadow:1px 1px 1px #000000;top:509px;left:57px;height:28px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:440px;left:0px; }
#QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { box-sizing:content-box;color:#5d92ff;font-size:31px;font-weight:400;line-height:1;height:45px;width:45px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:505px;left:0px; }
#eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { position:absolute;display:block;z-index:15040;height:509px;width:400px;top:98px;left:800px;display:block; }
#FDNXSlXzZRh63AJPCuHstoN1h139mT81 { 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; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container { background-color: transparent; background-image: none; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container > .video-iframe-container { display: none; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row > .video-iframe-container { display: none; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .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); }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container { border-width: 0; border-radius: 0; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container { font-size:14px;font-family:arial;height:103px;width:1200px;position:relative;display:block; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 { 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; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container { background-color: transparent; background-image: none; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container > .video-iframe-container { display: none; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row > .video-iframe-container { display: none; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .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); }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container { border-width: 0; border-radius: 0; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container { font-size:14px;font-family:arial;height:443px;width:1200px;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:14px;font-family:arial;height:113px;width:1200px;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340px;height:55px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30px;left:430px;display:block; }
#nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ { 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; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container { background-color: transparent; background-image: none; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container > .video-iframe-container { display: none; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row > .video-iframe-container { display: none; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .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); }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container { border-width: 0; border-radius: 0; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container { font-size:14px;font-family:arial;height:418px;width:1200px;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:14px;font-family:arial;height:346px;width:1200px;position:relative;display:block; }#pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { display:block;width:629px;position:absolute;font-family:isidora;font-size:34px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:80px;left:285.5px;height:88.375px;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340px;height:55px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:218px;left:430px;display:block; }
#q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l { 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; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container { background-color: transparent; background-image: none; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container > .video-iframe-container { display: none; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row > .video-iframe-container { display: none; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .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); }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container { border-width: 0; border-radius: 0; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container { font-size:14px;font-family:arial;height:316px;width:1200px;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:14px;font-family:arial;height:669px;width:1200px;position:relative;display:block; }#Tf3513e8994d4b6286114709139b9dce .accordion-element-container { border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;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:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#Tf3513e8994d4b6286114709139b9dce .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:18px;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:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:16px;font-family:"open sans";font-weight:300;font-style:normal;line-height:1.6;overflow:hidden;height:auto;color:#151f4a; }
#Tf3513e8994d4b6286114709139b9dce .accordion-trigger { width:11px;min-width:11px;height:11px;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:1058px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15025;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:128px;left:51px; }
#Tf3513e8994d4b6286114709139b9dce #q73aa7492202d67b17818cb01f77ff3f { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Tf3513e8994d4b6286114709139b9dce #a869bf97b0bf6cabb7892a5d0dd5b1b6 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Tf3513e8994d4b6286114709139b9dce #K838979073a438630fb76fd21475d28c { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #f3377d8b7555de4c6c0e4edb097529fe {  }
#Tf3513e8994d4b6286114709139b9dce #Hf56af736737477b02bb0dc87b4dd294 {  }
#Tf3513e8994d4b6286114709139b9dce #b21475b9456114c9376776c0573930f5 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Tf3513e8994d4b6286114709139b9dce #sa4aecdae51c91e6166a556021ef69a7 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Tf3513e8994d4b6286114709139b9dce #bce0b6f0d5c074c6bf047ea7be99ce82 { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #x9d3dd61957c43ea42c06299653946ae {  }
#Tf3513e8994d4b6286114709139b9dce #ae4eb12a5f40244c2169b214024df3c6 { display:none; }
#Tf3513e8994d4b6286114709139b9dce #Mb59c744f580039ff6eef0f8bb6c32fb { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Tf3513e8994d4b6286114709139b9dce #b08b64aa7511a603ed725fd083a95342 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Tf3513e8994d4b6286114709139b9dce #Qc879b15602024b6268ebba05f7c884b { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #e9f86f1e901097ba85fb85b50d5e228a {  }
#Tf3513e8994d4b6286114709139b9dce #h46fb3a3d4d6cffb83e5190a68c6acf1 { display:none; }
#Tf3513e8994d4b6286114709139b9dce #d789ad1860d0a5145a4d71607fcc502b { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Tf3513e8994d4b6286114709139b9dce #e865cff79dc743f1b5ffbbce2373970b { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Tf3513e8994d4b6286114709139b9dce #K0d5d77685964bee19aaec702c48f1c1 { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #w874f07759724e1ff1a4bc578f86bdde {  }
#Tf3513e8994d4b6286114709139b9dce #nfaceea5cc490ee11b91acfc96b33ecd { display:none; }
#Tf3513e8994d4b6286114709139b9dce #f574e03c8ff25ff389efabd8ff0e00f0 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#Tf3513e8994d4b6286114709139b9dce #s60e047ddd3725f073c28be32fe3114e { height:auto;display:flex;position:relative;top:0px;left:0px; }
#Tf3513e8994d4b6286114709139b9dce #e386cd3ed8ff74743abdf0ae0d5c49dd { display:block;position:relative; }
#Tf3513e8994d4b6286114709139b9dce #p998baf8d76db7302917d89447c37553 {  }
#Tf3513e8994d4b6286114709139b9dce #Xb8382e5527525b7d9f7a17e2633599f { display:none; }
#g1771e8abb271f1d8b5b99bfafbe8541 { color:#141f4c;display:block;width:1200px;position:absolute;font-family:isidora;font-size:35px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:45.5px;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:2px;width:125px;top:111px;left:537.5px;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:14px;font-family:arial;height:178px;width:1200px;position:relative;display:block; }#F0xntTsNKScTedm6pk7aRiRwW7nawExg { display:block;width:833px;position:absolute;font-family:isidora;font-size:25px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:56.5px;left:0px;height:65px;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:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:isidora;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:340px;height:55px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.5px;left:854px;display:block; }
#y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U { 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; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { background-color: transparent; background-image: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container > .video-iframe-container { display: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row > .video-iframe-container { display: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .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); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { border-width: 0; border-radius: 0; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { font-size:14px;font-family:arial;height:239px;width:1200px;position:relative;display:block; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 { 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; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container { background-color: transparent; background-image: none; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container > .video-iframe-container { display: none; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row > .video-iframe-container { display: none; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .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); }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container { border-width: 0; border-radius: 0; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container { font-size:14px;font-family:arial;height:58px;width:1200px;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:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pev6WaKeuZZhopHvtATo9qlptpsr4bRM { top:0px;left:0px;width:174px;height:85px;display:block; }
 }@media only screen and (max-width: 763px) { #yKVn89fhFzkHBxM3arEAFPpmRlIMaG1y { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #Sc3hsG9OQbBFfBe7wPo2vvibeu55STz7 { display:block; }
 }@media only screen and (max-width: 763px) { #IsS0fIWNcGNtuh7XPc2igeOHoqkAqwXS { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block; }
 }@media only screen and (max-width: 763px) { #miMgiOQ9nvxWvxaTLRItuQH3kP82ShuM { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #WTHexCfezGpXQGt8tf1LlQhLAKhbnZTM { display:block; }
 }@media only screen and (max-width: 763px) { #CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS { display:block; }#CvbWoVAhGROeceoyp9ywy8z9gTWvi9gS > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { width:728px;height:36px;top:275px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #lI05MQTI3dCTGvETDQPGGSUBItnS6Omy { width:139px;height:11px;top:336px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { top:388px;left:0px;width:410px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #S2x2BNmRt4IAwPulvtOuoHFwas802aVk { top:444px;left:0px;width:279px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { top:376px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { width:553px;height:140px;top:122px;left:0px;font-size:70px;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9uQ367tGOlZlJDLIsUr5zpzgvafGWX { top:509px;left:0px;width:370px;height:28px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { top:440px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { top:505px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { top:98px;left:364px;width:400px;height:509px;display:block; }
 }@media only screen and (max-width: 763px) { #FDNXSlXzZRh63AJPCuHstoN1h139mT81 { display:block; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 { display:block; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 { display:block; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCkLHQZO061LboRleV2RJA7Z2FmWxE6f { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block; }
 }@media only screen and (max-width: 763px) { #HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ { display:block; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E { display:block; }#sxT6sbpeDEt5JpLqGC6npa8lB1mu8R7E > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TwQoTbR9T88SAZu088Wd10DKoTgr6 { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block; }
 }@media only screen and (max-width: 763px) { #qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l { display:block; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotwnCFHQUks7gLqsEDMOChJqO0GiHUF { display:block; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { width:764px;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:445px;top:282px;left:279px; }
 }@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:764px;height:45px;top:38px;left:0px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta37d5ab5ac2384b044ae9f5c42cae49 { top:111px;left:319.5px;width:125px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt { display:block; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0xntTsNKScTedm6pk7aRiRwW7nawExg { width:440px;height:82px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #f5lV3VvTG0Z9yU0fboTLzWirqtOVikL1 { width:260px;height:55px;top:66px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block; }
 }@media only screen and (max-width: 763px) { #QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U { display:block; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faVAF4BNHFsext2dZCqFhAps7DWyn0i6 { display:block; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container { width:764px;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:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pev6WaKeuZZhopHvtATo9qlptpsr4bRM { width:123px;height:60px;top:3px;left:98.5px;display:block; }
 }@media only screen and (max-width: 763px) { #yKVn89fhFzkHBxM3arEAFPpmRlIMaG1y { width:99px;height:20px;top:68px;left:0px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #Sc3hsG9OQbBFfBe7wPo2vvibeu55STz7 { display:block; }
 }@media only screen and (max-width: 763px) { #IsS0fIWNcGNtuh7XPc2igeOHoqkAqwXS { width:136px;height:37px;top:16.09375px;left:184px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #h7Cc8SAfBmfxGA4FpuxSLM2DblxuDU59 { display:block; }
 }@media only screen and (max-width: 763px) { #miMgiOQ9nvxWvxaTLRItuQH3kP82ShuM { width:100px;height:21px;top:68.59375px;left:110px;font-size:12px;display:none; }
 }@media only screen and (max-width: 763px) { #WTHexCfezGpXQGt8tf1LlQhLAKhbnZTM { display:block; }
 }@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:320px;height:877px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rpzw6lJOclktMc7X4zfFsoBuCEFf1o0h { width:320px;height:67.1875px;top:142px;left:0px;text-align:center;text-align-last:center;font-size:28px;color:#000000;text-shadow:1px 1px 1px rgba(0,0,0,0);display:block; }
 }@media only screen and (max-width: 763px) { #lI05MQTI3dCTGvETDQPGGSUBItnS6Omy { width:139px;height:11px;top:230px;left:91px;display:none; }
 }@media only screen and (max-width: 763px) { #zeggRHW98eJGJlvZplC0xDJ2i3Oigt8y { width:157px;height:0;top:1141px;left:81.5px;font-size:16px;line-height:1.4;text-align:center;text-align-last:center;color:#000000;text-shadow:1px 1px 1px rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #S2x2BNmRt4IAwPulvtOuoHFwas802aVk { width:154px;height:0;top:1252px;left:83px;font-size:16px;text-align:center;text-align-last:center;color:#000000;text-shadow:1px 1px 1px rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #V9EpMWsPEiazi4nDTH5NKwyuTDDq8ShH { width:50px;height:50px;top:1081px;left:131px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #qnd3xVAmFUQD06gl0OLif5kJoyAiSJs5 { width:320px;height:84px;top:44px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Vy9uQ367tGOlZlJDLIsUr5zpzgvafGWX { width:157px;height:0;top:1366px;left:81.5px;font-size:16px;text-align:center;text-align-last:center;color:#000000;text-shadow:1px 1px 1px rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #oZRvrc9kGE3PSiO3tOdyol7W4DNHOTmW { width:50px;height:50px;top:1193px;left:131px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #QhuoWOiqxI2zhK7FNxmhKzzpAoWfNl8i { width:50px;height:50px;top:1306px;left:131px;font-size:35px;display:none; }
 }@media only screen and (max-width: 763px) { #eqfWnsSHErUxehm5pgTg6RS6C1ElRdTZ { width:320px;height:593px;top:227px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #FDNXSlXzZRh63AJPCuHstoN1h139mT81 { display:block; }#FDNXSlXzZRh63AJPCuHstoN1h139mT81 > .row .container { width:320px;height:136px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 { display:block; }#x991mbGVV23LHGm3QzpxSVOnsEPvhZM4 > .row .container { width:320px;height:1091px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 { display:block; }#VFcr9N38UTiCihXZ4uaL0S94q5M9Mt63 > .row .container { width:320px;height:100px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCkLHQZO061LboRleV2RJA7Z2FmWxE6f { width:280px;height:50px;top:19px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #nOEQkrQT7an3fyCZVKuCJ8OkSTrfGyeT { display:block; }
 }@media only screen and (max-width: 763px) { #HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ { display:block; }#HhAoTsM70c4C3zyIW5TKnZM8eOZ8V9tQ > .row .container { width:320px;height:474px;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:320px;height:250px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzRUfC2FuMM3nMZhxE6HZEmkM2rJWiTb { width:300px;height:49.375px;top:65px;left:10px;text-align:center;text-align-last:center;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #OT7TwQoTbR9T88SAZu088Wd10DKoTgr6 { width:280px;height:50px;top:147.375px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #q809NrTfRg07MLGfnAJuTGL0oM5is3h3 { display:block; }
 }@media only screen and (max-width: 763px) { #qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l { display:block; }#qNe1OLulSSQlcTbrqSFSAeK1OGeTbO0l > .row .container { width:320px;height:574px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KotwnCFHQUks7gLqsEDMOChJqO0GiHUF { display:block; }#KotwnCFHQUks7gLqsEDMOChJqO0GiHUF > .row .container { width:320px;height:1100px;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:16px;height:auto;font-weight:700;font-style:normal; }
#Tf3513e8994d4b6286114709139b9dce .accordion-desc-text { font-size:15px;height:auto;text-align:justify;text-align-last:initial; }
#Tf3513e8994d4b6286114709139b9dce .accordion-trigger { height:10px;width:10px;min-width:10px; }
#Tf3513e8994d4b6286114709139b9dce { display:flex;height:auto;width:320px;top:156px;left:0px;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:320px;height:78px;top:29px;left:0px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Ta37d5ab5ac2384b044ae9f5c42cae49 { width:125px;height:2px;top:124px;left:97.5px;display:block; }
 }@media only screen and (max-width: 763px) { #VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt { display:block; }#VF6HbqCJT0cmy2g4DohXir7V5xyHvwSt > .row .container { width:320px;height:237px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0xntTsNKScTedm6pk7aRiRwW7nawExg { width:320px;height:93.5625px;top:27px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #f5lV3VvTG0Z9yU0fboTLzWirqtOVikL1 { width:280px;height:50px;top:156.375px;left:20px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #y4TVc2c1wpzmukFDpiDMFFSHVhCZd6PX { display:block; }
 }@media only screen and (max-width: 763px) { #QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { background-color: transparent; background-image: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container > .video-iframe-container { display: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row > .video-iframe-container { display: none; }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .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); }#QXJ7LW0Cd1N8S7JbmKqn8eCr7txTTM3U > .row .container { width:320px;height:304px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faVAF4BNHFsext2dZCqFhAps7DWyn0i6 { display:block; }#faVAF4BNHFsext2dZCqFhAps7DWyn0i6 > .row .container { width:320px;height:58px;position:relative;display:block; } }