.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:178,140,114;--color-primary-1:187,141,101;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:30,30,30;--color-tertiary-2:5,5,5;--color-tertiary-3:1,2,1;--color-tertiary-4:0,0,0;--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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 { position:relative;z-index:auto;display:none; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 { border-width: 0; border-radius: 0; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TAUesZ2RdHhPXbho6zQKQvzpK2yk3Ur5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#pdfTePpeAJERGgmSG93vVTvyRkyTDh1m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gg9BNubCAJGevu0NpDorHoRhA3RqbtNS { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#zGLfNcI1wDxNRR1KyTA4SNDIyQA5C3My { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#d7K1GalbTPFyGdkydoGCQE8IAVMQqcRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#bqX7OlvDulF0MWErR14FkDccS77ttNfU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#bwiONUAZcikbB7HhBlH6EJ3QE0pGqWu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zv8IovMFdlom6CDNdvTJ9icTbW8ZIFGF { 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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#ZDbSP2W40fRg72KtRUqLb05g0i0x7R71 { position:absolute;display:block;z-index:15004;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.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#O4Wf8z1aL3LpFZIzpFVBwWgpk1u54ybt { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OT0gifQTOIBk7rug1fKm3EuOZiKqrTT1 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.36328125rem;left:15.58203125rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fce9USirXiM5RVVkbXqFkcWRpE2WCDUc { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:11.625rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T5IsND6Uf5qXqETBhrel6f8GDy0n7UNq { color:#a57f62;display:block;width:5.0625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:10.9375rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KGpvspZJLmouTdw8Co6czy83G5IN98ED { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DQsHoCdlgKOGMH2KdFFZ392v92c3hx0W { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xOnru7675NO6gmDJ5kbXCe3BrUTpfZwP { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT { position:relative;z-index:auto;display:none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT { border-width: 0; border-radius: 0; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .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; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container.adaptive-delivery-prevent-bg, #Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container.lazyload, #Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container.lazyloading { background-image: none; }#xOwblbW9dGsAPQevBbnArMneAbsokd1H { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#KPtfVgL0ohcoDrVuvUhyvb84G6eetWNL { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { position:relative;display:none; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { border-width: 0; border-radius: 0; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eL4yDV93AWIl9rbann6gm1rA9GePE3Ep { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.625rem;left:11.625rem;display:none; }
#T5lZs0eC17JkLsWhhZA481C1zof5ms7w { 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.875rem;width:60rem;display:none; }
#dqraA76dvPu8eHuWR8eUXfn0SubQ8Aq9 { 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:5.125rem;width:14.0625rem;display:none; }
#RTtwU35lDAys153OnMeUdONIz12X0LLD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15.9375rem;display:none; }
#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { position:relative;display:none; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { border-width: 0; border-radius: 0; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Nce8p9V9tTdaERcuCpnyacDH0vbTLJHr { 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:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#bvshwsI3rcKmTyb0KFzLyUnBATDbqT3z { 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:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#uor5dmVhoOsZ36swV60LVDrK13f26JVt { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#X6sPbDVaDTOCr1mNe9vQOfPrrfG8zDPw { position:absolute;display:block;z-index:15110;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.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF { position:relative;display:none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF { border-width: 0; border-radius: 0; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#TIlAqgv3yT9CTpIGd9ATDStTytAMdW4I { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GFzObFfp5Nyv9d093PXNRTux1ZcVWzIq { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bTwXwIAS6mqU57iH30mc8cFMUrSDf7Jq { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#qH9S4AaTkCQ47a1wKI4AzZya8eVKVS5c { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#W6ngt0iaDQN2q3FAAihnU42m5putKeoQ { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#XULeTEak4p1mgwe03aZQlBmLoTiUaSSn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DBcACPkx4Dx4IlRsE0K0qaT3ufGLwGma { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:29.5625rem;left:21.125rem; }
#PT4FsTTTGPXkdM8vbU3kaa67DFgkTMqE { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#tEuFKsWUq8DZfKZTFizqTwM5qV2hqoa1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ENWG9d7IqbrRwdTqxK30SlkDNqVGz5Rn { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#OGytgkAkvKZTT3ezE93VT35r89OnNqq3 { 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:34.875rem;width:29.5625rem;display:none; }
#POChiozeBvTq3k7gT4bhLMbRgJy6PUXs { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#TxRseJGvr9yRISVetFgz1PztFJ95DW8T { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#pFd8rvtopcmckJCMg7sxgk6kTN7kEPOT { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-form-header {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;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;text-align:left;text-align-last:left;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:"open sans";vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .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; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:first-of-type{padding-top:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:last-of-type{padding-bottom:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { 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;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.638671875rem;left:8.486328125rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { 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;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.638671875rem;left:8.486328125rem;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk { position:relative;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW { position:relative; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF { position:relative; }
#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { position:relative;display:none; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { border-width: 0; border-radius: 0; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#beaiicM3eVuROevhwBQmWrFtdNIDW6B7 { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container { border-width: 0; border-radius: 0; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#VXZTdiDlip9ZHmnmKk9RUKrn5IUIfwTH { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:block; }
#HT5Gxr4MTXRr6ucTKDef4lQzo2VZZAFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kV3q43Q8Gi9QTUea36LR3leoaRKkGX1Z { color:#fafafa;display:block;width:30.125rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15027;line-height:1.2;letter-spacing:0;top:7.0625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#X9URNTkzxxQvho3zoGTQmriwyUSpHgZC { color:#fafafa;display:block;width:41.125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:8.9248046875rem;left:18.875rem;height:1.50065rem;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:none; }
#MulPTqsVWOMmIwX0IKaQ3fxpSrZBlo2s { color:#fafafa;display:block;width:21.875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:15.625rem;left:38.125rem;height:3.0013rem;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:none; }
#Z16G5ObZBNUrNs7xJI43VWlQoUmBu3AN { color:#000000;display:block;width:34.375rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:4.625rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#LSr1ggQVT9GrX4vw8cTe2yNW49ZT4NCN { color:#3f3f3f;display:block;width:31.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:10.75rem;left:0rem;height:1.68728125rem;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:none; }
#huLqKC7UVDvvtOtZlXX6uEcZ3Iyh1G2f { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-1),1);border-left:0.125rem solid rgba(var(--color-tertiary-1),1);border-right:0.125rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-1),1);border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:18.8125rem;left:0rem;display:none; }
#UTqWIIT9dnctMRNMRbWTFTrw09HsqCBW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VZ1Sqf68di8wiElbalcuNCCTPZ33J8v2 { z-index:15003;background-color:#01d8a9;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: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#kdy77eVyQTIzy4d1GVVAAEPB2WFqPOAP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3qGH455XgavBTenhTKWp3QR5kQat7eX { z-index:15003;background-color:#7700fd;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: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#b3JpQkg8nQd7VSPOheq92w8rpqpsMEC3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container { border-width: 0; border-radius: 0; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.adaptive-delivery-prevent-bg, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.lazyload, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.lazyloading { background-image: none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #N6v03N6q4yKGtEzyGCKsa3Nv4kVM3WD8 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HA6OVBJEAX1MpG4Bvoaanxmtqr1WMUvP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #NxuBVtt28iimnQisZ69FXiOTb51F6L3f { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MPEKb2eTHTCl1rH6cWA2RQGV2huq1EdC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #QDKDssoCTNqJpVsttXk4zmENsBeB9QI3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #fUKrG1SCCDyWT4s7snNzPfuQ7OyemGyk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mLKy94tOXy31al2QDH3oZ3MKv2FkBtl2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZE2MHUHyZBnlxVpXvgegKB7B908JGOpI { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mrr2kB3UPVXxwOqd8aZ1z1sHoFHsiGsC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #A2tCCzoJN9kF05JTOfuLGDTm5qHURi5v { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zgSV9KCThe0k4UeCHOQTEwMPtES7beJX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Rw6glEkTmRxsvbTCJBBEIf60bBWELNtM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oW9qWLLB2nmMzD0aVfLJbycoayQlDPkg { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MbOAIQ2nA3IDsAKwfLdkQTJ3Qr4BvVQ4 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ysnPengDI99HebottSchqAEiAsq5Ki2G { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mdRfBhgb7BRWbWaLFaNMZT8ba6A1ogLr { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #SEKqk1C88kI7ucnvgqgIQphU1NyOkeQC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #awr1CwS4hNCWI9kO3qFhkRrDXXDJgD8v { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Pu92JDlrKyEiDdH7ankUzgRd1nqvB6g1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #J3lMlvTPTkGlpvZrWmIPOXb6CMtkPDAl { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zTuSpNqIq0GvbcOIgTw5gHKF8WiCcAVF { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ft0qUKetUw4yF4kTvSKeKr0Tzt8Gsq2d { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZlFgyAbLVH74kqoTxhVPxic4n5k7ig1u { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #kulBNGt9sCU7c0zoAVdPLG7u69ZJEc9K {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HfSh4wtZ98ewGoqT8pqPXFifcEJXRTvZ { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #yQnboVx4rORCccMbM35x3QBntycFZzd9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oFTl0nIIfaT988eafyM4urGoQ9yb4WMg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #tfHRMsTy3VuwM0iKx2OglpFNmF9cz9c5 { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #rTspdAmAd1pn44J0mw9oQK2rLTD51MXR {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #r5qrnv4zGR1HPVTHCqAFzKNi8Be5N1xD { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #iTBJAqnE1FaKBNKdcNR0HtN7prT4RAfS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #RAP1iUA29vcNE749pBBEKHBQm6KM7ZCI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #l1cmQuwdkcPwbq6p2nfTEZBfVVbtcLDP { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TCfCrTym2GEnXgfnkgi0F5kHvMwbpmR1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #hOw5LQSNqFnPIrnEra5eftpdIkW4PgUT { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #CoC99VhcM9mSgkVxh3TQnGHcXHhrTvPq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XpTV4mcIn5pBpBJ4KGzQTCzTk9Zi6eKb { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #p41VKJ5JyVU0JdrW1xmn5lBlp6PQWwLh { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TQG7Lfg8fsTvqMyUI5x9o8yRdiuhLLlp {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zruxNuRsCcW4MEKR3XMnpNn6iroCynhr { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Hy6drGXLTwq99BJyDP2TgXXkpnJUAra0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #FwhdTHRJauaNMn8XKDXclH9NTRrWEu8V { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Bc7GhsfA6nLpsp1dG8nqI50fPSiD6ZfS { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TnklpQCq41ucUlHwXx97m46SPTHMk53M {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #i2bAJVCO31lxcwTDU3S3HMzHihR230RU { display:none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #UGr4ihhCHgP4grwI0OdRK9V8x1Tnxbp0 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XkfG6TK4aTk38yrTqRe1G4hHFfM4du42 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #BKWGi0ooncP8Wn8FlkNXaWmRG53M8kdf { display:block;position:relative; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mk5RkdEvEeV894oJKn9IucB3gszwbdJ3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #t4tK2s1NpRpm5p4CGTPtsG1oq2CuK80T { display:none; }
#gE8ra1pwaRdPhvxzs3SgeseSroJiLUK2 { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j6BxoPXu/zirconia_crown_mdental.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.adaptive-delivery-prevent-bg, #c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.lazyload, #c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.lazyloading { background-image: none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container { border-width: 0; border-radius: 0; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#doMkMBGhVUrWoFaOLG01d95mKBhW2TA5 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vkTNRcftKrbp4yABURiyAx8vQzOTTRRA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#FDo5H9admJGR8RF9yqMkgshxkwTupAsP { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fEGaWIIHlIb2k21z4evmlNlgha4XZsVV { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#v5717cLfvBFnkCiRcwaSTW2NQc4knIRd { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#MFgabFltklJ1sT83SATn0GDOwPRlwQW3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#w4e2C7pSnxRZQ6CfEQ14TyCPbifQA9Xh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#t12goLSQ3Tw92oZsEnr3Qtb2xHRB3em3 { color:#f3432a;display:block;width:17.5596875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.125rem;height:3.98144375rem;text-align:center;text-align-last:center;display:block; }
#GiwH0vS2QB2oKwWIeP58sGU9hR8E9nSA { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:18.4375rem;left:22.75rem;display:block; }
#AOIHkCaJDXCXbPS24D5rnFEyQvB1iDx2 { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.0625rem;height:1.54394375rem;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; }
#GEGxmxJmxPqP6x169vABMO2aDhVuFEck { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:20.875rem;left:22.8125rem;display:block; }
#kuzvTLDofcXilvE7fDG8QJIUuthWq6NL { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.985242843628rem;left:9.7545566558837rem;height:1.54394375rem;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; }
#scVuNgka4UeWWu83yBWL8uNl6tKnBrQD { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:block; }
#ipIImREGCnrgfAT96ZlytaxPQSHTsvxT { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;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; }
#hbSPr2iHJTgm7652iKL1li9Zb1WTFrh2 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:15.5rem;left:47.75rem;display:block; }
#O5tAT9Ae3qZ4I5DsmtlJCtrN29IPsuwI { color:rgba(var(--color-primary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.3125rem;height:1.54394375rem;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; }
#eboZlJyFp5NT26xBX2OSeV9s84g5cqeT { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:18.125rem;left:47.75rem;display:block; }
#AvZGspOfkPJo9spRxrgiXkePA4dkytHr { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.75rem;height:1.54394375rem;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; }
#ZhmpxqzM5C58E8fQKXDsx0TpBnBFtceC { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:20.75rem;left:47.75rem;display:block; }
#cwJKl9UtZMpFxwUGfG6Ps3BmzX6QMP2z { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.75rem;height:1.54394375rem;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; }
#tRTxL8WyMyyA7bchKT0oKuuk0OuF6KbZ { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;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:none; }
#hAALy6XLMM4rkWOT3eV9LxQnln9I1s79 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:none; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q6Ukid9Fc20UVu511pNEa2L3JHJCHBfO { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fwE2pFasuc6PzN9dAqZ3gvKkz1IIsTiU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#zsnpghmsH5aE9MdSOGKpGBpCy4wSa1rh { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container { border-width: 0; border-radius: 0; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#qnxntGBU5uCHbDTTBbl7Ow3Oa1TVEW5T { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#c4dwd644bwleoVcfqTyn2BDksiZ0xACT { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XJXDXiOhcuOP8h4ulKmwJIGWLoz12gO0 { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#k2QGSPTMhZiVS0hahOr0qva4VTrmlIm8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zJcf47f7Zu2zGge0n3fPnXtyeSOVsMWM { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;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; }
#PCS4VOlEThS3Kuskh65wE4XACJQu5HTU { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#ZvE7BLJyRfVOZ7W57l1zTGmXSQtHI5hv { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#DZX6VmRzP7MFk02TVGlXIAw6TzaGmNXV { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { border-width: 0; border-radius: 0; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;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; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;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; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { border-width: 0; border-radius: 0; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#ZphCms5twfRZECguQEuDRVN241ED2IJg { border-width: 0; border-radius: 0; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { position:absolute;display:block;z-index:15004;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.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { position:relative;z-index:auto;display:none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { border-width: 0; border-radius: 0; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .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; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.adaptive-delivery-prevent-bg, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.lazyload, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container.lazyloading { background-image: none; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { position:absolute;display:block;z-index:15018;height:10.625rem;width:18.999rem;top:21.435546875rem;left:1.864013671875rem;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { position:absolute;display:block;z-index:15019;height:9.56175rem;width:17.06175rem;top:6.141357421875rem;left:3.878173828125rem;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { position:relative;display:none; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { border-width: 0; border-radius: 0; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-0),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-form-header {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;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;text-align:left;text-align-last:left;vertical-align:top; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000;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:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;box-shadow: none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000;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:"open sans";vertical-align:top;box-shadow: none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .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; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:first-of-type{padding-top:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:last-of-type{padding-bottom:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { 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;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.9231758117675rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { 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;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.9231758117675rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT { position:relative;display:none; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M { position:relative; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm { position:relative; }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { color:#000000;display:block;width:15.5rem;position:absolute;font-family:"alw font";font-size:0.75rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;text-shadow:0.3125rem 0rem 0.6875rem rgba(var(--color-tertiary-4),0.5);top:22.5439453125rem;left:11.23681640625rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { position:relative;display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { border-width: 0; border-radius: 0; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:28.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:3.962890625rem;left:10.6552734375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.8115234375rem;left:17.8740234375rem;height:2rem;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; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.5625rem;left:2.25rem;height:2rem;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; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.31201171875rem;left:14.74951171875rem;height:2rem;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; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.0615234375rem;left:9.6240234375rem;height:2rem;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; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.693359375rem;left:54.24609375rem;display:block; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.94384765625rem;left:54.24609375rem;display:block; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.19287109375rem;left:54.24609375rem;display:block; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:15.44140625rem;left:54.24609375rem;display:block; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { 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:73.625rem;width:60rem;display:none; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { position:relative;display:none; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { border-width: 0; border-radius: 0; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:36.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { position:absolute;display:block;z-index:15000;height:21.7480625rem;width:38.75rem;top:9.21630859375rem;left:9.990234375rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { border-width: 0; border-radius: 0; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.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:36.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { color:rgba(30,30,30,0.7);display:block;width:11.9983125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.217529296875rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;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; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.687255859375rem;left:16.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;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; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.374267578125rem;left:17.311767578125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.562255859375rem;left:16.1875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;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; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.51953125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;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; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:33.22509765625rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.52685546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15038;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:16.124267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:3.20068359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:15.575439453125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:3.827880859375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:33.1884765625rem;left:16.17919921875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;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; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { position:relative;display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { 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:8.9375rem;width:9.8125rem;display:none; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { 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:21.625rem;width:60rem;display:none; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { position:relative;display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { 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:15.5625rem;width:31.5625rem;display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { position:relative;display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { border-width: 0; border-radius: 0; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .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; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);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;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.adaptive-delivery-prevent-bg, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyload, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyloading { background-image: none; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.69965rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.99956875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.10069375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.2554375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .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; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.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:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyloading { background-image: none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:44.179689407349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:23.812501907349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.875001907349rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 { display:none; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container { width:47.75rem;position:relative;display:none; }#TAUesZ2RdHhPXbho6zQKQvzpK2yk3Ur5 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#pdfTePpeAJERGgmSG93vVTvyRkyTDh1m { display:block; }
#Gg9BNubCAJGevu0NpDorHoRhA3RqbtNS { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#zGLfNcI1wDxNRR1KyTA4SNDIyQA5C3My { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#d7K1GalbTPFyGdkydoGCQE8IAVMQqcRZ { display:block; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#bqX7OlvDulF0MWErR14FkDccS77ttNfU { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#bwiONUAZcikbB7HhBlH6EJ3QE0pGqWu7 { display:block; }
#zv8IovMFdlom6CDNdvTJ9icTbW8ZIFGF { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#ZDbSP2W40fRg72KtRUqLb05g0i0x7R71 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#O4Wf8z1aL3LpFZIzpFVBwWgpk1u54ybt { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#OT0gifQTOIBk7rug1fKm3EuOZiKqrTT1 { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#fce9USirXiM5RVVkbXqFkcWRpE2WCDUc { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#T5IsND6Uf5qXqETBhrel6f8GDy0n7UNq { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#KGpvspZJLmouTdw8Co6czy83G5IN98ED { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#DQsHoCdlgKOGMH2KdFFZ392v92c3hx0W { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#xOnru7675NO6gmDJ5kbXCe3BrUTpfZwP { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT { display:none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container { width:47.75rem;position:relative;display:none; }#xOwblbW9dGsAPQevBbnArMneAbsokd1H { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#KPtfVgL0ohcoDrVuvUhyvb84G6eetWNL { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { display:none; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container { width:47.75rem;position:relative;display:none; }#eL4yDV93AWIl9rbann6gm1rA9GePE3Ep { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#T5lZs0eC17JkLsWhhZA481C1zof5ms7w { width:47.75rem;height:19rem;display:none; }
#dqraA76dvPu8eHuWR8eUXfn0SubQ8Aq9 { width:14.0625rem;height:5.125rem;display:none; }
#RTtwU35lDAys153OnMeUdONIz12X0LLD { width:15.9375rem;height:5.25rem;display:none; }
#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { display:none; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container { width:47.75rem;position:relative;display:none; }#Nce8p9V9tTdaERcuCpnyacDH0vbTLJHr { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#bvshwsI3rcKmTyb0KFzLyUnBATDbqT3z { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#uor5dmVhoOsZ36swV60LVDrK13f26JVt { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#X6sPbDVaDTOCr1mNe9vQOfPrrfG8zDPw { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF { display:none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container { width:47.75rem;position:relative;display:none; }#TIlAqgv3yT9CTpIGd9ATDStTytAMdW4I { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#GFzObFfp5Nyv9d093PXNRTux1ZcVWzIq { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#bTwXwIAS6mqU57iH30mc8cFMUrSDf7Jq { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#qH9S4AaTkCQ47a1wKI4AzZya8eVKVS5c { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#W6ngt0iaDQN2q3FAAihnU42m5putKeoQ { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#XULeTEak4p1mgwe03aZQlBmLoTiUaSSn { display:block; }
#DBcACPkx4Dx4IlRsE0K0qaT3ufGLwGma { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#PT4FsTTTGPXkdM8vbU3kaa67DFgkTMqE { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#tEuFKsWUq8DZfKZTFizqTwM5qV2hqoa1 { display:block; }
#ENWG9d7IqbrRwdTqxK30SlkDNqVGz5Rn { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#OGytgkAkvKZTT3ezE93VT35r89OnNqq3 { width:23.5rem;height:27.75rem;display:none; }
#POChiozeBvTq3k7gT4bhLMbRgJy6PUXs { display:none; }
#TxRseJGvr9yRISVetFgz1PztFJ95DW8T { display:none; }
#pFd8rvtopcmckJCMg7sxgk6kTN7kEPOT { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { width:17.5rem;height:auto;top:3.625rem;left:2.361328125rem; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { width:17.5rem;height:auto;top:3.625rem;left:2.361328125rem;display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF {  }
#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { display:none; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container { width:47.75rem;position:relative;display:none; }#beaiicM3eVuROevhwBQmWrFtdNIDW6B7 { display:none; }
#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn { display:none; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container { width:47.5rem;position:relative;display:none; }#VXZTdiDlip9ZHmnmKk9RUKrn5IUIfwTH { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#HT5Gxr4MTXRr6ucTKDef4lQzo2VZZAFf { display:block; }
#kV3q43Q8Gi9QTUea36LR3leoaRKkGX1Z { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#X9URNTkzxxQvho3zoGTQmriwyUSpHgZC { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#MulPTqsVWOMmIwX0IKaQ3fxpSrZBlo2s { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#Z16G5ObZBNUrNs7xJI43VWlQoUmBu3AN { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#LSr1ggQVT9GrX4vw8cTe2yNW49ZT4NCN { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#huLqKC7UVDvvtOtZlXX6uEcZ3Iyh1G2f { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#UTqWIIT9dnctMRNMRbWTFTrw09HsqCBW { display:block; }
#VZ1Sqf68di8wiElbalcuNCCTPZ33J8v2 { width:;height:;display:none; }
#kdy77eVyQTIzy4d1GVVAAEPB2WFqPOAP { display:block; }
#o3qGH455XgavBTenhTKWp3QR5kQat7eX { width:;height:;display:none; }
#b3JpQkg8nQd7VSPOheq92w8rpqpsMEC3 { display:block; }
#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp { display:none; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container { width:47.75rem;position:relative;display:none; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #N6v03N6q4yKGtEzyGCKsa3Nv4kVM3WD8 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HA6OVBJEAX1MpG4Bvoaanxmtqr1WMUvP {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #NxuBVtt28iimnQisZ69FXiOTb51F6L3f {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MPEKb2eTHTCl1rH6cWA2RQGV2huq1EdC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #QDKDssoCTNqJpVsttXk4zmENsBeB9QI3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #fUKrG1SCCDyWT4s7snNzPfuQ7OyemGyk {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mLKy94tOXy31al2QDH3oZ3MKv2FkBtl2 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZE2MHUHyZBnlxVpXvgegKB7B908JGOpI {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mrr2kB3UPVXxwOqd8aZ1z1sHoFHsiGsC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #A2tCCzoJN9kF05JTOfuLGDTm5qHURi5v {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zgSV9KCThe0k4UeCHOQTEwMPtES7beJX {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Rw6glEkTmRxsvbTCJBBEIf60bBWELNtM {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oW9qWLLB2nmMzD0aVfLJbycoayQlDPkg {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MbOAIQ2nA3IDsAKwfLdkQTJ3Qr4BvVQ4 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ysnPengDI99HebottSchqAEiAsq5Ki2G {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mdRfBhgb7BRWbWaLFaNMZT8ba6A1ogLr {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #SEKqk1C88kI7ucnvgqgIQphU1NyOkeQC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #awr1CwS4hNCWI9kO3qFhkRrDXXDJgD8v {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Pu92JDlrKyEiDdH7ankUzgRd1nqvB6g1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #J3lMlvTPTkGlpvZrWmIPOXb6CMtkPDAl {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zTuSpNqIq0GvbcOIgTw5gHKF8WiCcAVF {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ft0qUKetUw4yF4kTvSKeKr0Tzt8Gsq2d {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZlFgyAbLVH74kqoTxhVPxic4n5k7ig1u {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #kulBNGt9sCU7c0zoAVdPLG7u69ZJEc9K {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HfSh4wtZ98ewGoqT8pqPXFifcEJXRTvZ {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #yQnboVx4rORCccMbM35x3QBntycFZzd9 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oFTl0nIIfaT988eafyM4urGoQ9yb4WMg {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #tfHRMsTy3VuwM0iKx2OglpFNmF9cz9c5 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #rTspdAmAd1pn44J0mw9oQK2rLTD51MXR {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #r5qrnv4zGR1HPVTHCqAFzKNi8Be5N1xD {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #iTBJAqnE1FaKBNKdcNR0HtN7prT4RAfS {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #RAP1iUA29vcNE749pBBEKHBQm6KM7ZCI {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #l1cmQuwdkcPwbq6p2nfTEZBfVVbtcLDP {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TCfCrTym2GEnXgfnkgi0F5kHvMwbpmR1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #hOw5LQSNqFnPIrnEra5eftpdIkW4PgUT {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #CoC99VhcM9mSgkVxh3TQnGHcXHhrTvPq {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XpTV4mcIn5pBpBJ4KGzQTCzTk9Zi6eKb {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #p41VKJ5JyVU0JdrW1xmn5lBlp6PQWwLh {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TQG7Lfg8fsTvqMyUI5x9o8yRdiuhLLlp {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zruxNuRsCcW4MEKR3XMnpNn6iroCynhr {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Hy6drGXLTwq99BJyDP2TgXXkpnJUAra0 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #FwhdTHRJauaNMn8XKDXclH9NTRrWEu8V {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Bc7GhsfA6nLpsp1dG8nqI50fPSiD6ZfS {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TnklpQCq41ucUlHwXx97m46SPTHMk53M {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #i2bAJVCO31lxcwTDU3S3HMzHihR230RU {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #UGr4ihhCHgP4grwI0OdRK9V8x1Tnxbp0 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XkfG6TK4aTk38yrTqRe1G4hHFfM4du42 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #BKWGi0ooncP8Wn8FlkNXaWmRG53M8kdf {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mk5RkdEvEeV894oJKn9IucB3gszwbdJ3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #t4tK2s1NpRpm5p4CGTPtsG1oq2CuK80T {  }
#gE8ra1pwaRdPhvxzs3SgeseSroJiLUK2 { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc { display:none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container { width:47.75rem;position:relative;display:none; }#doMkMBGhVUrWoFaOLG01d95mKBhW2TA5 { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#vkTNRcftKrbp4yABURiyAx8vQzOTTRRA { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#FDo5H9admJGR8RF9yqMkgshxkwTupAsP { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#fEGaWIIHlIb2k21z4evmlNlgha4XZsVV { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#v5717cLfvBFnkCiRcwaSTW2NQc4knIRd { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#MFgabFltklJ1sT83SATn0GDOwPRlwQW3 { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#w4e2C7pSnxRZQ6CfEQ14TyCPbifQA9Xh { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#t12goLSQ3Tw92oZsEnr3Qtb2xHRB3em3 { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#GiwH0vS2QB2oKwWIeP58sGU9hR8E9nSA { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#AOIHkCaJDXCXbPS24D5rnFEyQvB1iDx2 { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#GEGxmxJmxPqP6x169vABMO2aDhVuFEck { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#kuzvTLDofcXilvE7fDG8QJIUuthWq6NL { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#scVuNgka4UeWWu83yBWL8uNl6tKnBrQD { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ipIImREGCnrgfAT96ZlytaxPQSHTsvxT { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#hbSPr2iHJTgm7652iKL1li9Zb1WTFrh2 { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#O5tAT9Ae3qZ4I5DsmtlJCtrN29IPsuwI { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#eboZlJyFp5NT26xBX2OSeV9s84g5cqeT { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#AvZGspOfkPJo9spRxrgiXkePA4dkytHr { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#ZhmpxqzM5C58E8fQKXDsx0TpBnBFtceC { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#cwJKl9UtZMpFxwUGfG6Ps3BmzX6QMP2z { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#tRTxL8WyMyyA7bchKT0oKuuk0OuF6KbZ { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#hAALy6XLMM4rkWOT3eV9LxQnln9I1s79 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q6Ukid9Fc20UVu511pNEa2L3JHJCHBfO { width:;height:;display:none; }
#fwE2pFasuc6PzN9dAqZ3gvKkz1IIsTiU { display:block; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#zsnpghmsH5aE9MdSOGKpGBpCy4wSa1rh { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy { display:none; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container { width:47.5rem;position:relative;display:none; }#qnxntGBU5uCHbDTTBbl7Ow3Oa1TVEW5T { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#c4dwd644bwleoVcfqTyn2BDksiZ0xACT { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#XJXDXiOhcuOP8h4ulKmwJIGWLoz12gO0 { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#k2QGSPTMhZiVS0hahOr0qva4VTrmlIm8 { display:block; }
#zJcf47f7Zu2zGge0n3fPnXtyeSOVsMWM { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#PCS4VOlEThS3Kuskh65wE4XACJQu5HTU { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#ZvE7BLJyRfVOZ7W57l1zTGmXSQtHI5hv { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#DZX6VmRzP7MFk02TVGlXIAw6TzaGmNXV { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { display:none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { width:47.5rem;position:relative;display:none; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { top:0rem;width:;height:;display:none; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { top:0rem;width:;height:;display:none; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { display:none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { width:47.5rem;position:relative;display:none; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { display:block; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { width:47.75rem;position:relative;display:block; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { display:block; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { width:47.75rem;position:relative;display:block; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { top:21.375rem;left:0rem;width:18.9375rem;height:10.625rem;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { top:6.125rem;left:0rem;width:17rem;height:9.5rem;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { display:block; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container { width:47.75rem;position:relative;display:block; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { width:17.5rem;height:auto;top:2.6875rem;left:2.7981758117676rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { width:17.5rem;height:auto;top:2.6875rem;left:2.7981758117676rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm {  }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { top:22.5rem;left:5.11181640625rem;width:15.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container { width:47.75rem;position:relative;display:none; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { top:3.9375rem;left:4.5302734375rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { width:37.0625rem;height:2rem;top:8.75rem;left:10.6875rem;font-size:0.875rem;display:none; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { width:47.75rem;height:2rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { width:40.1875rem;height:2rem;top:14.25rem;left:7.5625rem;font-size:0.875rem;display:none; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { width:45.3125rem;height:2rem;top:17rem;left:2.4375rem;font-size:0.875rem;display:none; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { width:3.625rem;height:3.625rem;top:9.9375rem;left:44.125rem;font-size:2.5rem;display:none; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { width:3.625rem;height:3.625rem;top:15.4375rem;left:44.125rem;font-size:2.5rem;display:none; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { width:47.75rem;height:58.5625rem;display:none; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { display:block; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container { width:47.75rem;position:relative;display:block; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { top:9.1875rem;left:3.865234375rem;width:38.75rem;height:21.6875rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:block; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:47.75rem;position:relative;display:block; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.092529296875rem;font-size:0.75rem;display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { top:20.625rem;left:10.186767578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { top:22.3125rem;left:11.186199188233rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { top:22.5rem;left:10.0625rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { width:11.9375rem;height:1.375rem;top:20.9375rem;left:0rem;font-size:0.75rem;display:block; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { top:31.5rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:11.875rem;height:1.0625rem;top:33.1875rem;left:0rem;font-size:0.625rem;display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { top:31.5rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { top:27.5rem;left:5.1174049973488rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:11.875rem;height:1.0625rem;top:14.1875rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:11.875rem;height:1.0625rem;top:14.1875rem;left:0rem;font-size:0.625rem;display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:11.875rem;height:1.0625rem;top:23.75rem;left:9.450439453125rem;font-size:0.625rem;display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:11.875rem;height:1.0625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:11.875rem;height:1.0625rem;top:33.1875rem;left:10.05419921875rem;font-size:0.625rem;display:block; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:block; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:47.75rem;position:relative;display:block; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { width:9.8125rem;height:8.9375rem;display:none; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { width:47.75rem;height:17.1875rem;display:none; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:none; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:none; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:block; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:47.75rem;position:relative;display:block; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { width:31.5625rem;height:15.5625rem;display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:none; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:; height:; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { display:block; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container { width:47.75rem;position:relative;display:block; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.1875rem;display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { display:block; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:47.75rem;position:relative;display:block; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { top:20.75rem;left:19.4375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { top:20.6875rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.9375rem;top:23.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { top:34.375rem;left:19.7490234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.9375rem;top:37.6875rem;left:18.06201171875rem;font-size:0.8125rem;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
body { position:relative;background-color:#f2dbb9;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 { position:relative;z-index:auto;background-color:#a09062;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container { background-color: transparent; background-image: none; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container > .video-iframe-container { display: none; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row > .video-iframe-container { display: none; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .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); }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container { border-width: 0; border-radius: 0; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r0PElPFsspTIzCOLm5VyEyTZ30MpBGX8 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#TAUesZ2RdHhPXbho6zQKQvzpK2yk3Ur5 { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:#365638;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pdfTePpeAJERGgmSG93vVTvyRkyTDh1m { display:block; }
#Gg9BNubCAJGevu0NpDorHoRhA3RqbtNS { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#zGLfNcI1wDxNRR1KyTA4SNDIyQA5C3My { top:0.49913197755814rem;left:0rem;width:6.3748125rem;height:2.1875rem;z-index:15188;background-color:#365638;background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#d7K1GalbTPFyGdkydoGCQE8IAVMQqcRZ { display:block; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#af88aemS4ICvNDNEKp01wtKUbgfMKvq1 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#bqX7OlvDulF0MWErR14FkDccS77ttNfU { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-primary-1),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bwiONUAZcikbB7HhBlH6EJ3QE0pGqWu7 { display:block; }
#zv8IovMFdlom6CDNdvTJ9icTbW8ZIFGF { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),1) ;display:block; }
#ZDbSP2W40fRg72KtRUqLb05g0i0x7R71 { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#O4Wf8z1aL3LpFZIzpFVBwWgpk1u54ybt { width:6.6235625rem;height:1.1375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#OT0gifQTOIBk7rug1fKm3EuOZiKqrTT1 { width:3.75rem;height:0.89375rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#fce9USirXiM5RVVkbXqFkcWRpE2WCDUc { width:5.1237rem;height:0.89375rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#T5IsND6Uf5qXqETBhrel6f8GDy0n7UNq { width:2.7487rem;height:0.89375rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#KGpvspZJLmouTdw8Co6czy83G5IN98ED { width:7.125rem;height:0.89375rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#DQsHoCdlgKOGMH2KdFFZ392v92c3hx0W { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#xOnru7675NO6gmDJ5kbXCe3BrUTpfZwP { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/c8d890ab-e738-4e29-9ae5-2175fe66a8d4/WhatsAppImage20251221at120356.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT.adaptive-delivery-prevent-bg, #Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT.lazyload, #Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT.lazyloading { background-image: none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container { background-color: transparent; background-image: none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container > .video-iframe-container { display: none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row > .video-iframe-container { display: none; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .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); }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container { border-width: 0; border-radius: 0; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wc3bfnubPTEczqkeo1rNX1LoTwzrTUbT > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; }#xOwblbW9dGsAPQevBbnArMneAbsokd1H { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#KPtfVgL0ohcoDrVuvUhyvb84G6eetWNL { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { display:block; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { background-color: transparent; background-image: none; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container > .video-iframe-container { display: none; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row > .video-iframe-container { display: none; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .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); }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H { border-width: 0; border-radius: 0; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .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; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container { width:20rem;height:7.5rem;background-color:rgba(242,244,236,0.12);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container.adaptive-delivery-prevent-bg, #LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container.lazyload, #LADRSiqJZVBiVI5h3uM0IBTT9OJ1wc7H > .row .container.lazyloading { background-image: none; }#eL4yDV93AWIl9rbann6gm1rA9GePE3Ep { top:1.12109375rem;left:3.8740234375rem;width:11.3748125rem;height:1.1002625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:1rem;line-height:1.1;display:block; }
#T5lZs0eC17JkLsWhhZA481C1zof5ms7w { top:5.125rem;left:12.811415970326rem;width:5.875rem;height:2.3125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dqraA76dvPu8eHuWR8eUXfn0SubQ8Aq9 { top:2.7165794372559rem;left:7.374348938465rem;width:6.8120625rem;height:2.37413125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RTtwU35lDAys153OnMeUdONIz12X0LLD { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { display:block; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { background-color: transparent; background-image: none; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container > .video-iframe-container { display: none; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row > .video-iframe-container { display: none; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .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); }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP { border-width: 0; border-radius: 0; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .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; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container { width:20rem;height:10.125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container.adaptive-delivery-prevent-bg, #pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container.lazyload, #pMyM1UGxpRz4T1tV1U7D8mgiKxgbApeP > .row .container.lazyloading { background-image: none; }#Nce8p9V9tTdaERcuCpnyacDH0vbTLJHr { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bvshwsI3rcKmTyb0KFzLyUnBATDbqT3z { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uor5dmVhoOsZ36swV60LVDrK13f26JVt { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.1375rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#174773;display:block; }
#X6sPbDVaDTOCr1mNe9vQOfPrrfG8zDPw { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/c2895366-5414-4b53-a3c4-ed0dca5cf274/710c305952609fdb0028292f425603fe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF.adaptive-delivery-prevent-bg, #xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF.lazyload, #xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF.lazyloading { background-image: none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container { background-color: transparent; background-image: none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container > .video-iframe-container { display: none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row > .video-iframe-container { display: none; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .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); }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container { border-width: 0; border-radius: 0; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xiyPBr1T4T70JzDaAz0AeTnNHHNCEVUF > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#TIlAqgv3yT9CTpIGd9ATDStTytAMdW4I { width:13.125rem;height:1.625rem;top:0.9375rem;left:3.4375002980233rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);line-height:1.3;display:block; }
#GFzObFfp5Nyv9d093PXNRTux1ZcVWzIq { width:18.375rem;height:1.59375rem;top:8.6371536254881rem;left:0.74978297948838rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-family:amiri;color:#050404;z-index:15155;line-height:1.7;display:block; }
#bTwXwIAS6mqU57iH30mc8cFMUrSDf7Jq { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#qH9S4AaTkCQ47a1wKI4AzZya8eVKVS5c { width:16.8125rem;height:0.0625rem;top:3.125rem;left:1.5928819775581rem;background-color:rgba(var(--color-secondary-3),0.83);background-image:none;display:block; }
#W6ngt0iaDQN2q3FAAihnU42m5putKeoQ { width:8.3125rem;height:2.8125rem;top:39.25rem;left:5.875rem;font-size:1.375rem;color:rgba(60,70,38,0.87);border-top:0.125rem solid rgba(0,0,0,0);border-left:0.125rem solid rgba(0,0,0,0);border-right:0.125rem solid rgba(0,0,0,0);border-bottom:0.125rem solid rgba(0,0,0,0);font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;display:block; }
#XULeTEak4p1mgwe03aZQlBmLoTiUaSSn { display:block; }
#DBcACPkx4Dx4IlRsE0K0qaT3ufGLwGma { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#PT4FsTTTGPXkdM8vbU3kaa67DFgkTMqE { width:13.110375rem;height:3.734375rem;top:38.75rem;left:3.4375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#000000;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;z-index:15009;display:block; }
#tEuFKsWUq8DZfKZTFizqTwM5qV2hqoa1 { display:block; }
#ENWG9d7IqbrRwdTqxK30SlkDNqVGz5Rn { width:4.5rem;height:4.5rem;top:19.124784469604rem;left:14.874132454395rem;z-index:15158;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4626', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c4626', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, #3c4626, rgba(var(--color-primary-1),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OGytgkAkvKZTT3ezE93VT35r89OnNqq3 { top:18.593099594116rem;left:14.187283813953rem;width:5.8125rem;height:7.0625rem;z-index:15159;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#POChiozeBvTq3k7gT4bhLMbRgJy6PUXs { top:8.3116321563719rem;left:0rem;width:19.75rem;height:2.25rem;z-index:15154;background-color:rgba(82,109,25,0.28);background-image:none;display:block; }
#TxRseJGvr9yRISVetFgz1PztFJ95DW8T { top:3.9366321563721rem;left:0.62500005960463rem;width:18.375rem;height:4.25rem;z-index:15155;background-color:rgba(82,109,25,0.28);background-image:none;border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;display:block; }
#pFd8rvtopcmckJCMg7sxgk6kTN7kEPOT { width:18.25rem;height:2.4375rem;top:4.8415794372559rem;left:0.65538197755812rem;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);z-index:15156;display:block; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-text {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-select {padding-top: 0; padding-bottom: 0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#365638;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:first-of-type{padding-top:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-container:last-of-type{padding-bottom:0;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF  { width:14.8125rem;height:auto;top:19.826564788818rem;left:1.3421876430511rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF {display:block;}#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF { width:14.8125rem;height:auto;top:19.826564788818rem;left:1.3421876430511rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #LIzkw5mZoI1JdnsuGe1Bun4wNuIMlE0c {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #EhX5Hsbf6P9DN8TDIGkVdTWG63XCGm3P { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #N8kD5uRHg7iaZRE79FxQw2qIUWmX6T5U {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #kVLe3KRod5uoua9eHUZkGWiteFhzZQFU {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #rhcZDfowxyrp0n4zJ2gsClMtOvzFvagB { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #ixa6Uox7qLZnwVn54SJTXagPkqX9UV2y {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #add3bD9MUDsXCaKZAfdCQ0ADyBBGsXNz {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #Csc1adA4lSewQkBH3BKITZldo4q6IbWs { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #hBPJVyRJCAiduFZKA3h7cMfULMS7trdB {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #i0tlUvlGRfhI0BikIqwkUm04mQeuRJAH {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #TU7NvQUGTETMhy1e32z5coS3sL7l9NvW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #gTZGiSqLaE0mOiG9NMJHDSpdLyIWWUgk { display:none; }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #HLF7EPREytprdAFSV35C3qBT92xmeGf7 {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #m1uQ8FGTyykleihOhQwmO3DFl5PbRsiW {  }
#I77DugvJ5ocFVSGUUz0X9dyFV0JDhGTF #o4T5cXAOvgZDVAI560tKl2D6taREB9eF {  }
#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { display:block; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { background-color: transparent; background-image: none; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container > .video-iframe-container { display: none; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row > .video-iframe-container { display: none; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .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); }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe { border-width: 0; border-radius: 0; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .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; }#dPXq4emL7uJpcDkzCol3tItMya7PgUTe > .row .container { width:20rem;height:39rem;background-color:#dac8b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#beaiicM3eVuROevhwBQmWrFtdNIDW6B7 { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn { display:block; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn { background-color: transparent; background-image: none; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container > .video-iframe-container { display: none; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row > .video-iframe-container { display: none; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .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); }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn { border-width: 0; border-radius: 0; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .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; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container { width:20rem;height:25.875rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/305e495d-1d56-4cc6-8773-07caf8ac4ff8/67c04640c03ae9ffba014f4fc0b8f255.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container.adaptive-delivery-prevent-bg, #PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container.lazyload, #PcOUg0R9lwJlXMTllObCZ0htKMbk6Rkn > .row .container.lazyloading { background-image: none; }#VXZTdiDlip9ZHmnmKk9RUKrn5IUIfwTH { width:13.09698625rem;height:3.722005rem;top:13.311632275581rem;left:3.4429257512093rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #3c4626;border-left:0.125rem solid #3c4626;border-right:0.125rem solid #3c4626;border-bottom:0.125rem solid #3c4626;display:block; }
#HT5Gxr4MTXRr6ucTKDef4lQzo2VZZAFf { display:block; }
#kV3q43Q8Gi9QTUea36LR3leoaRKkGX1Z { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#X9URNTkzxxQvho3zoGTQmriwyUSpHgZC { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#MulPTqsVWOMmIwX0IKaQ3fxpSrZBlo2s { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:none; }
#Z16G5ObZBNUrNs7xJI43VWlQoUmBu3AN { width:20rem;height:2.4rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#LSr1ggQVT9GrX4vw8cTe2yNW49ZT4NCN { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--paragraphs-font-family);display:block; }
#huLqKC7UVDvvtOtZlXX6uEcZ3Iyh1G2f { width:13.08292375rem;height:3.70789875rem;top:18.25rem;left:3.4375rem;z-index:15009;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:#3c4626;border-top:0.125rem solid #384027;border-left:0.125rem solid #384027;border-right:0.125rem solid #384027;border-bottom:0.125rem solid #384027;display:block; }
#UTqWIIT9dnctMRNMRbWTFTrw09HsqCBW { display:block; }
#VZ1Sqf68di8wiElbalcuNCCTPZ33J8v2 { top:13.141276836395rem;left:2.9687500596046rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:#3c4626;background-image:none;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#kdy77eVyQTIzy4d1GVVAAEPB2WFqPOAP { display:block; }
#o3qGH455XgavBTenhTKWp3QR5kQat7eX { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:#3c4626;background-image:none;font-size:1.625rem;font-family:amiri;display:block; }
#b3JpQkg8nQd7VSPOheq92w8rpqpsMEC3 { display:block; }
#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp { position:relative;z-index:auto;display:block; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp { background-color: transparent; background-image: none; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container > .video-iframe-container { display: none; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row > .video-iframe-container { display: none; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .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); }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp { border-width: 0; border-radius: 0; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .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; }#TTBB7xSBSc9iwqGJZSXMquTlsRD28TIp > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-element-container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#3c4626;font-family:var(--paragraphs-font-family); }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#3c4626;line-height:1.6;overflow:hidden; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.adaptive-delivery-prevent-bg, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.lazyload, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz .accordion-trigger.lazyloading { background-image: none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz { display:flex;height:auto;width:18.2454375rem;top:4.1859130859375rem;left:0.12734371423721rem;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;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz.adaptive-delivery-prevent-bg, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz.lazyload, #NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz.lazyloading { background-image: none; }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #N6v03N6q4yKGtEzyGCKsa3Nv4kVM3WD8 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HA6OVBJEAX1MpG4Bvoaanxmtqr1WMUvP {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #NxuBVtt28iimnQisZ69FXiOTb51F6L3f {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MPEKb2eTHTCl1rH6cWA2RQGV2huq1EdC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #QDKDssoCTNqJpVsttXk4zmENsBeB9QI3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #fUKrG1SCCDyWT4s7snNzPfuQ7OyemGyk {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mLKy94tOXy31al2QDH3oZ3MKv2FkBtl2 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZE2MHUHyZBnlxVpXvgegKB7B908JGOpI {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mrr2kB3UPVXxwOqd8aZ1z1sHoFHsiGsC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #A2tCCzoJN9kF05JTOfuLGDTm5qHURi5v {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zgSV9KCThe0k4UeCHOQTEwMPtES7beJX {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Rw6glEkTmRxsvbTCJBBEIf60bBWELNtM {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oW9qWLLB2nmMzD0aVfLJbycoayQlDPkg {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #MbOAIQ2nA3IDsAKwfLdkQTJ3Qr4BvVQ4 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ysnPengDI99HebottSchqAEiAsq5Ki2G {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #mdRfBhgb7BRWbWaLFaNMZT8ba6A1ogLr {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #SEKqk1C88kI7ucnvgqgIQphU1NyOkeQC {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #awr1CwS4hNCWI9kO3qFhkRrDXXDJgD8v {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Pu92JDlrKyEiDdH7ankUzgRd1nqvB6g1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #J3lMlvTPTkGlpvZrWmIPOXb6CMtkPDAl {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zTuSpNqIq0GvbcOIgTw5gHKF8WiCcAVF {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ft0qUKetUw4yF4kTvSKeKr0Tzt8Gsq2d {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #ZlFgyAbLVH74kqoTxhVPxic4n5k7ig1u {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #kulBNGt9sCU7c0zoAVdPLG7u69ZJEc9K {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #HfSh4wtZ98ewGoqT8pqPXFifcEJXRTvZ {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #yQnboVx4rORCccMbM35x3QBntycFZzd9 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #oFTl0nIIfaT988eafyM4urGoQ9yb4WMg {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #tfHRMsTy3VuwM0iKx2OglpFNmF9cz9c5 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #rTspdAmAd1pn44J0mw9oQK2rLTD51MXR {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #r5qrnv4zGR1HPVTHCqAFzKNi8Be5N1xD {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #iTBJAqnE1FaKBNKdcNR0HtN7prT4RAfS {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #RAP1iUA29vcNE749pBBEKHBQm6KM7ZCI {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #l1cmQuwdkcPwbq6p2nfTEZBfVVbtcLDP {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TCfCrTym2GEnXgfnkgi0F5kHvMwbpmR1 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #hOw5LQSNqFnPIrnEra5eftpdIkW4PgUT {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #CoC99VhcM9mSgkVxh3TQnGHcXHhrTvPq {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XpTV4mcIn5pBpBJ4KGzQTCzTk9Zi6eKb {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #p41VKJ5JyVU0JdrW1xmn5lBlp6PQWwLh {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TQG7Lfg8fsTvqMyUI5x9o8yRdiuhLLlp {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #zruxNuRsCcW4MEKR3XMnpNn6iroCynhr {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Hy6drGXLTwq99BJyDP2TgXXkpnJUAra0 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #FwhdTHRJauaNMn8XKDXclH9NTRrWEu8V {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Bc7GhsfA6nLpsp1dG8nqI50fPSiD6ZfS {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #TnklpQCq41ucUlHwXx97m46SPTHMk53M {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #i2bAJVCO31lxcwTDU3S3HMzHihR230RU {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #UGr4ihhCHgP4grwI0OdRK9V8x1Tnxbp0 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #XkfG6TK4aTk38yrTqRe1G4hHFfM4du42 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #BKWGi0ooncP8Wn8FlkNXaWmRG53M8kdf {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #Mk5RkdEvEeV894oJKn9IucB3gszwbdJ3 {  }
#NZ1fZpifSmVoKvFfiMVabTw4HbNJHFwz #t4tK2s1NpRpm5p4CGTPtsG1oq2CuK80T {  }
#gE8ra1pwaRdPhvxzs3SgeseSroJiLUK2 { width:15.4375rem;height:1.95rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#3c4626;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12634b72-ddc4-4f6e-826c-34264a30fea6/94577260f0cd828ab36c3f5b3ef7e4a7.crop_520x750_109,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.adaptive-delivery-prevent-bg, #c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.lazyload, #c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc.lazyloading { background-image: none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container { background-color: transparent; background-image: none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container > .video-iframe-container { display: none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row > .video-iframe-container { display: none; }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .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); }#c7L7JlC6GZFmvoPHwInPDnCRIpzy2oNc > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#doMkMBGhVUrWoFaOLG01d95mKBhW2TA5 { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#vkTNRcftKrbp4yABURiyAx8vQzOTTRRA { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#FDo5H9admJGR8RF9yqMkgshxkwTupAsP { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#fEGaWIIHlIb2k21z4evmlNlgha4XZsVV { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#v5717cLfvBFnkCiRcwaSTW2NQc4knIRd { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#MFgabFltklJ1sT83SATn0GDOwPRlwQW3 { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#w4e2C7pSnxRZQ6CfEQ14TyCPbifQA9Xh { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#t12goLSQ3Tw92oZsEnr3Qtb2xHRB3em3 { width:17.4989375rem;height:4.06875rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#GiwH0vS2QB2oKwWIeP58sGU9hR8E9nSA { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#AOIHkCaJDXCXbPS24D5rnFEyQvB1iDx2 { width:12.561875rem;height:1.86875rem;top:17.061416625976rem;left:3.4993489384651rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#GEGxmxJmxPqP6x169vABMO2aDhVuFEck { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#kuzvTLDofcXilvE7fDG8QJIUuthWq6NL { width:12.561875rem;height:1.7875rem;top:21.197045326233rem;left:3.7185333371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#scVuNgka4UeWWu83yBWL8uNl6tKnBrQD { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#ipIImREGCnrgfAT96ZlytaxPQSHTsvxT { width:12.561875rem;height:1.86875rem;top:25.123916625976rem;left:3.7495663762093rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#hbSPr2iHJTgm7652iKL1li9Zb1WTFrh2 { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#O5tAT9Ae3qZ4I5DsmtlJCtrN29IPsuwI { width:15.9375rem;height:1.86875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#eboZlJyFp5NT26xBX2OSeV9s84g5cqeT { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#AvZGspOfkPJo9spRxrgiXkePA4dkytHr { width:16.436625rem;height:1.70625rem;top:9.404296875rem;left:0.69444447755812rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#3c4626;font-family:amiri;display:block; }
#ZhmpxqzM5C58E8fQKXDsx0TpBnBFtceC { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#cwJKl9UtZMpFxwUGfG6Ps3BmzX6QMP2z { width:15.2495625rem;height:1.7875rem;top:13.435760498047rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#tRTxL8WyMyyA7bchKT0oKuuk0OuF6KbZ { width:12.561875rem;height:1.7875rem;top:28.562496185302rem;left:3.8747833371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15051;font-family:amiri;display:block; }
#hAALy6XLMM4rkWOT3eV9LxQnln9I1s79 { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#cuWmIxhPg10Q9gRnumweVCK3tg5L75KH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#q6Ukid9Fc20UVu511pNEa2L3JHJCHBfO { top:32.708333969116rem;left:2.1250002980233rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -moz-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -ms-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -o-linear-gradient(181deg, #2e6a3a, #c1bcaf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );";background-image: linear-gradient(181deg, #2e6a3a, #c1bcaf);background-size:auto !important;color:#00131d;display:block; }
#fwE2pFasuc6PzN9dAqZ3gvKkz1IIsTiU { display:block; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#RKXUfeT7EwbAK1m0VSgnDmZbaVrKy1Ck > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#zsnpghmsH5aE9MdSOGKpGBpCy4wSa1rh { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy { display:block; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy { background-color: transparent; background-image: none; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container > .video-iframe-container { display: none; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row > .video-iframe-container { display: none; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .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); }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy { border-width: 0; border-radius: 0; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .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; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container { width:20rem;height:45rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68d66d3d-5e33-459e-9be9-ce99827b5140/92406a5ff64b171a873ffc8187cba18b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container.adaptive-delivery-prevent-bg, #wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container.lazyload, #wFDQ9sCclHUOZXJCB6eOs2AbbiuU6Tqy > .row .container.lazyloading { background-image: none; }#qnxntGBU5uCHbDTTBbl7Ow3Oa1TVEW5T { width:20rem;height:2.4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#c4dwd644bwleoVcfqTyn2BDksiZ0xACT { width:20rem;height:15rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#3c4626;display:block; }
#XJXDXiOhcuOP8h4ulKmwJIGWLoz12gO0 { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:#3c4626;background-image:none;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#k2QGSPTMhZiVS0hahOr0qva4VTrmlIm8 { display:block; }
#zJcf47f7Zu2zGge0n3fPnXtyeSOVsMWM { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#PCS4VOlEThS3Kuskh65wE4XACJQu5HTU { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#ZvE7BLJyRfVOZ7W57l1zTGmXSQtHI5hv { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#DZX6VmRzP7MFk02TVGlXIAw6TzaGmNXV { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE { background-color:#f4e8cd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { background-color: transparent; background-image: none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container > .video-iframe-container { display: none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row > .video-iframe-container { display: none; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .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); }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { border-width: 0; border-radius: 0; }#A3DJ65fQQm10tH8FplkW2WpXkUZrKtUE > .row .container { width:20rem;height:76.375rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#yulKT9bwlRA2ALtbvxCnn0s8pQLOnyig { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#Ka4U0xXMyOV1rB6zdZ2gRJ8BRkRKIGU9 { width:20rem;height:3rem;top:5.7595481872559rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#365638;font-family:var(--headlines-font-family);display:block; }
#vShRBdLqWrSTCfXCDil7lgk0PIwF0AsZ { width:20rem;height:1.95rem;top:2.4359798431396rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#365638;display:block; }
#Suf1L4visfrNBG87oo0wFUqBwfTWqlqy { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kpE4tJXSM4FSnEmOC0iFT6P0SZi4LrJZ { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#fV7lKaMf8eXANF7agD8heq6H9dq46E9v { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#fT4hPsyUbFTUK2pTARE3pr9TOd2lhBpR { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UBOg343lzQ1Z8hwnkSZ80fcqyr34grTR { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 { background-color:rgba(var(--color-tertiary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { background-color: transparent; background-image: none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container > .video-iframe-container { display: none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row > .video-iframe-container { display: none; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .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); }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { border-width: 0; border-radius: 0; }#hinvg5ZnVksnmErmIeUqUfVNqzvPyI85 > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#RdIl2LkLfywthiyH7Ses0rKadTbrZCWQ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#ONMEV658FvEif2ndTv477LnXOERBSsG1 { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#luO47zphLuy08eIREZKIJWJTAoFq8EsJ { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZphCms5twfRZECguQEuDRVN241ED2IJg { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { border-width: 0; border-radius: 0; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZphCms5twfRZECguQEuDRVN241ED2IJg > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#yHIZoTICTrilLI5NEd6EIDWkz3oJmECE { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nAoTWV6UkwBSGgGVo9wpuPH9L1nOc19w { display:block; }
#ef1oDNDREkQX5L3LDHni4nKxIxJr2XlK { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#zioOwoyxGWvu94ixr76ro8eV1w4Fhzid { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PNSDXnqGmJaCyw7E40vDHqRaBTAHnDC2 { display:block; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#FBb5vlbHgyv69OuwwJE5OvDWmrIU2PVy > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#M5FG9q769mFH91rB3qemhzL8nefGEtDN { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#PlOflgIfiQ62DT6wRWCDB3lhH7cBvTUy { display:block; }
#aA8PtPliyLRGOZocwXECGcrT7uuq3NOT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#myBDz91kyrdsq6K38I0g1qc4al4sEsQc { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bUJ6GbWB12f0nTTa4N9nUd718HwcTAUn { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#DprJOd1vHDvLEb8swe7t8OHSlUeaieZx { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#etGOlibqJiVZ07W2SoSyxgnAyJ96H9pw { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#cC3LprsSmhI4DydWduODgNBsLeGuVWkN { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#RxzOZuefLWkzvxTCUUI7SbeF30BRbzSS { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#rL23QgFEOewumrFGllHTSg5F9riEnrcO { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#Og9zCgfS81FJ0EuZfJV4UxHQnv3TLO1V { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:none; }
#ahUD9KD3KaBrBwdLkDZEPXsPXKAeW1Bg { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/0d74591e-e825-41c3-b64a-2899d30cba4a/1366x750px1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.adaptive-delivery-prevent-bg, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.lazyload, #uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP.lazyloading { background-image: none; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { border-width: 0; border-radius: 0; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uWlR8GRlWPPK1Xb7iElkn4lX5n14ITPP > .row .container { width:20rem;height:11.25rem;position:relative;display:none; }#yNzoDrnuxRNKWfxolbZmkSotpPDyTE5C { width:6.93725rem;height:3.8745125rem;top:5.499267578125rem;left:8.673095703125rem;z-index:15020;display:block; }
#KU1XeMLNqvUoGxrlTEd0qrI5ZNVGx5x4 { width:6.43675rem;height:3.5620125rem;top:0.687255859375rem;left:0.499267578125rem;z-index:15021;display:block; }
#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { display:none; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX { border-width: 0; border-radius: 0; }#bMlh9uGhUZ4wmz16Z06SnuRst8tbLeTX > .row .container { width:20rem;height:31.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#UE4KDXVvVEE2qNyNIugdd3aIH3hzOshF { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#JIQ0hxL4QE5Z2KfGOIdm9gLkc8v8rz4C { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#yHtqV7wgdeloDes2HeTTawIakMvMdJum { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;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-family:var(--headlines-font-family);display:block; }
#cf9P4ACMFCrLDR0C5dAu5zR7KegaDEsI { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-0),1);background-image:none;display:block; }
#XzECqmM3dvR88Zopif5BZZnmEDGsRT7L { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-0),0.83);background-image:none;display:block; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-text {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.125rem solid #3d0000;border-left:0.125rem solid #3d0000;border-right:0.125rem solid #3d0000;border-bottom:0.125rem solid #3d0000; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-select {padding-top: 0; padding-bottom: 0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-primary-0),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:first-of-type{padding-top:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-container:last-of-type{padding-bottom:0;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh  { width:14.25rem;height:auto;top:13.49609375rem;left:1.624755859375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh {display:block;}#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh { width:14.25rem;height:auto;top:13.49609375rem;left:1.624755859375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #Fy9lB0HqkRehAPSL4mLeeUX1ANWorupo {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #FrtQ3PZT7IXkKgZTVqIZnSIqFT4nCZir {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #R92qmrUV5TUA4G0OgKMdxJUpV7Omhbrw {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #CkZVcBiPBHRn2fRmSW79TEm30bKOtlLT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xeGTz3M429BykbWPorixFq1BtsgbtWXW {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #fJqFMeyCe1IsN6XJorXFxeIsDVNynCMH {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #xZzlrIqtTXkXD2cb6B3ws7zLKCEL71Fy {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HIDIFhL9IgbqNibLoBf4Tc8swKHJe03J {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #HkyEo3aDMxhEmwZcOadtLDlKfWTKTTTP {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #AEPRDKsTbVs26xIOwgnDkZd6VzWeuVQ0 {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aSuhh6Tuua2wgyhwd1wmlwerg33ggQoz {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #wAxPmLt30InMTRzRPutslOwpv1v2gSNT {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #GAxKGXS3SD2G92WrLCm7hutOrMOax4PL {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #lb3FAUKVGQzFdBCE3y0hSzdepqqV3p7M {  }
#I4kECHBLZb8C4IrBGXObhNQQ7nSywAOh #aFGC8STis9gnFX7yGlzbJvs8Wo0Cednm {  }
#NsoxpJvXgNbRMp6s99NNfSzvChJqkn8b { width:15.4375rem;height:1.125rem;top:30.43359375rem;left:2.25rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);text-shadow:0.3125rem 0rem 0.6875rem rgba(var(--color-tertiary-4),0.5);display:block; }
#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { display:none; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es { border-width: 0; border-radius: 0; }#UUSEpSLWHinUC7qIwLOzJI4yxeDJs8Es > .row .container { width:20rem;height:35.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#ln44wTC01spoPEuGxN2zS80lOUwwolfA { width:15.061875rem;height:2.5996125rem;top:6.6806640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#JxSHVam7bQU6CiCIEHaIsyxDyoIkv6I2 { width:18rem;height:2.79948125rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#r1Ah63fK8HnDSmTxGsMmwJxIXVGCRaPR { width:15.8125rem;height:4.19921875rem;top:14.81201171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#ZQUOexQd2WEDeDe5byyoA27zhssCOvGB { width:16.0625rem;height:2.79948125rem;top:19.6240234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#HXBPlDGIoiJgv0GWC52fC87VehwKrJnS { width:15.625rem;height:2.79948125rem;top:24.37451171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#DebKTXtqf00u7fmWCL6llypxiRQRNcoi { width:2.43706875rem;height:2.43706875rem;top:10.263671875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#A4saJMNgCsyP7v6yTdZP3QcIl6rlyi0w { width:2.43706875rem;height:2.43706875rem;top:14.81201171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#bp1uBPfDmT1vN6Azz96vptwKAKX4E4ie { width:2.43706875rem;height:2.43706875rem;top:19.00732421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#E35JOsg4vr4PtKsSe0FHOtITLX33hEqf { width:2.43706875rem;height:2.43706875rem;top:23.4501953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#KFcntXcEQbLaBHZ0NyywEJXfP8EPCzw3 { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#TpbTPFsmsViQU5TcRGrMDdzLT5tnhRCd { top:4.3251953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { display:none; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse { border-width: 0; border-radius: 0; }#PtxnZKSyFTevfT6DMnTFIKzWSWvyrTse > .row .container { width:20rem;height:29.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#qzdz3bKJnolbHp5xtXf3ds4uqytAukh9 { width:20rem;height:21.687rem;top:3.8427734375rem;left:0rem;display:block; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { border-width: 0; border-radius: 0; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.adaptive-delivery-prevent-bg, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyload, #VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container.lazyloading { background-image: none; }#Uf06niPgeiJTaKxLXSMBUFPy94T9pbXD { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#ixvEfoaslLLAHS8XGJZ4FRQQ1ah7pR74 { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#zHFVhRdol2mHBDk5cOKxJgMyDF5bEwmK { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#khgeJzhdIyDpBv5tfFoU8xMM2GOTrc2c { width:8.2483125rem;height:0.9746125rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yVztlVO87n4FkdODczF5goiPa7JQT4QR { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#HszQNpk8FL3ZTisRxupWkc4sv0UzfcNR { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#F8sagriTyMitMCorgpNZIksKTXpNtkpF { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#uxqtF4gr3pzRKtm3QWOGdfT4cCJ6q8nv { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#opP3U6aMmHBPqO7xmDkbwDgPsXvhOTJF { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#t1f6TTHfgKg7WTzRhRedLa7tQk8nDw7I { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#hbdp7kGq3Ee1S7meHRkcWqsWoADfGKLO { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#bdkDCqKPRGKp3nLF2hsSxsLt8mutJGe3 { width:5.3125rem;height:0.9746125rem;top:49.25rem;left:12.7109375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#DpDZgltuEvKRsOUAPw3FVkMakPQIraUh { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#tyODznMqHhu28lb4330TPeezb7gL1pCT { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#NCxSw6T6MiWBNQ0bSZ0EqHOTH4fBFrXe { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#onpPF2g905pT4GgFDx5x4gCxbXcq8RJx { width:5.749025rem;height:0.9746125rem;top:49.25rem;left:10.2587890625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ozVFXI1nxVskbnvCIuNNptILO83ggn09 { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#OZbpLDIC5UTVwygRSUWakqVTxsTVpqE9 { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#XDosqlTmpNkwfpeod5uTS2JqIJfFg7Ku { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#ShnausgmrvqHsTCbJVTLH0V9NAn0T3hq { width:3.2495125rem;height:0.9746125rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#bNME8dUkcf8c9GC4ixVdPRJS2fMcAcKS { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TBcVze7yGpwsEvTAyADmAcBaAO0dQCRF { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yAiiGmV22W7WopxBWJG08Lsoz3evZ1Zk { display:block; }
#bhJLMA1cwRX10CGANCW7bUyIi1Ow8ss4 { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#TUwQz5etqaU1kyueHuZepf5BOVv6IyRu { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;color:rgba(var(--color-tertiary-0),1);display:block; }
#i3xq9xTnb8Ud2C5yovkIFyg2zzlLkTeM { width:5.99975625rem;height:1rem;top:40.074951171875rem;left:2.62451171875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#lMobL03l9lhTdlVfyr2w854IlXGnusM8 { width:6.0620125rem;height:1rem;top:50.849365234375rem;left:11.450439453125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#ND9T51GsFa1TLVEBP4Awut3HoeUWLbu0 { width:6.625rem;height:1rem;top:28.99853515625rem;left:11.375rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#f1QtiWvzoRPMHr1SGp8kuoDdnRRvEvTB { width:7.375rem;height:1rem;top:40.137451171875rem;left:10.888671875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#LvGZ3JVxJLxDAfdevNWFTMyMmLTOMsVB { width:7.37425rem;height:1rem;top:29.06103515625rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-1),0.7);display:block; }
#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw { border-width: 0; border-radius: 0; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .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; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.adaptive-delivery-prevent-bg, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyload, #xTNDsCRZ5BkZAIbJBhzrIifequkZS5Zw > .row .container.lazyloading { background-image: none; }#eMbe8Xwad66xbwD5wW2WiTeVwn2KZ6Zo { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#H3JCO1NvWO7VWk8ExCgMTU3ZsaEePpLD { display:block; }
#LJWcy87tAITadEsHhQtivTqxvSr5CnwQ { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#WLeswJZVkf6sGZcB9Wzw19pwEQeBH0yV { display:block; }
#ehBDwFDe6CbzK5OsTfHCB1LfaZOFetJp { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#WPo5XV4rN8NTztA099e95FQNf8kgn9at { display:block; }
#UmZ8Xmuyr7puxpvZlFvSMsPAzDkAUgVr { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#qmUc3HVPJwCVeXXW2CGdQCTIcGHdTvKd > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#CkiMfbdL2uO54NTevLH8osE4TvTnE2mo > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#OudIyxT2GD7WfViOap14CmN4daTdzsUP { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mbT7GqpC4hGSKJWo8aRpQre9DPKDVh3f { display:block; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#OgpH3tXFnRhPC6BqEilTrL7UWNRU0csm > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#BgOokiX9oNPH8MoDKCRPsXLo79ZEi6Cs { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nXk7zUu7CCK4ilLkqwhHE0Kc1ObLDLv7 { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#S6HW83p4SgqynL4n0lOuToKaZkZg5Dv8 { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#uqtwwCWUNgJONm71JcaCywQFGoTI4HOz { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ugOmI1kFhyB3CiEuZc1smT7SzbWExtnF { display:block; }
#WL2qbGbVpWSmr0TWUMq7LxRRbJSdUMTH { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aBO5khO6QOcreSJnDlZ8X2sd0SABm5fM { display:block; }
#o4sKtPF5Kt9L5lgclwF90ucO85NkbQeU { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IiXLceVD4BQB01sWk2uNbXXWG5gkHEJE { display:block; }
#z5mAsIbWV0DlbpoQCyu3yNpBWV5ggWK4 { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#Tq7mPbs704mWNA9QCrGT2eXXdnOT3y1x { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#AViE04P70yatpGMrh7d21ek82pMK6k7R { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#tffuX8rNUtb8mPBb0HLKIBkNi1AtS8eq { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#cAkR1VBKwFFL5A24AR8DNCpt7cecMyP2 { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#LhIh1fITiRi3NBU5Dhcdszdin3fP30QC { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#XprUUXoeATre3FmGyl3UWV799x6kxVHB { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MqfdIxQ77KTeHDw5Bbpi3pk001Rhr7Qv { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#iHBPvJo83Pn3R1ABmuNmaLoe9WkwpbCW { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#ONKwLW6fawKBWXcymxzzb55Mcsk2mQgh { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Nn6Trki1Po8vzTqZp9IVoBN5qzIQIQoI { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK { border-width: 0; border-radius: 0; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .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; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container { width:20rem;height:67.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.adaptive-delivery-prevent-bg, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyload, #ZJkMDVhx4W0i4t4HKZRr3xofmfXPgDoK > .row .container.lazyloading { background-image: none; }#xdycfDZW3UiLOarsEBd3V5fDxd4kUtPz { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#NfRThckNK31xR3pQvqpXH6cMxWKBT8Zt { display:block; }
#ImPCadRhFLIzzuPEURCp126E2kXMFDXT { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bXM8nn1BGI8qoN5IvqIn829ZrWQDCsMT { display:block; }
#oLsEm6c7SPKKis5IBWUNW0lN23tZQP5r { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#GWM3W1EcqSzxJiGGcCs4wTz5QoFNXWym > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#kJLCKGqmE0HlJMzhCAdxSZW8F0c0MIV3 { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#NIWJX9QFupsk6UGh1p8BTlHuHfOOLx3G { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XFUeblB08mmPBvTR9iU9Ifv4CfPH2dxx { display:block; }
#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 { border-width: 0; border-radius: 0; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .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; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.adaptive-delivery-prevent-bg, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyload, #nq2JgW9BDVSOm3PrcEsF7HVpTE15sMp6 > .row .container.lazyloading { background-image: none; }#ycJChUkGP4XRiwOchPmn1X1q9n0SDlos { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#JlPvlpCxtTtCwsJ1bhSAtu9Ea1PKKqwr { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#MUrUsq8fTxTIOrzkABuWTuT2gW0Lg0lQ { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#p4dUnDgMuFDoNRXdcdhCV5N0WJmoMkOF { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#MBgyq0A36oNcatpSdnzilH1qU6lA8hhN { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#cHga0gE0uRVUtmLLzi5pWiZJybBf7l7Z { display:block; }
#HnKiwolFclKEh2AaeHsl48uric1efh6z { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#LmRpBx8UL1gr7M0HeOPNoyag88O9RtTk { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Db5BNAO0TabnEvrKv78qkB2Wq7csKlzV { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#yv3IPPw12WmGUFypnWlMTd2FLIwmIERU { display:block; }
#Fdg0499hfKJrTCX6TI9DuehzL6XVnVqf { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#WtsTOz3IHtTGTKU4cGsi77quF67LSTqA { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#UzNcm4gcTMBMTrU6S7vPcg3KWv5EF1Qa { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hCnlfiJ9pZVtIZoKhJ6BUwZ7vspivbmD { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ni9Ww6aHmN1sQz6panTBRTTRTINGH2vp { width:12.37425rem;height:1.8994125rem;top:2.09716796875rem;left:3.812255859375rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#AxNWeEktO2WDl0of0TuO537LoSsqyfn7 { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#OcKhQr8A0XNhLrOV17yOTBXTFCTQ9kIW { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#WVv2Jb4mQp7wz5sATL8v2eKCQD0Gx1SG { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#wzNwpdwgUIL673AIPs5ZvpoDFcSv7kCq { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#lHVpGHmNBPL0rbMEz9iICtdXvdg7JFaJ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:#c3a365;background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#kDRQUt4agEZFDfwZR4RwhpWXRBMxNokW { display:block; }
#SsGpNSJy16yT76DVTyttc8PXxRoO3GTu { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#hk523zl7eNSw0JkFNWlmSHmqqPD9AyqT { width:5.06225625rem;height:1.6870125rem;top:50.41015625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);display:block; }
#zyFnkOHsNZ5sZE1gCFXyGUKTV58OiThT { width:5.06225625rem;height:1.6870125rem;top:32.6708984375rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);z-index:15200;font-family:var(--paragraphs-font-family);display:block; }
#MbOS8dCWgmq497uJO9Z5OeNMvTd7rVHr { width:5.06225625rem;height:1.6870125rem;top:15.435791015625rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-3),1);z-index:15201;font-family:var(--paragraphs-font-family);display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyloading { background-image: none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:20rem;height:86.25rem;position:relative;display:none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { width:8.25rem;height:1.4624rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.4389625rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.4389625rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-1),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-1),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:2.4389625rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-1),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
