.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:148,109,83;--color-primary-3:149,115,83;--color-primary-4:127,96,72;--color-secondary-0:231,235,231;--color-secondary-1:182,194,184;--color-secondary-2:134,154,136;--color-secondary-3:80,92,82;--color-secondary-4:54,86,56;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--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:rgba(var(--color-tertiary-0),1);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); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 { position:relative;z-index:auto;display:none; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 { border-width: 0; border-radius: 0; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .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; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .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; }#Ept2wRPH8szIkVC3sZoHPgm3UpEhrAOa { 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; }
#TxlEn51bgzocN3WpFVaPWCJpVHBgRcI2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GLndd16zJO85ch7lAcNm1aKDJo8fl26M { 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; }
#g4gQCraRoZUyWNet6niEVMtd3HTW7tN5 { 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; }
#iRI0w31DfmG4btzU0HgAcE6iNrHKTdmh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD { 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; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#ko70TCucKNBPg8TN0sQ3DLB9EIvgMEN0 { 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; }
#gvF0OengbQNWWBJTTpsuIix0Kb0ltxOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4iXqk995R0dRzXk9q5OMn7utqk9BWdi { 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; }
#ridmqdKwXdCM9InSfVUGHv9dTg4TDsIB { 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; }
#mMR4Xuss4QMTZe9e8VXhKWoTvgoCTrIL { 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; }
#S6sQRx18dTax1VBrslgRFTLC184JMKLB { 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; }
#rViBsPZcccH7DGaBik0m2yNZC8ZtRVev { 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; }
#oqqfUezkmloHB3g3ZUTi0hm7cuAcFaIL { 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; }
#pgzTBJ7gpwNspF2uMxuPN6QC6nkGHQUz { 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; }
#tJseBn0MLee8TqeTiuanE6hGTuah8gSg { 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; }
#KcpNVkLJAVc2zPExrnx99221zXGfyzq8 { 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; }
#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD { position:relative;z-index:auto;display:none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD { border-width: 0; border-radius: 0; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .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; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .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; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container.adaptive-delivery-prevent-bg, #nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container.lazyload, #nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container.lazyloading { background-image: none; }#tkhh0qBhNp5WIMvGfWahqemH0BFbsBWF { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#xxObRv16IETBu06NZi3nWXKgsON5Jvrn { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 { position:relative;display:none; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 { border-width: 0; border-radius: 0; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .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; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .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; }#RP3cm8sEiMT2re6XXlmeBL7Xnwo2O2iT { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.375rem;left:0.375rem;display:none; }
#TJGzSkO9xfFPNRTcioICWc8lGa32Xtnn { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.6875rem;left:0rem;display:none; }
#TiVp0d0hr8BMVn934X0JhxA4fUqCrVvM { 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:27rem;width:27rem;display:none; }
#PHhGbQOmBrtwQS7Dbvw01m1dLuuT0FNi { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:1.5rem;left:1rem;display:none; }
#dqeoNrlP8IZBbsnoU77IcnzuV6OefkZF { 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:12.5rem;width:11.75rem;display:none; }
#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { position:relative;display:none; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { border-width: 0; border-radius: 0; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .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; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .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; }#RSV4ISVspISHNsGQuBeBMPzun6MGwJXu { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.625rem;left:11.625rem;display:none; }
#Aq4eNKVwBBHbL15QgnW3LTzJ9GIR5SQ8 { 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; }
#meQBTDtn49SUAfXARk8KaGtnVI3gM9Ln { 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; }
#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { position:relative;display:none; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { border-width: 0; border-radius: 0; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .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; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .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; }#RHnHHzpFhrry8WfVwTGREEWSS6JHsyzZ { 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; }
#zxP7pFwggwf2S1s67tEITVtealTIaE7w { 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; }
#FusbaGMrmG8Fi86v9o7oJEsCAuTTJC0t { 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; }
#GAySBHsvqZqgiLKbuFVH38RZg7WIpLNM { 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; }
#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 { position:relative;display:none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 { border-width: 0; border-radius: 0; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .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; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .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; }#gsPIgtSQxHtASVPVnQJIshmHVoHTKB69 { 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; }
#IhgP4582lwz3g152tDfDLU4cffXrrd43 { 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; }
#iqDrHJk27pzAFrTW0o6pQx1op31R8LoR { 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; }
#owpVqx2kGu51LBI9DRmAr1JLcCu2GRLn { 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; }
#t5OOCnxR6MWsmwR2xkP3KyA9T54NbnbK { 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; }
#xTBtrcRKpmLANC4hsiTtTVdxTU5OwQp9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tOxE3v1zrfDfKTTwh7vwIZzbeM27sTCo { 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; }
#FwwiotaQRIVLmUzN50lTvpgBEAG2WsFx { 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; }
#HPWWmrKhuOVh3fkJuFk9NEKZfT1AA1GG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SQoP3sQCyl2Z40Gh9vUeCChMN8fKERGK { 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; }
#tR80WgGlHb5HdSUh47AxcyGybhAEomRN { 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; }
#FhQo0kG8bKrzCv1S2ifpr2GpgTZn76In { 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; }
#TyRUAO0CofGFeO1lPiLuJHUVCxIRcOm2 { 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; }
#grEHQ0KXR5so60bfVTWv7ld9gR0q3vvz { 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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-form-header {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:first-of-type{padding-top:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:last-of-type{padding-bottom:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { 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:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.986328125rem;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu { position:relative;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk { position:relative; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt { position:relative; }
#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { position:relative;display:none; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { border-width: 0; border-radius: 0; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .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; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .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; }#tHiuUABqKgyhZ0TlW6NwAuN20LZq7pWm { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 { 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; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container { border-width: 0; border-radius: 0; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#kKXQDussgFgUTeSHNTIGdEZTxWuWVGcG { 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; }
#Elw1FeDyLdTotX7i7lLCzkKQkqcFaDm0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LT2RXQR2lZ90rICkAQfXx8RZgCK8GAta { 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; }
#XzKCHpar0MH4NiTrMMcsAoZkn2tV0ZEe { 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; }
#sMMK6ldMdKdTgPn2ZneylGwUk4tKZhmb { 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; }
#v8nIlAdSqB4wWoHPXSvMcwerIPmQzURQ { 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; }
#EXroN5N0RJGzyuQhm9x8l7l1JqynyKR6 { 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; }
#oqbzOHON05rL9B1fTySqPTdh2T2gkGoK { 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; }
#V0biDyStMwvtvAf3lDxpf2360kxTBwbE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LBkPRLTCmmXaJRU9LnL2L971L3CwiL5p { 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; }
#C3TgkXwBZ7S67mbZFV2TPDDQFXGoAQoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eQI3hVgDby7JKSbdtU14M7zDig0Zu06n { 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; }
#C0JFMZasiOc4XK2UE7schGIQAITL8DqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at { 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; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row .container { border-width: 0; border-radius: 0; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.adaptive-delivery-prevent-bg, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.lazyload, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.lazyloading { background-image: none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU { 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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #ooCSP94TwVHu1kk3tx4WTyD1oAePc2LN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nHh1HPVEQX0uUbGiHdZ3IQxmEUkGbzSR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GPxBZAoJzy1wG4NFbFnRMxAS9rxbnnRC { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Tz4kHGS66HSsDaPJebc2ePmrIpZTJox6 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #MQuQZDt7UkgtustGfI47Nhcudm6ppXlF {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vc5T1rJIaIQOJH0nm3XLlTSilnq4ynci { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KwvsNobyJWbyBTgykT8bUdCSShaKdsTn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eyyMIg0PPc9V7Tbyn4Vq0a2udHvMUQSA { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DOPgZJHcmiwTyiB9BFJyTZisH7RBpyzg {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #LZ9lo2xTTl033BUWJbpX3oG6cThLWMBc { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #q8HDDHpkfcVZggW4mkeSdr7aeUmQV1rX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nR4vSOl5FndK8b4klAcimTlArCwowufd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BEbpnafpsiArceNUOPQODRSKSqhTn2mz { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #emHskyZS5ou6tE0BRRaoxR34PRxFQXSN {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #My386TypAbr3gxXNN7nNXMnRuAPnV8GA { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KReBCwVBuslz6s2dTPItqAMywS7S6vuH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Hf3HHFQJhxqQS5OmQ1vnqb3axwvOKPOW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DTTgWXCuKNqtu1FAEq6Oil2hVsRWsobF { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #p3KDH7cVa1tuiH5mprxdfDNqeubxLUmD {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #iuC9PWUzDnNV1iupqXbUzwNJBypApQKz { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #x7ErLurUwKZycg44wLlbwO8s4fNoBWQA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nsreuDB1VfGl9mTZrXSPbMLCKA5xT0xO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #escFdZXsH48K5aS1GC39nfis4Mm8L9xM { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Z4EWJ1lmQdNWWsnz2otrvZCRFhdU5pKa {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #JUPm4hJeCFfAFvJmxmd9HXDVdlbPSxkJ { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #pgV8dnba10meSybMPegrK2V9Z17BTALn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #I53TN4G4vA3glQwoHyErlHQv4BpVeRTT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #OgBG4atW4QgRiCAl5n3fepkQJbDXgqvI { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #wq16ULhwxOuANceVUtLwxNOAc93p1cUk {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NbMRITUSKCmV49VlFni54CvG734aM1W5 { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TDq9iSW846FtlEDOgTQHLykNLaZXfJnC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TCdfP6OM21eRVnzwIEVwqb5qPF286XA2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vKktnxpBAXLmMOSTFAEpX9k8QNTVcL3B { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #mhsS2GngctfUZmEZ1HLWwx7VohWwQTP3 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #CbUiTlIy9e5OPCnSuWnfzX0lLVeBxGOn { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dihtTM24mBJx4TxlAO1UPHv3NkJKlg9q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GiOAuRBD5ffT81GsogC9bzMUKi0bMVrR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kL1ick19hbN0J5VqiBXq2ZdESPgbUH7c { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #RffyNvOnAmxSEy0c2uThlus14loXQJBC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #fzekqikTcWUc8lKVrPChlfuIAsnzD0nv { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eQl21ov9bJMFK1cEs1oBSMgpSQEW1bWB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kKnLgN4sTUTgPq8zFLqJno7kksslmwsL { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NzpH3TPs7FwvUUclhiDqfxQFcosaSZuW { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dRkkh6dTPof4Ex4eKNgCWo7OK49XcndR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #n0NNp56OGfLvUx6FAeiyFhJgbNUJFLy8 { display:none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BeidHknqzTrrVTSuFZsUSe5t8B8UFlQQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #FZXi7Gh5lH195FT0z3aDman8pLi8rtSM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #cycAB8vEg4tFVVchKQAxPSVK2B3NCm26 { display:block;position:relative; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Ue65vNARTp9HvW3dW9eP2wnhQqohrBT8 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nMh0IGuV7LHGn30aIoDGVXoBk2NJ7iBy { display:none; }
#HRKPpGNnwHwbm3E9VvbCf4qCmVOw2f0W { 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; }
#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh { 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; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.adaptive-delivery-prevent-bg, #g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.lazyload, #g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.lazyloading { background-image: none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container { border-width: 0; border-radius: 0; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh::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; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#TVC6QoEkLQ0EgRtygOTVlRAWUrfFheRE { 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; }
#wwO4BuD1IEcZW3DwmU1vJp7q09t5kDm9 { 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; }
#a5aMH8cLgKKJE96KgkCuypCGgmJHtiCs { 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; }
#isFIVcUSFOP9XBFZq9pGod0bSWlBmcu1 { 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; }
#Dy9cWr04V7Rcta7QKB20fUgyA4GPs2BX { 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; }
#knAEPHxEErWytg5K9M2aTnUqm1hQxfFS { 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; }
#vQTi359AEqJ5oaTh73kryGFm1Lyxb6Zs { 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; }
#nkzShTHSClH5ZSIHX7U5LUM8QXrJST4W { 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; }
#wEOcdJwsKcZGvAf7cT8Mqq0GdFIcQInH { 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; }
#C1mfzuwklqsaPA13mE2Zn96xIXE2qANA { 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; }
#DT6hHwVDoo57D2wmTbr3DZi7J3LMUI73 { 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; }
#T2sBavNU0Q2Zpkt2kRkVaIH7SWELXF7z { 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; }
#qMDOh3MVzWZ7FVaLlk5tqDqr7uRwz0Fq { 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; }
#HXsv3AedgCkZgIoHzABh2XKxpEr7hGde { 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; }
#gitxgsXsr3RzbL2TTiePc3BvZrJqy0vs { 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; }
#QPrcJuq4x52GM6FLAkIzobNskXoPT5oL { 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; }
#tDTBOPr0ygd6ZT17zULDLZ7wScqCb4aF { 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; }
#lDDqurCTZRVsiwMy0zNlzHXC8FvrN0GD { 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; }
#E6y9d0MByy1oDSAXuzWTGcLd2mpl9IrZ { 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; }
#MbLyBTbR9hTT5ybkTTTPMXmJZ37FCKNE { 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; }
#Qo6BLO1udiHr3IGXdhzbEMlTAL1b5ysG { 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; }
#F3lOqxGZ7JiRPMsawd9yiHpwXXT2Bnsz { 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; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG { 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; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cm9CIAWSwtADh7n62vukWv0n3nq9WST8 { 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; }
#T5N313n4OLIrmZrIv1XMtFvqedKVVvvg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 { 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; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#iiPDTZghMVV3bXCBFJXJATyRo9MKpTZs { 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; }
#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh { 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; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container { border-width: 0; border-radius: 0; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#sEhonLKzfsybg312eh0oTNHOoKB3261W { 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; }
#UUPARk1fStbeubJpkMa9f7K8OOnC90hB { 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; }
#ynFvJL9rxhtnlDNE3H9hyv09dJxWtouk { 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; }
#yZ0yeUwgwkfcz50PCxkTg9edv5MsFxIT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uzUUMzz4RcTtTr4Hgt4pmHMKSgrRrNbv { 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; }
#zHvbpcT5LSrS3oSJDotozTbdq9l1N5Jo { 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; }
#CnoZiKNb8owrPWlBPrqy1kvI2ATMsvHW { 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; }
#x2wTLZk8dUhVqMEQ3Vw4qtJ8z7kNsgXq { 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; }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { background-color:rgba(var(--color-tertiary-1),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; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { border-width: 0; border-radius: 0; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { 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; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { 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; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { 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; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { 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; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { 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; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { 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; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { 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; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { border-width: 0; border-radius: 0; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { 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; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { 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; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { 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; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { background-color: transparent; background-image: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container > .video-iframe-container { display: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container { display: none; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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); }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { border-width: 0; border-radius: 0; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .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:block; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { 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; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { 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; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { 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; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { 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; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { 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; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { 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; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { 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; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { 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; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { 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; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { 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; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { 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; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { 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; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { 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; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { 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; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { 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; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { position:relative;z-index:auto;display:block; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { background-color: transparent; background-image: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container > .video-iframe-container { display: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container { display: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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); }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { border-width: 0; border-radius: 0; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .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.25rem;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:block; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.adaptive-delivery-prevent-bg, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.lazyload, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container.lazyloading { background-image: none; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { position:absolute;display:block;z-index:15000;height:11.875rem;width:21.25rem;top:19.30908203125rem;left:2.021484375rem;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { position:absolute;display:block;z-index:15020;height:10.374rem;width:18.5610625rem;top:7.341796875rem;left:3.36474609375rem;display:block; }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { position:relative;display:block; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx { background-color: transparent; background-image: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container > .video-iframe-container { display: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row > .video-iframe-container { display: none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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); }#DfInbPtMhAW46thVL7twbmmgShDFpwnx { border-width: 0; border-radius: 0; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .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:31.125rem;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:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;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; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { position:relative;display:none; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { border-width: 0; border-radius: 0; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.adaptive-delivery-prevent-bg, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyload, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyloading { background-image: none; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { 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; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { 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; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { 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; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { 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; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { 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; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);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; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { 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; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, 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; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { 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; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { 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; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { 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; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { 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; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { 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; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { 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; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { 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; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#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.1527779102326rem;left:42.634548187256rem; }
#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; }
#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; }
#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; }
#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 { display:none; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container { width:47.75rem;position:relative;display:none; }#Ept2wRPH8szIkVC3sZoHPgm3UpEhrAOa { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#TxlEn51bgzocN3WpFVaPWCJpVHBgRcI2 { display:block; }
#GLndd16zJO85ch7lAcNm1aKDJo8fl26M { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#g4gQCraRoZUyWNet6niEVMtd3HTW7tN5 { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#iRI0w31DfmG4btzU0HgAcE6iNrHKTdmh { display:block; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ko70TCucKNBPg8TN0sQ3DLB9EIvgMEN0 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#gvF0OengbQNWWBJTTpsuIix0Kb0ltxOO { display:block; }
#B4iXqk995R0dRzXk9q5OMn7utqk9BWdi { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#ridmqdKwXdCM9InSfVUGHv9dTg4TDsIB { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#mMR4Xuss4QMTZe9e8VXhKWoTvgoCTrIL { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#S6sQRx18dTax1VBrslgRFTLC184JMKLB { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#rViBsPZcccH7DGaBik0m2yNZC8ZtRVev { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#oqqfUezkmloHB3g3ZUTi0hm7cuAcFaIL { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#pgzTBJ7gpwNspF2uMxuPN6QC6nkGHQUz { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#tJseBn0MLee8TqeTiuanE6hGTuah8gSg { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#KcpNVkLJAVc2zPExrnx99221zXGfyzq8 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD { display:none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container { width:47.75rem;position:relative;display:none; }#tkhh0qBhNp5WIMvGfWahqemH0BFbsBWF { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#xxObRv16IETBu06NZi3nWXKgsON5Jvrn { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 { display:none; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 { border-width: 0; border-radius: 0; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#RP3cm8sEiMT2re6XXlmeBL7Xnwo2O2iT { top:2.375rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#TJGzSkO9xfFPNRTcioICWc8lGa32Xtnn { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#TiVp0d0hr8BMVn934X0JhxA4fUqCrVvM { width:27rem;height:27rem;display:none; }
#PHhGbQOmBrtwQS7Dbvw01m1dLuuT0FNi { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#dqeoNrlP8IZBbsnoU77IcnzuV6OefkZF { width:11.75rem;height:12.5rem;display:none; }
#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { display:none; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container { width:47.75rem;position:relative;display:none; }#RSV4ISVspISHNsGQuBeBMPzun6MGwJXu { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#Aq4eNKVwBBHbL15QgnW3LTzJ9GIR5SQ8 { width:47.75rem;height:19rem;display:none; }
#meQBTDtn49SUAfXARk8KaGtnVI3gM9Ln { width:14.0625rem;height:5.125rem;display:none; }
#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { display:none; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container { width:47.75rem;position:relative;display:none; }#RHnHHzpFhrry8WfVwTGREEWSS6JHsyzZ { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#zxP7pFwggwf2S1s67tEITVtealTIaE7w { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#FusbaGMrmG8Fi86v9o7oJEsCAuTTJC0t { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#GAySBHsvqZqgiLKbuFVH38RZg7WIpLNM { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 { display:none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container { width:47.75rem;position:relative;display:none; }#gsPIgtSQxHtASVPVnQJIshmHVoHTKB69 { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#IhgP4582lwz3g152tDfDLU4cffXrrd43 { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#iqDrHJk27pzAFrTW0o6pQx1op31R8LoR { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#owpVqx2kGu51LBI9DRmAr1JLcCu2GRLn { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#t5OOCnxR6MWsmwR2xkP3KyA9T54NbnbK { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#xTBtrcRKpmLANC4hsiTtTVdxTU5OwQp9 { display:block; }
#tOxE3v1zrfDfKTTwh7vwIZzbeM27sTCo { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#FwwiotaQRIVLmUzN50lTvpgBEAG2WsFx { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#HPWWmrKhuOVh3fkJuFk9NEKZfT1AA1GG { display:block; }
#SQoP3sQCyl2Z40Gh9vUeCChMN8fKERGK { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#tR80WgGlHb5HdSUh47AxcyGybhAEomRN { width:23.5rem;height:27.75rem;display:none; }
#FhQo0kG8bKrzCv1S2ifpr2GpgTZn76In { display:none; }
#TyRUAO0CofGFeO1lPiLuJHUVCxIRcOm2 { display:none; }
#grEHQ0KXR5so60bfVTWv7ld9gR0q3vvz { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { width:17.5rem;height:auto;top:2.6875rem;left:1.861328125rem;display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt {  }
#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { display:none; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row .container { width:47.75rem;position:relative;display:none; }#tHiuUABqKgyhZ0TlW6NwAuN20LZq7pWm { display:none; }
#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 { display:none; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container { width:47.5rem;position:relative;display:none; }#kKXQDussgFgUTeSHNTIGdEZTxWuWVGcG { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#Elw1FeDyLdTotX7i7lLCzkKQkqcFaDm0 { display:block; }
#LT2RXQR2lZ90rICkAQfXx8RZgCK8GAta { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#XzKCHpar0MH4NiTrMMcsAoZkn2tV0ZEe { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#sMMK6ldMdKdTgPn2ZneylGwUk4tKZhmb { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#v8nIlAdSqB4wWoHPXSvMcwerIPmQzURQ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#EXroN5N0RJGzyuQhm9x8l7l1JqynyKR6 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#oqbzOHON05rL9B1fTySqPTdh2T2gkGoK { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#V0biDyStMwvtvAf3lDxpf2360kxTBwbE { display:block; }
#LBkPRLTCmmXaJRU9LnL2L971L3CwiL5p { width:;height:;display:none; }
#C3TgkXwBZ7S67mbZFV2TPDDQFXGoAQoZ { display:block; }
#eQI3hVgDby7JKSbdtU14M7zDig0Zu06n { width:;height:;display:none; }
#C0JFMZasiOc4XK2UE7schGIQAITL8DqL { display:block; }
#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at { display:none; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row .container { width:47.75rem;position:relative;display:none; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #ooCSP94TwVHu1kk3tx4WTyD1oAePc2LN {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nHh1HPVEQX0uUbGiHdZ3IQxmEUkGbzSR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GPxBZAoJzy1wG4NFbFnRMxAS9rxbnnRC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Tz4kHGS66HSsDaPJebc2ePmrIpZTJox6 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #MQuQZDt7UkgtustGfI47Nhcudm6ppXlF {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vc5T1rJIaIQOJH0nm3XLlTSilnq4ynci {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KwvsNobyJWbyBTgykT8bUdCSShaKdsTn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eyyMIg0PPc9V7Tbyn4Vq0a2udHvMUQSA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DOPgZJHcmiwTyiB9BFJyTZisH7RBpyzg {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #LZ9lo2xTTl033BUWJbpX3oG6cThLWMBc {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #q8HDDHpkfcVZggW4mkeSdr7aeUmQV1rX {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nR4vSOl5FndK8b4klAcimTlArCwowufd {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BEbpnafpsiArceNUOPQODRSKSqhTn2mz {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #emHskyZS5ou6tE0BRRaoxR34PRxFQXSN {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #My386TypAbr3gxXNN7nNXMnRuAPnV8GA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KReBCwVBuslz6s2dTPItqAMywS7S6vuH {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Hf3HHFQJhxqQS5OmQ1vnqb3axwvOKPOW {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DTTgWXCuKNqtu1FAEq6Oil2hVsRWsobF {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #p3KDH7cVa1tuiH5mprxdfDNqeubxLUmD {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #iuC9PWUzDnNV1iupqXbUzwNJBypApQKz {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #x7ErLurUwKZycg44wLlbwO8s4fNoBWQA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nsreuDB1VfGl9mTZrXSPbMLCKA5xT0xO {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #escFdZXsH48K5aS1GC39nfis4Mm8L9xM {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Z4EWJ1lmQdNWWsnz2otrvZCRFhdU5pKa {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #JUPm4hJeCFfAFvJmxmd9HXDVdlbPSxkJ {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #pgV8dnba10meSybMPegrK2V9Z17BTALn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #I53TN4G4vA3glQwoHyErlHQv4BpVeRTT {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #OgBG4atW4QgRiCAl5n3fepkQJbDXgqvI {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #wq16ULhwxOuANceVUtLwxNOAc93p1cUk {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NbMRITUSKCmV49VlFni54CvG734aM1W5 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TDq9iSW846FtlEDOgTQHLykNLaZXfJnC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TCdfP6OM21eRVnzwIEVwqb5qPF286XA2 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vKktnxpBAXLmMOSTFAEpX9k8QNTVcL3B {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #mhsS2GngctfUZmEZ1HLWwx7VohWwQTP3 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #CbUiTlIy9e5OPCnSuWnfzX0lLVeBxGOn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dihtTM24mBJx4TxlAO1UPHv3NkJKlg9q {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GiOAuRBD5ffT81GsogC9bzMUKi0bMVrR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kL1ick19hbN0J5VqiBXq2ZdESPgbUH7c {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #RffyNvOnAmxSEy0c2uThlus14loXQJBC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #fzekqikTcWUc8lKVrPChlfuIAsnzD0nv {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eQl21ov9bJMFK1cEs1oBSMgpSQEW1bWB {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kKnLgN4sTUTgPq8zFLqJno7kksslmwsL {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NzpH3TPs7FwvUUclhiDqfxQFcosaSZuW {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dRkkh6dTPof4Ex4eKNgCWo7OK49XcndR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #n0NNp56OGfLvUx6FAeiyFhJgbNUJFLy8 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BeidHknqzTrrVTSuFZsUSe5t8B8UFlQQ {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #FZXi7Gh5lH195FT0z3aDman8pLi8rtSM {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #cycAB8vEg4tFVVchKQAxPSVK2B3NCm26 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Ue65vNARTp9HvW3dW9eP2wnhQqohrBT8 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nMh0IGuV7LHGn30aIoDGVXoBk2NJ7iBy {  }
#HRKPpGNnwHwbm3E9VvbCf4qCmVOw2f0W { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh { display:none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container { width:47.75rem;position:relative;display:none; }#TVC6QoEkLQ0EgRtygOTVlRAWUrfFheRE { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#wwO4BuD1IEcZW3DwmU1vJp7q09t5kDm9 { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#a5aMH8cLgKKJE96KgkCuypCGgmJHtiCs { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#isFIVcUSFOP9XBFZq9pGod0bSWlBmcu1 { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#Dy9cWr04V7Rcta7QKB20fUgyA4GPs2BX { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#knAEPHxEErWytg5K9M2aTnUqm1hQxfFS { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#vQTi359AEqJ5oaTh73kryGFm1Lyxb6Zs { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#nkzShTHSClH5ZSIHX7U5LUM8QXrJST4W { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#wEOcdJwsKcZGvAf7cT8Mqq0GdFIcQInH { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#C1mfzuwklqsaPA13mE2Zn96xIXE2qANA { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#DT6hHwVDoo57D2wmTbr3DZi7J3LMUI73 { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#T2sBavNU0Q2Zpkt2kRkVaIH7SWELXF7z { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#qMDOh3MVzWZ7FVaLlk5tqDqr7uRwz0Fq { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#HXsv3AedgCkZgIoHzABh2XKxpEr7hGde { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#gitxgsXsr3RzbL2TTiePc3BvZrJqy0vs { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#QPrcJuq4x52GM6FLAkIzobNskXoPT5oL { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#tDTBOPr0ygd6ZT17zULDLZ7wScqCb4aF { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lDDqurCTZRVsiwMy0zNlzHXC8FvrN0GD { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#E6y9d0MByy1oDSAXuzWTGcLd2mpl9IrZ { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#MbLyBTbR9hTT5ybkTTTPMXmJZ37FCKNE { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#Qo6BLO1udiHr3IGXdhzbEMlTAL1b5ysG { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#F3lOqxGZ7JiRPMsawd9yiHpwXXT2Bnsz { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cm9CIAWSwtADh7n62vukWv0n3nq9WST8 { width:;height:;display:none; }
#T5N313n4OLIrmZrIv1XMtFvqedKVVvvg { display:block; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#iiPDTZghMVV3bXCBFJXJATyRo9MKpTZs { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh { display:none; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container { width:47.5rem;position:relative;display:none; }#sEhonLKzfsybg312eh0oTNHOoKB3261W { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#UUPARk1fStbeubJpkMa9f7K8OOnC90hB { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#ynFvJL9rxhtnlDNE3H9hyv09dJxWtouk { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#yZ0yeUwgwkfcz50PCxkTg9edv5MsFxIT { display:block; }
#uzUUMzz4RcTtTr4Hgt4pmHMKSgrRrNbv { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#zHvbpcT5LSrS3oSJDotozTbdq9l1N5Jo { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#CnoZiKNb8owrPWlBPrqy1kvI2ATMsvHW { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#x2wTLZk8dUhVqMEQ3Vw4qtJ8z7kNsgXq { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { display:none; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { width:47.5rem;position:relative;display:none; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { top:0rem;width:;height:;display:none; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { top:0rem;width:;height:;display:none; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { display:none; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { width:47.5rem;position:relative;display:none; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { display:block; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { width:47.75rem;position:relative;display:block; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { display:block; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { width:47.75rem;position:relative;display:block; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { top:19.25rem;left:0rem;width:21.25rem;height:11.875rem;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { display:block; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;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; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { display:block; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container { width:47.75rem;position:relative;display:block; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.3125rem;display:block; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#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:36.509548187256rem;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; }
#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; }
#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:#f2e8cc;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); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 { 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; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container { background-color: transparent; background-image: none; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container > .video-iframe-container { display: none; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row > .video-iframe-container { display: none; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .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); }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container { border-width: 0; border-radius: 0; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nKBF6hw3TkQE9ETGsKWSWNsxqLamcvy3 > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#Ept2wRPH8szIkVC3sZoHPgm3UpEhrAOa { 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; }
#TxlEn51bgzocN3WpFVaPWCJpVHBgRcI2 { display:block; }
#GLndd16zJO85ch7lAcNm1aKDJo8fl26M { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#g4gQCraRoZUyWNet6niEVMtd3HTW7tN5 { 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; }
#iRI0w31DfmG4btzU0HgAcE6iNrHKTdmh { display:block; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#OJNSqn3uBLTUnNnO2VTfCp6PkkHiZNBD > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ko70TCucKNBPg8TN0sQ3DLB9EIvgMEN0 { 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; }
#gvF0OengbQNWWBJTTpsuIix0Kb0ltxOO { display:block; }
#B4iXqk995R0dRzXk9q5OMn7utqk9BWdi { 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; }
#ridmqdKwXdCM9InSfVUGHv9dTg4TDsIB { 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; }
#mMR4Xuss4QMTZe9e8VXhKWoTvgoCTrIL { 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; }
#S6sQRx18dTax1VBrslgRFTLC184JMKLB { 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; }
#rViBsPZcccH7DGaBik0m2yNZC8ZtRVev { 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; }
#oqqfUezkmloHB3g3ZUTi0hm7cuAcFaIL { 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; }
#pgzTBJ7gpwNspF2uMxuPN6QC6nkGHQUz { 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; }
#tJseBn0MLee8TqeTiuanE6hGTuah8gSg { 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; }
#KcpNVkLJAVc2zPExrnx99221zXGfyzq8 { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD { 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; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD.adaptive-delivery-prevent-bg, #nrMBmySwxf41QOAqzrks6ofbdhvmhAlD.lazyload, #nrMBmySwxf41QOAqzrks6ofbdhvmhAlD.lazyloading { background-image: none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container { background-color: transparent; background-image: none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container > .video-iframe-container { display: none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row > .video-iframe-container { display: none; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .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); }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container { border-width: 0; border-radius: 0; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nrMBmySwxf41QOAqzrks6ofbdhvmhAlD > .row .container { width:20rem;height:11.8125rem;position:relative;display:block; }#tkhh0qBhNp5WIMvGfWahqemH0BFbsBWF { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#xxObRv16IETBu06NZi3nWXKgsON5Jvrn { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 { background-color:#536d57;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; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .row .container { border-width: 0; border-radius: 0; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#klTzUlrW7Frk91QNEc1hqG7hrPgrzEp6 > .row .container { width:20rem;height:28.6875rem;position:relative;display:none; }#RP3cm8sEiMT2re6XXlmeBL7Xnwo2O2iT { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:;z-index:15226;font-size:1.4375rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TJGzSkO9xfFPNRTcioICWc8lGa32Xtnn { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:1.5625rem;z-index:15228;font-size:1.5625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1;color:#eef6f1;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TiVp0d0hr8BMVn934X0JhxA4fUqCrVvM { top:6.240234375rem;left:0rem;width:19.4375rem;height:19.4375rem;z-index:15005;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PHhGbQOmBrtwQS7Dbvw01m1dLuuT0FNi { top:5.6293401718139rem;left:0rem;width:19.749375rem;height:1.79980625rem;z-index:15227;font-size:1.5rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dqeoNrlP8IZBbsnoU77IcnzuV6OefkZF { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { display:block; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { background-color: transparent; background-image: none; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container > .video-iframe-container { display: none; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row > .video-iframe-container { display: none; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .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); }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH { border-width: 0; border-radius: 0; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .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; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container { width:20rem;height:3.75rem;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; }#WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container.adaptive-delivery-prevent-bg, #WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container.lazyload, #WOgWCEHk6UdHdGGzTJDORkQd0Qbl9EnH > .row .container.lazyloading { background-image: none; }#RSV4ISVspISHNsGQuBeBMPzun6MGwJXu { top:1.4995641708374rem;left:11.736111938953rem;width:7.686625rem;height:1.05625rem;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:0.8125rem;display:block; }
#Aq4eNKVwBBHbL15QgnW3LTzJ9GIR5SQ8 { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#meQBTDtn49SUAfXARk8KaGtnVI3gM9Ln { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { display:block; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { background-color: transparent; background-image: none; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container > .video-iframe-container { display: none; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row > .video-iframe-container { display: none; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .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); }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw { border-width: 0; border-radius: 0; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .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; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container { width:20rem;height:12.375rem;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; }#aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container.adaptive-delivery-prevent-bg, #aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container.lazyload, #aUzB2niXrFpJaB6Xl1TP8CkWZradVfkw > .row .container.lazyloading { background-image: none; }#RHnHHzpFhrry8WfVwTGREEWSS6JHsyzZ { 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; }
#zxP7pFwggwf2S1s67tEITVtealTIaE7w { 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; }
#FusbaGMrmG8Fi86v9o7oJEsCAuTTJC0t { 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; }
#GAySBHsvqZqgiLKbuFVH38RZg7WIpLNM { 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; }
#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 { 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; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4.adaptive-delivery-prevent-bg, #XTKH5MMscrZN61hehhi2BwlBUOqe5No4.lazyload, #XTKH5MMscrZN61hehhi2BwlBUOqe5No4.lazyloading { background-image: none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container { background-color: transparent; background-image: none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container > .video-iframe-container { display: none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row > .video-iframe-container { display: none; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .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); }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container { border-width: 0; border-radius: 0; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XTKH5MMscrZN61hehhi2BwlBUOqe5No4 > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#gsPIgtSQxHtASVPVnQJIshmHVoHTKB69 { 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; }
#IhgP4582lwz3g152tDfDLU4cffXrrd43 { 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; }
#iqDrHJk27pzAFrTW0o6pQx1op31R8LoR { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#owpVqx2kGu51LBI9DRmAr1JLcCu2GRLn { 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; }
#t5OOCnxR6MWsmwR2xkP3KyA9T54NbnbK { 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; }
#xTBtrcRKpmLANC4hsiTtTVdxTU5OwQp9 { display:block; }
#tOxE3v1zrfDfKTTwh7vwIZzbeM27sTCo { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#FwwiotaQRIVLmUzN50lTvpgBEAG2WsFx { 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; }
#HPWWmrKhuOVh3fkJuFk9NEKZfT1AA1GG { display:block; }
#SQoP3sQCyl2Z40Gh9vUeCChMN8fKERGK { 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; }
#tR80WgGlHb5HdSUh47AxcyGybhAEomRN { 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; }
#FhQo0kG8bKrzCv1S2ifpr2GpgTZn76In { 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; }
#TyRUAO0CofGFeO1lPiLuJHUVCxIRcOm2 { 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; }
#grEHQ0KXR5so60bfVTWv7ld9gR0q3vvz { 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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-text {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-select {padding-top: 0; padding-bottom: 0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-secondary-4),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); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:rgba(var(--color-secondary-4),1); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:rgba(var(--color-secondary-4),1); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:rgba(var(--color-secondary-4),1); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:rgba(var(--color-secondary-4),1); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .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); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:first-of-type{padding-top:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-container:last-of-type{padding-bottom:0;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU  { width:14.8125rem;height:auto;top:19.68359375rem;left:1.3421876430511rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU {display:block;}#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU { width:14.8125rem;height:auto;top:19.68359375rem;left:1.3421876430511rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #bb08gA7SbN0F4H34Zt3aR6Flq11vpi5a {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #x21zub6w3Gzhbx8PKNmLRJtbylxXoEfO { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #kKh25znEw4MkMnupCPz6QQ6ZFgS02K6L {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #JhC0ntD9fvwyKO6bIQpIonDIoIcQQhPb {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #alaJALLZKPm3PBLWEX5IUUCIMmvM0P9F { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #xLNFfiTgdaMuz6TxW1a2AogLFGXrLBhB {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #gaE5y760yHTOM98vhiKmWyfXCBegsJbG {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #VBwihaNl98fEvJPq6d7S06uwJdwr2JxO { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Tf1r99FOn0ATBxmxF2zhpTDgqTesiTo1 {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #HNhmJS1TQipbEXyoNVxJRTHTmIbv8Lmc {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #I72Gh8dSqkRPFw8BrX320eksZyoJr5Ts {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #Ga93rL0IvDe1AZqqdua7OBELXNnS5EIu { display:none; }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #shARpdbIEOscDHfUUyTTq05O68ncrI7M {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #AAcovNqyZTrWAD0nhTwfrHNTReXbfiyk {  }
#MsxsWa3AkoKlIGbPcI1C5wux9pJ1JHxU #TUlAlzNLauuhzqC08rn2lwFQCNPmDiVt {  }
#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { display:block; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { background-color: transparent; background-image: none; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row .container > .video-iframe-container { display: none; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row > .video-iframe-container { display: none; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .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); }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 { border-width: 0; border-radius: 0; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .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; }#lqBfwTVeFI2vkiwzGZlDcyTqMiaHXlo8 > .row .container { width:20rem;height:32.25rem;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; }#tHiuUABqKgyhZ0TlW6NwAuN20LZq7pWm { top:2.11376953125rem;left:0rem;width:20rem;height:23.25rem;z-index:15000;display:block; }
#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 { display:block; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 { background-color: transparent; background-image: none; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container > .video-iframe-container { display: none; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row > .video-iframe-container { display: none; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .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); }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 { border-width: 0; border-radius: 0; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .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; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .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; }#T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container.adaptive-delivery-prevent-bg, #T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container.lazyload, #T1mxSxv1yIIM2q0wPK6XwbwK5Zf9z4f4 > .row .container.lazyloading { background-image: none; }#kKXQDussgFgUTeSHNTIGdEZTxWuWVGcG { 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; }
#Elw1FeDyLdTotX7i7lLCzkKQkqcFaDm0 { display:block; }
#LT2RXQR2lZ90rICkAQfXx8RZgCK8GAta { 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; }
#XzKCHpar0MH4NiTrMMcsAoZkn2tV0ZEe { 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; }
#sMMK6ldMdKdTgPn2ZneylGwUk4tKZhmb { 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; }
#v8nIlAdSqB4wWoHPXSvMcwerIPmQzURQ { 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; }
#EXroN5N0RJGzyuQhm9x8l7l1JqynyKR6 { 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; }
#oqbzOHON05rL9B1fTySqPTdh2T2gkGoK { 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; }
#V0biDyStMwvtvAf3lDxpf2360kxTBwbE { display:block; }
#LBkPRLTCmmXaJRU9LnL2L971L3CwiL5p { 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; }
#C3TgkXwBZ7S67mbZFV2TPDDQFXGoAQoZ { display:block; }
#eQI3hVgDby7JKSbdtU14M7zDig0Zu06n { 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; }
#C0JFMZasiOc4XK2UE7schGIQAITL8DqL { display:block; }
#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at { position:relative;z-index:auto;display:block; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at { background-color: transparent; background-image: none; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row .container > .video-iframe-container { display: none; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .row > .video-iframe-container { display: none; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .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); }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at { border-width: 0; border-radius: 0; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .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; }#TwNPZ5PKQZIE2QyoS903NuAhoigtI2at > .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; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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); }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .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; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.adaptive-delivery-prevent-bg, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.lazyload, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU .accordion-trigger.lazyloading { background-image: none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU { 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; }#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU.adaptive-delivery-prevent-bg, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU.lazyload, #UWbebloqmpUL87Su5Foh7u6TdkXu8FpU.lazyloading { background-image: none; }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #ooCSP94TwVHu1kk3tx4WTyD1oAePc2LN {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nHh1HPVEQX0uUbGiHdZ3IQxmEUkGbzSR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GPxBZAoJzy1wG4NFbFnRMxAS9rxbnnRC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Tz4kHGS66HSsDaPJebc2ePmrIpZTJox6 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #MQuQZDt7UkgtustGfI47Nhcudm6ppXlF {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vc5T1rJIaIQOJH0nm3XLlTSilnq4ynci {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KwvsNobyJWbyBTgykT8bUdCSShaKdsTn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eyyMIg0PPc9V7Tbyn4Vq0a2udHvMUQSA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DOPgZJHcmiwTyiB9BFJyTZisH7RBpyzg {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #LZ9lo2xTTl033BUWJbpX3oG6cThLWMBc {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #q8HDDHpkfcVZggW4mkeSdr7aeUmQV1rX {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nR4vSOl5FndK8b4klAcimTlArCwowufd {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BEbpnafpsiArceNUOPQODRSKSqhTn2mz {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #emHskyZS5ou6tE0BRRaoxR34PRxFQXSN {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #My386TypAbr3gxXNN7nNXMnRuAPnV8GA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #KReBCwVBuslz6s2dTPItqAMywS7S6vuH {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Hf3HHFQJhxqQS5OmQ1vnqb3axwvOKPOW {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #DTTgWXCuKNqtu1FAEq6Oil2hVsRWsobF {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #p3KDH7cVa1tuiH5mprxdfDNqeubxLUmD {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #iuC9PWUzDnNV1iupqXbUzwNJBypApQKz {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #x7ErLurUwKZycg44wLlbwO8s4fNoBWQA {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nsreuDB1VfGl9mTZrXSPbMLCKA5xT0xO {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #escFdZXsH48K5aS1GC39nfis4Mm8L9xM {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Z4EWJ1lmQdNWWsnz2otrvZCRFhdU5pKa {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #JUPm4hJeCFfAFvJmxmd9HXDVdlbPSxkJ {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #pgV8dnba10meSybMPegrK2V9Z17BTALn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #I53TN4G4vA3glQwoHyErlHQv4BpVeRTT {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #OgBG4atW4QgRiCAl5n3fepkQJbDXgqvI {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #wq16ULhwxOuANceVUtLwxNOAc93p1cUk {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NbMRITUSKCmV49VlFni54CvG734aM1W5 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TDq9iSW846FtlEDOgTQHLykNLaZXfJnC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #TCdfP6OM21eRVnzwIEVwqb5qPF286XA2 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #vKktnxpBAXLmMOSTFAEpX9k8QNTVcL3B {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #mhsS2GngctfUZmEZ1HLWwx7VohWwQTP3 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #CbUiTlIy9e5OPCnSuWnfzX0lLVeBxGOn {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dihtTM24mBJx4TxlAO1UPHv3NkJKlg9q {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #GiOAuRBD5ffT81GsogC9bzMUKi0bMVrR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kL1ick19hbN0J5VqiBXq2ZdESPgbUH7c {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #RffyNvOnAmxSEy0c2uThlus14loXQJBC {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #fzekqikTcWUc8lKVrPChlfuIAsnzD0nv {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #eQl21ov9bJMFK1cEs1oBSMgpSQEW1bWB {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #kKnLgN4sTUTgPq8zFLqJno7kksslmwsL {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #NzpH3TPs7FwvUUclhiDqfxQFcosaSZuW {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #dRkkh6dTPof4Ex4eKNgCWo7OK49XcndR {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #n0NNp56OGfLvUx6FAeiyFhJgbNUJFLy8 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #BeidHknqzTrrVTSuFZsUSe5t8B8UFlQQ {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #FZXi7Gh5lH195FT0z3aDman8pLi8rtSM {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #cycAB8vEg4tFVVchKQAxPSVK2B3NCm26 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #Ue65vNARTp9HvW3dW9eP2wnhQqohrBT8 {  }
#UWbebloqmpUL87Su5Foh7u6TdkXu8FpU #nMh0IGuV7LHGn30aIoDGVXoBk2NJ7iBy {  }
#HRKPpGNnwHwbm3E9VvbCf4qCmVOw2f0W { 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; }
#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh { 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; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.adaptive-delivery-prevent-bg, #g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.lazyload, #g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh.lazyloading { background-image: none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container { background-color: transparent; background-image: none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container > .video-iframe-container { display: none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .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); }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row > .video-iframe-container { display: none; }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .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); }#g8dclCD7d7XXJzsTvwCfXC1NouhMXkOh > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#TVC6QoEkLQ0EgRtygOTVlRAWUrfFheRE { 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; }
#wwO4BuD1IEcZW3DwmU1vJp7q09t5kDm9 { 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; }
#a5aMH8cLgKKJE96KgkCuypCGgmJHtiCs { 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; }
#isFIVcUSFOP9XBFZq9pGod0bSWlBmcu1 { 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; }
#Dy9cWr04V7Rcta7QKB20fUgyA4GPs2BX { 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; }
#knAEPHxEErWytg5K9M2aTnUqm1hQxfFS { 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; }
#vQTi359AEqJ5oaTh73kryGFm1Lyxb6Zs { 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; }
#nkzShTHSClH5ZSIHX7U5LUM8QXrJST4W { width:17.4989375rem;height:3.81875rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#wEOcdJwsKcZGvAf7cT8Mqq0GdFIcQInH { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#C1mfzuwklqsaPA13mE2Zn96xIXE2qANA { 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; }
#DT6hHwVDoo57D2wmTbr3DZi7J3LMUI73 { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#T2sBavNU0Q2Zpkt2kRkVaIH7SWELXF7z { 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; }
#qMDOh3MVzWZ7FVaLlk5tqDqr7uRwz0Fq { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#HXsv3AedgCkZgIoHzABh2XKxpEr7hGde { 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; }
#gitxgsXsr3RzbL2TTiePc3BvZrJqy0vs { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#QPrcJuq4x52GM6FLAkIzobNskXoPT5oL { 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; }
#tDTBOPr0ygd6ZT17zULDLZ7wScqCb4aF { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#lDDqurCTZRVsiwMy0zNlzHXC8FvrN0GD { 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; }
#E6y9d0MByy1oDSAXuzWTGcLd2mpl9IrZ { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#MbLyBTbR9hTT5ybkTTTPMXmJZ37FCKNE { 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; }
#Qo6BLO1udiHr3IGXdhzbEMlTAL1b5ysG { 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; }
#F3lOqxGZ7JiRPMsawd9yiHpwXXT2Bnsz { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#xGCEoBI1bPm4kui4QdvQvUymvlJv8EBG > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Cm9CIAWSwtADh7n62vukWv0n3nq9WST8 { 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; }
#T5N313n4OLIrmZrIv1XMtFvqedKVVvvg { display:block; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#yKP1S14JxZ1EVLgukrly3epqIbk3D5E7 > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#iiPDTZghMVV3bXCBFJXJATyRo9MKpTZs { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh { display:block; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh { background-color: transparent; background-image: none; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container > .video-iframe-container { display: none; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row > .video-iframe-container { display: none; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .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); }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh { border-width: 0; border-radius: 0; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .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; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .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; }#C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container.adaptive-delivery-prevent-bg, #C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container.lazyload, #C3G6i58VJpT1XNxbrD0qEapOFqXuMTzh > .row .container.lazyloading { background-image: none; }#sEhonLKzfsybg312eh0oTNHOoKB3261W { 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; }
#UUPARk1fStbeubJpkMa9f7K8OOnC90hB { 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; }
#ynFvJL9rxhtnlDNE3H9hyv09dJxWtouk { 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; }
#yZ0yeUwgwkfcz50PCxkTg9edv5MsFxIT { display:block; }
#uzUUMzz4RcTtTr4Hgt4pmHMKSgrRrNbv { 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; }
#zHvbpcT5LSrS3oSJDotozTbdq9l1N5Jo { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#CnoZiKNb8owrPWlBPrqy1kvI2ATMsvHW { 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; }
#x2wTLZk8dUhVqMEQ3Vw4qtJ8z7kNsgXq { 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; }
#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw { background-color:#efe7d8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { background-color: transparent; background-image: none; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container > .video-iframe-container { display: none; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row > .video-iframe-container { display: none; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .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); }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { border-width: 0; border-radius: 0; }#GmVTSyN5nX8gncmwewlOh6KQaZmkxOpw > .row .container { width:20rem;height:76.125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BNeZ4bPMb7DBkNtqIwq4Pf4m4PiPRWuN { 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; }
#bCv1tplosXblIVmHNwcqgqn7iwwVxmey { width:20rem;height:3rem;top:6.1968307495117rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-family:var(--headlines-font-family);display:block; }
#dnPCf1VgL81dkfBp3buTWFalMO9rM6r4 { width:20rem;height:1.95rem;top:3.1857604980469rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-secondary-4),1);display:block; }
#bebtOlJeS6dLlIWGT29rrbGVL4DZnQo3 { 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; }
#QCGQdgh2tuw72Pe1FkxI6xF6eK1VOVNP { 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; }
#NUlcqfo838W2ptqMTs9LMdta0Le9Jn8x { top:46.005210876465rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE { 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; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { background-color: transparent; background-image: none; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container > .video-iframe-container { display: none; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row > .video-iframe-container { display: none; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .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); }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { border-width: 0; border-radius: 0; }#dtarwzTftRX7f4yEuw1gpUMQ6zTFBAOE > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Areoclv0lhUkVS21ea0GAOJ1EduoKUtV { 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; }
#ulISi6SwJOlq8IF148w4QAfDBGT63mVr { 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; }
#RNt4v4tKbKNFp04DFmRsm3V8TJkoRaa3 { 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; }
#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI { position:relative;z-index:auto;background-color:rgba(var(--color-primary-2),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; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { border-width: 0; border-radius: 0; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K5radyPnfEUfNvGXcAezrxRLe6JKTlqI > .row .container { width:20rem;height:5.7486979961395rem;position:relative;display:none; }#MiMoaCoREPq3EKgKAWd7glIJHBASkWwx { 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-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),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; }
#Bno2x43onaDFiR6VFamANRTrIzlOkO7v { display:block; }
#Ay0VxVWqiGNLfBhWPgOv2T8fe7d2V6T4 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#TX74C2NXt5xfNKAAnydqUXagwil1xRDK { top:0.5rem;left:0rem;width:6.375rem;height:2.375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-2),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-2),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.3;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xvJREqf1LZOkrqUMzXkwAkVsT2wtffZt { display:block; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#b2yJlE2TGckAg9gQaosObZ76PEXQ3LQB > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#WwP5T8tyaQup6U5BmywHpr4tMhszVMR4 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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; }
#OePS4AleEPs7A0uLZVleeXXl8WPrywhN { display:block; }
#f02E9hbbuRWAs8ofcTmQODhXsBOnaOem { 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; }
#HkvDFg0zvZdQSJw1rDuyq6vPk9TpfTZ8 { 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; }
#M2Eezqweohdnof5A70NBIFKtALlxF0F8 { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#qVOXaQlGX0VsrdGJ2gOyk9TNNVi3xlGf { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#KXATa9A7Jy90DI0SvqZHRM8XPQC7NIRg { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#wQkVyo8E1s6sV2Efu9FEfRJHzCrpToOJ { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#NvHgQ8wtS04P5J4kqOkdnKIrOTPxZv8g { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#uUTBvippZt5cRW25yQb8SkV0MTOHPZza { 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; }
#oby6IsX9ugDHautLpesGWHUoJ5BOoKmn { 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; }
#uHMoyreAOJnaoIkkaMtZoBvhK0XpbJaq { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.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; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2.adaptive-delivery-prevent-bg, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2.lazyload, #LfB2PApCe9SOoF6rs5HC45weerJo2gL2.lazyloading { background-image: none; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { border-width: 0; border-radius: 0; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LfB2PApCe9SOoF6rs5HC45weerJo2gL2 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#iJVTS6zDLnsUyI0VluBHZB5gqVSTaZnh { width:7.312rem;height:4.311525rem;top:4.81201171875rem;left:9.13330078125rem;z-index:15021;display:block; }
#M5yLzhpW8gfmLnqaHhDr74PJ8zBGSTsV { width:7.24975rem;height:3.999025rem;top:1.37451171875rem;left:0.804443359375rem;z-index:15022;display:block; }
#DfInbPtMhAW46thVL7twbmmgShDFpwnx { display:none; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx { border-width: 0; border-radius: 0; }#DfInbPtMhAW46thVL7twbmmgShDFpwnx > .row .container { width:20rem;height:23.4375rem;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; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;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; }
#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { display:none; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU { border-width: 0; border-radius: 0; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container { width:20rem;height:59.0625rem;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; }#fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.adaptive-delivery-prevent-bg, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyload, #fx8tghS6H7HmEZinmrxlTG8QCmOPrqnU > .row .container.lazyloading { background-image: none; }#XTzGzHJ0WAVTB5lA3S39MqbAiB8a93wG { 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; }
#P3UTLdXAVlnV6mKiNMA1aTRfrVKanGkR { width:7.5rem;height:5.2807625rem;top:46.69189453125rem;left:6.25rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#m5k4bs5wFrecnp2q6O7scsJri3RTntTn { 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; }
#c2v3gnDOrOOZ5Q3tGW6xedTRITnrio91 { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.7041015625rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#PAINKLu0PkpnoqnfblOxFBOPxO4pQZKy { 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; }
#Rh2wD3EaP2UE607HcyX3vlbNPeL99O9L { display:block; }
#aqRpHPKzFqV5BbACUxCCIDKRMH94tNTh { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#Es7O1uV4ITbskgyfbF1Sm3Z9hg9mQETf { 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), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), #a1f2f3);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; }
#W2Ihn2WuT444iq74RdbelVaKQ2cMH8od { 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; }
#UadCKXosHsonp6HIWZ5NoqqfSvfEUM9a { display:block; }
#ceQ6NDTnvv16pW7zQclHXDdubpwvTTdy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#z28p6NezsVikH1xooQn3fEVnohWq8Mb9 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, 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; }
#Wcw8VavBppo7RbISGnuz1RzL0atT7UEh { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#v4o2wBp39onMN5IFxoF8Xvf4WNAQZVyQ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-4),1), 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; }
#tyD6SeycdnCQXrxh3hHPVqHqlosWDAP8 { width:12.3730625rem;height:2.0996125rem;top:0.9375rem;left:3.812255859375rem;font-size:1.3125rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#B4CD8B0mBzKtSWOcRPczQ3s4LZsUXiTm { 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; }
#UsK6pkBLotlkTDC3TV5wfHOTV63hi6fT { width:4.6875rem;height:1.6870125rem;top:32.467041015625rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);z-index:15182;font-family:var(--paragraphs-font-family);display:block; }
#VqrMO5s8rfMaWu5cGULG4fU0pAhFb3fO { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, 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; }
#dhhfgsuLd8VUXm43IgfKTKiMaSLJyPZX { 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);display:block; }
#oT6bvmfGrBJcuucC9GK38IPELTvUhHDi { width:12.4353125rem;height:5.2807625rem;top:11.685791015625rem;left:3.78173828125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#EAAS8gE9mVTVqWac0TkCazkzZJmn9Kci { 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; }
#TMIF9VSI9BnriP8yLl1Oy4NSsFQDJ2Hb { display:block; }
#EvvmFX2XifEglDVe6n1J7Zvtqr26HpTr { 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; }
#BN3hGctmdhkoqAAHu77bT63Qc9sAFTKe { width:5.06225625rem;height:1.6870125rem;top:50.909423828125rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#biCWq2VbL1QmIymLTOT0NCmHiNQgUr10 { width:4.6875rem;height:1.6870125rem;top:15.35888671875rem;left:3.81103515625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:rgba(var(--color-tertiary-4),1);z-index:15183;font-family:var(--paragraphs-font-family);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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);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; }
#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { display:none; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG { border-width: 0; border-radius: 0; }#VpNzkUUL7tCLBG45azxTl290ekBcyEgG > .row .container { width:20rem;height:77.8125rem;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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),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-2),0.7);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; }
