.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); }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I { position:relative;display:block; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I { background-color: transparent; background-image: none; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row .container > .video-iframe-container { display: none; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row > .video-iframe-container { display: none; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .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); }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I { border-width: 0; border-radius: 0; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .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; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .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; }#LebBDWVtllcDGNvKlGK5fScTXxiAAp5V { 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.749998569489rem;overflow:hidden;display:block; }
#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS { 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; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS.adaptive-delivery-prevent-bg, #TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS.lazyload, #TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS.lazyloading { background-image: none; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container { background-color: transparent; background-image: none; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container > .video-iframe-container { display: none; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row > .video-iframe-container { display: none; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .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); }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container { border-width: 0; border-radius: 0; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#upmrzuGFzzM3S7bPHWEIMCQLZFxmt9N0 { 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/76e7dd7c-39c6-48dc-991c-4ec3ae31c797/1.jpg");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.12); }#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.12); }#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:45rem;width:75rem;overflow:visible;position:relative;display:block; }#pm2oE1xAZRGaKRt45HSTPNHXhHeh9bxl { color:#ffffff;display:block;width:32.3748125rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:20.1875rem;left:19.0625rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { color:#ffffff;display:block;width:54.749rem;position:absolute;font-family:marcellus;font-size:2.625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:16.875rem;left:7.9375rem;height:2.88715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { color:#ffffff;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.125rem;left:21.125rem;height:1.787325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a48e82, #7a6961);background-image: -moz-linear-gradient(180deg, #a48e82, #7a6961);background-image: -ms-linear-gradient(180deg, #a48e82, #7a6961);background-image: -o-linear-gradient(180deg, #a48e82, #7a6961);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );";background-image: linear-gradient(180deg, #a48e82, #7a6961);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 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:marcellus;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:27.875rem;left: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.125rem;width:43.125rem;position:absolute;display:block;z-index:15000;background-color:rgba(17,17,17,0.54);background-image:none;top:23.4375rem;left:13.75rem;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:#a48e82;display:block;width:3.6875rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:24.4375rem;left:16.6875rem;height:1.1684rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#laDPxnUy5XPKrs5xICJVesMEXsTtbU7i { box-sizing:content-box;height:5.8125rem;width:62.5625rem;position:absolute;display:block;z-index:15027;background-color:rgba(0,0,0,0.4);background-image:none;top:34.4375rem;left:6.25rem;border-top:0.125rem solid #a48e82;border-left:0.125rem solid #a48e82;border-right:0.125rem solid #a48e82;border-bottom:0.125rem solid #a48e82;display:block; }
#k1oqGCVsG0NF10E4Tf9QB25DspS8cfZz { color:#ffffff;display:block;width:23.6875rem;position:absolute;font-family:marcellus;font-size:1.5625rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:36.5rem;left:9.25rem;height:4.0625rem;display:block; }
#ZC2ADMEIfeChto8vTMxhmMCMVMck20IE { position:absolute;display:block;z-index:15030;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:10.5625rem;width:20.75rem;top:3.875rem;left:24.8740234375rem;overflow:hidden;display:block; }
#xGyx0K0irtsZCpxmcI6P13fOgrM7WoQW { box-sizing:content-box;height:3.125rem;width:3.125rem;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:15031;background-color:#a48e82;background-image:none;top:35.9375rem;left:32.9375rem;display:block; }
#fTMyhnHkTTuuRb24uWzXhJIp6qgi3Hg1 { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:36.25rem;left:36.75rem;height:2.4375rem;font-style:normal;display:block; }
#NWIEsrGyoeTWpT42kQvTRHmVuACPmqUL { box-sizing:content-box;height:3.125rem;width:3.125rem;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:#a48e82;background-image:none;top:35.9375rem;left:52.1875rem;display:block; }
#xfh29rEMPCpieUDnFXISsCqpvlD2HT1f { color:#ffffff;display:block;width:10.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:36.875rem;left:55.9375rem;height:1.21875rem;font-style:normal;display:block; }
#hEbMAFa7bBUQvA6LtTdSmNc9TAGvPXeJ { position:absolute;display:block;z-index:15035;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.875rem;width:1.875rem;top:36.46875rem;left:33.5rem;overflow:hidden;display:block; }
#TdDSBmvTuzBgA6hodpK1P8a55wTyUKne { position:absolute;display:block;z-index:15036;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.875rem;width:1.875rem;top:36.5rem;left:52.8125rem;overflow:hidden;display:block; }
#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container { background-color: transparent; background-image: none; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container > .video-iframe-container { display: none; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row > .video-iframe-container { display: none; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .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); }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container { border-width: 0; border-radius: 0; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container { font-size:0.875rem;font-family:arial;height:116.3125rem;width:75rem;position:relative;display:block; }#IHnRHkb6y05cNu7o4JunxTslaQ18az8Q { color:#ffffff;display:block;width:37.375rem;position:absolute;font-family:marcellus;font-size:2.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.8125rem;height:3.57465rem;display:block; }
#K441DgJnRKSkMMULORfk6N8XaB8XIdxR { color:#ffffff;display:block;width:31.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:12.625rem;left:1.8125rem;height:8.4375rem;font-style:normal;display:block; }
#efANM4vZKCiU6SVP8oUJw7p561nWqKHs { box-sizing:content-box;height:5rem;width:5rem;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:15002;background-color:#ffffff;background-image:none;top:6rem;left:45.1875rem;display:block; }
#myU47m9bduhopkJiVJKLrMMR73ctuKKt { box-sizing:content-box;height:5rem;width:5rem;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:15003;background-color:#ffffff;background-image:none;top:12.4375rem;left:45.1875rem;display:block; }
#opJyodtqxVqgylPTfWNXTXRSZXNhJy9f { box-sizing:content-box;height:5rem;width:5rem;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:15004;background-color:#ffffff;background-image:none;top:18.875rem;left:45.1875rem;display:block; }
#QSGTWEgo1MLkxW3AKlZ8gCe7ZAtVMW3d { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:6.625rem;left:52.375rem;height:3.25rem;display:block; }
#KJIMpBTLWmX0ir1ckdPee70ZiMTlo0VG { color:#ffffff;display:block;width:20.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:13.3125rem;left:52.375rem;height:3.25rem;display:block; }
#gcVNzkmw0OzHzWb8Ey75F6G2BGWWxOoG { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.75rem;left:52.375rem;height:3.25rem;display:block; }
#qmm52WN9B0ZpAVsKTTTeOfTAlLgwnh86 { box-sizing:content-box;height:39.1875rem;width:71.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:29.53125rem;left:1.96875rem;display:block; }
#xqdflRQicToHthkHE3MRmdvxCpuTy9xn { box-sizing:content-box;height:39.1875rem;width:41.8125rem;position:absolute;display:block;z-index:15009;background-color:#a9a9a9;background-image:url("https://images.assets-landingi.com/uc/eeebde6c-bddf-4198-a43c-c70e93117fcf/IMG_45292.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:29.53125rem;left:31.1875rem;display:block; }#xqdflRQicToHthkHE3MRmdvxCpuTy9xn.adaptive-delivery-prevent-bg, #xqdflRQicToHthkHE3MRmdvxCpuTy9xn.lazyload, #xqdflRQicToHthkHE3MRmdvxCpuTy9xn.lazyloading { background-image: none; }
#CSEhflxARTq3ZeZ6cbgvTHn7Ddr1Q6Ef { box-sizing:content-box;height:0.1875rem;width:15.0625rem;position:absolute;display:block;z-index:15010;background-color:#a48e82;background-image:none;top:11.125rem;left:1.8125rem;display:block; }
#JU9MpftsoXyMPtgtMV7TcIvTkGvhrNau { color:#a48e82;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.09375rem;height:3.006075rem;font-style:normal;display:block; }
#N2EEbtoiKxiIuKilTKmaZc9HsKk7x8SS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.068359375rem;left:3.09375rem;height:1.8681625rem;display:block; }
#UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b595a040-3acc-404e-8bf4-39d6c01fd8d7/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:38.75rem;left:3.09375rem;display:block; }#UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha.adaptive-delivery-prevent-bg, #UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha.lazyload, #UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha.lazyloading { background-image: none; }
#PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25a48e57-b490-4a15-a993-e7621543e3ee/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:42.5625rem;left:3.09375rem;display:block; }#PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa.adaptive-delivery-prevent-bg, #PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa.lazyload, #PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa.lazyloading { background-image: none; }
#ZurviKb9LadILCtTDCIBXeRZi3hF4rDN { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077b6ac9-308d-4679-ad35-0abec37b5d06/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:47rem;left:3.09375rem;display:block; }#ZurviKb9LadILCtTDCIBXeRZi3hF4rDN.adaptive-delivery-prevent-bg, #ZurviKb9LadILCtTDCIBXeRZi3hF4rDN.lazyload, #ZurviKb9LadILCtTDCIBXeRZi3hF4rDN.lazyloading { background-image: none; }
#thfa4U0BdPgZdkaTUywKCESkoff58kfr { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15016;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f88314d-f40d-4272-b6fc-bdafb3a53373/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:51.25rem;left:3.09375rem;display:block; }#thfa4U0BdPgZdkaTUywKCESkoff58kfr.adaptive-delivery-prevent-bg, #thfa4U0BdPgZdkaTUywKCESkoff58kfr.lazyload, #thfa4U0BdPgZdkaTUywKCESkoff58kfr.lazyloading { background-image: none; }
#GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15017;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c393bb45-0a1d-4e9f-b930-3e342b9d98cd/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:55.1875rem;left:3.09375rem;display:block; }#GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u.adaptive-delivery-prevent-bg, #GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u.lazyload, #GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u.lazyloading { background-image: none; }
#XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3aa9fc7d-b2c9-49c9-bffd-98310df229c6/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:59.5rem;left:3.09375rem;display:block; }#XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben.adaptive-delivery-prevent-bg, #XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben.lazyload, #XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben.lazyloading { background-image: none; }
#uyTHSSbJKziCQQdM8teIT4ieEVko4il9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:39.1689453125rem;left:5.90625rem;height:0.974825rem;font-style:normal;display:block; }
#ETodRlAt7fgLHWkgqhLbWsSODtOFgtaO { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:42.6064453125rem;left:5.9375rem;height:1.94965rem;font-style:normal;display:block; }
#weoiZEcsX8dSGgHwLcxnX9A6PnguOyT4 { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:46.45703125rem;left:5.9375rem;height:1.94965rem;font-style:normal;display:block; }
#Hx9UrH43lmJpNtZIG3hEXbBA52Oi4T4U { color:#000000;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:51.76953125rem;left:5.9375rem;height:0.974825rem;font-style:normal;display:block; }
#iit6x4OuyshQc9TzO1HfFmQWJBNu6DSD { color:#000000;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:55.587890625rem;left:5.9375rem;height:0.974825rem;font-style:normal;display:block; }
#vlyIJmGVA0OfVqVDKaLSwt7xkXxeiNx6 { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:59.36328125rem;left:5.9375rem;height:0.974825rem;font-style:normal;display:block; }
#XaTxnNe7JVHrQ2odZHab3poOuHwVfOCa { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:20.5625rem;top:63.8125rem;left:1.40625rem;overflow:hidden;display:block; }
#WPkPAmcdPBbCgTslSZVWaKE0Tmk7NtqU { box-sizing:content-box;height:39.1875rem;width:71.0625rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:71.625rem;left:1.9375rem;display:block; }
#ZICoslaW8irrI4waIOhAFZvzlO4OV5hp { color:#a48e82;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:73.1875rem;left:45.1875rem;height:3.006075rem;font-style:normal;display:block; }
#sEOVWbgMiwnZTOPF2VVrQlw8MI8TzgBk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:76.1875rem;left:45.1875rem;height:1.8681625rem;display:block; }
#WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b595a040-3acc-404e-8bf4-39d6c01fd8d7/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:79.875rem;left:45.1875rem;display:block; }#WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm.adaptive-delivery-prevent-bg, #WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm.lazyload, #WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm.lazyloading { background-image: none; }
#SaDQoTRHthqxW77TsqnanBUUI8w1VGRq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:80.3125rem;left:48rem;height:0.974825rem;font-style:normal;display:block; }
#vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3 { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25a48e57-b490-4a15-a993-e7621543e3ee/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:83.25rem;left:45.1875rem;display:block; }#vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3.adaptive-delivery-prevent-bg, #vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3.lazyload, #vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3.lazyloading { background-image: none; }
#CsuMdSnTECeXliLW8ugBRcBzhsJ5TXA8 { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:83.3125rem;left:48.0625rem;height:1.94965rem;font-style:normal;display:block; }
#CD8mdXRSM4REsS7CzwDZOOdgCtBxK14q { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:86.5625rem;left:48.0625rem;height:2.92448125rem;font-style:normal;display:block; }
#ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077b6ac9-308d-4679-ad35-0abec37b5d06/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:87.125rem;left:45.1875rem;display:block; }#ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx.adaptive-delivery-prevent-bg, #ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx.lazyload, #ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx.lazyloading { background-image: none; }
#hW28mAXgdPKc2U3cbwgOfvzkery09sc0 { box-sizing:content-box;height:39.1875rem;width:41.8125rem;position:absolute;display:block;z-index:15028;background-color:#a9a9a9;background-image:url("https://images.assets-landingi.com/uc/bbf909bf-b2b5-41f8-a03c-9ba3949daf31/CopyofCocoon_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:71.625rem;left:1.9375rem;display:block; }#hW28mAXgdPKc2U3cbwgOfvzkery09sc0.adaptive-delivery-prevent-bg, #hW28mAXgdPKc2U3cbwgOfvzkery09sc0.lazyload, #hW28mAXgdPKc2U3cbwgOfvzkery09sc0.lazyloading { background-image: none; }
#m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f88314d-f40d-4272-b6fc-bdafb3a53373/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:90.625rem;left:45.1875rem;display:block; }#m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC.adaptive-delivery-prevent-bg, #m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC.lazyload, #m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC.lazyloading { background-image: none; }
#STyEHzssKoGTZo6BTL1JhnJxs8dhz0xQ { color:#000000;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:91.125rem;left:48.0625rem;height:0.974825rem;font-style:normal;display:block; }
#q96oCXnelvypSTfDzUVqopZG0EQ3ZTni { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c393bb45-0a1d-4e9f-b930-3e342b9d98cd/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:94rem;left:45.1875rem;display:block; }#q96oCXnelvypSTfDzUVqopZG0EQ3ZTni.adaptive-delivery-prevent-bg, #q96oCXnelvypSTfDzUVqopZG0EQ3ZTni.lazyload, #q96oCXnelvypSTfDzUVqopZG0EQ3ZTni.lazyloading { background-image: none; }
#DcIfZGMJQuNhzcVBrTTAz3IVsvDVHP85 { color:#000000;display:block;width:12rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:94.375rem;left:48.0625rem;height:0.974825rem;font-style:normal;display:block; }
#c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15037;background-color:rgba(0,0,0,0.01);background-image:url("https://images.assets-landingi.com/uc/dc8f5915-f981-47ee-9814-9bc886bb84f2/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:97.5625rem;left:45.1875rem;display:block; }#c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB.adaptive-delivery-prevent-bg, #c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB.lazyload, #c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB.lazyloading { background-image: none; }
#sTFy16SLra26XgKcbWXPDMuzBv1tTAWi { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:97.4375rem;left:48.0625rem;height:0.974825rem;font-style:normal;display:block; }
#l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3 { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3aa9fc7d-b2c9-49c9-bffd-98310df229c6/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:101.25rem;left:45.1875rem;display:block; }#l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3.adaptive-delivery-prevent-bg, #l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3.lazyload, #l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3.lazyloading { background-image: none; }
#TxC02bP3V9iTF2xDgV8QFvmqDw05bJR7 { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:101.375rem;left:48.0625rem;height:0.974825rem;font-style:normal;display:block; }
#mzfs1yhuZFP69SvSgMLFPfISr0q3ETuB { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:20.5625rem;top:105.1875rem;left:53rem;overflow:hidden;display:block; }
#ioukHtZhRsSwqtdoS5vVy6nlI6kPT16F { box-sizing:content-box;height:39.1875rem;width:71.0625rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:29.53125rem;left:1.96875rem;display:none; }
#mKLRZIFhyO0T8STtf4yg6paWfavt01BN { box-sizing:content-box;height:39.1875rem;width:41.8125rem;position:absolute;display:block;z-index:15009;background-color:#a9a9a9;background-image:none;top:29.53125rem;left:31.1875rem;display:none; }
#whqOEuGUTMJVAAC5fgZwbVv4DgBmT1ry { color:#a48e82;display:block;width:24.3125rem;position:absolute;font-family:poppins;font-size:2.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:32.0625rem;left:3.09375rem;height:3.0058625rem;font-style:normal;display:none; }
#zvmFVPzaMrkgE3E6ebU6kQTTxNiyfU6f { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.4375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:35.068359375rem;left:3.09375rem;height:1.8681625rem;display:none; }
#D7WarypISUutP6BT8Thbv1mP4eXJr3k4 { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15013;background-color:#917e74;background-image:none;top:38.75rem;left:3.09375rem;display:none; }
#Fq1cRA96iJKPzKTbNBkbZxcUI1CLgti5 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15020;line-height:1.3;letter-spacing:0;top:39.1689453125rem;left:5.90625rem;height:0.9746125rem;font-style:normal;display:none; }
#iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7 { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15014;background-color:#917e74;background-image:none;top:42.125rem;left:3.09375rem;display:none; }
#i3FEhhVdAxTBV5AhJGr6KCElJ0G6QpBO { color:#000000;display:block;width:21.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:42.1689453125rem;left:5.9375rem;height:1.94921875rem;font-style:normal;display:none; }
#I5VsxWrk2OJmxSt6ep3RPFbWdcDtS1gl { color:#000000;display:block;width:25.1875rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:45.45703125rem;left:5.9375rem;height:2.923825rem;font-style:normal;display:none; }
#FENhRswBV2zpxJZtH4KFHHgPzegVwBCr { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15015;background-color:#917e74;background-image:none;top:46rem;left:3.09375rem;display:none; }
#rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15016;background-color:#917e74;background-image:none;top:49.5rem;left:3.09375rem;display:none; }
#SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15017;background-color:#917e74;background-image:none;top:52.875rem;left:3.09375rem;display:none; }
#GyevbtunIPlwlOFUKMeUma5SOGVGBQnL { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15018;background-color:#917e74;background-image:none;top:56.4375rem;left:3.09375rem;display:none; }
#HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF { box-sizing:content-box;height:1.9375rem;width:1.9375rem;position:absolute;display:block;z-index:15019;background-color:#917e74;background-image:none;top:60.125rem;left:3.09375rem;display:none; }
#TG56uPHZE3D0mPiOTlPcXrvsT7GJNXPT { color:#000000;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:50.01953125rem;left:5.9375rem;height:0.9746125rem;font-style:normal;display:none; }
#i3b8CmEawErTwqBmpRpwlVtda3b50zQi { color:#000000;display:block;width:28.5rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15024;line-height:1.3;letter-spacing:0;top:53.275390625rem;left:5.9375rem;height:0.9746125rem;font-style:normal;display:none; }
#zCvAgrpqLvoquTqxCJT6BGJHXMHQKnyT { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:56.30078125rem;left:5.9375rem;height:1.94921875rem;font-style:normal;display:none; }
#zfN7XmTARlbKWL7pMM29PrGv6aOwKUBm { color:#000000;display:block;width:22.625rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:60.23828125rem;left:5.9375rem;height:1.94921875rem;font-style:normal;display:none; }
#W4TZEeIfwTvclK7vO0sO13WaIl1H95w4 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:20.5625rem;top:63.8125rem;left:1.40625rem;overflow:hidden;display:none; }
#G79nAH8kE8wnbWw6sBvGCk0rXVUIA2WX { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:65.0439453125rem;left:4.375rem;height:1.29980625rem;display:block; }
#wXJ77Tf1T13QbZdepamJfzA5ZWSFAAo8 { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:64.6689453125rem;left:9.4375rem;height:1.94965rem;font-style:normal;display:block; }
#JcQTLvrk7D9wSg1Lo7qf7eM740KcUo6S { color:#ffffff;display:block;width:9.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.3);top:106.0625rem;left:61.0625rem;height:1.94965rem;font-style:normal;display:block; }
#hNRnMGJvHWhkAz03Pque5hiWvsL0iGZE { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:106.4375rem;left:56rem;height:1.29980625rem;display:block; }
#oEVSyzXEdtJiEUhbzyvzge4LeK1BTDMp { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:6.974609375rem;left:46.0625rem;overflow:hidden;display:block; }
#dTQdvyfW5L8DdsrnbFB5TBE4TG2EfT6A { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:13.3125rem;left:46.0625rem;overflow:hidden;display:block; }
#eiLo36BS9g1cW4peLsrGbCysmFstSFEb { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:19.6875rem;left:46.0625rem;overflow:hidden;display:block; }
#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/3802f990-1436-48f0-a445-75b49680a45e/IMG_0113.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq.adaptive-delivery-prevent-bg, #FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq.lazyload, #FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq.lazyloading { background-image: none; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container { background-color: transparent; background-image: none; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container > .video-iframe-container { display: none; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.46); }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row > .video-iframe-container { display: none; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .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); }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container { border-width: 0; border-radius: 0; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq::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; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#eXAco7JQuzR2L9CGDkXCViRuQTmqoO16 { color:#dec0b1;display:block;width:17.5rem;position:absolute;font-family:marcellus;font-size:3.5rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:11.1494140625rem;left:4.25rem;height:7.699625rem;display:block; }
#rIbMUpBS4Hm287SH73ODv042qPlTL67X { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:300;z-index:15046;line-height:1.4;letter-spacing:0;top:8.875rem;left:27.25rem;height:10.5rem;font-style:normal;display:block; }
#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { 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; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { border-width: 0; border-radius: 0; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#ooZHA0GMZy4ZTAaZKBtSgv7zuJudDxxk { color:#000000;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.25rem;left:36.375rem;height:2.4375rem;display:block; }
#VMPM4PCfJ563f1Wqa70cR0ERcxWQQcad { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:13.9375rem;left:36.375rem;height:1.5rem;font-style:normal;display:block; }
#wFWBS1uOelxgzhZ0Dn57JKUWglT6WSRV { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:13.9375rem;left:57.5rem;height:1.5rem;font-style:normal;display:block; }
#X3klDMZen7TCQSs51Tbo7QVMRxaVrCr2 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.25rem;left:57.5rem;height:3.65625rem;display:block; }
#J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { color:#a48e82;display:block;width:36.4976875rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.0625rem;left:36.25rem;height:3.73730625rem;font-style:normal;display:block; }
#PiMZwdWghFTNzGdZZJ3JTS7lqBlBLz4P { color:#000000;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:36.375rem;height:3.65625rem;display:block; }
#U6zNmFABtaiSSNcqxTPJFeuMdxzHosC3 { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:22.75rem;left:36.375rem;height:1.5rem;font-style:normal;display:block; }
#kHIdp8EbXNUmNrJ5nLyXrdgeRxkHf7Gp { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:22.8125rem;left:57.5rem;height:1.5rem;font-style:normal;display:block; }
#zUPqcRuZTM920ToxCuzNBxyVCIoeRvsm { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.9375rem;left:57.5rem;height:3.65625rem;display:block; }
#zg8P7q0PAgEXcFPTiaoS6JyJoN68eLEP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.1875rem;width:25.9375rem;top:4.333984375rem;left:0rem;overflow:hidden;display:block; }
#wJx8usga33lJIS5n0dLHJfKZ46RpKu5O { color:#000000;display:block;width:16.5rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875rem;left:36.375rem;height:2.4375rem;display:block; }
#q4SIn3lsTpfHOJqX7cgBD8h5FSZCEOMI { color:#000000;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:34.25rem;left:57.5rem;height:2.4375rem;display:block; }
#GHml1gzyBGTZqIHtHSvadcA3cLwrSSFG { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:32.1875rem;left:36.375rem;height:1.5rem;font-style:normal;display:block; }
#ggnTsweSws2t5rMKk6P2kbJrgvW7Uxrl { color:#000000;display:block;width:17.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:32.1875rem;left:57.5rem;height:1.5rem;font-style:normal;display:block; }
#dCq1FmbRJroTADHiJO1nTochHDKCn4hl { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#a48e82;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; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container { background-color: transparent; background-image: none; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container > .video-iframe-container { display: none; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row > .video-iframe-container { display: none; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .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); }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container { border-width: 0; border-radius: 0; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:75rem;position:relative;display:block; }#ZEqxfCh5apBZTZr1GzPZDXTr6VLBGuoE { color:#ffffff;display:block;width:37.8125rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.75rem;left:18.59375rem;height:7.4739375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF { box-sizing:content-box;height:22.5625rem;width:16.5rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de4a0281-63aa-49e6-a1e9-c056ff8386d4/CopyofRestaurant_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.375rem;left:0.53125rem;display:block; }#vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.adaptive-delivery-prevent-bg, #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.lazyload, #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.lazyloading { background-image: none; }
#Xx4ydrpv0TT9c3rl25yh7y0GedwqMNDB { box-sizing:content-box;height:29rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:12rem;left:19.25rem;display:block; }
#ugWIs2CWBZN1rraFCT2yXA5m7iAvJznO { box-sizing:content-box;height:29rem;width:17.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:12rem;left:38.4375rem;display:block; }
#ldQxlho3QIWgPzkvzG8QbOTBKsqiKZFX { box-sizing:content-box;height:29rem;width:17.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:12rem;left:57.5rem;display:block; }
#N1IfdwHDImuDNuWRR30eHoDE6tWXSvKA { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.8125rem;left:1.21875rem;height:1.625rem;font-style:normal;display:block; }
#JbyMmHzITLMpKq7FJQPdmb9ZO4bsz4tq { color:#000000;display:block;width:15.125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:37.8125rem;left:1.21875rem;height:1.13715rem;display:block; }
#t9C1PEik4xCcx005GVIXvP2LTq7DCWme { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:35.8125rem;left:20.53125rem;height:1.625rem;font-style:normal;display:block; }
#OEaIQr1XUiJmGLTIgXkW0a2ZOzLiz66U { color:#000000;display:block;width:14rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:37.8125rem;left:20.5rem;height:2.27430625rem;display:block; }
#Qb2VHsZaJEvZX9TFs93wTI9MrV19nXrr { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:35.8125rem;left:39.90625rem;height:1.625rem;font-style:normal;display:block; }
#yVM8ks0yuE4kx3ZGABPf0gHFvFhSTcDM { color:#000000;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.8125rem;left:39.9375rem;height:2.27430625rem;display:block; }
#xavaURkNWMnqTUnJeotgIqyO8PeCmFLg { color:#000000;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:35.8125rem;left:58.96875rem;height:1.625rem;font-style:normal;display:block; }
#hBPcJT0nPVoBLFmJlqVcdcVohOythybK { color:#000000;display:block;width:14.625rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.8125rem;left:58.9375rem;height:2.27430625rem;display:block; }
#D5hqOsqtcHSLOZELCuaJp7liFRDboohk { box-sizing:content-box;height:29rem;width:17.5rem;position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;top:11.9375rem;left:0rem;display:block; }
#ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f { box-sizing:content-box;height:22.5625rem;width:16.5rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/c67bd98a-6a10-443b-8f9b-c6cba2af5ac8/IMG_5405.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.375rem;left:19.75rem;display:block; }#ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f.adaptive-delivery-prevent-bg, #ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f.lazyload, #ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f.lazyloading { background-image: none; }
#nvr0WP9u2RF6JmTyOproTu2RSErVRemg { box-sizing:content-box;height:22.5625rem;width:16.5rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a7748d49-4f65-41ab-97a5-62586a8c70f9/673446f0144097f221326795_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.375rem;left:38.9375rem;display:block; }#nvr0WP9u2RF6JmTyOproTu2RSErVRemg.adaptive-delivery-prevent-bg, #nvr0WP9u2RF6JmTyOproTu2RSErVRemg.lazyload, #nvr0WP9u2RF6JmTyOproTu2RSErVRemg.lazyloading { background-image: none; }
#oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA { box-sizing:content-box;height:22.5625rem;width:16.5rem;position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f0661119-caeb-40c3-b669-a114bbe52aac/47904643apDPS16fa4e7bc05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:12.375rem;left:58rem;display:block; }#oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.adaptive-delivery-prevent-bg, #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.lazyload, #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.lazyloading { background-image: none; }
#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0b0b0b;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; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container { background-color: transparent; background-image: none; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container > .video-iframe-container { display: none; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row > .video-iframe-container { display: none; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .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); }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container { border-width: 0; border-radius: 0; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container { font-size:0.875rem;font-family:arial;height:68.25rem;width:75rem;position:relative;display:block; }#th1QbfDNiaec9M3Cs8V2pRaabRCc8qZH { color:#baa193;display:block;width:37.8125rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:4.0625rem;left:18.59375rem;height:3.73730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L9q9y1BRbFG2pNt1TQXiOhy1yrGSWwnt { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15006;background-color:#ffffff;background-image:none;top:13.125rem;left:10.4375rem;display:block; }
#yH7bnqCnWTEc9TD5Is0psXTJsCQTP1NL { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15007;background-color:#ffffff;background-image:none;top:13.125rem;left:33.375rem;display:block; }
#MNQ5C9Vq2CtvxhOS9o894rgLzTxupbSe { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15008;background-color:#ffffff;background-image:none;top:13.125rem;left:56.375rem;display:block; }
#lJHy2TMmpv6cy67Bw8crocgsy7RFqHiO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:23.3125rem;left:8.28125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gwFATCmF2pfXUQE50d8KTmDhrKcoqxEz { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.3125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QQrpHrmf54415bo7ZLTGlQh4IwDcFgHd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:23.3125rem;left:54.21875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zvdGTde9hIS9lssqAdDnBzpvtQEvTHT9 { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15009;background-color:#ffffff;background-image:none;top:30.9375rem;left:10.4375rem;display:block; }
#Z01eddcvWu8mfeIHQ7ClqVyq1JirBt4M { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.125rem;left:7.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UyqZmTlCSuSSnwT67lGelAeXfAKA3H1y { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15011;background-color:#ffffff;background-image:none;top:30.9375rem;left:33.375rem;display:block; }
#snTxmRy3WCJwdfJ2K3uVr9PO7TesD0J9 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:41.125rem;left:31.25rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ns1OLbiF8hSk174E5EExy8HgBB6U39Bp { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15013;background-color:#ffffff;background-image:none;top:30.9375rem;left:56.375rem;display:block; }
#kDz0Gm7y7TqJFNvUL86rPCp0au87NC9z { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:41.125rem;left:54.25rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHvXROJa9PepIBBbgCauftiBBkQoS0RC { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15011;background-color:#ffffff;background-image:none;top:50rem;left:10.4375rem;display:block; }
#fcGC7nvV4qSowzXR1x6wMqnsTTld9N6c { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:60.1875rem;left:7.375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VovFnNhNvv53yG7shJbi5FEuaeRwo6aO { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15013;background-color:#ffffff;background-image:none;top:50rem;left:33.375rem;display:block; }
#RMJ0VOcmSiuuNzSpW4DWDCqTK5bm8UUb { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:60.1875rem;left:30.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iM4fS1kPLNNKgEea4dkwuJiwXhPubCoM { box-sizing:content-box;height:8.1875rem;width:8.1875rem;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:15015;background-color:#ffffff;background-image:none;top:50rem;left:56.375rem;display:block; }
#dpGEdJrcDBwOmTI7B6afD3rIzw2IqJ1v { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:60.1875rem;left:53.3125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTILMTUrJCKFqhJNeuS2os6JvPeLcGr7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.71875rem;left:12.03125rem;overflow:hidden;display:block; }
#RAmkRvHhemL9TfiiE9OEfnVe6wo8C1Sr { 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:5rem;width:5rem;top:14.71875rem;left:35rem;overflow:hidden;display:block; }
#gnn3G47NHuvZO1hoft8EtBZc4xzxIdtL { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:14.71875rem;left:57.96875rem;overflow:hidden;display:block; }
#QiHni2StVZPvvnHEJdIbiZB2HUFo7Qf9 { 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:5rem;width:5rem;top:32.53125rem;left:11.65625rem;overflow:hidden;display:block; }
#gTpuviRSPnuGLeMeyFuwbMRav7FB34nI { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.53125rem;left:35rem;overflow:hidden;display:block; }
#eiXnOlKUTtOcddx39rk7ZWCdzLWECud9 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:32.53125rem;left:57.96875rem;overflow:hidden;display:block; }
#XHIpatlpqT0JL0xdultyisomf0Nru7hD { position:absolute;display:block;z-index:15023;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:5rem;top:51.59375rem;left:12.03125rem;overflow:hidden;display:block; }
#NNITt2dkoyX7aQo0fw5yvlpmuSkI3ZEc { position:absolute;display:block;z-index:15024;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:5rem;top:51.59375rem;left:35rem;overflow:hidden;display:block; }
#KDrC0ar0EKNuZJAEsy3xF6mQJowfFl0K { position:absolute;display:block;z-index:15025;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:5rem;top:51.59375rem;left:57.96875rem;overflow:hidden;display:block; }
#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb84be52-4220-4a87-bcf7-043d8becd098/aerialviewblueoceanwavesandbeach.preview.rotate_180.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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,40,26,0.35); }#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,40,26,0.35); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { display: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { border-width: 0; border-radius: 0; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { font-size:0.875rem;font-family:arial;height:33.125rem;width:75rem;position:relative;display:block; }#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-form-header {  }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:1rem;font-weight:400;color:#ffffff;width:20.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal;overflow:hidden;line-height:1.4; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a48e82, #7a6961);background-image: -moz-linear-gradient(180deg, #a48e82, #7a6961);background-image: -ms-linear-gradient(180deg, #a48e82, #7a6961);background-image: -o-linear-gradient(180deg, #a48e82, #7a6961);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );";background-image: linear-gradient(180deg, #a48e82, #7a6961);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.25rem;font-weight:400;color:#ffffff;width:20.4375rem;height:3rem;font-family:marcellus;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.8116455078125rem;left:47.967882156372rem; }
#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.8116455078125rem;left:47.967882156372rem; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #ltxommpvEzKsTb9K0AfqzuTZitgJ750m { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #NndPddCahFdOMEQ3132PnvvewtJwqsCc { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #aC37AapuGTD6Bex6Nn3RpAI43IpS3wAu { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #CpxyKoxxCQ8D30z2m7TzaZ8p1yKn5UJz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #THGDK1Thibi3s6Pd43UlqcyBXb6tpNSO { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #kRotwW4dQu5gsoTiWiWQfhmNtSXPudkT { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #exKfnBbLez7VflW7hNAR5nMPwCqGRTPz { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #A1TD53Su1a6rhEpcaeIztxNTtmJFRNZf { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #SOfKqoeQ73KK1RL5pkPNQbcIf678kmUl { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #FsSa4425ALqhvZ5crQii4dL9FDHMFSti { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #nXapT8dbHrg0OiTG30uvAE64x4efslku { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #vbN3DUtAX8reyADWeMxHSts6itWtsza2 { position:relative; }
#uoqLEIRmIJ5im3bWd5SGbIOpFV2S6w3O { position:relative;display:block; }
#QoU1MTC7FoIfL7e2REoyrVes7H0TIcW8 { position:relative;display:block; }
#qT1s2Q1h5EVdgEsG1mfvl92ILNUhTpGu { position:relative;display:block; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv { position:relative; }
#K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt { position:relative; }
#wgBOpb1789lLpkLWgu956VGVFDQnxzJO { color:#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.0615234375rem;left:51.3115234375rem;height:1.94965rem;text-align:center;text-align-last:center;display:block; }
#khcHJrzSbhLxub612JZh8z6T10qokafc { color:#ffffff;display:block;width:28.75rem;position:absolute;font-family:marcellus;font-size:3.125rem;font-weight:400;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:#dac5b9;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:6rem;font-style:normal;display:block; }
#yySpsmVLorKHbawMrBcxpLCIBGawlv46 { 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; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { background-color: transparent; background-image: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { display: none; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .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); }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { border-width: 0; border-radius: 0; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { 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; }
#lZU6o9BcGAv0TVXuGHUS1XLZ5hVReDz5 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a48e82, #7a6961);background-image: -moz-linear-gradient(180deg, #a48e82, #7a6961);background-image: -ms-linear-gradient(180deg, #a48e82, #7a6961);background-image: -o-linear-gradient(180deg, #a48e82, #7a6961);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a48e82', endColorstr='#7a6961' );";background-image: linear-gradient(180deg, #a48e82, #7a6961);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 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:marcellus;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.625rem;height:3.125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.875rem;left:27.1875rem;display:block; }
#ZobWEvSOEqqzFFmXTWy1DOhPnFQUCHtO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6gonvBJTFUMK718kHaDJDz8fRfFc2mx { position:absolute;display:block;z-index:15033;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:22.3125rem;width:37.625rem;top:4rem;left:37.375rem;overflow:hidden;display:block; }
#fHDPgoKBy5k1O4QPLitl3BuOgK03occL { color:#08221e;display:block;width:30rem;position:absolute;font-family:marcellus;font-size:2.875rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:3.73730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XZyKNhJ7vCunJr9FWF1XHaSOqTH07gtq { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15034;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:1.70605625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JlF93RMo6LMfDkZOh9fhmoTRF7zv9ZPa { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:16.6875rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RwzRqmZF7xECoKtg1Wy0DzgiLsEVIneg { color:#000000;display:block;width:17.875rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:19.625rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y3xXVKMBemOTHtm9RShsnolL3nWHKzHb { color:#000000;display:block;width:22.8125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:22.625rem;left:0rem;height:1.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#adDN3J6HhmLEBaPyx4fffE0oqfN5iG1A { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:22.625rem;left:27.1875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QqBBwE3b4fHcB99TG56AxVfQ0EXFR75F { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:19.625rem;left:27.1875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cuCqZU9llMMIEknyCxPuueKZeL3wp7lU { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:16.6875rem;left:27.1875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wPXCmA3sDcKAeKTZAobUtwGTU2GC91Wo { color:#000000;display:block;width:6.0625rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:13.6875rem;left:27.1875rem;height:1.787325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#SIE2Thr4TBBUNmBLVL4RkIwVkNFtzKBS { box-sizing:content-box;height:0.25rem;width:11.1875rem;position:absolute;display:block;z-index:15042;background-color:#a48e82;background-image:none;top:14.3837890625rem;left:16.21875rem;display:block; }
#s48PRnyIvwTvZtL218l7q3GbQitnFvoG { box-sizing:content-box;height:0.25rem;width:14.5rem;position:absolute;display:block;z-index:15043;background-color:#a48e82;background-image:none;top:16.96875rem;left:12.84375rem;display:block; }
#mxiKbUiue0n1JpPr8xZ63c5OGoiEXM9S { box-sizing:content-box;height:0.25rem;width:18.75rem;position:absolute;display:block;z-index:15044;background-color:#a48e82;background-image:none;top:20.28125rem;left:8rem;display:block; }
#qV6WKQeIMx187Eokl4HygOJBcZmlInqz { box-sizing:content-box;height:0.25rem;width:5.4375rem;position:absolute;display:block;z-index:15045;background-color:#a48e82;background-image:none;top:23.28125rem;left:21.3125rem;display:block; }
#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fffaf6;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; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { background-color: transparent; background-image: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { display: none; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .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); }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { border-width: 0; border-radius: 0; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { 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:2.0369338989258rem;left:22.249643325806rem;height:1.13725rem;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) { #Zygfd47cS2HmHMrdspESuKgr6O9Wr12I { display:none; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LebBDWVtllcDGNvKlGK5fScTXxiAAp5V { top:0rem;left:5.1249985694885rem;width:37.5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS { display:block; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upmrzuGFzzM3S7bPHWEIMCQLZFxmt9N0 { 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) { #pm2oE1xAZRGaKRt45HSTPNHXhHeh9bxl { top:20.1875rem;left:5.4375rem;width:32.3125rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { top:16.875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { top:24.125rem;left:7.5rem;width:33rem;height:1.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:20.625rem;height:3.125rem;top:27.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { top:23.4375rem;left:0.125rem;width:43.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { top:24.4375rem;left:3.0625rem;width:3.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDPxnUy5XPKrs5xICJVesMEXsTtbU7i { top:34.4375rem;left:0rem;width:47.5rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oqGCVsG0NF10E4Tf9QB25DspS8cfZz { top:36.5rem;left:0rem;width:23.6875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2ADMEIfeChto8vTMxhmMCMVMck20IE { top:3.875rem;left:11.2490234375rem;width:20.75rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGyx0K0irtsZCpxmcI6P13fOgrM7WoQW { top:35.9375rem;left:19.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMyhnHkTTuuRb24uWzXhJIp6qgi3Hg1 { top:36.25rem;left:23.125rem;width:13.0625rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWIEsrGyoeTWpT42kQvTRHmVuACPmqUL { top:35.9375rem;left:38.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfh29rEMPCpieUDnFXISsCqpvlD2HT1f { top:36.875rem;left:37.6875rem;width:10.0625rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEbMAFa7bBUQvA6LtTdSmNc9TAGvPXeJ { top:36.4375rem;left:19.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDSBmvTuzBgA6hodpK1P8a55wTyUKne { top:36.5rem;left:39.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrnfaVUrLwnCfnThmru9Stgedk2PmPg { display:block; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHnRHkb6y05cNu7o4JunxTslaQ18az8Q { top:6.4375rem;left:0rem;width:37.375rem;height:3.5625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K441DgJnRKSkMMULORfk6N8XaB8XIdxR { top:12.625rem;left:0rem;width:31.1875rem;height:10.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #efANM4vZKCiU6SVP8oUJw7p561nWqKHs { top:6rem;left:31.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #myU47m9bduhopkJiVJKLrMMR73ctuKKt { top:12.4375rem;left:31.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJyodtqxVqgylPTfWNXTXRSZXNhJy9f { top:18.875rem;left:31.5625rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGTWEgo1MLkxW3AKlZ8gCe7ZAtVMW3d { top:6.625rem;left:27.9375rem;width:19.8125rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJIMpBTLWmX0ir1ckdPee70ZiMTlo0VG { top:13.3125rem;left:26.9375rem;width:20.8125rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVNzkmw0OzHzWb8Ey75F6G2BGWWxOoG { top:19.75rem;left:27.9375rem;width:19.8125rem;height:3.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmm52WN9B0ZpAVsKTTTeOfTAlLgwnh86 { top:29.5rem;left:0rem;width:47.75rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdflRQicToHthkHE3MRmdvxCpuTy9xn { top:29.5rem;left:5.9375rem;width:41.8125rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSEhflxARTq3ZeZ6cbgvTHn7Ddr1Q6Ef { top:11.125rem;left:0rem;width:15.0625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU9MpftsoXyMPtgtMV7TcIvTkGvhrNau { top:32.0625rem;left:0rem;width:24.3125rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2EEbtoiKxiIuKilTKmaZc9HsKk7x8SS { top:35.0625rem;left:0rem;width:12.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha { top:38.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa { top:42.5625rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZurviKb9LadILCtTDCIBXeRZi3hF4rDN { top:47rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfa4U0BdPgZdkaTUywKCESkoff58kfr { top:51.25rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u { top:55.1875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben { top:59.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTHSSbJKziCQQdM8teIT4ieEVko4il9 { top:39.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETodRlAt7fgLHWkgqhLbWsSODtOFgtaO { top:42.5625rem;left:0rem;width:21.1875rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weoiZEcsX8dSGgHwLcxnX9A6PnguOyT4 { top:46.4375rem;left:0rem;width:22.9375rem;height:2.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9UrH43lmJpNtZIG3hEXbBA52Oi4T4U { top:51.75rem;left:0rem;width:28.5rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iit6x4OuyshQc9TzO1HfFmQWJBNu6DSD { top:55.5625rem;left:0rem;width:28.5rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlyIJmGVA0OfVqVDKaLSwt7xkXxeiNx6 { top:59.3125rem;left:0rem;width:22.625rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTxnNe7JVHrQ2odZHab3poOuHwVfOCa { top:63.8125rem;left:0rem;width:20.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPkPAmcdPBbCgTslSZVWaKE0Tmk7NtqU { top:71.625rem;left:0rem;width:47.75rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZICoslaW8irrI4waIOhAFZvzlO4OV5hp { top:73.1875rem;left:23.4375rem;width:24.3125rem;height:3rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOVWbgMiwnZTOPF2VVrQlw8MI8TzgBk { top:76.1875rem;left:31.5625rem;width:12.5rem;height:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm { top:79.875rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaDQoTRHthqxW77TsqnanBUUI8w1VGRq { top:80.3125rem;left:34.375rem;width:12.5rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3 { top:83.25rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsuMdSnTECeXliLW8ugBRcBzhsJ5TXA8 { top:83.3125rem;left:26.5625rem;width:21.1875rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CD8mdXRSM4REsS7CzwDZOOdgCtBxK14q { top:86.5625rem;left:22.5625rem;width:25.1875rem;height:2.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx { top:87.125rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hW28mAXgdPKc2U3cbwgOfvzkery09sc0 { top:71.625rem;left:0rem;width:41.8125rem;height:39.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC { top:90.625rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STyEHzssKoGTZo6BTL1JhnJxs8dhz0xQ { top:91.125rem;left:26.625rem;width:21.125rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q96oCXnelvypSTfDzUVqopZG0EQ3ZTni { top:94rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DcIfZGMJQuNhzcVBrTTAz3IVsvDVHP85 { top:94.375rem;left:34.4375rem;width:12rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB { top:97.5625rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTFy16SLra26XgKcbWXPDMuzBv1tTAWi { top:97.4375rem;left:25.125rem;width:22.625rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3 { top:101.25rem;left:31.5625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxC02bP3V9iTF2xDgV8QFvmqDw05bJR7 { top:101.375rem;left:25.125rem;width:22.625rem;height:1.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzfs1yhuZFP69SvSgMLFPfISr0q3ETuB { top:105.1875rem;left:27.1875rem;width:20.5625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioukHtZhRsSwqtdoS5vVy6nlI6kPT16F { top:29.5rem;left:0rem;width:47.75rem;height:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mKLRZIFhyO0T8STtf4yg6paWfavt01BN { top:29.5rem;left:5.9375rem;width:41.8125rem;height:39.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #whqOEuGUTMJVAAC5fgZwbVv4DgBmT1ry { top:88.25rem;left:0rem;width:17.125rem;height:2.0625rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zvmFVPzaMrkgE3E6ebU6kQTTxNiyfU6f { top:90.5rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7WarypISUutP6BT8Thbv1mP4eXJr3k4 { top:38.75rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fq1cRA96iJKPzKTbNBkbZxcUI1CLgti5 { top:39.125rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7 { top:42.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3FEhhVdAxTBV5AhJGr6KCElJ0G6QpBO { top:42.125rem;left:0rem;width:21.1875rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #I5VsxWrk2OJmxSt6ep3RPFbWdcDtS1gl { top:45.4375rem;left:0rem;width:25.1875rem;height:2.875rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FENhRswBV2zpxJZtH4KFHHgPzegVwBCr { top:46rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA { top:49.5rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH { top:52.875rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GyevbtunIPlwlOFUKMeUma5SOGVGBQnL { top:56.4375rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF { top:60.125rem;left:0rem;width:1.9375rem;height:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TG56uPHZE3D0mPiOTlPcXrvsT7GJNXPT { top:50rem;left:0rem;width:28.5rem;height:0.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #i3b8CmEawErTwqBmpRpwlVtda3b50zQi { top:53.25rem;left:0rem;width:28.5rem;height:0.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zCvAgrpqLvoquTqxCJT6BGJHXMHQKnyT { top:56.25rem;left:0rem;width:22.625rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zfN7XmTARlbKWL7pMM29PrGv6aOwKUBm { top:60.1875rem;left:0rem;width:22.625rem;height:1.9375rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #W4TZEeIfwTvclK7vO0sO13WaIl1H95w4 { top:63.8125rem;left:0rem;width:20.5625rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #G79nAH8kE8wnbWw6sBvGCk0rXVUIA2WX { top:65rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJ77Tf1T13QbZdepamJfzA5ZWSFAAo8 { top:64.625rem;left:0rem;width:9.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcQTLvrk7D9wSg1Lo7qf7eM740KcUo6S { top:106.0625rem;left:37.8125rem;width:9.9375rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRnMGJvHWhkAz03Pque5hiWvsL0iGZE { top:106.4375rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEVSyzXEdtJiEUhbzyvzge4LeK1BTDMp { top:6.9375rem;left:32.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQdvyfW5L8DdsrnbFB5TBE4TG2EfT6A { top:13.3125rem;left:32.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLo36BS9g1cW4peLsrGbCysmFstSFEb { top:19.6875rem;left:32.4375rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq { display:block; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXAco7JQuzR2L9CGDkXCViRuQTmqoO16 { top:11.125rem;left:0rem;width:17.5rem;height:7.6875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIbMUpBS4Hm287SH73ODv042qPlTL67X { top:8.875rem;left:3.25rem;width:44.5rem;height:10.5rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooZHA0GMZy4ZTAaZKBtSgv7zuJudDxxk { top:16.25rem;left:22.75rem;width:16.5rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMPM4PCfJ563f1Wqa70cR0ERcxWQQcad { top:13.9375rem;left:22.75rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWBS1uOelxgzhZ0Dn57JKUWglT6WSRV { top:13.9375rem;left:30.25rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3klDMZen7TCQSs51Tbo7QVMRxaVrCr2 { top:16.25rem;left:30.25rem;width:17.5rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { top:7.0625rem;left:11.3125rem;width:36.4375rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiMZwdWghFTNzGdZZJ3JTS7lqBlBLz4P { top:24.875rem;left:22.75rem;width:16.5rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6zNmFABtaiSSNcqxTPJFeuMdxzHosC3 { top:22.75rem;left:22.75rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHIdp8EbXNUmNrJ5nLyXrdgeRxkHf7Gp { top:22.8125rem;left:30.25rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUPqcRuZTM920ToxCuzNBxyVCIoeRvsm { top:24.9375rem;left:31.1875rem;width:16.5625rem;height:3.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8P7q0PAgEXcFPTiaoS6JyJoN68eLEP { top:4.3125rem;left:0rem;width:25.9375rem;height:35.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJx8usga33lJIS5n0dLHJfKZ46RpKu5O { top:34.1875rem;left:22.75rem;width:16.5rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4SIn3lsTpfHOJqX7cgBD8h5FSZCEOMI { top:34.25rem;left:31.625rem;width:16.125rem;height:2.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHml1gzyBGTZqIHtHSvadcA3cLwrSSFG { top:32.1875rem;left:22.75rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnTsweSws2t5rMKk6P2kbJrgvW7Uxrl { top:32.1875rem;left:30.25rem;width:17.5rem;height:1.5rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCq1FmbRJroTADHiJO1nTochHDKCn4hl { display:none; }
 }@media only screen and (max-width: 763px) { #R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S { display:block; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEqxfCh5apBZTZr1GzPZDXTr6VLBGuoE { top:4.75rem;left:4.96875rem;width:37.8125rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF { top:12.375rem;left:0rem;width:16.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xx4ydrpv0TT9c3rl25yh7y0GedwqMNDB { top:12rem;left:5.625rem;width:17.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWIs2CWBZN1rraFCT2yXA5m7iAvJznO { top:12rem;left:24.8125rem;width:17.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldQxlho3QIWgPzkvzG8QbOTBKsqiKZFX { top:12rem;left:30.25rem;width:17.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #N1IfdwHDImuDNuWRR30eHoDE6tWXSvKA { top:35.8125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbyMmHzITLMpKq7FJQPdmb9ZO4bsz4tq { top:37.8125rem;left:0rem;width:15.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9C1PEik4xCcx005GVIXvP2LTq7DCWme { top:35.8125rem;left:6.9375rem;width:12.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEaIQr1XUiJmGLTIgXkW0a2ZOzLiz66U { top:37.8125rem;left:6.875rem;width:14rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb2VHsZaJEvZX9TFs93wTI9MrV19nXrr { top:35.8125rem;left:26.3125rem;width:12.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVM8ks0yuE4kx3ZGABPf0gHFvFhSTcDM { top:37.8125rem;left:26.3125rem;width:14.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xavaURkNWMnqTUnJeotgIqyO8PeCmFLg { top:35.8125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBPcJT0nPVoBLFmJlqVcdcVohOythybK { top:37.8125rem;left:33.125rem;width:14.625rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hqOsqtcHSLOZELCuaJp7liFRDboohk { top:11.9375rem;left:0rem;width:17.5rem;height:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f { top:12.375rem;left:6.125rem;width:16.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvr0WP9u2RF6JmTyOproTu2RSErVRemg { top:12.375rem;left:25.3125rem;width:16.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA { top:12.375rem;left:31.25rem;width:16.5rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua { display:block; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th1QbfDNiaec9M3Cs8V2pRaabRCc8qZH { top:4.0625rem;left:4.96875rem;width:37.8125rem;height:3.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9q9y1BRbFG2pNt1TQXiOhy1yrGSWwnt { top:13.125rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7bnqCnWTEc9TD5Is0psXTJsCQTP1NL { top:13.125rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQ5C9Vq2CtvxhOS9o894rgLzTxupbSe { top:13.125rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHy2TMmpv6cy67Bw8crocgsy7RFqHiO { top:23.3125rem;left:0rem;width:12.5rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFATCmF2pfXUQE50d8KTmDhrKcoqxEz { top:23.3125rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrpHrmf54415bo7ZLTGlQh4IwDcFgHd { top:23.3125rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdGTde9hIS9lssqAdDnBzpvtQEvTHT9 { top:30.9375rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z01eddcvWu8mfeIHQ7ClqVyq1JirBt4M { top:41.125rem;left:0rem;width:14.375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqZmTlCSuSSnwT67lGelAeXfAKA3H1y { top:30.9375rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTxmRy3WCJwdfJ2K3uVr9PO7TesD0J9 { top:41.125rem;left:17.625rem;width:12.5rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns1OLbiF8hSk174E5EExy8HgBB6U39Bp { top:30.9375rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDz0Gm7y7TqJFNvUL86rPCp0au87NC9z { top:41.125rem;left:35.25rem;width:12.5rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHvXROJa9PepIBBbgCauftiBBkQoS0RC { top:50rem;left:0rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGC7nvV4qSowzXR1x6wMqnsTTld9N6c { top:60.1875rem;left:0rem;width:14.375rem;height:1.625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VovFnNhNvv53yG7shJbi5FEuaeRwo6aO { top:50rem;left:19.75rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMJ0VOcmSiuuNzSpW4DWDCqTK5bm8UUb { top:60.1875rem;left:16.6875rem;width:14.375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM4fS1kPLNNKgEea4dkwuJiwXhPubCoM { top:50rem;left:39.5625rem;width:8.1875rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGEdJrcDBwOmTI7B6afD3rIzw2IqJ1v { top:60.1875rem;left:33.375rem;width:14.375rem;height:3.25rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTILMTUrJCKFqhJNeuS2os6JvPeLcGr7 { top:14.6875rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAmkRvHhemL9TfiiE9OEfnVe6wo8C1Sr { top:14.6875rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnn3G47NHuvZO1hoft8EtBZc4xzxIdtL { top:14.6875rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiHni2StVZPvvnHEJdIbiZB2HUFo7Qf9 { top:32.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTpuviRSPnuGLeMeyFuwbMRav7FB34nI { top:32.5rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiXnOlKUTtOcddx39rk7ZWCdzLWECud9 { top:32.5rem;left:42.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHIpatlpqT0JL0xdultyisomf0Nru7hD { top:51.5625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNITt2dkoyX7aQo0fw5yvlpmuSkI3ZEc { top:51.5625rem;left:21.375rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDrC0ar0EKNuZJAEsy3xF6mQJowfFl0K { top:51.5625rem;left:42.75rem;width:5rem;height:5rem;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) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #WNaTLS4XkrZoxsPap0vQQbMgOCNSitVv {  }
 }@media only screen and (max-width: 763px) { #K3TAa8wHOusBAzwPJysGC9UfLvLQZQc2 #TLbiMQI0SGsbAcZ4EX03cxlpW5Gguqpt {  }
 }@media only screen and (max-width: 763px) { #wgBOpb1789lLpkLWgu956VGVFDQnxzJO { top:28rem;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) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { top:47.8125rem;left:0rem;width:0.875rem;height:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lZU6o9BcGAv0TVXuGHUS1XLZ5hVReDz5 { width:20.625rem;height:3.125rem;top:29.875rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZobWEvSOEqqzFFmXTWy1DOhPnFQUCHtO { display:block; }
 }@media only screen and (max-width: 763px) { #v6gonvBJTFUMK718kHaDJDz8fRfFc2mx { top:4rem;left:10.125rem;width:37.625rem;height:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDPgoKBy5k1O4QPLitl3BuOgK03occL { top:7.3125rem;left:0rem;width:30rem;height:3.6875rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZyKNhJ7vCunJr9FWF1XHaSOqTH07gtq { top:13.6875rem;left:0rem;width:17.875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlF93RMo6LMfDkZOh9fhmoTRF7zv9ZPa { top:16.6875rem;left:0rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwzRqmZF7xECoKtg1Wy0DzgiLsEVIneg { top:19.625rem;left:0rem;width:17.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3xXVKMBemOTHtm9RShsnolL3nWHKzHb { top:22.625rem;left:0rem;width:22.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDN3J6HhmLEBaPyx4fffE0oqfN5iG1A { top:22.625rem;left:13.5625rem;width:6.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqBBwE3b4fHcB99TG56AxVfQ0EXFR75F { top:19.625rem;left:13.5625rem;width:6.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuCqZU9llMMIEknyCxPuueKZeL3wp7lU { top:16.6875rem;left:13.5625rem;width:6.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPXCmA3sDcKAeKTZAobUtwGTU2GC91Wo { top:13.6875rem;left:13.5625rem;width:6.0625rem;height:1.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIE2Thr4TBBUNmBLVL4RkIwVkNFtzKBS { top:14.375rem;left:2.59375rem;width:11.1875rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48PRnyIvwTvZtL218l7q3GbQitnFvoG { top:16.9375rem;left:0rem;width:14.5rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxiKbUiue0n1JpPr8xZ63c5OGoiEXM9S { top:20.25rem;left:0rem;width:18.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV6WKQeIMx187Eokl4HygOJBcZmlInqz { top:23.25rem;left:7.6875rem;width:5.4375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { top:2rem;left:8.6237545013425rem;width:30.4375rem;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) { #Zygfd47cS2HmHMrdspESuKgr6O9Wr12I { display:block; }#Zygfd47cS2HmHMrdspESuKgr6O9Wr12I > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LebBDWVtllcDGNvKlGK5fScTXxiAAp5V { width:20rem;height:2.6666666666667rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS { display:block; }#TRTWOUe8o4H8KNSWOP00959Jcnlz9NvS > .row .container { width:20rem;height:1.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upmrzuGFzzM3S7bPHWEIMCQLZFxmt9N0 { width:20rem;height:1.3333333333333rem;top:0.11328125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/76e7dd7c-39c6-48dc-991c-4ec3ae31c797/1.jpg");background-position:bottom 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.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 { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pm2oE1xAZRGaKRt45HSTPNHXhHeh9bxl { width:20rem;height:0.9746125rem;top:8.787109375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT08rX3zMwqxEKtVvAWT3Lm5bBzMLHiG { width:18.874rem;height:1.0996125rem;top:7.5rem;left:0.5615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThMDSLKPM5CewbHCbeXcGs0NHRZVgk25 { width:9.375rem;height:1.94921875rem;top:10.875rem;left:7.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UUuiUeGRrHgC85Cpfa6zhOwqywFny79p { width:13rem;height:2.5rem;top:13.875rem;left:3.5rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnktLh0xRX77K0O0cyiaEGM2MpP1yZR8 { display:block; }
 }@media only screen and (max-width: 763px) { #MVWcTOz9bMAOr3oakTwGvDgzsKibJokQ { width:17.4375rem;height:2.375rem;top:10.6875rem;left:1.3125rem;background-color:rgba(17,17,17,0.48);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ExW2BkwmFAzsG7aVkLaUmlnsRUJPlJfv { width:2.875rem;height:0.89355625rem;top:11.5rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDPxnUy5XPKrs5xICJVesMEXsTtbU7i { width:19.8125rem;height:9.4375rem;top:18rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1oqGCVsG0NF10E4Tf9QB25DspS8cfZz { width:15rem;height:1.29980625rem;top:19.0625rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZC2ADMEIfeChto8vTMxhmMCMVMck20IE { width:11.5rem;height:5.8125rem;top:0.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGyx0K0irtsZCpxmcI6P13fOgrM7WoQW { width:3.125rem;height:3.125rem;top:21.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTMyhnHkTTuuRb24uWzXhJIp6qgi3Hg1 { width:8.625rem;height:1.7871125rem;top:24.875rem;left:1.375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NWIEsrGyoeTWpT42kQvTRHmVuACPmqUL { width:3.125rem;height:3.125rem;top:21.125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfh29rEMPCpieUDnFXISsCqpvlD2HT1f { width:7.8125rem;height:0.89355625rem;top:24.875rem;left:10.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hEbMAFa7bBUQvA6LtTdSmNc9TAGvPXeJ { width:1.875rem;height:1.875rem;top:21.71875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdDSBmvTuzBgA6hodpK1P8a55wTyUKne { width:1.875rem;height:1.875rem;top:21.78125rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxrnfaVUrLwnCfnThmru9Stgedk2PmPg { display:block; }#FxrnfaVUrLwnCfnThmru9Stgedk2PmPg > .row .container { width:20rem;height:121.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IHnRHkb6y05cNu7o4JunxTslaQ18az8Q { width:20rem;height:1.70605625rem;top:1.8125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K441DgJnRKSkMMULORfk6N8XaB8XIdxR { width:19.375rem;height:4.21875rem;top:4.19921875rem;left:0rem;font-size:0.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #efANM4vZKCiU6SVP8oUJw7p561nWqKHs { width:3.125rem;height:3.125rem;top:9.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myU47m9bduhopkJiVJKLrMMR73ctuKKt { width:3.125rem;height:3.125rem;top:14.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #opJyodtqxVqgylPTfWNXTXRSZXNhJy9f { width:3.125rem;height:3.125rem;top:19rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSGTWEgo1MLkxW3AKlZ8gCe7ZAtVMW3d { width:13.1875rem;height:1.7871125rem;top:9.6875rem;left:5.4375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJIMpBTLWmX0ir1ckdPee70ZiMTlo0VG { width:11.875rem;height:1.7871125rem;top:14.75rem;left:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcVNzkmw0OzHzWb8Ey75F6G2BGWWxOoG { width:13.1875rem;height:1.7871125rem;top:19.6875rem;left:5.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmm52WN9B0ZpAVsKTTTeOfTAlLgwnh86 { width:18.8125rem;height:46.125rem;top:25.6875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xqdflRQicToHthkHE3MRmdvxCpuTy9xn { width:18.8125rem;height:14.1875rem;top:25.6875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSEhflxARTq3ZeZ6cbgvTHn7Ddr1Q6Ef { width:9.1875rem;height:0.125rem;top:3.6435546875rem;left:5.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JU9MpftsoXyMPtgtMV7TcIvTkGvhrNau { width:17.125rem;height:2.11230625rem;top:40.5rem;left:1.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2EEbtoiKxiIuKilTKmaZc9HsKk7x8SS { width:12.5rem;height:1.4619125rem;top:42.76171875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVbTvI29Xw5K3JKsepE9P7Q4kXlJE3ha { width:1.625rem;height:1.625rem;top:45.375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgXUuqkSQx0FeQbP9fQOQdAG8DKh5NCa { width:1.5625rem;height:1.5625rem;top:49.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZurviKb9LadILCtTDCIBXeRZi3hF4rDN { width:1.5625rem;height:1.5625rem;top:52.875rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #thfa4U0BdPgZdkaTUywKCESkoff58kfr { width:1.5625rem;height:1.5625rem;top:56.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTakT3Pz81dATqwFBsq0TOwE1s3TJP6u { width:1.5625rem;height:1.5625rem;top:60.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXJLAdqXH9BGaKlwWBRyXKMzgAZ39Ben { width:1.5625rem;height:1.5625rem;top:64.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyTHSSbJKziCQQdM8teIT4ieEVko4il9 { width:12.5rem;height:0.6494125rem;top:45.8251953125rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETodRlAt7fgLHWkgqhLbWsSODtOFgtaO { width:13.5rem;height:1.298825rem;top:49.318359375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weoiZEcsX8dSGgHwLcxnX9A6PnguOyT4 { width:13.6875rem;height:1.94824375rem;top:52.732421875rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hx9UrH43lmJpNtZIG3hEXbBA52Oi4T4U { width:12.75rem;height:0.6494125rem;top:57.01953125rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iit6x4OuyshQc9TzO1HfFmQWJBNu6DSD { width:7.3125rem;height:0.6494125rem;top:60.70703125rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlyIJmGVA0OfVqVDKaLSwt7xkXxeiNx6 { width:12.125rem;height:1.298825rem;top:64.255859375rem;left:3.5rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XaTxnNe7JVHrQ2odZHab3poOuHwVfOCa { width:16.4375rem;height:3.4375rem;top:67.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPkPAmcdPBbCgTslSZVWaKE0Tmk7NtqU { width:20rem;height:39.1875rem;top:71.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZICoslaW8irrI4waIOhAFZvzlO4OV5hp { width:20rem;height:auto;top:73.1875rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sEOVWbgMiwnZTOPF2VVrQlw8MI8TzgBk { width:12.5rem;height:auto;top:76.1875rem;left:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WfWavGsgXS1HewMc7yzn0BdR8ruSZgsm { width:1.9375rem;height:1.9375rem;top:79.875rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #SaDQoTRHthqxW77TsqnanBUUI8w1VGRq { width:12.5rem;height:0;top:80.3125rem;left:3.75rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vmy6oGTOhSpT2lxHyUETnmrZb4mVfDH3 { width:1.9375rem;height:1.9375rem;top:83.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #CsuMdSnTECeXliLW8ugBRcBzhsJ5TXA8 { width:20rem;height:0;top:83.3125rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CD8mdXRSM4REsS7CzwDZOOdgCtBxK14q { width:20rem;height:0;top:86.5625rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZFVkL3bQT4x1M8Xf6xTPTKQqmCB3TJMx { width:1.9375rem;height:1.9375rem;top:87.125rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #hW28mAXgdPKc2U3cbwgOfvzkery09sc0 { width:20rem;height:39.1875rem;top:71.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1k8HvatLkyWVo9XP9fO7a2QtBZKW0pC { width:1.9375rem;height:1.9375rem;top:90.625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #STyEHzssKoGTZo6BTL1JhnJxs8dhz0xQ { width:20rem;height:0;top:91.125rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #q96oCXnelvypSTfDzUVqopZG0EQ3ZTni { width:1.9375rem;height:1.9375rem;top:94rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #DcIfZGMJQuNhzcVBrTTAz3IVsvDVHP85 { width:12rem;height:0;top:94.375rem;left:4rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4lXbwkSCaPQRBVwn3FFqwb241xQaHKB { width:1.9375rem;height:1.9375rem;top:97.5625rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #sTFy16SLra26XgKcbWXPDMuzBv1tTAWi { width:20rem;height:0;top:97.4375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #l8S4d3Gq5VuAFt03InPPAZ6amARb0LH3 { width:1.9375rem;height:1.9375rem;top:101.25rem;left:9rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxC02bP3V9iTF2xDgV8QFvmqDw05bJR7 { width:20rem;height:0;top:101.375rem;left:0rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #mzfs1yhuZFP69SvSgMLFPfISr0q3ETuB { width:20rem;height:4.1945288753799rem;top:105.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioukHtZhRsSwqtdoS5vVy6nlI6kPT16F { width:18.8125rem;height:46.125rem;top:73.4375rem;left:0.5625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mKLRZIFhyO0T8STtf4yg6paWfavt01BN { width:18.8125rem;height:14.1875rem;top:73.4375rem;left:0.5625rem;z-index:15028;background-color:#a9a9a9;background-image:url("https://images.assets-landingi.com/uc/bbf909bf-b2b5-41f8-a03c-9ba3949daf31/CopyofCocoon_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mKLRZIFhyO0T8STtf4yg6paWfavt01BN.adaptive-delivery-prevent-bg, #mKLRZIFhyO0T8STtf4yg6paWfavt01BN.lazyload, #mKLRZIFhyO0T8STtf4yg6paWfavt01BN.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #whqOEuGUTMJVAAC5fgZwbVv4DgBmT1ry { width:17.125rem;height:2.11230625rem;top:88.25rem;left:1.5rem;font-size:1.625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #zvmFVPzaMrkgE3E6ebU6kQTTxNiyfU6f { width:12.5rem;height:1.4619125rem;top:90.5rem;left:1.5rem;font-size:1.125rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #D7WarypISUutP6BT8Thbv1mP4eXJr3k4 { width:1.625rem;height:1.625rem;top:93.125rem;left:1.5rem;z-index:15032;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b595a040-3acc-404e-8bf4-39d6c01fd8d7/6.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D7WarypISUutP6BT8Thbv1mP4eXJr3k4.adaptive-delivery-prevent-bg, #D7WarypISUutP6BT8Thbv1mP4eXJr3k4.lazyload, #D7WarypISUutP6BT8Thbv1mP4eXJr3k4.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Fq1cRA96iJKPzKTbNBkbZxcUI1CLgti5 { width:12.5rem;height:0.6494125rem;top:93.5625rem;left:3.5rem;font-size:0.5rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7 { width:1.5625rem;height:1.5625rem;top:96.3125rem;left:1.5rem;z-index:15033;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/25a48e57-b490-4a15-a993-e7621543e3ee/7.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7.adaptive-delivery-prevent-bg, #iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7.lazyload, #iFFDuMOweMz9eSeDpcxtC2bISWAGpTZ7.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #i3FEhhVdAxTBV5AhJGr6KCElJ0G6QpBO { width:13.5rem;height:1.298825rem;top:96.5rem;left:3.5rem;font-size:0.5rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #I5VsxWrk2OJmxSt6ep3RPFbWdcDtS1gl { width:15.5rem;height:1.94824375rem;top:99.375rem;left:3.5rem;font-size:0.5rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #FENhRswBV2zpxJZtH4KFHHgPzegVwBCr { width:1.5625rem;height:1.5625rem;top:99.5rem;left:1.5rem;z-index:15034;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/077b6ac9-308d-4679-ad35-0abec37b5d06/8.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#FENhRswBV2zpxJZtH4KFHHgPzegVwBCr.adaptive-delivery-prevent-bg, #FENhRswBV2zpxJZtH4KFHHgPzegVwBCr.lazyload, #FENhRswBV2zpxJZtH4KFHHgPzegVwBCr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA { width:1.5625rem;height:1.5625rem;top:102.6875rem;left:1.5rem;z-index:15035;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/7f88314d-f40d-4272-b6fc-bdafb3a53373/9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA.adaptive-delivery-prevent-bg, #rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA.lazyload, #rvH4tFUPpE5GWXtUrvcIdTV1k2D8NDiA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH { width:1.5625rem;height:1.5625rem;top:105.875rem;left:1.5rem;z-index:15036;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c393bb45-0a1d-4e9f-b930-3e342b9d98cd/10.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH.adaptive-delivery-prevent-bg, #SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH.lazyload, #SQCrFOgXyDbU2tIGyHE61wi3lHoaF5xH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #GyevbtunIPlwlOFUKMeUma5SOGVGBQnL { width:1.5625rem;height:1.5625rem;top:109.0625rem;left:1.5rem;z-index:15037;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/dc8f5915-f981-47ee-9814-9bc886bb84f2/11.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#GyevbtunIPlwlOFUKMeUma5SOGVGBQnL.adaptive-delivery-prevent-bg, #GyevbtunIPlwlOFUKMeUma5SOGVGBQnL.lazyload, #GyevbtunIPlwlOFUKMeUma5SOGVGBQnL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF { width:1.5625rem;height:1.5625rem;top:112.25rem;left:1.5rem;z-index:15038;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3aa9fc7d-b2c9-49c9-bffd-98310df229c6/12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF.adaptive-delivery-prevent-bg, #HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF.lazyload, #HZJQQEPNhFOMQqqT3k83V5tEhcfd15TF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TG56uPHZE3D0mPiOTlPcXrvsT7GJNXPT { width:12.75rem;height:0.6494125rem;top:103.125rem;left:3.5rem;font-size:0.5rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #i3b8CmEawErTwqBmpRpwlVtda3b50zQi { width:4.8125rem;height:0.6494125rem;top:106.3125rem;left:3.5rem;font-size:0.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #zCvAgrpqLvoquTqxCJT6BGJHXMHQKnyT { width:12.125rem;height:1.298825rem;top:109.25rem;left:3.5rem;font-size:0.5rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #zfN7XmTARlbKWL7pMM29PrGv6aOwKUBm { width:13.5625rem;height:1.298825rem;top:112.4375rem;left:3.5rem;font-size:0.5rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #W4TZEeIfwTvclK7vO0sO13WaIl1H95w4 { width:16.4375rem;height:3.4375rem;top:115.6875rem;left:0.125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #G79nAH8kE8wnbWw6sBvGCk0rXVUIA2WX { width:12.5rem;height:0.89355625rem;top:68.943359375rem;left:2.46875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXJ77Tf1T13QbZdepamJfzA5ZWSFAAo8 { width:9.9375rem;height:1.625rem;top:68.556640625rem;left:6.03125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcQTLvrk7D9wSg1Lo7qf7eM740KcUo6S { width:9.9375rem;height:1.625rem;top:116.40625rem;left:6.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNRnMGJvHWhkAz03Pque5hiWvsL0iGZE { width:12.5rem;height:0.89355625rem;top:116.71875rem;left:2.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEVSyzXEdtJiEUhbzyvzge4LeK1BTDMp { width:2rem;height:2rem;top:9.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTQdvyfW5L8DdsrnbFB5TBE4TG2EfT6A { width:2rem;height:2rem;top:14.625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiLo36BS9g1cW4peLsrGbCysmFstSFEb { width:2rem;height:2rem;top:19.5rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq { display:block; }#FkaWxizNzPqQeDWWARaUUoUZOGuzZVJq > .row .container { width:20rem;height:12.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eXAco7JQuzR2L9CGDkXCViRuQTmqoO16 { width:17.5rem;height:1.58105625rem;top:1.75rem;left:1.25rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rIbMUpBS4Hm287SH73ODv042qPlTL67X { width:20rem;height:6.125rem;top:4.1875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/77e75ec7-efc3-4322-819b-1a3b15d6234e/pattern_geometric6_1_2_00_0_1__hsla314360100_hsla314257100.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.adaptive-delivery-prevent-bg, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyload, #ZTIcTx8bZRfpM2wiP66GGNklzf19HFko.lazyloading { background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { background-color: transparent; background-image: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row > .video-iframe-container { display: none; }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .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); }#ZTIcTx8bZRfpM2wiP66GGNklzf19HFko > .row .container { width:20rem;height:43.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ooZHA0GMZy4ZTAaZKBtSgv7zuJudDxxk { width:17.5rem;height:1.7871125rem;top:17.158203125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMPM4PCfJ563f1Wqa70cR0ERcxWQQcad { width:17.5rem;height:0.9746125rem;top:15.763137817382rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFWBS1uOelxgzhZ0Dn57JKUWglT6WSRV { width:13rem;height:0.9746125rem;top:20.3251953125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3klDMZen7TCQSs51Tbo7QVMRxaVrCr2 { width:17.5rem;height:1.7871125rem;top:21.603515625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6AowFLpL4MP8chkM6Nqy3OL3wxGC1kK { width:11.937125rem;height:1.70605625rem;top:1.25rem;left:4.030539393425rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #PiMZwdWghFTNzGdZZJ3JTS7lqBlBLz4P { width:16.624625rem;height:1.7871125rem;top:26.2568359375rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6zNmFABtaiSSNcqxTPJFeuMdxzHosC3 { width:17.5rem;height:0.9746125rem;top:24.880859375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHIdp8EbXNUmNrJ5nLyXrdgeRxkHf7Gp { width:17.5rem;height:0.9746125rem;top:29.5341796875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUPqcRuZTM920ToxCuzNBxyVCIoeRvsm { width:16.5625rem;height:1.7871125rem;top:30.908203125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zg8P7q0PAgEXcFPTiaoS6JyJoN68eLEP { width:10.1875rem;height:13.8125rem;top:1.62109375rem;left:4.8739346265793rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJx8usga33lJIS5n0dLHJfKZ46RpKu5O { width:16.4994375rem;height:1.7871125rem;top:35.685546875rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4SIn3lsTpfHOJqX7cgBD8h5FSZCEOMI { width:16.1248125rem;height:1.7871125rem;top:40.525390625rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHml1gzyBGTZqIHtHSvadcA3cLwrSSFG { width:17.5rem;height:0.9746125rem;top:34.3115234375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggnTsweSws2t5rMKk6P2kbJrgvW7Uxrl { width:17.5rem;height:0.9746125rem;top:39.2138671875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCq1FmbRJroTADHiJO1nTochHDKCn4hl { top:3.6496810913086rem;left:0rem;width:20rem;height:10.9375rem;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/721ed736-9db9-4046-bffe-c053ae52faf3/IMG_3944.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#dCq1FmbRJroTADHiJO1nTochHDKCn4hl.adaptive-delivery-prevent-bg, #dCq1FmbRJroTADHiJO1nTochHDKCn4hl.lazyload, #dCq1FmbRJroTADHiJO1nTochHDKCn4hl.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S { display:block; }#R4vgaG7C49yVkcz4xG5wpzPOy5bTJ63S > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZEqxfCh5apBZTZr1GzPZDXTr6VLBGuoE { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF { width:8.625rem;height:11.0625rem;top:4.8125rem;left:0.84375rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/de4a0281-63aa-49e6-a1e9-c056ff8386d4/CopyofRestaurant_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.adaptive-delivery-prevent-bg, #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.lazyload, #vOkCLT9aL9HM9SL0cKx5L09UZMCHiNaF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Xx4ydrpv0TT9c3rl25yh7y0GedwqMNDB { width:9.375rem;height:14.8125rem;top:4.375rem;left:10.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ugWIs2CWBZN1rraFCT2yXA5m7iAvJznO { width:9.375rem;height:14.8125rem;top:19.8125rem;left:0.375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ldQxlho3QIWgPzkvzG8QbOTBKsqiKZFX { width:9.375rem;height:14.8125rem;top:19.8125rem;left:10.3125rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #N1IfdwHDImuDNuWRR30eHoDE6tWXSvKA { width:8.5625rem;height:1.13671875rem;top:16.25rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbyMmHzITLMpKq7FJQPdmb9ZO4bsz4tq { width:7.375rem;height:1.298825rem;top:17.5625rem;left:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9C1PEik4xCcx005GVIXvP2LTq7DCWme { width:8.375rem;height:1.13671875rem;top:16.25rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEaIQr1XUiJmGLTIgXkW0a2ZOzLiz66U { width:8.125rem;height:1.298825rem;top:17.5625rem;left:10.875rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qb2VHsZaJEvZX9TFs93wTI9MrV19nXrr { width:6.25rem;height:1.13671875rem;top:31.5rem;left:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVM8ks0yuE4kx3ZGABPf0gHFvFhSTcDM { width:8.5rem;height:1.3984375rem;top:32.8125rem;left:0.9375rem;font-size:0.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xavaURkNWMnqTUnJeotgIqyO8PeCmFLg { width:6.6875rem;height:1.13671875rem;top:31.5rem;left:10.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBPcJT0nPVoBLFmJlqVcdcVohOythybK { width:8.125rem;height:1.298825rem;top:32.8125rem;left:10.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5hqOsqtcHSLOZELCuaJp7liFRDboohk { width:9.375rem;height:14.8125rem;top:4.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgkiQxbKmycdDVA7ZeLsLnscqNKRJa0f { width:8.625rem;height:11.0625rem;top:4.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvr0WP9u2RF6JmTyOproTu2RSErVRemg { width:8.625rem;height:11.0625rem;top:20.25rem;left:0.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA { width:8.625rem;height:11.0625rem;top:20.25rem;left:10.6875rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f0661119-caeb-40c3-b669-a114bbe52aac/47904643apDPS16fa4e7bc05.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.adaptive-delivery-prevent-bg, #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.lazyload, #oLw6rrxt6XPVgKUSS9xcwdeqWhfUnwSA.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua { display:block; }#VVJBtOcKxHCGiaOAB5yNC7RGNNsecqua > .row .container { width:20rem;height:28.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #th1QbfDNiaec9M3Cs8V2pRaabRCc8qZH { width:20rem;height:1.70605625rem;top:1.25rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #L9q9y1BRbFG2pNt1TQXiOhy1yrGSWwnt { width:4.0625rem;height:4.0625rem;top:4.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH7bnqCnWTEc9TD5Is0psXTJsCQTP1NL { width:4.0625rem;height:4.0625rem;top:4.8125rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNQ5C9Vq2CtvxhOS9o894rgLzTxupbSe { width:4.0625rem;height:4.0625rem;top:4.8125rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJHy2TMmpv6cy67Bw8crocgsy7RFqHiO { width:6.625rem;height:0.73046875rem;top:9.5625rem;left:0.0625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwFATCmF2pfXUQE50d8KTmDhrKcoqxEz { width:6.9375rem;height:1.4609375rem;top:9.5625rem;left:6.53125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQrpHrmf54415bo7ZLTGlQh4IwDcFgHd { width:4.875rem;height:0.73046875rem;top:9.5625rem;left:14.34375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvdGTde9hIS9lssqAdDnBzpvtQEvTHT9 { width:4.0625rem;height:4.0625rem;top:12.6484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z01eddcvWu8mfeIHQ7ClqVyq1JirBt4M { width:6.5625rem;height:1.4609375rem;top:17.2734375rem;left:0.09375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyqZmTlCSuSSnwT67lGelAeXfAKA3H1y { width:4.0625rem;height:4.0625rem;top:12.6484375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #snTxmRy3WCJwdfJ2K3uVr9PO7TesD0J9 { width:5.3125rem;height:1.4609375rem;top:17.2734375rem;left:7.34375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ns1OLbiF8hSk174E5EExy8HgBB6U39Bp { width:4.0625rem;height:4.0625rem;top:12.6484375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDz0Gm7y7TqJFNvUL86rPCp0au87NC9z { width:5.375rem;height:1.4609375rem;top:17.2734375rem;left:14.09375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHvXROJa9PepIBBbgCauftiBBkQoS0RC { width:4.0625rem;height:4.0625rem;top:20.484375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcGC7nvV4qSowzXR1x6wMqnsTTld9N6c { width:6.5625rem;height:0.73046875rem;top:25.484375rem;left:0.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VovFnNhNvv53yG7shJbi5FEuaeRwo6aO { width:4.0625rem;height:4.0625rem;top:20.484375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMJ0VOcmSiuuNzSpW4DWDCqTK5bm8UUb { width:6.5625rem;height:1.4609375rem;top:25.484375rem;left:6.71875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM4fS1kPLNNKgEea4dkwuJiwXhPubCoM { width:4.0625rem;height:4.0625rem;top:20.484375rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpGEdJrcDBwOmTI7B6afD3rIzw2IqJ1v { width:6.5625rem;height:1.4609375rem;top:25.484375rem;left:13.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTILMTUrJCKFqhJNeuS2os6JvPeLcGr7 { width:2.5rem;height:2.5rem;top:5.59375rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAmkRvHhemL9TfiiE9OEfnVe6wo8C1Sr { width:2.5rem;height:2.5rem;top:5.59375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnn3G47NHuvZO1hoft8EtBZc4xzxIdtL { width:2.5rem;height:2.5rem;top:5.59375rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiHni2StVZPvvnHEJdIbiZB2HUFo7Qf9 { width:2.5rem;height:2.5rem;top:13.4296875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTpuviRSPnuGLeMeyFuwbMRav7FB34nI { width:2.5rem;height:2.5rem;top:13.4296875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiXnOlKUTtOcddx39rk7ZWCdzLWECud9 { width:2.5rem;height:2.5rem;top:13.4296875rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHIpatlpqT0JL0xdultyisomf0Nru7hD { width:2.5rem;height:2.5rem;top:21.265625rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNITt2dkoyX7aQo0fw5yvlpmuSkI3ZEc { width:2.5rem;height:2.5rem;top:21.265625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDrC0ar0EKNuZJAEsy3xF6mQJowfFl0K { width:2.5rem;height:2.5rem;top:21.265625rem;left:15.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95ba811f-f343-454c-8d56-736be190670c/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.adaptive-delivery-prevent-bg, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyload, #OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w.lazyloading { background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w > .row .container { background-color: transparent; background-image: none; }#OtqrHFtHdPfb27I4lSPRvRl7JVeTtg8w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.16); }#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.16); }#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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }
#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) { #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:26.7607421875rem;left:1.8740234375rem;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.3994125rem;top:3.01171875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yySpsmVLorKHbawMrBcxpLCIBGawlv46 { display:block; }#yySpsmVLorKHbawMrBcxpLCIBGawlv46 > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CLiN8zoaH4oC2DMJlDX03xCAZZK6fPUC { width:0.625rem;height:0.875rem;top:26.6875rem;left:20.78125rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #lZU6o9BcGAv0TVXuGHUS1XLZ5hVReDz5 { width:15rem;height:2.5rem;top:25.609375rem;left:2.5rem;font-size:0.9375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZobWEvSOEqqzFFmXTWy1DOhPnFQUCHtO { display:block; }
 }@media only screen and (max-width: 763px) { #v6gonvBJTFUMK718kHaDJDz8fRfFc2mx { width:20rem;height:11.940298507463rem;top:3.734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHDPgoKBy5k1O4QPLitl3BuOgK03occL { width:20rem;height:1.4619125rem;top:1.046875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZyKNhJ7vCunJr9FWF1XHaSOqTH07gtq { width:8.625rem;height:0.89355625rem;top:17.8203125rem;left:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlF93RMo6LMfDkZOh9fhmoTRF7zv9ZPa { width:6.875rem;height:0.8125rem;top:19.5390625rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RwzRqmZF7xECoKtg1Wy0DzgiLsEVIneg { width:4.9375rem;height:0.8125rem;top:21.265625rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3xXVKMBemOTHtm9RShsnolL3nWHKzHb { width:11.25rem;height:0.8125rem;top:22.734375rem;left:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adDN3J6HhmLEBaPyx4fffE0oqfN5iG1A { width:6.0625rem;height:0.8125rem;top:22.734375rem;left:12.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqBBwE3b4fHcB99TG56AxVfQ0EXFR75F { width:6.0625rem;height:0.8125rem;top:21.265625rem;left:12.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuCqZU9llMMIEknyCxPuueKZeL3wp7lU { width:6.0625rem;height:0.8125rem;top:19.5390625rem;left:12.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPXCmA3sDcKAeKTZAobUtwGTU2GC91Wo { width:3.625rem;height:0.8125rem;top:17.8603515625rem;left:15.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIE2Thr4TBBUNmBLVL4RkIwVkNFtzKBS { width:6.125rem;height:0.125rem;top:18.2353515625rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s48PRnyIvwTvZtL218l7q3GbQitnFvoG { width:8.3125rem;height:0.125rem;top:19.9140625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxiKbUiue0n1JpPr8xZ63c5OGoiEXM9S { width:10.75rem;height:0.125rem;top:21.640625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV6WKQeIMx187Eokl4HygOJBcZmlInqz { width:4rem;height:0.125rem;top:23.109375rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz { display:block; }#WXdI8EcABh1ZnV4pnIi5Kdipuli8BwJz > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gz2ukF3Io4mgcryOQBuSKJJAWwgbQt59 { width:20rem;height:0.8125rem;top:0.7498207092285rem;left:0rem;font-size:0.625rem;display:block; }
 }