.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:246,238,226;--color-primary-1:229,203,167;--color-primary-2:211,169,109;--color-primary-3:165,123,62;--color-primary-4:125,88,35;--color-secondary-0:93,165,49;--color-secondary-1:72,148,26;--color-secondary-2:41,98,5;--color-secondary-3:27,72,1;--color-secondary-4:11,33,2;--color-tertiary-0:255,255,255;--color-tertiary-1:194,194,194;--color-tertiary-2:153,153,153;--color-tertiary-3:92,92,92;--color-tertiary-4:0,0,0;--headlines-font-family:"montserrat";--paragraphs-font-family:"montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color: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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { position:relative;display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { background-color: transparent; background-image: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row > .video-iframe-container { display: none; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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); }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL { border-width: 0; border-radius: 0; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { 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:5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/7eca5dba-bfa5-47d9-af51-2036762e70ed/bgbar.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.adaptive-delivery-prevent-bg, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyload, #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su.lazyloading { background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { background-color: transparent; background-image: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { display: none; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .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); }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { border-width: 0; border-radius: 0; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { 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:2.5rem;width:37.5rem;top:0rem;left:18.75rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/541bff1a-bb1c-4963-9801-cad6f04a3228/01.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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(0,0,0,0.48); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.48); }#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:35.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.5rem;left:32.8125rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -moz-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -ms-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -o-linear-gradient(180deg, #bbbf50, #5d5d1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );";background-image: linear-gradient(180deg, #bbbf50, #5d5d1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.3125rem 0.5rem rgba(0,0,0,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.1875rem;height:3.25rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:24.9375rem;left:28rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:2.875rem;width:23rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.46);background-image:none;top:19.75rem;left:26rem;border-top:0.125rem solid #bbbf50;border-left:0.125rem solid #bbbf50;border-right:0.125rem solid #bbbf50;border-bottom:0.125rem solid #bbbf50;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#ffffff;display:block;width:5.375rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:20.75rem;left:27.375rem;height:1.16875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:20.75rem;left:37.5625rem;height:1.1rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#k7thUe4P70T0ZbQtDywGWufOnQqMcN4u { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top: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:7.0625rem;width:14.3125rem;top:7.5rem;left:28.6875rem;overflow:hidden;display:block; }
#FDhxtQIx8qJi1TLtfU87tan7JOTmzJF3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.5625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16.5625rem;left:32.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#FLJ2MCAE6RBeJ2s1kKRZT5hKVxDODXGA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:16.4375rem;left:30.5625rem; }
#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/702f7401-265a-4263-b7bb-cb26237d5dac/bg.png");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; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6.adaptive-delivery-prevent-bg, #vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6.lazyload, #vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6.lazyloading { background-image: none; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container { background-color: transparent; background-image: none; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container > .video-iframe-container { display: none; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row > .video-iframe-container { display: none; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .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); }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container { border-width: 0; border-radius: 0; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:75rem;position:relative;display:block; }#bPdDdi9J0CDeBpDTd7QndJh2PChny8tk { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.6875rem;width:39.3125rem;top:2.8125rem;left:0rem;overflow:hidden;display:block; }
#KpMdLbE1bPnM4gNT5TZVkC466aQrVNsR { color:#545c27;display:block;width:31.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.8125rem;left:41.6875rem;height:2.925rem;font-style:italic;display:block; }
#J7rhkUWD0QZrPX1gHTMOXTxnKkcB7m5L { color:#545c27;display:block;width:31.375rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:9.125rem;left:43.625rem;height:2.925rem;text-align:right;text-align-last:right;font-style:italic;display:block; }
#nbWgnZnOSNeq9sADEgDq8N3MuxTCelvo { color:rgba(var(--color-tertiary-4),1);display:block;width:33.3125rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:normal;z-index:15003;line-height:1.4;letter-spacing:0;top:14.8125rem;left:41.6875rem;height:10.4125rem;display:block; }
#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5c572a59-1791-4342-9e86-d7da8b7a3927/p1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf.adaptive-delivery-prevent-bg, #RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf.lazyload, #RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf.lazyloading { background-image: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { background-color: transparent; background-image: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container > .video-iframe-container { display: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row > .video-iframe-container { display: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .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); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { border-width: 0; border-radius: 0; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { font-size:0.875rem;font-family:arial;height:42.75rem;width:75rem;position:relative;display:block; }#s8HidyypToFlxfn8eQL54likrDIv9CUH { color:#ffffff;display:block;width:22.25rem;position:absolute;font-family:poppins;font-size:3.375rem;font-weight:700;z-index:15061;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.1875rem rgba(0,0,0,0.23);top:4.375rem;left:0rem;height:4.3875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZhTFUfUNJm1aIEQHxPv49nWg1dGPOSAI { box-sizing:content-box;height:12.25rem;width:37.0625rem;position:absolute;display:block;z-index:15062;background-color:#303312;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:0rem;display:block; }
#DogsRTVyEUsQDFJR1KhFTIoMRaIAnWrS { box-sizing:content-box;height:10.5rem;width:16.75rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:0.71875rem;display:block; }
#Sq6cRU9dS7Zl52X6AwRJC7M0lWgLoDtd { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.96875rem;left:18.46875rem;height:2.19375rem;display:block; }
#ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.125rem;left:18.5rem; }
#bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.5rem;height:1.1375rem;display:block; }
#BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:16.125rem;left:23.9375rem; }
#fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:16.328125rem;left:25.9375rem;height:1.1375rem;display:block; }
#k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:16.125rem;left:29.6875rem; }
#t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:16.375rem;left:30.875rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:19.6875rem;left:23.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { color:#bbbf50;display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#y7233XsTKTG273vqVNX48syDDN5yMVKM { color:#bbbf50;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:21rem;left:30.0625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#SZXcSpLHlGgTlQ9A5x2TQhtImms6HCTH { box-sizing:content-box;height:12.25rem;width:37.0625rem;position:absolute;display:block;z-index:15074;background-color:#303312;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:25.4375rem;left:0rem;display:block; }
#XH6T4kIf84Qpvn0meF72Uc7enyEDV6Is { box-sizing:content-box;height:10.5rem;width:16.75rem;position:absolute;display:block;z-index:15075;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.3125rem;left:0.75rem;display:block; }
#isUv0QIWGgmf9Qb4mFM4q0sMuViWzz1J { color:rgba(var(--color-tertiary-0),1);display:block;width:15.875rem;position:absolute;font-family:poppins;font-size:1.6875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:26.625rem;left:18.5rem;height:2.19375rem;display:block; }
#EAywxUOBrTwxTAvXlPTD5J6Jn8SPZhnF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15155;opacity:1;top:29.75rem;left:18.5rem; }
#CiTUrOwep36NlhgUxI9513C8ZTJDSnvn { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:30rem;left:20.5rem;height:1.1375rem;display:block; }
#hl68lUKXRdbTozTD9nMbovbzOLMtfuag { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15156;opacity:1;top:29.75rem;left:23.9375rem; }
#UXyJFQiXxsuUtJ2i7kpmvC1nJrXb6EWf { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15144;line-height:1.3;letter-spacing:0;top:29.9375rem;left:25.9375rem;height:1.1375rem;display:block; }
#Pextlu4Z3aXqSat1HI4NarVocRbJkAuA { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:33.3125rem;left:23.125rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#xKPNenEJm0TSG69uKlEOtwWRxol4TVRA { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15157;opacity:1;top:29.75rem;left:29.1875rem; }
#s9RfvTsyPPdnvRTd2DDJpQDGCT1t5AiF { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15146;line-height:1.3;letter-spacing:0;top:30rem;left:30.875rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#HWdaNAzWOoSmqxIrXhELKONlEouAKgPk { color:#bbbf50;display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15169;line-height:1.3;letter-spacing:0;top:33.125rem;left:28.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tb2GeyEyxTE3c8HxwhZhxTN40BCI6sLi { color:#bbbf50;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:34.625rem;left:30.0625rem;height:1.1375rem;text-align:right;text-align-last:right;display:block; }
#XfqMA5Oya6Xy8dafVf5HhTEB3RTHpDVo { box-sizing:content-box;height:12.25rem;width:37.0625rem;position:absolute;display:block;z-index:15062;background-color:#303312;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.8125rem;left:0rem;display:none; }
#bC8I4a65SlH5WquyPBxmTaFN1vHmNU9P { box-sizing:content-box;height:10.5rem;width:16.75rem;position:absolute;display:block;z-index:15063;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:0.71875rem;display:none; }
#TnAZs609bSI8Fyhp8doJsTFzOoKxNyix { color:rgba(var(--color-tertiary-0),1);display:block;width:17.125rem;position:absolute;font-family:poppins;font-size:1.8125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:12.96875rem;left:18.46875rem;height:2.35546875rem;display:none; }
#C8udRo3Z0VkUSc2ccTMXw4DQWOH6S6CH { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:16.125rem;left:18.5rem;display:none; }
#B3ffXE0kHqkUce7QQqyfa1dSIk7DJggu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15145;opacity:1;top:16.125rem;left:29.6875rem;display:none; }
#PTEF0lpMoX4KHsXgaDN9vI5qJsDT5ZnD { color:#ffffff;display:block;width:5.811525rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:19.6875rem;left:23.125rem;height:1.29980625rem;text-align:right;text-align-last:right;display:none; }
#qO8IEzSNzhW32dRxc62d6ORql8tQQp1I { color:rgba(var(--color-tertiary-0),1);display:block;width:4.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15131;line-height:1.3;letter-spacing:0;top:16.375rem;left:20.5rem;height:1.13671875rem;display:none; }
#Jwb8hiZ0TCreMPJd6rMCbLeT2dU9ic3P { color:rgba(var(--color-tertiary-0),1);display:block;width:5.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:16.375rem;left:30.875rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#uwkcFRTplamieef2epclDqabVTOZNcHU { color:#bbbf50;display:block;width:7.9980625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15157;line-height:1.3;letter-spacing:0;top:19.5rem;left:28.0625rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#uVvvH1w7opHGqgTrIA9zlEDelWE75Cxx { color:#bbbf50;display:block;width:5.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:21rem;left:30.0625rem;height:1.13671875rem;text-align:right;text-align-last:right;display:none; }
#TtUuf7O4wpRnN7GxDepIDwDM01B9p137 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15144;opacity:1;top:16.125rem;left:23.9375rem;display:none; }
#Iaz4TVQK8c9lmxmxfmTTaweRgzk4Ch24 { color:rgba(var(--color-tertiary-0),1);display:block;width:3.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15132;line-height:1.3;letter-spacing:0;top:16.328125rem;left:25.9375rem;height:1.13671875rem;display:none; }
#wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#W3nwd31MvGkTgWT5l6ccq5LSKQpmsylJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#vetUhNX6NKpqqwTN3F5uFRhBqXZ7nHxu { position:absolute;display:block;z-index:15170;border-bottom:0;border-left:0;border-right:0;border-top: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.25rem;width:16rem;top:13.8125rem;left:1.09375rem;overflow:hidden;display:block; }
#WXs557muaar8lvFXonqBQ67KWGasx1F8 { position:absolute;display:block;z-index:15171;border-bottom:0;border-left:0;border-right:0;border-top: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:10.1875rem;width:14.125rem;top:26.5rem;left:2.03125rem;overflow:hidden;display:block; }
#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d10b841f-5f28-438f-9d08-f67e59e9297f/noroot.crop_1798x2036_0,605");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT.adaptive-delivery-prevent-bg, #ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT.lazyload, #ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT.lazyloading { background-image: none; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container { background-color: transparent; background-image: none; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container > .video-iframe-container { display: none; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row > .video-iframe-container { display: none; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .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); }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container { border-width: 0; border-radius: 0; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container { font-size:0.875rem;font-family:arial;height:67.875rem;width:75rem;position:relative;display:block; }#mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { color:#ffffff;display:block;width:39.1875rem;position:absolute;font-family:poppins;font-size:2.8125rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:4.1875rem;left:17.90625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15064;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ba4ad9d4-23fb-4937-8140-8de55bfca283/thebaseurbanrama9condogallery03.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:0rem;display:block; }#zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP.adaptive-delivery-prevent-bg, #zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP.lazyload, #zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP.lazyloading { background-image: none; }
#KznDuuVxluD2IZEKotl0soUy6OTMAEdM { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:24.0625rem;left:2.71875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gvHZ3dJRyKWNflGR1oVq3yy3uhiHBNvn { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15065;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:0rem;display:block; }
#OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8cf30469-e956-4dd0-b9db-403753ea3e4a/thebaseurbanrama9condogallery09.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:25.5625rem;display:block; }#OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E.adaptive-delivery-prevent-bg, #OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E.lazyload, #OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E.lazyloading { background-image: none; }
#pKAo2VI9XbHvpfonUV6LEUHiCSiUGmrg { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:25.5625rem;display:block; }
#PracwkleyVDsG9uK1ocdpAyc3WTWHIv4 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:24.0625rem;left:28.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e74a4fde-e676-4b78-9903-78172a4a1f83/thebaseurbanrama9condogallery08.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:51.125rem;display:block; }#NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa.adaptive-delivery-prevent-bg, #NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa.lazyload, #NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa.lazyloading { background-image: none; }
#Eq8gQGcxl8FeM8yb0hLXhTsEp1RD6KKv { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.125rem;left:51.125rem;display:block; }
#e4tTkD35NxMsLWpGV3zXX7W15Ci05MF3 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:24.0625rem;left:53.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vTgDbZsc8OimxO05kX0KATfR6bBT10s8 { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15067;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/e09156ed-5253-48ab-8d82-4cbb055bb723/condominiumthebaseurbanrama9theworklifehubfloor28th360thumbnail.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:0rem;display:block; }#vTgDbZsc8OimxO05kX0KATfR6bBT10s8.adaptive-delivery-prevent-bg, #vTgDbZsc8OimxO05kX0KATfR6bBT10s8.lazyload, #vTgDbZsc8OimxO05kX0KATfR6bBT10s8.lazyloading { background-image: none; }
#sneRgyvXaMtKIhITZa89URovCiICLkFr { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15068;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:0rem;display:block; }
#X0Ty5losSoPSfSJZPdOSC6TDRuSKem4Q { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15069;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:41.9375rem;left:2.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vQdM4TnyUfcthl8a6uueTlay6MQTItit { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/24aff208-4d10-4aea-8a24-845218dc6378/thebaseurbanrama9condogallery05.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:25.5625rem;display:block; }#vQdM4TnyUfcthl8a6uueTlay6MQTItit.adaptive-delivery-prevent-bg, #vQdM4TnyUfcthl8a6uueTlay6MQTItit.lazyload, #vQdM4TnyUfcthl8a6uueTlay6MQTItit.lazyloading { background-image: none; }
#nOCszwNrvDnkCZ7AkgMNcTncSJZpqzup { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:25.5625rem;display:block; }
#CIvbmWQpR2LrUM5iKvVxcSwvJx6qTFI9 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:41.9375rem;left:28.3125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HHdGwnDVmgWn2crCrAr1Si26rZARJZvK { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/4a10286c-958f-46b0-8bef-41815eb5c045/thebaseurbanrama9condogallery04.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.8125rem;left:51.125rem;display:block; }#HHdGwnDVmgWn2crCrAr1Si26rZARJZvK.adaptive-delivery-prevent-bg, #HHdGwnDVmgWn2crCrAr1Si26rZARJZvK.lazyload, #HHdGwnDVmgWn2crCrAr1Si26rZARJZvK.lazyloading { background-image: none; }
#GV1UpaaOFTSXwfG9EIrvQvFT9tTGnd5g { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38rem;left:51.125rem;display:block; }
#fFhQXlSFdyAzdiZ1J01a63NQyVyy69qk { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:41.9375rem;left:53.875rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tev9EErKf7fC5naAlF0NMIOlEu4NChc1 { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15070;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/abbb011c-c781-4e79-937b-dad9d19e89bf/thebaseurbanrama9condogallery06.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.8125rem;left:12.8125rem;display:block; }#tev9EErKf7fC5naAlF0NMIOlEu4NChc1.adaptive-delivery-prevent-bg, #tev9EErKf7fC5naAlF0NMIOlEu4NChc1.lazyload, #tev9EErKf7fC5naAlF0NMIOlEu4NChc1.lazyloading { background-image: none; }
#rc8fTSKyzTeof2bddpipVvHIN8xfy4pr { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15071;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56rem;left:12.8125rem;display:block; }
#HOJqz9d7GT8w3IPt3Zi5ZAbvREkx41BJ { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15072;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:59.9375rem;left:15.5625rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ob9ilb37kVpuOqJCEQgL41FZAbOKgbAe { box-sizing:content-box;height:6.5625rem;width:23.875rem;position:absolute;display:block;z-index:15074;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56rem;left:38.375rem;display:block; }
#NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN { box-sizing:content-box;height:15.6875rem;width:23.875rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/1d1f83ba-fb88-41ac-9e6f-490da7e4990b/condominiumthebaseurbanrama9skycourtfloor29th360thumbnail.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.8125rem;left:38.375rem;display:block; }#NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN.adaptive-delivery-prevent-bg, #NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN.lazyload, #NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN.lazyloading { background-image: none; }
#SD3r5wVIFJt2sXMPc1kVniTd0KJA7cQm { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.41);top:59.9375rem;left:41.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31abb9fd-29f3-4a76-beaf-2c17a0028dd6/thebaseurbanrama9condogallery02.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::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; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.2; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0rem solid #d6d4d4;border-left:0rem solid #d6d4d4;border-right:0rem solid #d6d4d4;border-bottom:0rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:20.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -moz-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -ms-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -o-linear-gradient(180deg, #bbbf50, #5d5d1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );";background-image: linear-gradient(180deg, #bbbf50, #5d5d1c);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.0625rem;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.2468719482422rem;left:47.965623855591rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.4375rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.2468719482422rem;left:47.965623855591rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:rgba(var(--color-tertiary-0),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.686962127686rem;left:51.312139511108rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:27.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.4375rem;left:5.125rem;height:7.5rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#ffffff;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:18.6875rem;left:5.125rem;height:5.25rem;font-style:normal;display:block; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/702f7401-265a-4263-b7bb-cb26237d5dac/bg.png");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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { border-width: 0; border-radius: 0; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::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; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { font-size:0.875rem;font-family:arial;height:92.375rem;width:75rem;position:relative;display:block; }#i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { 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.1875rem;width:0.875rem;top:47.8125rem;left:2.46875rem;overflow:hidden;display:none; }
#dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { box-sizing:content-box;height:5rem;width:0.0625rem;position:absolute;display:block;z-index:15096;background-color:#cccccc;background-image:none;top:51.9365234375rem;left:18.34375rem;display:none; }
#EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { color:#bbbf50;display:block;width:34.0625rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15062;line-height:1.3;letter-spacing:0;top:4rem;left:20.46875rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e8b046, #a57110);background-image: -moz-linear-gradient(180deg, #e8b046, #a57110);background-image: -ms-linear-gradient(180deg, #e8b046, #a57110);background-image: -o-linear-gradient(180deg, #e8b046, #a57110);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8b046', endColorstr='#a57110' );";background-image: linear-gradient(180deg, #e8b046, #a57110);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:marcellus;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:2.5625rem;text-decoration:none;z-index:15268;text-align:center;text-align-last:center;top:32.099609375rem;left:60.3125rem;display:none; }
#nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #545c27, #343515);background-image: -moz-linear-gradient(180deg, #545c27, #343515);background-image: -ms-linear-gradient(180deg, #545c27, #343515);background-image: -o-linear-gradient(180deg, #545c27, #343515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#545c27', endColorstr='#343515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#545c27', endColorstr='#343515' );";background-image: linear-gradient(180deg, #545c27, #343515);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:85.5rem;left:25.875rem;display:block; }
#TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WRCp5U9vRRxohLWZ3WOSXcbrQ2GInD02 { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15287;background-color:#bbbf50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:9.125rem;display:block; }
#Pn00wH323iB1OfWu9S9Po6SgMm4N50Nd { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15288;background-color:#bbbf50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:25.5625rem;display:block; }
#QepnQalhLKykKvMGiOR4TFma65iAd7Wv { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15289;background-color:#bbbf50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:42.3125rem;display:block; }
#ysEQ1XKiTcIRtPfS8HKucPRnIeEant39 { box-sizing:content-box;height:6.8125rem;width:6.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15290;background-color:#bbbf50;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:49.0625rem;left:59.0625rem;display:block; }
#PKTxRWtbaTDapyygNKr8cMqBVSdqFz4n { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15291;line-height:1.3;letter-spacing:0;top:50.6875rem;left:9.5625rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#tibak8VE3imiUaRyg8fNEsFIqOIxzFqD { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15292;line-height:1.3;letter-spacing:0;top:53.3125rem;left:9.9375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MK4xJIM2r4pZxXFoWhBF1XiSFsvw20ch { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15293;line-height:1.3;letter-spacing:0;top:50.6875rem;left:26rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#Lp9yF1q7HQdzH88Ow0Ai5CqP4ZEkXmTG { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15294;line-height:1.3;letter-spacing:0;top:53.3125rem;left:26.375rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bQUZ3LpJEPP90g4mrqQ7JKGauHFFKKQb { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15295;line-height:1.3;letter-spacing:0;top:50.6875rem;left:42.75rem;height:;text-align:center;text-align-last:center;display:block; }
#E0uWGLWi10LLHVTkVzA2StvBQ6VCRVSr { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15296;line-height:1.3;letter-spacing:0;top:53.3125rem;left:43.125rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TGVDRFmzU84dIQ6dggShX2hTtOEvlsv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:6rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15296;line-height:1.3;letter-spacing:0;top:50.6875rem;left:59.5rem;height:3.00625rem;text-align:center;text-align-last:center;display:block; }
#PNroG1SIXC8RqbqgyzoSKIFrN6GwBmqs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.25rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:700;z-index:15297;line-height:1.3;letter-spacing:0;top:53.3125rem;left:59.875rem;height:1.05625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nCiyTesZLyuadhUqNctcXQ6nqdTrl1cd { color:#545c27;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15298;line-height:1.3;letter-spacing:0;top:56.9375rem;left:5.3125rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#E3Xd0a9TEGUiSm4M1hugAt7QDTFnF8lR { color:#545c27;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15299;line-height:1.3;letter-spacing:0;top:56.9375rem;left:21.75rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#xpk9T7tEROUdC1TaCGVDfEIMwf8qoGF7 { color:#545c27;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15300;line-height:1.3;letter-spacing:0;top:56.9375rem;left:38.5rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#a7W0XmF4TG1PN9x4Dh5RFp5iODueJx9w { color:#545c27;display:block;width:14.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15301;line-height:1.3;letter-spacing:0;top:56.9375rem;left:55.25rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#PoJTIV5hMrzqW55ZfMFoTuSTI1AZLiLc { color:rgba(var(--color-tertiary-4),1);display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15303;line-height:1.4;letter-spacing:0;top:65.5rem;left:13.5625rem;height:3.9375rem;display:block; }
#V48bPWmWqIS6BQVc5xPJCWxZ06hGz3e9 { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:65.5rem;left:28rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Bw15kAOraHum2wd36tPcefJWuKtdqcpB { color:#545c27;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:62.75rem;left:16.875rem;height:1.75rem;font-style:normal;display:block; }
#T7Vdg1wB920KSSuTU6GXayKJDWK96ZSG { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15304;line-height:1.4;letter-spacing:0;top:65.5rem;left:42.25rem;height:6.5625rem;display:block; }
#Jnc05RzntoDJKlauObb5GlvZeOHUkLyT { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15305;line-height:1.4;letter-spacing:0;top:65.5rem;left:56.4375rem;height:6.5625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#dlq2S98hlIrXmkQ9n1ZlACRLB3sDt78o { color:rgba(var(--color-tertiary-4),1);display:block;width:16.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15306;line-height:1.4;letter-spacing:0;top:78.1875rem;left:13.5625rem;height:3.9375rem;display:block; }
#qHqxHHSoTWXouio6sq1QKcEKqunG6qeV { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15307;line-height:1.4;letter-spacing:0;top:78.1875rem;left:28rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#G90l9lNEGaBqeb4hHn8kChldI0WxPDRC { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15307;line-height:1.4;letter-spacing:0;top:78.1875rem;left:42.125rem;height:2.625rem;display:block; }
#bnmVJs257ghaWaBGvCCwx2MEa8u8x5pM { color:rgba(var(--color-tertiary-4),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15308;line-height:1.4;letter-spacing:0;top:78.1875rem;left:56.5rem;height:2.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#xlUAvEXKShw266pH8nG9pBVkgeghmnVs { color:#545c27;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15305;line-height:1.4;letter-spacing:0;top:62.75rem;left:45.5rem;height:1.75rem;font-style:normal;display:block; }
#yS0ESS7JC1IoKknkqKLOFI4T2NRNSf7W { color:#545c27;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15306;line-height:1.4;letter-spacing:0;top:75.4375rem;left:16.875rem;height:1.75rem;font-style:normal;display:block; }
#ZnwCO7J4TAbUdUEZG57gifLlEOzZgO3T { color:#545c27;display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15307;line-height:1.4;letter-spacing:0;top:75.4375rem;left:45.5rem;height:1.75rem;font-style:normal;display:block; }
#k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15309;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a37d51db-a2f4-41df-952d-0e01eee5cc36/icon08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5rem;left:13.5625rem;display:block; }#k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S.adaptive-delivery-prevent-bg, #k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S.lazyload, #k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S.lazyloading { background-image: none; }
#dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15310;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/ae84ce93-dd5a-4b9f-ab26-a083ddfd8093/icon09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5rem;left:42.125rem;display:block; }#dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh.adaptive-delivery-prevent-bg, #dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh.lazyload, #dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh.lazyloading { background-image: none; }
#yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15310;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/412ee2d3-fda5-42c7-aaaf-5039cb84dca0/icon10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.1875rem;left:13.5625rem;display:block; }#yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW.adaptive-delivery-prevent-bg, #yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW.lazyload, #yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW.lazyloading { background-image: none; }
#gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15311;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a32c2dd1-ce1e-4060-895d-23525aa88252/icon11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:75.1875rem;left:42.125rem;display:block; }#gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK.adaptive-delivery-prevent-bg, #gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK.lazyload, #gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK.lazyloading { background-image: none; }
#wyTyGTre2VHSm8ekLNJLoUxFhLVDNVwH { position:absolute;display:block;z-index:15097;height:33.75rem;width:75rem;top:10.875rem;left:0rem;display:block; }
#qVDM62k0EO4rA14o0hgENwEmkI43ZtfK { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15309;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a37d51db-a2f4-41df-952d-0e01eee5cc36/icon08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5rem;left:13.5625rem;display:none; }#mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.adaptive-delivery-prevent-bg, #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.lazyload, #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.lazyloading { background-image: none; }
#iNycMXWyvl9M6V9AqthOB3xU4tpPBvEE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:62.75rem;left:16.875rem;height:1.75rem;font-style:normal;display:none; }
#AFydHw40Mvsrxf7hMrXUnHH6Qci3UzWX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15303;line-height:1.4;letter-spacing:0;top:65.5rem;left:13.5625rem;height:3.9375rem;display:none; }
#lpcTLmRzKeBeHbWnFk5wSqo4gGnVL3cC { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:65.5rem;left:28rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#TuPOTRH1LwVFhDmICstD5qIm7yDafmQH { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15309;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a37d51db-a2f4-41df-952d-0e01eee5cc36/icon08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5rem;left:13.5625rem;display:none; }#TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.adaptive-delivery-prevent-bg, #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.lazyload, #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.lazyloading { background-image: none; }
#Oxg2w2FEQGIxtcTxmHw8X040Ts4KEo5O { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:62.75rem;left:16.875rem;height:1.75rem;font-style:normal;display:none; }
#oogDtFa96sw7VvbdKyCUzRwGQTatvsnp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15303;line-height:1.4;letter-spacing:0;top:65.5rem;left:13.5625rem;height:3.9375rem;display:none; }
#Fp19y24AeUwTN6w4fBUZubTpIfxO9Edf { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:65.5rem;left:28rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#g9q6Trzn5wIJkAnc69iySdxsLcLedeGq { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;display:block;z-index:15309;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a37d51db-a2f4-41df-952d-0e01eee5cc36/icon08.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:62.5rem;left:13.5625rem;display:none; }#g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.adaptive-delivery-prevent-bg, #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.lazyload, #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.lazyloading { background-image: none; }
#hTNCl7bnTJTuHuxtNUTcx93znTtIahoI { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:62.75rem;left:16.875rem;height:1.75rem;font-style:normal;display:none; }
#cbGqrArpmOv2FrHehvhlt3kOaKp13pM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15303;line-height:1.4;letter-spacing:0;top:65.5rem;left:13.5625rem;height:3.9375rem;display:none; }
#f36Cr9EfHqTfhDUBbmiW0J7H47TTI08K { color:rgba(var(--color-tertiary-0),1);display:block;width:5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15304;line-height:1.4;letter-spacing:0;top:65.5rem;left:28rem;height:3.9375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f727dbb2-cd0c-4d95-94c8-d2d3e90f7e97/bg1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.adaptive-delivery-prevent-bg, #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.lazyload, #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.lazyloading { background-image: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { background-color: transparent; background-image: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container > .video-iframe-container { display: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row > .video-iframe-container { display: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .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); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { border-width: 0; border-radius: 0; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF::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; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#aNumBdQz5rQ9hpJSBdnAybdnkm48KFFx { color:#ffffff;display:block;width:44.875rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15063;line-height:1.1;letter-spacing:0;top:3.75rem;left:16.875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kTJy2V69hvUoTwPyCClK4zJ6ATPUrmfh { box-sizing:content-box;height:26.5625rem;width:74.75rem;position:absolute;display:block;z-index:15040;background-color:rgba(0,0,0,0);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);top:13.125rem;left:0rem;display:block; }
#nvaZVcriA9hL1lxMpuWQEcdUVRsRUO7S { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.925rem;display:block; }
#dkaJoulmzbH4A8S0sJR6maG5ek4zOezp { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20.75rem;left:3.09375rem;height:1.95rem;font-style:normal;display:block; }
#gzZnBbxo6SzyzlHen4n86TxQLgxkmOcA { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.3rem;display:block; }
#RfTiTs7N8NpfZ3xakqT3ExGxHaPvNW00 { color:#ffffff;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.1;letter-spacing:0;top:7.8125rem;left:16.3125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SxQc52fyi6R3FZkI1RKSGV134Tu7ytcc { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:3.09375rem;height:6.6rem;display:block; }
#WiH338q3vkfQTMIN7q5xVfvuKb0gkgvJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.475rem;display:block; }
#UnTbe7uu0VqbRo4dD0hfmoX850uTF28x { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.475rem;display:block; }
#PLk7s0qvG71iwOcF3PL1CeJ71yUphgLG { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15069;line-height:2.2;letter-spacing:0;top:27.1875rem;left:19.65625rem;height:6.6rem;display:block; }
#chR758fx0b5EdkXEJeFK5cF6CZfHGR8M { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.475rem;display:block; }
#KTX9ze0MAX1w118gk0VeX9srkKxJiOyU { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15067;line-height:2.2;letter-spacing:0;top:27.1875rem;left:37.46875rem;height:6.6rem;display:block; }
#clkmG6SBcTaTAWSNkx47cffQBT6psvEh { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:block; }
#Or7NcB6hS2krhSHQwN9QIMJywysyNWEi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:29.5625rem;left:61.0849609375rem; }
#eW1a47aGScEQFVv0CMSu42tKXPlAXqTe { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top: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:10.8125rem;width:13.125rem;top:28.875rem;left:61.085054580479rem;overflow:hidden;display:block; }
#cGB3cz3EcTqKdKpG9DbE56FAhaqG7Lhv { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#sbXJlrw6hI1Q2ZUg8mMissdBVU3QWDvB { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15066;line-height:1.3;letter-spacing:0;top:35.9375rem;left:3.09375rem;height:1.29980625rem;display:none; }
#bXEpO2lS7cl75oOLBpGnRJwziqmEpRS8 { color:rgba(var(--color-tertiary-0),1);display:block;width:58.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15067;line-height:1.7;letter-spacing:0;top:41.6875rem;left:0rem;height:2.975rem;display:block; }
#OSETm0Pw8m0sDW7oslZPzWIABCinK7nU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:3.75rem;left:14.125rem; }
#nzAusQTD2MGPIQpIoX7rfIZf3AimyJfv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#tBIQTRDyW7HKMPvcVmJyy3wvIL6Cm5kD { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#XuarkgFJGZSK8yOFvtK7tk8u00gsSgQv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#Ds0AB5MQzTuEpPGegCD9IsAQ03UAXeM9 { box-sizing:content-box;height:0.0625rem;width:68.75rem;position:absolute;display:block;z-index:15073;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.625rem;left:3.125rem;display:none; }
#BZKCfKpDCTmKfP9ODdff5FUM4gMrXn2o { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#lxJ9QbK7zSxNTZ27bk0kkzaImZVLl4Ov { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#pt4Ia6cntnqAh6lihXiEaPfQk4yC0PdR { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#X71DnxcseHVMetyDcQ3HROTv2gXHVzqy { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15068;line-height:2.2;letter-spacing:0;top:23.8125rem;left:3.09375rem;height:2.4746125rem;display:none; }
#o7TVyNqSz9pGiqETmNDOn7cQMvKrvf3I { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15070;line-height:2.2;letter-spacing:0;top:23.8125rem;left:19.65625rem;height:2.4746125rem;display:none; }
#wcnUmZBLvxFTObB2XTRSzDk85bfw0rN3 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15072;line-height:2.2;letter-spacing:0;top:23.8125rem;left:37.46875rem;height:2.4746125rem;display:none; }
#ARB18ibkw9dS7buBfsAhynSJROa5g5Qx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -moz-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -ms-linear-gradient(180deg, #bbbf50, #5d5d1c);background-image: -o-linear-gradient(180deg, #bbbf50, #5d5d1c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbf50', endColorstr='#5d5d1c' );";background-image: linear-gradient(180deg, #bbbf50, #5d5d1c);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem rgba(0,0,0,0.47) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.25rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:48.537109375rem;left:25.875rem;display:block; }
#hZTMk7Jew2eKi2pTraHCN9O7EoK8SxHd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tt2HRZ6MdQopJUQXfM1EL69J9RQsr8C7 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:16.25rem;left:3.09375rem;height:2.923825rem;display:none; }
#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { position:relative;display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { background-color: transparent; background-image: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row > .video-iframe-container { display: none; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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); }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { border-width: 0; border-radius: 0; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .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:5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { color:rgba(var(--color-tertiary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.974609375rem;left:22.25rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { top:0rem;left:5.125rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { top:0rem;left:5.125rem;width:37.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:20.5rem;left:19.1875rem;width:9.5rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:19.1875rem;height:3.25rem;top:24.9375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:19.75rem;left:12.375rem;width:23rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:20.75rem;left:13.75rem;width:5.375rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:20.75rem;left:23.9375rem;width:9.0625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k7thUe4P70T0ZbQtDywGWufOnQqMcN4u { top:7.5rem;left:15.0625rem;width:14.3125rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhxtQIx8qJi1TLtfU87tan7JOTmzJF3 { top:16.5625rem;left:19.3125rem;width:11.5625rem;height:1.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLJ2MCAE6RBeJ2s1kKRZT5hKVxDODXGA { top:16.4375rem;left:16.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 { display:block; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPdDdi9J0CDeBpDTd7QndJh2PChny8tk { top:2.8125rem;left:0rem;width:39.3125rem;height:29.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpMdLbE1bPnM4gNT5TZVkC466aQrVNsR { top:5.8125rem;left:16.375rem;width:31.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rhkUWD0QZrPX1gHTMOXTxnKkcB7m5L { top:9.125rem;left:16.375rem;width:31.375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWgnZnOSNeq9sADEgDq8N3MuxTCelvo { top:14.8125rem;left:14.4375rem;width:33.3125rem;height:13.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf { display:block; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { top:4.375rem;left:0rem;width:22.25rem;height:4.375rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTFUfUNJm1aIEQHxPv49nWg1dGPOSAI { top:11.8125rem;left:0rem;width:37.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogsRTVyEUsQDFJR1KhFTIoMRaIAnWrS { top:12.6875rem;left:0rem;width:16.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6cRU9dS7Zl52X6AwRJC7M0lWgLoDtd { top:12.9375rem;left:4.84375rem;width:17.125rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { top:16.125rem;left:4.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { top:16.375rem;left:6.875rem;width:4.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { top:16.125rem;left:10.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { top:16.3125rem;left:12.3125rem;width:3.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { top:16.125rem;left:16.0625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { top:16.375rem;left:17.25rem;width:5.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { top:19.6875rem;left:9.5rem;width:5.75rem;height:1.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { top:19.5rem;left:14.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { top:21rem;left:16.4375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZXcSpLHlGgTlQ9A5x2TQhtImms6HCTH { top:25.4375rem;left:0rem;width:37.0625rem;height:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH6T4kIf84Qpvn0meF72Uc7enyEDV6Is { top:26.3125rem;left:0rem;width:16.75rem;height:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #isUv0QIWGgmf9Qb4mFM4q0sMuViWzz1J { top:26.625rem;left:4.875rem;width:15.875rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAywxUOBrTwxTAvXlPTD5J6Jn8SPZhnF { top:29.75rem;left:4.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CiTUrOwep36NlhgUxI9513C8ZTJDSnvn { top:30rem;left:6.875rem;width:4.6875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl68lUKXRdbTozTD9nMbovbzOLMtfuag { top:29.75rem;left:10.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXyJFQiXxsuUtJ2i7kpmvC1nJrXb6EWf { top:29.9375rem;left:12.3125rem;width:3.8125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pextlu4Z3aXqSat1HI4NarVocRbJkAuA { top:33.3125rem;left:9.5rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKPNenEJm0TSG69uKlEOtwWRxol4TVRA { top:29.75rem;left:15.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9RfvTsyPPdnvRTd2DDJpQDGCT1t5AiF { top:30rem;left:17.25rem;width:5.1875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWdaNAzWOoSmqxIrXhELKONlEouAKgPk { top:33.125rem;left:14.4375rem;width:7.9375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tb2GeyEyxTE3c8HxwhZhxTN40BCI6sLi { top:34.625rem;left:16.4375rem;width:5.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfqMA5Oya6Xy8dafVf5HhTEB3RTHpDVo { top:11.8125rem;left:0rem;width:37.0625rem;height:12.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #bC8I4a65SlH5WquyPBxmTaFN1vHmNU9P { top:12.6875rem;left:0rem;width:16.75rem;height:10.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TnAZs609bSI8Fyhp8doJsTFzOoKxNyix { top:24.6875rem;left:0rem;width:6.125rem;height:;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #C8udRo3Z0VkUSc2ccTMXw4DQWOH6S6CH { top:16.125rem;left:4.875rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #B3ffXE0kHqkUce7QQqyfa1dSIk7DJggu { top:16.125rem;left:16.0625rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTEF0lpMoX4KHsXgaDN9vI5qJsDT5ZnD { top:19.6875rem;left:9.5rem;width:5.75rem;height:1.25rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qO8IEzSNzhW32dRxc62d6ORql8tQQp1I { top:32.1875rem;left:0rem;width:3.4375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jwb8hiZ0TCreMPJd6rMCbLeT2dU9ic3P { top:33.625rem;left:0rem;width:6.9375rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uwkcFRTplamieef2epclDqabVTOZNcHU { top:35.4375rem;left:0rem;width:7.9375rem;height:1.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uVvvH1w7opHGqgTrIA9zlEDelWE75Cxx { top:36.4375rem;left:0rem;width:7.125rem;height:0.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtUuf7O4wpRnN7GxDepIDwDM01B9p137 { top:16.125rem;left:10.3125rem;width:1.625rem;height:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Iaz4TVQK8c9lmxmxfmTTaweRgzk4Ch24 { top:16.3125rem;left:12.3125rem;width:3.8125rem;height:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW { display:none; }
 }@media only screen and (max-width: 763px) { #W3nwd31MvGkTgWT5l6ccq5LSKQpmsylJ { display:none; }
 }@media only screen and (max-width: 763px) { #vetUhNX6NKpqqwTN3F5uFRhBqXZ7nHxu { top:13.8125rem;left:0rem;width:16rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXs557muaar8lvFXonqBQ67KWGasx1F8 { top:26.5rem;left:0rem;width:14.125rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT { display:block; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { top:4.1875rem;left:4.28125rem;width:39.1875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP { top:10.9375rem;left:0rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KznDuuVxluD2IZEKotl0soUy6OTMAEdM { top:24.0625rem;left:0rem;width:18.4375rem;height:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHZ3dJRyKWNflGR1oVq3yy3uhiHBNvn { top:20.125rem;left:0rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E { top:10.9375rem;left:11.9375rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAo2VI9XbHvpfonUV6LEUHiCSiUGmrg { top:20.125rem;left:11.9375rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PracwkleyVDsG9uK1ocdpAyc3WTWHIv4 { top:24.0625rem;left:14.6875rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa { top:10.9375rem;left:23.875rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq8gQGcxl8FeM8yb0hLXhTsEp1RD6KKv { top:20.125rem;left:23.875rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tTkD35NxMsLWpGV3zXX7W15Ci05MF3 { top:24.0625rem;left:29.3125rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTgDbZsc8OimxO05kX0KATfR6bBT10s8 { top:28.8125rem;left:0rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneRgyvXaMtKIhITZa89URovCiICLkFr { top:38rem;left:0rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Ty5losSoPSfSJZPdOSC6TDRuSKem4Q { top:41.9375rem;left:0rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdM4TnyUfcthl8a6uueTlay6MQTItit { top:28.8125rem;left:11.9375rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCszwNrvDnkCZ7AkgMNcTncSJZpqzup { top:38rem;left:11.9375rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIvbmWQpR2LrUM5iKvVxcSwvJx6qTFI9 { top:41.9375rem;left:14.6875rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHdGwnDVmgWn2crCrAr1Si26rZARJZvK { top:28.8125rem;left:23.875rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1UpaaOFTSXwfG9EIrvQvFT9tTGnd5g { top:38rem;left:23.875rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhQXlSFdyAzdiZ1J01a63NQyVyy69qk { top:41.9375rem;left:29.3125rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tev9EErKf7fC5naAlF0NMIOlEu4NChc1 { top:46.8125rem;left:0rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8fTSKyzTeof2bddpipVvHIN8xfy4pr { top:56rem;left:0rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOJqz9d7GT8w3IPt3Zi5ZAbvREkx41BJ { top:59.9375rem;left:1.9375rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob9ilb37kVpuOqJCEQgL41FZAbOKgbAe { top:56rem;left:23.875rem;width:23.875rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN { top:46.8125rem;left:23.875rem;width:23.875rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3r5wVIFJt2sXMPc1kVniTd0KJA7cQm { top:59.9375rem;left:27.5rem;width:18.4375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:20.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:20.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:20.4375rem;height:auto;top:2.1875rem;left:24.8125rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28.625rem;left:31.5rem;width:16.25rem;height:1.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { top:8.4375rem;left:0rem;width:27.25rem;height:7.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.6875rem;left:0rem;width:27.3125rem;height:5.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { top:51.875rem;left:4.71875rem;width:0.0625rem;height:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { top:4rem;left:6.84375rem;width:34.0625rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:13.75rem;height:2.5625rem;top:32.0625rem;left:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { width:23.25rem;height:3.5rem;top:85.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block; }
 }@media only screen and (max-width: 763px) { #WRCp5U9vRRxohLWZ3WOSXcbrQ2GInD02 { top:49.0625rem;left:0rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn00wH323iB1OfWu9S9Po6SgMm4N50Nd { top:49.0625rem;left:11.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QepnQalhLKykKvMGiOR4TFma65iAd7Wv { top:49.0625rem;left:28.6875rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysEQ1XKiTcIRtPfS8HKucPRnIeEant39 { top:49.0625rem;left:40.9375rem;width:6.8125rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTxRWtbaTDapyygNKr8cMqBVSdqFz4n { top:50.6875rem;left:0rem;width:6rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibak8VE3imiUaRyg8fNEsFIqOIxzFqD { top:53.3125rem;left:0rem;width:5.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4xJIM2r4pZxXFoWhBF1XiSFsvw20ch { top:50.6875rem;left:12.375rem;width:6rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9yF1q7HQdzH88Ow0Ai5CqP4ZEkXmTG { top:53.3125rem;left:12.75rem;width:5.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUZ3LpJEPP90g4mrqQ7JKGauHFFKKQb { top:50.6875rem;left:29.125rem;width:6rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0uWGLWi10LLHVTkVzA2StvBQ6VCRVSr { top:53.3125rem;left:29.5rem;width:5.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVDRFmzU84dIQ6dggShX2hTtOEvlsv8 { top:50.6875rem;left:41.75rem;width:6rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNroG1SIXC8RqbqgyzoSKIFrN6GwBmqs { top:53.3125rem;left:42.5rem;width:5.25rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiyTesZLyuadhUqNctcXQ6nqdTrl1cd { top:56.9375rem;left:0rem;width:14.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Xd0a9TEGUiSm4M1hugAt7QDTFnF8lR { top:56.9375rem;left:8.125rem;width:14.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpk9T7tEROUdC1TaCGVDfEIMwf8qoGF7 { top:56.9375rem;left:24.875rem;width:14.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7W0XmF4TG1PN9x4Dh5RFp5iODueJx9w { top:56.9375rem;left:33.3125rem;width:14.4375rem;height:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJTIV5hMrzqW55ZfMFoTuSTI1AZLiLc { top:65.5rem;left:0rem;width:16.1875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48bPWmWqIS6BQVc5xPJCWxZ06hGz3e9 { top:65.5rem;left:14.375rem;width:5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw15kAOraHum2wd36tPcefJWuKtdqcpB { top:62.75rem;left:3.25rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Vdg1wB920KSSuTU6GXayKJDWK96ZSG { top:65.5rem;left:28.625rem;width:16.25rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jnc05RzntoDJKlauObb5GlvZeOHUkLyT { top:65.5rem;left:42.75rem;width:5rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlq2S98hlIrXmkQ9n1ZlACRLB3sDt78o { top:78.1875rem;left:0rem;width:16.25rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHqxHHSoTWXouio6sq1QKcEKqunG6qeV { top:78.1875rem;left:14.375rem;width:5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G90l9lNEGaBqeb4hHn8kChldI0WxPDRC { top:78.1875rem;left:28.5rem;width:13.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnmVJs257ghaWaBGvCCwx2MEa8u8x5pM { top:78.1875rem;left:42.75rem;width:5rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlUAvEXKShw266pH8nG9pBVkgeghmnVs { top:62.75rem;left:31.875rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS0ESS7JC1IoKknkqKLOFI4T2NRNSf7W { top:75.4375rem;left:3.25rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnwCO7J4TAbUdUEZG57gifLlEOzZgO3T { top:75.4375rem;left:31.875rem;width:12.625rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S { top:62.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh { top:62.5rem;left:28.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW { top:75.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK { top:75.1875rem;left:28.5rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyTyGTre2VHSm8ekLNJLoUxFhLVDNVwH { top:10.875rem;left:0rem;width:47.75rem;height:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVDM62k0EO4rA14o0hgENwEmkI43ZtfK { display:none; }
 }@media only screen and (max-width: 763px) { #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5 { top:62.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iNycMXWyvl9M6V9AqthOB3xU4tpPBvEE { top:42.125rem;left:0rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFydHw40Mvsrxf7hMrXUnHH6Qci3UzWX { top:44.25rem;left:0rem;width:12.625rem;height:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpcTLmRzKeBeHbWnFk5wSqo4gGnVL3cC { top:44.25rem;left:0.1875rem;width:5rem;height:5.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH { top:62.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Oxg2w2FEQGIxtcTxmHw8X040Ts4KEo5O { top:50.75rem;left:0rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #oogDtFa96sw7VvbdKyCUzRwGQTatvsnp { top:52.875rem;left:0rem;width:12.625rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fp19y24AeUwTN6w4fBUZubTpIfxO9Edf { top:52.875rem;left:0.1875rem;width:5rem;height:3.125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq { top:62.5rem;left:0rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hTNCl7bnTJTuHuxtNUTcx93znTtIahoI { top:57.5rem;left:0rem;width:12.625rem;height:1.3125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cbGqrArpmOv2FrHehvhlt3kOaKp13pM0 { top:59.625rem;left:0rem;width:12.625rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #f36Cr9EfHqTfhDUBbmiW0J7H47TTI08K { top:59.625rem;left:0.1875rem;width:5rem;height:2.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF { display:block; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNumBdQz5rQ9hpJSBdnAybdnkm48KFFx { top:3.75rem;left:2.875rem;width:44.875rem;height:3.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTJy2V69hvUoTwPyCClK4zJ6ATPUrmfh { top:13.125rem;left:0rem;width:47.5rem;height:26.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvaZVcriA9hL1lxMpuWQEcdUVRsRUO7S { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkaJoulmzbH4A8S0sJR6maG5ek4zOezp { top:20.75rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzZnBbxo6SzyzlHen4n86TxQLgxkmOcA { top:35.9375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfTiTs7N8NpfZ3xakqT3ExGxHaPvNW00 { top:7.8125rem;left:2.6875rem;width:42.375rem;height:2.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQc52fyi6R3FZkI1RKSGV134Tu7ytcc { top:27.1875rem;left:0rem;width:18.1875rem;height:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WiH338q3vkfQTMIN7q5xVfvuKb0gkgvJ { top:23.8125rem;left:0rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnTbe7uu0VqbRo4dD0hfmoX850uTF28x { top:23.8125rem;left:6.03125rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLk7s0qvG71iwOcF3PL1CeJ71yUphgLG { top:27.1875rem;left:6.03125rem;width:18.1875rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #chR758fx0b5EdkXEJeFK5cF6CZfHGR8M { top:23.8125rem;left:23.84375rem;width:18.1875rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTX9ze0MAX1w118gk0VeX9srkKxJiOyU { top:27.1875rem;left:22.8125rem;width:24.9375rem;height:6.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #clkmG6SBcTaTAWSNkx47cffQBT6psvEh { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or7NcB6hS2krhSHQwN9QIMJywysyNWEi { top:29.5625rem;left:45.125rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW1a47aGScEQFVv0CMSu42tKXPlAXqTe { top:28.875rem;left:34.625rem;width:13.125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGB3cz3EcTqKdKpG9DbE56FAhaqG7Lhv { top:16.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sbXJlrw6hI1Q2ZUg8mMissdBVU3QWDvB { top:16.125rem;left:0rem;width:18.6875rem;height:4.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bXEpO2lS7cl75oOLBpGnRJwziqmEpRS8 { top:41.6875rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSETm0Pw8m0sDW7oslZPzWIABCinK7nU { top:3.75rem;left:0.5rem;width:3rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzAusQTD2MGPIQpIoX7rfIZf3AimyJfv { top:11.875rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBIQTRDyW7HKMPvcVmJyy3wvIL6Cm5kD { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuarkgFJGZSK8yOFvtK7tk8u00gsSgQv { top:17rem;left:0rem;width:18.0625rem;height:3.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ds0AB5MQzTuEpPGegCD9IsAQ03UAXeM9 { top:26.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZKCfKpDCTmKfP9ODdff5FUM4gMrXn2o { top:18.75rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxJ9QbK7zSxNTZ27bk0kkzaImZVLl4Ov { top:13.125rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pt4Ia6cntnqAh6lihXiEaPfQk4yC0PdR { top:21.4375rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #X71DnxcseHVMetyDcQ3HROTv2gXHVzqy { top:24.5rem;left:0rem;width:17.375rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #o7TVyNqSz9pGiqETmNDOn7cQMvKrvf3I { top:25.75rem;left:0rem;width:16.125rem;height:1.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wcnUmZBLvxFTObB2XTRSzDk85bfw0rN3 { top:27.1875rem;left:0rem;width:16.6875rem;height:2.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARB18ibkw9dS7buBfsAhynSJROa5g5Qx { width:23.25rem;height:3.25rem;top:48.5rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZTMk7Jew2eKi2pTraHCN9O7EoK8SxHd { display:block; }
 }@media only screen and (max-width: 763px) { #tt2HRZ6MdQopJUQXfM1EL69J9RQsr8C7 { top:5.625rem;left:0rem;width:18.75rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { top:1.9375rem;left:8.625rem;width:30.5rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #W1h8edJe8RcNILfCQ42nSn4KaqODprXL { display:block; }#W1h8edJe8RcNILfCQ42nSn4KaqODprXL > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z4HXLvG10ZGoh6zXl17hJccr2IHJWLXG { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su { display:block; }#J4xm1GC9elPRRGz3VOKvlP7DeZW5w7su > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LKAzrVllPf2LDcpVduEcXvozuVHRcvwJ { width:20rem;height:1.3333333333333rem;top:0.17578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f7bb8a36-c5c3-4c01-9579-8a24995d0491/hero.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(0,0,0,0.43); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.43); }#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 { width:20rem;height:22.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.875rem;height:1.3808625rem;top:12.4375rem;left:6.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:17.5rem;height:2.5rem;top:15.125rem;left:1.5625rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.24875rem;height:2.375rem;top:11.875rem;left:1.5625rem;background-color:rgba(17,17,17,0.27);background-image:none;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:12.6875rem;left:0.9375rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:12.75rem;left:11.875rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #k7thUe4P70T0ZbQtDywGWufOnQqMcN4u { width:7.5625rem;height:3.625rem;top:4.6875rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDhxtQIx8qJi1TLtfU87tan7JOTmzJF3 { width:7.375rem;height:1.0556625rem;top:9.625rem;left:7.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FLJ2MCAE6RBeJ2s1kKRZT5hKVxDODXGA { display:flex;width:1.375rem;height:1.375rem;top:9.4375rem;left:5.5625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 { display:block; }#vkTG9Ut4suwsONxpv7TVmpRJ1VbPF7s6 > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bPdDdi9J0CDeBpDTd7QndJh2PChny8tk { width:18.8125rem;height:14.1875rem;top:0.3125rem;left:0.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KpMdLbE1bPnM4gNT5TZVkC466aQrVNsR { width:12.8125rem;height:1.3808625rem;top:14.5rem;left:1.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7rhkUWD0QZrPX1gHTMOXTxnKkcB7m5L { width:10.1875rem;height:1.3808625rem;top:15.875rem;left:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbWgnZnOSNeq9sADEgDq8N3MuxTCelvo { width:19.625rem;height:7.875rem;top:17.853515625rem;left:0rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf { background-color:#545d28;background-image:none;display:block; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { background-color: transparent; background-image: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container > .video-iframe-container { display: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row > .video-iframe-container { display: none; }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .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); }#RT7EZiLGJxEqsRtEzaZQD90rw2T4cdPf > .row .container { width:20rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8HidyypToFlxfn8eQL54likrDIv9CUH { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhTFUfUNJm1aIEQHxPv49nWg1dGPOSAI { width:20rem;height:7.625rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DogsRTVyEUsQDFJR1KhFTIoMRaIAnWrS { width:8.8125rem;height:6.5625rem;top:16.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sq6cRU9dS7Zl52X6AwRJC7M0lWgLoDtd { width:6.75rem;height:1.21875rem;top:16.375rem;left:10.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruRWl3VaWl1oBJ7pwRfbT3tQh2E3iLpy { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:10.125rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #bh8uFS8w3wT5Qp40O0dObE5XL5LTnUch { width:3.4375rem;height:0.9746125rem;top:17.875rem;left:11.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BvAFyhXn7ralg4Q4QCuS5HZ7M7lt24bW { display:flex;width:1.25rem;height:1.25rem;top:17.75rem;left:14.375rem;font-size:0.875rem; }
 }@media only screen and (max-width: 763px) { #fP64VzMC4IbdqfvcMcwGcexhW5LcKS7E { width:2.9375rem;height:0.9746125rem;top:17.875rem;left:15.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k9RLMTxl8tE4Z21V9rTeqbknBQ6wdMQL { display:flex;width:1.375rem;height:1.375rem;top:19.125rem;left:10.0625rem;font-size:0.9375rem; }
 }@media only screen and (max-width: 763px) { #t6a0ikqn1PiDRVEGTlOchSVX0LqHewKG { width:6.9375rem;height:0.9746125rem;top:19.3125rem;left:11.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HMDTlOCaZ0BM050nqW1bcsWxOHX2NML9 { width:5.75rem;height:0.8125rem;top:21.3125rem;left:8.375rem;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #n5bPgW4sqlAHsmz95WKaSfoBusOBB2gO { width:7.9375rem;height:1.21875rem;top:21.125rem;left:11.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #y7233XsTKTG273vqVNX48syDDN5yMVKM { width:7.125rem;height:0.9746125rem;top:22.125rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #SZXcSpLHlGgTlQ9A5x2TQhtImms6HCTH { width:20rem;height:12.25rem;top:25.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH6T4kIf84Qpvn0meF72Uc7enyEDV6Is { width:16.75rem;height:10.5rem;top:26.3125rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #isUv0QIWGgmf9Qb4mFM4q0sMuViWzz1J { width:15.875rem;height:auto;top:26.625rem;left:2.0625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EAywxUOBrTwxTAvXlPTD5J6Jn8SPZhnF { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiTUrOwep36NlhgUxI9513C8ZTJDSnvn { width:4.6875rem;height:auto;top:30rem;left:7.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #hl68lUKXRdbTozTD9nMbovbzOLMtfuag { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:9.1875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UXyJFQiXxsuUtJ2i7kpmvC1nJrXb6EWf { width:3.8125rem;height:auto;top:29.9375rem;left:8.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Pextlu4Z3aXqSat1HI4NarVocRbJkAuA { width:5.75rem;height:auto;top:33.3125rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;color:#bab3a1;display:none; }
 }@media only screen and (max-width: 763px) { #xKPNenEJm0TSG69uKlEOtwWRxol4TVRA { display:flex;width:1.625rem;height:1.625rem;top:29.75rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s9RfvTsyPPdnvRTd2DDJpQDGCT1t5AiF { width:5.1875rem;height:auto;top:30rem;left:7.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HWdaNAzWOoSmqxIrXhELKONlEouAKgPk { width:7.9375rem;height:auto;top:33.125rem;left:6rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #tb2GeyEyxTE3c8HxwhZhxTN40BCI6sLi { width:5.9375rem;height:auto;top:34.625rem;left:7rem;font-size:0.75rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #XfqMA5Oya6Xy8dafVf5HhTEB3RTHpDVo { width:20rem;height:7.625rem;top:24.1875rem;left:0rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #bC8I4a65SlH5WquyPBxmTaFN1vHmNU9P { width:8.8125rem;height:6.5625rem;top:24.75rem;left:0.625rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #TnAZs609bSI8Fyhp8doJsTFzOoKxNyix { width:7.3125rem;height:1.21875rem;top:24.6875rem;left:10.125rem;font-size:0.9375rem;z-index:15076;display:block; }
 }@media only screen and (max-width: 763px) { #C8udRo3Z0VkUSc2ccTMXw4DQWOH6S6CH { display:flex;width:1.25rem;height:1.25rem;top:26.0625rem;left:10.125rem;font-size:0.875rem;z-index:15155; }
 }@media only screen and (max-width: 763px) { #B3ffXE0kHqkUce7QQqyfa1dSIk7DJggu { display:flex;width:1.375rem;height:1.375rem;top:27.4375rem;left:10.0625rem;font-size:0.9375rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #PTEF0lpMoX4KHsXgaDN9vI5qJsDT5ZnD { width:5.75rem;height:0.8125rem;top:29.625rem;left:8.375rem;font-size:0.625rem;text-align:right;text-align-last:right;color:#ffffff;z-index:15167;display:block; }
 }@media only screen and (max-width: 763px) { #qO8IEzSNzhW32dRxc62d6ORql8tQQp1I { width:3.4375rem;height:0.9746125rem;top:26.1875rem;left:11.6875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #Jwb8hiZ0TCreMPJd6rMCbLeT2dU9ic3P { width:6.9375rem;height:0.9746125rem;top:27.625rem;left:11.625rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15146;display:block; }
 }@media only screen and (max-width: 763px) { #uwkcFRTplamieef2epclDqabVTOZNcHU { width:7.9375rem;height:1.21875rem;top:29.4375rem;left:11.4375rem;font-size:0.9375rem;text-align:right;text-align-last:right;z-index:15169;display:block; }
 }@media only screen and (max-width: 763px) { #uVvvH1w7opHGqgTrIA9zlEDelWE75Cxx { width:7.125rem;height:0.9746125rem;top:30.4375rem;left:12.25rem;font-size:0.75rem;text-align:right;text-align-last:right;z-index:15168;display:block; }
 }@media only screen and (max-width: 763px) { #TtUuf7O4wpRnN7GxDepIDwDM01B9p137 { display:flex;width:1.25rem;height:1.25rem;top:26.0625rem;left:14.375rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #Iaz4TVQK8c9lmxmxfmTTaweRgzk4Ch24 { width:2.9375rem;height:0.9746125rem;top:17.875rem;left:15.875rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW { top:4.25rem;left:0rem;width:20rem;height:12.5rem;z-index:15058;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/253a444f-5461-4dbe-b7f2-bb1402c556ac/intmockup1d2507180.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW.adaptive-delivery-prevent-bg, #wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW.lazyload, #wA3ClrgNAheI8k8aeIHK2gzGb54yDqKW.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #W3nwd31MvGkTgWT5l6ccq5LSKQpmsylJ { top:12.75rem;left:-0.0625rem;width:20rem;height:4rem;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #545d28);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#545d28' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #545d28);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vetUhNX6NKpqqwTN3F5uFRhBqXZ7nHxu { width:8.5rem;height:4.3125rem;top:17.53125rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXs557muaar8lvFXonqBQ67KWGasx1F8 { width:8.25rem;height:5.875rem;top:25.1875rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT { display:block; }#ZTAVEVEXcs8MSHbOkHUiZce19trDv9uT > .row .container { width:20rem;height:34.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mktJvqZOPbJ6itPD9LE9zohiqcn0KWqQ { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zwGG75a3HUpuM1mFIQi0y4q4dcJxSUoP { width:9.6875rem;height:6.3125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KznDuuVxluD2IZEKotl0soUy6OTMAEdM { width:7.25rem;height:0.9746125rem;top:9.23046875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvHZ3dJRyKWNflGR1oVq3yy3uhiHBNvn { width:9.6875rem;height:2.1875rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF3rE1eRGbBJ59gsM5TwXLZyFznAUa5E { width:9.6875rem;height:6.3125rem;top:4.125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKAo2VI9XbHvpfonUV6LEUHiCSiUGmrg { width:9.6875rem;height:2.1875rem;top:8.3125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PracwkleyVDsG9uK1ocdpAyc3WTWHIv4 { width:7.25rem;height:0.9746125rem;top:9.25rem;left:11.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NC6BEu1lk8RaRTwP6IV8OOITSaT3WnVa { width:9.6875rem;height:6.3125rem;top:11.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq8gQGcxl8FeM8yb0hLXhTsEp1RD6KKv { width:9.6875rem;height:2.1875rem;top:15.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4tTkD35NxMsLWpGV3zXX7W15Ci05MF3 { width:7.25rem;height:0.9746125rem;top:16.85546875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTgDbZsc8OimxO05kX0KATfR6bBT10s8 { width:9.6875rem;height:6.3125rem;top:11.75rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sneRgyvXaMtKIhITZa89URovCiICLkFr { width:9.6875rem;height:2.1875rem;top:15.9375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0Ty5losSoPSfSJZPdOSC6TDRuSKem4Q { width:8.625rem;height:0.9746125rem;top:16.875rem;left:10.84375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQdM4TnyUfcthl8a6uueTlay6MQTItit { width:9.6875rem;height:6.3125rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCszwNrvDnkCZ7AkgMNcTncSJZpqzup { width:9.6875rem;height:2.1875rem;top:23.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIvbmWQpR2LrUM5iKvVxcSwvJx6qTFI9 { width:7.25rem;height:0.9746125rem;top:24.41796875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHdGwnDVmgWn2crCrAr1Si26rZARJZvK { width:9.6875rem;height:6.3125rem;top:19.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GV1UpaaOFTSXwfG9EIrvQvFT9tTGnd5g { width:9.6875rem;height:2.9375rem;top:22.8125rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFhQXlSFdyAzdiZ1J01a63NQyVyy69qk { width:7.25rem;height:0.9746125rem;top:24.4375rem;left:11.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tev9EErKf7fC5naAlF0NMIOlEu4NChc1 { width:9.6875rem;height:6.3125rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rc8fTSKyzTeof2bddpipVvHIN8xfy4pr { width:9.6875rem;height:2.9375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOJqz9d7GT8w3IPt3Zi5ZAbvREkx41BJ { width:7.25rem;height:0.9746125rem;top:32.10546875rem;left:1.21875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ob9ilb37kVpuOqJCEQgL41FZAbOKgbAe { width:9.6875rem;height:2.9375rem;top:30.4375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoETzHzV8sUtZL1RGXDxrccaVfWfmDuN { width:9.6875rem;height:6.3125rem;top:27rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SD3r5wVIFJt2sXMPc1kVniTd0KJA7cQm { width:7.25rem;height:0.9746125rem;top:32.125rem;left:11.53125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/31abb9fd-29f3-4a76-beaf-2c17a0028dd6/thebaseurbanrama9condogallery02.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.49); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .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); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.8125rem;overflow:hidden;height:auto; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:4.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden;height:2.5rem;line-height:1.2;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:first-of-type{padding-top:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-container:last-of-type{padding-bottom:0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2  { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 {display:block;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 { width:17.5rem;height:auto;top:3.6240234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 {  }
 }@media only screen and (max-width: 763px) { #uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { display:block; }
 }@media only screen and (max-width: 763px) { #QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { display:block; }
 }@media only screen and (max-width: 763px) { #qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { display:block; }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { width:16.25rem;height:1.7871125rem;top:25.8232421875rem;left:1.8740234375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.5rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.2246125rem;top:3.13671875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/702f7401-265a-4263-b7bb-cb26237d5dac/bg.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.adaptive-delivery-prevent-bg, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyload, #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P.lazyloading { background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { background-color: transparent; background-image: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row > .video-iframe-container { display: none; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .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); }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:68.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i9p9VviFpQLpp7OEnqidbxv4EiKzLmFc { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #dNTVTgaIR5dyTfNXN1QmnehWZqAvAoy7 { width:0.0625rem;height:5rem;top:67.9091796875rem;left:10.5625rem;z-index:15097;display:none; }
 }@media only screen and (max-width: 763px) { #EylUf5aEdGNQL5r9VpQQ8VyASSKPQit6 { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcPMIQlhZbuZDeg6BWaXW3ku6eLFG3Ta { width:17.5rem;height:2.5rem;top:15.25rem;left:1.25rem;font-size:1rem;border-top-left-radius:5.625rem;border-top-right-radius:5.625rem;border-bottom-left-radius:5.625rem;border-bottom-right-radius:5.625rem;z-index:15284;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fda349, #b06318);background-image: -moz-linear-gradient(180deg, #fda349, #b06318);background-image: -ms-linear-gradient(180deg, #fda349, #b06318);background-image: -o-linear-gradient(180deg, #fda349, #b06318);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fda349', endColorstr='#b06318' );";background-image: linear-gradient(180deg, #fda349, #b06318);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nyd6ttTm8BmqsyBAfIcLS0t52BqZfiuo { display:block; }
 }@media only screen and (max-width: 763px) { #e243XOUFNtZdsdLhhOaJwWyobqqXN2C0 { width:17.6875rem;height:2.5rem;top:64rem;left:1.15625rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c511f, #343515);background-image: -moz-linear-gradient(180deg, #4c511f, #343515);background-image: -ms-linear-gradient(180deg, #4c511f, #343515);background-image: -o-linear-gradient(180deg, #4c511f, #343515);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c511f', endColorstr='#343515' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c511f', endColorstr='#343515' );";background-image: linear-gradient(180deg, #4c511f, #343515);background-size:auto !important;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #TELqox8QvwQPsCTLz1N5qR2hJRma9GN8 { display:block; }
 }@media only screen and (max-width: 763px) { #WRCp5U9vRRxohLWZ3WOSXcbrQ2GInD02 { width:4.8125rem;height:4.8125rem;top:17.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pn00wH323iB1OfWu9S9Po6SgMm4N50Nd { width:4.8125rem;height:4.8125rem;top:17.6875rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QepnQalhLKykKvMGiOR4TFma65iAd7Wv { width:4.8125rem;height:4.8125rem;top:26.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ysEQ1XKiTcIRtPfS8HKucPRnIeEant39 { width:4.8125rem;height:4.8125rem;top:26.25rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKTxRWtbaTDapyygNKr8cMqBVSdqFz4n { width:6rem;height:2.11230625rem;top:18.8125rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tibak8VE3imiUaRyg8fNEsFIqOIxzFqD { width:4.625rem;height:0.8125rem;top:20.5625rem;left:3.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4xJIM2r4pZxXFoWhBF1XiSFsvw20ch { width:6rem;height:2.11230625rem;top:18.8125rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp9yF1q7HQdzH88Ow0Ai5CqP4ZEkXmTG { width:4.625rem;height:0.8125rem;top:20.5625rem;left:12.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQUZ3LpJEPP90g4mrqQ7JKGauHFFKKQb { width:6rem;height:2.11230625rem;top:27.4375rem;left:2.6875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0uWGLWi10LLHVTkVzA2StvBQ6VCRVSr { width:5.25rem;height:0.8125rem;top:29.1875rem;left:3.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGVDRFmzU84dIQ6dggShX2hTtOEvlsv8 { width:6rem;height:2.11230625rem;top:27.4375rem;left:11.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNroG1SIXC8RqbqgyzoSKIFrN6GwBmqs { width:5.25rem;height:0.8125rem;top:29.1875rem;left:11.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCiyTesZLyuadhUqNctcXQ6nqdTrl1cd { width:7.8125rem;height:0.9746125rem;top:23.6875rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3Xd0a9TEGUiSm4M1hugAt7QDTFnF8lR { width:7.8125rem;height:0.9746125rem;top:23.6875rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpk9T7tEROUdC1TaCGVDfEIMwf8qoGF7 { width:7.8125rem;height:0.9746125rem;top:31.8125rem;left:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a7W0XmF4TG1PN9x4Dh5RFp5iODueJx9w { width:7.8125rem;height:0.9746125rem;top:31.8125rem;left:10.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoJTIV5hMrzqW55ZfMFoTuSTI1AZLiLc { width:12.625rem;height:3.14941875rem;top:37.6875rem;left:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #V48bPWmWqIS6BQVc5xPJCWxZ06hGz3e9 { width:5rem;height:3.14941875rem;top:37.6875rem;left:13.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bw15kAOraHum2wd36tPcefJWuKtdqcpB { width:12.625rem;height:1.3125rem;top:35.5625rem;left:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7Vdg1wB920KSSuTU6GXayKJDWK96ZSG { width:16.25rem;height:auto;top:65.5rem;left:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jnc05RzntoDJKlauObb5GlvZeOHUkLyT { width:5rem;height:auto;top:65.5rem;left:7.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlq2S98hlIrXmkQ9n1ZlACRLB3sDt78o { width:16.25rem;height:auto;top:78.1875rem;left:1.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qHqxHHSoTWXouio6sq1QKcEKqunG6qeV { width:5rem;height:auto;top:78.1875rem;left:7.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #G90l9lNEGaBqeb4hHn8kChldI0WxPDRC { width:13.5625rem;height:auto;top:78.1875rem;left:3.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bnmVJs257ghaWaBGvCCwx2MEa8u8x5pM { width:5rem;height:auto;top:78.1875rem;left:7.5rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xlUAvEXKShw266pH8nG9pBVkgeghmnVs { width:12.625rem;height:auto;top:62.75rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #yS0ESS7JC1IoKknkqKLOFI4T2NRNSf7W { width:12.625rem;height:auto;top:75.4375rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnwCO7J4TAbUdUEZG57gifLlEOzZgO3T { width:12.625rem;height:auto;top:75.4375rem;left:3.6875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k04ogpEMh6fTsvK8vTp0FpGtqmrTdQ6S { width:1.5625rem;height:1.5625rem;top:35.5rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc29h5yJLgTyG8qr84HvCuEEhIZw1fPh { width:2.3125rem;height:2.3125rem;top:62.5rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yuNeF89BXuCiPohyTOGnvBgdB0PnMHbW { width:2.3125rem;height:2.3125rem;top:75.1875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAyWWsa0BUCE4K2BNSry5xgF3NfkMTBK { width:2.3125rem;height:2.3125rem;top:75.1875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyTyGTre2VHSm8ekLNJLoUxFhLVDNVwH { width:20rem;height:11.875rem;top:33.8359375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qVDM62k0EO4rA14o0hgENwEmkI43ZtfK { top:4.1875rem;left:0rem;width:20rem;height:11.5625rem;z-index:15312;display:block; }
 }@media only screen and (max-width: 763px) { #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5 { width:1.5625rem;height:1.5625rem;top:42.0625rem;left:1.1875rem;z-index:15313;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/ae84ce93-dd5a-4b9f-ab26-a083ddfd8093/icon09.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.adaptive-delivery-prevent-bg, #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.lazyload, #mbhDMl9WXr06TFJ2ZPtpvO7tpTg7rqd5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iNycMXWyvl9M6V9AqthOB3xU4tpPBvEE { width:12.625rem;height:1.3125rem;top:42.125rem;left:3.375rem;font-size:0.9375rem;z-index:15308;color:#545c27;display:block; }
 }@media only screen and (max-width: 763px) { #AFydHw40Mvsrxf7hMrXUnHH6Qci3UzWX { width:12.625rem;height:5.24903125rem;top:44.25rem;left:1.1875rem;font-size:0.75rem;z-index:15307;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #lpcTLmRzKeBeHbWnFk5wSqo4gGnVL3cC { width:5rem;height:5.24903125rem;top:44.25rem;left:13.8125rem;font-size:0.75rem;z-index:15308;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH { width:1.5625rem;height:1.5625rem;top:50.6875rem;left:1.1875rem;z-index:15317;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/412ee2d3-fda5-42c7-aaaf-5039cb84dca0/icon10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.adaptive-delivery-prevent-bg, #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.lazyload, #TuPOTRH1LwVFhDmICstD5qIm7yDafmQH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Oxg2w2FEQGIxtcTxmHw8X040Ts4KEo5O { width:12.625rem;height:1.3125rem;top:50.75rem;left:3.375rem;font-size:0.9375rem;z-index:15312;color:#545c27;display:block; }
 }@media only screen and (max-width: 763px) { #oogDtFa96sw7VvbdKyCUzRwGQTatvsnp { width:12.625rem;height:3.14941875rem;top:52.875rem;left:1.1875rem;font-size:0.75rem;z-index:15311;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Fp19y24AeUwTN6w4fBUZubTpIfxO9Edf { width:5rem;height:3.14941875rem;top:52.875rem;left:13.8125rem;font-size:0.75rem;z-index:15312;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq { width:1.5625rem;height:1.5625rem;top:57.4375rem;left:1.1875rem;z-index:15321;background-color:rgba(var(--color-tertiary-4),0);background-image:url("https://images.assets-landingi.com/uc/a32c2dd1-ce1e-4060-895d-23525aa88252/icon11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.adaptive-delivery-prevent-bg, #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.lazyload, #g9q6Trzn5wIJkAnc69iySdxsLcLedeGq.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hTNCl7bnTJTuHuxtNUTcx93znTtIahoI { width:12.625rem;height:1.3125rem;top:57.5rem;left:3.375rem;font-size:0.9375rem;z-index:15316;color:#545c27;display:block; }
 }@media only screen and (max-width: 763px) { #cbGqrArpmOv2FrHehvhlt3kOaKp13pM0 { width:12.625rem;height:2.0996125rem;top:59.625rem;left:1.1875rem;font-size:0.75rem;z-index:15315;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #f36Cr9EfHqTfhDUBbmiW0J7H47TTI08K { width:5rem;height:2.0996125rem;top:59.625rem;left:13.8125rem;font-size:0.75rem;z-index:15316;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f727dbb2-cd0c-4d95-94c8-d2d3e90f7e97/bg1.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.adaptive-delivery-prevent-bg, #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.lazyload, #nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF.lazyloading { background-image: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { background-color: transparent; background-image: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container > .video-iframe-container { display: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.33); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row > .video-iframe-container { display: none; }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .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); }#nB7WaO9cf9ebGwvvO9dr9WySW05EKTKF > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aNumBdQz5rQ9hpJSBdnAybdnkm48KFFx { width:16.8125rem;height:1.3056625rem;top:1.3125rem;left:2.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTJy2V69hvUoTwPyCClK4zJ6ATPUrmfh { width:19.75rem;height:29.6875rem;top:4.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvaZVcriA9hL1lxMpuWQEcdUVRsRUO7S { width:18.4375rem;height:3.8984375rem;top:5.875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #dkaJoulmzbH4A8S0sJR6maG5ek4zOezp { width:17.3125rem;height:1.13671875rem;top:10.4375rem;left:0.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gzZnBbxo6SzyzlHen4n86TxQLgxkmOcA { width:20rem;height:0;top:32.0625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfTiTs7N8NpfZ3xakqT3ExGxHaPvNW00 { width:20rem;height:1.03125rem;top:2.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SxQc52fyi6R3FZkI1RKSGV134Tu7ytcc { width:8.5625rem;height:0;top:14.1064453125rem;left:0.9375rem;font-size:0.75rem;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #WiH338q3vkfQTMIN7q5xVfvuKb0gkgvJ { width:3.5rem;height:0;top:11.875rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnTbe7uu0VqbRo4dD0hfmoX850uTF28x { width:5.3125rem;height:0;top:14.3125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PLk7s0qvG71iwOcF3PL1CeJ71yUphgLG { width:18.1875rem;height:0;top:27.7734375rem;left:1.8125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #chR758fx0b5EdkXEJeFK5cF6CZfHGR8M { width:8.1875rem;height:0;top:17.05078125rem;left:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTX9ze0MAX1w118gk0VeX9srkKxJiOyU { width:20rem;height:0;top:25.0263671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #clkmG6SBcTaTAWSNkx47cffQBT6psvEh { width:18.125rem;height:0.0625rem;top:17.3359375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Or7NcB6hS2krhSHQwN9QIMJywysyNWEi { display:flex;width:2.625rem;height:2.625rem;top:25.6875rem;left:6.8749063570206rem;display:none; }
 }@media only screen and (max-width: 763px) { #eW1a47aGScEQFVv0CMSu42tKXPlAXqTe { width:13.125rem;height:10.8125rem;top:25rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGB3cz3EcTqKdKpG9DbE56FAhaqG7Lhv { width:18.4375rem;height:0;top:16.3125rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15066;display:none; }
 }@media only screen and (max-width: 763px) { #sbXJlrw6hI1Q2ZUg8mMissdBVU3QWDvB { width:18.6875rem;height:4.5rem;top:29.099609375rem;left:0.875rem;font-size:0.75rem;z-index:15068;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bXEpO2lS7cl75oOLBpGnRJwziqmEpRS8 { width:17.5625rem;height:3.25rem;top:35.5625rem;left:0rem;font-size:0.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OSETm0Pw8m0sDW7oslZPzWIABCinK7nU { display:flex;width:1.625rem;height:1.125rem;top:1.3125rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #nzAusQTD2MGPIQpIoX7rfIZf3AimyJfv { width:17.375rem;height:1.6494125rem;top:11.9375rem;left:0.875rem;font-size:0.75rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #tBIQTRDyW7HKMPvcVmJyy3wvIL6Cm5kD { width:16.125rem;height:1.6494125rem;top:13.1875rem;left:0.875rem;font-size:0.75rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #XuarkgFJGZSK8yOFvtK7tk8u00gsSgQv { width:18.4375rem;height:2.0996125rem;top:14.67578125rem;left:0.875rem;font-size:0.75rem;z-index:15073;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Ds0AB5MQzTuEpPGegCD9IsAQ03UAXeM9 { width:18.125rem;height:0.0625rem;top:23.1484375rem;left:0.875rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #BZKCfKpDCTmKfP9ODdff5FUM4gMrXn2o { width:17.375rem;height:1.6494125rem;top:17.6875rem;left:0.875rem;font-size:0.75rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #lxJ9QbK7zSxNTZ27bk0kkzaImZVLl4Ov { width:16.125rem;height:1.6494125rem;top:18.9375rem;left:0.875rem;font-size:0.75rem;z-index:15074;display:block; }
 }@media only screen and (max-width: 763px) { #pt4Ia6cntnqAh6lihXiEaPfQk4yC0PdR { width:16.3125rem;height:2.0996125rem;top:20.42578125rem;left:0.875rem;font-size:0.75rem;z-index:15076;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #X71DnxcseHVMetyDcQ3HROTv2gXHVzqy { width:17.375rem;height:1.6494125rem;top:23.5rem;left:0.875rem;font-size:0.75rem;z-index:15075;display:block; }
 }@media only screen and (max-width: 763px) { #o7TVyNqSz9pGiqETmNDOn7cQMvKrvf3I { width:16.125rem;height:1.6494125rem;top:24.75rem;left:0.875rem;font-size:0.75rem;z-index:15077;display:block; }
 }@media only screen and (max-width: 763px) { #wcnUmZBLvxFTObB2XTRSzDk85bfw0rN3 { width:16.6875rem;height:2.0996125rem;top:26.23828125rem;left:0.875rem;font-size:0.75rem;z-index:15079;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ARB18ibkw9dS7buBfsAhynSJROa5g5Qx { width:19rem;height:2.5rem;top:40.1875rem;left:0.5rem;font-size:1rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZTMk7Jew2eKi2pTraHCN9O7EoK8SxHd { display:block; }
 }@media only screen and (max-width: 763px) { #tt2HRZ6MdQopJUQXfM1EL69J9RQsr8C7 { width:18.75rem;height:3.57421875rem;top:5.6640625rem;left:0.78125rem;font-size:0.6875rem;text-align:left;text-align-last:left;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz { display:block; }#Z7IBBeeT9lVViqyTRN53oczRmPyU8Fdz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dG0FBl4mGGVBDqU8u0IukD8WqXNZ7bcr { width:20rem;height:0.8125rem;top:0.6865234375rem;left:0rem;font-size:0.625rem;display:block; }
 }