.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:231,235,231;--color-primary-1:182,194,184;--color-primary-2:134,154,136;--color-primary-3:80,92,82;--color-primary-4:54,86,56;--color-secondary-0:198,153,110;--color-secondary-1:195,163,101;--color-secondary-2:148,109,83;--color-secondary-3:149,115,83;--color-secondary-4:127,96,72;--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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN { position:relative;z-index:auto;display:none; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN { border-width: 0; border-radius: 0; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .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; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .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; }#kkTvQZQfm9Iw6Ixzx0QT6yJT0d9DXHmi { 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; }
#qyvxqU4ODTXzML3C6UJaVikZoKk7iKuf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nTMmpE6oP4Td85vRlszDeEebXl0MVZmS { 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; }
#gVPnemcZKRVnTnaGITIGAlLZNpfGvuo7 { 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; }
#wJS6DdQqSBvUQpU1GrtEuyCBg63xCiWX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx { 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; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#PesR4JulzcOFpXT75oXMULMzWgGeA3TB { 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; }
#ReLHqTvOtph7lSm5DC1XTU5UfoLpaiAT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eqrJOBDzov3XBFmUXkoeF2x11Mpvwu1g { 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; }
#JT7mKoz1xI2qf7vEdqRqVJRChamAHub6 { 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; }
#hTMxEr070swnpGPvBHJcO58wI7DXE9sC { 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; }
#SnQf6HH4Mw0KtE47S3wm3sXt31FZ9ehG { 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; }
#bITWgyTnvpuMTkygi3FEeCGwuZ22WRrW { 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; }
#EuWR2HCM9SmQrszahkGc2FqSGxy1S1xz { 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; }
#KXmfTkzzQiJ0Hlr8XwTOANMwf7Eqenfx { 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; }
#xWIhwgGG4AaD8636gfrvqTXNIJZN3HQk { 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; }
#EqyqAIZdDDk4A8aGrpFFqgKaWdmIHl54 { 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; }
#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi { position:relative;z-index:auto;display:none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi { border-width: 0; border-radius: 0; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .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; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .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; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container.adaptive-delivery-prevent-bg, #yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container.lazyload, #yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container.lazyloading { background-image: none; }#tEtug37AH3WLTKSLHkHumeotBuefwO4o { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#xEo1h3KAHyzTbXRfIFZTWz1Th8odtMhc { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ { position:relative;display:none; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ { border-width: 0; border-radius: 0; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .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; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .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; }#rc7Sq1Joml3NeGM1gmVESim53pFvO0Zd { 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.1875rem;left:0rem;display:none; }
#rl6E4JAaUol5pH2BHhQA5HhTRCfOtpqM { 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; }
#M2asT3qZ0KZdalus4vBVgtIUwh8Qhp4H { 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; }
#IVK4oiz1liClooo10xlWVr1JFm4mVl3I { 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; }
#WKlwrJxAdWSuJ4bHMKFkIWVFWWwFl7Pm { 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; }
#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { position:relative;display:none; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { border-width: 0; border-radius: 0; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .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; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .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; }#L1MJH0FRaU5vMazlWoDPu8gTDyyECruC { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.625rem;left:11.625rem;display:none; }
#MyA6TAzAI2soSWXqb3gT9LfMRLeKlllL { 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; }
#TUGflNbX2ZIJu39BxqsgxSwMATToIeTg { 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; }
#OwRMZyTTtHPvhU6quR3UAizawqvwlMQE { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:15.9375rem;display:none; }
#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { position:relative;display:none; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { border-width: 0; border-radius: 0; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .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; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .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; }#D992PuHZ5bqqdpyViAwsNTD2mp7iMzo9 { 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; }
#imeMxMiCu9hTHztMTFG7O14CBCVEN5J8 { 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; }
#ppp0PuemWdbahxceUPWyufNmBr8IQxHf { 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; }
#bMEBZv82qv9bNkpmWOOlt8o6fnJVsahE { 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; }
#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G { position:relative;display:none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G { border-width: 0; border-radius: 0; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .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; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .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; }#NiQrTlIo4oDFmiP8TWKTMS5DJfcF9PyC { 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; }
#lJWEtpIegcE5QOFUntckeO83QdtWggFL { 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; }
#iBwSERNcuVUfcEZMDg5kTxOBZcto4va9 { 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; }
#lktwyoV6EcrlhsteUpEvPhSS7fWFZGak { 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; }
#PTkPDMggs7mrpSKcuxRnLlpSCqKWUim9 { 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; }
#SyTqWBcXDDyJeSnnzhUi93ZFfu6X1Mcr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChToPdprFgy5w83JiPXV7X5ElXeAUAxC { 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; }
#LPTycuxMOq3mcHmHWdoz7AGRkiL9o0sx { 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; }
#F36iJPBZMxyyGQKCkostVUuzMlD5BoPt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R3gocsJa9vcqTML7cEa96XmTnTPn0MIx { 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; }
#ZJ9Za1a4y90BFtNs9PmaC7e6t7Bs01Cm { 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; }
#PqiLH9RbgzqAaGD4sKlnC7iNrEI5yeMx { 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; }
#PDyULQUnZEIIDDTPViqvrRGd0wxp2koE { 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; }
#aGMTe2G3tHPGkNOo4nekgO22nCFL1k8U { 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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-form-header {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container:first-of-type{padding-top:0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container:last-of-type{padding-bottom:0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.499rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.880859375rem;left:9.42919921875rem; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 {display:block;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.499rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.880859375rem;left:9.42919921875rem;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WX5XGGuJOEUp3oxHgGCDZSpBJfCFhu5U { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HGKw1x556pfKdUPNAtm8cemlZH7L2gh8 { position:relative;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #u5E4BkvgMShxDk3CUrpfGvxTCSMTFAWZ { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HaF5s7oErGCOfTTtkJOlMFNJXsAaXT4o { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #CWiTDEI7XvDiJ93EwpDva038QvWKuEc5 { position:relative;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #gqMLe7SheW7aLO4hOTpleTVSGd4UR8oT { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBXCxhXaU7weIaW7Pl5tPI8JetF4xlGa { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #DkgyQ19xSlGWIC2ivIgcQZ2Ip684LVPZ { position:relative;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #N95LSOiVMgVaKIQqsk4K15nIuBH40ydu { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #g5VnEKSnwnT4fzZGHx8mfinB5WAcN3qA { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #FnNR7ZTNT3zR8JcbpW7uTS2rIlihxlMi { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #lsLBUdfuz8dQ5xG8C7HGmxgWPQbtzquK { position:relative;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #rx3ZsD4ey8fhs3dHQh5zRerS4awOwpPs { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #dOQBiW4PrVxFyrW5IsUXiI9ehlww5LQZ { position:relative; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBlfhTpvGhM8IF9JyRsCIAp9sXvMr8VB { position:relative; }
#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { position:relative;display:none; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { border-width: 0; border-radius: 0; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .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; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .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; }#WwX8AlL8CVtDM7Q2lrRczqhlVqDCBWMs { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N { 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; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container { border-width: 0; border-radius: 0; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#KuVmxbWwE4F6m4xhtD7x26g0GFKRei0t { 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; }
#q7ADTR32SGnIu1cNetGmuP6zDZLp6yRq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mG0HtJWfBfJTpNF9Xi3f3QndUEs3nOsF { 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; }
#pMxMTT9SGWkJyONsBQNFfGuEoovHGPPR { 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; }
#Saiv7MuH3eHTzIa3Te7UhABrVL72fpBH { 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; }
#F4aUnQCDlkmiHh8wpC0Q19Q2igJUInVt { 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; }
#OGcZCT5HLxQSkpf3Gnns71xCGGty4ONQ { 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; }
#tETx0r256pzSOmT0xq0682vmyL2HM1qB { 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; }
#qkHta1T6dcL7lxDGDwPJMyUnvIp0TPL8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JDLEqPxAM7CvT5Uecds468o8Focv8HFO { 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; }
#z0oSePgZ0tP9z1t2da4ke9aHeqKiQwag { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pXrNRyylME3SSelVRE0frsbFgDhbp8GB { 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; }
#CZ82G5i9mADQ0ywi6e6GSCBKWbMlF229 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W { 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; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { border-width: 0; border-radius: 0; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#kJhtTtqhepnHgWNFZ203rEffe1ZduHmh { 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; }
#n1aF46sL370IoMOOF8Xt0o52bZO4S5iN { 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; }
#MIXDyJT0O5nzyIPKSsJDvsVVslJCxzVG { 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; }
#LuNxV7DUBtmrGtFNby5TXDZ5DiNH08sU { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-secondary-0),1);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; }
#gTeZ7wCg7t7Q2CCK72LVKNpzXwwsM2HN { 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; }
#NSJk12exSP0vN1ycc3pehgXc8ETnTpWx { 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; }
#bRwmt1XUAGIE9m36waGlOTSeS64TBltA { 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; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { border-width: 0; border-radius: 0; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#ruTG5hpnIAdKC7SQixikn0O8iTHyTkdr { 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; }
#AiJW2AI78D0t0ITRrvxuCeRzhnuxXNJL { 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; }
#siEKTtVheiJCHGZLS56TLuZk1IQviEXA { 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; }
#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw { position:relative;display:none; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw { border-width: 0; border-radius: 0; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .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; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .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; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.adaptive-delivery-prevent-bg, #SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.lazyload, #SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.lazyloading { background-image: none; }#thAkE4cfHS6Vo74JxdmTqrKLfcw2BQLt { 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; }
#zn2E0i04mUO5uNBGcTtarkBhuXpcP2CM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTkiAhZl6HUeflOCLOkPkWcCHuN51yer { 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; }
#OAJ4tMLHX2CklAzLbo4Wun9QQ0UqtTDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yTnmlXavvRDz6aMTGhxKTzaCSsrPLXSx { 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; }
#Z1u4DSKUsTvgS7BmnMyQ2tevQ1EI2tOp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KP97FvI4ELSMacxeUOwHHRxRKg6ntKuI { 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; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD { 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; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 { 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; }
#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#l7NDBOTnnLILRn8hMG04cRStxesyvfO1 { 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; }
#rnTHOqL3Hp7VOPqaa61Xct0AiSTTvo5n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr { 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; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SQ2PByP9tENbnUbhAnr5QZNlJUymTlEh { 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; }
#iepIt17dACk1fyMP9wuqgC9yItbsiwof { 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; }
#aSWiHuCTcmVc2GRJsFo83qqZr5X8ZFHz { 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; }
#smhgzvcFJaJ7lmmVRz3fn3Dfc99x57Eg { 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; }
#Syho7WrNOsre2E0MfWHm3hkkHZmw2VMb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PgiDOUm2umiKubDdc7gTL2hQ7SJs5Oit { 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; }
#oPGyIkp9JFXavkoGvnD0m82WcltCrpTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eVPlbFSBSKF0Pw3sQ8yDT9NS6x4pZktz { 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; }
#qQg6VnAsgMyvTE10Kqgs7xiF9eaPkI1p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J9lxwWNsfS2IJP8b5ULHmtlorsWfIc9l { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#T1XTIhxMBzTcqfoM4qbucFJMAyMewt0b { 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; }
#DE4o3ociyqhCGRSlVd7tHkTcKcmWtwtn { 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; }
#Co2XzimOmzabyo5Es2Hhu12Ct5kpIyTe { 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; }
#L2cc4sDxSPtW9nVgl4qWb6OTzR3BNZZD { 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; }
#NkAG7D2WUHaoSGO4W6ZgMT4Ae6hgTKOC { 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; }
#DKpCeeRTp3trtmRduJ8DwcCeDgWKkTMZ { 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; }
#kpzNMeWoQepAnT0HdJF6EHov5MdA6UMW { 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; }
#C1I7GJTOwQVHX0rfsNSmDUZAKI3pDvFt { 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; }
#aTltUxgcD24aSJTTKnlWMqCahvAT8CRF { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#IPK309ibQT8VTceiWNvA5yiEpVDI9hhg { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN { position:relative;display:none; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN { border-width: 0; border-radius: 0; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .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; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .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; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.adaptive-delivery-prevent-bg, #zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.lazyload, #zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.lazyloading { background-image: none; }#ZAT1IJaVEMUmH6GUit866hiSyEVKu9eX { 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; }
#aLRF5qUkqHAIEpQxP2ClTZuxw4uoy5AU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#worGwZT7ICl7Meu5xS9vO16h6MDV4W0A { 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; }
#T2zlD1rSAZizLTbCI1WGAc9kSv8SV4BV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TvqhvF7oTKpoTpsfLqKgSgXuJRtZ2WkT { 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; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm { 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; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#lS9bnLTSrNZzZ2fs8DomNTwGL3sBScxo { 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; }
#oOGJTMtLTzQJniHfGzoh8Gy0EANNUcTX { 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; }
#dNiJr0Fw0ioetJdyoothEbeGG650S9nu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gU5wurtkVxg93IqynTGOsoBudT2EeG2R { position:relative;display:none; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R { border-width: 0; border-radius: 0; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .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; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .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; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.adaptive-delivery-prevent-bg, #gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.lazyload, #gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.lazyloading { background-image: none; }#kRkpNKa0QzpWP6qyyoX8bdB7c4aB9PXe { 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.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArhcG8ICB2miD0Rtrsxt0FiGf7W9cfxS { 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.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kEozarNXAv9e1GpQWlkispWDGMp4WmP6 { 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.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfhrJlJURZAB5lTOUbZm3HQhWuKPtki3 { 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.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Iw86Ox72KPNulF7K0tmyob0P9RBFihmm { background-color:rgba(var(--color-secondary-1),1);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; }
#Iz2dLghdoesVwHATrFd123IdyTGU7RHN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v0WMeepDmiMchxucucc9Iy6V9R5qIPRT { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-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; }
#FTEXuehyZQsyOExozJEMDGs5cW2qbEKk { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-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; }
#nDFucecapbbrr3gkQbJATQ5fOe6VbXIn { background-color:rgba(var(--color-secondary-1),1);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; }
#fbGSkriETFUsa0WkUTuGpu4lWD1R5gWE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wADy4uOxw68bn6tkaE090DC5sMLVTqAu { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#XTEaPxg3uAM4POI5SiAecRZCwFuODy08 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-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; }
#nNDORrs4X8zqyRXq8InXGhmt7GZGv2cX { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#on90XGSwg13dMpNbTcfvgP2sNAEOEnOA { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#h4Togyw9ZNAVqX5m913yE119JZewQF65 { 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.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y9NSfTadqeHxmLOX3Au1L4d77T9sXGQT { 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; }
#xqaOecmVPwUvtWxmwvZP7KwKPmNR8FZz { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-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; }
#n3k9W9ZmpQ6nPrvOEmS5x6pgrkuetee6 { 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.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kdo8ly8u5RUN2fzUBzRepXJIxtXDnTHf { 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.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoH6RHJLQ9iwnSXS4lkL9e57RdySEJT9 { background-color:rgba(var(--color-secondary-1),1);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; }
#b2eBDS1Ktq77BllQhfnoX56KZm8uMTxD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlNS3inMzx04aK7bPVAQ8qugLPQkaA22 { 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; }
#qT5Ek4wCDtvdMzCz6bbdwxpIRg2aCvOq { 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; }
#XFGSM4AoWFt3UEKbpOJVbKGtUUf10Rcn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FmtZ7nSSbppeCT8mRcvIJ7Hy9uBIyZwu { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e { position:relative;display:none; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e { border-width: 0; border-radius: 0; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .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; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .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.0625rem;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; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.adaptive-delivery-prevent-bg, #EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.lazyload, #EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.lazyloading { background-image: none; }#QrbQRnnHa4rmGDibDRThA44eVy91OizS { 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; }
#ZStI3kQoqd9WnaPIQMt5RTThWW0iPJSQ { 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; }
#lTq6B9LF2Uoe5Z8GLVtSC042uRIFdhXP { 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; }
#U24wN7Mpx5qNgOcc3fW0cBUB0GUaqwMm { 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:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;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; }
#sXkbL9ZT6wIKIgqlC4f2gR8POX4sJlL1 { 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.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OdeKi9i9Qbps2KzkAmVJ9Tviv21BoB4R { 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; }
#GmriE6u3o90kJFRRCgpsbg5GBTT4QivB { 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.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oKp0J8rVMi4grs0zzH82eibZN6kFWBMB { 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; }
#izbiuIHbuqMWaPziNWowqJNlzziQpkvA { 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.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LcRT2wvTxko5a7ZVT9Spnz0XicPvudWP { 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; }
#MNZJEqbGOJgeBLMvTO2MqzB2qs5C4ftd { 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.481201171875rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAbFxPACfam7pEqOeyqPVOavKqWrF39x { 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; }
#rGJMhkdzhJt90gL2pl0v16V4rP2QXLRc { 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; }
#CXCbhVMwcOkGvmBz26sZ73GEZi4nb40J { 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; }
#TSc55ZIcqUeWw2P1KiHZ6HJASz6O7XRB { 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; }
#XpylhNtWdenpPyANRB9IuPUJuxwATEtc { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;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; }
#IgIlPN5GmdW3Ns0oWH3ValNIfEO25xmZ { 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.46435546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fxBOy7P0fxdvDsx9yfzSq2UoIs5cLtJF { 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; }
#ltbZ2RewIEzT8cJxGn4P09IXN6dkp66N { 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; }
#JvhvJRlyo1FmbmddczX6O8U1PhVG2PNT { 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; }
#uDiIv3ehDx4JAxHPVKLkyWKUNX1eXtRF { 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:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;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:none; }
#FqcFVe1G1zuuzucoJv7ldT6Gmi3A2wuV { 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; }
#v7rH7FF5Hn7UKVJH7hkeID22kVHvsVCs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9v7kki3VbHIRpMV0anQZRDCNS7sIDdh { 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; }
#fBdTNWtZybXmDoXv5T5eoDBnFXlv2Z7A { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.4970703125rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wU7mXTvKp42VcImC0TkLNoHstw3UBXob { color:rgba(30,30,30,0.7);display:block;width:6.74925rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:19.04296875rem;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; }
#c77RlFTQ1IbOmW74kmFKZNFH8vtk3EGJ { color:rgba(30,30,30,0.7);display:block;width:6.7480625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15055;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;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; }
#sJzIWd5HTTLqCXR9T0qdKd4ra007Lr3V { color:rgba(30,30,30,0.7);display:block;width:6.7480625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:18.6865234375rem;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; }
#HlDy4xVNL5IMDDiV9oUGK2dh7lx5iocT { color:rgba(30,30,30,0.7);display:block;width:6.7480625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.171875rem;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; }
#TQcPT5TcPRaBDVxNZsXEvIZDonJm1RWl { color:rgba(30,30,30,0.7);display:block;width:6.7480625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:33.22509765625rem;left:19.04296875rem;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; }
body { position:relative;display:block; }
#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN { display:none; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container { width:47.75rem;position:relative;display:none; }#kkTvQZQfm9Iw6Ixzx0QT6yJT0d9DXHmi { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#qyvxqU4ODTXzML3C6UJaVikZoKk7iKuf { display:block; }
#nTMmpE6oP4Td85vRlszDeEebXl0MVZmS { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#gVPnemcZKRVnTnaGITIGAlLZNpfGvuo7 { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#wJS6DdQqSBvUQpU1GrtEuyCBg63xCiWX { display:block; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#PesR4JulzcOFpXT75oXMULMzWgGeA3TB { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#ReLHqTvOtph7lSm5DC1XTU5UfoLpaiAT { display:block; }
#eqrJOBDzov3XBFmUXkoeF2x11Mpvwu1g { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#JT7mKoz1xI2qf7vEdqRqVJRChamAHub6 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#hTMxEr070swnpGPvBHJcO58wI7DXE9sC { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#SnQf6HH4Mw0KtE47S3wm3sXt31FZ9ehG { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#bITWgyTnvpuMTkygi3FEeCGwuZ22WRrW { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#EuWR2HCM9SmQrszahkGc2FqSGxy1S1xz { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#KXmfTkzzQiJ0Hlr8XwTOANMwf7Eqenfx { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#xWIhwgGG4AaD8636gfrvqTXNIJZN3HQk { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#EqyqAIZdDDk4A8aGrpFFqgKaWdmIHl54 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi { display:none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container { width:47.75rem;position:relative;display:none; }#tEtug37AH3WLTKSLHkHumeotBuefwO4o { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#xEo1h3KAHyzTbXRfIFZTWz1Th8odtMhc { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ { display:none; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ { border-width: 0; border-radius: 0; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .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; }#rc7Sq1Joml3NeGM1gmVESim53pFvO0Zd { top:2.1875rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#rl6E4JAaUol5pH2BHhQA5HhTRCfOtpqM { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#M2asT3qZ0KZdalus4vBVgtIUwh8Qhp4H { width:27rem;height:27rem;display:none; }
#IVK4oiz1liClooo10xlWVr1JFm4mVl3I { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#WKlwrJxAdWSuJ4bHMKFkIWVFWWwFl7Pm { width:11.75rem;height:12.5rem;display:none; }
#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { display:none; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container { width:47.75rem;position:relative;display:none; }#L1MJH0FRaU5vMazlWoDPu8gTDyyECruC { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#MyA6TAzAI2soSWXqb3gT9LfMRLeKlllL { width:47.75rem;height:19rem;display:none; }
#TUGflNbX2ZIJu39BxqsgxSwMATToIeTg { width:14.0625rem;height:5.125rem;display:none; }
#OwRMZyTTtHPvhU6quR3UAizawqvwlMQE { width:15.9375rem;height:5.25rem;display:none; }
#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { display:none; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container { width:47.75rem;position:relative;display:none; }#D992PuHZ5bqqdpyViAwsNTD2mp7iMzo9 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#imeMxMiCu9hTHztMTFG7O14CBCVEN5J8 { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#ppp0PuemWdbahxceUPWyufNmBr8IQxHf { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#bMEBZv82qv9bNkpmWOOlt8o6fnJVsahE { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G { display:none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container { width:47.75rem;position:relative;display:none; }#NiQrTlIo4oDFmiP8TWKTMS5DJfcF9PyC { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#lJWEtpIegcE5QOFUntckeO83QdtWggFL { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#iBwSERNcuVUfcEZMDg5kTxOBZcto4va9 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#lktwyoV6EcrlhsteUpEvPhSS7fWFZGak { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#PTkPDMggs7mrpSKcuxRnLlpSCqKWUim9 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#SyTqWBcXDDyJeSnnzhUi93ZFfu6X1Mcr { display:block; }
#ChToPdprFgy5w83JiPXV7X5ElXeAUAxC { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#LPTycuxMOq3mcHmHWdoz7AGRkiL9o0sx { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#F36iJPBZMxyyGQKCkostVUuzMlD5BoPt { display:block; }
#R3gocsJa9vcqTML7cEa96XmTnTPn0MIx { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#ZJ9Za1a4y90BFtNs9PmaC7e6t7Bs01Cm { width:23.5rem;height:27.75rem;display:none; }
#PqiLH9RbgzqAaGD4sKlnC7iNrEI5yeMx { display:none; }
#PDyULQUnZEIIDDTPViqvrRGd0wxp2koE { display:none; }
#aGMTe2G3tHPGkNOo4nekgO22nCFL1k8U { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-regular-label { width:17.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-text { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-textarea { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-select { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-button { width:16.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8  { width:17.4375rem;height:18.0625rem;top:3.875rem;left:3.30419921875rem; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .radio-container { width:17.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 {display:block;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 { width:17.4375rem;height:18.0625rem;top:3.875rem;left:3.30419921875rem;display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WX5XGGuJOEUp3oxHgGCDZSpBJfCFhu5U {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HGKw1x556pfKdUPNAtm8cemlZH7L2gh8 {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #u5E4BkvgMShxDk3CUrpfGvxTCSMTFAWZ {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HaF5s7oErGCOfTTtkJOlMFNJXsAaXT4o {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #CWiTDEI7XvDiJ93EwpDva038QvWKuEc5 {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #gqMLe7SheW7aLO4hOTpleTVSGd4UR8oT {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBXCxhXaU7weIaW7Pl5tPI8JetF4xlGa {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #DkgyQ19xSlGWIC2ivIgcQZ2Ip684LVPZ {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #N95LSOiVMgVaKIQqsk4K15nIuBH40ydu {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #g5VnEKSnwnT4fzZGHx8mfinB5WAcN3qA {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #FnNR7ZTNT3zR8JcbpW7uTS2rIlihxlMi {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #lsLBUdfuz8dQ5xG8C7HGmxgWPQbtzquK {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #rx3ZsD4ey8fhs3dHQh5zRerS4awOwpPs {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #dOQBiW4PrVxFyrW5IsUXiI9ehlww5LQZ {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBlfhTpvGhM8IF9JyRsCIAp9sXvMr8VB {  }
#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { display:none; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row .container { width:47.75rem;position:relative;display:none; }#WwX8AlL8CVtDM7Q2lrRczqhlVqDCBWMs { display:none; }
#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N { display:none; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container { width:47.5rem;position:relative;display:none; }#KuVmxbWwE4F6m4xhtD7x26g0GFKRei0t { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#q7ADTR32SGnIu1cNetGmuP6zDZLp6yRq { display:block; }
#mG0HtJWfBfJTpNF9Xi3f3QndUEs3nOsF { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#pMxMTT9SGWkJyONsBQNFfGuEoovHGPPR { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#Saiv7MuH3eHTzIa3Te7UhABrVL72fpBH { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#F4aUnQCDlkmiHh8wpC0Q19Q2igJUInVt { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#OGcZCT5HLxQSkpf3Gnns71xCGGty4ONQ { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#tETx0r256pzSOmT0xq0682vmyL2HM1qB { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#qkHta1T6dcL7lxDGDwPJMyUnvIp0TPL8 { display:block; }
#JDLEqPxAM7CvT5Uecds468o8Focv8HFO { width:;height:;display:none; }
#z0oSePgZ0tP9z1t2da4ke9aHeqKiQwag { display:block; }
#pXrNRyylME3SSelVRE0frsbFgDhbp8GB { width:;height:;display:none; }
#CZ82G5i9mADQ0ywi6e6GSCBKWbMlF229 { display:block; }
#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W { display:none; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { width:47.5rem;position:relative;display:none; }#kJhtTtqhepnHgWNFZ203rEffe1ZduHmh { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#n1aF46sL370IoMOOF8Xt0o52bZO4S5iN { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#MIXDyJT0O5nzyIPKSsJDvsVVslJCxzVG { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#LuNxV7DUBtmrGtFNby5TXDZ5DiNH08sU { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#gTeZ7wCg7t7Q2CCK72LVKNpzXwwsM2HN { top:0rem;width:;height:;display:none; }
#NSJk12exSP0vN1ycc3pehgXc8ETnTpWx { top:0rem;width:;height:;display:none; }
#bRwmt1XUAGIE9m36waGlOTSeS64TBltA { display:none; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { width:47.5rem;position:relative;display:none; }#ruTG5hpnIAdKC7SQixikn0O8iTHyTkdr { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#AiJW2AI78D0t0ITRrvxuCeRzhnuxXNJL { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#siEKTtVheiJCHGZLS56TLuZk1IQviEXA { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw { display:block; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container { width:47.75rem;position:relative;display:block; }#thAkE4cfHS6Vo74JxdmTqrKLfcw2BQLt { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#zn2E0i04mUO5uNBGcTtarkBhuXpcP2CM { display:block; }
#vTkiAhZl6HUeflOCLOkPkWcCHuN51yer { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#OAJ4tMLHX2CklAzLbo4Wun9QQ0UqtTDf { display:block; }
#yTnmlXavvRDz6aMTGhxKTzaCSsrPLXSx { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#Z1u4DSKUsTvgS7BmnMyQ2tevQ1EI2tOp { display:block; }
#KP97FvI4ELSMacxeUOwHHRxRKg6ntKuI { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#l7NDBOTnnLILRn8hMG04cRStxesyvfO1 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#rnTHOqL3Hp7VOPqaa61Xct0AiSTTvo5n { display:block; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#SQ2PByP9tENbnUbhAnr5QZNlJUymTlEh { width:9.8125rem;height:8.9375rem;display:none; }
#iepIt17dACk1fyMP9wuqgC9yItbsiwof { width:47.75rem;height:17.1875rem;display:none; }
#aSWiHuCTcmVc2GRJsFo83qqZr5X8ZFHz { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#smhgzvcFJaJ7lmmVRz3fn3Dfc99x57Eg { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#Syho7WrNOsre2E0MfWHm3hkkHZmw2VMb { display:block; }
#PgiDOUm2umiKubDdc7gTL2hQ7SJs5Oit { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#oPGyIkp9JFXavkoGvnD0m82WcltCrpTT { display:block; }
#eVPlbFSBSKF0Pw3sQ8yDT9NS6x4pZktz { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#qQg6VnAsgMyvTE10Kqgs7xiF9eaPkI1p { display:block; }
#J9lxwWNsfS2IJP8b5ULHmtlorsWfIc9l { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#T1XTIhxMBzTcqfoM4qbucFJMAyMewt0b { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#DE4o3ociyqhCGRSlVd7tHkTcKcmWtwtn { display:none; }
#Co2XzimOmzabyo5Es2Hhu12Ct5kpIyTe { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#L2cc4sDxSPtW9nVgl4qWb6OTzR3BNZZD { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#NkAG7D2WUHaoSGO4W6ZgMT4Ae6hgTKOC { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#DKpCeeRTp3trtmRduJ8DwcCeDgWKkTMZ { display:none; }
#kpzNMeWoQepAnT0HdJF6EHov5MdA6UMW { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#C1I7GJTOwQVHX0rfsNSmDUZAKI3pDvFt { display:none; }
#aTltUxgcD24aSJTTKnlWMqCahvAT8CRF { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#IPK309ibQT8VTceiWNvA5yiEpVDI9hhg { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN { display:block; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container { width:47.75rem;position:relative;display:block; }#ZAT1IJaVEMUmH6GUit866hiSyEVKu9eX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#aLRF5qUkqHAIEpQxP2ClTZuxw4uoy5AU { display:block; }
#worGwZT7ICl7Meu5xS9vO16h6MDV4W0A { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T2zlD1rSAZizLTbCI1WGAc9kSv8SV4BV { display:block; }
#TvqhvF7oTKpoTpsfLqKgSgXuJRtZ2WkT { width:31.5625rem;height:15.5625rem;display:none; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm { display:none; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm > img { max-width: 100%;max-height:100%; width:; height:; }#lS9bnLTSrNZzZ2fs8DomNTwGL3sBScxo { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#oOGJTMtLTzQJniHfGzoh8Gy0EANNUcTX { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#dNiJr0Fw0ioetJdyoothEbeGG650S9nu { display:block; }
#gU5wurtkVxg93IqynTGOsoBudT2EeG2R { display:block; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container { width:47.75rem;position:relative;display:block; }#kRkpNKa0QzpWP6qyyoX8bdB7c4aB9PXe { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#ArhcG8ICB2miD0Rtrsxt0FiGf7W9cfxS { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#kEozarNXAv9e1GpQWlkispWDGMp4WmP6 { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#gfhrJlJURZAB5lTOUbZm3HQhWuKPtki3 { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Iw86Ox72KPNulF7K0tmyob0P9RBFihmm { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Iz2dLghdoesVwHATrFd123IdyTGU7RHN { display:block; }
#v0WMeepDmiMchxucucc9Iy6V9R5qIPRT { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#FTEXuehyZQsyOExozJEMDGs5cW2qbEKk { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#nDFucecapbbrr3gkQbJATQ5fOe6VbXIn { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#fbGSkriETFUsa0WkUTuGpu4lWD1R5gWE { display:block; }
#wADy4uOxw68bn6tkaE090DC5sMLVTqAu { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#XTEaPxg3uAM4POI5SiAecRZCwFuODy08 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#nNDORrs4X8zqyRXq8InXGhmt7GZGv2cX { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#on90XGSwg13dMpNbTcfvgP2sNAEOEnOA { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#h4Togyw9ZNAVqX5m913yE119JZewQF65 { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#y9NSfTadqeHxmLOX3Au1L4d77T9sXGQT { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#xqaOecmVPwUvtWxmwvZP7KwKPmNR8FZz { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#n3k9W9ZmpQ6nPrvOEmS5x6pgrkuetee6 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#Kdo8ly8u5RUN2fzUBzRepXJIxtXDnTHf { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#yoH6RHJLQ9iwnSXS4lkL9e57RdySEJT9 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#b2eBDS1Ktq77BllQhfnoX56KZm8uMTxD { display:block; }
#dlNS3inMzx04aK7bPVAQ8qugLPQkaA22 { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qT5Ek4wCDtvdMzCz6bbdwxpIRg2aCvOq { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#XFGSM4AoWFt3UEKbpOJVbKGtUUf10Rcn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#FmtZ7nSSbppeCT8mRcvIJ7Hy9uBIyZwu { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e { display:block; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container { width:47.75rem;position:relative;display:block; }#QrbQRnnHa4rmGDibDRThA44eVy91OizS { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ZStI3kQoqd9WnaPIQMt5RTThWW0iPJSQ { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#lTq6B9LF2Uoe5Z8GLVtSC042uRIFdhXP { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#U24wN7Mpx5qNgOcc3fW0cBUB0GUaqwMm { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#sXkbL9ZT6wIKIgqlC4f2gR8POX4sJlL1 { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#OdeKi9i9Qbps2KzkAmVJ9Tviv21BoB4R { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#GmriE6u3o90kJFRRCgpsbg5GBTT4QivB { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#oKp0J8rVMi4grs0zzH82eibZN6kFWBMB { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#izbiuIHbuqMWaPziNWowqJNlzziQpkvA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#LcRT2wvTxko5a7ZVT9Spnz0XicPvudWP { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#MNZJEqbGOJgeBLMvTO2MqzB2qs5C4ftd { top:31.4375rem;left:12.8740234375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#zAbFxPACfam7pEqOeyqPVOavKqWrF39x { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#rGJMhkdzhJt90gL2pl0v16V4rP2QXLRc { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#CXCbhVMwcOkGvmBz26sZ73GEZi4nb40J { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#TSc55ZIcqUeWw2P1KiHZ6HJASz6O7XRB { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#XpylhNtWdenpPyANRB9IuPUJuxwATEtc { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#IgIlPN5GmdW3Ns0oWH3ValNIfEO25xmZ { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#fxBOy7P0fxdvDsx9yfzSq2UoIs5cLtJF { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#ltbZ2RewIEzT8cJxGn4P09IXN6dkp66N { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#JvhvJRlyo1FmbmddczX6O8U1PhVG2PNT { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#uDiIv3ehDx4JAxHPVKLkyWKUNX1eXtRF { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#FqcFVe1G1zuuzucoJv7ldT6Gmi3A2wuV { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#v7rH7FF5Hn7UKVJH7hkeID22kVHvsVCs { display:block; }
#q9v7kki3VbHIRpMV0anQZRDCNS7sIDdh { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#fBdTNWtZybXmDoXv5T5eoDBnFXlv2Z7A { top:12.4375rem;left:12.8740234375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#wU7mXTvKp42VcImC0TkLNoHstw3UBXob { width:6.6875rem;height:1.0625rem;top:14.0625rem;left:12.91796875rem;font-size:0.625rem;display:block; }
#c77RlFTQ1IbOmW74kmFKZNFH8vtk3EGJ { width:6.6875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#sJzIWd5HTTLqCXR9T0qdKd4ra007Lr3V { width:6.6875rem;height:1.0625rem;top:23.625rem;left:12.5615234375rem;font-size:0.625rem;display:block; }
#HlDy4xVNL5IMDDiV9oUGK2dh7lx5iocT { width:6.6875rem;height:1.0625rem;top:23.625rem;left:0.046875rem;font-size:0.625rem;display:block; }
#TQcPT5TcPRaBDVxNZsXEvIZDonJm1RWl { width:6.6875rem;height:1.0625rem;top:33.1875rem;left:12.91796875rem;font-size:0.625rem;display:block; }
body { position:relative;background-color:#f7e3c4;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); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN { 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; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container { background-color: transparent; background-image: none; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container > .video-iframe-container { display: none; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row > .video-iframe-container { display: none; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .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); }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container { border-width: 0; border-radius: 0; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t0K1uOx2oTDHIGqwLFS2qgXCUF6HthUN > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#kkTvQZQfm9Iw6Ixzx0QT6yJT0d9DXHmi { 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; }
#qyvxqU4ODTXzML3C6UJaVikZoKk7iKuf { display:block; }
#nTMmpE6oP4Td85vRlszDeEebXl0MVZmS { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#gVPnemcZKRVnTnaGITIGAlLZNpfGvuo7 { 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; }
#wJS6DdQqSBvUQpU1GrtEuyCBg63xCiWX { display:block; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#z4M5vfHGDSSXeSXDK3FHgPZUCBalZCyx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#PesR4JulzcOFpXT75oXMULMzWgGeA3TB { 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; }
#ReLHqTvOtph7lSm5DC1XTU5UfoLpaiAT { display:block; }
#eqrJOBDzov3XBFmUXkoeF2x11Mpvwu1g { 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; }
#JT7mKoz1xI2qf7vEdqRqVJRChamAHub6 { 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; }
#hTMxEr070swnpGPvBHJcO58wI7DXE9sC { width:6.6235625rem;height:1.13671875rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#SnQf6HH4Mw0KtE47S3wm3sXt31FZ9ehG { width:3.75rem;height:0.8920875rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#bITWgyTnvpuMTkygi3FEeCGwuZ22WRrW { width:5.1237rem;height:0.8920875rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#EuWR2HCM9SmQrszahkGc2FqSGxy1S1xz { width:2.7487rem;height:0.8920875rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#KXmfTkzzQiJ0Hlr8XwTOANMwf7Eqenfx { width:7.125rem;height:0.8920875rem;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; }
#xWIhwgGG4AaD8636gfrvqTXNIJZN3HQk { 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; }
#EqyqAIZdDDk4A8aGrpFFqgKaWdmIHl54 { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/34d97cce-10c6-40a0-8b2d-88632f51467d/74d970214fa4c5ddf3729bd5ce1713ff.crop_736x468_0,230.jpg");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; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi.adaptive-delivery-prevent-bg, #yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi.lazyload, #yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi.lazyloading { background-image: none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container { background-color: transparent; background-image: none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container > .video-iframe-container { display: none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row > .video-iframe-container { display: none; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .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); }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container { border-width: 0; border-radius: 0; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yCVlNLoBWTF3p4fpn77CMZUf3AMXQEhi > .row .container { width:20rem;height:14.25rem;position:relative;display:block; }#tEtug37AH3WLTKSLHkHumeotBuefwO4o { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#xEo1h3KAHyzTbXRfIFZTWz1Th8odtMhc { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ { 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:block; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row .container { background-color: transparent; background-image: none; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row .container > .video-iframe-container { display: none; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row > .video-iframe-container { display: none; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .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); }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row .container { border-width: 0; border-radius: 0; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BkaXyX6p4M960ZRoLmcczN0cxHE0DWGJ > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; }#rc7Sq1Joml3NeGM1gmVESim53pFvO0Zd { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:1.7252625rem;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; }
#rl6E4JAaUol5pH2BHhQA5HhTRCfOtpqM { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:3.125975rem;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; }
#M2asT3qZ0KZdalus4vBVgtIUwh8Qhp4H { 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; }
#IVK4oiz1liClooo10xlWVr1JFm4mVl3I { 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; }
#WKlwrJxAdWSuJ4bHMKFkIWVFWWwFl7Pm { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { display:block; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { background-color: transparent; background-image: none; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container > .video-iframe-container { display: none; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row > .video-iframe-container { display: none; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .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); }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn { border-width: 0; border-radius: 0; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .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; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container { width:20rem;height:8.0625rem;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; }#wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container.adaptive-delivery-prevent-bg, #wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container.lazyload, #wrg9mvWas5z7foKmlQDNtuguOK26Xegn > .row .container.lazyloading { background-image: none; }#L1MJH0FRaU5vMazlWoDPu8gTDyyECruC { top:1.1197910308838rem;left:4.3120663762093rem;width:11.3748125rem;height:1.1002625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:1rem;line-height:1.1;display:block; }
#MyA6TAzAI2soSWXqb3gT9LfMRLeKlllL { top:5.125rem;left:12.811415970326rem;width:5.875rem;height:2.3125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TUGflNbX2ZIJu39BxqsgxSwMATToIeTg { top:2.7165794372559rem;left:7.374348938465rem;width:6.8120625rem;height:2.37413125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OwRMZyTTtHPvhU6quR3UAizawqvwlMQE { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { display:block; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { background-color: transparent; background-image: none; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container > .video-iframe-container { display: none; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row > .video-iframe-container { display: none; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .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); }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA { border-width: 0; border-radius: 0; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .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; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .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; }#LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container.adaptive-delivery-prevent-bg, #LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container.lazyload, #LifZ5Ws5AelhyVTTzgGMzc95IoU7S9kA > .row .container.lazyloading { background-image: none; }#D992PuHZ5bqqdpyViAwsNTD2mp7iMzo9 { 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; }
#imeMxMiCu9hTHztMTFG7O14CBCVEN5J8 { 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; }
#ppp0PuemWdbahxceUPWyufNmBr8IQxHf { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;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; }
#bMEBZv82qv9bNkpmWOOlt8o6fnJVsahE { 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; }
#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G { 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; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G.adaptive-delivery-prevent-bg, #GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G.lazyload, #GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G.lazyloading { background-image: none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container { background-color: transparent; background-image: none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container > .video-iframe-container { display: none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row > .video-iframe-container { display: none; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .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); }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container { border-width: 0; border-radius: 0; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GUP8ebd9UGLdW5S2IH5MdIgZdcXRDK1G > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#NiQrTlIo4oDFmiP8TWKTMS5DJfcF9PyC { width:13.125rem;height:1.62305rem;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; }
#lJWEtpIegcE5QOFUntckeO83QdtWggFL { 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; }
#iBwSERNcuVUfcEZMDg5kTxOBZcto4va9 { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#lktwyoV6EcrlhsteUpEvPhSS7fWFZGak { 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; }
#PTkPDMggs7mrpSKcuxRnLlpSCqKWUim9 { 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; }
#SyTqWBcXDDyJeSnnzhUi93ZFfu6X1Mcr { display:block; }
#ChToPdprFgy5w83JiPXV7X5ElXeAUAxC { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#LPTycuxMOq3mcHmHWdoz7AGRkiL9o0sx { 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; }
#F36iJPBZMxyyGQKCkostVUuzMlD5BoPt { display:block; }
#R3gocsJa9vcqTML7cEa96XmTnTPn0MIx { 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; }
#ZJ9Za1a4y90BFtNs9PmaC7e6t7Bs01Cm { 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; }
#PqiLH9RbgzqAaGD4sKlnC7iNrEI5yeMx { 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; }
#PDyULQUnZEIIDDTPViqvrRGd0wxp2koE { 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; }
#aGMTe2G3tHPGkNOo4nekgO22nCFL1k8U { 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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-regular-label { width:14.25rem;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); }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;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; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#365638;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-0),1); }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container:first-of-type{padding-top:0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-container:last-of-type{padding-bottom:0;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8  { width:14.25rem;height:auto;top:20.369140625rem;left:1.625rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 {display:block;}#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 { width:14.25rem;height:auto;top:20.369140625rem;left:1.625rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WX5XGGuJOEUp3oxHgGCDZSpBJfCFhu5U {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HGKw1x556pfKdUPNAtm8cemlZH7L2gh8 { display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #u5E4BkvgMShxDk3CUrpfGvxTCSMTFAWZ {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #HaF5s7oErGCOfTTtkJOlMFNJXsAaXT4o {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #CWiTDEI7XvDiJ93EwpDva038QvWKuEc5 { display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #gqMLe7SheW7aLO4hOTpleTVSGd4UR8oT {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBXCxhXaU7weIaW7Pl5tPI8JetF4xlGa {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #DkgyQ19xSlGWIC2ivIgcQZ2Ip684LVPZ { display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #N95LSOiVMgVaKIQqsk4K15nIuBH40ydu {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #g5VnEKSnwnT4fzZGHx8mfinB5WAcN3qA {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #FnNR7ZTNT3zR8JcbpW7uTS2rIlihxlMi {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #lsLBUdfuz8dQ5xG8C7HGmxgWPQbtzquK { display:none; }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #rx3ZsD4ey8fhs3dHQh5zRerS4awOwpPs {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #dOQBiW4PrVxFyrW5IsUXiI9ehlww5LQZ {  }
#IkKiglhR1uaT7z5FUPilrn2TM6li3FD8 #WBlfhTpvGhM8IF9JyRsCIAp9sXvMr8VB {  }
#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { display:block; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { background-color: transparent; background-image: none; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row .container > .video-iframe-container { display: none; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row > .video-iframe-container { display: none; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .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); }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f { border-width: 0; border-radius: 0; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .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; }#CrpLaOTNkwlg2ugvRa71FTvQc8T97f7f > .row .container { width:20rem;height:39rem;background-color:#dac8b3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#WwX8AlL8CVtDM7Q2lrRczqhlVqDCBWMs { top:5.86376953125rem;left:0rem;width:20rem;height:24.5rem;z-index:15000;display:block; }
#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N { display:block; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N { background-color: transparent; background-image: none; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container > .video-iframe-container { display: none; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row > .video-iframe-container { display: none; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .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); }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N { border-width: 0; border-radius: 0; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .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; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .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; }#ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container.adaptive-delivery-prevent-bg, #ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container.lazyload, #ZVBKWuqeLXC2rRRwCfyEaJ00l3LIkI3N > .row .container.lazyloading { background-image: none; }#KuVmxbWwE4F6m4xhtD7x26g0GFKRei0t { 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; }
#q7ADTR32SGnIu1cNetGmuP6zDZLp6yRq { display:block; }
#mG0HtJWfBfJTpNF9Xi3f3QndUEs3nOsF { 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; }
#pMxMTT9SGWkJyONsBQNFfGuEoovHGPPR { 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; }
#Saiv7MuH3eHTzIa3Te7UhABrVL72fpBH { 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; }
#F4aUnQCDlkmiHh8wpC0Q19Q2igJUInVt { width:20rem;height:2.3994125rem;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; }
#OGcZCT5HLxQSkpf3Gnns71xCGGty4ONQ { width:19.1875rem;height:1.5rem;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; }
#tETx0r256pzSOmT0xq0682vmyL2HM1qB { 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; }
#qkHta1T6dcL7lxDGDwPJMyUnvIp0TPL8 { display:block; }
#JDLEqPxAM7CvT5Uecds468o8Focv8HFO { 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; }
#z0oSePgZ0tP9z1t2da4ke9aHeqKiQwag { display:block; }
#pXrNRyylME3SSelVRE0frsbFgDhbp8GB { 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; }
#CZ82G5i9mADQ0ywi6e6GSCBKWbMlF229 { display:block; }
#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W { background-color:#ede2c6;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { background-color: transparent; background-image: none; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container > .video-iframe-container { display: none; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row > .video-iframe-container { display: none; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .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); }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { border-width: 0; border-radius: 0; }#bQJLPAvuTVFvRzIuzOWTrLh6MRR7dq5W > .row .container { width:20rem;height:76.3125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#kJhtTtqhepnHgWNFZ203rEffe1ZduHmh { 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; }
#n1aF46sL370IoMOOF8Xt0o52bZO4S5iN { width:20rem;height:2.99706875rem;top:6.0102005004883rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);font-family:var(--headlines-font-family);display:block; }
#MIXDyJT0O5nzyIPKSsJDvsVVslJCxzVG { width:20rem;height:1.94824375rem;top:2.9361991882324rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-primary-4),1);display:block; }
#LuNxV7DUBtmrGtFNby5TXDZ5DiNH08sU { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(var(--color-secondary-0),1);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; }
#gTeZ7wCg7t7Q2CCK72LVKNpzXwwsM2HN { 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; }
#NSJk12exSP0vN1ycc3pehgXc8ETnTpWx { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bRwmt1XUAGIE9m36waGlOTSeS64TBltA { 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; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { background-color: transparent; background-image: none; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container > .video-iframe-container { display: none; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row > .video-iframe-container { display: none; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .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); }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { border-width: 0; border-radius: 0; }#bRwmt1XUAGIE9m36waGlOTSeS64TBltA > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#ruTG5hpnIAdKC7SQixikn0O8iTHyTkdr { 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; }
#AiJW2AI78D0t0ITRrvxuCeRzhnuxXNJL { 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; }
#siEKTtVheiJCHGZLS56TLuZk1IQviEXA { 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; }
#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw { display:none; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw { border-width: 0; border-radius: 0; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .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; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container { width:20rem;height:69.4375rem;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; }#SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.adaptive-delivery-prevent-bg, #SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.lazyload, #SlJfhdTnURfRZpPRTvTDKu9iv5TgZLWw > .row .container.lazyloading { background-image: none; }#thAkE4cfHS6Vo74JxdmTqrKLfcw2BQLt { 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; }
#zn2E0i04mUO5uNBGcTtarkBhuXpcP2CM { display:block; }
#vTkiAhZl6HUeflOCLOkPkWcCHuN51yer { 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; }
#OAJ4tMLHX2CklAzLbo4Wun9QQ0UqtTDf { display:block; }
#yTnmlXavvRDz6aMTGhxKTzaCSsrPLXSx { 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; }
#Z1u4DSKUsTvgS7BmnMyQ2tevQ1EI2tOp { display:block; }
#KP97FvI4ELSMacxeUOwHHRxRKg6ntKuI { 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; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#dUK6TITghKVDSVGHUfLq2eTvcPtt4fpD > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#uVlHOanduDtXmBRghU74gXVqyDt8zDc8 > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#l7NDBOTnnLILRn8hMG04cRStxesyvfO1 { 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; }
#rnTHOqL3Hp7VOPqaa61Xct0AiSTTvo5n { display:block; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#TZeZvOhUNpQnynxHTtW9mMb19GTPWlxr > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#SQ2PByP9tENbnUbhAnr5QZNlJUymTlEh { 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; }
#iepIt17dACk1fyMP9wuqgC9yItbsiwof { 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; }
#aSWiHuCTcmVc2GRJsFo83qqZr5X8ZFHz { 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; }
#smhgzvcFJaJ7lmmVRz3fn3Dfc99x57Eg { 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; }
#Syho7WrNOsre2E0MfWHm3hkkHZmw2VMb { display:block; }
#PgiDOUm2umiKubDdc7gTL2hQ7SJs5Oit { 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; }
#oPGyIkp9JFXavkoGvnD0m82WcltCrpTT { display:block; }
#eVPlbFSBSKF0Pw3sQ8yDT9NS6x4pZktz { 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; }
#qQg6VnAsgMyvTE10Kqgs7xiF9eaPkI1p { display:block; }
#J9lxwWNsfS2IJP8b5ULHmtlorsWfIc9l { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#T1XTIhxMBzTcqfoM4qbucFJMAyMewt0b { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#DE4o3ociyqhCGRSlVd7tHkTcKcmWtwtn { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#Co2XzimOmzabyo5Es2Hhu12Ct5kpIyTe { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#L2cc4sDxSPtW9nVgl4qWb6OTzR3BNZZD { 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; }
#NkAG7D2WUHaoSGO4W6ZgMT4Ae6hgTKOC { 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; }
#DKpCeeRTp3trtmRduJ8DwcCeDgWKkTMZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#kpzNMeWoQepAnT0HdJF6EHov5MdA6UMW { 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; }
#C1I7GJTOwQVHX0rfsNSmDUZAKI3pDvFt { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#aTltUxgcD24aSJTTKnlWMqCahvAT8CRF { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#IPK309ibQT8VTceiWNvA5yiEpVDI9hhg { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN { display:none; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN { border-width: 0; border-radius: 0; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .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; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container { width:20rem;height:67.875rem;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; }#zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.adaptive-delivery-prevent-bg, #zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.lazyload, #zXHnlVZCgfW7NN0F2GyKI2RsNUMDTnmN > .row .container.lazyloading { background-image: none; }#ZAT1IJaVEMUmH6GUit866hiSyEVKu9eX { 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; }
#aLRF5qUkqHAIEpQxP2ClTZuxw4uoy5AU { display:block; }
#worGwZT7ICl7Meu5xS9vO16h6MDV4W0A { 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; }
#T2zlD1rSAZizLTbCI1WGAc9kSv8SV4BV { display:block; }
#TvqhvF7oTKpoTpsfLqKgSgXuJRtZ2WkT { 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; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#I5oyDd5WNUqRQt0ByL2NQckwm6MD8Hwm > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#lS9bnLTSrNZzZ2fs8DomNTwGL3sBScxo { 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; }
#oOGJTMtLTzQJniHfGzoh8Gy0EANNUcTX { 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; }
#dNiJr0Fw0ioetJdyoothEbeGG650S9nu { display:block; }
#gU5wurtkVxg93IqynTGOsoBudT2EeG2R { display:none; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R { border-width: 0; border-radius: 0; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .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; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.adaptive-delivery-prevent-bg, #gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.lazyload, #gU5wurtkVxg93IqynTGOsoBudT2EeG2R > .row .container.lazyloading { background-image: none; }#kRkpNKa0QzpWP6qyyoX8bdB7c4aB9PXe { 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; }
#ArhcG8ICB2miD0Rtrsxt0FiGf7W9cfxS { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:6.25rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#kEozarNXAv9e1GpQWlkispWDGMp4WmP6 { 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; }
#gfhrJlJURZAB5lTOUbZm3HQhWuKPtki3 { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.419677734375rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Iw86Ox72KPNulF7K0tmyob0P9RBFihmm { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);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; }
#Iz2dLghdoesVwHATrFd123IdyTGU7RHN { display:block; }
#v0WMeepDmiMchxucucc9Iy6V9R5qIPRT { 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-secondary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-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; }
#FTEXuehyZQsyOExozJEMDGs5cW2qbEKk { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-4),1), #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-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; }
#nDFucecapbbrr3gkQbJATQ5fOe6VbXIn { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);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; }
#fbGSkriETFUsa0WkUTuGpu4lWD1R5gWE { display:block; }
#wADy4uOxw68bn6tkaE090DC5sMLVTqAu { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#XTEaPxg3uAM4POI5SiAecRZCwFuODy08 { 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-secondary-4),1));background-image: -moz-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(55deg, #a1f2f3, rgba(var(--color-secondary-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; }
#nNDORrs4X8zqyRXq8InXGhmt7GZGv2cX { 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-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#on90XGSwg13dMpNbTcfvgP2sNAEOEnOA { 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-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-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; }
#h4Togyw9ZNAVqX5m913yE119JZewQF65 { width:12.3730625rem;height:1.9995125rem;top:0.625rem;left:3.812255859375rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#y9NSfTadqeHxmLOX3Au1L4d77T9sXGQT { 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; }
#xqaOecmVPwUvtWxmwvZP7KwKPmNR8FZz { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(302deg, #a1f2f3, rgba(var(--color-secondary-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; }
#n3k9W9ZmpQ6nPrvOEmS5x6pgrkuetee6 { 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; }
#Kdo8ly8u5RUN2fzUBzRepXJIxtXDnTHf { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yoH6RHJLQ9iwnSXS4lkL9e57RdySEJT9 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-secondary-1),1);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; }
#b2eBDS1Ktq77BllQhfnoX56KZm8uMTxD { display:block; }
#dlNS3inMzx04aK7bPVAQ8qugLPQkaA22 { 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; }
#qT5Ek4wCDtvdMzCz6bbdwxpIRg2aCvOq { width:5.06225625rem;height:1.6870125rem;top:49.847412109375rem;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);font-family:var(--paragraphs-font-family);display:block; }
#XFGSM4AoWFt3UEKbpOJVbKGtUUf10Rcn { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15204;font-family:var(--paragraphs-font-family);display:block; }
#FmtZ7nSSbppeCT8mRcvIJ7Hy9uBIyZwu { width:5.06225625rem;height:1.6870125rem;top:32.6708984375rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15205;font-family:var(--paragraphs-font-family);display:block; }
#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e { display:none; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e { border-width: 0; border-radius: 0; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container { width:20rem;height:58.125rem;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; }#EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.adaptive-delivery-prevent-bg, #EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.lazyload, #EhG6Q9CoAQe8GeCSZpUiLqNP36Lylh0e > .row .container.lazyloading { background-image: none; }#QrbQRnnHa4rmGDibDRThA44eVy91OizS { 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; }
#ZStI3kQoqd9WnaPIQMt5RTThWW0iPJSQ { 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; }
#lTq6B9LF2Uoe5Z8GLVtSC042uRIFdhXP { width:8.2483125rem;height:0.9747875rem;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; }
#U24wN7Mpx5qNgOcc3fW0cBUB0GUaqwMm { 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; }
#sXkbL9ZT6wIKIgqlC4f2gR8POX4sJlL1 { 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; }
#OdeKi9i9Qbps2KzkAmVJ9Tviv21BoB4R { 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; }
#GmriE6u3o90kJFRRCgpsbg5GBTT4QivB { 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; }
#oKp0J8rVMi4grs0zzH82eibZN6kFWBMB { 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; }
#izbiuIHbuqMWaPziNWowqJNlzziQpkvA { 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; }
#LcRT2wvTxko5a7ZVT9Spnz0XicPvudWP { 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; }
#MNZJEqbGOJgeBLMvTO2MqzB2qs5C4ftd { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zAbFxPACfam7pEqOeyqPVOavKqWrF39x { 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; }
#rGJMhkdzhJt90gL2pl0v16V4rP2QXLRc { width:5.81176875rem;height:0.97411875rem;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; }
#CXCbhVMwcOkGvmBz26sZ73GEZi4nb40J { 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; }
#TSc55ZIcqUeWw2P1KiHZ6HJASz6O7XRB { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#XpylhNtWdenpPyANRB9IuPUJuxwATEtc { 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; }
#IgIlPN5GmdW3Ns0oWH3ValNIfEO25xmZ { 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; }
#fxBOy7P0fxdvDsx9yfzSq2UoIs5cLtJF { 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; }
#ltbZ2RewIEzT8cJxGn4P09IXN6dkp66N { width:3.2495125rem;height:0.9747875rem;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; }
#JvhvJRlyo1FmbmddczX6O8U1PhVG2PNT { 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; }
#uDiIv3ehDx4JAxHPVKLkyWKUNX1eXtRF { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#FqcFVe1G1zuuzucoJv7ldT6Gmi3A2wuV { width:12.749rem;height:2.68676875rem;top:52.498779296875rem;left:3.62548828125rem;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; }
#v7rH7FF5Hn7UKVJH7hkeID22kVHvsVCs { display:block; }
#q9v7kki3VbHIRpMV0anQZRDCNS7sIDdh { 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; }
#fBdTNWtZybXmDoXv5T5eoDBnFXlv2Z7A { width:3.875rem;height:0.9746125rem;top:27.8125rem;left:13.3125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#wU7mXTvKp42VcImC0TkLNoHstw3UBXob { width:6.687rem;height:1rem;top:40.137451171875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#c77RlFTQ1IbOmW74kmFKZNFH8vtk3EGJ { width:6.687rem;height:1rem;top:50.911865234375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#sJzIWd5HTTLqCXR9T0qdKd4ra007Lr3V { width:6.687rem;height:1rem;top:40.262451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#HlDy4xVNL5IMDDiV9oUGK2dh7lx5iocT { width:6.687rem;height:1rem;top:29.140625rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#TQcPT5TcPRaBDVxNZsXEvIZDonJm1RWl { width:6.687rem;height:1rem;top:28.93701171875rem;left:11.009033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
