.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:219,240,219;--color-primary-1:136,205,137;--color-primary-2:16,154,18;--color-primary-3:8,77,9;--color-primary-4:2,23,3;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:200,166,207;--color-tertiary-2:163,106,175;--color-tertiary-3:148,95,139;--color-tertiary-4:101,7,121;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 { position:relative;display:none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 { border-width: 0; border-radius: 0; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:43.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container.adaptive-delivery-prevent-bg, #rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container.lazyload, #rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container.lazyloading { background-image: none; }#e0s2eCbzVmUWIZ1sf8TliGPAdBymkiGH { color:#002323;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:39.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v88xf3dqf9vkFKtQLN9cAffvdT6kfsTK { 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:6.6875rem;width:16.9375rem;display:none; }
#TgU2gMUtEBsfwZFx6XNorAQexKW4maoa { 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:23.0625rem;width:16.9375rem;display:none; }
#mE2xXJZVDTMxMNlryBHpVTnLLAznutWG { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#iylir54D76PrISlaRlOAB2wXGEDB8pOd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEVUatBtwZfWbD89kfOMJO0KraV4TyeF { position:absolute;display:block;z-index:15003;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.6875rem;width:4.6875rem;top:0.0625rem;left:33.125rem;overflow:hidden;display:none; }
#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG { position:relative;display:none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG { border-width: 0; border-radius: 0; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container.adaptive-delivery-prevent-bg, #sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container.lazyload, #sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container.lazyloading { background-image: none; }#l4Dlw413WQtgNCmAQ0Tey4dGG6mBs80l { color:#002323;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:39.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#WJcDgXHTKFGgwtzvG7hODVo59pE83T8l { position:absolute;display:block;z-index:15188;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.436525rem;width:8.125rem;top:2.821044921875rem;left:11.125rem;overflow:hidden;display:block; }
#B0trxRzCvs7N7dNe3zuUIROW4qbHLbKU { position:absolute;display:block;z-index:15187;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.37426875rem;width:7.124rem;top:2.8515625rem;left:25.375rem;overflow:hidden;display:block; }
#TnfhRcTcBZ7wcBaryomdDZdrxTE9Ealc { position:absolute;display:block;z-index:15086;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.81176875rem;width:5.81176875rem;top:1.1328125rem;left:38.75rem;overflow:hidden;display:block; }
#V9SxSTflAEkV89MQT8F3WOFhQ2SDNEnE { position:absolute;display:block;z-index:15199;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.31176875rem;width:13.18725rem;top:2.3828125rem;left:47.8125rem;overflow:hidden;display:block; }
#Pe1EzhfMAsLeoP5bwvVBkCZ3nL2ON0ET { position:absolute;display:block;z-index:15187;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.25rem;width:6.1875rem;top:2.8515625rem;left:25.375rem;overflow:hidden;display:none; }
#FB1VG67nkQnEeXqmOX4yd1TiiQoM5znM { position:absolute;display:block;z-index:15187;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.1875rem;width:4rem;top:2.8515625rem;left:25.375rem;overflow:hidden;display:none; }
#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS { position:relative;display:none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS { border-width: 0; border-radius: 0; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container.adaptive-delivery-prevent-bg, #NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container.lazyload, #NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container.lazyloading { background-image: none; }#yaA1TFVRmSaKSOLyObnemH0ooOiNXLmE { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LTIU3JOMSmzc9rBt99wWRnPdPNdJfIT6 { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#kB8mkLZErKe77euDstFmchXo0MaplZAr { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.83203125rem;left:26.250001907349rem;display:block; }
#Va7iVcaSWJ9pOfOk5XxTvEPyitTEUnUt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QHqDD43IT7HOvqLCGO6bWEiFSpMhDGUf { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XizU7z43w93ZT4zVQNsTs0a9Qvdt2iVq { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CkXiDbA2tzPLG7y5yvDQ542PRU0qoWNa { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#y7JTRd7thPCivHNBRQhmxeAmXdn8NfEp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRmi5XFGil0VbI369Zqn8FOvl7gXZw4E { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#IHuUFS58CwGEvJuQQogTOL1tvb23D0nb { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:10.68725rem;top:1.875rem;left:6.6875rem;overflow:hidden;display:none; }
#MOWsyAdwESvnRJ0rzKu5l1JHv1AyzIAZ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QQ97PX1KRW7772tevKlMP3C7W8xd712I { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#w078oS3dm9zk6AxXxG8IEu4CgVgQWu1T { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#ImdiHO8mTTmq7Nd2h5FwZtqHUEd9Xg9Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZbxA5Uv5y5MSWhAbTOoty2OGKy8NOG3R { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#oyZ7b91L0nkLcbPg7kTrCVvV5bStG5eE { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#Ls5dUuUnvHA7dFETHGOfB6MFhfM2C6vf { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#PEwqa0xzOU0WNOTE0ZAfUKurOdesgoNa { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#F0WNKIUtUdPqqSzHcAZVWWyxXfEyLSsC { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:none; }
#r4quih0JtfnSVA7nxTqT3EoTTl1tnWT6 { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.75rem;width:8.375rem;top:0.1875rem;left:26.3125rem;overflow:hidden;display:none; }
#KbzZxc2bicr7gTx6IpcFBdhgvhisDW7P { 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:9.25rem;width:9.125rem;top:3.25rem;left:25.8125rem;overflow:hidden;display:none; }
#ptpVoSiQOmHZ8KavXN9bUAZT5EElk3pw { position:absolute;display:block;z-index:15130;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5rem;width:10.3125rem;top:1.25rem;left:25.3125rem;overflow:hidden;display:none; }
#ycUeZx81xh7OgrXLLatS1VcWugrKBvGJ { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.875rem;top:13.4375rem;left:23.5625rem;overflow:hidden;display:none; }
#XdGzSL4wqd3BFfKv8oFpcOAo92pIDvya { z-index:15082;top:14.375rem;left:24.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#BlfSL8fh0Lf2NRQ9DdoEm1HsKBNeJlVl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXDG99BTJpT5phBoh53e11r91iydbNTT { color:#020202;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:24.125rem;left:2.3125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#XqZgDPKoIPSvI8M03GgGHEXnnogZQvbe { color:rgba(var(--color-tertiary-4),1);display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:18.5625rem;top:179.5rem;left:0.5625rem;display:none; }
#a9ouZFKDUBiuonW6zulXuSlq4vgMagvW { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#CfJTTndgZ2RqiEtKrUEXHI2B6Om0cVEa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { position:relative;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { background-color: transparent; background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .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); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { border-width: 0; border-radius: 0; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.adaptive-delivery-prevent-bg, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.lazyload, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container.lazyloading { background-image: none; }#qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.83203125rem;left:26.250001907349rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { 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.8125rem;width:10.8125rem;top:8.9375rem;left:54.5625rem;overflow:hidden;display:block; }
#xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mSPrAEBd2lAvQh4bTS9lHFsIuLFcaqco { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#ONatdpqiNF0oyOt73Ztvo3ZN33W0f1Z8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wPMx9vZy0hKG8i3pTEmpTu2p0M1IEaNG { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.4375rem;width:7.625rem;top:51.6875rem;left:24.9375rem;overflow:hidden;display:none; }
#LBMBcDOLiynWWOry7MG4ewH1bsd48CJc { 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:10.625rem;width:10.5rem;top:53.25rem;left:25.5rem;overflow:hidden;display:none; }
#NLi7ouJuDGAQeUzI9ZfluR3mQ8VM2fA8 { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#hR7W3QqxX1kDr8ZQcNu4dsUJs93Ply9u { color:#be8215;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:64.125rem;left:21.6875rem;height:2.92448125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Udi3Fw4IRClWN5LOLV798o4USbB6qenp { color:rgba(var(--color-tertiary-2),1);display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:68.9375rem;left:19.375rem;height:7.03125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#CqT9UTauEdtbXEqPeHlQ4n3mt88Fxu7g { color:rgba(var(--color-tertiary-2),1);display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:400;z-index:15050;line-height:1.5;letter-spacing:0;top:78.25rem;left:17.625rem;height:14.0625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#S6fMExHUAo19kgLBkz416bQTLKK17tPT { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xE4lT30Fvdhc9lC6TQCzyFO2Rsx5verS { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#GXWuVgGPZX17obVZn0Wf58SH6kms5gKW { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#DpzTQwsX3nEdDZa7iCoq5OEpJQRChMVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q { position:relative;display:none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q { border-width: 0; border-radius: 0; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container.adaptive-delivery-prevent-bg, #fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container.lazyload, #fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container.lazyloading { background-image: none; }#BLEDbS5ikEifDDdizhXEJIwAfbCtlTsy { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofsBql7GurvRNlQ4pZvKQTzMde0KV7Ch { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#dN0KF8dVlCOcMLDKQO5uvQLNE51x7BKr { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.83203125rem;left:26.250001907349rem;display:block; }
#nCJsldKbDHTqc3TN5V8IMlU2pvfQIWf8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rsw64UXa96Lz0TB8Cz9fr9TMIbAKE6CU { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PPQLbRWDbyaZI0iC9leefGrMAmHBs8bg { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RUQSUQQusG995gk3KW23bMNuQWcxWsUz { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#hZpIqB7N9qdg71yULpT0T2vreNnZFA1E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xDD65TibOZFnfFqfZlZx0lGECxTfkzO4 { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#KylaLNAKUKPXwZxKbPE9zOncu0UKhV9M { 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:11.75rem;width:7.3125rem;top:7.4375rem;left:7.875rem;overflow:hidden;display:none; }
#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M { position:relative;display:none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M { border-width: 0; border-radius: 0; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(224,190,190,0.98);background-image:url("https://images.assets-landingi.com/uc/3745727d-ce81-4072-b265-c85b1a81e811/ea8bd91a9634a518f87dea36d993828e.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;font-size:0.875rem;font-family:arial;height:55.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container.adaptive-delivery-prevent-bg, #URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container.lazyload, #URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container.lazyloading { background-image: none; }#y7ScXvMtdeuMoF57TUdg0n33TcLDaMLH { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PLhL3yGGk6JQTRV4XAn3NDzBmLmmSTmz { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:block; }
#PuibsA1uDDal4Ifh0mxnkyL8fxmcTV0X { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.83203125rem;left:26.250001907349rem;display:block; }
#gVHGRJ4EAfM88Z0AdgQWrKW8GwkGX9AS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HTTKak920GWFAgfNAVyMwRpsi76Vqr0B { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QQtgGUlTq6eQIpbyuyV11mk4CunvxPM6 { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#M5mwtMpHTh1tkzXTfNTUWaM7Cql4Qg1Z { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#LJnHcRGVrIZm3Fpg48ByILx73h6tlSzr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CNlT1LU18cD6sh9h1Rh5pc3wQlDieHru { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#N4JwadlX9cyGcuamPo1s9nJxq3wrF0Qz { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#UBiSkzdP4KQet0252X1v5C9HVT7kBeyS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZTv6caHMOeqJ7TsVqFFZqMn3t8bT89Ep { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#rXWkKqKE6VfqIU0BWRPs5x0Rk63QrDsy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUD9lhmBMhUxOroFHgauEiLDLG8utqgL { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#PZqi4zxNr1QnOBcVeZlp4eP8cq00ylGX { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#M8T0nxfThgzkWBQkIQ1lw0pMQetUT1Kn { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#FsKu32ON8NCNW6tIZuXh5wgU6rQtgbvq { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#O6JoFfPFxWpEUVTyMxEWXfGOORqPetR0 { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:none; }
#siCFDS8ecNZuqLyrvrkLQ34LEywpDnzN { 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:9.25rem;width:9.125rem;top:3.25rem;left:25.8125rem;overflow:hidden;display:none; }
#u8uNXsA5kLN7xpV0IOKashcDirASDik3 { position:absolute;display:block;z-index:15080;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:12.875rem;top:13.4375rem;left:23.5625rem;overflow:hidden;display:none; }
#tHHBgKI7hT3sSP4xJCzlu5teDWLvfkAC { z-index:15082;top:14.375rem;left:24.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:11.375rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#J6Nua1IUE08C4oIfyFMvGADPREy8uvZM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doLxXAIqHT3QqVIkgIBN93zsU3fnaFEh { color:#020202;display:block;width:22.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:24.125rem;left:2.3125rem;height:2.8125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#cUWp6enqBIdlHKmQzec1vUw4SCxsNvo4 { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#eeVG7iGgWvSHK6ReRseuskls2WIOmeFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K2HCF0JaXvS6qsyWw00nvMVwLt7z7dBT { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:9.1875rem;top:58.1875rem;left:10.778646469116rem;overflow:hidden;display:none; }
#V415fW1Q4UJpKsNdTEJDgWAR4pnDOKTh { 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:12.375rem;width:7.875rem;top:57.781257629394rem;left:41.388025283814rem;overflow:hidden;display:none; }
#XTcJAbJgpeBvBRzZkbn9k0WnaJI9LyIo { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:8.125rem;top:94.687505722044rem;left:11.684896469116rem;overflow:hidden;display:none; }
#rIUxoBhVlZUuHIzOa9VLC0OAW87JN6tO { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #e2bc89;border-left:0.3125rem solid #e2bc89;border-right:0.3125rem solid #e2bc89;border-bottom:0.3125rem solid #e2bc89;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#6f6f6f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:140.5rem;left:28.75rem;display:none; }
#hzeTWvEOnfeWTf64iy5x6DuMz67h4xN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EJlUDaEZRcK3XU1TZuyvsqfmP4H7NT4A { color:#ba0484;display:block;width:24.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:37.875rem;left:48.750001907349rem;height:12.1875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#h9cu9xPlsmCH1rDCDk0LyIOFLRkdtNNe { color:#ba0484;display:block;width:22.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:24.951822280884rem;left:48.625001907349rem;height:6.09375rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#RrQBDsFtAAlVCZ3vbEqP1wHp60O5HPd8 { position:absolute;display:block;z-index:15133;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:16.1861875rem;top:14.01953125rem;left:21.90625rem;overflow:hidden;display:none; }
#bCdOWFeu89ZH3El7U7fIVM2Z8tthgXIF { color:#be8215;display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:20.374999523163rem;left:51.843751907349rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#RyIt09tDvZ3XMr3Qz09Xtzx02gHCswDb { 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:9.25rem;width:9.125rem;top:10.4375rem;left:55.4375rem;overflow:hidden;display:none; }
#iWiuHe5w1ugpadQIG4Lr0GztVMoXce65 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#J4X0wASAOyhcyrWdOsrsByUd1yoLHfNK { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.1875rem;width:8.125rem;top:95.625rem;left:39.875rem;overflow:hidden;display:none; }
#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP { position:relative;display:none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP { border-width: 0; border-radius: 0; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container.adaptive-delivery-prevent-bg, #CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container.lazyload, #CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container.lazyloading { background-image: none; }#H9yh13Szwd64qlJ9iJLSUnWdOSSLCP3J { color:#002323;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:39.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#oH9AeIeqzLrqsS3IJ3MXBd8iakd18HBL { color:#002323;display:block;width:33.0603125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:700;z-index:15083;line-height:1.3;letter-spacing:0;top:1.322021484375rem;left:12.349853515625rem;height:7.473625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Fi8EK8oRRhbqLDWXUkEgNXyyTo163MdK { position:absolute;display:block;z-index:15082;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:32.6875rem;top:0.965576171875rem;left:12.538330078125rem;overflow:hidden;display:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-form-header {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;color:#020202;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1;font-style:normal; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:2.25rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-text {padding-top: 0; padding-bottom: 0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:4.375rem;color:#ba0484;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-select { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;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:19.0625rem;box-sizing:border-box;height:2.3125rem;color:#020202;font-family:var(--paragraphs-font-family);font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.5; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-select {padding-top: 0; padding-bottom: 0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:700;color:#f2f9ff;width:19.0625rem;height:2.875rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;font-style:normal;line-height:1; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]:-moz-placeholder { color:#020202;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]::-moz-placeholder { color:#020202;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]:-ms-input-placeholder { color:#020202;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]::-webkit-input-placeholder { color:#020202;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:17.875rem;overflow:hidden;font-style:normal; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .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; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.1875rem;vertical-align:middle;font-family:cairo;font-size:1.25rem;font-weight:400;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container { padding-top:0.5625rem;padding-right:0;padding-bottom:0.5625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container:first-of-type{padding-top:0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container:last-of-type{padding-bottom:0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.21875rem;top:12.164306640625rem;z-index:15039;position:absolute; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq {display:block;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:19.21875rem;top:12.164306640625rem;z-index:15039;position:absolute;display:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #tsxXSi69nKlVwQW5UmoH7OwrT8KtAKQl { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #antclhOSiyd4wbovmrn7Xwa3QKmObdrZ { position:relative;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lxzXcvu2rz9ue5DoyJJKkFiBJHwFuLlU { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HQJE9gx5L8CLbmo6BGTE6uUAGciFQNEQ { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lBll2UrGyGLpo2GrduNC8JSttcm5GymJ { position:relative;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Es6PHQ1I7iEoTy7oKvaxJoKvWaUTA0xV { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Qcm40FodsZaXCIyEuHxwVNsighgFkyPa { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #xH1ObZNOTIegWOVXyvzTZNM0e5POnJP4 { position:relative;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LrTNIoWR8bF0exfHe8wET3uaIRF6Nkv5 { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kFwuOcV3lBHJPaqnh2T2EkPmsMmP46rn { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #vfu7bDP3FC2y5WJwmUwO6cI5AzbXUCBn { position:relative;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kbs9EHR5lhlJAvc2avRPX5ksQBdCuhsG { position:relative; }
#SE8EqV7rcDZIwfUFWvIqmo6WuZt3X7qR { position:relative;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HiS7tw1lV1ZQQKJI4hFgTpRPWTWiRcgI { position:relative; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LqikJTT3v8gTTCEtwmG7gseLhUDyb6N4 { position:relative; }
#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy { position:relative;display:none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy { border-width: 0; border-radius: 0; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e7e9f1;background-image:url("https://images.assets-landingi.com/uc/9d9b57c1-d049-408d-add6-b1042c01a1b5/offerback.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:35.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container.adaptive-delivery-prevent-bg, #aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container.lazyload, #aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container.lazyloading { background-image: none; }#aLN8awQz6DK5JhaoH9rvT6zsZyOKdLnp { color:#002323;display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:27.854166030884rem;left:39.0625rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#klOtyGnWs8svOtoG1ltADcpRZx7R6Xek { color:#e2bc89;display:block;width:33.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:0.75rem;left:19.75rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CADKftZlX2TZpf0y3ZXnXlHTqiRdiuZS { color:#e2bc89;display:block;width:52.68675rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:7.5625rem;left:10.125rem;height:1.99805rem;font-style:normal;text-align:right;text-align-last:right;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; }
#D0UJMMqR9ibEovvefhKepcuxkEgvRpXv { position:absolute;display:block;z-index:15020;height:23.125rem;width:59.6875rem;top:12.1875rem;left:7.8125rem;display:block; }
#w2RA8dDRJMhpmEqKZmPH9e8vnMagTTlU { box-sizing:content-box;color:#6c3a84;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:212.125rem;left:56.8125rem;display:none; }
body { position:relative;display:block; }
#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 { display:none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container { width:47.75rem;position:relative;display:none; }#e0s2eCbzVmUWIZ1sf8TliGPAdBymkiGH { width:10.6875rem;height:1.75rem;top:28.4375rem;left:25.4375rem;font-size:1.4375rem;display:none; }
#v88xf3dqf9vkFKtQLN9cAffvdT6kfsTK { width:;height:;top:0rem;display:none; }
#TgU2gMUtEBsfwZFx6XNorAQexKW4maoa { width:;height:;top:0rem;display:none; }
#mE2xXJZVDTMxMNlryBHpVTnLLAznutWG { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#iylir54D76PrISlaRlOAB2wXGEDB8pOd { display:block; }
#UEVUatBtwZfWbD89kfOMJO0KraV4TyeF { width:8.75rem;height:8.75rem;top:0rem;left:19.5rem;display:none; }
#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG { display:none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container { width:47.75rem;position:relative;display:none; }#l4Dlw413WQtgNCmAQ0Tey4dGG6mBs80l { width:10.6875rem;height:1.75rem;top:28.4375rem;left:25.4375rem;font-size:1.4375rem;display:none; }
#WJcDgXHTKFGgwtzvG7hODVo59pE83T8l { top:2.8125rem;left:0rem;width:8.125rem;height:2.4363373569055rem;display:block; }
#B0trxRzCvs7N7dNe3zuUIROW4qbHLbKU { top:2.8125rem;left:11.75rem;width:7.0625rem;height:2.3527040631195rem;display:block; }
#TnfhRcTcBZ7wcBaryomdDZdrxTE9Ealc { top:1.125rem;left:25.125rem;width:5.75rem;height:5.75rem;display:block; }
#V9SxSTflAEkV89MQT8F3WOFhQ2SDNEnE { top:2.375rem;left:34.1875rem;width:13.125rem;height:3.2959rem;display:block; }
#Pe1EzhfMAsLeoP5bwvVBkCZ3nL2ON0ET { top:2.8125rem;left:11.75rem;width:7.0625rem;height:2.4542638032909rem;display:none; }
#FB1VG67nkQnEeXqmOX4yd1TiiQoM5znM { top:2.8125rem;left:11.75rem;width:7.0625rem;height:2.6626833457682rem;display:none; }
#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS { display:none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container { width:47.75rem;position:relative;display:none; }#yaA1TFVRmSaKSOLyObnemH0ooOiNXLmE { width:18.5625rem;height:3.375rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
#LTIU3JOMSmzc9rBt99wWRnPdPNdJfIT6 { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
#kB8mkLZErKe77euDstFmchXo0MaplZAr { width:22.5rem;height:3.4375rem;top:3.8125rem;left:12.625001907349rem;display:block; }
#Va7iVcaSWJ9pOfOk5XxTvEPyitTEUnUt { display:block; }
#QHqDD43IT7HOvqLCGO6bWEiFSpMhDGUf { top:29.5625rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:block; }
#XizU7z43w93ZT4zVQNsTs0a9Qvdt2iVq { top:24.8125rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:block; }
#CkXiDbA2tzPLG7y5yvDQ542PRU0qoWNa { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#y7JTRd7thPCivHNBRQhmxeAmXdn8NfEp { display:block; }
#tRmi5XFGil0VbI369Zqn8FOvl7gXZw4E { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#IHuUFS58CwGEvJuQQogTOL1tvb23D0nb { top:1.875rem;left:0.5625rem;width:10.625rem;height:12.116511497345rem;display:none; }
#MOWsyAdwESvnRJ0rzKu5l1JHv1AyzIAZ { display:none; }
#QQ97PX1KRW7772tevKlMP3C7W8xd712I { display:none; }
#w078oS3dm9zk6AxXxG8IEu4CgVgQWu1T { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#ImdiHO8mTTmq7Nd2h5FwZtqHUEd9Xg9Q { display:block; }
#ZbxA5Uv5y5MSWhAbTOoty2OGKy8NOG3R { top:68.3125rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#oyZ7b91L0nkLcbPg7kTrCVvV5bStG5eE { top:62.875rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#Ls5dUuUnvHA7dFETHGOfB6MFhfM2C6vf { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#PEwqa0xzOU0WNOTE0ZAfUKurOdesgoNa { width:18.5625rem;height:3.375rem;top:56.625rem;left:0rem;font-size:1.125rem;display:none; }
#F0WNKIUtUdPqqSzHcAZVWWyxXfEyLSsC { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:none; }
#r4quih0JtfnSVA7nxTqT3EoTTl1tnWT6 { top:0.1875rem;left:20.1875rem;width:8.375rem;height:12.75rem;display:none; }
#KbzZxc2bicr7gTx6IpcFBdhgvhisDW7P { top:3.25rem;left:19.6875rem;width:9.125rem;height:9.25rem;display:none; }
#ptpVoSiQOmHZ8KavXN9bUAZT5EElk3pw { top:1.25rem;left:19.1875rem;width:10.3125rem;height:11.5rem;display:none; }
#ycUeZx81xh7OgrXLLatS1VcWugrKBvGJ { top:13.4375rem;left:17.4375rem;width:12.875rem;height:5.9375rem;display:none; }
#XdGzSL4wqd3BFfKv8oFpcOAo92pIDvya { top:14.375rem;left:18.125rem;width:11.375rem;height:4.0625rem;display:none; }
#BlfSL8fh0Lf2NRQ9DdoEm1HsKBNeJlVl { display:block; }
#sXDG99BTJpT5phBoh53e11r91iydbNTT { top:170.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:none; }
#XqZgDPKoIPSvI8M03GgGHEXnnogZQvbe { top:179.5rem;left:0rem;width:18.875rem;height:18.5625rem;font-size:0.9375rem;display:none; }
#a9ouZFKDUBiuonW6zulXuSlq4vgMagvW { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#CfJTTndgZ2RqiEtKrUEXHI2B6Om0cVEa { display:block; }
#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { width:47.75rem;position:relative;display:block; }#qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { width:16.3125rem;height:2.875rem;top:20.3125rem;left:31.4375rem;font-size:1.125rem;display:block; }
#K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:22.5rem;height:3.4375rem;top:3.8125rem;left:12.625001907349rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { top:8.9375rem;left:36.9375rem;width:10.8125rem;height:10.8125rem;display:block; }
#xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { top:37.875rem;left:23.0625rem;width:24.6875rem;height:12.1875rem;font-size:0.9375rem;display:block; }
#NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { top:24.9375rem;left:25rem;width:22.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
#mSPrAEBd2lAvQh4bTS9lHFsIuLFcaqco { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#ONatdpqiNF0oyOt73Ztvo3ZN33W0f1Z8 { display:block; }
#wPMx9vZy0hKG8i3pTEmpTu2p0M1IEaNG { top:51.6875rem;left:18.8125rem;width:7.625rem;height:11.5rem;display:none; }
#LBMBcDOLiynWWOry7MG4ewH1bsd48CJc { top:53.25rem;left:19.375rem;width:10.5rem;height:10.625rem;display:none; }
#NLi7ouJuDGAQeUzI9ZfluR3mQ8VM2fA8 { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#hR7W3QqxX1kDr8ZQcNu4dsUJs93Ply9u { width:18.0625rem;height:3.0625rem;top:134.625rem;left:0rem;font-size:1.125rem;display:none; }
#Udi3Fw4IRClWN5LOLV798o4USbB6qenp { top:139.6875rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#CqT9UTauEdtbXEqPeHlQ4n3mt88Fxu7g { top:150.375rem;left:0rem;width:19.5rem;height:;font-size:0.9375rem;display:none; }
#S6fMExHUAo19kgLBkz416bQTLKK17tPT { display:none; }
#xE4lT30Fvdhc9lC6TQCzyFO2Rsx5verS { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#GXWuVgGPZX17obVZn0Wf58SH6kms5gKW { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#DpzTQwsX3nEdDZa7iCoq5OEpJQRChMVV { display:block; }
#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q { display:none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container { width:47.75rem;position:relative;display:none; }#BLEDbS5ikEifDDdizhXEJIwAfbCtlTsy { width:19.875rem;height:3.0625rem;top:19.5rem;left:0rem;font-size:1.125rem;display:block; }
#ofsBql7GurvRNlQ4pZvKQTzMde0KV7Ch { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
#dN0KF8dVlCOcMLDKQO5uvQLNE51x7BKr { width:22.5rem;height:3.4375rem;top:3.8125rem;left:12.625001907349rem;display:block; }
#nCJsldKbDHTqc3TN5V8IMlU2pvfQIWf8 { display:block; }
#rsw64UXa96Lz0TB8Cz9fr9TMIbAKE6CU { top:37.875rem;left:23.0625rem;width:24.6875rem;height:12.1875rem;font-size:0.9375rem;display:block; }
#PPQLbRWDbyaZI0iC9leefGrMAmHBs8bg { top:24.9375rem;left:25rem;width:22.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
#RUQSUQQusG995gk3KW23bMNuQWcxWsUz { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#hZpIqB7N9qdg71yULpT0T2vreNnZFA1E { display:block; }
#xDD65TibOZFnfFqfZlZx0lGECxTfkzO4 { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#KylaLNAKUKPXwZxKbPE9zOncu0UKhV9M { top:7.4375rem;left:0rem;width:7.3125rem;height:11.75rem;display:none; }
#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M { display:none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container { width:47.75rem;position:relative;display:none; }#y7ScXvMtdeuMoF57TUdg0n33TcLDaMLH { width:18.5625rem;height:5.0625rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
#PLhL3yGGk6JQTRV4XAn3NDzBmLmmSTmz { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:block; }
#PuibsA1uDDal4Ifh0mxnkyL8fxmcTV0X { width:22.5rem;height:3.4375rem;top:3.8125rem;left:12.625001907349rem;display:block; }
#gVHGRJ4EAfM88Z0AdgQWrKW8GwkGX9AS { display:block; }
#HTTKak920GWFAgfNAVyMwRpsi76Vqr0B { top:31.75rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:block; }
#QQtgGUlTq6eQIpbyuyV11mk4CunvxPM6 { top:26.25rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:block; }
#M5mwtMpHTh1tkzXTfNTUWaM7Cql4Qg1Z { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#LJnHcRGVrIZm3Fpg48ByILx73h6tlSzr { display:block; }
#CNlT1LU18cD6sh9h1Rh5pc3wQlDieHru { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#N4JwadlX9cyGcuamPo1s9nJxq3wrF0Qz { display:none; }
#UBiSkzdP4KQet0252X1v5C9HVT7kBeyS { display:none; }
#ZTv6caHMOeqJ7TsVqFFZqMn3t8bT89Ep { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#rXWkKqKE6VfqIU0BWRPs5x0Rk63QrDsy { display:block; }
#lUD9lhmBMhUxOroFHgauEiLDLG8utqgL { top:98.5rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#PZqi4zxNr1QnOBcVeZlp4eP8cq00ylGX { top:73.5rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#M8T0nxfThgzkWBQkIQ1lw0pMQetUT1Kn { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#FsKu32ON8NCNW6tIZuXh5wgU6rQtgbvq { width:18.5625rem;height:3.375rem;top:67.3125rem;left:0rem;font-size:1.125rem;display:none; }
#O6JoFfPFxWpEUVTyMxEWXfGOORqPetR0 { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:none; }
#siCFDS8ecNZuqLyrvrkLQ34LEywpDnzN { top:3.25rem;left:19.6875rem;width:9.125rem;height:9.25rem;display:none; }
#u8uNXsA5kLN7xpV0IOKashcDirASDik3 { top:13.4375rem;left:17.4375rem;width:12.875rem;height:5.9375rem;display:none; }
#tHHBgKI7hT3sSP4xJCzlu5teDWLvfkAC { top:14.375rem;left:18.125rem;width:11.375rem;height:4.0625rem;display:none; }
#J6Nua1IUE08C4oIfyFMvGADPREy8uvZM { display:block; }
#doLxXAIqHT3QqVIkgIBN93zsU3fnaFEh { top:122.25rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#cUWp6enqBIdlHKmQzec1vUw4SCxsNvo4 { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#eeVG7iGgWvSHK6ReRseuskls2WIOmeFf { display:block; }
#K2HCF0JaXvS6qsyWw00nvMVwLt7z7dBT { top:58.1875rem;left:4.6536464691162rem;width:9.1875rem;height:12.375rem;display:none; }
#V415fW1Q4UJpKsNdTEJDgWAR4pnDOKTh { top:57.75rem;left:35.263025283814rem;width:7.875rem;height:12.375rem;display:none; }
#XTcJAbJgpeBvBRzZkbn9k0WnaJI9LyIo { top:94.6875rem;left:5.5598964691162rem;width:8.125rem;height:14.6875rem;display:none; }
#rIUxoBhVlZUuHIzOa9VLC0OAW87JN6tO { width:17.5rem;height:3.9375rem;top:140.4375rem;left:15.125rem;display:none; }
#hzeTWvEOnfeWTf64iy5x6DuMz67h4xN4 { display:block; }
#EJlUDaEZRcK3XU1TZuyvsqfmP4H7NT4A { top:160.4375rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#h9cu9xPlsmCH1rDCDk0LyIOFLRkdtNNe { top:156.625rem;left:0rem;width:19.9375rem;height:;font-size:0.9375rem;display:none; }
#RrQBDsFtAAlVCZ3vbEqP1wHp60O5HPd8 { top:14rem;left:15.78125rem;width:16.125rem;height:5.9150548886203rem;display:none; }
#bCdOWFeu89ZH3El7U7fIVM2Z8tthgXIF { width:18.5625rem;height:3.375rem;top:151.1875rem;left:0rem;font-size:1.125rem;display:none; }
#RyIt09tDvZ3XMr3Qz09Xtzx02gHCswDb { top:10.4375rem;left:38.625rem;width:9.125rem;height:9.25rem;display:none; }
#iWiuHe5w1ugpadQIG4Lr0GztVMoXce65 { display:none; }
#J4X0wASAOyhcyrWdOsrsByUd1yoLHfNK { top:95.625rem;left:33.75rem;width:8.125rem;height:12.1875rem;display:none; }
#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP { display:none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container { width:47.75rem;position:relative;display:none; }#H9yh13Szwd64qlJ9iJLSUnWdOSSLCP3J { width:10.6875rem;height:1.75rem;top:28.4375rem;left:25.4375rem;font-size:1.4375rem;display:none; }
#oH9AeIeqzLrqsS3IJ3MXBd8iakd18HBL { width:33rem;height:7.4375rem;top:1.3125rem;left:6.224853515625rem;font-size:1.25rem;display:none; }
#Fi8EK8oRRhbqLDWXUkEgNXyyTo163MdK { top:0.9375rem;left:6.413330078125rem;width:32.6875rem;height:8.1875rem;display:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-regular-label { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq  { width:18.6875rem;height:auto; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq {display:block;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq { width:18.6875rem;height:auto;display:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #tsxXSi69nKlVwQW5UmoH7OwrT8KtAKQl {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #antclhOSiyd4wbovmrn7Xwa3QKmObdrZ { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lxzXcvu2rz9ue5DoyJJKkFiBJHwFuLlU {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HQJE9gx5L8CLbmo6BGTE6uUAGciFQNEQ {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lBll2UrGyGLpo2GrduNC8JSttcm5GymJ { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Es6PHQ1I7iEoTy7oKvaxJoKvWaUTA0xV {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Qcm40FodsZaXCIyEuHxwVNsighgFkyPa {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #xH1ObZNOTIegWOVXyvzTZNM0e5POnJP4 { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LrTNIoWR8bF0exfHe8wET3uaIRF6Nkv5 {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kFwuOcV3lBHJPaqnh2T2EkPmsMmP46rn {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #vfu7bDP3FC2y5WJwmUwO6cI5AzbXUCBn { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kbs9EHR5lhlJAvc2avRPX5ksQBdCuhsG {  }
#SE8EqV7rcDZIwfUFWvIqmo6WuZt3X7qR { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HiS7tw1lV1ZQQKJI4hFgTpRPWTWiRcgI {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LqikJTT3v8gTTCEtwmG7gseLhUDyb6N4 {  }
#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy { display:none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container { width:47.75rem;position:relative;display:none; }#aLN8awQz6DK5JhaoH9rvT6zsZyOKdLnp { width:10.6875rem;height:1.75rem;top:28.4375rem;left:25.4375rem;font-size:1.4375rem;display:none; }
#klOtyGnWs8svOtoG1ltADcpRZx7R6Xek { top:0.75rem;left:6.125rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#CADKftZlX2TZpf0y3ZXnXlHTqiRdiuZS { width:47.75rem;height:1.9375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:none; }
#D0UJMMqR9ibEovvefhKepcuxkEgvRpXv { top:12.1875rem;left:0rem;width:47.75rem;height:23.125rem;display:block; }
#w2RA8dDRJMhpmEqKZmPH9e8vnMagTTlU { top:212.0625rem;left:43.1875rem;width:2.8125rem;height:2.8125rem;font-size:1.9375rem;display:none; }
body { position:relative;display:block; }
#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92.adaptive-delivery-prevent-bg, #rWW5JIlE6fdCvv4LRffArSmsRHVD2w92.lazyload, #rWW5JIlE6fdCvv4LRffArSmsRHVD2w92.lazyloading { background-image: none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container { background-color: transparent; background-image: none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container > .video-iframe-container { display: none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row > .video-iframe-container { display: none; }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .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); }#rWW5JIlE6fdCvv4LRffArSmsRHVD2w92 > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; }#e0s2eCbzVmUWIZ1sf8TliGPAdBymkiGH { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#v88xf3dqf9vkFKtQLN9cAffvdT6kfsTK { top:32.0625rem;left:0rem;width:20rem;height:7.8125rem;z-index:15100;overflow:hidden;display:block; }
#TgU2gMUtEBsfwZFx6XNorAQexKW4maoa { top:7.3125rem;left:1.5625rem;width:16.875rem;height:23rem;z-index:15101;overflow:hidden;display:block; }
#mE2xXJZVDTMxMNlryBHpVTnLLAznutWG { width:17.5rem;height:3.999025rem;top:40.75rem;left:1.25rem;z-index:15026;display:block; }
#iylir54D76PrISlaRlOAB2wXGEDB8pOd { display:block; }
#UEVUatBtwZfWbD89kfOMJO0KraV4TyeF { width:5.75rem;height:5.75rem;top:0rem;left:7.125244140625rem;z-index:15004;overflow:hidden;display:block; }
#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG.adaptive-delivery-prevent-bg, #sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG.lazyload, #sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG.lazyloading { background-image: none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container { background-color: transparent; background-image: none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container > .video-iframe-container { display: none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row > .video-iframe-container { display: none; }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .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); }#sbU2NgQnkCOMLET4N6b6r2hUyIOqVOpG > .row .container { width:20rem;height:26.625rem;position:relative;display:block; }#l4Dlw413WQtgNCmAQ0Tey4dGG6mBs80l { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#WJcDgXHTKFGgwtzvG7hODVo59pE83T8l { width:8.125rem;height:2.436525rem;top:11.6875rem;left:5.9375rem;display:block; }
#B0trxRzCvs7N7dNe3zuUIROW4qbHLbKU { width:7.0625rem;height:2.3537721851312rem;top:15.6875rem;left:6.4375rem;display:block; }
#TnfhRcTcBZ7wcBaryomdDZdrxTE9Ealc { width:5.75rem;height:5.75rem;top:5.670166015625rem;left:7.125244140625rem;display:block; }
#V9SxSTflAEkV89MQT8F3WOFhQ2SDNEnE { width:13.125rem;height:3.296135649491rem;top:2.374267578125rem;left:3.4375rem;display:block; }
#Pe1EzhfMAsLeoP5bwvVBkCZ3nL2ON0ET { width:7.374rem;height:2.5620125rem;top:19.623046875rem;left:6.310546875rem;z-index:15188;overflow:hidden;display:block; }
#FB1VG67nkQnEeXqmOX4yd1TiiQoM5znM { width:7.6245rem;height:2.874025rem;top:23.12109375rem;left:6.1875rem;z-index:15189;overflow:hidden;display:block; }
#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS.adaptive-delivery-prevent-bg, #NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS.lazyload, #NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS.lazyloading { background-image: none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container { background-color: transparent; background-image: none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container > .video-iframe-container { display: none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row > .video-iframe-container { display: none; }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .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); }#NS0CuQTbRQC4FzIZK9Sx8ik59TIODxqS > .row .container { width:20rem;height:129rem;position:relative;display:block; }#yaA1TFVRmSaKSOLyObnemH0ooOiNXLmE { width:18.5625rem;height:3.375rem;top:19.6904296875rem;left:0.7177734375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15207;line-height:1.5;display:block; }
#LTIU3JOMSmzc9rBt99wWRnPdPNdJfIT6 { width:11.5rem;height:11.625rem;top:7.1875rem;left:4.25rem;display:block; }
#kB8mkLZErKe77euDstFmchXo0MaplZAr { width:17.4365rem;height:3.2495125rem;top:2.0302734375rem;left:1.2802734375rem;font-size:0.9375rem;display:block; }
#Va7iVcaSWJ9pOfOk5XxTvEPyitTEUnUt { display:block; }
#QHqDD43IT7HOvqLCGO6bWEiFSpMhDGUf { width:19.9980625rem;height:4.21875rem;top:29.5693359375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#XizU7z43w93ZT4zVQNsTs0a9Qvdt2iVq { width:19.9980625rem;height:2.8125rem;top:24.81884765625rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#CkXiDbA2tzPLG7y5yvDQ542PRU0qoWNa { width:17.3105625rem;height:3.81055rem;top:36.498046875rem;left:1.3125rem;z-index:15027;display:block; }
#y7JTRd7thPCivHNBRQhmxeAmXdn8NfEp { display:block; }
#tRmi5XFGil0VbI369Zqn8FOvl7gXZw4E { width:18.687rem;height:5.311525rem;top:18.72216796875rem;left:0.65478515625rem;z-index:15145;display:block; }
#IHuUFS58CwGEvJuQQogTOL1tvb23D0nb { width:9.5rem;height:11.6875rem;top:6rem;left:5.25rem;z-index:15134;display:block; }
#MOWsyAdwESvnRJ0rzKu5l1JHv1AyzIAZ { top:41.625rem;left:0.6240234375rem;width:18.75rem;height:0.312011875rem;z-index:15043;background-color:#e2bc89;background-image:none;display:block; }
#QQ97PX1KRW7772tevKlMP3C7W8xd712I { top:82.1865234375rem;left:0.6240234375rem;width:18.75rem;height:0.312011875rem;z-index:15051;background-color:#e2bc89;background-image:none;display:block; }
#w078oS3dm9zk6AxXxG8IEu4CgVgQWu1T { width:17.2475625rem;height:3.74755625rem;top:77.4990234375rem;left:1.3740234375rem;z-index:15035;display:block; }
#ImdiHO8mTTmq7Nd2h5FwZtqHUEd9Xg9Q { display:block; }
#ZbxA5Uv5y5MSWhAbTOoty2OGKy8NOG3R { width:19.9980625rem;height:7.03125rem;top:66.06005859375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15060;display:block; }
#oyZ7b91L0nkLcbPg7kTrCVvV5bStG5eE { width:19.9980625rem;height:2.8125rem;top:62.2470703125rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15063;display:block; }
#Ls5dUuUnvHA7dFETHGOfB6MFhfM2C6vf { width:18.6855625rem;height:5.311525rem;top:55.6875rem;left:0.65625rem;z-index:15153;display:block; }
#PEwqa0xzOU0WNOTE0ZAfUKurOdesgoNa { width:18.5625rem;height:3.375rem;top:56.65576171875rem;left:0.7177734375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15215;line-height:1.5;display:block; }
#F0WNKIUtUdPqqSzHcAZVWWyxXfEyLSsC { width:11.499rem;height:11.625rem;top:44.0625rem;left:4.248046875rem;z-index:15027;display:block; }
#r4quih0JtfnSVA7nxTqT3EoTTl1tnWT6 { width:9.5625rem;height:12.5rem;top:42.2490234375rem;left:5.5302734375rem;z-index:15134;display:block; }
#KbzZxc2bicr7gTx6IpcFBdhgvhisDW7P { width:9.875rem;height:10rem;top:85.0625rem;left:5.3125rem;z-index:15035;display:block; }
#ptpVoSiQOmHZ8KavXN9bUAZT5EElk3pw { width:10.812rem;height:12.0615rem;top:83.091796875rem;left:5.02880859375rem;z-index:15142;display:block; }
#ycUeZx81xh7OgrXLLatS1VcWugrKBvGJ { width:12.875rem;height:5.9375rem;top:95.0625rem;left:3.5625rem;z-index:15092;display:block; }
#XdGzSL4wqd3BFfKv8oFpcOAo92pIDvya { top:96rem;left:4.25rem;width:11.375rem;height:4.0625rem;z-index:15094;display:block; }
#BlfSL8fh0Lf2NRQ9DdoEm1HsKBNeJlVl { display:block; }
#sXDG99BTJpT5phBoh53e11r91iydbNTT { width:19.9995rem;height:7.03125rem;top:102.310546875rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;font-weight:700;font-style:normal;z-index:15074;display:block; }
#XqZgDPKoIPSvI8M03GgGHEXnnogZQvbe { top:109.93505859375rem;left:0.5625rem;width:18.8745rem;height:11.25rem;z-index:15143;font-size:0.9375rem;line-height:1.5;text-align:center;text-align-last:center;color:#020202;display:block; }
#a9ouZFKDUBiuonW6zulXuSlq4vgMagvW { width:17.1845625rem;height:3.68456875rem;top:124.5615234375rem;left:1.3740234375rem;z-index:15036;display:block; }
#CfJTTndgZ2RqiEtKrUEXHI2B6Om0cVEa { display:block; }
#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.adaptive-delivery-prevent-bg, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.lazyload, #xXCc46iqhIMGacnmN0JfzcWWUqcynI2S.lazyloading { background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { background-color: transparent; background-image: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row > .video-iframe-container { display: none; }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .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); }#xXCc46iqhIMGacnmN0JfzcWWUqcynI2S > .row .container { width:20rem;height:106.5rem;position:relative;display:block; }#qosei6p7HrUfllAyV4Fv8CqwWECA3Dfc { width:19.9375rem;height:3.0878875rem;top:19.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#ffffff;z-index:15207;display:block; }
#K6CXCvtGUZxFyPSwbN4u32auN1n73GGg { width:9.125rem;height:9.25rem;top:9.0625rem;left:5.4375rem;display:block; }
#RgiqONy2rUIxtLvZTGHobV2wZtwcXHQW { width:17.4365rem;height:3.2495125rem;top:2.0302734375rem;left:1.2802734375rem;font-size:0.9375rem;display:block; }
#DzT57n0DPCc0VPJZA6W9ipknqnHbJt1p { display:block; }
#HFQNJwBwL4ySpNyaABO70R0kfo2d63vL { width:11.8125rem;height:11.8125rem;top:6.625rem;left:4.125rem;display:block; }
#xKFlKeztVo4nD4cW2kdRNThEv7qgvODw { width:19.9980625rem;height:14.0625rem;top:34.81884765625rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#NAcsX7nMFTCQzbBdG0Ou9slgWOd6rNFf { width:19.9980625rem;height:7.03125rem;top:24.943359375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#mSPrAEBd2lAvQh4bTS9lHFsIuLFcaqco { width:17.4365rem;height:3.936525rem;top:50.0625rem;left:1.248046875rem;z-index:15027;display:block; }
#ONatdpqiNF0oyOt73Ztvo3ZN33W0f1Z8 { display:block; }
#wPMx9vZy0hKG8i3pTEmpTu2p0M1IEaNG { width:10.4375rem;height:12.5rem;top:55.375rem;left:4.4375rem;z-index:15048;overflow:hidden;display:block; }
#LBMBcDOLiynWWOry7MG4ewH1bsd48CJc { width:10.875rem;height:10.9995rem;top:57.875rem;left:4.6875rem;z-index:15035;display:block; }
#NLi7ouJuDGAQeUzI9ZfluR3mQ8VM2fA8 { width:16.9375rem;height:5.3125rem;top:68.87255859375rem;left:1.53076171875rem;z-index:15144;display:block; }
#hR7W3QqxX1kDr8ZQcNu4dsUJs93Ply9u { width:18.1230625rem;height:3.375rem;top:69.7470703125rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15206;color:#ffffff;line-height:1.5;display:block; }
#Udi3Fw4IRClWN5LOLV798o4USbB6qenp { width:19.9980625rem;height:5.625rem;top:75.873046875rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15060;display:block; }
#CqT9UTauEdtbXEqPeHlQ4n3mt88Fxu7g { width:19.5rem;height:14.0625rem;top:83.8740234375rem;left:0.2490234375rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15057;display:block; }
#S6fMExHUAo19kgLBkz416bQTLKK17tPT { top:54.53173828125rem;left:0.6240234375rem;width:18.75rem;height:0.312011875rem;z-index:15042;background-color:#e2bc89;background-image:none;display:block; }
#xE4lT30Fvdhc9lC6TQCzyFO2Rsx5verS { width:16.9365rem;height:5.311525rem;top:18.72509765625rem;left:1.529296875rem;z-index:15145;display:block; }
#GXWuVgGPZX17obVZn0Wf58SH6kms5gKW { width:17.3735625rem;height:3.8735375rem;top:101.71875rem;left:1.2802734375rem;z-index:15028;display:block; }
#DpzTQwsX3nEdDZa7iCoq5OEpJQRChMVV { display:block; }
#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q.adaptive-delivery-prevent-bg, #fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q.lazyload, #fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q.lazyloading { background-image: none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container { background-color: transparent; background-image: none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container > .video-iframe-container { display: none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row > .video-iframe-container { display: none; }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .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); }#fErRUrLzKNAQpoWKvkcbozCx6wmCiF5Q > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; }#BLEDbS5ikEifDDdizhXEJIwAfbCtlTsy { width:18.5625rem;height:3.375rem;top:19.6904296875rem;left:0.7177734375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15207;line-height:1.5;display:block; }
#ofsBql7GurvRNlQ4pZvKQTzMde0KV7Ch { width:10.6875rem;height:10.812rem;top:7.060546875rem;left:4.6552734375rem;display:block; }
#dN0KF8dVlCOcMLDKQO5uvQLNE51x7BKr { width:17.4365rem;height:3.2495125rem;top:2.0302734375rem;left:1.2802734375rem;font-size:0.9375rem;display:block; }
#nCJsldKbDHTqc3TN5V8IMlU2pvfQIWf8 { display:block; }
#rsw64UXa96Lz0TB8Cz9fr9TMIbAKE6CU { width:19.9980625rem;height:14.0625rem;top:35.06982421875rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#PPQLbRWDbyaZI0iC9leefGrMAmHBs8bg { width:19.9980625rem;height:7.03125rem;top:24.81884765625rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#RUQSUQQusG995gk3KW23bMNuQWcxWsUz { width:17.3735625rem;height:3.8735375rem;top:50.4990234375rem;left:1.3125rem;z-index:15027;display:block; }
#hZpIqB7N9qdg71yULpT0T2vreNnZFA1E { display:block; }
#xDD65TibOZFnfFqfZlZx0lGECxTfkzO4 { width:18.687rem;height:5.311525rem;top:18.72216796875rem;left:0.65478515625rem;z-index:15145;display:block; }
#KylaLNAKUKPXwZxKbPE9zOncu0UKhV9M { width:9.312rem;height:12.5625rem;top:4.4033203125rem;left:5.34228515625rem;z-index:15052;display:block; }
#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5d36435d-1d69-48dc-9770-d8c1ffabc84b/pattern22.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M.adaptive-delivery-prevent-bg, #URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M.lazyload, #URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M.lazyloading { background-image: none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container { background-color: transparent; background-image: none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container > .video-iframe-container { display: none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row > .video-iframe-container { display: none; }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .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); }#URIv90IrRbnqc4hi2MqWqQsUJ7xIVU9M > .row .container { width:20rem;height:172.6875rem;position:relative;display:block; }#y7ScXvMtdeuMoF57TUdg0n33TcLDaMLH { width:19.1865rem;height:5.0625rem;top:19.53369140625rem;left:0.40576171875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15207;line-height:1.5;display:block; }
#PLhL3yGGk6JQTRV4XAn3NDzBmLmmSTmz { width:11.5rem;height:11.625rem;top:7.1875rem;left:4.25rem;display:block; }
#PuibsA1uDDal4Ifh0mxnkyL8fxmcTV0X { width:17.4365rem;height:3.2495125rem;top:2.0302734375rem;left:1.2802734375rem;font-size:0.9375rem;display:block; }
#gVHGRJ4EAfM88Z0AdgQWrKW8GwkGX9AS { display:block; }
#HTTKak920GWFAgfNAVyMwRpsi76Vqr0B { width:19.9980625rem;height:11.25rem;top:33rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#QQtgGUlTq6eQIpbyuyV11mk4CunvxPM6 { width:19.9980625rem;height:4.21875rem;top:26.255859375rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;display:block; }
#M5mwtMpHTh1tkzXTfNTUWaM7Cql4Qg1Z { width:17.3105625rem;height:3.81055rem;top:46.75rem;left:1.3125rem;z-index:15027;display:block; }
#LJnHcRGVrIZm3Fpg48ByILx73h6tlSzr { display:block; }
#CNlT1LU18cD6sh9h1Rh5pc3wQlDieHru { width:18.6875rem;height:6.6875rem;top:18.72216796875rem;left:0.65478515625rem;z-index:15145;display:block; }
#N4JwadlX9cyGcuamPo1s9nJxq3wrF0Qz { top:51.875rem;left:0.625rem;width:18.75rem;height:0.312011875rem;z-index:15043;background-color:#e2bc89;background-image:none;display:block; }
#UBiSkzdP4KQet0252X1v5C9HVT7kBeyS { top:99.5625rem;left:0.625rem;width:18.75rem;height:0.312011875rem;z-index:15051;background-color:#e2bc89;background-image:none;display:block; }
#ZTv6caHMOeqJ7TsVqFFZqMn3t8bT89Ep { width:17.2475625rem;height:3.74755625rem;top:94.875rem;left:1.375rem;z-index:15035;display:block; }
#rXWkKqKE6VfqIU0BWRPs5x0Rk63QrDsy { display:block; }
#lUD9lhmBMhUxOroFHgauEiLDLG8utqgL { width:19.9980625rem;height:8.4375rem;top:82.9365234375rem;left:0.00146484375rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15060;display:block; }
#PZqi4zxNr1QnOBcVeZlp4eP8cq00ylGX { width:19.9980625rem;height:7.03125rem;top:73.5rem;left:0.00146484375rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15063;display:block; }
#M8T0nxfThgzkWBQkIQ1lw0pMQetUT1Kn { width:18.6855625rem;height:5.311525rem;top:66.375rem;left:0.6875rem;z-index:15153;display:block; }
#FsKu32ON8NCNW6tIZuXh5wgU6rQtgbvq { width:18.5625rem;height:3.375rem;top:67.34326171875rem;left:0.7177734375rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15215;line-height:1.5;display:block; }
#O6JoFfPFxWpEUVTyMxEWXfGOORqPetR0 { width:11.499rem;height:11.625rem;top:54.75rem;left:4.25rem;z-index:15027;display:block; }
#siCFDS8ecNZuqLyrvrkLQ34LEywpDnzN { width:9.875rem;height:10rem;top:103rem;left:5.3125rem;z-index:15035;display:block; }
#u8uNXsA5kLN7xpV0IOKashcDirASDik3 { width:15.1875rem;height:6.8745rem;top:112.99658203125rem;left:2.4052734375rem;z-index:15092;display:block; }
#tHHBgKI7hT3sSP4xJCzlu5teDWLvfkAC { top:113.93701171875rem;left:4.31103515625rem;width:11.3745rem;height:4.0620125rem;z-index:15094;line-height:1.5;display:block; }
#J6Nua1IUE08C4oIfyFMvGADPREy8uvZM { display:block; }
#doLxXAIqHT3QqVIkgIBN93zsU3fnaFEh { width:19.9980625rem;height:4.21875rem;top:122.3115234375rem;left:0.00146484375rem;font-size:0.9375rem;line-height:1.5;color:#020202;font-weight:700;font-style:normal;z-index:15074;display:block; }
#cUWp6enqBIdlHKmQzec1vUw4SCxsNvo4 { width:17.1215625rem;height:3.62158125rem;top:130.248046875rem;left:1.40625rem;z-index:15036;display:block; }
#eeVG7iGgWvSHK6ReRseuskls2WIOmeFf { display:block; }
#K2HCF0JaXvS6qsyWw00nvMVwLt7z7dBT { width:10.812rem;height:12rem;top:5.716796875rem;left:4.40478515625rem;z-index:15042;display:block; }
#V415fW1Q4UJpKsNdTEJDgWAR4pnDOKTh { width:10.6245rem;height:13.374rem;top:51.81201171875rem;left:5.77978515625rem;z-index:15036;display:block; }
#XTcJAbJgpeBvBRzZkbn9k0WnaJI9LyIo { width:9.999rem;height:12.687rem;top:100.5625rem;left:5.25rem;z-index:15039;display:block; }
#rIUxoBhVlZUuHIzOa9VLC0OAW87JN6tO { width:17.1845625rem;height:3.68456875rem;top:166.99951171875rem;left:1.3740234375rem;z-index:15042;display:block; }
#hzeTWvEOnfeWTf64iy5x6DuMz67h4xN4 { display:block; }
#EJlUDaEZRcK3XU1TZuyvsqfmP4H7NT4A { width:19.9980625rem;height:;top:160.49853515625rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15067;display:block; }
#h9cu9xPlsmCH1rDCDk0LyIOFLRkdtNNe { width:19.9980625rem;height:;top:156.68701171875rem;left:0rem;font-size:0.9375rem;line-height:1.5;color:#020202;z-index:15070;display:block; }
#RrQBDsFtAAlVCZ3vbEqP1wHp60O5HPd8 { width:18.6855625rem;height:5.311525rem;top:150.25rem;left:0.6875rem;z-index:15160;display:block; }
#bCdOWFeu89ZH3El7U7fIVM2Z8tthgXIF { width:18.5625rem;height:3.375rem;top:151.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#ffffff;z-index:15222;line-height:1.5;display:block; }
#RyIt09tDvZ3XMr3Qz09Xtzx02gHCswDb { width:11.499rem;height:11.625rem;top:138.625rem;left:4.25rem;z-index:15034;display:block; }
#iWiuHe5w1ugpadQIG4Lr0GztVMoXce65 { top:134.7802734375rem;left:0.6240234375rem;width:18.75rem;height:0.312011875rem;z-index:15052;background-color:#e2bc89;background-image:none;display:block; }
#J4X0wASAOyhcyrWdOsrsByUd1yoLHfNK { width:9.8115rem;height:12.1875rem;top:136.8427734375rem;left:4.904296875rem;z-index:15039;display:block; }
#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP.adaptive-delivery-prevent-bg, #CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP.lazyload, #CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP.lazyloading { background-image: none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container { background-color: transparent; background-image: none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container > .video-iframe-container { display: none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row > .video-iframe-container { display: none; }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .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); }#CTbhmTQ6ATGM2q4UbQoo00ve4KAvSVcP > .row .container { width:20rem;height:34.875rem;position:relative;display:block; }#H9yh13Szwd64qlJ9iJLSUnWdOSSLCP3J { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#oH9AeIeqzLrqsS3IJ3MXBd8iakd18HBL { width:19.9995rem;height:2.2485375rem;top:2.37744140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.8;color:#000102;z-index:15101;display:block; }
#Fi8EK8oRRhbqLDWXUkEgNXyyTo163MdK { width:19.9995rem;height:5.0083rem;top:1rem;left:0rem;z-index:15084;display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-form-header { font-size:1.125rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:1.25rem;font-weight:bold;color:#020202;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1.3; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-text {padding-top: 0; padding-bottom: 0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:quicksand;vertical-align:top;text-align:right;text-align-last:right; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-select { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #be8215;border-left:0.1875rem solid #be8215;border-right:0.1875rem solid #be8215;border-bottom:0.1875rem solid #be8215;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.8125rem;color:#020202;font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-select {padding-top: 0; padding-bottom: 0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#be8215;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:17.5rem;height:2.8125rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.875rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .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; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .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:quicksand;font-size:0.75rem;font-weight:300;color:#dfdfdf;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right;float:none; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container:first-of-type{padding-top:0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-container:last-of-type{padding-bottom:0;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.00146484375rem;top:7.2802734375rem;z-index:15042;font-size:1.125rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq .widget-info-text { display:block;height:auto;font-family:quicksand;font-size:0.75rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq {display:block;}#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:0.00146484375rem;top:7.2802734375rem;z-index:15042;font-size:1.125rem; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #tsxXSi69nKlVwQW5UmoH7OwrT8KtAKQl {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #antclhOSiyd4wbovmrn7Xwa3QKmObdrZ { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lxzXcvu2rz9ue5DoyJJKkFiBJHwFuLlU {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HQJE9gx5L8CLbmo6BGTE6uUAGciFQNEQ {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #lBll2UrGyGLpo2GrduNC8JSttcm5GymJ { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Es6PHQ1I7iEoTy7oKvaxJoKvWaUTA0xV {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #Qcm40FodsZaXCIyEuHxwVNsighgFkyPa {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #xH1ObZNOTIegWOVXyvzTZNM0e5POnJP4 { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LrTNIoWR8bF0exfHe8wET3uaIRF6Nkv5 {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kFwuOcV3lBHJPaqnh2T2EkPmsMmP46rn {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #vfu7bDP3FC2y5WJwmUwO6cI5AzbXUCBn { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #kbs9EHR5lhlJAvc2avRPX5ksQBdCuhsG {  }
#SE8EqV7rcDZIwfUFWvIqmo6WuZt3X7qR { display:block; }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #HiS7tw1lV1ZQQKJI4hFgTpRPWTWiRcgI {  }
#AbHxI4l9TBAz26GKCyTs1aZfeywAN3Xq #LqikJTT3v8gTTCEtwmG7gseLhUDyb6N4 {  }
#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy.adaptive-delivery-prevent-bg, #aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy.lazyload, #aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy.lazyloading { background-image: none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container { background-color: transparent; background-image: none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container > .video-iframe-container { display: none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row > .video-iframe-container { display: none; }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .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); }#aLCPQvyPvHTmaidb9cozNHsX8X3kzgcy > .row .container { width:20rem;height:33.75rem;position:relative;display:block; }#aLN8awQz6DK5JhaoH9rvT6zsZyOKdLnp { width:15.875rem;height:0;top:132.74609837646rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.8;color:#000102;z-index:15022;display:none; }
#klOtyGnWs8svOtoG1ltADcpRZx7R6Xek { width:20rem;height:2.59863125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#CADKftZlX2TZpf0y3ZXnXlHTqiRdiuZS { width:15.375rem;height:2.79785rem;top:3.6181640625rem;left:0.5615234375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;color:#e2bc89;display:block; }
#D0UJMMqR9ibEovvefhKepcuxkEgvRpXv { width:20rem;height:23.125rem;top:10.125rem;left:0rem;display:block; }
#w2RA8dDRJMhpmEqKZmPH9e8vnMagTTlU { width:2.8125rem;height:2.8125rem;top:4.3115234375rem;left:16.4599609375rem;font-size:1.9375rem;z-index:15010;color:#e2bc89;display:block; }
