.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:198,153,110;--color-primary-1:178,140,114;--color-primary-2:187,141,101;--color-primary-3:148,109,83;--color-primary-4:149,115,83;--color-secondary-0:226,236,219;--color-secondary-1:158,193,135;--color-secondary-2:60,131,14;--color-secondary-3:30,66,7;--color-secondary-4:9,20,2;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD { position:relative;z-index:auto;display:none; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD { border-width: 0; border-radius: 0; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .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; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .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; }#yVLMeJcw2o2C9gUqFsAq8zR6SsKpmF3f { 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; }
#fMakqdKiXbQkR2QovnaE9mrelBqeobTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SeLu724T9lDH3cQ4dcNb9yCIOKG8hRZx { 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; }
#rOUZawbtTGgI2ZpwDnIS9KflQ4mwLZgm { 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; }
#cyyt2vxlBrRH4bKMleEo9sLOZoBfc4pJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN { 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; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#A8HbwlBDBAs0WXH4tdXm5iXLCudafwxe { 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; }
#CJxCkxLqTtTtyUI2ALm0TQoE3J0SEI1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEQFVNcABlSeqWkPasQF5g6pha7PI2Lz { 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; }
#TECet2MsEPnr1uueC0xskLBdocQRRC1v { 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; }
#L4OTTEIQKC7bRPrTTzzdHhTqhhugbIyP { 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; }
#pwHFTEDbbxR8ZiIaS4OReGR3fEghyrd0 { 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; }
#Q552Tuzz3SpPvODGxT5hCWnD4dyy1ckf { 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; }
#LFL7AMPfDMUG2OQfdZt2CoK82iMdrZlZ { 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; }
#dJBndZm6L7FDHLzBgake36d9ev9nKuru { 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; }
#VywOKTslQy5qktH6OMhgvyfOdq8N9fQm { 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; }
#W8qNOhkiAXBNJzHyIz40I3lsHKeIebEK { 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; }
#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P { position:relative;z-index:auto;display:none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P { border-width: 0; border-radius: 0; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .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; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .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; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container.adaptive-delivery-prevent-bg, #Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container.lazyload, #Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container.lazyloading { background-image: none; }#WTMlTr8Kwce7xxpnIwZ36zVDHxCGpZCb { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#spbwvum4E8Pex8Md4mTT5bTaw6sH7LTV { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { position:relative;display:none; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { border-width: 0; border-radius: 0; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .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; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .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; }#S8X5TKoi1M4DcTUTRqQv2Xvfs24nJaxl { 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; }
#sLuU8uOovnHSBKfVLvM2JWNXzWtkid0b { 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; }
#yb8tpJnLso48hXo0izgh5s3G4xt2NuRs { 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; }
#TbsUsh256SZQl4yT7TFzpIOIqFqC8Eu3 { 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; }
#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { position:relative;display:none; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { border-width: 0; border-radius: 0; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .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; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .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; }#JtGM9NbpmTgM1otnHDAcV37OTHJ1hDVh { 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; }
#X5pAPgTJctG0EsTHlyLNkRicsyedNRGk { 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; }
#GtDaGn4XovcUQdFdquvaPtAUqGEnG5WP { 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; }
#ULJHRTQnEsq47gkTtLaFSkZ0b7VyCDvU { 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; }
#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k { position:relative;display:none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k { border-width: 0; border-radius: 0; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .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; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .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; }#uio6q36UXfDdygliRhdSO5bPwxSeTvZZ { 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; }
#xCFcTGeNgs5cfGFWMpkRTDGPnT3qnkVz { 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; }
#vMXJeNyrWcoklHGqmoFootftTsADuccy { 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; }
#K5y4lUofmqWN6vuTP7fUI3FKemmJO7si { 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; }
#BmsegqiiKZL78cddLldJuVNFQdl0mNra { 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; }
#dD4Z4CNikIbTr0THnDyP4qTFf6lCaDPE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S3ozepkkPTbHrKsrmRNoMAcHfatmPNmU { 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; }
#T887RT7FrJt9ztAx6AP1vDwKcEnXeugT { 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; }
#NVtf8MJouRdoQNqRv9NtTV42TqTdXhhG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WVJv6xDVb02cANd85yGXM35MlzoD9Bs0 { 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; }
#ipr4Q2ADiWdv99nue21GR3LiWmvo7rwK { 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; }
#X1PVVDBmTV6O1Zl9G3cJo3ZcX2h7Q5vS { 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; }
#Uilz2S421Z2MXm5G3KK5rAiWGQhJ51ho { 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; }
#aHt1mrUg10N3QKqpKfFaydEGIckNMJvv { 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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-form-header {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:first-of-type{padding-top:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:last-of-type{padding-bottom:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE { position:relative; }
#dPiUye1muoboUpGidltUh6xIQhsFnvNw { position:relative;display:none; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw { border-width: 0; border-radius: 0; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .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; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .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; }#UKUxTv1ltVR9TgvGTJGTGvVe43WFg3Lk { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 { 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; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container { border-width: 0; border-radius: 0; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#GwPoJKwlp83P7q4S08k5S86uIcXFuGW9 { 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; }
#A2ruQzfpikOuaTwN1WohWN0yrygqqu4K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AC8AsnHSN458TEa6b0rHZHHM4Fka6aJr { 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; }
#UrQl9VufMy1RNJ94xiISKMKlZP0KXMUr { 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; }
#NnDBfmFv65iuNLODM0qG8B2gaPg2zuWb { 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; }
#h64TzG7aGm86AmZvycmFq3BQdJ2EntDD { 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; }
#QD1lxDGSVuwM4M7q9sUFU3iQH3fZoclw { 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; }
#wJpKVweIyTFKW28gyQeg0FChK7qoFpqK { 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; }
#m7bnVn54l46RfiZysAuFcufTRKirINvS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lBB0642XNXl3RTEcEDdwlF7KzK8fdvpS { 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; }
#bPvGQsd6RRPTTfnrSFwIgRV6Q0TOWNyb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vDAlTAzpbdAWaT5TTFHlVCRgZQbivn61 { 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; }
#XXPPh0eS544VXZMk2VwDqMzwTnmwa8c4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container { border-width: 0; border-radius: 0; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;text-align:right;text-align-last:right;font-family:cairo; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;text-align:right;text-align-last:right;font-family:amiri;font-weight:700;font-style:normal; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.adaptive-delivery-prevent-bg, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.lazyload, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.lazyloading { background-image: none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv { box-sizing:content-box;height:auto;width:49.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15000;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:3.4541015625rem;left:7.77685546875rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #k5MF33KlFC0iQTqPrP6RlxRN5KACo05H { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p933FCFpbKiZtrnohoCORZ8iVySU8xcQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #T0cozAHfaIqItsL3D72iMw4PzJaTXsZk { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #G3ygOe2l4tJ36FvyvoHpDn81ScPdqTTR {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aCJ7EWnhM562FWzZLXiiy6uocf5tPJAt {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #TG4tLTiateoEtUR3OAyyJsCXIIdXqnoN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #lhzswG7R7mMlPTGfzCVQBQKJhLfre1lB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Rpp3Xm5cavLPvXPl4NGRF5JGrzzhwQ6Z { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Nk4olp31LSdwIUJ9nBpLNHqAHMa3NKXf {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zbB1nuqp9r7inDZBwngFzzEWVvgWlMPW { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #wIwApGABtQUnbD3i6Ua6K4dUpwOQMMbB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VcwVoKz9RTGsTK0wfSnfcdBcVt1RkHPm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aRO0Quz9xA4fW7AdWoGgM9M2ZUw1k1NU { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #IFiuREW9obwygLOyGtTJPEMUo199bHF9 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zWWE52ZUwWE0eNb9udcM1wGxmPhIUWZ2 { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #HRinPK7HfBINPyvGyUFLJ1TlDBJQZVeM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #swyKigiCgxCtCPrr1yWmeKMtO4DkEsKI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tyXDbQ6tNmpDEQzkKv3q2SL3wRnGIqRX { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #BrXKo8TbVqHMou2PglQ1zv1enBS1mGya {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #QZT39K2vDBOWNE3W8Ofp0BmuWHTWbQ28 { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Jb9TymkzsxkfIwEJUWrVMafP1A8te4hJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VoN1Z69TIWdbXKH4np9UfKOu62hha00x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XnRdB5fu7IF4uxmBLZLmo9QLaVW4yssd { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vFmaSDlZ8l4UBUnBSmoPxwRVepfQryDP {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tpeGdDDhD7bM9pEM5nbN13J7wFDdB0ts { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XNn7gpyE6eycQxUPbfT5Kc7miK4fMBP3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Zk8c0sy3slXdpIQpwCDmmOpbBvEaWiau { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #xrvB8SwiUsa8Fs2gAhGfgRsMAkvJppR7 { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RCzO1Lu6yeRMWiwKwXAWTNCDkZPm28b1 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #qi9q7Qq4ntmUQ8G0pPWkhmTQ6QDOLZWW { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GLOFxNsQbdCZpQXhogwRD4TduU5soTEH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RGR38DL21T6WEne9Uq78vy1TgmrSaWen { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTtcRaOX7ouyVVEHuVy8DqNffyM6qkUT { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tnIhTHX6TTLU6qi4JaDQuHRHRVSzHAFl {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GePbTTbDEClCJDA80rvRqui9XkSI52I8 { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTfmLDJEaQTXUSNlHnhM5Xxx4bPnCPxq { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #ugKz4MLAmWT7pAm8sggXVCmQhqOTxkcH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #W2wFEoSTSp51vnwycT6aX3iqAeW1ynDg { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #dJQqPIbK4nyBfelPyXBFeyINTqgsMoua {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vSaiHeG1Op8Rb105fCmaIpP4uIW7Iv77 { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #EWvGhfFqTN5XWgDKWfGbniXbZ8P33Zu4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #fv1Zssiy5uQwHbAJ5ZG8NBB8dgxNnStf { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #DI5rUT8ufkOyIwhEtlfFs3hpfgCT4IAq { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Pd26ffRJOQCoEaTPdDa2oiysb63Dut64 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #LdV4EJTTWPzkgPrR5sKMquMgDOi5K3hE { display:none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #kfT8fmnmxMcemGg4ozCGX4ctzVrObck5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #MrVExb1iA706bJHry1F1HRB56WilO7SO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #bKiL7OZn2XS2Nx89EEtzJdx7dCKzA7Fx { display:block;position:relative; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p194WEIpFTgJb4KfCkV3TuLpDa4oN4Ol {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zVMQEF8z5T6p5rh3vWGUKG9lMFDafMqQ { display:none; }
#BCzt85swF0UN0LZBWbpH7ahVUbQqLgET { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8740234375rem;height:2.0317375rem;font-style:normal;display:none; }
#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/j6BxoPXu/zirconia_crown_mdental.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.adaptive-delivery-prevent-bg, #ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.lazyload, #ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.lazyloading { background-image: none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container { border-width: 0; border-radius: 0; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#dogQUqSs8s2fTkNORC1E37MMRkzfyHdL { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:17.3125rem;left:25.25rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QP8zt4zQdiRf4PJMOhI7TWtNtG9xxzTa { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:16.8125rem;left:4.125rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#rb8Fbcbi7aHP8uEerQnMxVH1SBm0X6k0 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:31.1875rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#kxzveEm9fmFKIwG9su13C4Q87W8bW6M8 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:30.6875rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#JBtWQSARnv4zyFGTDQsaOWPSwnLVxGgS { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:45.4375rem;left:25.0625rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#NZLVfneSekD30xa33HMTX6SfhBxzPXTM { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:45.25rem;left:3.9375rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L3FnzmoO91DzRl1zLUOKJi9L9Pk06yfh { color:rgba(var(--color-tertiary-0),1);display:block;width:11.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:60.625rem;left:14.5rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#snqKV6TCwygydbrpyzZa5kGoEtci8Kc5 { color:#f3432a;display:block;width:17.5596875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:21.125rem;height:3.98144375rem;text-align:center;text-align-last:center;display:block; }
#CpN3sU24JFzSXB419BNWtLTnSbvxHQH1 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15069;top:18.4375rem;left:22.75rem;display:block; }
#Fqlpp5Q5UXC4gokXZwTenfOz4vGlgwEB { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:18.5rem;left:10.0625rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WHFc2tHJi3P7MrSOnpQlV8P4QXahe7By { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:20.875rem;left:22.8125rem;display:block; }
#dbD2mNHPA6rOUQlnkFU0QCGKQEW4DVrG { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:20.985242843628rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#snuAORrUSRyKMU28smrNo9ITerRzpLO1 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:block; }
#Pwv2LFPxzWe0Vmstk0gmOSJTTOqpU65c { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qbIUG5PBhqmxx552R8hiaLEBkU8TlGS3 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:15.5rem;left:47.75rem;display:block; }
#ABLz0ahf8WWGT2Okw2dE4xGMAINkNvL1 { color:rgba(var(--color-primary-4),1);display:block;width:30.7498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:15.5625rem;left:16.3125rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T9Mvh7GTTSpQpNh7GVQDT8DyMlM0rTn4 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:18.125rem;left:47.75rem;display:block; }
#CJ4TFUGDx1Ucqe8NbT3XetmNsfaoqZi3 { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:18.1875rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QWNsOpFvwpWttZ2QbuK3IsgCwuo1dwE2 { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.74805rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15071;top:20.75rem;left:47.75rem;display:block; }
#huPVLEvTK3RdFhgahmRi6v1q4xO08s1C { color:rgba(var(--color-primary-4),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:20.9375rem;left:25.75rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ByH7UpW1GP11TaPJWsNC0esUobH3yJqi { color:rgba(var(--color-primary-4),1);display:block;width:12.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:23.297527313233rem;left:9.7545566558837rem;height:1.54394375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OWLuAwTlQPsZwOtQPzg1UT9fROuETsFv { box-sizing:content-box;color:#f3432a;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.74913125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15070;top:23.1875rem;left:22.875rem;display:none; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FTFmlKUeRk4vKaWkppEnWXETSGI21QHp { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #012f94, #003bc8);background-image: -moz-linear-gradient(181deg, #012f94, #003bc8);background-image: -ms-linear-gradient(181deg, #012f94, #003bc8);background-image: -o-linear-gradient(181deg, #012f94, #003bc8);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#012f94', endColorstr='#003bc8' );";background-image: linear-gradient(181deg, #012f94, #003bc8);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#r3zqrOt4I0T0T4kZWelGs11TG3vVvAQ4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#RTZT7bR37AO7JZQiPU2cqRiSH12MDXT6 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-3),1);background-image:none;top:7.625rem;left:46.5625rem;display:none; }
#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq { background-color:#fafafa;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container { border-width: 0; border-radius: 0; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#Zi4IcGhv7862RhEuqkARNg0FBQDmVUI5 { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:5.5414500236511rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#ZJdODdNLxqSc5cRUbA1XKcmqCXUV5qli { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:11.25rem;left:-20.0625rem;height:16.50715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#wV8k3GUrlO3G1li9ZJBTs5Ule6TW4hPG { background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#fafafa;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.4375rem;left:0rem;display:block; }
#nDTiy3Zql4tlI3Kp6OdfaTEH9vEJrPDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JWFaV5LLKyTZJIN1t6JgTwUF5GuEUrfy { color:#000000;display:block;width:53.1875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:43.125rem;left:6.8125rem;height:4.50195rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GnmxPNAoPfoyHnKe6tsZJQMnWucbV8Ef { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.8125rem;left:2.3125rem; }
#WM5rTgowJ4cCZ1B0cUo2PoFTABo34PGP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:38.25rem;top:15.286458730698rem;left:21.75rem;overflow:hidden;display:block; }
#KL2vI83BZfdyUcCTkvDU7f187GsdGh6V { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #d4b392, #fafafa);background-image: -moz-linear-gradient(180deg, #d4b392, #fafafa);background-image: -ms-linear-gradient(180deg, #d4b392, #fafafa);background-image: -o-linear-gradient(180deg, #d4b392, #fafafa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4b392', endColorstr='#fafafa' );";background-image: linear-gradient(180deg, #d4b392, #fafafa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:39.375rem;width:22.625rem;top:3.59375rem;left:0rem;display:none; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { 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; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { border-width: 0; border-radius: 0; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { 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; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { 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; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { 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; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-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; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { 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; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { 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; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { 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; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { border-width: 0; border-radius: 0; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { 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; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { 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; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { 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; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { background-color: transparent; background-image: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container > .video-iframe-container { display: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container { display: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .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); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { border-width: 0; border-radius: 0; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .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; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { 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; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { 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; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { 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; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { 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; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { 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; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { 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; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { 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; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { 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; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { 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; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { position:relative;z-index:auto;display:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { background-color: transparent; background-image: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container > .video-iframe-container { display: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container { display: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .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); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { border-width: 0; border-radius: 0; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .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; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.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:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.adaptive-delivery-prevent-bg, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.lazyload, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.lazyloading { background-image: none; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { position:absolute;display:block;z-index:15042;height:10.3735625rem;width:18.5608125rem;top:5.3271484375rem;left:2.640380859375rem;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { position:absolute;display:block;z-index:15043;height:10.5603125rem;width:18.8733125rem;top:19.185791015625rem;left:3.677978515625rem;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { position:relative;display:block; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { background-color: transparent; background-image: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container > .video-iframe-container { display: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row > .video-iframe-container { display: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .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); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { border-width: 0; border-radius: 0; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .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; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { 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; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { 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; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-form-header {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:first-of-type{padding-top:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:last-of-type{padding-bottom:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.1796875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.1796875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt { position:relative; }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { position:relative;display:block; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { background-color: transparent; background-image: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container > .video-iframe-container { display: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row > .video-iframe-container { display: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .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); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { border-width: 0; border-radius: 0; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .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; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { position:relative;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { border-width: 0; border-radius: 0; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .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; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.adaptive-delivery-prevent-bg, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.lazyload, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.lazyloading { background-image: none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.5869140625rem;left:44.1572265625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.384117126465rem;left:23.812501907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { color:#ffffff;display:block;width:8.309875rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:34.322916030884rem;left:25.845052719116rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15105;line-height:1.5;letter-spacing:0;top:37.8125rem;left:24.938802719116rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { color:#ffffff;display:block;width:8.309875rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:20.591144561767rem;left:4.95703125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:23.735675811767rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:37.8125rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { position:relative;display:none; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { border-width: 0; border-radius: 0; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .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; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .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; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.adaptive-delivery-prevent-bg, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyload, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyloading { background-image: none; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { 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.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { 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:block; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { 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.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { 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; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { 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.624755859375rem;left:16.7490234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { 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; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { 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:18rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { 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; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { 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.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { 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; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { 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; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { 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; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { 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; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { 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.0996125rem;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; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { 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.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { 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; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { 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.560546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { 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; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { 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; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { 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; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { 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; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { 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.6201171875rem;left:18.9990234375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { color:#ffffff;display:block;width:6.6855625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:21.01171875rem;left:15.060546875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { color:#ffffff;display:block;width:6.6855625rem;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.474609375rem;left:15.060546875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { color:#ffffff;display:block;width:6.6858125rem;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.9375rem;left:17.28125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { color:#ffffff;display:block;width:6.6858125rem;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.9375rem;left:17.28125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.575439453125rem;height:1.0996125rem;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; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:5.38818359375rem;height:1.0996125rem;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; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.749267578125rem;height:1.0996125rem;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; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:17.81005859375rem;height:1.0996125rem;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; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:32.982177734375rem;left:17.513427734375rem;height:1.0996125rem;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; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { position:relative;display:none; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { border-width: 0; border-radius: 0; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .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; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .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; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.adaptive-delivery-prevent-bg, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyload, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyloading { background-image: none; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { 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; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { 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; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { 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; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { 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; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { 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; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { 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; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { position:relative;display:none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { border-width: 0; border-radius: 0; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .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; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.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; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.adaptive-delivery-prevent-bg, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.lazyload, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.lazyloading { background-image: none; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { color:#b20129;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.8;letter-spacing:0;top:1.0625rem;left:9.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { background-color:rgba(var(--color-primary-2),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: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:2.375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:20.1875rem;height:5.375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:5.96875rem;left:8.6875rem;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:7.25rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:4.375rem;left:32.1875rem;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:2.0625rem;left:30.6875rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD { display:none; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container { width:47.75rem;position:relative;display:none; }#yVLMeJcw2o2C9gUqFsAq8zR6SsKpmF3f { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#fMakqdKiXbQkR2QovnaE9mrelBqeobTr { display:block; }
#SeLu724T9lDH3cQ4dcNb9yCIOKG8hRZx { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#rOUZawbtTGgI2ZpwDnIS9KflQ4mwLZgm { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#cyyt2vxlBrRH4bKMleEo9sLOZoBfc4pJ { display:block; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#A8HbwlBDBAs0WXH4tdXm5iXLCudafwxe { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#CJxCkxLqTtTtyUI2ALm0TQoE3J0SEI1V { display:block; }
#gEQFVNcABlSeqWkPasQF5g6pha7PI2Lz { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#TECet2MsEPnr1uueC0xskLBdocQRRC1v { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#L4OTTEIQKC7bRPrTTzzdHhTqhhugbIyP { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#pwHFTEDbbxR8ZiIaS4OReGR3fEghyrd0 { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#Q552Tuzz3SpPvODGxT5hCWnD4dyy1ckf { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#LFL7AMPfDMUG2OQfdZt2CoK82iMdrZlZ { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#dJBndZm6L7FDHLzBgake36d9ev9nKuru { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#VywOKTslQy5qktH6OMhgvyfOdq8N9fQm { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#W8qNOhkiAXBNJzHyIz40I3lsHKeIebEK { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P { display:none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container { width:47.75rem;position:relative;display:none; }#WTMlTr8Kwce7xxpnIwZ36zVDHxCGpZCb { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#spbwvum4E8Pex8Md4mTT5bTaw6sH7LTV { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { display:none; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container { width:47.75rem;position:relative;display:none; }#S8X5TKoi1M4DcTUTRqQv2Xvfs24nJaxl { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#sLuU8uOovnHSBKfVLvM2JWNXzWtkid0b { width:47.75rem;height:19rem;display:none; }
#yb8tpJnLso48hXo0izgh5s3G4xt2NuRs { width:14.0625rem;height:5.125rem;display:none; }
#TbsUsh256SZQl4yT7TFzpIOIqFqC8Eu3 { width:15.9375rem;height:5.25rem;display:none; }
#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { display:none; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container { width:47.75rem;position:relative;display:none; }#JtGM9NbpmTgM1otnHDAcV37OTHJ1hDVh { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#X5pAPgTJctG0EsTHlyLNkRicsyedNRGk { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#GtDaGn4XovcUQdFdquvaPtAUqGEnG5WP { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#ULJHRTQnEsq47gkTtLaFSkZ0b7VyCDvU { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k { display:none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container { width:47.75rem;position:relative;display:none; }#uio6q36UXfDdygliRhdSO5bPwxSeTvZZ { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#xCFcTGeNgs5cfGFWMpkRTDGPnT3qnkVz { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#vMXJeNyrWcoklHGqmoFootftTsADuccy { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#K5y4lUofmqWN6vuTP7fUI3FKemmJO7si { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#BmsegqiiKZL78cddLldJuVNFQdl0mNra { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#dD4Z4CNikIbTr0THnDyP4qTFf6lCaDPE { display:block; }
#S3ozepkkPTbHrKsrmRNoMAcHfatmPNmU { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#T887RT7FrJt9ztAx6AP1vDwKcEnXeugT { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#NVtf8MJouRdoQNqRv9NtTV42TqTdXhhG { display:block; }
#WVJv6xDVb02cANd85yGXM35MlzoD9Bs0 { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#ipr4Q2ADiWdv99nue21GR3LiWmvo7rwK { width:23.5rem;height:27.75rem;display:none; }
#X1PVVDBmTV6O1Zl9G3cJo3ZcX2h7Q5vS { display:none; }
#Uilz2S421Z2MXm5G3KK5rAiWGQhJ51ho { display:none; }
#aHt1mrUg10N3QKqpKfFaydEGIckNMJvv { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE {  }
#dPiUye1muoboUpGidltUh6xIQhsFnvNw { display:none; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .row .container { width:47.75rem;position:relative;display:none; }#UKUxTv1ltVR9TgvGTJGTGvVe43WFg3Lk { display:none; }
#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 { display:none; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container { width:47.5rem;position:relative;display:none; }#GwPoJKwlp83P7q4S08k5S86uIcXFuGW9 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#A2ruQzfpikOuaTwN1WohWN0yrygqqu4K { display:block; }
#AC8AsnHSN458TEa6b0rHZHHM4Fka6aJr { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#UrQl9VufMy1RNJ94xiISKMKlZP0KXMUr { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#NnDBfmFv65iuNLODM0qG8B2gaPg2zuWb { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#h64TzG7aGm86AmZvycmFq3BQdJ2EntDD { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#QD1lxDGSVuwM4M7q9sUFU3iQH3fZoclw { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#wJpKVweIyTFKW28gyQeg0FChK7qoFpqK { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#m7bnVn54l46RfiZysAuFcufTRKirINvS { display:block; }
#lBB0642XNXl3RTEcEDdwlF7KzK8fdvpS { width:;height:;display:none; }
#bPvGQsd6RRPTTfnrSFwIgRV6Q0TOWNyb { display:block; }
#vDAlTAzpbdAWaT5TTFHlVCRgZQbivn61 { width:;height:;display:none; }
#XXPPh0eS544VXZMk2VwDqMzwTnmwa8c4 { display:block; }
#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB { display:none; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container { width:47.75rem;position:relative;display:none; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #k5MF33KlFC0iQTqPrP6RlxRN5KACo05H {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p933FCFpbKiZtrnohoCORZ8iVySU8xcQ {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #T0cozAHfaIqItsL3D72iMw4PzJaTXsZk {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #G3ygOe2l4tJ36FvyvoHpDn81ScPdqTTR {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aCJ7EWnhM562FWzZLXiiy6uocf5tPJAt {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #TG4tLTiateoEtUR3OAyyJsCXIIdXqnoN {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #lhzswG7R7mMlPTGfzCVQBQKJhLfre1lB {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Rpp3Xm5cavLPvXPl4NGRF5JGrzzhwQ6Z {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Nk4olp31LSdwIUJ9nBpLNHqAHMa3NKXf {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zbB1nuqp9r7inDZBwngFzzEWVvgWlMPW {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #wIwApGABtQUnbD3i6Ua6K4dUpwOQMMbB {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VcwVoKz9RTGsTK0wfSnfcdBcVt1RkHPm {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aRO0Quz9xA4fW7AdWoGgM9M2ZUw1k1NU {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #IFiuREW9obwygLOyGtTJPEMUo199bHF9 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zWWE52ZUwWE0eNb9udcM1wGxmPhIUWZ2 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #HRinPK7HfBINPyvGyUFLJ1TlDBJQZVeM {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #swyKigiCgxCtCPrr1yWmeKMtO4DkEsKI {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tyXDbQ6tNmpDEQzkKv3q2SL3wRnGIqRX {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #BrXKo8TbVqHMou2PglQ1zv1enBS1mGya {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #QZT39K2vDBOWNE3W8Ofp0BmuWHTWbQ28 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Jb9TymkzsxkfIwEJUWrVMafP1A8te4hJ {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VoN1Z69TIWdbXKH4np9UfKOu62hha00x {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XnRdB5fu7IF4uxmBLZLmo9QLaVW4yssd {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vFmaSDlZ8l4UBUnBSmoPxwRVepfQryDP {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tpeGdDDhD7bM9pEM5nbN13J7wFDdB0ts {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XNn7gpyE6eycQxUPbfT5Kc7miK4fMBP3 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Zk8c0sy3slXdpIQpwCDmmOpbBvEaWiau {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #xrvB8SwiUsa8Fs2gAhGfgRsMAkvJppR7 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RCzO1Lu6yeRMWiwKwXAWTNCDkZPm28b1 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #qi9q7Qq4ntmUQ8G0pPWkhmTQ6QDOLZWW {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GLOFxNsQbdCZpQXhogwRD4TduU5soTEH {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RGR38DL21T6WEne9Uq78vy1TgmrSaWen {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTtcRaOX7ouyVVEHuVy8DqNffyM6qkUT {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tnIhTHX6TTLU6qi4JaDQuHRHRVSzHAFl {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GePbTTbDEClCJDA80rvRqui9XkSI52I8 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTfmLDJEaQTXUSNlHnhM5Xxx4bPnCPxq {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #ugKz4MLAmWT7pAm8sggXVCmQhqOTxkcH {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #W2wFEoSTSp51vnwycT6aX3iqAeW1ynDg {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #dJQqPIbK4nyBfelPyXBFeyINTqgsMoua {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vSaiHeG1Op8Rb105fCmaIpP4uIW7Iv77 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #EWvGhfFqTN5XWgDKWfGbniXbZ8P33Zu4 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #fv1Zssiy5uQwHbAJ5ZG8NBB8dgxNnStf {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #DI5rUT8ufkOyIwhEtlfFs3hpfgCT4IAq {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Pd26ffRJOQCoEaTPdDa2oiysb63Dut64 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #LdV4EJTTWPzkgPrR5sKMquMgDOi5K3hE {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #kfT8fmnmxMcemGg4ozCGX4ctzVrObck5 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #MrVExb1iA706bJHry1F1HRB56WilO7SO {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #bKiL7OZn2XS2Nx89EEtzJdx7dCKzA7Fx {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p194WEIpFTgJb4KfCkV3TuLpDa4oN4Ol {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zVMQEF8z5T6p5rh3vWGUKG9lMFDafMqQ {  }
#BCzt85swF0UN0LZBWbpH7ahVUbQqLgET { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq { display:none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container { width:47.75rem;position:relative;display:none; }#dogQUqSs8s2fTkNORC1E37MMRkzfyHdL { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#QP8zt4zQdiRf4PJMOhI7TWtNtG9xxzTa { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#rb8Fbcbi7aHP8uEerQnMxVH1SBm0X6k0 { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#kxzveEm9fmFKIwG9su13C4Q87W8bW6M8 { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#JBtWQSARnv4zyFGTDQsaOWPSwnLVxGgS { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#NZLVfneSekD30xa33HMTX6SfhBxzPXTM { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#L3FnzmoO91DzRl1zLUOKJi9L9Pk06yfh { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#snqKV6TCwygydbrpyzZa5kGoEtci8Kc5 { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#CpN3sU24JFzSXB419BNWtLTnSbvxHQH1 { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#Fqlpp5Q5UXC4gokXZwTenfOz4vGlgwEB { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#WHFc2tHJi3P7MrSOnpQlV8P4QXahe7By { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#dbD2mNHPA6rOUQlnkFU0QCGKQEW4DVrG { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#snuAORrUSRyKMU28smrNo9ITerRzpLO1 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#Pwv2LFPxzWe0Vmstk0gmOSJTTOqpU65c { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#qbIUG5PBhqmxx552R8hiaLEBkU8TlGS3 { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ABLz0ahf8WWGT2Okw2dE4xGMAINkNvL1 { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#T9Mvh7GTTSpQpNh7GVQDT8DyMlM0rTn4 { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#CJ4TFUGDx1Ucqe8NbT3XetmNsfaoqZi3 { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#QWNsOpFvwpWttZ2QbuK3IsgCwuo1dwE2 { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#huPVLEvTK3RdFhgahmRi6v1q4xO08s1C { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#ByH7UpW1GP11TaPJWsNC0esUobH3yJqi { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#OWLuAwTlQPsZwOtQPzg1UT9fROuETsFv { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FTFmlKUeRk4vKaWkppEnWXETSGI21QHp { width:;height:;display:none; }
#r3zqrOt4I0T0T4kZWelGs11TG3vVvAQ4 { display:block; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#RTZT7bR37AO7JZQiPU2cqRiSH12MDXT6 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq { display:none; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container { width:47.5rem;position:relative;display:none; }#Zi4IcGhv7862RhEuqkARNg0FBQDmVUI5 { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ZJdODdNLxqSc5cRUbA1XKcmqCXUV5qli { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#wV8k3GUrlO3G1li9ZJBTs5Ule6TW4hPG { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#nDTiy3Zql4tlI3Kp6OdfaTEH9vEJrPDf { display:block; }
#JWFaV5LLKyTZJIN1t6JgTwUF5GuEUrfy { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#GnmxPNAoPfoyHnKe6tsZJQMnWucbV8Ef { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#WM5rTgowJ4cCZ1B0cUo2PoFTABo34PGP { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#KL2vI83BZfdyUcCTkvDU7f187GsdGh6V { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { display:none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:47.5rem;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { top:0rem;width:;height:;display:none; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:0rem;width:;height:;display:none; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { display:none; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { width:47.5rem;position:relative;display:none; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { display:block; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { width:47.75rem;position:relative;display:block; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { display:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { width:47.75rem;position:relative;display:block; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { top:5.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { top:19.125rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { display:block; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { width:47.75rem;position:relative;display:block; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { width:17.5rem;height:auto;top:2.6875rem;left:2.0546875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { width:17.5rem;height:auto;top:2.6875rem;left:2.0546875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt {  }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { display:block; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { width:47.75rem;position:relative;display:none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { width:9.8125rem;height:2.5625rem;top:24.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { top:20.6875rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { top:20.6875rem;left:19.4365234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { width:9.8125rem;height:3rem;top:24.375rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { top:34.3125rem;left:19.720052719116rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { width:9.8125rem;height:3rem;top:37.8125rem;left:18.813802719116rem;font-size:0.8125rem;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { top:20.5625rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { width:9.8125rem;height:3rem;top:23.6875rem;left:0rem;font-size:0.8125rem;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { width:9.8125rem;height:3rem;top:37.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { display:block; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container { width:47.75rem;position:relative;display:block; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { width:11.9375rem;height:;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { top:20.5625rem;left:10.6240234375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { top:22.375rem;left:11.875001907349rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { top:31.3125rem;left:12.8740234375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { top:20.625rem;left:1.4348964691162rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { top:12.5625rem;left:12.8740234375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { top:21rem;left:8.935546875rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { top:22.4375rem;left:8.935546875rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { top:23.5625rem;left:11.78125rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:none; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { top:23.5625rem;left:11.78125rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:none; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.450439453125rem;font-size:0.625rem;display:block; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { width:6.875rem;height:1.0625rem;top:23.625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { width:6.875rem;height:1.0625rem;top:23.625rem;left:11.68505859375rem;font-size:0.625rem;display:block; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { width:6.875rem;height:1.0625rem;top:32.9375rem;left:11.388427734375rem;font-size:0.625rem;display:block; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { display:block; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container { width:47.75rem;position:relative;display:block; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { width:31.5625rem;height:15.5625rem;display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:; height:; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { display:block; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { width:47.75rem;position:relative;display:block; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { top:1.0625rem;left:3.8125rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { width:20.1875rem;height:5.375rem;top:5.9375rem;left:2.5625rem;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { width:8.75rem;height:7.25rem;top:4.375rem;left:26.0625rem;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { top:2.0625rem;left:24.5625rem;width:11.8125rem;height:11.8125rem;display:block; }
body { position:relative;background-color:rgba(var(--color-tertiary-0),1);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); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD { 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; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container { background-color: transparent; background-image: none; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container > .video-iframe-container { display: none; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row > .video-iframe-container { display: none; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .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); }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container { border-width: 0; border-radius: 0; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zV4PpKXCDA3aiu4mngPSVaXKAHTW2haD > .row .container { width:20rem;height:5.8125rem;position:relative;display:block; }#yVLMeJcw2o2C9gUqFsAq8zR6SsKpmF3f { 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; }
#fMakqdKiXbQkR2QovnaE9mrelBqeobTr { display:block; }
#SeLu724T9lDH3cQ4dcNb9yCIOKG8hRZx { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#rOUZawbtTGgI2ZpwDnIS9KflQ4mwLZgm { 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; }
#cyyt2vxlBrRH4bKMleEo9sLOZoBfc4pJ { display:block; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eCRQfbmRwdreVePlFRmfo4zf2ZhfkKlN > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#A8HbwlBDBAs0WXH4tdXm5iXLCudafwxe { 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; }
#CJxCkxLqTtTtyUI2ALm0TQoE3J0SEI1V { display:block; }
#gEQFVNcABlSeqWkPasQF5g6pha7PI2Lz { 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; }
#TECet2MsEPnr1uueC0xskLBdocQRRC1v { 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; }
#L4OTTEIQKC7bRPrTTzzdHhTqhhugbIyP { width:6.6235625rem;height:1.1375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#pwHFTEDbbxR8ZiIaS4OReGR3fEghyrd0 { width:3.75rem;height:0.89375rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#Q552Tuzz3SpPvODGxT5hCWnD4dyy1ckf { width:5.1237rem;height:0.89375rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#LFL7AMPfDMUG2OQfdZt2CoK82iMdrZlZ { width:2.7487rem;height:0.89375rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#dJBndZm6L7FDHLzBgake36d9ev9nKuru { width:7.125rem;height:0.89375rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#VywOKTslQy5qktH6OMhgvyfOdq8N9fQm { 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; }
#W8qNOhkiAXBNJzHyIz40I3lsHKeIebEK { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/c8d890ab-e738-4e29-9ae5-2175fe66a8d4/WhatsAppImage20251221at120356.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P.adaptive-delivery-prevent-bg, #Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P.lazyload, #Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P.lazyloading { background-image: none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container { background-color: transparent; background-image: none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container > .video-iframe-container { display: none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row > .video-iframe-container { display: none; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .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); }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container { border-width: 0; border-radius: 0; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zvnd5zPCE4PVZ0kVWW6OD7bTCqG4re6P > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; }#WTMlTr8Kwce7xxpnIwZ36zVDHxCGpZCb { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#spbwvum4E8Pex8Md4mTT5bTaw6sH7LTV { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { display:block; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { background-color: transparent; background-image: none; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container > .video-iframe-container { display: none; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row > .video-iframe-container { display: none; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .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); }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h { border-width: 0; border-radius: 0; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .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; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container { width:20rem;height:7.5rem;background-color:rgba(242,244,236,0.12);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container.adaptive-delivery-prevent-bg, #g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container.lazyload, #g3Cic7Oyvbma2g4Ep2c0GIDgCbrlme7h > .row .container.lazyloading { background-image: none; }#S8X5TKoi1M4DcTUTRqQv2Xvfs24nJaxl { top:1.12109375rem;left:3.8740234375rem;width:11.3748125rem;height:1.1002625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:1rem;line-height:1.1;display:block; }
#sLuU8uOovnHSBKfVLvM2JWNXzWtkid0b { 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; }
#yb8tpJnLso48hXo0izgh5s3G4xt2NuRs { 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; }
#TbsUsh256SZQl4yT7TFzpIOIqFqC8Eu3 { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { display:block; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { background-color: transparent; background-image: none; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container > .video-iframe-container { display: none; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row > .video-iframe-container { display: none; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .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); }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf { border-width: 0; border-radius: 0; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .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; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container { width:20rem;height:10.125rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/e83ac110-45a3-4028-9f54-c4977b561c68/facebookcopy12.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container.adaptive-delivery-prevent-bg, #RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container.lazyload, #RMcbpGs6An8CMgZV9gBFKeadtzN5MWMf > .row .container.lazyloading { background-image: none; }#JtGM9NbpmTgM1otnHDAcV37OTHJ1hDVh { 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; }
#X5pAPgTJctG0EsTHlyLNkRicsyedNRGk { 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; }
#GtDaGn4XovcUQdFdquvaPtAUqGEnG5WP { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.1375rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#174773;display:block; }
#ULJHRTQnEsq47gkTtLaFSkZ0b7VyCDvU { 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; }
#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k { 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; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k.adaptive-delivery-prevent-bg, #RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k.lazyload, #RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k.lazyloading { background-image: none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container { background-color: transparent; background-image: none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container > .video-iframe-container { display: none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row > .video-iframe-container { display: none; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .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); }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container { border-width: 0; border-radius: 0; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RnlNTuMTDwwI0sLMEv1S2BTmrEQm1W4k > .row .container { width:20rem;height:45.1875rem;position:relative;display:block; }#uio6q36UXfDdygliRhdSO5bPwxSeTvZZ { width:13.125rem;height:1.625rem;top:0.9375rem;left:3.4375002980233rem;font-size:1.25rem;font-family:amiri;color:rgba(var(--color-tertiary-4),1);line-height:1.3;display:block; }
#xCFcTGeNgs5cfGFWMpkRTDGPnT3qnkVz { 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; }
#vMXJeNyrWcoklHGqmoFootftTsADuccy { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#K5y4lUofmqWN6vuTP7fUI3FKemmJO7si { 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; }
#BmsegqiiKZL78cddLldJuVNFQdl0mNra { 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; }
#dD4Z4CNikIbTr0THnDyP4qTFf6lCaDPE { display:block; }
#S3ozepkkPTbHrKsrmRNoMAcHfatmPNmU { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#T887RT7FrJt9ztAx6AP1vDwKcEnXeugT { 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; }
#NVtf8MJouRdoQNqRv9NtTV42TqTdXhhG { display:block; }
#WVJv6xDVb02cANd85yGXM35MlzoD9Bs0 { 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; }
#ipr4Q2ADiWdv99nue21GR3LiWmvo7rwK { 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; }
#X1PVVDBmTV6O1Zl9G3cJo3ZcX2h7Q5vS { 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; }
#Uilz2S421Z2MXm5G3KK5rAiWGQhJ51ho { 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; }
#aHt1mrUg10N3QKqpKfFaydEGIckNMJvv { 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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-regular-label { width:17.5rem;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); }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text { width:17.5rem;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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-textarea { width:17.5rem;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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select { width:17.5rem;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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#365638;background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:first-of-type{padding-top:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:last-of-type{padding-bottom:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { width:17.5rem;height:auto;top:20.496875762939rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { width:17.5rem;height:auto;top:20.496875762939rem;left:0rem;z-index:15020;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE {  }
#dPiUye1muoboUpGidltUh6xIQhsFnvNw { display:block; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw { background-color: transparent; background-image: none; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .row .container > .video-iframe-container { display: none; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .row > .video-iframe-container { display: none; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .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); }#dPiUye1muoboUpGidltUh6xIQhsFnvNw { border-width: 0; border-radius: 0; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .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; }#dPiUye1muoboUpGidltUh6xIQhsFnvNw > .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; }#UKUxTv1ltVR9TgvGTJGTGvVe43WFg3Lk { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 { display:block; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 { background-color: transparent; background-image: none; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container > .video-iframe-container { display: none; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row > .video-iframe-container { display: none; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .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); }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 { border-width: 0; border-radius: 0; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .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; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .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; }#VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container.adaptive-delivery-prevent-bg, #VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container.lazyload, #VToqGwobFlftmq6R6bvBUvonhZqhIAT5 > .row .container.lazyloading { background-image: none; }#GwPoJKwlp83P7q4S08k5S86uIcXFuGW9 { 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; }
#A2ruQzfpikOuaTwN1WohWN0yrygqqu4K { display:block; }
#AC8AsnHSN458TEa6b0rHZHHM4Fka6aJr { 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; }
#UrQl9VufMy1RNJ94xiISKMKlZP0KXMUr { 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; }
#NnDBfmFv65iuNLODM0qG8B2gaPg2zuWb { 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; }
#h64TzG7aGm86AmZvycmFq3BQdJ2EntDD { width:20rem;height:2.4rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#QD1lxDGSVuwM4M7q9sUFU3iQH3fZoclw { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#3c4626;font-family:var(--paragraphs-font-family);display:block; }
#wJpKVweIyTFKW28gyQeg0FChK7qoFpqK { 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; }
#m7bnVn54l46RfiZysAuFcufTRKirINvS { display:block; }
#lBB0642XNXl3RTEcEDdwlF7KzK8fdvpS { 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; }
#bPvGQsd6RRPTTfnrSFwIgRV6Q0TOWNyb { display:block; }
#vDAlTAzpbdAWaT5TTFHlVCRgZQbivn61 { 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; }
#XXPPh0eS544VXZMk2VwDqMzwTnmwa8c4 { display:block; }
#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB { position:relative;z-index:auto;display:block; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB { background-color: transparent; background-image: none; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container > .video-iframe-container { display: none; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row > .video-iframe-container { display: none; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .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); }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB { border-width: 0; border-radius: 0; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .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; }#S1c7OssLcNIOf5A6lqEQThanvFmzTVhB > .row .container { width:20rem;height:56.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-element-container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:#3c4626;font-family:var(--paragraphs-font-family); }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:#3c4626;line-height:1.6;overflow:hidden; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger { height:1.375rem;width:1.375rem;min-width:1.375rem;background-image:url("https://icons.assets-landingi.com/icon_e38ff10e0dae4801a2700830f978383e36ededb3.svg");background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.adaptive-delivery-prevent-bg, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.lazyload, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv .accordion-trigger.lazyloading { background-image: none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv { display:flex;height:auto;width:18.2454375rem;top:4.1859130859375rem;left:0.12734371423721rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;gap:0.75rem;padding-top:0.8125rem;padding-right:0.8125rem;padding-bottom:0.8125rem;padding-left:0.8125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv.adaptive-delivery-prevent-bg, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv.lazyload, #LkHrDwOhU2C6J4UJRrTES02orbTzTSFv.lazyloading { background-image: none; }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #k5MF33KlFC0iQTqPrP6RlxRN5KACo05H {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p933FCFpbKiZtrnohoCORZ8iVySU8xcQ {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #T0cozAHfaIqItsL3D72iMw4PzJaTXsZk {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #G3ygOe2l4tJ36FvyvoHpDn81ScPdqTTR {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aCJ7EWnhM562FWzZLXiiy6uocf5tPJAt {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #TG4tLTiateoEtUR3OAyyJsCXIIdXqnoN {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #lhzswG7R7mMlPTGfzCVQBQKJhLfre1lB {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Rpp3Xm5cavLPvXPl4NGRF5JGrzzhwQ6Z {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Nk4olp31LSdwIUJ9nBpLNHqAHMa3NKXf {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zbB1nuqp9r7inDZBwngFzzEWVvgWlMPW {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #wIwApGABtQUnbD3i6Ua6K4dUpwOQMMbB {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VcwVoKz9RTGsTK0wfSnfcdBcVt1RkHPm {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #aRO0Quz9xA4fW7AdWoGgM9M2ZUw1k1NU {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #IFiuREW9obwygLOyGtTJPEMUo199bHF9 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zWWE52ZUwWE0eNb9udcM1wGxmPhIUWZ2 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #HRinPK7HfBINPyvGyUFLJ1TlDBJQZVeM {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #swyKigiCgxCtCPrr1yWmeKMtO4DkEsKI {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tyXDbQ6tNmpDEQzkKv3q2SL3wRnGIqRX {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #BrXKo8TbVqHMou2PglQ1zv1enBS1mGya {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #QZT39K2vDBOWNE3W8Ofp0BmuWHTWbQ28 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Jb9TymkzsxkfIwEJUWrVMafP1A8te4hJ {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #VoN1Z69TIWdbXKH4np9UfKOu62hha00x {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XnRdB5fu7IF4uxmBLZLmo9QLaVW4yssd {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vFmaSDlZ8l4UBUnBSmoPxwRVepfQryDP {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tpeGdDDhD7bM9pEM5nbN13J7wFDdB0ts {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #XNn7gpyE6eycQxUPbfT5Kc7miK4fMBP3 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Zk8c0sy3slXdpIQpwCDmmOpbBvEaWiau {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #xrvB8SwiUsa8Fs2gAhGfgRsMAkvJppR7 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RCzO1Lu6yeRMWiwKwXAWTNCDkZPm28b1 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #qi9q7Qq4ntmUQ8G0pPWkhmTQ6QDOLZWW {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GLOFxNsQbdCZpQXhogwRD4TduU5soTEH {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #RGR38DL21T6WEne9Uq78vy1TgmrSaWen {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTtcRaOX7ouyVVEHuVy8DqNffyM6qkUT {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #tnIhTHX6TTLU6qi4JaDQuHRHRVSzHAFl {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #GePbTTbDEClCJDA80rvRqui9XkSI52I8 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #cTfmLDJEaQTXUSNlHnhM5Xxx4bPnCPxq {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #ugKz4MLAmWT7pAm8sggXVCmQhqOTxkcH {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #W2wFEoSTSp51vnwycT6aX3iqAeW1ynDg {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #dJQqPIbK4nyBfelPyXBFeyINTqgsMoua {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #vSaiHeG1Op8Rb105fCmaIpP4uIW7Iv77 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #EWvGhfFqTN5XWgDKWfGbniXbZ8P33Zu4 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #fv1Zssiy5uQwHbAJ5ZG8NBB8dgxNnStf {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #DI5rUT8ufkOyIwhEtlfFs3hpfgCT4IAq {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #Pd26ffRJOQCoEaTPdDa2oiysb63Dut64 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #LdV4EJTTWPzkgPrR5sKMquMgDOi5K3hE {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #kfT8fmnmxMcemGg4ozCGX4ctzVrObck5 {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #MrVExb1iA706bJHry1F1HRB56WilO7SO {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #bKiL7OZn2XS2Nx89EEtzJdx7dCKzA7Fx {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #p194WEIpFTgJb4KfCkV3TuLpDa4oN4Ol {  }
#LkHrDwOhU2C6J4UJRrTES02orbTzTSFv #zVMQEF8z5T6p5rh3vWGUKG9lMFDafMqQ {  }
#BCzt85swF0UN0LZBWbpH7ahVUbQqLgET { width:15.4375rem;height:1.95rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:#3c4626;z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/12634b72-ddc4-4f6e-826c-34264a30fea6/94577260f0cd828ab36c3f5b3ef7e4a7.crop_520x750_109,0.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.adaptive-delivery-prevent-bg, #ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.lazyload, #ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq.lazyloading { background-image: none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container { background-color: transparent; background-image: none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container > .video-iframe-container { display: none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row > .video-iframe-container { display: none; }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .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); }#ZrM3Fae6yr3QCeAWTnwSv6wMnpllbAgq > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#dogQUqSs8s2fTkNORC1E37MMRkzfyHdL { width:11rem;height:0;top:28.475rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#QP8zt4zQdiRf4PJMOhI7TWtNtG9xxzTa { width:11rem;height:0;top:14.9125rem;left:4.4375rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#rb8Fbcbi7aHP8uEerQnMxVH1SBm0X6k0 { width:11rem;height:0;top:69.725002288819rem;left:2.0617188215256rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#kxzveEm9fmFKIwG9su13C4Q87W8bW6M8 { width:11rem;height:0;top:56.162501144223rem;left:2.8125001192093rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#JBtWQSARnv4zyFGTDQsaOWPSwnLVxGgS { width:11rem;height:0;top:109.35000324249rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#NZLVfneSekD30xa33HMTX6SfhBxzPXTM { width:11rem;height:0;top:96.537503123281rem;left:0rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#L3FnzmoO91DzRl1zLUOKJi9L9Pk06yfh { width:11rem;height:0;top:134.78750419617rem;left:4.4999998807907rem;text-align:center;text-align-last:center;line-height:2;font-size:1.25rem;z-index:15015;display:none; }
#snqKV6TCwygydbrpyzZa5kGoEtci8Kc5 { width:17.4989375rem;height:4.06875rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#CpN3sU24JFzSXB419BNWtLTnSbvxHQH1 { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#Fqlpp5Q5UXC4gokXZwTenfOz4vGlgwEB { width:12.561875rem;height:1.86875rem;top:17.061416625976rem;left:3.4993489384651rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#WHFc2tHJi3P7MrSOnpQlV8P4QXahe7By { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#dbD2mNHPA6rOUQlnkFU0QCGKQEW4DVrG { width:12.561875rem;height:1.7875rem;top:21.197045326233rem;left:3.7185333371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#snuAORrUSRyKMU28smrNo9ITerRzpLO1 { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#Pwv2LFPxzWe0Vmstk0gmOSJTTOqpU65c { width:12.561875rem;height:1.86875rem;top:25.123916625976rem;left:3.7495663762093rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#qbIUG5PBhqmxx552R8hiaLEBkU8TlGS3 { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#ABLz0ahf8WWGT2Okw2dE4xGMAINkNvL1 { width:15.9375rem;height:1.86875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:#3c4626;font-family:amiri;display:block; }
#T9Mvh7GTTSpQpNh7GVQDT8DyMlM0rTn4 { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#CJ4TFUGDx1Ucqe8NbT3XetmNsfaoqZi3 { width:16.436625rem;height:1.70625rem;top:9.404296875rem;left:0.69444447755812rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:#3c4626;font-family:amiri;display:block; }
#QWNsOpFvwpWttZ2QbuK3IsgCwuo1dwE2 { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#huPVLEvTK3RdFhgahmRi6v1q4xO08s1C { width:15.2495625rem;height:1.7875rem;top:13.435760498047rem;left:3.6875002980233rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:#3c4626;font-family:amiri;display:block; }
#ByH7UpW1GP11TaPJWsNC0esUobH3yJqi { width:12.561875rem;height:1.7875rem;top:28.562496185302rem;left:3.8747833371162rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:#3c4626;z-index:15051;font-family:amiri;display:block; }
#OWLuAwTlQPsZwOtQPzg1UT9fROuETsFv { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#tFOwtnSNuffbQny1OoOaFTrt0KyMHAuc > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#FTFmlKUeRk4vKaWkppEnWXETSGI21QHp { top:32.708333969116rem;left:2.1250002980233rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -moz-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -ms-linear-gradient(181deg, #2e6a3a, #c1bcaf);background-image: -o-linear-gradient(181deg, #2e6a3a, #c1bcaf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e6a3a', endColorstr='#c1bcaf' );";background-image: linear-gradient(181deg, #2e6a3a, #c1bcaf);background-size:auto !important;color:#00131d;display:block; }
#r3zqrOt4I0T0T4kZWelGs11TG3vVvAQ4 { display:block; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#Z5EEZlHnFc7bfPsnoUGfxaeDq2SXkfu8 > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#RTZT7bR37AO7JZQiPU2cqRiSH12MDXT6 { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq { display:block; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq { background-color: transparent; background-image: none; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container > .video-iframe-container { display: none; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row > .video-iframe-container { display: none; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .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); }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq { border-width: 0; border-radius: 0; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .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; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container { width:20rem;height:45rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/68d66d3d-5e33-459e-9be9-ce99827b5140/92406a5ff64b171a873ffc8187cba18b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container.adaptive-delivery-prevent-bg, #C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container.lazyload, #C0vwA5gmQzyB3ukDqmD4Kuyg3q3dHdMq > .row .container.lazyloading { background-image: none; }#Zi4IcGhv7862RhEuqkARNg0FBQDmVUI5 { width:20rem;height:2.4rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#ZJdODdNLxqSc5cRUbA1XKcmqCXUV5qli { width:20rem;height:15rem;top:3.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:#3c4626;display:block; }
#wV8k3GUrlO3G1li9ZJBTs5Ule6TW4hPG { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:#3c4626;background-image:none;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nDTiy3Zql4tlI3Kp6OdfaTEH9vEJrPDf { display:block; }
#JWFaV5LLKyTZJIN1t6JgTwUF5GuEUrfy { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:none; }
#GnmxPNAoPfoyHnKe6tsZJQMnWucbV8Ef { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#WM5rTgowJ4cCZ1B0cUo2PoFTABo34PGP { width:20rem;height:13.36425rem;top:20.201416015625rem;left:0rem;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
#KL2vI83BZfdyUcCTkvDU7f187GsdGh6V { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='rgba(var(--color-tertiary-1),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(var(--color-tertiary-1),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { background-color:#ffe5be;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { background-color: transparent; background-image: none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container > .video-iframe-container { display: none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row > .video-iframe-container { display: none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .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); }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { border-width: 0; border-radius: 0; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:20rem;height:76.3125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { 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; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { width:19.9995rem;height:3rem;top:7.1337890625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { width:19.9995rem;height:1.95rem;top:5.185546875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(var(--color-primary-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; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { 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; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:45.895833969116rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { 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; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { background-color: transparent; background-image: none; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container > .video-iframe-container { display: none; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row > .video-iframe-container { display: none; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .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); }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { border-width: 0; border-radius: 0; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { 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; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { 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; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { border-width: 0; border-radius: 0; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { width:20rem;height:5.7486982345581rem;position:relative;display:none; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { 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; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { 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; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position: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:none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.adaptive-delivery-prevent-bg, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.lazyload, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.lazyloading { background-image: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { border-width: 0; border-radius: 0; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { width:20rem;height:11.25rem;position:relative;display:none; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { width:8.124rem;height:4.5rem;top:2.5927734375rem;left:0.75rem;z-index:15044;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { width:7.812rem;height:4.3125rem;top:2.6865234375rem;left:10.39599609375rem;z-index:15043;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { display:none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { border-width: 0; border-radius: 0; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { width:20rem;height:29.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { width:18.4375rem;height:1.4622375rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:first-of-type{padding-top:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:last-of-type{padding-bottom:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { width:17.5rem;height:auto;top:11.546630859375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { width:17.5rem;height:auto;top:11.546630859375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt {  }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { display:none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { border-width: 0; border-radius: 0; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { width:20rem;height:23.625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.adaptive-delivery-prevent-bg, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.lazyload, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.lazyloading { background-image: none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { border-width: 0; border-radius: 0; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { width:20rem;height:77.8125rem;position:relative;display:none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { width:9.8125rem;height:1.21875rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { width:8.25rem;height:1.4622375rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { width:8.25rem;height:1.4622375rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { width:9.8125rem;height:1.21875rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { width:8.25rem;height:1.4622375rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { width:9.8125rem;height:2.4375rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { width:8.25rem;height:1.4622375rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { width:9.8125rem;height:1.21875rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { width:8.25rem;height:1.4622375rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -moz-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -ms-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);background-image: -o-linear-gradient(top, rgba(var(--color-primary-2),1), #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, rgba(var(--color-primary-2),1), #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { width:8.25rem;height:1.4622375rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { display:none; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { border-width: 0; border-radius: 0; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container { width:20rem;height:57.1875rem;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; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.adaptive-delivery-prevent-bg, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyload, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyloading { background-image: none; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { 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; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { 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; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { 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; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { width:6.1239375rem;height:1.125rem;top:37.547607421875rem;left:12.618408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { 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; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { 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; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { width:4.4992875rem;height:0.97411875rem;top:39.27587890625rem;left:11.385498046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { 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; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { 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; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { 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; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { width:5.81176875rem;height:0.97411875rem;top:37.701171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { 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; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { 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; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { 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; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { 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; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { 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; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { width:3.2495125rem;height:0.97411875rem;top:39.0615234375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { width:2.68676875rem;height:0.97411875rem;top:39.0615234375rem;left:1.99951171875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { width:6.1239375rem;height:0.84428125rem;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; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { 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; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { width:8.25rem;height:0.97395625rem;top:27.6875rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { width:6.625rem;height:0.9746125rem;top:37.810546875rem;left:8.623046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { width:6.625rem;height:0.9746125rem;top:39.3505859375rem;left:8.5703125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { width:5.749025rem;height:0.9746125rem;top:49.3115234375rem;left:0.6865234375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15099;color:rgba(var(--color-tertiary-0),1);display:block; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { width:5.749025rem;height:0.9746125rem;top:37.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15100;color:rgba(var(--color-tertiary-0),1);display:block; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { width:6.875rem;height:1rem;top:50.78564453125rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { width:6.875rem;height:1rem;top:29.328125rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.451416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { width:6.875rem;height:1rem;top:40.32470703125rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { width:6.875rem;height:1rem;top:29.203125rem;left:1.826416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { display:none; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { border-width: 0; border-radius: 0; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .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; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container { width:20rem;height:67.6875rem;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; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.adaptive-delivery-prevent-bg, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyload, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyloading { background-image: none; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { 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; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { 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; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { 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; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { 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; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { 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; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { background-color:rgba(var(--color-tertiary-0),0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo.adaptive-delivery-prevent-bg, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo.lazyload, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo.lazyloading { background-image: none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { border-width: 0; border-radius: 0; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { width:20rem;height:22.5rem;position:relative;display:none; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { width:20rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.25rem;color:#fef7da;font-family:var(--paragraphs-font-family);display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { width:19rem;height:5.375rem;top:16.625rem;left:0.5rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { width:8.75rem;height:7.25rem;top:8rem;left:5.625rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0.5);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { width:11.8125rem;height:11.8125rem;top:6.125rem;left:4.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
