.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;
}
:root { --color-primary-0:235,237,234;--color-primary-1:187,196,184;--color-primary-2:119,137,112;--color-primary-3:60,69,56;--color-primary-4:18,21,17;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:19,19,19;--color-tertiary-0:255,255,255;--color-tertiary-1:100,100,100;--color-tertiary-2:51,51,51;--color-tertiary-3:25,25,24;--color-tertiary-4:0,0,0;--headlines-font-family:"Quicksand";--paragraphs-font-family:"Quicksand"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);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:transparent;background-image:url("https://images.assets-landingi.com/uc/07455691-b7a0-4253-b4ee-54df01ba76af/abstractluxurylightcreambeigebrownlikecottonsilktexturepatternbackground.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#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(var(--color-tertiary-0),1); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:6.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:8rem;top:1rem;left:2.1875rem;overflow:hidden;display:block; }
#dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.9375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.625rem;left:45.1875rem;display:block; }
#GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2L2imA93bNiSH8TRDnclBTHmMWcdyDL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:8.625rem;top:1.5625rem;left:11rem;overflow:hidden;display:block; }
#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container { background-color: transparent; background-image: none; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container > .video-iframe-container { display: none; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row > .video-iframe-container { display: none; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .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); }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container { border-width: 0; border-radius: 0; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#K5R1eehHmeWJycfMScIQG2zC6gmWeGkS { color:rgba(var(--color-tertiary-0),1);display:block;width:26.125rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.875rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VwRgyF9rpTatPNvBx13MNXDdvdVkkV49 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19rem;left:0rem;height:10.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xoz6VGOyIpWE9MC0VDp97D0pvzlmTIvG { background-color:rgba(var(--color-secondary-0),1);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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:31.1875rem;left:0rem;display:block; }
#HIRoTnB2nRhQgupTS5EXKawZQTdefxFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MIOCzMFuG5fq1eAiiP0zETTtO3OMSZxe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.6875rem;width:35.5625rem;top:11.875rem;left:29.125rem;display:block; }
#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { background-color: transparent; background-image: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container > .video-iframe-container { display: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container { display: none; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .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); }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { border-width: 0; border-radius: 0; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:60rem;position:relative;display:block; }#xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:3.0625rem;left:0.125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#HDPFQtDPhc7Xa2gL9mSnl87CkmwGvuVr { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:"playfair display";font-size:2.25rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:4.875rem;left:0rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTrCkTJkLKnAFDOb0e8DOKkDtn9RaqcQ { color:rgba(var(--color-tertiary-2),1);display:block;width:48.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:8.83203125rem;left:6.0625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container { background-color: transparent; background-image: none; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container > .video-iframe-container { display: none; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row > .video-iframe-container { display: none; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .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); }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container { border-width: 0; border-radius: 0; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:60rem;position:relative;display:block; }#fDOaZpD7huDhWysczV3wvaz6ai833Bsk { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#qFF1uaN7dHMuEbndaoftQrry7qbHJPKf { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#Ji5gVJkXWmOXixkogbBpcmy5JHq8KTWT { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5625rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:3.6875rem;left:2.75rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GgIc8ncwTL5U72vHHpAy10HaJvgOWlmg { color:rgba(var(--color-tertiary-2),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:9.625rem;left:2.75rem;height:11.046875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SGU7uKKyzGgdgmLu2Z4RL2eTQbR5Tfsh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:21.8125rem;left:2.75rem;display:block; }
#TFZDdKve61erdr2Zt3BZnMaJlUO0zT1T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pBU9eeNPgWAa1mBS5BKF7y2zgvc7VQT9 { position:absolute;display:block;z-index:15018;height:21.75rem;width:36.0625rem;top:3.6875rem;left:29.875rem;display:block; }
#boy4sJMqOLSXiVfoc7KByqRSDCloobDm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container { background-color: transparent; background-image: none; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container > .video-iframe-container { display: none; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row > .video-iframe-container { display: none; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .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); }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container { border-width: 0; border-radius: 0; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container { font-size:0.875rem;font-family:arial;height:34.625rem;width:60rem;position:relative;display:block; }#mPtATgEO3hIRolK2p2DLyxTT1ALStyuB { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#z1Lga4McJiz3UyW5lceX73XwJO5ShIZ9 { box-sizing:content-box;height:10.8125rem;width:23.875rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image:none;top:18.625rem;left:5.09375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0.0625rem solid rgba(57,35,32,0.5);border-left:0.0625rem solid rgba(57,35,32,0.5);border-right:0.0625rem solid rgba(57,35,32,0.5);border-bottom:0.0625rem solid rgba(57,35,32,0.5);display:none; }
#qVHWTiri3Zmtv2TVRtG13ODBZet1IgUH { color:rgba(var(--color-tertiary-0),1);display:block;width:13.3125rem;position:absolute;font-family:"playfair display";font-size:4.375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:6.75rem;left:34.1875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pz3V7f6xxvswzwEQGbG4aEeXJT2oi1ue { color:rgba(var(--color-tertiary-0),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.5625rem;left:34.1875rem;height:9.6660125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cxJnw2Amy924BoAVf3r022MfyutMQF85 { background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:3rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:23.9375rem;left:34.1875rem;display:block; }
#zLBaJRlCnvgORoSRnUUT4tdv69fldnRR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qeMg6EGriJhTvT4NCxahv8SDKSz3s8IR { position:absolute;display:block;z-index:15018;height:23.6875rem;width:39.75rem;top:3.875rem;left:-9.625rem;display:block; }
#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { background-color: transparent; background-image: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container > .video-iframe-container { display: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container { display: none; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .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); }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { border-width: 0; border-radius: 0; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:13rem;left:3.5625rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { color:rgba(var(--color-tertiary-2),1);display:block;width:22rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.1875rem;left:3.3125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#G1G5Qlo6wTtVP5RFz4xeIuUanKSJrZ5M { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.4;letter-spacing:0;top:4.3125rem;left:3.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RgUhTLCTbQ3LJ4XxQcZtpyyRBkNn6iOt { position:absolute;display:block;z-index:15018;height:21.75rem;width:39.9375rem;top:11.4375rem;left:29.9375rem;display:block; }
#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { position:relative;display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { background-color: transparent; background-image: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container > .video-iframe-container { display: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row > .video-iframe-container { display: none; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .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); }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { border-width: 0; border-radius: 0; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F4Ewzl361VHME8SzzRcya2K4GPOoD9Qf { color:rgba(var(--color-tertiary-2),1);display:block;width:24.4375rem;position:absolute;font-family:"playfair display";font-size:2.1875rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:2.5rem;left:32.875rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV { color:rgba(var(--color-tertiary-1),1);display:block;width:21.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:9.3125rem;left:33.125rem;height:;font-style:normal;text-align:left;text-align-last:left;overflow:hidden;display:block; }#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d34b671-bb71-43ca-9c4d-30cdaf564168/TranquilityTownhomesLogo1.png); }
#WpiPLtzx9DZxocP6hI9V9as8InQgXR6H { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8125rem;height:2.625rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:20.75rem;left:32.875rem;display:block; }
#wnHWS0bHnRkMTS58m8GUH49Pu8G2t9gd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EWyOdSPKM9VunSXPUgSIIkXgTQk5qsLq { position:absolute;display:block;z-index:15017;height:21.75rem;width:40.25rem;top:2.3125rem;left:-10.0625rem;display:block; }
#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3dd42e5c-c9f8-4752-b784-8e9153ba9374/interiordesignwithphotoframescouch.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; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.adaptive-delivery-prevent-bg, #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.lazyload, #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7.lazyloading { background-image: none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { background-color: transparent; background-image: none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container > .video-iframe-container { display: none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-2),1); }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row > .video-iframe-container { display: none; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .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); }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { border-width: 0; border-radius: 0; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7::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; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { font-size:0.875rem;font-family:arial;height:13.5625rem;width:60rem;position:relative;display:block; }#ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0625rem;height:2.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:17.3125rem;left:18.96875rem;display:none; }
#VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { color:rgba(var(--color-tertiary-0),1);display:block;width:44.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.2;letter-spacing:0;top:2.0625rem;left:7.75rem;height:4.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { color:rgba(var(--color-tertiary-0),1);display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:8rem;left:9.375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { background-color: transparent; background-image: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { display: none; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .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); }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { border-width: 0; border-radius: 0; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { font-size:0.875rem;font-family:arial;height:44.8125rem;width:60rem;position:relative;display:block; }#flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#i5Z2dKio6pSFCSer0uFITv790eTMPF7q { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:5.96240234375rem;left:30rem;height:1.1rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/84607dd0-f4dc-4b8a-9d93-eeb7aae320f7/RMCPrivateInternationalTaxPagina1.preview.grayscale.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom: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;height:19.625rem;width:14.625rem;top:4.375rem;left:7.6875rem;display:block; }#kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.adaptive-delivery-prevent-bg, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyload, #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV.lazyloading { background-image: none; }
#AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { position:absolute;display:block;z-index:15022;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:12.4375rem;width:30.0625rem;top:9.4375rem;left:29.9375rem;overflow:hidden;display:block; }
#hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:27.25rem;left:3.59375rem;height:15.747075rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:9.9375rem;top:3.25rem;left:5.625rem;display:block; }
#LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-1),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-tertiary-3),1);border-left:0.1875rem solid rgba(var(--color-tertiary-3),1);border-right:0.1875rem solid rgba(var(--color-tertiary-3),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-3),1);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.5625rem;width:5rem;top:2.375rem;left:51.25rem;display:block; }
#CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-0),1);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:3.6875rem;width:3.75rem;top:3.6875rem;left:49.75rem;display:block; }
#DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { color:rgba(var(--color-tertiary-3),1);display:block;width:30rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:3.25rem;left:30rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { color:rgba(var(--color-tertiary-3),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.4;letter-spacing:0;top:22.6875rem;left:32.28125rem;height:17.32175rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#K4J7lXl8OmQqZ5uHp5WNW49T8ZkvOAST { color:rgba(var(--color-tertiary-3),1);display:block;width:30.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:24.625rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { background-color: transparent; background-image: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { display: none; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .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); }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { border-width: 0; border-radius: 0; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { position:absolute;display:block;z-index:15018;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:8.4375rem;width:7.5rem;top:16.625rem;left:41.25rem;overflow:hidden;display:none; }
#AiJplkmaSgLgqbRmPusD0syrd0122kRU { color:rgba(var(--color-tertiary-3),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:18.6875rem;left:3.625rem;height:8.7744375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-1),0);background-image:url("https://images.assets-landingi.com/uc/ce2e528b-36c2-4195-8724-fcf208be001d/baixar2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:14.4375rem;width:21.75rem;top:2.25rem;left:3.6875rem;display:block; }#MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.adaptive-delivery-prevent-bg, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyload, #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb.lazyloading { background-image: none; }
#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-0),0);background-image:url("https://images.assets-landingi.com/uc/d04dff80-2354-4949-a0a5-e2c24f6a0526/image.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:25.5625rem;width:13.75rem;top:1.9619140625rem;left:38.125rem;display:block; }#Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.adaptive-delivery-prevent-bg, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyload, #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz.lazyloading { background-image: none; }
#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/ef7a9974-5d78-4430-a03a-9a7f82918d94/iPhone12PROwwwbloomberglineacombr2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:48.5625rem;display:block; }#APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.adaptive-delivery-prevent-bg, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyload, #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh.lazyloading { background-image: none; }
#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:url("https://images.assets-landingi.com/uc/7362875d-b4db-4824-b30b-7b0429c4e7ad/iPhone12PROvejaabrilcombr.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:21.375rem;width:11.4375rem;top:6.1494140625rem;left:30.78125rem;display:block; }#LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.adaptive-delivery-prevent-bg, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyload, #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p.lazyloading { background-image: none; }
#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { background-color: transparent; background-image: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { display: none; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .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); }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { border-width: 0; border-radius: 0; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { background-color: transparent; background-image: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container > .video-iframe-container { display: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container { display: none; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .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); }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { border-width: 0; border-radius: 0; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { background-color: transparent; background-image: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { display: none; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .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); }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { border-width: 0; border-radius: 0; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:60rem;position:relative;display:block; }#TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { color:rgba(var(--color-tertiary-0),1);display:block;width:13.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:20.75rem;left:14.5625rem;height:1.94921875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { box-sizing:content-box;color:rgba(var(--color-secondary-0),1);font-size:2.4375rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:17.25rem;left:18.9375rem;display:block; }
#rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { color:rgba(var(--color-tertiary-0),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:10.716796875rem;left:11.0625rem;height:5.56786875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { position:absolute;display:block;z-index:14998;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.5rem;width:10.25rem;top:3.8125rem;left:15.59375rem;overflow:hidden;display:block; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-form-header { font-size:0.875rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:3.9375rem;color:rgba(var(--color-tertiary-4),1);font-size:1.0625rem;overflow:hidden;font-family:"azo sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.6875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#3d413b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:400;color:rgba(var(--color-secondary-0),1);width:17.6875rem;height:3.3125rem;font-family:montserrat;overflow:hidden;text-align:center;text-align-last:center;line-height:1.6;box-shadow: none;font-style:normal; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.85);font-family:"azo sans";font-size:1.0625rem;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-container:first-of-type{padding-top:0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-container:last-of-type{padding-bottom:0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8  { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.6875rem;display:block;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 {display:block;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 { background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.6875rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);left:34.84375rem;top:4.75rem;z-index:15006;position:absolute;font-size:0.875rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #HMqiNh7suhEe980v6xAIFRED7V3Q5n7u { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Temt5hPCAs4TTFWTBTndy4KOLr3e854f { position:relative;display:none; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #SPKNQ5PyBCzZbB3sWinzTzo8bkk45EnS { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #cLcUVQ2TivJdl8XclDgfKxxJV16XM9BF { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #vvACnh1703AHKgSiAcZuhFtvUTuA35IP { position:relative;display:none; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #ZfJsUTcqHqqFQXg8hAxJ0SaqKM410PsV { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #oS6FcNMeHPdU2lxhJh9x4SXWIuivmfuz { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #QkVkiEPSSdBtdZobEx0IZsus7XCdsZ4g { position:relative;display:none; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #tNx2ll6nWBRLDB2qJTiBuPTFNqCfXZ1x { position:relative; }
#wOu7XM607RMpw0Cs4bf4bWHN5D8rswxX { position:relative;display:block; }
#f4MROfgTZbt8qiIbmHutRTzHlkyD58Ap { position:relative;display:block; }
#RGmwcxVG3hTgcg9v4yTbwIieJeoqvcFQ { position:relative;display:block; }
#k1NCXZhc4uRIVxKAcQqWgGBwBDGaiyJu { position:relative;display:block; }
#lrTQbSt0sh1coFfRvFsFPc1iifFgea9R { position:relative;display:block; }
#sH1NHMlXM3QoERKibT4TEtCNPPOJCdB4 { position:relative;display:block; }
#OOIAq9AbkfLwUZn0I0pOqghRKNXdeiVt { position:relative;display:block; }
#D1kJtU0OUdcc3Sh1OJVUDa0FmHm7GLmc { position:relative;display:block; }
#ucktW5FaAJouIhcKqb8te10QrxxL0a8f { position:relative;display:block; }
#oDtnUBCEAIKMc74uMWhvDskfMTQbUBWO { position:relative;display:block; }
#TBHD2x2vCebTuQJzivBQ8139INW89tH7 { position:relative;display:block; }
#VmcWNbiV1exE38E3OK0PGnoFSiokXWTG { position:relative;display:block; }
#VAxKdlXyQbxby6yUtUUFFAPDyhTS1ee9 { position:relative;display:block; }
#pznweCpHuMTiT8NVLkDiovPRHIRpp59X { position:relative;display:block; }
#vPu1fdEFgrnXlRhTCIg6g9aXSNy33hnN { position:relative;display:block; }
#Xnm82uSARZa6b19emNV8sH8KJfQeG7ES { position:relative;display:block; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Pihg9rFuD0tXblkDS8mTNHe48QVWuNQd { position:relative; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Qa6aiSGN4neN3L5rlob8FG2koLT37DKr { position:relative; }
#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4e534c;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; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { background-color: transparent; background-image: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { display: none; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .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); }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { border-width: 0; border-radius: 0; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { font-size:0.875rem;font-family:arial;height:3.0625rem;width:60rem;position:relative;display:block; }#Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { color:rgba(var(--color-tertiary-0),0.77);display:block;width:44rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0.474609375rem;left:8rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3d413b;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; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container { background-color: transparent; background-image: none; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container > .video-iframe-container { display: none; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row > .video-iframe-container { display: none; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .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); }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container { border-width: 0; border-radius: 0; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#uo1HWsHuUpGsW2lVEO9mQwe4Ty5cNl5v { color:rgba(var(--color-tertiary-0),0.77);display:block;width:41.5rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:1.29296875rem;left:17.125rem;height:1.7875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wJ5sk1s5LkOxnvz5vHwbLdWWU6AcwKv8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:12.75rem;top:0rem;left:4.1875rem;overflow:hidden;display:block; }
#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { border-width: 0; border-radius: 0; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:none; }#bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:6.4375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#qtAeRhmPu3oAxGHAAv7y00alA9uglByU { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:0rem;overflow:hidden;display:block; }
#LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:0rem;overflow:hidden;display:block; }
#efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:7.6875rem;top:0rem;left:35.1875rem;overflow:hidden;display:block; }
#oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:1.375rem;overflow:hidden;display:block; }
#uzegCnDgVK0ou2iJgTK068koPf6opdV1 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:32rem;overflow:hidden;display:block; }
#UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { position:absolute;display:block;z-index:15013;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:3.5625rem;width:6.4375rem;top:0rem;left:10.6875rem;overflow:hidden;display:block; }
#LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:10.6875rem;overflow:hidden;display:block; }
#XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { position:absolute;display:block;z-index:15016;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:3.5625rem;width:6.4375rem;top:0rem;left:19.5625rem;overflow:hidden;display:block; }
#e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:19.5625rem;overflow:hidden;display:block; }
#ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:10.4375rem;left:19.5625rem;overflow:hidden;display:block; }
#f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:43.1875rem;overflow:hidden;display:block; }
#PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:4.3125rem;left:49.3125rem;overflow:hidden;display:block; }
#bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.3125rem;left:44.3125rem;overflow:hidden;display:block; }
#O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.3125rem;left:37.625rem;overflow:hidden;display:block; }
#xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.9375rem;left:49.375rem;overflow:hidden;display:block; }
#yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:5.1875rem;left:55.1875rem;overflow:hidden;display:block; }
#kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:3.1875rem;top:11.9375rem;left:53.625rem;overflow:hidden;display:block; }
#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { background-color:rgba(var(--color-secondary-4),0);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;bottom:0rem;left:0rem;right:0rem;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { border-width: 0; border-radius: 0; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;overflow:visible;position:relative;display:block; }#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.312325rem;width:3.312325rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:0.21770858764649rem;left:53.934371948243rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.312325rem; height:3.312325rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:8rem;height:4.1875rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { width:14.8125rem;height:2.9375rem;top:1.625rem;left:32.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block; }
 }@media only screen and (max-width: 763px) { #P2L2imA93bNiSH8TRDnclBTHmMWcdyDL { width:8.625rem;height:3.0625rem;top:1.5625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J { display:block; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5R1eehHmeWJycfMScIQG2zC6gmWeGkS { width:26.125rem;height:5.6875rem;top:11.875rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwRgyF9rpTatPNvBx13MNXDdvdVkkV49 { width:24.375rem;height:10.375rem;top:19rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoz6VGOyIpWE9MC0VDp97D0pvzlmTIvG { width:11.25rem;height:2.4375rem;top:31.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIRoTnB2nRhQgupTS5EXKawZQTdefxFa { display:block; }
 }@media only screen and (max-width: 763px) { #MIOCzMFuG5fq1eAiiP0zETTtO3OMSZxe { width:35.5625rem;height:21.6875rem;top:11.875rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { display:block; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { width:47.75rem;height:1.5rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HDPFQtDPhc7Xa2gL9mSnl87CkmwGvuVr { width:47.75rem;height:2.6875rem;top:4.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTrCkTJkLKnAFDOb0e8DOKkDtn9RaqcQ { width:47.75rem;height:4.125rem;top:8.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S { display:block; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDOaZpD7huDhWysczV3wvaz6ai833Bsk { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qFF1uaN7dHMuEbndaoftQrry7qbHJPKf { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ji5gVJkXWmOXixkogbBpcmy5JHq8KTWT { width:20.5625rem;height:5.25rem;top:3.6875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgIc8ncwTL5U72vHHpAy10HaJvgOWlmg { width:23rem;height:11rem;top:9.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGU7uKKyzGgdgmLu2Z4RL2eTQbR5Tfsh { width:14.8125rem;height:3rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZDdKve61erdr2Zt3BZnMaJlUO0zT1T { display:block; }
 }@media only screen and (max-width: 763px) { #pBU9eeNPgWAa1mBS5BKF7y2zgvc7VQT9 { width:36.0625rem;height:21.75rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boy4sJMqOLSXiVfoc7KByqRSDCloobDm { display:block; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPtATgEO3hIRolK2p2DLyxTT1ALStyuB { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1Lga4McJiz3UyW5lceX73XwJO5ShIZ9 { width:23.875rem;height:10.8125rem;top:18.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVHWTiri3Zmtv2TVRtG13ODBZet1IgUH { width:13.3125rem;height:5.25rem;top:6.75rem;left:25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pz3V7f6xxvswzwEQGbG4aEeXJT2oi1ue { width:23rem;height:9.625rem;top:12.5625rem;left:24.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxJnw2Amy924BoAVf3r022MfyutMQF85 { width:14.8125rem;height:3rem;top:23.9375rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLBaJRlCnvgORoSRnUUT4tdv69fldnRR { display:block; }
 }@media only screen and (max-width: 763px) { #qeMg6EGriJhTvT4NCxahv8SDKSz3s8IR { width:39.75rem;height:23.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { display:block; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { width:21.5rem;height:21rem;top:13rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { width:22rem;height:5.25rem;top:6.1875rem;left:0.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1G5Qlo6wTtVP5RFz4xeIuUanKSJrZ5M { width:21.5rem;height:1.3125rem;top:4.3125rem;left:0.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgUhTLCTbQ3LJ4XxQcZtpyyRBkNn6iOt { width:39.9375rem;height:21.75rem;top:11.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4Ewzl361VHME8SzzRcya2K4GPOoD9Qf { width:24.4375rem;height:5.25rem;top:2.5rem;left:23.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV { width:21.5rem;height:;top:9.3125rem;left:23.9375rem;font-size:0.9375rem;display:block; }#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d34b671-bb71-43ca-9c4d-30cdaf564168/TranquilityTownhomesLogo1.png); }
 }@media only screen and (max-width: 763px) { #WpiPLtzx9DZxocP6hI9V9as8InQgXR6H { width:14.8125rem;height:2.625rem;top:20.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnHWS0bHnRkMTS58m8GUH49Pu8G2t9gd { display:block; }
 }@media only screen and (max-width: 763px) { #EWyOdSPKM9VunSXPUgSIIkXgTQk5qsLq { width:40.25rem;height:21.75rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { display:block; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { width:22.0625rem;height:2.4375rem;top:17.3125rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block; }
 }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:44.5rem;height:4.9375rem;top:2.0625rem;left:1.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:41.25rem;height:2.875rem;top:8rem;left:3.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:4.375rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:30.0625rem;height:12.4375rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:3.25rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:2.375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:3.6875rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4J7lXl8OmQqZ5uHp5WNW49T8ZkvOAST { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:7.5rem;height:8.4375rem;top:16.625rem;left:32.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:40.3125rem;height:5.5996125rem;top:2.1247177124024rem;left:5.1247155070305rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:21.75rem;height:14.4375rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13.75rem;height:25.5625rem;top:1.9375rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:6.125rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:6.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { display:block; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:13.75rem;height:1.9375rem;top:20.75rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:3.5625rem;height:3.5625rem;top:17.25rem;left:15.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:19rem;height:5.5625rem;top:10.6875rem;left:4.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:10.25rem;height:5.5rem;top:3.8125rem;left:12.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 {display:block;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #HMqiNh7suhEe980v6xAIFRED7V3Q5n7u {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Temt5hPCAs4TTFWTBTndy4KOLr3e854f { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #SPKNQ5PyBCzZbB3sWinzTzo8bkk45EnS {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #cLcUVQ2TivJdl8XclDgfKxxJV16XM9BF {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #vvACnh1703AHKgSiAcZuhFtvUTuA35IP { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #ZfJsUTcqHqqFQXg8hAxJ0SaqKM410PsV {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #oS6FcNMeHPdU2lxhJh9x4SXWIuivmfuz {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #QkVkiEPSSdBtdZobEx0IZsus7XCdsZ4g { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #tNx2ll6nWBRLDB2qJTiBuPTFNqCfXZ1x {  }
 }@media only screen and (max-width: 763px) { #wOu7XM607RMpw0Cs4bf4bWHN5D8rswxX { display:block; }
 }@media only screen and (max-width: 763px) { #f4MROfgTZbt8qiIbmHutRTzHlkyD58Ap { display:block; }
 }@media only screen and (max-width: 763px) { #RGmwcxVG3hTgcg9v4yTbwIieJeoqvcFQ { display:block; }
 }@media only screen and (max-width: 763px) { #k1NCXZhc4uRIVxKAcQqWgGBwBDGaiyJu { display:block; }
 }@media only screen and (max-width: 763px) { #lrTQbSt0sh1coFfRvFsFPc1iifFgea9R { display:block; }
 }@media only screen and (max-width: 763px) { #sH1NHMlXM3QoERKibT4TEtCNPPOJCdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #OOIAq9AbkfLwUZn0I0pOqghRKNXdeiVt { display:block; }
 }@media only screen and (max-width: 763px) { #D1kJtU0OUdcc3Sh1OJVUDa0FmHm7GLmc { display:block; }
 }@media only screen and (max-width: 763px) { #ucktW5FaAJouIhcKqb8te10QrxxL0a8f { display:block; }
 }@media only screen and (max-width: 763px) { #oDtnUBCEAIKMc74uMWhvDskfMTQbUBWO { display:block; }
 }@media only screen and (max-width: 763px) { #TBHD2x2vCebTuQJzivBQ8139INW89tH7 { display:block; }
 }@media only screen and (max-width: 763px) { #VmcWNbiV1exE38E3OK0PGnoFSiokXWTG { display:block; }
 }@media only screen and (max-width: 763px) { #VAxKdlXyQbxby6yUtUUFFAPDyhTS1ee9 { display:block; }
 }@media only screen and (max-width: 763px) { #pznweCpHuMTiT8NVLkDiovPRHIRpp59X { display:block; }
 }@media only screen and (max-width: 763px) { #vPu1fdEFgrnXlRhTCIg6g9aXSNy33hnN { display:block; }
 }@media only screen and (max-width: 763px) { #Xnm82uSARZa6b19emNV8sH8KJfQeG7ES { display:block; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Pihg9rFuD0tXblkDS8mTNHe48QVWuNQd {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Qa6aiSGN4neN3L5rlob8FG2koLT37DKr {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqNlnfiXzmc7GShheLppuTQaOzHqFCfh { display:block; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1HWsHuUpGsW2lVEO9mQwe4Ty5cNl5v { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ5sk1s5LkOxnvz5vHwbLdWWU6AcwKv8 { width:12.75rem;height:4.8125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:10.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:0rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:4.3125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:0rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:5.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:10.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:0rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:5.1875rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:10.4375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:4.3125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:4.3125rem;left:43.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:11.3125rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:11.3125rem;left:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:11.9375rem;left:43.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:5.1875rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:11.9375rem;left:44.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { width:3.25rem;height:3.25rem;top:0.1875rem;left:44.5rem;display:block; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aPOVVQ3t13Xix1XGBBa1TkvvXgtgSysT { width:2.25rem;height:1.25rem;top:1.25rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dGIvWxWK4IDEBKFBQ0RNyKHu79PBcC4y { width:11.3125rem;height:2.4375rem;top:1.25rem;left:4.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUAbMTMHhSTS4yvftk4VewBhVM0d70VK { display:block; }
 }@media only screen and (max-width: 763px) { #P2L2imA93bNiSH8TRDnclBTHmMWcdyDL { width:8.625rem;height:3.0625rem;top:1.5625rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J { display:block; }#lbE2UHZx0Qzz7p4m6PN9WT1VK8f3Gs7J > .row .container { width:20rem;height:42rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5R1eehHmeWJycfMScIQG2zC6gmWeGkS { width:20rem;height:4.54980625rem;top:2rem;left:0rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwRgyF9rpTatPNvBx13MNXDdvdVkkV49 { width:20rem;height:12.4277375rem;top:8.5rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoz6VGOyIpWE9MC0VDp97D0pvzlmTIvG { width:13.8125rem;height:3.4375rem;top:36.375rem;left:3.125rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HIRoTnB2nRhQgupTS5EXKawZQTdefxFa { display:block; }
 }@media only screen and (max-width: 763px) { #MIOCzMFuG5fq1eAiiP0zETTtO3OMSZxe { height:11.1875rem;width:20rem;top:23.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu { display:block; }#DhBXKcvqPDfUVg4QHODGMGeDTAP4frDu > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xJiIzbuW4eH0tuEbmdV7D1bnvCo1CpzG { width:18.5rem;height:1.19970625rem;top:2.6875rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuVaK3ld2mBcp3Eve1ORTv2E7w47sDut { width:18.6875rem;height:13.0625rem;top:33.125rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #BlwrLIm2iZeovwK3JtfEX7hrsaapsyTT { width:18.6875rem;height:10.8125rem;top:47.625rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #HDPFQtDPhc7Xa2gL9mSnl87CkmwGvuVr { width:20rem;height:4.79980625rem;top:4.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTrCkTJkLKnAFDOb0e8DOKkDtn9RaqcQ { width:16.9375rem;height:11.046875rem;top:10.5rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S { display:block; }#E3AQA5soSKccIgrO5AQRn8qLNXXUsu4S > .row .container { width:20rem;height:49.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fDOaZpD7huDhWysczV3wvaz6ai833Bsk { width:18.6875rem;height:13.0625rem;top:33.125rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #qFF1uaN7dHMuEbndaoftQrry7qbHJPKf { width:18.6875rem;height:10.8125rem;top:47.625rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #Ji5gVJkXWmOXixkogbBpcmy5JHq8KTWT { width:20rem;height:3.75rem;top:1.8125rem;left:0rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgIc8ncwTL5U72vHHpAy10HaJvgOWlmg { width:20rem;height:11.046875rem;top:6.5625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGU7uKKyzGgdgmLu2Z4RL2eTQbR5Tfsh { width:14.8125rem;height:3rem;top:43.5625rem;left:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFZDdKve61erdr2Zt3BZnMaJlUO0zT1T { display:block; }
 }@media only screen and (max-width: 763px) { #pBU9eeNPgWAa1mBS5BKF7y2zgvc7VQT9 { width:20rem;height:21.75rem;top:19.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #boy4sJMqOLSXiVfoc7KByqRSDCloobDm { display:block; }#boy4sJMqOLSXiVfoc7KByqRSDCloobDm > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mPtATgEO3hIRolK2p2DLyxTT1ALStyuB { width:18.6875rem;height:13.0625rem;top:33.125rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #z1Lga4McJiz3UyW5lceX73XwJO5ShIZ9 { width:18.6875rem;height:10.8125rem;top:47.625rem;left:0.6875rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #qVHWTiri3Zmtv2TVRtG13ODBZet1IgUH { width:13.3125rem;height:3.75rem;top:2.5625rem;left:3.375rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pz3V7f6xxvswzwEQGbG4aEeXJT2oi1ue { width:20rem;height:11.046875rem;top:8.375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxJnw2Amy924BoAVf3r022MfyutMQF85 { width:14.8125rem;height:3rem;top:48.1875rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLBaJRlCnvgORoSRnUUT4tdv69fldnRR { display:block; }
 }@media only screen and (max-width: 763px) { #qeMg6EGriJhTvT4NCxahv8SDKSz3s8IR { width:20rem;height:23.6875rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP { display:block; }#iTEAOMHp64IAU4Dn4tbiRc8VCz67ywLP > .row .container { width:20rem;height:62rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tEcyOuBkzznpgq0pyVieIyqENfzbHXiM { width:20rem;height:23.625rem;top:11.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvqRbiO9xwJpZqgiXU2ldP3evR97qN5t { width:18.5rem;height:4.5rem;top:5.8125rem;left:0.75rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G1G5Qlo6wTtVP5RFz4xeIuUanKSJrZ5M { width:20rem;height:1.3125rem;top:3.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RgUhTLCTbQ3LJ4XxQcZtpyyRBkNn6iOt { width:20rem;height:21.75rem;top:37.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB { display:block; }#zJHZqm4oENCs2SXsEkJ8zNr5hoSiarZB > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4Ewzl361VHME8SzzRcya2K4GPOoD9Qf { width:17.9375rem;height:6.75rem;top:1.4375rem;left:1.03125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV { width:17.0625rem;height:12.09375rem;top:9.375rem;left:1.46875rem;font-size:0.9375rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;line-height:1.3;display:block; }#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV li:not(:first-child){ padding-top:0.375rem;padding-right:0;padding-bottom:0;padding-left:0; }#xV3k7W6feLRSm8aqdZGBD1LUvynhx7EV li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/1d34b671-bb71-43ca-9c4d-30cdaf564168/TranquilityTownhomesLogo1.png); }
 }@media only screen and (max-width: 763px) { #WpiPLtzx9DZxocP6hI9V9as8InQgXR6H { width:14.8125rem;height:2.4375rem;top:23.125rem;left:2.59375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnHWS0bHnRkMTS58m8GUH49Pu8G2t9gd { display:block; }
 }@media only screen and (max-width: 763px) { #EWyOdSPKM9VunSXPUgSIIkXgTQk5qsLq { width:20rem;height:21.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 { display:block; }#MW9GDSgGgb8eeOk1INWlUl0TZo2TlZy7 > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieCKDG2VS8BEs9DTRQ4eh7yE1ecdrXu1 { width:17.1875rem;height:2.4375rem;top:19.75rem;left:1.40625rem;font-size:0.75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #VKvhH4bySuVgtyGhr6QwWzMVJBiscPEJ { display:block; }
 }@media only screen and (max-width: 763px) { #doZ3TCw7aBFB5M9IisDb5mvz1wHSkNA1 { width:18rem;height:9.973625rem;top:2.4375rem;left:1rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gHALzUoeOToVWUKk13VcRaMEEKT9Pd2X { width:18.125rem;height:4.548825rem;top:13.5rem;left:0.9375rem;font-size:0.8125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT { display:block; }#V2O98RN1f2EI9OgEV3CQr1gkFrfddfpT > .row .container { width:20rem;height:80.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #flMC5Wz3OTkdcU1z5vryrqLTihHHSDQZ { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #i5Z2dKio6pSFCSer0uFITv790eTMPF7q { width:16.3125rem;height:2.8496125rem;top:27.25rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kWx797tM3l0Qsuc6NwgwATf8PcsLT0QV { width:14.625rem;height:19.625rem;top:2rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AUgBZZt1lVJ8Tc7lL3t5gIgcUxOLl8TB { width:20rem;height:8.2744375rem;top:50.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVdptDqTs2UlHmayJq7cE5B9KREbSTPq { width:18.5rem;height:18.1987625rem;top:31.3125rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #p5DaqGKMiCr4pN96bOPdtU8r0M3IxpQM { width:9.9375rem;height:15.25rem;top:19.0244125rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LAtKUEpO0e2ih4pb90GQJh4ugQ5l2v8c { width:5rem;height:5.5625rem;top:82.14750625rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CfTBx3Dm5AbLfUEnLaNRC0zRgO11cPvy { width:3.75rem;height:3.6875rem;top:83.46000625rem;left:5.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #DeFGPAcEG1JUEzqHoHob2iwP8cAie71f { width:20rem;height:2.0996125rem;top:24.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #tNynPuMzef7O5X9Gn0Lr6DnKEaV1Po1C { width:18.5rem;height:19.598625rem;top:59.75rem;left:0.75rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #K4J7lXl8OmQqZ5uHp5WNW49T8ZkvOAST { width:20rem;height:1.1375rem;top:22.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p { display:block; }#Xd21CRCTFoEeXLxNLe2h2BHEBacBaT5p > .row .container { width:20rem;height:55.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHEt1VzuUQTe4aKKLh4yMFtIaoCuLTUf { width:4rem;height:4.5625rem;top:26.375rem;left:9.3949468085106rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #AiJplkmaSgLgqbRmPusD0syrd0122kRU { width:18.0625rem;height:10.2368125rem;top:15.6875rem;left:0.96875rem;text-align:left;text-align-last:left;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MUStepDr9mtqKNgV3KcS5qKikdPtGxEb { width:20rem;height:14.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uzm1JuhDFRmE9qgTe3IxphsCc5bUJCRz { width:13rem;height:24.8125rem;top:29.125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #APVvUWm4px3MRI8QKH0fVlznyTk9gqMh { width:11.4375rem;height:21.375rem;top:31.375rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNz1cmh1Bc5WPJrkrxaXVK4fDHHGXX6p { width:11.4375rem;height:21.375rem;top:31.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJsdz20SoccfDZbvzuCQUHr7vPXnv05h { display:block; }#SJsdz20SoccfDZbvzuCQUHr7vPXnv05h > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAVpWpCF3qraJP4USmbTT1rzChvgfCVG { display:block; }#sAVpWpCF3qraJP4USmbTT1rzChvgfCVG > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qgk2XyOAayWvp44tHDInouzvV5GArQhQ { display:block; }#qgk2XyOAayWvp44tHDInouzvV5GArQhQ > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TLFfNs3tQWh9tOdMU97wBTVXCSrpri9M { width:12.3125rem;height:3.375rem;top:33.9375rem;left:3.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGPZlrOdC3eGypSEay91PZymJdMGMwL9 { width:2.6875rem;height:2.6875rem;top:31.25rem;left:8.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVviSv5f4TFZS50TIVGVo3avUlcc65q9 { width:17.9375rem;height:4.7431625rem;top:5.8125rem;left:1.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nyXxamaGeeRXm5IOFqsEl5aIJm3mx6es { width:9.1875rem;height:4.9375rem;top:0rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;font-family:"azo sans";font-size:1.0625rem;overflow:hidden; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.5625rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:3.4375rem;background-color:#40463d;background-image:none;font-weight:700;font-style:normal;color:#ffffff; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.85);font-weight:300;font-style:normal;font-size:1.0625rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .widget-checkbox-label { width:16.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8  { width:17.5625rem;height:auto;top:12.875rem;left:0rem; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 {display:block;}#onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 { width:17.5625rem;height:auto;top:12.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #HMqiNh7suhEe980v6xAIFRED7V3Q5n7u {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Temt5hPCAs4TTFWTBTndy4KOLr3e854f { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #SPKNQ5PyBCzZbB3sWinzTzo8bkk45EnS {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #cLcUVQ2TivJdl8XclDgfKxxJV16XM9BF {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #vvACnh1703AHKgSiAcZuhFtvUTuA35IP { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #ZfJsUTcqHqqFQXg8hAxJ0SaqKM410PsV {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #oS6FcNMeHPdU2lxhJh9x4SXWIuivmfuz {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #QkVkiEPSSdBtdZobEx0IZsus7XCdsZ4g { display:none; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #tNx2ll6nWBRLDB2qJTiBuPTFNqCfXZ1x {  }
 }@media only screen and (max-width: 763px) { #wOu7XM607RMpw0Cs4bf4bWHN5D8rswxX { display:block; }
 }@media only screen and (max-width: 763px) { #f4MROfgTZbt8qiIbmHutRTzHlkyD58Ap { display:block; }
 }@media only screen and (max-width: 763px) { #RGmwcxVG3hTgcg9v4yTbwIieJeoqvcFQ { display:block; }
 }@media only screen and (max-width: 763px) { #k1NCXZhc4uRIVxKAcQqWgGBwBDGaiyJu { display:block; }
 }@media only screen and (max-width: 763px) { #lrTQbSt0sh1coFfRvFsFPc1iifFgea9R { display:block; }
 }@media only screen and (max-width: 763px) { #sH1NHMlXM3QoERKibT4TEtCNPPOJCdB4 { display:block; }
 }@media only screen and (max-width: 763px) { #OOIAq9AbkfLwUZn0I0pOqghRKNXdeiVt { display:block; }
 }@media only screen and (max-width: 763px) { #D1kJtU0OUdcc3Sh1OJVUDa0FmHm7GLmc { display:block; }
 }@media only screen and (max-width: 763px) { #ucktW5FaAJouIhcKqb8te10QrxxL0a8f { display:block; }
 }@media only screen and (max-width: 763px) { #oDtnUBCEAIKMc74uMWhvDskfMTQbUBWO { display:block; }
 }@media only screen and (max-width: 763px) { #TBHD2x2vCebTuQJzivBQ8139INW89tH7 { display:block; }
 }@media only screen and (max-width: 763px) { #VmcWNbiV1exE38E3OK0PGnoFSiokXWTG { display:block; }
 }@media only screen and (max-width: 763px) { #VAxKdlXyQbxby6yUtUUFFAPDyhTS1ee9 { display:block; }
 }@media only screen and (max-width: 763px) { #pznweCpHuMTiT8NVLkDiovPRHIRpp59X { display:block; }
 }@media only screen and (max-width: 763px) { #vPu1fdEFgrnXlRhTCIg6g9aXSNy33hnN { display:block; }
 }@media only screen and (max-width: 763px) { #Xnm82uSARZa6b19emNV8sH8KJfQeG7ES { display:block; }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Pihg9rFuD0tXblkDS8mTNHe48QVWuNQd {  }
 }@media only screen and (max-width: 763px) { #onmrdRluFMTU7VgMowPUcuoTPTQ7Ioe8 #Qa6aiSGN4neN3L5rlob8FG2koLT37DKr {  }
 }@media only screen and (max-width: 763px) { #TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 { display:block; }#TuLNWmhfxuCgmNKScJz5KkRuTci85UV4 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xh2v6Q6FgJPCisADcXTiKEkEyOQ397ZX { width:20rem;height:3.57421875rem;top:1.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqNlnfiXzmc7GShheLppuTQaOzHqFCfh { display:block; }#fqNlnfiXzmc7GShheLppuTQaOzHqFCfh > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uo1HWsHuUpGsW2lVEO9mQwe4Ty5cNl5v { width:20rem;height:2.923825rem;top:4.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJ5sk1s5LkOxnvz5vHwbLdWWU6AcwKv8 { width:11.375rem;height:4.2935049019608rem;top:8.609375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wE4n8L62KlhLUZGxG84OwxdSFLML9RJy { display:none; }#wE4n8L62KlhLUZGxG84OwxdSFLML9RJy > .row .container { width:20rem;height:157rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bX0tVVTx83mdRvrHwGFZZ9soZE1egJme { width:6.4375rem;height:3.25rem;top:1.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtAeRhmPu3oAxGHAAv7y00alA9uglByU { width:3.1875rem;height:1.75rem;top:23.5rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLh8BIRwwS4dSvUqRBCbrVAcr8J4Ct40 { width:3.1875rem;height:1.75rem;top:45.75rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdU3Q5Go68Qm1DVhwzucyWvKO2fblkB { width:7.6875rem;height:4.3125rem;top:6.8125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDyMnnz6Rgzhn91bTt9EMlA5zhfaDOwX { width:3.1875rem;height:1.75rem;top:29.0625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzegCnDgVK0ou2iJgTK068koPf6opdV1 { width:3.1875rem;height:1.75rem;top:51.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUyrfh1LBa8nP810FQwfwuAAImDVJs4u { width:6.4375rem;height:3.5625rem;top:12.375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAhWdNRq6XNqme9zttsNpP1aid7kMfL5 { width:3.1875rem;height:1.75rem;top:34.625rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfGTm7dzqvVt0nBL6RnLykF0Tdds3Wpx { width:3.1875rem;height:1.75rem;top:56.875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3nAsrEsVy2uvBBDmZdC3tMHqmHua2WS { width:6.4375rem;height:3.5625rem;top:17.9375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9ABapoK6owU4iJ7zBzrKE1UabOTGQZK { width:3.1875rem;height:1.75rem;top:40.1875rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah7ttQLATTxdOdvEZC78wphpD8AkV6hO { width:3.1875rem;height:1.75rem;top:62.4375rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2vT9OKhLkkqM0vumAaX9JgGv9gOkdgn { width:3.1875rem;height:1.75rem;top:68rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeKl585Ny4PHVpsCw8g9tTeZGBeW6dPK { width:3.1875rem;height:1.75rem;top:73.5625rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnMpamQ7GETOIalHH0HqIVGrqdDAQcxO { width:3.1875rem;height:1.75rem;top:90.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O457AIS8aiNHVzlxKyOHCyQXEMHdcm6n { width:3.1875rem;height:1.75rem;top:84.6875rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrlG49KdJPcHV9Z6baPTChSKfrxUVSGW { width:3.1875rem;height:1.75rem;top:95.8125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQyDTVouZJsFKwdkMTWDELmET0xpCqvd { width:3.1875rem;height:1.75rem;top:79.125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBHnDHfqyytXg0B1LpLVwRhNbr4ASta0 { width:3.1875rem;height:1.75rem;top:100.25rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { background-color: transparent; background-image: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row > .video-iframe-container { display: none; }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .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); }#KM9DGlcJa3mOIuUOf8L1VrXTUSpNB9o5 > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01CVRuI5xPG0MB7D1zyFFvshTGqEBir { display:flex;width:3.25rem;height:3.25rem;top:0.12396240234375rem;left:16.498958587646rem; }
#w01CVRuI5xPG0MB7D1zyFFvshTGqEBir > img { max-width: 100%;max-height:100%; width:3.25rem; height:3.25rem; } }