.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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:#ffffff;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:#ffffff;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/74030981-0dbf-4b35-9526-4ecb6559d523/snapedit_1757572540843.crop_1743x629_0,36.png");background-position: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.17); }#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.17); }#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:38.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:22.0625rem;left:15.75rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b99261, #755c3e);background-image: -moz-linear-gradient(180deg, #b99261, #755c3e);background-image: -ms-linear-gradient(180deg, #b99261, #755c3e);background-image: -o-linear-gradient(180deg, #b99261, #755c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );";background-image: linear-gradient(180deg, #b99261, #755c3e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.1875rem;height:3.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.25rem;left:11.25rem;display:block; }
#TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { box-sizing:content-box;height:3.25rem;width:29.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.3);background-image:none;top:21.5625rem;left:7.0625rem;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;display:block; }
#ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { color:#bcaa91;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.625rem;left:9.375rem;height:1.16796875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:22.5rem;left:24.125rem;height:1.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K5cv2vvUuHWSTBaTHtzCgRswZTltOmGA { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:17.4375rem;top:9.625rem;left:11.8125rem;overflow:hidden;display:block; }
#Km5HAGe0uRO9iS0RJaTeyrZKt5RGxMX4 { color:#ffcf94;display:block;width:43.625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:18.0625rem;left:0rem;height:2.11263125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73316377-0726-434f-81d3-22bdf995af2c/bg02.png");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; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.adaptive-delivery-prevent-bg, #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.lazyload, #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.lazyloading { background-image: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { background-color: transparent; background-image: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,245,237,0.74); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container > .video-iframe-container { display: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,245,237,0.74); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row > .video-iframe-container { display: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .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); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { border-width: 0; border-radius: 0; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD::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; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { font-size:0.875rem;font-family:arial;height:107rem;width:75rem;position:relative;display:block; }#iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { color:#093653;display:block;width:27.9980625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.8125rem;left:23.5rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAKe4TfKmuT1mSWNkwL11NRFa5tyRQ74 { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15006;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/cab67aba-0197-4dae-a9ff-e0382bf301b5/513542829_1037018891959811_3033702391290005319_n.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.adaptive-delivery-prevent-bg, #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.lazyload, #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.lazyloading { background-image: none; }
#FUnwGmBwobc0k3OzWsXW8QbEvizXumzF { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#QJdofv3zmyJ1J1kaw63cCbLUroWnTlyM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.34375rem;height:2.03125rem;font-style:normal;display:block; }
#CQo6fHnPJFTy05b4PPgrWaRFnzm72MXX { 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:15127;opacity:1;top:34.5rem;left:2.75rem; }
#HQaSCb8tUMTKCwi5g6yN6LlltcE4ah09 { color:#111111;display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15115;line-height:1.3;letter-spacing:0;top:34.6875rem;left:4.9375rem;height:1.2999125rem;display:block; }
#TUJuagMKtRq4i7hXlggbCLxBlbJ6PGt4 { 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:15128;opacity:1;top:34.5rem;left:14.0625rem; }
#Q77XJRc86VvUpH0NO5hRlXg2kp6I0DQV { color:#111111;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15116;line-height:1.3;letter-spacing:0;top:34.6875rem;left:16.1875rem;height:1.2999125rem;display:block; }
#zM15pCtpiZ0J7AVbGqf7bgFxkQ1dK3Tt { 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:15129;opacity:1;top:34.5rem;left:25.25rem; }
#TEAOsu5muDCIl9U6JLmg44CRUxVv6d3A { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15117;line-height:1.3;letter-spacing:0;top:34.6875rem;left:26rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#EAM1nHahKXesBtzF3V86FVNN8OS8pJGo { color:#111111;display:block;width:7.9980625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15138;line-height:1.3;letter-spacing:0;top:37.0625rem;left:12.375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#adgEf0PcwbGNSXsTXxbKbQZQ9dM1O7Qx { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15136;line-height:1.3;letter-spacing:0;top:37.5rem;left:7.1875rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#cbWWHO44c6hPT6WLG9Uy7ZoWd5vldwKc { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15137;line-height:1.3;letter-spacing:0;top:37.4375rem;left:20.4375rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#kxE4yHcKuLTPbxLZ2FOaLwLuF2KwD6MF { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#fHXrkyTR5PQB29JI9Ee3wLMcviuBupTT { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#UopAtD1I6Gu7czv4nx1fQoZ8xknWavfn { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#E1T7A7MxhVGO0kAZM5I0EHKcEfwkLIBk { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#bCACXx7Z1tUKIdWaeetDRAaeiTTsZlZn { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#bLmyJdUTyWAXVSdnMl1p93Kwu5akCJFt { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#rr8XQ8btcrI3eizSUPmsqHQTCMKiQo2f { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#wn8rtDKgsexFsoPwa7mDnaK8yqWOF9f3 { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#wGsK7BGqJiwA17mBlnse3nXukTuGNDcT { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#hVNhTOGsJh0rwCb8L1qFInTRSssfV96y { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;top:12.0625rem;left:39rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mRgQXFz0CBxRhqhLaUQsNUD274Z39ymI { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.6), rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#CaFlglDoXCw0xFSNnR0qGrpBN95L1q12 { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15019;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/f15758e3-1c03-4d8f-9ce9-afcad706c3b0/1Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.125rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#CaFlglDoXCw0xFSNnR0qGrpBN95L1q12.adaptive-delivery-prevent-bg, #CaFlglDoXCw0xFSNnR0qGrpBN95L1q12.lazyload, #CaFlglDoXCw0xFSNnR0qGrpBN95L1q12.lazyloading { background-image: none; }
#MWqBiPqT2r71VMd9Q8qkpGXe9bGd8sXp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:13.375rem;left:40.375rem;height:2.03125rem;font-style:normal;display:block; }
#zfwMgceoNvbWdxJDoG9BQtuHxQEEBmG3 { 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:15140;opacity:1;top:34.5rem;left:42.5rem; }
#ESZzTiPhc6K2ORPAPk6kKW2BC79v3J3t { color:#111111;display:block;width:6.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15128;line-height:1.3;letter-spacing:0;top:34.6875rem;left:44.6875rem;height:1.2999125rem;display:block; }
#D9yoEsU5savIJKrZwZD13uATJmeHXWIV { 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:15141;opacity:1;top:34.5rem;left:53.125rem; }
#USs1oWDVBwMU0fIr5rZHo3eLL3yyNs4s { color:#111111;display:block;width:5.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15129;line-height:1.3;letter-spacing:0;top:34.6875rem;left:55.25rem;height:1.2999125rem;display:block; }
#K0gdr4o9P7M5GvnDBuASLtKJayHDGGT5 { color:#111111;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15151;line-height:1.3;letter-spacing:0;top:37.0625rem;left:51.8125rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qpdiEfXWkOEKEnVaEvZw25lR1CUBvB9G { 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:15142;opacity:1;top:34.5rem;left:64.1875rem; }
#Ivgz1uSR7Rq0o2DyXF5ym6qeI4phPbem { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:34.6875rem;left:65.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#BPperO5UZWz2O4MUExzm8zwpls3tthKM { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15149;line-height:1.3;letter-spacing:0;top:37.5rem;left:45.5rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#sZvMeFPTKxaOsoTD0WEPBxQu4QVA0n0z { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15150;line-height:1.3;letter-spacing:0;top:37.4375rem;left:60.5rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#poN7SqRV3C1fkX4sciMhZqy9kPMphGtu { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;top:43.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#aCTAaDFH1SnPinoCeH83bSdqp1mDRby7 { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.65), rgba(0,0,0,0));background-size:auto !important;top:43.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15032;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/45fef76f-9202-4fe2-abfb-933176e08a5c/2Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:43.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg.adaptive-delivery-prevent-bg, #vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg.lazyload, #vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg.lazyloading { background-image: none; }
#tJbv11FBnicNCqloeRAkRcRcTTg9v5sK { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:44.375rem;left:1.375rem;height:2.03125rem;font-style:normal;display:block; }
#xGu5VNc2kFUfzXQBsDDXK99zmH05kgVH { 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:15153;opacity:1;top:65.5rem;left:3.5rem; }
#gZ1Sw7d5b7kGGOwtoJL5aTIT8V1vlWnp { color:#111111;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15141;line-height:1.3;letter-spacing:0;top:65.6875rem;left:5.6875rem;height:1.2999125rem;display:block; }
#J7DqEdlA3wKm5LGERVNuu06y1GatFBbe { 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:15154;opacity:1;top:65.5rem;left:14.125rem; }
#TWWmDvFXeh63sIuX1wh1SVwq3zwTguRz { color:#111111;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15142;line-height:1.3;letter-spacing:0;top:65.6875rem;left:16.25rem;height:1.2999125rem;display:block; }
#T5QlnwNMAZnLRJmd6wEWCHh868BaBWOV { 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:65.5rem;left:25.1875rem; }
#Gu4GAs4dzql8zteBW7MX6flhk8NClauy { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:65.6875rem;left:26.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#cukrrU8z0mPxRAAm4ktnPe9asUfLIptc { color:#111111;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:68.0625rem;left:12.9375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#EDKrBAp1oypq0NI7e94a6NPr4KtJpFvU { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15162;line-height:1.3;letter-spacing:0;top:68.5rem;left:6.5625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#SKgOt6POM0S1lU4tenduXynQWuiyAvye { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15163;line-height:1.3;letter-spacing:0;top:68.4375rem;left:21.8125rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#hGumEMXnuN7VGWWGMNT7e3R8B5TWeSyp { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15044;background-color:#ffffff;background-image:none;top:43.0625rem;left:39rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#N6H0375VflxOUlvwU6LW1TmQiWTQOmbP { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-size:auto !important;top:43.0625rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15045;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/fb5636a2-8a05-40d9-8bef-abba079a62e9/3BED.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:43.125rem;left:39rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ.adaptive-delivery-prevent-bg, #IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ.lazyload, #IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ.lazyloading { background-image: none; }
#uQIgNXRXpSpp6wqiqWsxB74SgghTV9UO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:44.375rem;left:40.375rem;height:2.03125rem;font-style:normal;display:block; }
#bfi3cH1N1VzQewbMgQxTMOam2qV6hnan { 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:15166;opacity:1;top:65.5rem;left:42.5rem; }
#usf8DrFE4qNIzrI2zqgIgary1lnlmBNZ { color:#111111;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15154;line-height:1.3;letter-spacing:0;top:65.6875rem;left:44.6875rem;height:1.2999125rem;display:block; }
#Omx2p3ecIabTTy1v2iIXcxTWQ2THMMo6 { 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:15167;opacity:1;top:65.5rem;left:53.125rem; }
#uGJsBOFFyPzhR6T79134EVFhgQ3reU40 { color:#111111;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15155;line-height:1.3;letter-spacing:0;top:65.6875rem;left:55.25rem;height:1.2999125rem;display:block; }
#z7ABNa0odvvwHgThsSvarmQ3PW319tVD { 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:15168;opacity:1;top:65.5rem;left:64.1875rem; }
#kyWuAFizgaqcgNKRtSVs31pTTEWDL4nR { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15156;line-height:1.3;letter-spacing:0;top:65.6875rem;left:65.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#Meb4KwoEgceyKz8CErKqNtnhTH1RMl4P { color:#111111;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15177;line-height:1.3;letter-spacing:0;top:68.0625rem;left:51.9375rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dnPrfbU5gkKVtq28fT8M7M0em84Sxz6K { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15175;line-height:1.3;letter-spacing:0;top:68.5rem;left:45.5625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#pyCoSD3rglHOdnc8hP9rZghc45zFbDW5 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15176;line-height:1.3;letter-spacing:0;top:68.4375rem;left:60.8125rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#hc7STCpmhFqMZF2d3HLq2l71TR6Z8svq { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15057;background-color:#ffffff;background-image:none;top:74.25rem;left:19.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#T5IG085TAoZz7HiqesydGTRIergVITxw { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.69), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.69), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.69), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.69), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#af000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#af000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.69), rgba(0,0,0,0));background-size:auto !important;top:74.25rem;left:19.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
#gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15058;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/034a34e5-a048-46b8-90b9-8b6967dcd7e8/4Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:74.3125rem;left:19.5rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh.adaptive-delivery-prevent-bg, #gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh.lazyload, #gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh.lazyloading { background-image: none; }
#iJ9wvx7OALetCfsntLpbh2IoQQ5XhAtQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:75.5625rem;left:20.875rem;height:2.03125rem;font-style:normal;display:block; }
#RW4O8eRg4rG7A8vLx9lV8SJ8k7gTZNOC { 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:15179;opacity:1;top:96.6875rem;left:23rem; }
#AJqBua7XWszz3Ir54ksIxWre7DtT8hbf { color:#111111;display:block;width:6.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15167;line-height:1.3;letter-spacing:0;top:96.875rem;left:25.1875rem;height:1.2999125rem;display:block; }
#PqKnQEF2snfiuFTp26rcbQTrk5w0uwe3 { 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:15180;opacity:1;top:96.6875rem;left:33.625rem; }
#gzMVIea6zgg23OshAoV41mIVlQqdMEqJ { color:#111111;display:block;width:6.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15168;line-height:1.3;letter-spacing:0;top:96.875rem;left:35.75rem;height:1.2999125rem;display:block; }
#HLs5XpVIXNWLkMFVFXTvzEGQFdStbv9T { 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:15181;opacity:1;top:96.6875rem;left:44.5625rem; }
#T79pKddIiG0LQhmvAhDTP8IBbb8chiky { color:#111111;display:block;width:6.8125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15169;line-height:1.3;letter-spacing:0;top:96.875rem;left:45.5625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#GfDwVC6XW6er4OMPdgmO1CoCBgwLXX5o { color:#111111;display:block;width:8.625rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15190;line-height:1.3;letter-spacing:0;top:99.25rem;left:32.5rem;height:2.03125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gTLUSTT47G1NX9qmBAEG2L4avvTeg16h { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15188;line-height:1.3;letter-spacing:0;top:99.6875rem;left:25.8125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#z2E8HZJFgr1RDMqSI1iaysM88wUU1v16 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15189;line-height:1.3;letter-spacing:0;top:99.625rem;left:41.5625rem;height:1.462675rem;text-align:right;text-align-last:right;display:block; }
#lOmmiFc0CcIN51KJ1RyLFcq76UHIoMDq { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64 { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15006;background-color:#d3d3d3;background-image:none;top:12.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#F2F9AKh9P6uBqqMPgEpqL3Sp9Bh0nI3O { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#GOfq7FEE7uxseTCS0UtePFUs5niuu7vk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.34375rem;height:2.03125rem;font-style:normal;display:none; }
#vtFit1EWyGOKX5yfcu33xWezeSZd2Tgk { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#EOovaxSWyVt7DxFbZiBZHRMZIMVsVw9D { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#em3EyPuT8INiJUhx87aF5pX0ppyTmDG7 { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#v6oVDFWPoTcmSKrVpmmGAhuIlpOytmnA { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#Jl3nNROJzaFEnaUKKvzLJUBiXx6iGz1g { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FXuUEUenw9AHFrMa9mKHuqXeUshZABgZ { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#Ogf1yopSLcEursf9t1DniStto2hgz0aV { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#W1t7xFLD6rpIGbVCeTVszhGvBnCWTtvS { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#JfavtnRZx2ItoX2anZ4c7WexDQ8zzUtl { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#P5LOpo2LWZeqybAgr35SZvOym2wyMmAG { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15006;background-color:#d3d3d3;background-image:none;top:12.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#eEXDR0hpeZZIfeZ41x9D7kdt5pvyPUVN { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#xptwdTLwPTMAFzTChesriTTcDkP6e5IQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.34375rem;height:2.03125rem;font-style:normal;display:none; }
#zAIFBM0GLZ3oi8TFTc0b5dbxDhlyWy6v { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#BPMXpv0Z8uR3OKcThxJPns5FJGFrzaZZ { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#WKaSfNMpXEMscnG3xhdp0x23t5ZdewQa { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#VENzObbeie9p0VO0szCS3MxyhiwRNg4A { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#Ho9XUcACXNUKnko9nABfQhTqSwDdbfxB { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#Tieo3AfJ1PCsBygE8Thl0Xsx0pPyrKd6 { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Qe7oD89cOdNy8M59JXFGT5IlFvvnA5Bs { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#xqmpfZXInbydyc0UF9mzBlLTcNSUaio9 { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#a2y49sF0MgLX0ERJwWOoCefdXouPf3BB { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#waCZDEtpCiSEWTwFqPyyzqVPeLa0Ny1g { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#viy2G20QMx1saFIsUO4nM6lA8GFLICVg { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15006;background-color:#d3d3d3;background-image:none;top:12.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#n4iH6ObuG59wRooucaXI22Q19JFJNBAs { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#tsdxghFOCuoXACigJ2gClQbiNBfHEuW2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.34375rem;height:2.03125rem;font-style:normal;display:none; }
#UJGpiSsUQWHiFnZ6sSUbtAnlfM6oUzT8 { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#avuJbrpty7ZiQECR73dzGzZL5EiMhAid { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#vwHlyhiWvu3l91FG9pi7rh8r5PKBGJkk { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#h9WhcTIST0UMUrJBw3T6NaUaooH9kvOV { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#a1DuQPbZfdppZkTS3OCgI4w3zCxsidNZ { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#yBwqKN10GXLp2vFzV0F0FQZ5qWzTpPEn { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#pKbAFRJNiTQ4Bp1k2xKcaUWmUBBhTceh { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#wmA0UnpKOus0v07Ia9aHpQlu14gySyx8 { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#oIq1q7cqDAT9H5XirOiW7uOJ79SsvxOq { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#vaXZlg9p3WpT9XUzWWwtkgZDMLlwSNb3 { box-sizing:content-box;height:28rem;width:36rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;top:12.0625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:none; }
#ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ { box-sizing:content-box;height:21.125rem;width:36rem;position:absolute;display:block;z-index:15006;background-color:#d3d3d3;background-image:none;top:12.125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#m8CTz6Iym4kegorGIiG0OVeV4GeWQwRD { box-sizing:content-box;height:6rem;width:36rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;top:12.0625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
#Mxb4oOiRFGHOatfL3TAvxZzob87rXaoq { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.375rem;left:1.34375rem;height:2.03125rem;font-style:normal;display:none; }
#PGM9s7T7SscocNTfOGiJLHKi625RCKEv { 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:15086;opacity:1;top:28.875rem;left:0.9375rem;display:none; }
#OnXrbUXUfR5bkT61F7aPqo6iZWlfNxeK { color:#111111;display:block;width:1.375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.9375rem;height:1.2180375rem;display:none; }
#ANR3LTJqQsxHmAHRx6opgBWpLnlz48x6 { 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:15087;opacity:1;top:28.6875rem;left:4.1875rem;display:none; }
#ou32949dHSyBvHTl29q9UnPsZDUsH4Lg { color:#111111;display:block;width:1.3125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:29.125rem;left:6.0625rem;height:1.2180375rem;display:none; }
#unBkCUcBJOGpuLLLGWJJXv3lQvB7TM7C { 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:15088;opacity:1;top:28.8125rem;left:7.4375rem;display:none; }
#MNem78JR9wkmS89ae2F7I4Bo0sQiWAmc { color:#111111;display:block;width:5.625rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:29.12464427948rem;left:8.9985790252688rem;height:1.2180375rem;text-align:right;text-align-last:right;display:none; }
#i2HdLrp65qt8lECO5vSZkSMnHvuQBHVy { color:#111111;display:block;width:7.999rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:27.8125rem;left:15.5625rem;height:1.46218125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TB8ygrcTc3oKzJcbAHGCc7ogP9SPyA2E { color:#b99261;display:block;width:5.811525rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:26.5625rem;left:17.6875rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#h2id4u0K0Fx6vv9JD8cC7p9gV5W16aTE { color:#111111;display:block;width:7.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15099;line-height:1.3;letter-spacing:0;top:29.3125rem;left:16.375rem;height:1.13725rem;text-align:right;text-align-last:right;display:none; }
#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/117fef07-8198-47e8-a154-ea7eac777bf6/INFINITYPOOL3scaled.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn.adaptive-delivery-prevent-bg, #JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn.lazyload, #JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn.lazyloading { background-image: none; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container { background-color: transparent; background-image: none; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container > .video-iframe-container { display: none; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row > .video-iframe-container { display: none; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .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); }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container { border-width: 0; border-radius: 0; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container { font-size:0.875rem;font-family:arial;height:41.1875rem;width:75rem;position:relative;display:block; }#VtvTaaNKxLnOXpFzSmUaMXGTx0nfommf { box-sizing:content-box;height:31.875rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(2,47,63,0.78);background-image:none;top:4.6875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#vXlIQPAgoMMZJLoRauiCDsvGDBWKZPOJ { position:absolute;display:block;z-index:15001;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:11.625rem;width:22.6875rem;top:11.25rem;left:3.5rem;overflow:hidden;display:block; }
#EpuoCxTkZMgiIOQ994N9gJhgWzPWhfk7 { color:#ffffff;display:block;width:22.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:24rem;left:3.375rem;height:6.00260625rem;text-align:left;text-align-last:left;display:block; }
#T0nduZl2GFhNMywgyarNA6EEiaDk5tEq { 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:14rem;width:75rem;display:none; }
#liVmKZTKwTixlxu1WSlw40iiAeJBhnlV { color:#ceb89b;display:block;width:18.4375rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:7.625rem;left:32.25rem;height:2.03125rem;font-style:normal;display:block; }
#aed4BLZtQp1wdPcxaS6ubbfAmtx2KunT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.5rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#yTAHmgMwoyRFnNIMC94uktErhV7mDU9C { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.5rem;left:43.8125rem;height:1.462675rem;font-style:normal;display:block; }
#PZgH9SMosvW58wTAu3XCA9d6tWsM9zMl { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.25rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#DuITnhG1C421Da7ihdo2ktIDTU4cqnTW { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:14.25rem;left:43.8125rem;height:1.462675rem;font-style:normal;display:block; }
#vFSW9bkTsqBDHXhXIaAbz9hBfePLlGF9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.1875rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#Z2qKdJgPn74NNg7WkAIe65u8Eg8IvGbQ { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:43.8125rem;height:2.92535rem;font-style:normal;display:block; }
#McZQWpJNEP6spfsik4vNv2xIOIDgFHi4 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.6875rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#Vkwgbbp1KB8WQrEt0VqHdMoZksOzSO3p { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:43.8125rem;height:2.92535rem;font-style:normal;display:block; }
#exUQvVPZxKCsGI0g46KuIwbWWFKdVCG5 { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.1875rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#s1508eNyWblwuHioFPqPKpf6aCwQgEGs { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:26.1875rem;left:43.8125rem;height:4.388025rem;font-style:normal;display:block; }
#fUyPzl6IrwlDBHhZrOB7aq6pUBxTAUTW { color:#ffffff;display:block;width:10.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:32.0625rem;left:32.25rem;height:1.462675rem;font-style:normal;display:block; }
#uGNGQA7szUZxVLx09pf2zDtqcm38s4q6 { color:#ffffff;display:block;width:27.875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:32.0625rem;left:43.8125rem;height:1.462675rem;font-style:normal;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023a52;background-image:url("https://images.assets-landingi.com/uc/93fa4eb5-5ace-45d3-8acb-d1b94be97a83/bg202.png");background-position:center left !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); }#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); }#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 > .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.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;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:montserrat; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-textarea { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#ffffff;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:montserrat; }
#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:montserrat;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b99261, #755c3e);background-image: -moz-linear-gradient(180deg, #b99261, #755c3e);background-image: -ms-linear-gradient(180deg, #b99261, #755c3e);background-image: -o-linear-gradient(180deg, #b99261, #755c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );";background-image: linear-gradient(180deg, #b99261, #755c3e);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:700;color:#ffffff;width:20.4375rem;height:3rem;font-family:montserrat;overflow:hidden;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:montserrat;font-size:0.875rem;font-weight:300;font-style:normal; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:montserrat;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:montserrat;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;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:montserrat;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(0,0,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:1.8109893798828rem;left:47.967668533325rem; }
#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:montserrat;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;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(0,0,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:1.8109893798828rem;left:47.967668533325rem; }
#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; }
#BNaZxCnAQRFqcqPRI5odCKdBNQMWKCId { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#ffffff;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.949575rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:8.125rem;left:5.125rem;height:8.125rem;font-style:normal;display:block; }
#GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { color:#b99261;display:block;width:27.3125rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:18.375rem;left:5.125rem;height:5.9982625rem;font-style:normal;display:block; }
#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { background-color: transparent; background-image: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container > .video-iframe-container { display: none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { display: block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .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); }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { border-width: 0; border-radius: 0; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { font-size:0.875rem;font-family:arial;height:40.625rem;width:75rem;position:relative;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { position:relative;display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.16));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.16));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.16));background-image: -o-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.16));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#28b99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#28b99261' );";background-image: linear-gradient(180deg, #ffffff, rgba(185,146,97,0.16));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; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { background-color: transparent; background-image: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container > .video-iframe-container { display: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row > .video-iframe-container { display: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .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); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { border-width: 0; border-radius: 0; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { font-size:0.875rem;font-family:arial;height:70.625rem;width:75rem;position:relative;display:block; }#UNES8BHzyxaEwVg5ZouohVcfdTNidyNH { color:#022f3f;display:block;width:18.2493125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.75rem;left:28.374465942382rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AG737eGqpThohXSDNkoyTppwKoaDXoJU { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/4c066d7d-1cf9-4c7a-9c6e-8e3173c78bef/POOLGARDEN2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.625rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AG737eGqpThohXSDNkoyTppwKoaDXoJU.adaptive-delivery-prevent-bg, #AG737eGqpThohXSDNkoyTppwKoaDXoJU.lazyload, #AG737eGqpThohXSDNkoyTppwKoaDXoJU.lazyloading { background-image: none; }
#dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2 { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/aa333535-fbb9-4998-b5e6-6dbd8e550354/LobbyLowzone3.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.625rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.adaptive-delivery-prevent-bg, #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.lazyload, #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.lazyloading { background-image: none; }
#HU6ekgXtylotLu9NqHgp243TpqbHU4k0 { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/860dc9f8-36c1-48b6-b5b1-5cf1fbdf6087/KidsClub2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:10.625rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HU6ekgXtylotLu9NqHgp243TpqbHU4k0.adaptive-delivery-prevent-bg, #HU6ekgXtylotLu9NqHgp243TpqbHU4k0.lazyload, #HU6ekgXtylotLu9NqHgp243TpqbHU4k0.lazyloading { background-image: none; }
#DBvHqHo4FWxMti6J1KySGQU3akGVEW7K { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8dfc375-7966-48b7-95a5-c68fe740e39d/SkyGym2.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.3125rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.adaptive-delivery-prevent-bg, #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.lazyload, #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.lazyloading { background-image: none; }
#PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f8c4c506-9f02-47cb-8733-fa41bfac1e04/SkyLibrary2.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.3125rem;left:25.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.adaptive-delivery-prevent-bg, #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.lazyload, #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.lazyloading { background-image: none; }
#HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1 { box-sizing:content-box;height:13.75rem;width:24.375rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f9d52f57-d865-42cc-a8aa-dcccf13db39a/SkyLounge2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:25.3125rem;left:50.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.adaptive-delivery-prevent-bg, #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.lazyload, #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.lazyloading { background-image: none; }
#nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15073;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81644cfb-ce30-43ab-ba38-5c15dcb4514c/202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.5rem;left:2.3125rem;display:block; }#nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx.adaptive-delivery-prevent-bg, #nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx.lazyload, #nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx.lazyloading { background-image: none; }
#gRI3MBZirE6ISVFItAaxPACJo9eySNsT { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:42.625rem;left:6.6875rem;height:1.2999125rem;display:block; }
#DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15075;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5fbed34d-cf0f-40f8-84e2-2f90e1061e9a/2002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.75rem;left:2.3125rem;display:block; }#DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn.adaptive-delivery-prevent-bg, #DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn.lazyload, #DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn.lazyloading { background-image: none; }
#cNliQNmisudR3eP3lWtHgsV1aqxVP5sm { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:46.875rem;left:6.75rem;height:1.2999125rem;display:block; }
#JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15075;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad160986-e78e-4d7b-b4b4-e095f548ab79/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.5rem;left:28.75rem;display:block; }#JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40.adaptive-delivery-prevent-bg, #JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40.lazyload, #JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40.lazyloading { background-image: none; }
#wypIgFZqK5yFtI83r9syCdMM1Ryg6tDU { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:42.625rem;left:33.125rem;height:1.2999125rem;display:block; }
#qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d2da5f5-dfb2-4198-a990-20895e3fabdc/202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.9375rem;left:2.3125rem;display:block; }#qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn.adaptive-delivery-prevent-bg, #qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn.lazyload, #qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn.lazyloading { background-image: none; }
#hIU6vq3y8sxcdGITEUQTVOmRfRrVG1dI { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:51.0625rem;left:6.75rem;height:1.2999125rem;display:block; }
#AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e01467eb-591b-4fae-b4e8-6cced4fb39c8/502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.125rem;left:2.3125rem;display:block; }#AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB.adaptive-delivery-prevent-bg, #AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB.lazyload, #AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB.lazyloading { background-image: none; }
#mEhzhd3bAQ2yd8aVIiMvJCrzTbuEldHG { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:55.25rem;left:6.75rem;height:1.2999125rem;display:block; }
#kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42ef9e40-9b80-46cc-83a2-5d6cf32be1fa/402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.3125rem;left:2.3125rem;display:block; }#kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1.adaptive-delivery-prevent-bg, #kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1.lazyload, #kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1.lazyloading { background-image: none; }
#d4rhX7NASxKLXRLibd3802wtzoueMbMi { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:59.4375rem;left:6.75rem;height:1.2999125rem;display:block; }
#tslmVrglRgINRI37zcDrGtr9lp6rhobu { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2eb69cb-77f5-4e00-a707-569f98e263d9/1202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.75rem;left:28.75rem;display:block; }#tslmVrglRgINRI37zcDrGtr9lp6rhobu.adaptive-delivery-prevent-bg, #tslmVrglRgINRI37zcDrGtr9lp6rhobu.lazyload, #tslmVrglRgINRI37zcDrGtr9lp6rhobu.lazyloading { background-image: none; }
#Hylc0uK2WO9JGI1aa2VqwfocA50NpkeB { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:46.875rem;left:33.125rem;height:1.2999125rem;display:block; }
#e8kShq5nOiuecbucvVOLKk2N2v8Hec4M { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83652cbb-f86d-4da3-8ac6-c272dc9b9b05/1902.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.9375rem;left:28.75rem;display:block; }#e8kShq5nOiuecbucvVOLKk2N2v8Hec4M.adaptive-delivery-prevent-bg, #e8kShq5nOiuecbucvVOLKk2N2v8Hec4M.lazyload, #e8kShq5nOiuecbucvVOLKk2N2v8Hec4M.lazyloading { background-image: none; }
#zPp3obVgzKgbTEgNZ9RsPhAJL8rWwkLf { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:51.0625rem;left:33.125rem;height:1.2999125rem;display:block; }
#rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7267aaab-f419-4862-b994-f313064ce38b/302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.125rem;left:28.75rem;display:block; }#rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf.adaptive-delivery-prevent-bg, #rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf.lazyload, #rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf.lazyloading { background-image: none; }
#Cw2S0Tfb8iak0IOugPyBg2VShQmQ378n { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:55.25rem;left:33.125rem;height:1.2999125rem;display:block; }
#x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15083;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/006bedd0-f4f5-4bf7-82db-d7b109c24cae/1602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.3125rem;left:28.75rem;display:block; }#x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa.adaptive-delivery-prevent-bg, #x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa.lazyload, #x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa.lazyloading { background-image: none; }
#mtGFcxDhsM0Z4TIe2Uf4HblM46SagunH { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:59.4375rem;left:33.125rem;height:1.2999125rem;display:block; }
#BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15083;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a94e0b6-ae4f-41ca-877d-0ed5b0768c53/1402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62.5625rem;left:2.3125rem;display:block; }#BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR.adaptive-delivery-prevent-bg, #BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR.lazyload, #BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR.lazyloading { background-image: none; }
#EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6feff20-fa28-464f-9fa9-984c9426584c/1002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62.5625rem;left:28.75rem;display:block; }#EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS.adaptive-delivery-prevent-bg, #EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS.lazyload, #EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS.lazyloading { background-image: none; }
#BmiLX1dRT41UnEe5pltVa0xIu8ezI3U6 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:63.6875rem;left:6.75rem;height:1.2999125rem;display:block; }
#LrLJVSU5HMEtfIzcxrfvqrZKQkbH8pO0 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:63.6875rem;left:33.125rem;height:1.2999125rem;display:block; }
#CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15077;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:41.5rem;left:55.1875rem;display:block; }#CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp.adaptive-delivery-prevent-bg, #CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp.lazyload, #CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp.lazyloading { background-image: none; }
#wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15079;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8e9b9b8-3efa-47a4-acb5-59c699c9962e/1802.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:45.75rem;left:55.1875rem;display:block; }#wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ.adaptive-delivery-prevent-bg, #wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ.lazyload, #wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ.lazyloading { background-image: none; }
#p787FtqTyfCL2TFSeWs4MHhCy77RDiia { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15081;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9a41516-182c-4509-94bf-30b00179b9dd/402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:49.9375rem;left:55.1875rem;display:block; }#p787FtqTyfCL2TFSeWs4MHhCy77RDiia.adaptive-delivery-prevent-bg, #p787FtqTyfCL2TFSeWs4MHhCy77RDiia.lazyload, #p787FtqTyfCL2TFSeWs4MHhCy77RDiia.lazyloading { background-image: none; }
#e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15083;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c823dbd-16a9-4105-b81c-d2e2d422cc29/1302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:54.125rem;left:55.1875rem;display:block; }#e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm.adaptive-delivery-prevent-bg, #e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm.lazyload, #e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm.lazyloading { background-image: none; }
#uMGqN24nypAWokMaJ0619zvS71rUAZLA { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15085;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19039611-e4b0-4bb0-bff1-719d3b05669a/1102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:58.3125rem;left:55.1875rem;display:block; }#uMGqN24nypAWokMaJ0619zvS71rUAZLA.adaptive-delivery-prevent-bg, #uMGqN24nypAWokMaJ0619zvS71rUAZLA.lazyload, #uMGqN24nypAWokMaJ0619zvS71rUAZLA.lazyloading { background-image: none; }
#J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15087;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fec18e64-242b-4e79-8332-0d340cc6d491/1502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:62.5625rem;left:55.1875rem;display:block; }#J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD.adaptive-delivery-prevent-bg, #J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD.lazyload, #J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD.lazyloading { background-image: none; }
#WLWi5C2vDHOalMBHZgJm3wdb2gvefPzD { color:#000000;display:block;width:9.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15078;line-height:1.3;letter-spacing:0;top:42.625rem;left:59.5625rem;height:1.2999125rem;display:block; }
#lTva2yKdrwH13KWgHtaVnnbqQBnT8WTS { color:#000000;display:block;width:9.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15080;line-height:1.3;letter-spacing:0;top:46.875rem;left:59.5625rem;height:1.2999125rem;display:block; }
#L6y804acopXpn3VT8VNxlTUruBq56zEH { color:#000000;display:block;width:12.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15082;line-height:1.3;letter-spacing:0;top:51.0625rem;left:59.5625rem;height:1.2999125rem;display:block; }
#VObf7BVFfJa8KMgAKo27k3CwBU874KTD { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15084;line-height:1.3;letter-spacing:0;top:55.25rem;left:59.5625rem;height:1.2999125rem;display:block; }
#J7nfJAtWwLyqHvepXphF2vp1xmOBf4cb { color:#000000;display:block;width:10.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15086;line-height:1.3;letter-spacing:0;top:59.4375rem;left:59.5625rem;height:1.2999125rem;display:block; }
#DmyTEcxVUXD2R4dTTfPriCqMD0yChMT4 { color:#000000;display:block;width:13.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15088;line-height:1.3;letter-spacing:0;top:63.6875rem;left:59.5625rem;height:1.2999125rem;display:block; }
#vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.adaptive-delivery-prevent-bg, #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.lazyload, #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.lazyloading { background-image: none; }
#BvGUaE4DpDnWpu7HJZLPxJZNf7l4oCtk { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.adaptive-delivery-prevent-bg, #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.lazyload, #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.lazyloading { background-image: none; }
#s54DHHD2rvGoTmSu8oahTr3xggTCNtJ5 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.adaptive-delivery-prevent-bg, #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.lazyload, #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.lazyloading { background-image: none; }
#JDOwo8D9CX98SlnbQASwrdrex3ZkKEZn { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.adaptive-delivery-prevent-bg, #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.lazyload, #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.lazyloading { background-image: none; }
#rycJF8wPHTTI0LWogyIoJP7IW4Tirm8x { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.adaptive-delivery-prevent-bg, #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.lazyload, #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.lazyloading { background-image: none; }
#S1b4J0N7KdwKZnncWtTVQdtXQJaFKfWP { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.adaptive-delivery-prevent-bg, #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.lazyload, #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.lazyloading { background-image: none; }
#A5H8XVDhoTGV5gVNkoz39ltN0wl5Hcw4 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.adaptive-delivery-prevent-bg, #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.lazyload, #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.lazyloading { background-image: none; }
#cnLKTDBdssvAK0M1TnT3TLcTKiTV3T3A { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.adaptive-delivery-prevent-bg, #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.lazyload, #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.lazyloading { background-image: none; }
#ciRXsqwBDKLAow6mPzbxHtVZCMASvpte { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.adaptive-delivery-prevent-bg, #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.lazyload, #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.lazyloading { background-image: none; }
#bPuhkRAIUKBU3dfCtTMqnpCMw9T3wSN5 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#PTuUzswH5KtJk4yC9kbbbbfC1VHosemh { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.adaptive-delivery-prevent-bg, #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.lazyload, #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.lazyloading { background-image: none; }
#n9P9naOZtvupUzhtU9qsS7p7xyePZTQh { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.adaptive-delivery-prevent-bg, #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.lazyload, #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.lazyloading { background-image: none; }
#iREUZQ12xeGtoodSsKwIwZtGhsNGO0vF { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#hkyGPsHinNQnVMJEuiaTesmin8d3heS1 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#hkyGPsHinNQnVMJEuiaTesmin8d3heS1.adaptive-delivery-prevent-bg, #hkyGPsHinNQnVMJEuiaTesmin8d3heS1.lazyload, #hkyGPsHinNQnVMJEuiaTesmin8d3heS1.lazyloading { background-image: none; }
#NZxLeryQxDSLU9c8sXaUI9LdpInd6w5f { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.adaptive-delivery-prevent-bg, #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.lazyload, #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.lazyloading { background-image: none; }
#UoVMO0LGz6ZDurxoOgQqAFBnCBqQoAFl { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.adaptive-delivery-prevent-bg, #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.lazyload, #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.lazyloading { background-image: none; }
#LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.adaptive-delivery-prevent-bg, #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.lazyload, #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.lazyloading { background-image: none; }
#dsUgziR11oCkFE4zOWBeK6uwN2hi2aSg { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#bwWm57XxhChJUAIw4o0DZ029VoMstoLk { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.adaptive-delivery-prevent-bg, #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.lazyload, #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.lazyloading { background-image: none; }
#qR5QGwIsGrTQ918hkQA72c44cBrIDGKK { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.adaptive-delivery-prevent-bg, #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.lazyload, #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.lazyloading { background-image: none; }
#ey3RM2uFa81TsAfF8VINbTHXimxRJABm { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#Fw6CTZMkh9LsP7o5Klz3O7A1vTrrvhXD { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2 { box-sizing:content-box;height:3.5625rem;width:3.5625rem;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:15033;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:46.25rem;left:0rem;display:none; }#ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.adaptive-delivery-prevent-bg, #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.lazyload, #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.lazyloading { background-image: none; }
#hxGZoKtPTLqZCW4tgnLGe9rlew8TCJQO { color:#000000;display:block;width:17.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:47.380859375rem;left:4.40625rem;height:1.29980625rem;display:none; }
#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#023a52;background-image:url("https://images.assets-landingi.com/uc/24fb9d44-6047-45ff-9c60-4b6d0ef81675/bg302.png");background-position:bottom 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; }#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 > .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:55.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; }
#kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b99261, #755c3e);background-image: -moz-linear-gradient(180deg, #b99261, #755c3e);background-image: -ms-linear-gradient(180deg, #b99261, #755c3e);background-image: -o-linear-gradient(180deg, #b99261, #755c3e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b99261', endColorstr='#755c3e' );";background-image: linear-gradient(180deg, #b99261, #755c3e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.125rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:47.1875rem;left:25.9375rem;display:block; }
#P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aMpoEle9HrNWC09WRJy5eDnlME9QEsg3 { color:#ceb89b;display:block;width:18.2480625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:400;z-index:15106;line-height:1.3;letter-spacing:0;top:11.5625rem;left:43.75rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eXeQAvs93TlqwgwnLTdT3GpiBRWsKOOX { color:#022f3f;display:block;width:31.25rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:19.1875rem;left:43.75rem;height:5.36133125rem;font-style:normal;display:block; }
#V0KrBqkh3QVmysTPcUw5vNoTK9g1qQTR { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#oGOgQFkvfiJBNgawxS2WhQ7CgITipGmw { color:#000000;display:block;width:29.6875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15104;line-height:1.5;letter-spacing:0;top:26.0625rem;left:43.75rem;height:4.50195rem;display:block; }
#gFNDHICEznh3K6RQdwN1EwXayEZGdRpt { color:#000000;display:block;width:30rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15105;line-height:1.5;letter-spacing:0;top:32.25rem;left:43.75rem;height:4.50195rem;display:block; }
#X5cekcMtrH5tAfs21k9HFWBIBZX88yov { box-sizing:content-box;height:36.8125rem;width:75rem;position:absolute;display:block;z-index:15101;background-color:#ffffff;background-image:none;top:5.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#qxXNSFES5E9ZMXfOuX3ASwzrfwXJuz1e { position:absolute;display:block;z-index:15102;height:33.9375rem;width:40.1875rem;top:7.3125rem;left:1.3125rem;display:block; }
#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:#ffffff;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:#999999;display:block;width:30.5rem;position:absolute;font-family:montserrat;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.13606875rem;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:22.0625rem;left:2.125rem;width:9.5rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:21.1875rem;height:3.5rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:21.5625rem;left:0rem;width:29.5625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:22.625rem;left:0rem;width:9.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { top:22.5rem;left:10.5rem;width:9.0625rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5cv2vvUuHWSTBaTHtzCgRswZTltOmGA { top:9.625rem;left:0rem;width:17.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km5HAGe0uRO9iS0RJaTeyrZKt5RGxMX4 { top:18.0625rem;left:0rem;width:43.625rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD { display:block; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { top:3.8125rem;left:9.875rem;width:27.9375rem;height:4.0625rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAKe4TfKmuT1mSWNkwL11NRFa5tyRQ74 { top:12.0625rem;left:0rem;width:36rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O { top:12.125rem;left:0rem;width:36rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUnwGmBwobc0k3OzWsXW8QbEvizXumzF { top:12.0625rem;left:0rem;width:36rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJdofv3zmyJ1J1kaw63cCbLUroWnTlyM { top:13.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQo6fHnPJFTy05b4PPgrWaRFnzm72MXX { top:34.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQaSCb8tUMTKCwi5g6yN6LlltcE4ah09 { top:34.6875rem;left:0rem;width:6.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUJuagMKtRq4i7hXlggbCLxBlbJ6PGt4 { top:34.5rem;left:0.4375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q77XJRc86VvUpH0NO5hRlXg2kp6I0DQV { top:34.6875rem;left:2.5625rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zM15pCtpiZ0J7AVbGqf7bgFxkQ1dK3Tt { top:34.5rem;left:11.625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEAOsu5muDCIl9U6JLmg44CRUxVv6d3A { top:34.6875rem;left:12.375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAM1nHahKXesBtzF3V86FVNN8OS8pJGo { top:37.0625rem;left:0rem;width:7.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adgEf0PcwbGNSXsTXxbKbQZQ9dM1O7Qx { top:37.5rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbWWHO44c6hPT6WLG9Uy7ZoWd5vldwKc { top:37.4375rem;left:6.8125rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxE4yHcKuLTPbxLZ2FOaLwLuF2KwD6MF { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fHXrkyTR5PQB29JI9Ee3wLMcviuBupTT { top:20.4375rem;left:0rem;width:1.25rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UopAtD1I6Gu7czv4nx1fQoZ8xknWavfn { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1T7A7MxhVGO0kAZM5I0EHKcEfwkLIBk { top:18.875rem;left:0rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCACXx7Z1tUKIdWaeetDRAaeiTTsZlZn { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLmyJdUTyWAXVSdnMl1p93Kwu5akCJFt { top:20.5rem;left:0rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rr8XQ8btcrI3eizSUPmsqHQTCMKiQo2f { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wn8rtDKgsexFsoPwa7mDnaK8yqWOF9f3 { top:19.1875rem;left:0rem;width:7.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wGsK7BGqJiwA17mBlnse3nXukTuGNDcT { top:20.5rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVNhTOGsJh0rwCb8L1qFInTRSssfV96y { top:12.0625rem;left:11.75rem;width:36rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #mRgQXFz0CBxRhqhLaUQsNUD274Z39ymI { top:12.0625rem;left:11.75rem;width:36rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaFlglDoXCw0xFSNnR0qGrpBN95L1q12 { top:12.125rem;left:11.75rem;width:36rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWqBiPqT2r71VMd9Q8qkpGXe9bGd8sXp { top:13.375rem;left:26.75rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zfwMgceoNvbWdxJDoG9BQtuHxQEEBmG3 { top:34.5rem;left:28.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESZzTiPhc6K2ORPAPk6kKW2BC79v3J3t { top:34.6875rem;left:31.0625rem;width:6.0625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9yoEsU5savIJKrZwZD13uATJmeHXWIV { top:34.5rem;left:39.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USs1oWDVBwMU0fIr5rZHo3eLL3yyNs4s { top:34.6875rem;left:41.625rem;width:5.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0gdr4o9P7M5GvnDBuASLtKJayHDGGT5 { top:37.0625rem;left:38.1875rem;width:8.625rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpdiEfXWkOEKEnVaEvZw25lR1CUBvB9G { top:34.5rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ivgz1uSR7Rq0o2DyXF5ym6qeI4phPbem { top:34.6875rem;left:40.9375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPperO5UZWz2O4MUExzm8zwpls3tthKM { top:37.5rem;left:31.875rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZvMeFPTKxaOsoTD0WEPBxQu4QVA0n0z { top:37.4375rem;left:40.625rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #poN7SqRV3C1fkX4sciMhZqy9kPMphGtu { top:43.0625rem;left:0rem;width:36rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCTAaDFH1SnPinoCeH83bSdqp1mDRby7 { top:43.0625rem;left:0rem;width:36rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg { top:43.125rem;left:0rem;width:36rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJbv11FBnicNCqloeRAkRcRcTTg9v5sK { top:44.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGu5VNc2kFUfzXQBsDDXK99zmH05kgVH { top:65.5rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ1Sw7d5b7kGGOwtoJL5aTIT8V1vlWnp { top:65.6875rem;left:0rem;width:6.5rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7DqEdlA3wKm5LGERVNuu06y1GatFBbe { top:65.5rem;left:0.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWWmDvFXeh63sIuX1wh1SVwq3zwTguRz { top:65.6875rem;left:2.625rem;width:6.6875rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5QlnwNMAZnLRJmd6wEWCHh868BaBWOV { top:65.5rem;left:11.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu4GAs4dzql8zteBW7MX6flhk8NClauy { top:65.6875rem;left:12.4375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cukrrU8z0mPxRAAm4ktnPe9asUfLIptc { top:68.0625rem;left:0rem;width:8.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDKrBAp1oypq0NI7e94a6NPr4KtJpFvU { top:68.5rem;left:0rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKgOt6POM0S1lU4tenduXynQWuiyAvye { top:68.4375rem;left:8.1875rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGumEMXnuN7VGWWGMNT7e3R8B5TWeSyp { top:43.0625rem;left:11.75rem;width:36rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6H0375VflxOUlvwU6LW1TmQiWTQOmbP { top:43.0625rem;left:11.75rem;width:36rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ { top:43.125rem;left:11.75rem;width:36rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQIgNXRXpSpp6wqiqWsxB74SgghTV9UO { top:44.375rem;left:26.75rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfi3cH1N1VzQewbMgQxTMOam2qV6hnan { top:65.5rem;left:28.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #usf8DrFE4qNIzrI2zqgIgary1lnlmBNZ { top:65.6875rem;left:31.0625rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Omx2p3ecIabTTy1v2iIXcxTWQ2THMMo6 { top:65.5rem;left:39.5rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGJsBOFFyPzhR6T79134EVFhgQ3reU40 { top:65.6875rem;left:41.0625rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ABNa0odvvwHgThsSvarmQ3PW319tVD { top:65.5rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kyWuAFizgaqcgNKRtSVs31pTTEWDL4nR { top:65.6875rem;left:40.9375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Meb4KwoEgceyKz8CErKqNtnhTH1RMl4P { top:68.0625rem;left:38.3125rem;width:8.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnPrfbU5gkKVtq28fT8M7M0em84Sxz6K { top:68.5rem;left:31.9375rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyCoSD3rglHOdnc8hP9rZghc45zFbDW5 { top:68.4375rem;left:40.625rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc7STCpmhFqMZF2d3HLq2l71TR6Z8svq { top:74.25rem;left:5.875rem;width:36rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5IG085TAoZz7HiqesydGTRIergVITxw { top:74.25rem;left:5.875rem;width:36rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh { top:74.3125rem;left:5.875rem;width:36rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ9wvx7OALetCfsntLpbh2IoQQ5XhAtQ { top:75.5625rem;left:7.25rem;width:12.5rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RW4O8eRg4rG7A8vLx9lV8SJ8k7gTZNOC { top:96.6875rem;left:9.375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJqBua7XWszz3Ir54ksIxWre7DtT8hbf { top:96.875rem;left:11.5625rem;width:6.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKnQEF2snfiuFTp26rcbQTrk5w0uwe3 { top:96.6875rem;left:20rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzMVIea6zgg23OshAoV41mIVlQqdMEqJ { top:96.875rem;left:22.125rem;width:6.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLs5XpVIXNWLkMFVFXTvzEGQFdStbv9T { top:96.6875rem;left:30.9375rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T79pKddIiG0LQhmvAhDTP8IBbb8chiky { top:96.875rem;left:31.9375rem;width:6.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfDwVC6XW6er4OMPdgmO1CoCBgwLXX5o { top:99.25rem;left:18.875rem;width:8.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTLUSTT47G1NX9qmBAEG2L4avvTeg16h { top:99.6875rem;left:12.1875rem;width:5.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2E8HZJFgr1RDMqSI1iaysM88wUU1v16 { top:99.625rem;left:27.9375rem;width:7.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOmmiFc0CcIN51KJ1RyLFcq76UHIoMDq { top:12.0625rem;left:0rem;width:36rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64 { top:12.125rem;left:0rem;width:36rem;height:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2F9AKh9P6uBqqMPgEpqL3Sp9Bh0nI3O { top:12.0625rem;left:0rem;width:36rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #GOfq7FEE7uxseTCS0UtePFUs5niuu7vk { top:25.5625rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtFit1EWyGOKX5yfcu33xWezeSZd2Tgk { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOovaxSWyVt7DxFbZiBZHRMZIMVsVw9D { top:39rem;left:0rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #em3EyPuT8INiJUhx87aF5pX0ppyTmDG7 { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v6oVDFWPoTcmSKrVpmmGAhuIlpOytmnA { top:39rem;left:0rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jl3nNROJzaFEnaUKKvzLJUBiXx6iGz1g { top:41.1875rem;left:0rem;width:5.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FXuUEUenw9AHFrMa9mKHuqXeUshZABgZ { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ogf1yopSLcEursf9t1DniStto2hgz0aV { top:41.25rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #W1t7xFLD6rpIGbVCeTVszhGvBnCWTtvS { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JfavtnRZx2ItoX2anZ4c7WexDQ8zzUtl { top:39.125rem;left:0.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P5LOpo2LWZeqybAgr35SZvOym2wyMmAG { top:12.0625rem;left:0rem;width:36rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e { top:12.125rem;left:0rem;width:36rem;height:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eEXDR0hpeZZIfeZ41x9D7kdt5pvyPUVN { top:12.0625rem;left:0rem;width:36rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #xptwdTLwPTMAFzTChesriTTcDkP6e5IQ { top:45.625rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAIFBM0GLZ3oi8TFTc0b5dbxDhlyWy6v { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPMXpv0Z8uR3OKcThxJPns5FJGFrzaZZ { top:59.1875rem;left:0rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WKaSfNMpXEMscnG3xhdp0x23t5ZdewQa { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VENzObbeie9p0VO0szCS3MxyhiwRNg4A { top:59.1875rem;left:0rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ho9XUcACXNUKnko9nABfQhTqSwDdbfxB { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tieo3AfJ1PCsBygE8Thl0Xsx0pPyrKd6 { top:61.25rem;left:0rem;width:5.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qe7oD89cOdNy8M59JXFGT5IlFvvnA5Bs { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xqmpfZXInbydyc0UF9mzBlLTcNSUaio9 { top:61.3125rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2y49sF0MgLX0ERJwWOoCefdXouPf3BB { top:59.1875rem;left:0.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #waCZDEtpCiSEWTwFqPyyzqVPeLa0Ny1g { top:12.0625rem;left:0rem;width:36rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #viy2G20QMx1saFIsUO4nM6lA8GFLICVg { top:12.125rem;left:0rem;width:36rem;height:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4iH6ObuG59wRooucaXI22Q19JFJNBAs { top:12.0625rem;left:0rem;width:36rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #tsdxghFOCuoXACigJ2gClQbiNBfHEuW2 { top:65.9375rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UJGpiSsUQWHiFnZ6sSUbtAnlfM6oUzT8 { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #avuJbrpty7ZiQECR73dzGzZL5EiMhAid { top:79.5rem;left:0rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwHlyhiWvu3l91FG9pi7rh8r5PKBGJkk { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9WhcTIST0UMUrJBw3T6NaUaooH9kvOV { top:79.5rem;left:0rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1DuQPbZfdppZkTS3OCgI4w3zCxsidNZ { top:81.5625rem;left:0rem;width:5.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBwqKN10GXLp2vFzV0F0FQZ5qWzTpPEn { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #pKbAFRJNiTQ4Bp1k2xKcaUWmUBBhTceh { top:81.625rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wmA0UnpKOus0v07Ia9aHpQlu14gySyx8 { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oIq1q7cqDAT9H5XirOiW7uOJ79SsvxOq { top:79.5rem;left:0.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaXZlg9p3WpT9XUzWWwtkgZDMLlwSNb3 { top:12.0625rem;left:0rem;width:36rem;height:28rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ { top:12.125rem;left:0rem;width:36rem;height:21.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m8CTz6Iym4kegorGIiG0OVeV4GeWQwRD { top:12.0625rem;left:0rem;width:36rem;height:6rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mxb4oOiRFGHOatfL3TAvxZzob87rXaoq { top:86.25rem;left:0rem;width:12.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PGM9s7T7SscocNTfOGiJLHKi625RCKEv { top:28.875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #OnXrbUXUfR5bkT61F7aPqo6iZWlfNxeK { top:99.8125rem;left:0rem;width:3.1875rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANR3LTJqQsxHmAHRx6opgBWpLnlz48x6 { top:28.6875rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ou32949dHSyBvHTl29q9UnPsZDUsH4Lg { top:99.8125rem;left:0rem;width:4.0625rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #unBkCUcBJOGpuLLLGWJJXv3lQvB7TM7C { top:28.8125rem;left:0rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNem78JR9wkmS89ae2F7I4Bo0sQiWAmc { top:99.8125rem;left:0.4375rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #i2HdLrp65qt8lECO5vSZkSMnHvuQBHVy { top:101.875rem;left:0rem;width:5.875rem;height:1.25rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TB8ygrcTc3oKzJcbAHGCc7ogP9SPyA2E { top:26.5625rem;left:4.0625rem;width:5.75rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h2id4u0K0Fx6vv9JD8cC7p9gV5W16aTE { top:101.9375rem;left:0rem;width:7rem;height:1.125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn { display:block; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtvTaaNKxLnOXpFzSmUaMXGTx0nfommf { top:4.6875rem;left:0rem;width:47.75rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlIQPAgoMMZJLoRauiCDsvGDBWKZPOJ { top:11.25rem;left:0rem;width:22.6875rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpuoCxTkZMgiIOQ994N9gJhgWzPWhfk7 { top:24rem;left:0rem;width:22.9375rem;height:6rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0nduZl2GFhNMywgyarNA6EEiaDk5tEq { width:47.75rem;height:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #liVmKZTKwTixlxu1WSlw40iiAeJBhnlV { top:7.625rem;left:18.625rem;width:18.4375rem;height:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aed4BLZtQp1wdPcxaS6ubbfAmtx2KunT { top:11.5rem;left:18.625rem;width:12.5rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAHmgMwoyRFnNIMC94uktErhV7mDU9C { top:11.5rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgH9SMosvW58wTAu3XCA9d6tWsM9zMl { top:14.25rem;left:18.625rem;width:12.5rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuITnhG1C421Da7ihdo2ktIDTU4cqnTW { top:14.25rem;left:24.9375rem;width:22.8125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFSW9bkTsqBDHXhXIaAbz9hBfePLlGF9 { top:17.1875rem;left:18.625rem;width:12.5rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qKdJgPn74NNg7WkAIe65u8Eg8IvGbQ { top:17.25rem;left:19.875rem;width:27.875rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZQWpJNEP6spfsik4vNv2xIOIDgFHi4 { top:21.6875rem;left:18.625rem;width:12.5rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkwgbbp1KB8WQrEt0VqHdMoZksOzSO3p { top:21.6875rem;left:19.875rem;width:27.875rem;height:2.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUQvVPZxKCsGI0g46KuIwbWWFKdVCG5 { top:26.1875rem;left:18.625rem;width:10.8125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1508eNyWblwuHioFPqPKpf6aCwQgEGs { top:26.1875rem;left:19.875rem;width:27.875rem;height:4.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUyPzl6IrwlDBHhZrOB7aq6pUBxTAUTW { top:32.0625rem;left:18.625rem;width:10.8125rem;height:1.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNGQA7szUZxVLx09pf2zDtqcm38s4q6 { top:32.0625rem;left:19.875rem;width:27.875rem;height:1.4375rem;font-size:0.625rem;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:1.75rem;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:1.75rem;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) { #BNaZxCnAQRFqcqPRI5odCKdBNQMWKCId { 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.125rem;left:0rem;width:28.75rem;height:8.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { top:18.375rem;left:0rem;width:27.3125rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:block; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { display:none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { display:none; }
 }@media only screen and (max-width: 763px) { #DXXlpc2phFGp30Op1TDgwuZIu60XqoeI { display:block; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNES8BHzyxaEwVg5ZouohVcfdTNidyNH { top:3.75rem;left:14.749465942382rem;width:18.1875rem;height:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG737eGqpThohXSDNkoyTppwKoaDXoJU { top:10.625rem;left:23.375rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2 { top:10.625rem;left:0rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HU6ekgXtylotLu9NqHgp243TpqbHU4k0 { top:10.625rem;left:11.6875rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K { top:25.3125rem;left:0rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD { top:25.3125rem;left:11.6875rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1 { top:25.3125rem;left:23.375rem;width:24.375rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx { top:41.5rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRI3MBZirE6ISVFItAaxPACJo9eySNsT { top:42.625rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn { top:45.75rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNliQNmisudR3eP3lWtHgsV1aqxVP5sm { top:46.875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40 { top:41.5rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wypIgFZqK5yFtI83r9syCdMM1Ryg6tDU { top:42.625rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn { top:49.9375rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hIU6vq3y8sxcdGITEUQTVOmRfRrVG1dI { top:51.0625rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB { top:54.125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEhzhd3bAQ2yd8aVIiMvJCrzTbuEldHG { top:55.25rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1 { top:58.3125rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4rhX7NASxKLXRLibd3802wtzoueMbMi { top:59.4375rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tslmVrglRgINRI37zcDrGtr9lp6rhobu { top:45.75rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hylc0uK2WO9JGI1aa2VqwfocA50NpkeB { top:46.875rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8kShq5nOiuecbucvVOLKk2N2v8Hec4M { top:49.9375rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPp3obVgzKgbTEgNZ9RsPhAJL8rWwkLf { top:51.0625rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf { top:54.125rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cw2S0Tfb8iak0IOugPyBg2VShQmQ378n { top:55.25rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa { top:58.3125rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtGFcxDhsM0Z4TIe2Uf4HblM46SagunH { top:59.4375rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR { top:62.5625rem;left:0rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS { top:62.5625rem;left:15.125rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmiLX1dRT41UnEe5pltVa0xIu8ezI3U6 { top:63.6875rem;left:0rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrLJVSU5HMEtfIzcxrfvqrZKQkbH8pO0 { top:63.6875rem;left:19.5rem;width:17.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp { top:41.5rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ { top:45.75rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p787FtqTyfCL2TFSeWs4MHhCy77RDiia { top:49.9375rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm { top:54.125rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMGqN24nypAWokMaJ0619zvS71rUAZLA { top:58.3125rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD { top:62.5625rem;left:41.5625rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLWi5C2vDHOalMBHZgJm3wdb2gvefPzD { top:42.625rem;left:38.125rem;width:9.625rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTva2yKdrwH13KWgHtaVnnbqQBnT8WTS { top:46.875rem;left:37.875rem;width:9.875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6y804acopXpn3VT8VNxlTUruBq56zEH { top:51.0625rem;left:35.5625rem;width:12.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VObf7BVFfJa8KMgAKo27k3CwBU874KTD { top:55.25rem;left:34.6875rem;width:13.0625rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J7nfJAtWwLyqHvepXphF2vp1xmOBf4cb { top:59.4375rem;left:37.0625rem;width:10.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DmyTEcxVUXD2R4dTTfPriCqMD0yChMT4 { top:63.6875rem;left:34.5625rem;width:13.1875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BvGUaE4DpDnWpu7HJZLPxJZNf7l4oCtk { top:16.375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #s54DHHD2rvGoTmSu8oahTr3xggTCNtJ5 { top:19.1875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JDOwo8D9CX98SlnbQASwrdrex3ZkKEZn { top:19.3125rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #rycJF8wPHTTI0LWogyIoJP7IW4Tirm8x { top:22.1875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #S1b4J0N7KdwKZnncWtTVQdtXQJaFKfWP { top:22.1875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #A5H8XVDhoTGV5gVNkoz39ltN0wl5Hcw4 { top:25.5rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #cnLKTDBdssvAK0M1TnT3TLcTKiTV3T3A { top:25.0625rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPuhkRAIUKBU3dfCtTMqnpCMw9T3wSN5 { top:27.9375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTuUzswH5KtJk4yC9kbbbbfC1VHosemh { top:27.9375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #n9P9naOZtvupUzhtU9qsS7p7xyePZTQh { top:30.9375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #iREUZQ12xeGtoodSsKwIwZtGhsNGO0vF { top:31.375rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hkyGPsHinNQnVMJEuiaTesmin8d3heS1 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZxLeryQxDSLU9c8sXaUI9LdpInd6w5f { top:33.6875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UoVMO0LGz6ZDurxoOgQqAFBnCBqQoAFl { top:34.125rem;left:0rem;width:6.5625rem;height:1.75rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dsUgziR11oCkFE4zOWBeK6uwN2hi2aSg { top:37rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bwWm57XxhChJUAIw4o0DZ029VoMstoLk { top:37rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ey3RM2uFa81TsAfF8VINbTHXimxRJABm { top:39.4375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fw6CTZMkh9LsP7o5Klz3O7A1vTrrvhXD { top:39.875rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2 { top:46.25rem;left:0rem;width:3.5625rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hxGZoKtPTLqZCW4tgnLGe9rlew8TCJQO { top:16.375rem;left:0rem;width:6.5625rem;height:0.875rem;font-size:0.6875rem;display:none; }
 }@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) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:23.125rem;height:3.5rem;top:47.1875rem;left:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #aMpoEle9HrNWC09WRJy5eDnlME9QEsg3 { top:11.5625rem;left:29.5625rem;width:18.1875rem;height:4.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXeQAvs93TlqwgwnLTdT3GpiBRWsKOOX { top:19.1875rem;left:16.5rem;width:31.25rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0KrBqkh3QVmysTPcUw5vNoTK9g1qQTR { display:none; }
 }@media only screen and (max-width: 763px) { #oGOgQFkvfiJBNgawxS2WhQ7CgITipGmw { top:26.0625rem;left:18.0625rem;width:29.6875rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNDHICEznh3K6RQdwN1EwXayEZGdRpt { top:32.25rem;left:17.75rem;width:30rem;height:4.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5cekcMtrH5tAfs21k9HFWBIBZX88yov { top:5.75rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXNSFES5E9ZMXfOuX3ASwzrfwXJuz1e { top:7.3125rem;left:0rem;width:40.1875rem;height:33.9375rem;display:block; }
 }@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/b390bc51-dc03-4089-bba4-96a3c6219ecc/snapedit_1757572540843crop_1743x629_036.crop_471x627_933,0.png");background-position:center !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.34); }#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.34); }#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:18rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:5.25rem;height:1.4619125rem;top:10.0625rem;left:6.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:13.25rem;height:2.25rem;top:13.0625rem;left:3.4375rem;font-size:0.8125rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.2480625rem;height:2.375rem;top:9.625rem;left:1.4375rem;background-color:rgba(17,17,17,0.4);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:5.6875rem;height:0.89355625rem;top:10.3125rem;left:1.9375rem;font-size:0.8125rem;color:#bcaa91;display:block; }
 }@media only screen and (max-width: 763px) { #Je5Ud1JXAAulTaMTaHyeMBx8Oe71lHBx { width:5.625rem;height:0.89355625rem;top:10.3125rem;left:11.75rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #K5cv2vvUuHWSTBaTHtzCgRswZTltOmGA { width:7.625rem;height:2.6875rem;top:2.75rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km5HAGe0uRO9iS0RJaTeyrZKt5RGxMX4 { width:17.1875rem;height:2.5996125rem;top:6.25rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/73316377-0726-434f-81d3-22bdf995af2c/bg02.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.adaptive-delivery-prevent-bg, #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.lazyload, #gp7sPZIXN6HcTDBopoybaCVB60eQkEBD.lazyloading { background-image: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { background-color: transparent; background-image: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,245,237,0.46); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container > .video-iframe-container { display: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(249,245,237,0.46); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row > .video-iframe-container { display: none; }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .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); }#gp7sPZIXN6HcTDBopoybaCVB60eQkEBD > .row .container { width:20rem;height:105.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVyDtTdsrH4Rx9frBFlAmTEQtkwIIybq { width:18.18625rem;height:1.625rem;top:1.3742885589599rem;left:0.90553969144819rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAKe4TfKmuT1mSWNkwL11NRFa5tyRQ74 { width:20rem;height:18.8125rem;top:4.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O { width:20rem;height:13.625rem;top:4.2490234375rem;left:0rem;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/cab67aba-0197-4dae-a9ff-e0382bf301b5/513542829_1037018891959811_3033702391290005319_n.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.adaptive-delivery-prevent-bg, #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.lazyload, #lKnHxGdkzf9saLAqFzDdxmwy71I5Hn0O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #FUnwGmBwobc0k3OzWsXW8QbEvizXumzF { width:20rem;height:3.5rem;top:4.2490234375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QJdofv3zmyJ1J1kaw63cCbLUroWnTlyM { width:12.5rem;height:1.3808625rem;top:5.3076171875rem;left:0.9052734375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQo6fHnPJFTy05b4PPgrWaRFnzm72MXX { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HQaSCb8tUMTKCwi5g6yN6LlltcE4ah09 { width:6.0625rem;height:auto;top:34.6875rem;left:6.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TUJuagMKtRq4i7hXlggbCLxBlbJ6PGt4 { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q77XJRc86VvUpH0NO5hRlXg2kp6I0DQV { width:5.9375rem;height:auto;top:34.6875rem;left:7rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zM15pCtpiZ0J7AVbGqf7bgFxkQ1dK3Tt { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TEAOsu5muDCIl9U6JLmg44CRUxVv6d3A { width:6.8125rem;height:auto;top:34.6875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EAM1nHahKXesBtzF3V86FVNN8OS8pJGo { width:7.9375rem;height:auto;top:37.0625rem;left:6rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #adgEf0PcwbGNSXsTXxbKbQZQ9dM1O7Qx { width:5.75rem;height:auto;top:37.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #cbWWHO44c6hPT6WLG9Uy7ZoWd5vldwKc { width:7.125rem;height:auto;top:37.4375rem;left:6.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #kxE4yHcKuLTPbxLZ2FOaLwLuF2KwD6MF { display:flex;width:1.25rem;height:1.25rem;top:18.8125rem;left:1rem;font-size:0.875rem;z-index:15116; }
 }@media only screen and (max-width: 763px) { #fHXrkyTR5PQB29JI9Ee3wLMcviuBupTT { width:3.1875rem;height:1.13671875rem;top:18.875rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #UopAtD1I6Gu7czv4nx1fQoZ8xknWavfn { display:flex;width:1.25rem;height:1.25rem;top:18.6875rem;left:6.75rem;font-size:0.875rem;z-index:15117; }
 }@media only screen and (max-width: 763px) { #E1T7A7MxhVGO0kAZM5I0EHKcEfwkLIBk { width:4.0625rem;height:1.13671875rem;top:18.875rem;left:8.4375rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15105;display:block; }
 }@media only screen and (max-width: 763px) { #bCACXx7Z1tUKIdWaeetDRAaeiTTsZlZn { display:flex;width:1.25rem;height:1.25rem;top:18.8125rem;left:12.8125rem;font-size:0.875rem;z-index:15118; }
 }@media only screen and (max-width: 763px) { #bLmyJdUTyWAXVSdnMl1p93Kwu5akCJFt { width:5.75rem;height:1.13671875rem;top:18.875rem;left:14.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15106;display:block; }
 }@media only screen and (max-width: 763px) { #rr8XQ8btcrI3eizSUPmsqHQTCMKiQo2f { width:5.749025rem;height:1.13671875rem;top:21rem;left:1.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15125;display:block; }
 }@media only screen and (max-width: 763px) { #wn8rtDKgsexFsoPwa7mDnaK8yqWOF9f3 { width:5.875rem;height:1.29980625rem;top:20.9375rem;left:5.75rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15127;display:block; }
 }@media only screen and (max-width: 763px) { #wGsK7BGqJiwA17mBlnse3nXukTuGNDcT { width:7.0623125rem;height:1.13671875rem;top:21rem;left:9.75rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15126;display:block; }
 }@media only screen and (max-width: 763px) { #hVNhTOGsJh0rwCb8L1qFInTRSssfV96y { width:20rem;height:28rem;top:24.3115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRgQXFz0CBxRhqhLaUQsNUD274Z39ymI { width:20rem;height:6rem;top:24.3115234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CaFlglDoXCw0xFSNnR0qGrpBN95L1q12 { width:20rem;height:21.125rem;top:24.3740234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #MWqBiPqT2r71VMd9Q8qkpGXe9bGd8sXp { width:12.5rem;height:auto;top:13.375rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfwMgceoNvbWdxJDoG9BQtuHxQEEBmG3 { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESZzTiPhc6K2ORPAPk6kKW2BC79v3J3t { width:6.0625rem;height:auto;top:34.6875rem;left:6.9375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #D9yoEsU5savIJKrZwZD13uATJmeHXWIV { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #USs1oWDVBwMU0fIr5rZHo3eLL3yyNs4s { width:5.9375rem;height:0;top:34.6875rem;left:7rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #K0gdr4o9P7M5GvnDBuASLtKJayHDGGT5 { width:8.625rem;height:auto;top:37.0625rem;left:5.6875rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #qpdiEfXWkOEKEnVaEvZw25lR1CUBvB9G { display:flex;width:1.625rem;height:1.625rem;top:34.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ivgz1uSR7Rq0o2DyXF5ym6qeI4phPbem { width:6.8125rem;height:auto;top:34.6875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #BPperO5UZWz2O4MUExzm8zwpls3tthKM { width:5.75rem;height:0;top:37.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #sZvMeFPTKxaOsoTD0WEPBxQu4QVA0n0z { width:7.125rem;height:auto;top:37.4375rem;left:6.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #poN7SqRV3C1fkX4sciMhZqy9kPMphGtu { width:20rem;height:28rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCTAaDFH1SnPinoCeH83bSdqp1mDRby7 { width:20rem;height:6rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vcrKTX1Ccn1yLtCe3UTksI56g6Tb3mLg { width:20rem;height:21.125rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJbv11FBnicNCqloeRAkRcRcTTg9v5sK { width:12.5rem;height:auto;top:44.375rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xGu5VNc2kFUfzXQBsDDXK99zmH05kgVH { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gZ1Sw7d5b7kGGOwtoJL5aTIT8V1vlWnp { width:6.5rem;height:auto;top:65.6875rem;left:6.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J7DqEdlA3wKm5LGERVNuu06y1GatFBbe { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TWWmDvFXeh63sIuX1wh1SVwq3zwTguRz { width:6.6875rem;height:auto;top:65.6875rem;left:6.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #T5QlnwNMAZnLRJmd6wEWCHh868BaBWOV { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gu4GAs4dzql8zteBW7MX6flhk8NClauy { width:6.8125rem;height:auto;top:65.6875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cukrrU8z0mPxRAAm4ktnPe9asUfLIptc { width:8.625rem;height:auto;top:68.0625rem;left:5.6875rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #EDKrBAp1oypq0NI7e94a6NPr4KtJpFvU { width:5.75rem;height:auto;top:68.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #SKgOt6POM0S1lU4tenduXynQWuiyAvye { width:7.125rem;height:auto;top:68.4375rem;left:6.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hGumEMXnuN7VGWWGMNT7e3R8B5TWeSyp { width:20rem;height:28rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6H0375VflxOUlvwU6LW1TmQiWTQOmbP { width:20rem;height:6rem;top:43.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IS3ioOOsbgVHQacLXpZqpitdp2pVfxlZ { width:20rem;height:21.125rem;top:43.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQIgNXRXpSpp6wqiqWsxB74SgghTV9UO { width:12.5rem;height:auto;top:44.375rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bfi3cH1N1VzQewbMgQxTMOam2qV6hnan { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #usf8DrFE4qNIzrI2zqgIgary1lnlmBNZ { width:6.5rem;height:auto;top:65.6875rem;left:6.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Omx2p3ecIabTTy1v2iIXcxTWQ2THMMo6 { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGJsBOFFyPzhR6T79134EVFhgQ3reU40 { width:6.6875rem;height:auto;top:65.6875rem;left:6.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z7ABNa0odvvwHgThsSvarmQ3PW319tVD { display:flex;width:1.625rem;height:1.625rem;top:65.5rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kyWuAFizgaqcgNKRtSVs31pTTEWDL4nR { width:6.8125rem;height:auto;top:65.6875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Meb4KwoEgceyKz8CErKqNtnhTH1RMl4P { width:8.625rem;height:auto;top:68.0625rem;left:5.6875rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #dnPrfbU5gkKVtq28fT8M7M0em84Sxz6K { width:5.75rem;height:auto;top:68.5rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #pyCoSD3rglHOdnc8hP9rZghc45zFbDW5 { width:7.125rem;height:auto;top:68.4375rem;left:6.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #hc7STCpmhFqMZF2d3HLq2l71TR6Z8svq { width:20rem;height:28rem;top:74.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5IG085TAoZz7HiqesydGTRIergVITxw { width:20rem;height:6rem;top:74.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKnsWVm54y84IiOwTCuCLeKdNDBTUVHh { width:20rem;height:21.125rem;top:74.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iJ9wvx7OALetCfsntLpbh2IoQQ5XhAtQ { width:12.5rem;height:auto;top:75.5625rem;left:3.75rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RW4O8eRg4rG7A8vLx9lV8SJ8k7gTZNOC { display:flex;width:1.625rem;height:1.625rem;top:96.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AJqBua7XWszz3Ir54ksIxWre7DtT8hbf { width:6.5rem;height:auto;top:96.875rem;left:6.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #PqKnQEF2snfiuFTp26rcbQTrk5w0uwe3 { display:flex;width:1.625rem;height:1.625rem;top:96.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gzMVIea6zgg23OshAoV41mIVlQqdMEqJ { width:6.6875rem;height:auto;top:96.875rem;left:6.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HLs5XpVIXNWLkMFVFXTvzEGQFdStbv9T { display:flex;width:1.625rem;height:1.625rem;top:96.6875rem;left:9.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T79pKddIiG0LQhmvAhDTP8IBbb8chiky { width:6.8125rem;height:auto;top:96.875rem;left:6.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GfDwVC6XW6er4OMPdgmO1CoCBgwLXX5o { width:8.625rem;height:auto;top:99.25rem;left:5.6875rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #gTLUSTT47G1NX9qmBAEG2L4avvTeg16h { width:5.75rem;height:auto;top:99.6875rem;left:7.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #z2E8HZJFgr1RDMqSI1iaysM88wUU1v16 { width:7.125rem;height:auto;top:99.625rem;left:6.4375rem;font-size:1.125rem;text-align:right;text-align-last:right;display:none; }
 }@media only screen and (max-width: 763px) { #lOmmiFc0CcIN51KJ1RyLFcq76UHIoMDq { width:20rem;height:18.8125rem;top:24.375rem;left:0rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64 { width:20rem;height:13.625rem;top:24.375rem;left:0rem;z-index:15019;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/f15758e3-1c03-4d8f-9ce9-afcad706c3b0/1Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64.adaptive-delivery-prevent-bg, #S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64.lazyload, #S1dNAzEkXHaiXfPiTol8hDz0wyHvMr64.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F2F9AKh9P6uBqqMPgEpqL3Sp9Bh0nI3O { width:20rem;height:3.5rem;top:24.375rem;left:0rem;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GOfq7FEE7uxseTCS0UtePFUs5niuu7vk { width:12.5rem;height:1.3808625rem;top:25.4375rem;left:0.875rem;font-size:1.0625rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vtFit1EWyGOKX5yfcu33xWezeSZd2Tgk { display:flex;width:1.25rem;height:1.25rem;top:38.9375rem;left:1rem;font-size:0.875rem;z-index:15129; }
 }@media only screen and (max-width: 763px) { #EOovaxSWyVt7DxFbZiBZHRMZIMVsVw9D { width:3.1875rem;height:1.13671875rem;top:39rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15117;display:block; }
 }@media only screen and (max-width: 763px) { #em3EyPuT8INiJUhx87aF5pX0ppyTmDG7 { display:flex;width:1.25rem;height:1.25rem;top:38.8125rem;left:6.75rem;font-size:0.875rem;z-index:15130; }
 }@media only screen and (max-width: 763px) { #v6oVDFWPoTcmSKrVpmmGAhuIlpOytmnA { width:4.0625rem;height:1.13671875rem;top:39rem;left:8.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15118;display:block; }
 }@media only screen and (max-width: 763px) { #Jl3nNROJzaFEnaUKKvzLJUBiXx6iGz1g { width:5.875rem;height:1.29980625rem;top:41.0625rem;left:6.25rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15140;display:block; }
 }@media only screen and (max-width: 763px) { #FXuUEUenw9AHFrMa9mKHuqXeUshZABgZ { width:5.749025rem;height:1.13671875rem;top:41.125rem;left:0.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15138;display:block; }
 }@media only screen and (max-width: 763px) { #Ogf1yopSLcEursf9t1DniStto2hgz0aV { width:7.0623125rem;height:1.13671875rem;top:41.125rem;left:10.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15139;display:block; }
 }@media only screen and (max-width: 763px) { #W1t7xFLD6rpIGbVCeTVszhGvBnCWTtvS { display:flex;width:1.25rem;height:1.25rem;top:38.9375rem;left:12.8125rem;font-size:0.875rem;z-index:15131; }
 }@media only screen and (max-width: 763px) { #JfavtnRZx2ItoX2anZ4c7WexDQ8zzUtl { width:5.75rem;height:1.13671875rem;top:39rem;left:14.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15119;display:block; }
 }@media only screen and (max-width: 763px) { #P5LOpo2LWZeqybAgr35SZvOym2wyMmAG { width:20rem;height:18.8125rem;top:44.5625rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e { width:20rem;height:13.625rem;top:44.5625rem;left:0rem;z-index:15032;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/45fef76f-9202-4fe2-abfb-933176e08a5c/2Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e.adaptive-delivery-prevent-bg, #nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e.lazyload, #nd9PXVGFnTAQcT8b5S5gJUPeP1RW6k2e.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eEXDR0hpeZZIfeZ41x9D7kdt5pvyPUVN { width:20rem;height:3.5rem;top:44.5625rem;left:0rem;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.73), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #xptwdTLwPTMAFzTChesriTTcDkP6e5IQ { width:12.5rem;height:1.3808625rem;top:45.625rem;left:0.875rem;font-size:1.0625rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #zAIFBM0GLZ3oi8TFTc0b5dbxDhlyWy6v { display:flex;width:1.25rem;height:1.25rem;top:59.125rem;left:1rem;font-size:0.875rem;z-index:15142; }
 }@media only screen and (max-width: 763px) { #BPMXpv0Z8uR3OKcThxJPns5FJGFrzaZZ { width:3.1875rem;height:1.13671875rem;top:59.1875rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15130;display:block; }
 }@media only screen and (max-width: 763px) { #WKaSfNMpXEMscnG3xhdp0x23t5ZdewQa { display:flex;width:1.25rem;height:1.25rem;top:59rem;left:6.75rem;font-size:0.875rem;z-index:15143; }
 }@media only screen and (max-width: 763px) { #VENzObbeie9p0VO0szCS3MxyhiwRNg4A { width:4.0625rem;height:1.13671875rem;top:59.1875rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15131;display:block; }
 }@media only screen and (max-width: 763px) { #Ho9XUcACXNUKnko9nABfQhTqSwDdbfxB { display:flex;width:1.25rem;height:1.25rem;top:59.125rem;left:12.8125rem;font-size:0.875rem;z-index:15144; }
 }@media only screen and (max-width: 763px) { #Tieo3AfJ1PCsBygE8Thl0Xsx0pPyrKd6 { width:5.875rem;height:1.29980625rem;top:61.25rem;left:6.0625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15153;display:block; }
 }@media only screen and (max-width: 763px) { #Qe7oD89cOdNy8M59JXFGT5IlFvvnA5Bs { width:5.749025rem;height:1.13671875rem;top:61.3125rem;left:0.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15151;display:block; }
 }@media only screen and (max-width: 763px) { #xqmpfZXInbydyc0UF9mzBlLTcNSUaio9 { width:7.0623125rem;height:1.13671875rem;top:61.3125rem;left:10.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15152;display:block; }
 }@media only screen and (max-width: 763px) { #a2y49sF0MgLX0ERJwWOoCefdXouPf3BB { width:5.75rem;height:1.13671875rem;top:59.1875rem;left:14.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15132;display:block; }
 }@media only screen and (max-width: 763px) { #waCZDEtpCiSEWTwFqPyyzqVPeLa0Ny1g { width:20rem;height:18.8125rem;top:64.875rem;left:0rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #viy2G20QMx1saFIsUO4nM6lA8GFLICVg { width:20rem;height:13.625rem;top:64.875rem;left:0rem;z-index:15045;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/fb5636a2-8a05-40d9-8bef-abba079a62e9/3BED.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#viy2G20QMx1saFIsUO4nM6lA8GFLICVg.adaptive-delivery-prevent-bg, #viy2G20QMx1saFIsUO4nM6lA8GFLICVg.lazyload, #viy2G20QMx1saFIsUO4nM6lA8GFLICVg.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n4iH6ObuG59wRooucaXI22Q19JFJNBAs { width:20rem;height:3.5rem;top:64.875rem;left:0rem;z-index:15046;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.63), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.63), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.63), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.63), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.63), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #tsdxghFOCuoXACigJ2gClQbiNBfHEuW2 { width:12.5rem;height:1.3808625rem;top:65.9375rem;left:0.875rem;font-size:1.0625rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #UJGpiSsUQWHiFnZ6sSUbtAnlfM6oUzT8 { display:flex;width:1.25rem;height:1.25rem;top:79.4375rem;left:1rem;font-size:0.875rem;z-index:15155; }
 }@media only screen and (max-width: 763px) { #avuJbrpty7ZiQECR73dzGzZL5EiMhAid { width:3.1875rem;height:1.13671875rem;top:79.5rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15143;display:block; }
 }@media only screen and (max-width: 763px) { #vwHlyhiWvu3l91FG9pi7rh8r5PKBGJkk { display:flex;width:1.25rem;height:1.25rem;top:79.3125rem;left:6.75rem;font-size:0.875rem;z-index:15156; }
 }@media only screen and (max-width: 763px) { #h9WhcTIST0UMUrJBw3T6NaUaooH9kvOV { width:4.0625rem;height:1.13671875rem;top:79.5rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15144;display:block; }
 }@media only screen and (max-width: 763px) { #a1DuQPbZfdppZkTS3OCgI4w3zCxsidNZ { width:5.875rem;height:1.29980625rem;top:81.5625rem;left:6.0625rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15166;display:block; }
 }@media only screen and (max-width: 763px) { #yBwqKN10GXLp2vFzV0F0FQZ5qWzTpPEn { width:5.749025rem;height:1.13671875rem;top:81.625rem;left:0.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15164;display:block; }
 }@media only screen and (max-width: 763px) { #pKbAFRJNiTQ4Bp1k2xKcaUWmUBBhTceh { width:7.0623125rem;height:1.13671875rem;top:81.625rem;left:10.5625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15165;display:block; }
 }@media only screen and (max-width: 763px) { #wmA0UnpKOus0v07Ia9aHpQlu14gySyx8 { display:flex;width:1.25rem;height:1.25rem;top:79.4375rem;left:12.8125rem;font-size:0.875rem;z-index:15157; }
 }@media only screen and (max-width: 763px) { #oIq1q7cqDAT9H5XirOiW7uOJ79SsvxOq { width:5.75rem;height:1.13671875rem;top:79.5rem;left:14.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15145;display:block; }
 }@media only screen and (max-width: 763px) { #vaXZlg9p3WpT9XUzWWwtkgZDMLlwSNb3 { width:20rem;height:18.8125rem;top:85.1875rem;left:0rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ { width:20rem;height:13.625rem;top:85.1875rem;left:0rem;z-index:15058;background-color:#d3d3d3;background-image:url("https://images.assets-landingi.com/uc/034a34e5-a048-46b8-90b9-8b6967dcd7e8/4Bed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ.adaptive-delivery-prevent-bg, #ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ.lazyload, #ezEvo2Z4i27WEUx10HBe74W9bPfVWNyZ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #m8CTz6Iym4kegorGIiG0OVeV4GeWQwRD { width:20rem;height:3.5rem;top:85.1875rem;left:0rem;z-index:15059;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Mxb4oOiRFGHOatfL3TAvxZzob87rXaoq { width:12.5rem;height:1.3808625rem;top:86.25rem;left:0.875rem;font-size:1.0625rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #PGM9s7T7SscocNTfOGiJLHKi625RCKEv { display:flex;width:1.25rem;height:1.25rem;top:99.75rem;left:1rem;font-size:0.875rem;z-index:15168; }
 }@media only screen and (max-width: 763px) { #OnXrbUXUfR5bkT61F7aPqo6iZWlfNxeK { width:3.1875rem;height:1.13671875rem;top:99.8125rem;left:2.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15156;display:block; }
 }@media only screen and (max-width: 763px) { #ANR3LTJqQsxHmAHRx6opgBWpLnlz48x6 { display:flex;width:1.25rem;height:1.25rem;top:99.625rem;left:6.75rem;font-size:0.875rem;z-index:15169; }
 }@media only screen and (max-width: 763px) { #ou32949dHSyBvHTl29q9UnPsZDUsH4Lg { width:4.0625rem;height:1.13671875rem;top:99.8125rem;left:8rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15157;display:block; }
 }@media only screen and (max-width: 763px) { #unBkCUcBJOGpuLLLGWJJXv3lQvB7TM7C { display:flex;width:1.25rem;height:1.25rem;top:99.75rem;left:12.75rem;font-size:0.875rem;z-index:15170; }
 }@media only screen and (max-width: 763px) { #MNem78JR9wkmS89ae2F7I4Bo0sQiWAmc { width:5.75rem;height:1.13671875rem;top:99.8125rem;left:14.0625rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15158;display:block; }
 }@media only screen and (max-width: 763px) { #i2HdLrp65qt8lECO5vSZkSMnHvuQBHVy { width:5.875rem;height:1.29980625rem;top:101.875rem;left:6.1875rem;font-size:1rem;text-align:right;text-align-last:right;z-index:15179;display:block; }
 }@media only screen and (max-width: 763px) { #TB8ygrcTc3oKzJcbAHGCc7ogP9SPyA2E { width:5.749025rem;height:1.13671875rem;top:101.9375rem;left:0.375rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15177;display:block; }
 }@media only screen and (max-width: 763px) { #h2id4u0K0Fx6vv9JD8cC7p9gV5W16aTE { width:7.0623125rem;height:1.13671875rem;top:101.9375rem;left:10.6875rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15178;display:block; }
 }@media only screen and (max-width: 763px) { #JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn { display:block; }#JyKNXTGUlyL1aqT0i7isELkA9VzqCTRn > .row .container { width:20rem;height:31.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtvTaaNKxLnOXpFzSmUaMXGTx0nfommf { width:20rem;height:27.75rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXlIQPAgoMMZJLoRauiCDsvGDBWKZPOJ { width:20rem;height:10.247933884298rem;top:11.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EpuoCxTkZMgiIOQ994N9gJhgWzPWhfk7 { width:17.625rem;height:3.75rem;top:6.0625rem;left:1.1875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T0nduZl2GFhNMywgyarNA6EEiaDk5tEq { top:3.3125rem;left:3.5rem;width:13rem;height:2.25rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #liVmKZTKwTixlxu1WSlw40iiAeJBhnlV { width:18.4375rem;height:1.3808625rem;top:12.1875rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aed4BLZtQp1wdPcxaS6ubbfAmtx2KunT { width:8.125rem;height:0.8125rem;top:14.4375rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTAHmgMwoyRFnNIMC94uktErhV7mDU9C { width:12.375rem;height:0.8125rem;top:14.4375rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZgH9SMosvW58wTAu3XCA9d6tWsM9zMl { width:4.9375rem;height:0.8125rem;top:15.8125rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuITnhG1C421Da7ihdo2ktIDTU4cqnTW { width:9.4375rem;height:0.8125rem;top:15.8125rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFSW9bkTsqBDHXhXIaAbz9hBfePLlGF9 { width:4.3125rem;height:0.8125rem;top:17.3125rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2qKdJgPn74NNg7WkAIe65u8Eg8IvGbQ { width:12.375rem;height:2.4375rem;top:17.375rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #McZQWpJNEP6spfsik4vNv2xIOIDgFHi4 { width:4.625rem;height:0.8125rem;top:20.6875rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkwgbbp1KB8WQrEt0VqHdMoZksOzSO3p { width:12.375rem;height:1.625rem;top:20.6875rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #exUQvVPZxKCsGI0g46KuIwbWWFKdVCG5 { width:5rem;height:0.8125rem;top:23.25rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s1508eNyWblwuHioFPqPKpf6aCwQgEGs { width:12.375rem;height:2.4375rem;top:23.125rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUyPzl6IrwlDBHhZrOB7aq6pUBxTAUTW { width:4.8125rem;height:0.8125rem;top:26.9375rem;left:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGNGQA7szUZxVLx09pf2zDtqcm38s4q6 { width:12.375rem;height:0.8125rem;top:26.9375rem;left:7.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:#023a52;background-image:url("https://images.assets-landingi.com/uc/93fa4eb5-5ace-45d3-8acb-d1b94be97a83/bg202.png");background-position:bottom 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); }#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); }#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:30.625rem;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem; }
#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.625rem;line-height:1.2;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem; }
#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.9373245239258rem;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.9373245239258rem;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) { #BNaZxCnAQRFqcqPRI5odCKdBNQMWKCId { 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:27.198329925537rem;left:1.8749998807907rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khcHJrzSbhLxub612JZh8z6T10qokafc { width:20rem;height:1.54385625rem;top:1.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GJ7I0OoTd3hoAdnGRpqBz9Rwt0RgQv4e { width:20rem;height:1.4000375rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;color:#c79f6e;display:block; }
 }@media only screen and (max-width: 763px) { #sbTTGfEiMw09WwA993HD8dVv70bsbsg0 { display:none; }#sbTTGfEiMw09WwA993HD8dVv70bsbsg0 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 { background-color:#023a52;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { background-color: transparent; background-image: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { display: none; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .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); }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { border-width: 0; border-radius: 0; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aG0ZmThuA0xoRFp4QNJvCPmgyiaJc2v7 > .row .container { width:20rem;height:11.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnLTsTTZwt2Lone1UnLxbR7cRBSegeC3 { height:11.1869375rem;width:20rem;top:0rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #DXXlpc2phFGp30Op1TDgwuZIu60XqoeI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.11));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.11));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.11));background-image: -o-linear-gradient(180deg, #ffffff, rgba(185,146,97,0.11));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1cb99261' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#1cb99261' );";background-image: linear-gradient(180deg, #ffffff, rgba(185,146,97,0.11));background-size:cover !important;display:block; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { background-color: transparent; background-image: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container > .video-iframe-container { display: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row > .video-iframe-container { display: none; }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .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); }#DXXlpc2phFGp30Op1TDgwuZIu60XqoeI > .row .container { width:20rem;height:43.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UNES8BHzyxaEwVg5ZouohVcfdTNidyNH { width:18.18625rem;height:1.625rem;top:1.25rem;left:0.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AG737eGqpThohXSDNkoyTppwKoaDXoJU { width:20rem;height:15.625rem;top:9.8740234375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/9786a705-95fd-469d-ba11-1b7f22b0c9b0/s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#AG737eGqpThohXSDNkoyTppwKoaDXoJU.adaptive-delivery-prevent-bg, #AG737eGqpThohXSDNkoyTppwKoaDXoJU.lazyload, #AG737eGqpThohXSDNkoyTppwKoaDXoJU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2 { width:9.6875rem;height:5.25rem;top:3.8115234375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/f0587b1a-bbd6-4386-9610-8d870e173a97/1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.adaptive-delivery-prevent-bg, #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.lazyload, #dPiAVWTkVOmDCzUcgLHL9g8QA0EfvHh2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HU6ekgXtylotLu9NqHgp243TpqbHU4k0 { width:9.6875rem;height:5.25rem;top:3.8115234375rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/94a2fc2d-db6b-4ba7-a9ce-797c0d6d3083/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HU6ekgXtylotLu9NqHgp243TpqbHU4k0.adaptive-delivery-prevent-bg, #HU6ekgXtylotLu9NqHgp243TpqbHU4k0.lazyload, #HU6ekgXtylotLu9NqHgp243TpqbHU4k0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K { width:9.6875rem;height:5.25rem;top:9.6865234375rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/860dc9f8-36c1-48b6-b5b1-5cf1fbdf6087/KidsClub2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.adaptive-delivery-prevent-bg, #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.lazyload, #DBvHqHo4FWxMti6J1KySGQU3akGVEW7K.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD { width:9.6875rem;height:5.25rem;top:9.6865234375rem;left:10.3125rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/f8c4c506-9f02-47cb-8733-fa41bfac1e04/SkyLibrary2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.adaptive-delivery-prevent-bg, #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.lazyload, #PuT3EEi1LqhJNkeJQTEInL1U4zEi7aOD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1 { width:20rem;height:13.75rem;top:25.3125rem;left:0rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#6c83b2;background-image:url("https://images.assets-landingi.com/uc/9786a705-95fd-469d-ba11-1b7f22b0c9b0/s.gif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.adaptive-delivery-prevent-bg, #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.lazyload, #HExOQAgiEXKaDf7MxOSgh3vcJys5SsJ1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #nS1a7P5bD3KZWH3KhgWbmUaEgHLzT2gx { width:3.5625rem;height:3.5625rem;top:67.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRI3MBZirE6ISVFItAaxPACJo9eySNsT { width:17.75rem;height:0.89355625rem;top:71.9375rem;left:1.125rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DF2Bb93rF0v8WXTxThRKKvHDiWcKnIbn { width:3.5625rem;height:3.5625rem;top:45.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNliQNmisudR3eP3lWtHgsV1aqxVP5sm { width:17.75rem;height:auto;top:46.875rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JsmAtKvmEqJRTBprqAeV7FrRVEOmrh40 { width:3.5625rem;height:3.5625rem;top:41.5rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wypIgFZqK5yFtI83r9syCdMM1Ryg6tDU { width:17.75rem;height:auto;top:42.625rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnzCQ1K8iOAttfivVTcMRUVJynsth8Cn { width:3.5625rem;height:3.5625rem;top:49.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hIU6vq3y8sxcdGITEUQTVOmRfRrVG1dI { width:17.75rem;height:auto;top:51.0625rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AkTI4LuVfm0t0MAyJch7LkISu4mhSkOB { width:3.5625rem;height:3.5625rem;top:54.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mEhzhd3bAQ2yd8aVIiMvJCrzTbuEldHG { width:17.75rem;height:auto;top:55.25rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kJKk2Er3uQLMHPgWvvCvGWLJwHmsdsQ1 { width:3.5625rem;height:3.5625rem;top:58.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d4rhX7NASxKLXRLibd3802wtzoueMbMi { width:17.75rem;height:auto;top:59.4375rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tslmVrglRgINRI37zcDrGtr9lp6rhobu { width:3.5625rem;height:3.5625rem;top:45.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hylc0uK2WO9JGI1aa2VqwfocA50NpkeB { width:17.75rem;height:auto;top:46.875rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #e8kShq5nOiuecbucvVOLKk2N2v8Hec4M { width:3.5625rem;height:3.5625rem;top:49.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zPp3obVgzKgbTEgNZ9RsPhAJL8rWwkLf { width:17.75rem;height:auto;top:51.0625rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rXCO0QMUzHTwvQBDvNUwxiiufEtdDnRf { width:3.5625rem;height:3.5625rem;top:54.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Cw2S0Tfb8iak0IOugPyBg2VShQmQ378n { width:17.75rem;height:auto;top:55.25rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #x3qSk8warXpRpGJ5KtP13lVsxbFBBoQa { width:3.5625rem;height:3.5625rem;top:58.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtGFcxDhsM0Z4TIe2Uf4HblM46SagunH { width:17.75rem;height:auto;top:59.4375rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BNNrTLMPzgpXqLoAQQbo1MWzh60kdOsR { width:3.5625rem;height:3.5625rem;top:62.5625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EsP7cIUiWbHlWakuRnmZ9SQewspMt5bS { width:3.5625rem;height:3.5625rem;top:62.5625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmiLX1dRT41UnEe5pltVa0xIu8ezI3U6 { width:17.75rem;height:auto;top:63.6875rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrLJVSU5HMEtfIzcxrfvqrZKQkbH8pO0 { width:17.75rem;height:auto;top:63.6875rem;left:1.125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CpP9GTd0U3H13fOWmq7gB17JTuyp2rdp { width:3.5625rem;height:3.5625rem;top:41.5rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfVZPsfNeRnrLAQc1MeQmwkKt95qCccJ { width:3.5625rem;height:3.5625rem;top:45.75rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p787FtqTyfCL2TFSeWs4MHhCy77RDiia { width:3.5625rem;height:3.5625rem;top:49.9375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e6u77ICtf0w8ZoZGyceNiR06oH8KeSvm { width:3.5625rem;height:3.5625rem;top:54.125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uMGqN24nypAWokMaJ0619zvS71rUAZLA { width:3.5625rem;height:3.5625rem;top:58.3125rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4HgaT1dDwERQ6dLlSvm19EohK2sfuMD { width:3.5625rem;height:3.5625rem;top:62.5625rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WLWi5C2vDHOalMBHZgJm3wdb2gvefPzD { width:9.625rem;height:auto;top:42.625rem;left:5.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lTva2yKdrwH13KWgHtaVnnbqQBnT8WTS { width:9.875rem;height:auto;top:46.875rem;left:5.0625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6y804acopXpn3VT8VNxlTUruBq56zEH { width:12.1875rem;height:auto;top:51.0625rem;left:3.875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VObf7BVFfJa8KMgAKo27k3CwBU874KTD { width:13.0625rem;height:auto;top:55.25rem;left:3.4375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J7nfJAtWwLyqHvepXphF2vp1xmOBf4cb { width:10.6875rem;height:auto;top:59.4375rem;left:4.625rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DmyTEcxVUXD2R4dTTfPriCqMD0yChMT4 { width:13.1875rem;height:auto;top:63.6875rem;left:3.375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6 { width:2.375rem;height:2.375rem;top:16.125rem;left:10.375rem;z-index:15035;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7267aaab-f419-4862-b994-f313064ce38b/302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.adaptive-delivery-prevent-bg, #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.lazyload, #vD1mxk4oUmCyweqdsD7rq13sTtgLZ7W6.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #BvGUaE4DpDnWpu7HJZLPxJZNf7l4oCtk { width:6.5625rem;height:0.89355625rem;top:16.875rem;left:13.4375rem;font-size:0.6875rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD { width:2.375rem;height:2.375rem;top:19rem;left:0rem;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5fbed34d-cf0f-40f8-84e2-2f90e1061e9a/2002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.adaptive-delivery-prevent-bg, #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.lazyload, #lkK7fkS6MFeNQS1VwfSFRNWlzBipElzD.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #s54DHHD2rvGoTmSu8oahTr3xggTCNtJ5 { width:6.5625rem;height:0.89355625rem;top:19.8125rem;left:3.0625rem;font-size:0.6875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU { width:2.375rem;height:2.375rem;top:19rem;left:10.375rem;z-index:15039;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/006bedd0-f4f5-4bf7-82db-d7b109c24cae/1602.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.adaptive-delivery-prevent-bg, #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.lazyload, #nXCXyCCOC0Ou6eaO7eU79c40K3PBwCxU.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JDOwo8D9CX98SlnbQASwrdrex3ZkKEZn { width:6.5625rem;height:0.89355625rem;top:19.8125rem;left:13.4375rem;font-size:0.6875rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw { width:2.375rem;height:2.375rem;top:21.875rem;left:0rem;z-index:15041;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2d2da5f5-dfb2-4198-a990-20895e3fabdc/202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.adaptive-delivery-prevent-bg, #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.lazyload, #ryzTT9sgNLfJ9I5MDWSfn2W80zC0cOcw.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rycJF8wPHTTI0LWogyIoJP7IW4Tirm8x { width:6.5625rem;height:0.89355625rem;top:22.625rem;left:3.0625rem;font-size:0.6875rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC { width:2.375rem;height:2.375rem;top:21.875rem;left:10.375rem;z-index:15043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f6feff20-fa28-464f-9fa9-984c9426584c/1002.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.adaptive-delivery-prevent-bg, #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.lazyload, #sFKV2cmLl9Lp9J0TemQzkAzyfNuDJQnC.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #S1b4J0N7KdwKZnncWtTVQdtXQJaFKfWP { width:6.5625rem;height:0.89355625rem;top:22.625rem;left:13.4375rem;font-size:0.6875rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo { width:2.375rem;height:2.375rem;top:24.75rem;left:0rem;z-index:15045;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e01467eb-591b-4fae-b4e8-6cced4fb39c8/502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.adaptive-delivery-prevent-bg, #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.lazyload, #RcdwHB5nk8yxrIIczJqfrZMdUo2vaCTo.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #A5H8XVDhoTGV5gVNkoz39ltN0wl5Hcw4 { width:6.5625rem;height:0.89355625rem;top:25.5rem;left:3.0625rem;font-size:0.6875rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA { width:2.375rem;height:2.375rem;top:24.75rem;left:10.375rem;z-index:15047;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0e7f50f6-a528-40ce-bed2-de267f848569/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.adaptive-delivery-prevent-bg, #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.lazyload, #UyS9v3Nk4L1TFzyTJuU4Oiid3FTm8RIA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #cnLKTDBdssvAK0M1TnT3TLcTKiTV3T3A { width:6.5625rem;height:0.89355625rem;top:25.5rem;left:13.4375rem;font-size:0.6875rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR { width:2.375rem;height:2.375rem;top:27.625rem;left:0rem;z-index:15049;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/42ef9e40-9b80-46cc-83a2-5d6cf32be1fa/402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.adaptive-delivery-prevent-bg, #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.lazyload, #ueblRR0xqR0XRAZtTa7Si0dGkPKuBDcR.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte { width:2.375rem;height:2.375rem;top:27.625rem;left:10.375rem;z-index:15051;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e8e9b9b8-3efa-47a4-acb5-59c699c9962e/1802.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.adaptive-delivery-prevent-bg, #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.lazyload, #ciRXsqwBDKLAow6mPzbxHtVZCMASvpte.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bPuhkRAIUKBU3dfCtTMqnpCMw9T3wSN5 { width:4.6875rem;height:1.7871125rem;top:27.9375rem;left:3.0625rem;font-size:0.6875rem;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #PTuUzswH5KtJk4yC9kbbbbfC1VHosemh { width:6.5625rem;height:0.89355625rem;top:28.3125rem;left:13.4375rem;font-size:0.6875rem;z-index:15052;display:block; }
 }@media only screen and (max-width: 763px) { #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX { width:2.375rem;height:2.375rem;top:30.5rem;left:0rem;z-index:15053;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/5a94e0b6-ae4f-41ca-877d-0ed5b0768c53/1402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.adaptive-delivery-prevent-bg, #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.lazyload, #tw7dHWQWxxAtwE1ceNnJWluBcWJGQNwX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #n9P9naOZtvupUzhtU9qsS7p7xyePZTQh { width:6.5625rem;height:0.89355625rem;top:31.1875rem;left:3.0625rem;font-size:0.6875rem;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN { width:2.375rem;height:2.375rem;top:30.5rem;left:10.375rem;z-index:15055;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b9a41516-182c-4509-94bf-30b00179b9dd/402.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.adaptive-delivery-prevent-bg, #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.lazyload, #TXf8XPxqN25UJSkDUs0HNbmtw3OVUTlN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #iREUZQ12xeGtoodSsKwIwZtGhsNGO0vF { width:6.5625rem;height:1.7871125rem;top:30.8125rem;left:13.4375rem;font-size:0.6875rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #hkyGPsHinNQnVMJEuiaTesmin8d3heS1 { width:2.375rem;height:2.375rem;top:33.375rem;left:0rem;z-index:15057;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ad160986-e78e-4d7b-b4b4-e095f548ab79/102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#hkyGPsHinNQnVMJEuiaTesmin8d3heS1.adaptive-delivery-prevent-bg, #hkyGPsHinNQnVMJEuiaTesmin8d3heS1.lazyload, #hkyGPsHinNQnVMJEuiaTesmin8d3heS1.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NZxLeryQxDSLU9c8sXaUI9LdpInd6w5f { width:6.5625rem;height:0.89355625rem;top:34.125rem;left:3.0625rem;font-size:0.6875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn { width:2.375rem;height:2.375rem;top:33.375rem;left:10.375rem;z-index:15059;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6c823dbd-16a9-4105-b81c-d2e2d422cc29/1302.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.adaptive-delivery-prevent-bg, #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.lazyload, #uKIMNhJOccnvOfPlRh9I3WWKnmrhkMFn.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #UoVMO0LGz6ZDurxoOgQqAFBnCBqQoAFl { width:6.5625rem;height:1.7871125rem;top:33.6875rem;left:13.4375rem;font-size:0.6875rem;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0 { width:2.375rem;height:2.375rem;top:36.25rem;left:0rem;z-index:15061;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d2eb69cb-77f5-4e00-a707-569f98e263d9/1202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.adaptive-delivery-prevent-bg, #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.lazyload, #VkIImeAN3IbaWGp9JQFQrdbxOPdsxMe0.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi { width:2.375rem;height:2.375rem;top:36.25rem;left:10.375rem;z-index:15063;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/19039611-e4b0-4bb0-bff1-719d3b05669a/1102.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.adaptive-delivery-prevent-bg, #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.lazyload, #LZ3QxUrL8xOuHhn1xhrIT04b1II6tCVi.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #dsUgziR11oCkFE4zOWBeK6uwN2hi2aSg { width:6.5625rem;height:0.89355625rem;top:37rem;left:3.0625rem;font-size:0.6875rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #bwWm57XxhChJUAIw4o0DZ029VoMstoLk { width:6.5625rem;height:0.89355625rem;top:37rem;left:13.4375rem;font-size:0.6875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D { width:2.375rem;height:2.375rem;top:39.125rem;left:0rem;z-index:15065;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/83652cbb-f86d-4da3-8ac6-c272dc9b9b05/1902.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.adaptive-delivery-prevent-bg, #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.lazyload, #nC1v54W0X35k4T0ZKBnk2BoShS3Oao3D.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK { width:2.375rem;height:2.375rem;top:39.125rem;left:10.375rem;z-index:15067;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fec18e64-242b-4e79-8332-0d340cc6d491/1502.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.adaptive-delivery-prevent-bg, #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.lazyload, #qR5QGwIsGrTQ918hkQA72c44cBrIDGKK.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ey3RM2uFa81TsAfF8VINbTHXimxRJABm { width:6.5625rem;height:0.89355625rem;top:39.875rem;left:3.0625rem;font-size:0.6875rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #Fw6CTZMkh9LsP7o5Klz3O7A1vTrrvhXD { width:6.5625rem;height:0.89355625rem;top:39.875rem;left:13.4375rem;font-size:0.6875rem;z-index:15068;display:block; }
 }@media only screen and (max-width: 763px) { #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2 { width:2.375rem;height:2.375rem;top:16.125rem;left:0rem;z-index:15037;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/81644cfb-ce30-43ab-ba38-5c15dcb4514c/202.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.adaptive-delivery-prevent-bg, #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.lazyload, #ErO6hMuASvfoLokaZ83Eg5KGOJgWEsM2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #hxGZoKtPTLqZCW4tgnLGe9rlew8TCJQO { width:6.5625rem;height:0.89355625rem;top:16.875rem;left:3.0625rem;font-size:0.6875rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P { display:block; }#NuZVN8Bea6LDaMJs3Z7JXgvG0JTnMT1P > .row .container { width:20rem;height:35.4375rem;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) { #kxBEPrVbs38onaaL9avuUHTcpL2Qq9kK { width:15.75rem;height:2.5rem;top:31.125rem;left:2.125rem;font-size:0.875rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5hdpW95HtVwQovCBCUziIa5zu22CQaD { display:block; }
 }@media only screen and (max-width: 763px) { #aMpoEle9HrNWC09WRJy5eDnlME9QEsg3 { width:18.1875rem;height:1.7871125rem;top:3rem;left:0.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #eXeQAvs93TlqwgwnLTdT3GpiBRWsKOOX { width:18.875rem;height:3.14941875rem;top:17.875rem;left:0.5625rem;font-size:0.75rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #V0KrBqkh3QVmysTPcUw5vNoTK9g1qQTR { top:5.5rem;left:0.5rem;width:19rem;height:11.25rem;z-index:15107;display:block; }
 }@media only screen and (max-width: 763px) { #oGOgQFkvfiJBNgawxS2WhQ7CgITipGmw { width:18.75rem;height:2.8125rem;top:21.5625rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFNDHICEznh3K6RQdwN1EwXayEZGdRpt { width:18.75rem;height:2.8125rem;top:25rem;left:0.625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X5cekcMtrH5tAfs21k9HFWBIBZX88yov { width:20rem;height:27.5rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxXNSFES5E9ZMXfOuX3ASwzrfwXJuz1e { width:20rem;height:36.25rem;top:10.8125rem;left:0rem;display:none; }
 }@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.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }