.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:208,168,130;--color-primary-1:198,153,110;--color-primary-2:187,141,101;--color-primary-3:197,153,55;--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); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy { position:relative;z-index:auto;display:none; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy { border-width: 0; border-radius: 0; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .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; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .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; }#D3kalX09Oi0aZWHNa46SyGkOoUx2rNmt { 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; }
#Zppb4kXxEICWBRUzlQydkiGmDyUEGwEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEgAV4sL9LkmFTxNBiOKIMzPMDaFHwcG { 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; }
#To3aCglgScpqz9eL7gTI2mreIagHCESD { 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; }
#h9hNWo1ttSgiAiadDClaJn2yzTML0hdw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr { 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; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#wPZHbGuBPMlA20xXGB4QR44xCQ24WMId { 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; }
#raR4HP08ivBZcCP3DLpqDV9Ltbrr41fX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FaDmpUKooOmZLnldn2zEWTtGu4uqVFFd { 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; }
#BgUuR3pFAv1th202ihEGwb5oMTQmlvh1 { 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; }
#CZ9oRuglHd9akrkwWRBwhnyVSFXonhGu { 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; }
#ly2TMiglmLsHrS6z3TIfV3AdTZuf3M95 { 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; }
#gliZFD1RKkSzn9Tfou8hWn5pdRUoHAo2 { 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; }
#DRx7TbuZkBsNberoOG3dlL8nELIFy9Lp { 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; }
#FbbtMoLLhwG7lnyB5lrmagIF5TNhb7Na { 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; }
#oH5rQunJFJfIndqGLtRnVKqDekosENH5 { 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; }
#NelOKSNLb7v7dHgODyV3vkLR0vFxHkQ6 { 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; }
#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB { position:relative;z-index:auto;display:none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB { border-width: 0; border-radius: 0; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .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; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .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; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container.adaptive-delivery-prevent-bg, #z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container.lazyload, #z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container.lazyloading { background-image: none; }#cFmg6hO6rhiCarxTygDTPoldIh0LhVfB { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#oTeakpkgXQuffU0S4sINKVtKCIIOHulS { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB { position:relative;display:none; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB { border-width: 0; border-radius: 0; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .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; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .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; }#y076oEMF2y3X4GLLfBOr58oH2LikTX1T { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:2.1875rem;left:0rem;display:none; }
#O6TgXHOJrJ2oigJyBqRRntclgre0kyCQ { color:#000000;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:13.6875rem;left:0rem;display:none; }
#rMh480WG2g208JPkSdRkDTpMpvsdiUOK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:27rem;display:none; }
#iPzk755DzMhqqFT7aRyTVPyQFd7sDPN7 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:8.0625rem;top:1.5rem;left:1rem;display:none; }
#dO6SlU22iM4uKRAvdzNi88Kbn37OuFOi { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:11.75rem;display:none; }
#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { position:relative;display:none; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { border-width: 0; border-radius: 0; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .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; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .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; }#xmVUdfapaLft3tfLIG4cuSw0ovchv2Gb { 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; }
#eKkX1KWNybdOkbHkazRKRp6yXz7tIJ0E { 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; }
#aCbisyk6d1Atq4GZ4VSFhD8G85TKTf0X { 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; }
#r5KEF3HClwBI0q5ZclqaK4eNvkVG3k78 { 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; }
#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { position:relative;display:none; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { border-width: 0; border-radius: 0; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .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; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .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; }#w6NhMcZdgozuxNisU8u19WakW7UOlosv { 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; }
#pfToqdM4cUgct0m4ipeadJbNlSLo59ol { 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; }
#Ez9qd7HUlmwKIrRtDCN9TXLgdWKNU0sz { 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; }
#KRG9Jl97TxPOgLDU5Cc7ALDzrs5a7NtA { 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; }
#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk { position:relative;display:none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk { border-width: 0; border-radius: 0; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .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; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .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; }#lL8dHasMJ4NUnwmTDM6vOois6aRzhqZt { 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; }
#qrdBUJQLQn9pBaBsg4UvSKxcbWlANrPa { 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; }
#VDuvZtDN0RZOfqFVkISvDWFTemntQllL { 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; }
#ugQPb8ACE2iBNi2HHoVoksZ0HaC3vCXy { 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; }
#ZNT7zz7pKalJk9xdD8vGmhmNKcTulv0A { 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; }
#ysg0ktCUQo3GUpJb9m4Kt8Adi1ezNiCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dDXREn4SSvC4OWPPXZfVR7WJJyBwgSGA { 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; }
#wHmiEbWt7ofQA9XRvZbhOeXtQhvNdZGE { 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; }
#rc5EC1y7tZBH4BIEm9SUGr59V7uTz7VX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lyyy3tl3KTrddoQHqLT7om89M4B2qW7I { 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; }
#Fim2s4Trl6u7vBPA8AmGGy1mn674xDOn { 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; }
#zSkIrkSWcOTL4E73q5NpDJdsiMIxLhEH { 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; }
#iqpRXqkH2LK7ixTGT5rc5mzl6435ipbt { 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; }
#BaWDC2QZ9uoF9fiopmWPJnUi5gowx60U { 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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-form-header { font-size:0.75rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { height:auto;display:block;font-family:"alw font";font-size:1.1875rem;font-weight:bold;color:#0c0d10;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.5625rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.5rem;color:#121001;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:#c3a365;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:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.5rem;font-weight:bold;color:#ffffff;width:8.125rem;height:3.3125rem;font-family:raleway;overflow:hidden;box-shadow: none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-moz-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-moz-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-ms-input-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-webkit-input-placeholder { color:#0e193d;font-family:raleway;font-size:0.875rem;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.5rem;vertical-align:middle;font-family:raleway;font-size:0.9375rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:first-of-type{padding-top:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:last-of-type{padding-bottom:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:41.1875rem;top:17.125rem;z-index:15056;position:absolute; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;font-size:0.75rem;left:41.1875rem;top:17.125rem;z-index:15056;position:absolute; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 { position:relative; }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { position:relative;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { position:relative;display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC { position:relative; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 { position:relative; }
#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { position:relative;display:none; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { border-width: 0; border-radius: 0; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .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; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .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; }#FzGspGzi20z8ylxhSmxlim5LCMoZutSK { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#dEomghpwGsi8aEaRRkUHeqTR27FODpkK { 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; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container { border-width: 0; border-radius: 0; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#tJPOaLyK6rImSNyqGE41JTuKP12JnegD { 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; }
#LTa777ghOVVzrJl8i8Uye5n6KSL3sHea { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LkbPl9d8ay1Ukn2NMRs3I5RSFsq7rIJR { 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; }
#hJtrhu7dpKsGGIJLBXWkc2bZAnK1Rdxa { 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; }
#fU7sWiBE9T89tt6MPXWUr2O2mxfNQFx5 { 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; }
#ggNWt4WgqKekzrGdfHNC4Q91lEKTmAtT { 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; }
#Ttdi1SetU6BAHMUGufz6oWeSOZxOQHl3 { 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; }
#RVWHeNCvvHdfTRcOZ2fX9VCuoTpGVoFs { 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; }
#gqCLs3TNE3hwAmMExEtR4Bz071PVO6z6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mqJ3TH1eNiKhxICScxsPQuPATcezugJx { 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; }
#Oyqg9AsiTVpgFcRihGBDv15JcTdPmGe9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeeqZ43is34z40LMMTkGatc2HH6krge0 { 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; }
#tHB1s0R5BnMcfbZLdNFZ44o2rFCgQwzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 { 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; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row .container { border-width: 0; border-radius: 0; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.adaptive-delivery-prevent-bg, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.lazyload, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.lazyloading { background-image: none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh { 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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Ftbp4wpxDNKKf1GCmCniXdLbdHwsXIID { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #A05JN4XVyGdhVL16hwvcpLKKOhpdTfGS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #d68Nf9LieNs1TsMGLc7tUagAkcFIuRqL { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dpTJvaS86WTnG6ycSV6IuvFI9LnSTNKr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #o85MkgMoTx9DaQes1OZLz6yTZV2eEBzq {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #smuq8ANHw9FyiUMa3HuWpHTZSIW47xKE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #VE3wNt8mqUWtTggzE7zue9w27OLRkWkO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #aPCe4KI2ITTxswF8IeIHACBdvJ73JhwV { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #eVOf0UeX82eaN7Vqu5ZLwztUH1t5NW8W {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mWe2McMqPVRBxBD6McgeXOzSEuG8v1bO { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ez5X0HFcIKXyOdrvFcFEktU1zwkkRRfG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #HCuUxokvUbgFlxqzNpu3x6RWt00cgNy0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #IpnvtngOlXJx1LWHuo2BMIhhmaDvMxlm { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #PRWJNTStrfk9zp8h60z3FhngwP8d1PBo {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #G0e1Uxc1XdZFurQflA6v1PgJrzKt8Tyn { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BVhhW0sOTVWqLkswq2JlTpsINObvkv3p { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #fSIUXV0PPxgtKELAfTKlG6W4H0fiRIW7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #h2mwTCN4mqZaTWUtaFyXDPoiCTtTvhlx { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mLHuXxEO31WT4KA4hysABpbJSWhyE0G9 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #feOxaQ7bFkxTB7gAhKzDrwUgJSoBGOcz { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #pRld1b0GyH5b7MX1yQaRbn8EwAnp2BPS { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BSCLWDEcoUDEZCwt0VEvKLJKneAB2Nib { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Gl8ky2QM1XWpW6FTBcrD6sSkDKToqsG6 { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #z01PhgfvTZLTtuCdAasXiBUwpSrw4ktr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #auyuyd481a53LsClPvtqmsTA3LXfxQXT { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #JwLLaf7imGRTX24WgbctqlJ2xJs52Zgk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lf55kIqtbPX7xeUvPTTTfoksK6n7bPhp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QVCGTQ49bqqNew3ssHTmAM3FxtCy0mqC { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #hwZ6wFmnl7GhUQHoToRt9Bbww0tbPsJT {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #gGXLBDqbANMeHWnCTpIoLdUfG8inbpIS { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #u62Ao8v59TZmao6XBt7fqRQzgyVuRxvK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ePc8x6ZRx80HGye6wbCxRHQmyID78VlU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dQxUUIQJCQGfFrTBafbX3z0cbEdggZIr { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #tecb4TN1FLcwUUmkM3pC0gVZ9WuJwVF7 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lXWtqzt8IxdSv7BrlQUf6N7DxS6LeyGK { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #UmTqEqAlXlrHg3AGbT78MgLIM3PFuZBV { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #MNqHRTWzUTgls6Loq5EzkgymOymIUa5l { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #D8cd2nJh3lTFK9lEiCy2GxHEnLUIwzz3 { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #seqlmBN3ZwQUO3BsIaEQ4fOF1pJiOse0 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QKXDmchcT0iHLMsSRdGATsrWfSibRHAi { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ufulvCsVJM0gTZTI7BKM3798A6p7nKZR { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #KZnNL3bzPrhIINWcRodLA9mGnSKiGwT2 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BeSPVhwDhOAbNqL83wRmQ0HStLiooer2 { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #w74IXW2qNgH5MctUmZhHiS3JMQgC6gcr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #au2dVFCegEm4n7tE0185tbwiMdwLDRSO { display:none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #TuN91B1aKP74FNduSi7LAkERBTAT1shC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #wvqrGzEAAA9AywTPWiRvoDeacP0SMp8J { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #OPTLWTdKTw3W6yn3gVq0PC9LSR0ShD0V { display:block;position:relative; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Wy1ML5Xm9DOUtGAIcEIBaZVPo5oBRJov {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #toaiWoqha9MUA611mtWOsfHINAtITKwU { display:none; }
#qTXesyiQpbZ70ulxxlNUeFWeXtqgXOWu { 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; }
#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq { 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; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.adaptive-delivery-prevent-bg, #wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.lazyload, #wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.lazyloading { background-image: none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container { border-width: 0; border-radius: 0; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq::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; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#qwL3FwGaeXVsewwf8dc6PbiTIbHPShUO { 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; }
#FG2hxvipmFCBGhvD9Lc9GG0RGfOvnphK { 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; }
#Q2gG67dUSatsLmr93PK6ezt6xkT4RonT { 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; }
#z8fh8uTnLTN098ggBK7Q0HopVqJnyr31 { 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; }
#RsLNqT048ZcID7CoyBqfls4roRGObiGE { 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; }
#pbzA9by7QMwPb90onATpGr68TlPMdduw { 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; }
#fp4LsI2T403fT3QEholnOwCcg2UllWX8 { 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; }
#awAOvzy7lyUeJrC5rzcqhHrblyJX1XkW { 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; }
#eWLiULqkbNJlMcm9T5CmoEyfdebJShM5 { 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; }
#nLoKCPwvO4mKkcPxZw2rFv9m3SertboK { 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; }
#b6y2bS3rXk6RB2220Hh9Tc0OhMT7KM4s { 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; }
#NiUNw7NQ2nVOyZdBiK4Xbrm3i5TwuQLP { 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; }
#l3uDa4NuXtMlWue5ftBvXafmidNEJg8S { 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; }
#dUvloA3BJ8ioOzm9wKdTVr3btdUdKEAe { 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; }
#v2zvQwhXQtalkOcAOHlQiRJQo8q6MEPn { 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; }
#iQNW9tmakpMV6p0ctM2V3rxWfeTbR4My { 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; }
#m5tmpwh3RkbfMdbMhDR4Gg6nl2TsNlhZ { 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; }
#lax3ibof6GBbCge07uPSlGZZC48VoAVh { 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; }
#Z6wvXe2J6TR2zNDRrUH2oz1R2S1s38gG { 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; }
#T7k7t6KEwrP8om8oHL6GAC3TvVQrAXKN { 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; }
#CZafx4TXgV4MlFT8seGgt6UH6iFk7xDn { 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; }
#DLXEhbVtBoRy22tLqI1n8Fc3TRtNHvt8 { 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; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd { 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; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GEB8erqEkQ1wmkaG7UfIlarbJJV7dKI9 { 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; }
#CDrpMXq1QXv77mHCNXTdlJ2dxooM1zix { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb { 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; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TsQNeScITPCFxGHnW3OBARzNisZX7Jts { 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; }
#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU { 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; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container { border-width: 0; border-radius: 0; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#RVGy19QlSK7Z5EkePJBcKqHB2hQm1uOP { 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; }
#hhWP92UbOoOx6sbILHCMGRzpcHyNBTc1 { 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; }
#MJTe2Zy7UJQOvSqdVWP0xrAmbWrwDnTv { 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; }
#u2OV8C9Z2xNW5hRQctPNx7Z4V20cLNQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JV92yL0muuydsInweLlvDGJEJtLbPzqo { 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; }
#lhruzh4w927xDh2xMhVMZh5qulETeTuW { 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; }
#gokyq6mGHFaXphTrSKd139fuzkFXAeRo { 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; }
#CTTJxHEV7saJ8gVBMVdQVTlIPP2eEe4T { 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; }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { 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; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { border-width: 0; border-radius: 0; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { 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; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { 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; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { 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; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-1),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; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { box-sizing:content-box;color:#5d92ff;font-size:1.6875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:41.75rem;left:51.375rem; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:41.8125rem;left:47.8125rem; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { 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; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { 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; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { 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; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { border-width: 0; border-radius: 0; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { 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; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { 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; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { 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; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { position:relative;display:none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { border-width: 0; border-radius: 0; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .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; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:7.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.adaptive-delivery-prevent-bg, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.lazyload, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container.lazyloading { background-image: none; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { 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-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4375rem;height:3.25rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:2.14583375rem;left:7.9663087175562rem;display:block; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { color:#b20129;display:block;width:26.8125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15108;line-height:2;letter-spacing:0;top:0.90625rem;left:24.687501907349rem;height:5.5rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { color:#b20129;display:block;width:5rem;position:absolute;font-family:cairo;font-size:2.8125rem;font-weight:700;z-index:15109;line-height:1.8;letter-spacing:0;top:2.4309897422791rem;left:30.312501907349rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15098;line-height:1.3;letter-spacing:0;top:5.3958334922791rem;left:8.6536464691163rem;height:1.29948125rem;text-align:center;text-align-last:center;display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c2645f95-9ff8-4f9f-9114-7e3a37b46a34/lppc33.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:initial !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; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.adaptive-delivery-prevent-bg, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyload, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyloading { background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { background-color: transparent; background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .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); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { border-width: 0; border-radius: 0; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:60rem;height:37.625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { background-color:#bb8d65;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:15.625rem;left:41.8125rem;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { background-color:#2a6f06;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11rem;height:2.3125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:14.625rem;left:39.4990234375rem;display:none; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { background-color:#bb8d65;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3720703125rem;left:36.4990234375rem;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { position:absolute;display:block;z-index:15109;height:7.5625rem;width:13.5rem;top:2.90625rem;left:43.875001907349rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { position:relative;display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { background-color: transparent; background-image: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { border-width: 0; border-radius: 0; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:62.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:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.adaptive-delivery-prevent-bg, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyload, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyloading { background-image: none; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:19.34375rem;left:0rem;overflow:hidden;display:none; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { 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:3.9375rem;width:3.9375rem;top:25.3125rem;left:0rem;overflow:hidden;display:none; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.8125rem;left:16.1875rem;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { position:absolute;display:block;z-index:15015;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.3125rem;width:4.3125rem;top:3.9375rem;left:21.125rem;overflow:hidden;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { color:#1e1e1e;display:block;width:10.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:8.875rem;left:18.125rem;height:2.75rem;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; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:12.375rem;left:21.4375rem;display:block; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.8125rem;left:30.1875rem;display:block; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { position:absolute;display:block;z-index:15020;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.3125rem;width:4.3125rem;top:3.9375rem;left:35.4375rem;overflow:hidden;display:block; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:9.375rem;left:30.1875rem;height:2.75rem;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; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { position:absolute;display:block;z-index:15023;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:12.375rem;left:35.4375rem;display:block; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:13.375rem;left:30.1875rem;height:1.40625rem;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; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:18.5625rem;left:16.1875rem;display:block; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:18.75rem;left:30.375rem;display:block; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:30.125rem;left:30.0625rem;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; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { position:absolute;display:block;z-index:15028;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:29.125rem;left:21.4375rem;display:block; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { position:absolute;display:block;z-index:15033;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:29.125rem;left:35.4375rem;display:block; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:26.125rem;left:16.1875rem;height:1.375rem;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; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15031;line-height:1;letter-spacing:0;top:26.125rem;left:30.1875rem;height:1.375rem;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; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:20.9375rem;left:21.25rem;overflow:hidden;display:block; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { 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:4.1875rem;width:4.1875rem;top:20.9375rem;left:35.25rem;overflow:hidden;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:35.4375rem;left:16.1875rem;display:block; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { color:rgba(30,30,30,0.7);display:block;width:14.125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:43.0751953125rem;left:16.1875rem;height:1.5996125rem;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; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:35.4375rem;left:30.3125rem;display:block; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { position:absolute;display:block;z-index:15048;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:62.0625rem;left:6rem;display:block; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { position:absolute;display:block;z-index:15038;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:46rem;left:21.4375rem;display:block; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { position:absolute;display:block;z-index:15043;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:46rem;left:35.4375rem;display:block; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15036;line-height:1;letter-spacing:0;top:41.1875rem;left:16.25rem;height:1.875rem;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; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:41.1875rem;left:30.3125rem;height:1.875rem;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; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:35.625rem;left:21.09375rem;overflow:hidden;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { position:absolute;display:block;z-index:15040;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.25rem;width:4.25rem;top:35.4375rem;left:35.46875rem;overflow:hidden;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { 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:13.6875rem;left:30.875rem;height:1.4622375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:13.375rem;left:33.8125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { color:#ffffff;display:block;width:8.3105625rem;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:13.625rem;left:20.1875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { 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:14rem;left:16.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:30.5rem;left:28.4375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { 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:29.875rem;left:30.9375rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:32.625rem;left:29.9375rem;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; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { color:#ffffff;display:block;width:6.5rem;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:32.4375rem;left:31.8125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { color:#ffffff;display:block;width:3.0625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:32.759765625rem;left:30.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { 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:33.3125rem;left:15.4375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { color:rgba(30,30,30,0.7);display:block;width:14.1235625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:32.625rem;left:15.9375rem;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; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:30.25rem;left:15.9375rem;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; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { 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:30.125rem;left:19.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { color:#ffffff;display:block;width:6.687rem;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:30.5rem;left:16.9375rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { 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:32.6875rem;left:17.875rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { 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:16.1230625rem;height:4.3103rem;text-decoration:none;z-index:15078;text-align:center;text-align-last:center;top:54.559326171875rem;left:21.937255859375rem;display:block; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { color:rgba(30,30,30,0.7);display:block;width:12.5625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:46.8310546875rem;left:30.96875rem;height:1.59375rem;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; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { color:#ffffff;display:block;width:4.625rem;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:46.625rem;left:32.75rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { color:rgba(30,30,30,0.7);display:block;width:13.1875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:48.943359375rem;left:31.1875rem;height:1.5rem;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; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { color:#ffffff;display:block;width:2.9375rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:50.443359375rem;left:30.3125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:48.7998046875rem;left:32rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { color:#ffffff;display:block;width:5.125rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:44.6748046875rem;left:22.373046875rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { color:#ffffff;display:block;width:5.0625rem;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:44.6748046875rem;left:19.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { color:#ffffff;display:block;width:2.6875rem;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:46.8125rem;left:30.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { 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:16.1236875rem;height:4.3112rem;text-decoration:none;z-index:15079;text-align:center;text-align-last:center;top:26.8134765625rem;left:42.9921875rem;display:none; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6875rem;left:18.375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { 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:13rem;left:15.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:20.250001311302rem;left:5.8125019073486rem;overflow:hidden;display:none; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:25.4375rem;left:0.75rem;height:1.375rem;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:none; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6875rem;left:18.375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { 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:13rem;left:15.4375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;top:8.6875rem;left:14.75rem;height:;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:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { color:#ffffff;display:block;width:8.3105625rem;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:12.9638671875rem;left:4.74853515625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { 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:13.32763671875rem;left:1.45263671875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { color:#1e1e1e;display:block;width:14rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15026;line-height:1;letter-spacing:0;top:25.4375rem;left:0.75rem;height:1.375rem;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:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { position:absolute;display:block;z-index:15014;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:1.125rem;left:0.75rem;display:none; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { position:absolute;display:block;z-index:15018;background-color:#f9b5b3;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.0625rem;width:3.5625rem;top:11.6875rem;left:6rem;display:none; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { color:rgba(0,0,0,0.68);display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:48.4248046875rem;left:17.875rem;height:2.5996125rem;font-style:normal;display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { position:relative;display:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { background-color: transparent; background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { border-width: 0; border-radius: 0; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:66.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:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.adaptive-delivery-prevent-bg, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.lazyload, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container.lazyloading { background-image: none; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { 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; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { 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; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { 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:1.3125rem;left:0.875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:3.1875rem;text-decoration:none;z-index:15113;text-align:center;text-align-last:center;top:39.3134765625rem;left:45.1884765625rem;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:2.9375rem;text-decoration:none;z-index:15114;text-align:center;text-align-last:center;top:39.53125rem;left:31.8125rem;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { position:absolute;display:block;z-index:15115;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:7.6875rem;width:5.375rem;top:27.5rem;left:34.34375rem;overflow:hidden;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { position:absolute;display:block;z-index:15109;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3125rem;width:10.8125rem;top:26.25rem;left:31.625rem;overflow:hidden;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.0625rem;height:3.0625rem;text-decoration:none;z-index:15115;text-align:center;text-align-last:center;top:39.3134765625rem;left:18.6884765625rem;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.25rem;left:44.75rem;overflow:hidden;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { position:absolute;display:block;z-index:15118;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:7.6875rem;width:5.375rem;top:28.0625rem;left:47.5947265625rem;overflow:hidden;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15119;line-height:1.3;letter-spacing:0;top:35.6875rem;left:45.9345703125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15120;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:31.375rem;height:2.924475rem;text-align:center;text-align-last:center;display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { position:absolute;display:block;z-index:15112;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.25rem;left:18.5rem;overflow:hidden;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { position:absolute;display:block;z-index:15118;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:7.6875rem;width:5.375rem;top:27.5rem;left:21.4990234375rem;overflow:hidden;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15123;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:18.65625rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { position:absolute;display:block;z-index:15115;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:26.375rem;left:5.3125rem;overflow:hidden;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { position:absolute;display:block;z-index:15121;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:7.6875rem;width:5.375rem;top:27.5rem;left:7.90625rem;overflow:hidden;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { color:#000000;display:block;width:11.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15126;line-height:1.3;letter-spacing:0;top:35.6865234375rem;left:4.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15116;text-align:center;text-align-last:center;top:39.25rem;left:5.5rem;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { position:absolute;display:block;z-index:15116;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.3125rem;width:10.6875rem;top:46.3125rem;left:44.75rem;overflow:hidden;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { position:absolute;display:block;z-index:15122;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:7.6875rem;width:5.375rem;top:47.875rem;left:47.5947265625rem;overflow:hidden;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:700;z-index:15123;line-height:1.1;letter-spacing:0;top:56.6396484375rem;left:44.75rem;height:2.336425rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:9.6875rem;height:3.0625rem;text-decoration:none;z-index:15117;text-align:center;text-align-last:center;top:59.625rem;left:45.4375rem;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { position:absolute;display:block;z-index:15128;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:10.875rem;top:46.3125rem;left:31.9375rem;overflow:hidden;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { position:absolute;display:block;z-index:15134;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:7.6875rem;width:5.375rem;top:47.875rem;left:34.6875rem;overflow:hidden;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15135;line-height:1.3;letter-spacing:0;top:56.3447265625rem;left:32.625rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.18675rem;height:3.125rem;text-decoration:none;z-index:15129;text-align:center;text-align-last:center;top:59.749755859375rem;left:31.888427734375rem;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { position:absolute;display:block;z-index:15132;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.4375rem;width:10.875rem;top:46.25rem;left:18.7490234375rem;overflow:hidden;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { position:absolute;display:block;z-index:15138;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:7.6875rem;width:5.375rem;top:47.875rem;left:21.4990234375rem;overflow:hidden;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { color:#000000;display:block;width:11.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15139;line-height:1;letter-spacing:0;top:56.4375rem;left:18.5rem;height:2.250975rem;text-align:center;text-align-last:center;display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1875rem;height:2.9375rem;text-decoration:none;z-index:15133;text-align:center;text-align-last:center;top:59.5625rem;left:19rem;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { position:absolute;display:block;z-index:15136;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:46.3125rem;left:5.3125rem;overflow:hidden;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { position:absolute;display:block;z-index:15142;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:7.6875rem;width:5.125rem;top:47.875rem;left:8.03125rem;overflow:hidden;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15143;line-height:1.3;letter-spacing:0;top:56.4375rem;left:6.5rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15137;text-align:center;text-align-last:center;top:59.3125rem;left:5.75rem;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { position:absolute;display:block;z-index:15140;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:45rem;overflow:hidden;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { color:#000000;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15147;line-height:1.3;letter-spacing:0;top:16.9375rem;left:45.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15141;text-align:center;text-align-last:center;top:19.8125rem;left:45.4375rem;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:31.8125rem;overflow:hidden;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { position:absolute;display:block;z-index:15125;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:7.6875rem;width:5.375rem;top:8.5rem;left:34.34375rem;overflow:hidden;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { color:#000000;display:block;width:8.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:16.125rem;left:32.8125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:19.6875rem;left:32rem;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { position:absolute;display:block;z-index:15119;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:18.5rem;overflow:hidden;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { position:absolute;display:block;z-index:15125;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:7.6875rem;width:5.125rem;top:7.86328125rem;left:21.6240234375rem;overflow:hidden;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { color:#000000;display:block;width:9.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15130;line-height:1.3;letter-spacing:0;top:15.48828125rem;left:18.9384765625rem;height:4.38671875rem;text-align:center;text-align-last:center;display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15120;text-align:center;text-align-last:center;top:19.6875rem;left:18.6875rem;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { position:absolute;display:block;z-index:15123;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7.5rem;border-top-right-radius:7.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13rem;width:10.5625rem;top:6.8125rem;left:5.3125rem;overflow:hidden;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { position:absolute;display:block;z-index:15129;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:7.6875rem;width:5.125rem;top:7.9375rem;left:8.03125rem;overflow:hidden;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { color:#000000;display:block;width:9.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15134;line-height:1.3;letter-spacing:0;top:16.125rem;left:6.3125rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { background-color:rgba(187,141,101,0.81);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;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:"neo sans arabic";font-size:0.8125rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:10.1855625rem;height:3.061525rem;text-decoration:none;z-index:15124;text-align:center;text-align-last:center;top:19.6875rem;left:5.5rem;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { position:absolute;display:block;z-index:15148;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:8.25rem;width:5.75rem;top:8.75rem;left:47.4072265625rem;overflow:hidden;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { position:relative;display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { background-color: transparent; background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { border-width: 0; border-radius: 0; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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:32.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.adaptive-delivery-prevent-bg, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.lazyload, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container.lazyloading { background-image: none; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { position:absolute;display:block;z-index:15110;height:21.7486875rem;width:38.75rem;top:6.5625rem;left:11.165365219116rem;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container.lazyloading { background-image: none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:44.179689407349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { background-color:rgba(var(--color-primary-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; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:24.075523376465rem;left:23.812501907349rem;height:2.59895625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { background-color:rgba(var(--color-primary-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; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.875001907349rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { background-color:rgba(var(--color-primary-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; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { background-color:rgba(var(--color-primary-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; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.19270625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { background-color:rgba(var(--color-primary-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; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:38.0625rem;left:3rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { background-color:rgba(var(--color-primary-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; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy { display:none; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container { width:47.75rem;position:relative;display:none; }#D3kalX09Oi0aZWHNa46SyGkOoUx2rNmt { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#Zppb4kXxEICWBRUzlQydkiGmDyUEGwEq { display:block; }
#uEgAV4sL9LkmFTxNBiOKIMzPMDaFHwcG { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#To3aCglgScpqz9eL7gTI2mreIagHCESD { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#h9hNWo1ttSgiAiadDClaJn2yzTML0hdw { display:block; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wPZHbGuBPMlA20xXGB4QR44xCQ24WMId { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#raR4HP08ivBZcCP3DLpqDV9Ltbrr41fX { display:block; }
#FaDmpUKooOmZLnldn2zEWTtGu4uqVFFd { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#BgUuR3pFAv1th202ihEGwb5oMTQmlvh1 { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#CZ9oRuglHd9akrkwWRBwhnyVSFXonhGu { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#ly2TMiglmLsHrS6z3TIfV3AdTZuf3M95 { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#gliZFD1RKkSzn9Tfou8hWn5pdRUoHAo2 { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#DRx7TbuZkBsNberoOG3dlL8nELIFy9Lp { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#FbbtMoLLhwG7lnyB5lrmagIF5TNhb7Na { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#oH5rQunJFJfIndqGLtRnVKqDekosENH5 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#NelOKSNLb7v7dHgODyV3vkLR0vFxHkQ6 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB { display:none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container { width:47.75rem;position:relative;display:none; }#cFmg6hO6rhiCarxTygDTPoldIh0LhVfB { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#oTeakpkgXQuffU0S4sINKVtKCIIOHulS { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB { display:none; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB { border-width: 0; border-radius: 0; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#y076oEMF2y3X4GLLfBOr58oH2LikTX1T { top:2.1875rem;left:0rem;width:19.125rem;height:;font-size:1.4375rem;color:#000000;display:none; }
#O6TgXHOJrJ2oigJyBqRRntclgre0kyCQ { top:13.6875rem;left:0rem;width:18.4375rem;height:;font-size:1.5625rem;color:#000000;display:none; }
#rMh480WG2g208JPkSdRkDTpMpvsdiUOK { width:27rem;height:27rem;display:none; }
#iPzk755DzMhqqFT7aRyTVPyQFd7sDPN7 { top:1.5rem;left:0rem;width:19.125rem;height:8.0625rem;font-size:1.5rem;color:#000000;display:none; }
#dO6SlU22iM4uKRAvdzNi88Kbn37OuFOi { width:11.75rem;height:12.5rem;display:none; }
#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { display:none; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container { width:47.75rem;position:relative;display:none; }#xmVUdfapaLft3tfLIG4cuSw0ovchv2Gb { top:1.625rem;left:5.5611985325813rem;width:7.625rem;height:1rem;font-size:1rem;display:none; }
#eKkX1KWNybdOkbHkazRKRp6yXz7tIJ0E { width:47.75rem;height:19rem;display:none; }
#aCbisyk6d1Atq4GZ4VSFhD8G85TKTf0X { width:14.0625rem;height:5.125rem;display:none; }
#r5KEF3HClwBI0q5ZclqaK4eNvkVG3k78 { width:15.9375rem;height:5.25rem;display:none; }
#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { display:none; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container { width:47.75rem;position:relative;display:none; }#w6NhMcZdgozuxNisU8u19WakW7UOlosv { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#pfToqdM4cUgct0m4ipeadJbNlSLo59ol { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#Ez9qd7HUlmwKIrRtDCN9TXLgdWKNU0sz { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#KRG9Jl97TxPOgLDU5Cc7ALDzrs5a7NtA { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk { display:none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container { width:47.75rem;position:relative;display:none; }#lL8dHasMJ4NUnwmTDM6vOois6aRzhqZt { top:1.0625rem;left:0rem;width:18.4375rem;height:1.4375rem;font-size:1.25rem;display:block; }
#qrdBUJQLQn9pBaBsg4UvSKxcbWlANrPa { top:7.375rem;left:0rem;width:20rem;height:;font-size:0.9375rem;display:block; }
#VDuvZtDN0RZOfqFVkISvDWFTemntQllL { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#ugQPb8ACE2iBNi2HHoVoksZ0HaC3vCXy { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#ZNT7zz7pKalJk9xdD8vGmhmNKcTulv0A { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#ysg0ktCUQo3GUpJb9m4Kt8Adi1ezNiCU { display:block; }
#dDXREn4SSvC4OWPPXZfVR7WJJyBwgSGA { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#wHmiEbWt7ofQA9XRvZbhOeXtQhvNdZGE { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#rc5EC1y7tZBH4BIEm9SUGr59V7uTz7VX { display:block; }
#Lyyy3tl3KTrddoQHqLT7om89M4B2qW7I { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#Fim2s4Trl6u7vBPA8AmGGy1mn674xDOn { width:23.5rem;height:27.75rem;display:none; }
#zSkIrkSWcOTL4E73q5NpDJdsiMIxLhEH { display:none; }
#iqpRXqkH2LK7ixTGT5rc5mzl6435ipbt { display:none; }
#BaWDC2QZ9uoF9fiopmWPJnUi5gowx60U { top:3.875rem;left:0rem;width:18.1875rem;height:2.375rem;font-size:0.9375rem;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { width:15rem;height:auto;top:15rem;left:0rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { width:15rem;height:auto;top:15rem;left:0rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 {  }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 {  }
#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { display:none; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row .container { width:47.75rem;position:relative;display:none; }#FzGspGzi20z8ylxhSmxlim5LCMoZutSK { display:none; }
#dEomghpwGsi8aEaRRkUHeqTR27FODpkK { display:none; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container { width:47.5rem;position:relative;display:none; }#tJPOaLyK6rImSNyqGE41JTuKP12JnegD { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#LTa777ghOVVzrJl8i8Uye5n6KSL3sHea { display:block; }
#LkbPl9d8ay1Ukn2NMRs3I5RSFsq7rIJR { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#hJtrhu7dpKsGGIJLBXWkc2bZAnK1Rdxa { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#fU7sWiBE9T89tt6MPXWUr2O2mxfNQFx5 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#ggNWt4WgqKekzrGdfHNC4Q91lEKTmAtT { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#Ttdi1SetU6BAHMUGufz6oWeSOZxOQHl3 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#RVWHeNCvvHdfTRcOZ2fX9VCuoTpGVoFs { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#gqCLs3TNE3hwAmMExEtR4Bz071PVO6z6 { display:block; }
#mqJ3TH1eNiKhxICScxsPQuPATcezugJx { width:;height:;display:none; }
#Oyqg9AsiTVpgFcRihGBDv15JcTdPmGe9 { display:block; }
#DeeqZ43is34z40LMMTkGatc2HH6krge0 { width:;height:;display:none; }
#tHB1s0R5BnMcfbZLdNFZ44o2rFCgQwzb { display:block; }
#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 { display:none; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row .container { width:47.75rem;position:relative;display:none; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Ftbp4wpxDNKKf1GCmCniXdLbdHwsXIID {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #A05JN4XVyGdhVL16hwvcpLKKOhpdTfGS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #d68Nf9LieNs1TsMGLc7tUagAkcFIuRqL {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dpTJvaS86WTnG6ycSV6IuvFI9LnSTNKr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #o85MkgMoTx9DaQes1OZLz6yTZV2eEBzq {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #smuq8ANHw9FyiUMa3HuWpHTZSIW47xKE {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #VE3wNt8mqUWtTggzE7zue9w27OLRkWkO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #aPCe4KI2ITTxswF8IeIHACBdvJ73JhwV {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #eVOf0UeX82eaN7Vqu5ZLwztUH1t5NW8W {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mWe2McMqPVRBxBD6McgeXOzSEuG8v1bO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ez5X0HFcIKXyOdrvFcFEktU1zwkkRRfG {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #HCuUxokvUbgFlxqzNpu3x6RWt00cgNy0 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #IpnvtngOlXJx1LWHuo2BMIhhmaDvMxlm {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #PRWJNTStrfk9zp8h60z3FhngwP8d1PBo {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #G0e1Uxc1XdZFurQflA6v1PgJrzKt8Tyn {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BVhhW0sOTVWqLkswq2JlTpsINObvkv3p {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #fSIUXV0PPxgtKELAfTKlG6W4H0fiRIW7 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #h2mwTCN4mqZaTWUtaFyXDPoiCTtTvhlx {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mLHuXxEO31WT4KA4hysABpbJSWhyE0G9 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #feOxaQ7bFkxTB7gAhKzDrwUgJSoBGOcz {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #pRld1b0GyH5b7MX1yQaRbn8EwAnp2BPS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BSCLWDEcoUDEZCwt0VEvKLJKneAB2Nib {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Gl8ky2QM1XWpW6FTBcrD6sSkDKToqsG6 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #z01PhgfvTZLTtuCdAasXiBUwpSrw4ktr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #auyuyd481a53LsClPvtqmsTA3LXfxQXT {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #JwLLaf7imGRTX24WgbctqlJ2xJs52Zgk {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lf55kIqtbPX7xeUvPTTTfoksK6n7bPhp {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QVCGTQ49bqqNew3ssHTmAM3FxtCy0mqC {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #hwZ6wFmnl7GhUQHoToRt9Bbww0tbPsJT {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #gGXLBDqbANMeHWnCTpIoLdUfG8inbpIS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #u62Ao8v59TZmao6XBt7fqRQzgyVuRxvK {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ePc8x6ZRx80HGye6wbCxRHQmyID78VlU {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dQxUUIQJCQGfFrTBafbX3z0cbEdggZIr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #tecb4TN1FLcwUUmkM3pC0gVZ9WuJwVF7 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lXWtqzt8IxdSv7BrlQUf6N7DxS6LeyGK {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #UmTqEqAlXlrHg3AGbT78MgLIM3PFuZBV {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #MNqHRTWzUTgls6Loq5EzkgymOymIUa5l {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #D8cd2nJh3lTFK9lEiCy2GxHEnLUIwzz3 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #seqlmBN3ZwQUO3BsIaEQ4fOF1pJiOse0 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QKXDmchcT0iHLMsSRdGATsrWfSibRHAi {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ufulvCsVJM0gTZTI7BKM3798A6p7nKZR {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #KZnNL3bzPrhIINWcRodLA9mGnSKiGwT2 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BeSPVhwDhOAbNqL83wRmQ0HStLiooer2 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #w74IXW2qNgH5MctUmZhHiS3JMQgC6gcr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #au2dVFCegEm4n7tE0185tbwiMdwLDRSO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #TuN91B1aKP74FNduSi7LAkERBTAT1shC {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #wvqrGzEAAA9AywTPWiRvoDeacP0SMp8J {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #OPTLWTdKTw3W6yn3gVq0PC9LSR0ShD0V {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Wy1ML5Xm9DOUtGAIcEIBaZVPo5oBRJov {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #toaiWoqha9MUA611mtWOsfHINAtITKwU {  }
#qTXesyiQpbZ70ulxxlNUeFWeXtqgXOWu { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq { display:none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container { width:47.75rem;position:relative;display:none; }#qwL3FwGaeXVsewwf8dc6PbiTIbHPShUO { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#FG2hxvipmFCBGhvD9Lc9GG0RGfOvnphK { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#Q2gG67dUSatsLmr93PK6ezt6xkT4RonT { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#z8fh8uTnLTN098ggBK7Q0HopVqJnyr31 { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#RsLNqT048ZcID7CoyBqfls4roRGObiGE { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#pbzA9by7QMwPb90onATpGr68TlPMdduw { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#fp4LsI2T403fT3QEholnOwCcg2UllWX8 { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#awAOvzy7lyUeJrC5rzcqhHrblyJX1XkW { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#eWLiULqkbNJlMcm9T5CmoEyfdebJShM5 { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#nLoKCPwvO4mKkcPxZw2rFv9m3SertboK { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#b6y2bS3rXk6RB2220Hh9Tc0OhMT7KM4s { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#NiUNw7NQ2nVOyZdBiK4Xbrm3i5TwuQLP { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#l3uDa4NuXtMlWue5ftBvXafmidNEJg8S { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#dUvloA3BJ8ioOzm9wKdTVr3btdUdKEAe { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#v2zvQwhXQtalkOcAOHlQiRJQo8q6MEPn { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#iQNW9tmakpMV6p0ctM2V3rxWfeTbR4My { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#m5tmpwh3RkbfMdbMhDR4Gg6nl2TsNlhZ { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lax3ibof6GBbCge07uPSlGZZC48VoAVh { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#Z6wvXe2J6TR2zNDRrUH2oz1R2S1s38gG { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#T7k7t6KEwrP8om8oHL6GAC3TvVQrAXKN { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#CZafx4TXgV4MlFT8seGgt6UH6iFk7xDn { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#DLXEhbVtBoRy22tLqI1n8Fc3TRtNHvt8 { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GEB8erqEkQ1wmkaG7UfIlarbJJV7dKI9 { width:;height:;display:none; }
#CDrpMXq1QXv77mHCNXTdlJ2dxooM1zix { display:block; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#TsQNeScITPCFxGHnW3OBARzNisZX7Jts { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU { display:none; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container { width:47.5rem;position:relative;display:none; }#RVGy19QlSK7Z5EkePJBcKqHB2hQm1uOP { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#hhWP92UbOoOx6sbILHCMGRzpcHyNBTc1 { top:3.4375rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#MJTe2Zy7UJQOvSqdVWP0xrAmbWrwDnTv { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#u2OV8C9Z2xNW5hRQctPNx7Z4V20cLNQa { display:block; }
#JV92yL0muuydsInweLlvDGJEJtLbPzqo { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#lhruzh4w927xDh2xMhVMZh5qulETeTuW { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#gokyq6mGHFaXphTrSKd139fuzkFXAeRo { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#CTTJxHEV7saJ8gVBMVdQVTlIPP2eEe4T { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { display:none; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { width:47.5rem;position:relative;display:none; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { top:41.6875rem;left:45.25rem;width:2.4375rem;height:2.4375rem;display:block; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { top:41.75rem;left:41.6875rem;width:2.5rem;height:2.5rem;display:block; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { top:0rem;width:;height:;display:none; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { top:0rem;width:;height:;display:none; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { display:none; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { width:47.5rem;position:relative;display:none; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { display:block; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { width:47.75rem;position:relative;display:block; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { width:17.4375rem;height:3.25rem;top:2.125rem;left:1.8413087175561rem;display:block; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { top:0.875rem;left:18.562501907349rem;width:26.8125rem;height:5.5rem;font-size:1.1875rem;display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { top:2.375rem;left:24.187501907349rem;width:5rem;height:5.0625rem;font-size:2.375rem;display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { top:5.375rem;left:2.5286464691162rem;width:16.0625rem;height:1.25rem;font-size:1rem;display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { display:block; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:47.75rem;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { width:17.5625rem;height:2.25rem;top:15.625rem;left:30.1875rem;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { width:11rem;height:2.3125rem;top:14.625rem;left:33.3740234375rem;display:block; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { width:17.625rem;height:2.3125rem;top:18.3125rem;left:30.125rem;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { top:2.875rem;left:34.25rem;width:13.5rem;height:7.5625rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container { width:47.75rem;position:relative;display:block; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { width:3.9375rem;height:3.9375rem;top:19.3125rem;left:0rem;display:block; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { width:3.9375rem;height:3.9375rem;top:25.3125rem;left:0rem;display:block; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { width:13.9375rem;height:16.6875rem;top:1.8125rem;left:10.0625rem;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { width:4.25rem;height:4.25rem;top:3.9375rem;left:15rem;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { width:10.3125rem;height:2.6875rem;top:8.875rem;left:12rem;font-size:1rem;display:block; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { width:3.5rem;height:0;top:12.375rem;left:15.3125rem;display:block; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { width:13.9375rem;height:16.6875rem;top:1.8125rem;left:24.0625rem;display:block; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { width:4.25rem;height:4.25rem;top:3.9375rem;left:29.3125rem;display:block; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { width:13.9375rem;height:2.6875rem;top:9.375rem;left:24.0625rem;font-size:0.9375rem;display:block; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { width:3.5rem;height:0;top:12.375rem;left:29.3125rem;display:block; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { width:14.0625rem;height:1.375rem;top:13.375rem;left:24.0625rem;font-size:1rem;display:block; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { width:13.9375rem;height:16.6875rem;top:18.5625rem;left:10.0625rem;display:block; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { width:13.9375rem;height:16.6875rem;top:18.75rem;left:24.25rem;display:block; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { width:14.0625rem;height:1.375rem;top:30.125rem;left:23.9375rem;font-size:1rem;display:block; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { width:3.5rem;height:0;top:29.125rem;left:15.3125rem;display:block; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { width:3.5rem;height:0;top:29.125rem;left:29.3125rem;display:block; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { width:13.9375rem;height:1.3125rem;top:26.125rem;left:10.0625rem;font-size:1.375rem;display:block; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { width:13.9375rem;height:1.3125rem;top:26.125rem;left:24.0625rem;font-size:1.375rem;display:block; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { width:4.1875rem;height:4.1875rem;top:20.9375rem;left:15.125rem;display:block; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { width:4.125rem;height:4.125rem;top:20.9375rem;left:29.125rem;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { width:13.9375rem;height:16.6875rem;top:35.4375rem;left:10.0625rem;display:block; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { width:14.125rem;height:1.5625rem;top:43.0625rem;left:10.0625rem;font-size:1rem;display:block; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { width:14rem;height:16.75rem;top:35.4375rem;left:24.1875rem;display:block; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { width:3.5rem;height:0;top:62.0625rem;left:0rem;display:block; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { width:3.5rem;height:0;top:46rem;left:15.3125rem;display:block; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { width:3.5rem;height:0;top:46rem;left:29.3125rem;display:block; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { width:14rem;height:1.875rem;top:41.1875rem;left:10.125rem;font-size:1.375rem;display:block; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { width:14rem;height:1.875rem;top:41.1875rem;left:24.1875rem;font-size:1.375rem;display:block; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { width:4.3125rem;height:4.3125rem;top:35.625rem;left:14.96875rem;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { width:4.25rem;height:4.25rem;top:35.4375rem;left:29.34375rem;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { top:13.6875rem;left:24.75rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { top:13.375rem;left:27.6875rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { top:13.625rem;left:14.0625rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { top:14rem;left:10.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { top:30.5rem;left:22.3125rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { top:29.875rem;left:24.8125rem;width:8.25rem;height:1.75rem;font-size:1.5rem;display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { width:14.0625rem;height:1.375rem;top:32.625rem;left:23.8125rem;font-size:1rem;display:block; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { top:32.4375rem;left:25.6875rem;width:6.5rem;height:1.75rem;font-size:1.5rem;display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { top:32.75rem;left:24.1875rem;width:3.0625rem;height:1.125rem;font-size:1.0625rem;display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { top:33.3125rem;left:9.3125rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { width:14.0625rem;height:1.375rem;top:32.625rem;left:9.8125rem;font-size:1rem;display:block; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { width:14.0625rem;height:1.375rem;top:30.25rem;left:9.8125rem;font-size:1rem;display:block; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { top:30.125rem;left:13rem;width:8.25rem;height:1.75rem;font-size:1.375rem;display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { top:30.5rem;left:10.8125rem;width:6.625rem;height:1.125rem;font-size:0.9375rem;display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { top:32.6875rem;left:11.75rem;width:8.25rem;height:1.75rem;font-size:1.5rem;display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { width:16.0625rem;height:4.25rem;top:54.5rem;left:15.812255859375rem;display:block; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { width:12.5625rem;height:1.5625rem;top:46.8125rem;left:24.84375rem;font-size:1.0625rem;display:block; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { top:46.625rem;left:26.625rem;width:4.625rem;height:1.75rem;font-size:1.5rem;display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { width:13.1875rem;height:1.5rem;top:48.9375rem;left:25.0625rem;font-size:1rem;display:block; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { top:50.4375rem;left:24.1875rem;width:2.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { top:48.75rem;left:25.875rem;width:3.5rem;height:1.75rem;font-size:1.5rem;display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { top:44.625rem;left:16.248046875rem;width:5.125rem;height:2.1875rem;font-size:1.5rem;display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { top:44.625rem;left:13rem;width:5.0625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { top:46.8125rem;left:24.25rem;width:2.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { width:16.0625rem;height:4.25rem;top:27.4375rem;left:31.6875rem;display:block; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { top:13.625rem;left:0rem;width:8.1875rem;height:1.9375rem;font-size:1.5rem;display:none; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { top:13rem;left:9.3125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { width:4.25rem;height:4.25rem;top:20.25rem;left:0rem;display:none; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { width:13.9375rem;height:;top:31.6875rem;left:0rem;font-size:1.375rem;display:none; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { top:12.6875rem;left:12.25rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { top:13rem;left:9.3125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { width:13.9375rem;height:;top:8.625rem;left:8.624755859375rem;font-size:0.9375rem;display:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { top:12.9375rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.5rem;display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { top:13.3125rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { width:13.9375rem;height:;top:31.6875rem;left:0rem;font-size:1.375rem;display:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { width:13.9375rem;height:16.6875rem;top:1.125rem;left:0rem;display:none; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { width:3.5rem;height:0;top:11.6875rem;left:0rem;display:none; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { top:48.375rem;left:11.75rem;width:12.5rem;height:2.5625rem;font-size:1rem;display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { display:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { width:47.75rem;position:relative;display:block; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { top:1.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { width:10.1875rem;height:3.1875rem;top:39.3125rem;left:37.5625rem;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { width:10.1875rem;height:2.9375rem;top:39.5rem;left:25.6875rem;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { top:27.5rem;left:28.21875rem;width:5.375rem;height:7.6875rem;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { top:26.25rem;left:25.5rem;width:10.8125rem;height:13.3125rem;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { width:10.0625rem;height:3.0625rem;top:39.3125rem;left:12.5634765625rem;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { top:26.25rem;left:37.1875rem;width:10.5625rem;height:13rem;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { top:28.0625rem;left:41.4697265625rem;width:5.375rem;height:7.6875rem;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { top:35.6875rem;left:39.1875rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { top:35.625rem;left:25.25rem;width:10.8125rem;height:2.9375rem;font-size:1.125rem;display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { top:26.25rem;left:12.375rem;width:10.5625rem;height:13rem;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { top:27.5rem;left:15.3740234375rem;width:5.375rem;height:7.6875rem;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { top:35.625rem;left:12.53125rem;width:10.25rem;height:2.875rem;font-size:1.125rem;display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { top:26.375rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { top:27.5rem;left:1.78125rem;width:5.375rem;height:7.6875rem;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { top:35.625rem;left:0rem;width:11.3125rem;height:2.9375rem;font-size:1.125rem;display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { width:10.125rem;height:3rem;top:39.25rem;left:0rem;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { top:46.3125rem;left:37.0625rem;width:10.6875rem;height:13.3125rem;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { top:47.875rem;left:41.4697265625rem;width:5.375rem;height:7.6875rem;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { top:56.625rem;left:36.6875rem;width:11.0625rem;height:2.3125rem;font-size:1.0625rem;display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { width:9.6875rem;height:3.0625rem;top:59.625rem;left:38.0625rem;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { top:46.3125rem;left:25.8125rem;width:10.875rem;height:13.4375rem;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { top:47.875rem;left:28.5625rem;width:5.375rem;height:7.6875rem;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { top:56.3125rem;left:26.5rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { width:10.125rem;height:3.125rem;top:59.6875rem;left:25.763427734375rem;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { top:46.25rem;left:12.6240234375rem;width:10.875rem;height:13.4375rem;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { top:47.875rem;left:15.3740234375rem;width:5.375rem;height:7.6875rem;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { top:56.4375rem;left:12.375rem;width:11.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { width:10.1875rem;height:2.9375rem;top:59.5625rem;left:12.875rem;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { top:46.3125rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { top:47.875rem;left:1.90625rem;width:5.125rem;height:7.6875rem;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { top:56.4375rem;left:0.375rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { width:10.125rem;height:3rem;top:59.3125rem;left:0rem;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { top:6.8125rem;left:37.1875rem;width:10.5625rem;height:13rem;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { top:16.9375rem;left:37.6875rem;width:10.0625rem;height:2.875rem;font-size:1.125rem;display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { width:10.125rem;height:3rem;top:19.8125rem;left:37.625rem;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { top:6.8125rem;left:25.6875rem;width:10.5625rem;height:13rem;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { top:8.5rem;left:28.21875rem;width:5.375rem;height:7.6875rem;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { top:16.125rem;left:26.6875rem;width:8.5625rem;height:2.875rem;font-size:1.125rem;display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { width:10.125rem;height:3rem;top:19.6875rem;left:25.875rem;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { top:6.8125rem;left:12.375rem;width:10.5625rem;height:13rem;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { top:7.8125rem;left:15.4990234375rem;width:5.125rem;height:7.6875rem;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { top:15.4375rem;left:12.8134765625rem;width:9.5625rem;height:4.375rem;font-size:1.125rem;display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { width:10.125rem;height:3rem;top:19.6875rem;left:12.5625rem;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { top:6.8125rem;left:0rem;width:10.5625rem;height:13rem;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { top:7.9375rem;left:1.90625rem;width:5.125rem;height:7.6875rem;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { top:16.125rem;left:0.1875rem;width:9.0625rem;height:4.375rem;font-size:1.125rem;display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { width:10.125rem;height:3rem;top:19.6875rem;left:0rem;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { top:8.75rem;left:41.2822265625rem;width:5.75rem;height:8.25rem;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { display:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { width:47.75rem;position:relative;display:block; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { top:6.5625rem;left:5.0403652191162rem;width:38.75rem;height:21.6875rem;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { display:block; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:47.75rem;position:relative;display:block; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { top:20.75rem;left:19.4375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:2.5625rem;top:24.0625rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { top:20.6875rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.9375rem;top:23.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { top:34.375rem;left:19.7490234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.9375rem;top:37.6875rem;left:18.06201171875rem;font-size:0.8125rem;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:3rem;top:38.0625rem;left:0rem;font-size:0.8125rem;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
body { position:relative;background-color:#ead4c3;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); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy { 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; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container { background-color: transparent; background-image: none; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container > .video-iframe-container { display: none; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row > .video-iframe-container { display: none; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .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); }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container { border-width: 0; border-radius: 0; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPb6JTTgFITgL2KH0IRw8L9TbQe5EnPy > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; }#D3kalX09Oi0aZWHNa46SyGkOoUx2rNmt { 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; }
#Zppb4kXxEICWBRUzlQydkiGmDyUEGwEq { display:block; }
#uEgAV4sL9LkmFTxNBiOKIMzPMDaFHwcG { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#To3aCglgScpqz9eL7gTI2mreIagHCESD { 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; }
#h9hNWo1ttSgiAiadDClaJn2yzTML0hdw { display:block; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#A3W0lIaSGSS3UWqk4NF59N8Aom1WIPTr > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#wPZHbGuBPMlA20xXGB4QR44xCQ24WMId { 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; }
#raR4HP08ivBZcCP3DLpqDV9Ltbrr41fX { display:block; }
#FaDmpUKooOmZLnldn2zEWTtGu4uqVFFd { 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; }
#BgUuR3pFAv1th202ihEGwb5oMTQmlvh1 { 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; }
#CZ9oRuglHd9akrkwWRBwhnyVSFXonhGu { width:6.6235625rem;height:1.13671875rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#ly2TMiglmLsHrS6z3TIfV3AdTZuf3M95 { width:3.75rem;height:0.8941rem;top:3.7486953735351rem;left:5.2708334922791rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#gliZFD1RKkSzn9Tfou8hWn5pdRUoHAo2 { width:5.1237rem;height:0.8941rem;top:3.7174479961395rem;left:1.5208333730698rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#DRx7TbuZkBsNberoOG3dlL8nELIFy9Lp { width:2.7487rem;height:0.8941rem;top:3.7174479961395rem;left:0.125rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#FbbtMoLLhwG7lnyB5lrmagIF5TNhb7Na { width:7.125rem;height:0.8941rem;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; }
#oH5rQunJFJfIndqGLtRnVKqDekosENH5 { 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; }
#NelOKSNLb7v7dHgODyV3vkLR0vFxHkQ6 { width:20rem;height:2.875rem;top:2.8736989498138rem;left:0rem;background-color:#365638;background-image:none;display:block; }
#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/34d97cce-10c6-40a0-8b2d-88632f51467d/74d970214fa4c5ddf3729bd5ce1713ff.crop_736x468_0,230.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB.adaptive-delivery-prevent-bg, #z410s9eyLZZCTntdzQVoTNx4NpXSQfyB.lazyload, #z410s9eyLZZCTntdzQVoTNx4NpXSQfyB.lazyloading { background-image: none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container { background-color: transparent; background-image: none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container > .video-iframe-container { display: none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row > .video-iframe-container { display: none; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .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); }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container { border-width: 0; border-radius: 0; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z410s9eyLZZCTntdzQVoTNx4NpXSQfyB > .row .container { width:20rem;height:14.375rem;position:relative;display:block; }#cFmg6hO6rhiCarxTygDTPoldIh0LhVfB { width:7.1245625rem;height:3.87478125rem;top:0.94075489044187rem;left:0rem;z-index:15022;display:block; }
#oTeakpkgXQuffU0S4sINKVtKCIIOHulS { width:7.1875rem;height:3.93663125rem;top:0.81163167953494rem;left:12.811415970326rem;z-index:15023;display:block; }
#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB { background-color:#536d57;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container { background-color: transparent; background-image: none; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container > .video-iframe-container { display: none; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row > .video-iframe-container { display: none; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .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); }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container { border-width: 0; border-radius: 0; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MEVIRn4CMb0rT3rMJsi2ctTeQrTnGHxB > .row .container { width:20rem;height:28.75rem;position:relative;display:block; }#y076oEMF2y3X4GLLfBOr58oH2LikTX1T { top:2.4045140743256rem;left:0.40690106153488rem;width:19.181875rem;height:1.7252625rem;z-index:15226;font-size:1.4375rem;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O6TgXHOJrJ2oigJyBqRRntclgre0kyCQ { top:12.792969703674rem;left:0.74978297948838rem;width:18.499375rem;height:1.5625rem;z-index:15228;font-size:1.5625rem;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;line-height:1;color:#eef6f1;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rMh480WG2g208JPkSdRkDTpMpvsdiUOK { top:6.240234375rem;left:0rem;width:19.4375rem;height:19.4375rem;z-index:15005;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iPzk755DzMhqqFT7aRyTVPyQFd7sDPN7 { top:5.6293401718139rem;left:0rem;width:19.749375rem;height:1.79980625rem;z-index:15227;font-size:1.5rem;font-family:var(--headlines-font-family);font-weight:400;font-style:normal;line-height:1.2;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dO6SlU22iM4uKRAvdzNi88Kbn37OuFOi { top:17.597657203674rem;left:0.40690106153488rem;width:8.5623125rem;height:9.249125rem;z-index:15255;overflow:hidden;display:block; }
#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { display:block; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { background-color: transparent; background-image: none; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container > .video-iframe-container { display: none; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row > .video-iframe-container { display: none; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .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); }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD { border-width: 0; border-radius: 0; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .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; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container { width:20rem;height:8.125rem;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; }#R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container.adaptive-delivery-prevent-bg, #R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container.lazyload, #R9xZR3OrMQnnNrT8KnnIKL41a4d3tdLD > .row .container.lazyloading { background-image: none; }#xmVUdfapaLft3tfLIG4cuSw0ovchv2Gb { top:1.1197910308838rem;left:4.3120663762093rem;width:11.3748125rem;height:1.1002625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:1rem;line-height:1.1;display:block; }
#eKkX1KWNybdOkbHkazRKRp6yXz7tIJ0E { 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; }
#aCbisyk6d1Atq4GZ4VSFhD8G85TKTf0X { 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; }
#r5KEF3HClwBI0q5ZclqaK4eNvkVG3k78 { top:5.2178821563721rem;left:1.7560765147209rem;width:7.4375rem;height:1.8125rem;z-index:15011;overflow:hidden;display:block; }
#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { display:block; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { background-color: transparent; background-image: none; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container > .video-iframe-container { display: none; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row > .video-iframe-container { display: none; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .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); }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv { border-width: 0; border-radius: 0; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .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; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container { width:20rem;height:12.5rem;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; }#o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container.adaptive-delivery-prevent-bg, #o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container.lazyload, #o2B7wm4T0rRkbOtxvMTZMB3l5vTMThiv > .row .container.lazyloading { background-image: none; }#w6NhMcZdgozuxNisU8u19WakW7UOlosv { 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; }
#pfToqdM4cUgct0m4ipeadJbNlSLo59ol { 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; }
#Ez9qd7HUlmwKIrRtDCN9TXLgdWKNU0sz { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13671875rem;z-index:15198;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#174773;display:block; }
#KRG9Jl97TxPOgLDU5Cc7ALDzrs5a7NtA { 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; }
#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk { 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; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk.adaptive-delivery-prevent-bg, #aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk.lazyload, #aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk.lazyloading { background-image: none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container { background-color: transparent; background-image: none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container > .video-iframe-container { display: none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row > .video-iframe-container { display: none; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .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); }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container { border-width: 0; border-radius: 0; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aXZg8gCSNrhfqV7KNOUyzqLG3sQ2qdpk > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; }#lL8dHasMJ4NUnwmTDM6vOois6aRzhqZt { 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; }
#qrdBUJQLQn9pBaBsg4UvSKxcbWlANrPa { 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; }
#VDuvZtDN0RZOfqFVkISvDWFTemntQllL { width:14.6875rem;height:0.3125rem;top:2.6866321563721rem;left:2.6562500596046rem;background-color:#3c4626;background-image:none;display:block; }
#ugQPb8ACE2iBNi2HHoVoksZ0HaC3vCXy { 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; }
#ZNT7zz7pKalJk9xdD8vGmhmNKcTulv0A { 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; }
#ysg0ktCUQo3GUpJb9m4Kt8Adi1ezNiCU { display:block; }
#dDXREn4SSvC4OWPPXZfVR7WJJyBwgSGA { display:flex;width:4.1875rem;height:4.1875rem;top:36.5625rem;left:1.1875rem;font-size:3.0625rem; }
#wHmiEbWt7ofQA9XRvZbhOeXtQhvNdZGE { 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; }
#rc5EC1y7tZBH4BIEm9SUGr59V7uTz7VX { display:block; }
#Lyyy3tl3KTrddoQHqLT7om89M4B2qW7I { 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; }
#Fim2s4Trl6u7vBPA8AmGGy1mn674xDOn { 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; }
#zSkIrkSWcOTL4E73q5NpDJdsiMIxLhEH { 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; }
#iqpRXqkH2LK7ixTGT5rc5mzl6435ipbt { 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; }
#BaWDC2QZ9uoF9fiopmWPJnUi5gowx60U { 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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-form-header { font-size:0.75rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.9375rem;font-weight:bold;color:#0e193d;width:16.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.25rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-text {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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;margin-bottom:0.25rem;margin-left:0;display:block;width:16.3125rem;box-sizing:border-box;height:4.375rem;color:#000205;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;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:16.3125rem;box-sizing:border-box;height:2.5rem;color:#030304;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-select {padding-top: 0; padding-bottom: 0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-input-button { border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;background-color:#365638;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:4.0625rem;margin-bottom:0.25rem;margin-left:4.0625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#fffdfb;width:8.125rem;height:2.875rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.375rem rgba(var(--color-tertiary-4),0.72) ;text-shadow:0.5625rem 0.125rem 0.5rem rgba(var(--color-tertiary-4),0.65);line-height:1.1;text-align:center;text-align-last:center; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-moz-placeholder { color:#365638;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-moz-placeholder { color:#365638;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]:-ms-input-placeholder { color:#365638;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC [class*="-text"]::-webkit-input-placeholder { color:#365638;font-family:raleway;font-size:0.8125rem; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:15.125rem;overflow:hidden;font-style:normal;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .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; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:first-of-type{padding-top:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-container:last-of-type{padding-bottom:0;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC  { background-color:rgba(var(--color-tertiary-0),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.5927734375rem;top:20.7490234375rem;z-index:15028; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.3125rem;display:block;vertical-align:top; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC {display:block;}#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC { background-color:rgba(var(--color-tertiary-0),0.19);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;font-size:0.75rem;left:0.5927734375rem;top:20.7490234375rem;z-index:15028; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #g1oRJvPfS9Wgds76XrTeau3kRJ1QSxAJ {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #oCzbhz9QNJJGoJQlGJEO7HE4mtXPh9t7 { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #LE87Tl7wrrv5dBZOe9Hu9MxZylJbsPZU {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #zXfRVvyJLnsasLL1MEEzAPF4g2ukDcrl {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #WLiuFD0DdVKLq6UxPMwhJgZ1AVgQncfT { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #HNzkDZtLiBWVwWfLpVu85NuUVLArVPp7 {  }
#Zu1Tvf7NPb18Mi4b9FHlJSeSzE0KBSbf { display:block; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #o0L9QUpi8ix9QAfz1iTWDwZXJWd4NgPr {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #qzXEA2ld2u2gyukgT2taEq7Go6irnHOC { display:none; }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #VbFZJ1subfFD3OnPKNM4M8Z2x3WrIurx {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #mKErL1Hs6dhLViIq02T1iLwJ2vDqGNiC {  }
#efhxFqpqXFeGxlMVmNz3xFVvJ0tpt4fC #KomGPfv9ysCkh1e0hxOCGphvOSpg7NT3 {  }
#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { display:block; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { background-color: transparent; background-image: none; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row .container > .video-iframe-container { display: none; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row > .video-iframe-container { display: none; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .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); }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb { border-width: 0; border-radius: 0; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .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; }#uKVR5UT8VfCL8uzGD4H8xtGL7ewRHTDb > .row .container { width:20rem;height:39.0625rem;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; }#FzGspGzi20z8ylxhSmxlim5LCMoZutSK { top:5.8648004531861rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#dEomghpwGsi8aEaRRkUHeqTR27FODpkK { display:block; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK { background-color: transparent; background-image: none; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container > .video-iframe-container { display: none; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row > .video-iframe-container { display: none; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .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); }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK { border-width: 0; border-radius: 0; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .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; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container { width:20rem;height:25.9375rem;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; }#dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container.adaptive-delivery-prevent-bg, #dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container.lazyload, #dEomghpwGsi8aEaRRkUHeqTR27FODpkK > .row .container.lazyloading { background-image: none; }#tJPOaLyK6rImSNyqGE41JTuKP12JnegD { 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; }
#LTa777ghOVVzrJl8i8Uye5n6KSL3sHea { display:block; }
#LkbPl9d8ay1Ukn2NMRs3I5RSFsq7rIJR { 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; }
#hJtrhu7dpKsGGIJLBXWkc2bZAnK1Rdxa { 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; }
#fU7sWiBE9T89tt6MPXWUr2O2mxfNQFx5 { 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; }
#ggNWt4WgqKekzrGdfHNC4Q91lEKTmAtT { width:20rem;height:2.3994125rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#3c4626;font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#Ttdi1SetU6BAHMUGufz6oWeSOZxOQHl3 { 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; }
#RVWHeNCvvHdfTRcOZ2fX9VCuoTpGVoFs { 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; }
#gqCLs3TNE3hwAmMExEtR4Bz071PVO6z6 { display:block; }
#mqJ3TH1eNiKhxICScxsPQuPATcezugJx { 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; }
#Oyqg9AsiTVpgFcRihGBDv15JcTdPmGe9 { display:block; }
#DeeqZ43is34z40LMMTkGatc2HH6krge0 { 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; }
#tHB1s0R5BnMcfbZLdNFZ44o2rFCgQwzb { display:block; }
#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 { position:relative;z-index:auto;display:block; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 { background-color: transparent; background-image: none; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row .container > .video-iframe-container { display: none; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .row > .video-iframe-container { display: none; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .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); }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 { border-width: 0; border-radius: 0; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .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; }#LCxt3PLlloRu0lhhZXeeRyNBb28TsNu7 > .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; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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); }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .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; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.adaptive-delivery-prevent-bg, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.lazyload, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh .accordion-trigger.lazyloading { background-image: none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh { 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; }#JebI28LUECSuvbyCTo6Ad9sXklbETXNh.adaptive-delivery-prevent-bg, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh.lazyload, #JebI28LUECSuvbyCTo6Ad9sXklbETXNh.lazyloading { background-image: none; }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Ftbp4wpxDNKKf1GCmCniXdLbdHwsXIID {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #A05JN4XVyGdhVL16hwvcpLKKOhpdTfGS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #d68Nf9LieNs1TsMGLc7tUagAkcFIuRqL {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dpTJvaS86WTnG6ycSV6IuvFI9LnSTNKr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #o85MkgMoTx9DaQes1OZLz6yTZV2eEBzq {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #smuq8ANHw9FyiUMa3HuWpHTZSIW47xKE {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #VE3wNt8mqUWtTggzE7zue9w27OLRkWkO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #aPCe4KI2ITTxswF8IeIHACBdvJ73JhwV {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #eVOf0UeX82eaN7Vqu5ZLwztUH1t5NW8W {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mWe2McMqPVRBxBD6McgeXOzSEuG8v1bO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ez5X0HFcIKXyOdrvFcFEktU1zwkkRRfG {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #HCuUxokvUbgFlxqzNpu3x6RWt00cgNy0 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #IpnvtngOlXJx1LWHuo2BMIhhmaDvMxlm {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #PRWJNTStrfk9zp8h60z3FhngwP8d1PBo {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #G0e1Uxc1XdZFurQflA6v1PgJrzKt8Tyn {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BVhhW0sOTVWqLkswq2JlTpsINObvkv3p {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #fSIUXV0PPxgtKELAfTKlG6W4H0fiRIW7 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #h2mwTCN4mqZaTWUtaFyXDPoiCTtTvhlx {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #mLHuXxEO31WT4KA4hysABpbJSWhyE0G9 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #feOxaQ7bFkxTB7gAhKzDrwUgJSoBGOcz {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #pRld1b0GyH5b7MX1yQaRbn8EwAnp2BPS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BSCLWDEcoUDEZCwt0VEvKLJKneAB2Nib {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Gl8ky2QM1XWpW6FTBcrD6sSkDKToqsG6 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #z01PhgfvTZLTtuCdAasXiBUwpSrw4ktr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #auyuyd481a53LsClPvtqmsTA3LXfxQXT {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #JwLLaf7imGRTX24WgbctqlJ2xJs52Zgk {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lf55kIqtbPX7xeUvPTTTfoksK6n7bPhp {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QVCGTQ49bqqNew3ssHTmAM3FxtCy0mqC {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #hwZ6wFmnl7GhUQHoToRt9Bbww0tbPsJT {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #gGXLBDqbANMeHWnCTpIoLdUfG8inbpIS {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #u62Ao8v59TZmao6XBt7fqRQzgyVuRxvK {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ePc8x6ZRx80HGye6wbCxRHQmyID78VlU {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #dQxUUIQJCQGfFrTBafbX3z0cbEdggZIr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #tecb4TN1FLcwUUmkM3pC0gVZ9WuJwVF7 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #lXWtqzt8IxdSv7BrlQUf6N7DxS6LeyGK {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #UmTqEqAlXlrHg3AGbT78MgLIM3PFuZBV {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #MNqHRTWzUTgls6Loq5EzkgymOymIUa5l {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #D8cd2nJh3lTFK9lEiCy2GxHEnLUIwzz3 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #seqlmBN3ZwQUO3BsIaEQ4fOF1pJiOse0 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #QKXDmchcT0iHLMsSRdGATsrWfSibRHAi {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #ufulvCsVJM0gTZTI7BKM3798A6p7nKZR {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #KZnNL3bzPrhIINWcRodLA9mGnSKiGwT2 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #BeSPVhwDhOAbNqL83wRmQ0HStLiooer2 {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #w74IXW2qNgH5MctUmZhHiS3JMQgC6gcr {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #au2dVFCegEm4n7tE0185tbwiMdwLDRSO {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #TuN91B1aKP74FNduSi7LAkERBTAT1shC {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #wvqrGzEAAA9AywTPWiRvoDeacP0SMp8J {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #OPTLWTdKTw3W6yn3gVq0PC9LSR0ShD0V {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #Wy1ML5Xm9DOUtGAIcEIBaZVPo5oBRJov {  }
#JebI28LUECSuvbyCTo6Ad9sXklbETXNh #toaiWoqha9MUA611mtWOsfHINAtITKwU {  }
#qTXesyiQpbZ70ulxxlNUeFWeXtqgXOWu { width:15.4375rem;height:1.94921875rem;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; }
#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq { 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; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.adaptive-delivery-prevent-bg, #wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.lazyload, #wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq.lazyloading { background-image: none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container { background-color: transparent; background-image: none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.67); }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container > .video-iframe-container { display: none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .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); }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row > .video-iframe-container { display: none; }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .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); }#wRkNa6vEfgqTO9b4pIiHOKVbPFtSTaXq > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#qwL3FwGaeXVsewwf8dc6PbiTIbHPShUO { 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; }
#FG2hxvipmFCBGhvD9Lc9GG0RGfOvnphK { 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; }
#Q2gG67dUSatsLmr93PK6ezt6xkT4RonT { 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; }
#z8fh8uTnLTN098ggBK7Q0HopVqJnyr31 { 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; }
#RsLNqT048ZcID7CoyBqfls4roRGObiGE { 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; }
#pbzA9by7QMwPb90onATpGr68TlPMdduw { 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; }
#fp4LsI2T403fT3QEholnOwCcg2UllWX8 { 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; }
#awAOvzy7lyUeJrC5rzcqhHrblyJX1XkW { width:17.4989375rem;height:4.0683625rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:#3c4626;font-family:amiri;display:block; }
#eWLiULqkbNJlMcm9T5CmoEyfdebJShM5 { width:1.6875rem;height:1.6875rem;top:13.374566078186rem;left:16.999133408069rem;font-size:1.125rem;display:block; }
#nLoKCPwvO4mKkcPxZw2rFv9m3SertboK { width:12.561875rem;height:1.8684875rem;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; }
#b6y2bS3rXk6RB2220Hh9Tc0OhMT7KM4s { width:1.6875rem;height:1.6875rem;top:16.998698234558rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#NiUNw7NQ2nVOyZdBiK4Xbrm3i5TwuQLP { width:12.561875rem;height:1.7871125rem;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; }
#l3uDa4NuXtMlWue5ftBvXafmidNEJg8S { width:1.6875rem;height:1.6875rem;top:25.059679508209rem;left:17.185981094838rem;font-size:1.125rem;display:block; }
#dUvloA3BJ8ioOzm9wKdTVr3btdUdKEAe { width:12.561875rem;height:1.8684875rem;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; }
#v2zvQwhXQtalkOcAOHlQiRJQo8q6MEPn { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;display:block; }
#iQNW9tmakpMV6p0ctM2V3rxWfeTbR4My { width:15.9375rem;height:1.8684875rem;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; }
#m5tmpwh3RkbfMdbMhDR4Gg6nl2TsNlhZ { width:1.6875rem;height:1.6875rem;top:9.3739166259762rem;left:17.124133408069rem;font-size:1.125rem;display:block; }
#lax3ibof6GBbCge07uPSlGZZC48VoAVh { width:16.436625rem;height:1.7068125rem;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; }
#Z6wvXe2J6TR2zNDRrUH2oz1R2S1s38gG { width:1.6875rem;height:1.6875rem;top:21.248915433884rem;left:17.061198532581rem;font-size:1.125rem;display:block; }
#T7k7t6KEwrP8om8oHL6GAC3TvVQrAXKN { width:15.2495625rem;height:1.7871125rem;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; }
#CZafx4TXgV4MlFT8seGgt6UH6iFk7xDn { width:12.561875rem;height:1.7871125rem;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; }
#DLXEhbVtBoRy22tLqI1n8Fc3TRtNHvt8 { width:1.6875rem;height:1.6875rem;top:28.436415672302rem;left:17.186633408069rem;font-size:1.125rem;z-index:15072;display:block; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd { display:flex;width:3.125rem;height:3.125rem;top:32.863499641419rem;left:16.342231094838rem;z-index:14999; }
#QEtxFSdSvvH8VTZuaCIOqBUJd2C11ULd > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#GEB8erqEkQ1wmkaG7UfIlarbJJV7dKI9 { 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; }
#CDrpMXq1QXv77mHCNXTdlJ2dxooM1zix { display:block; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb { display:flex;width:2.621525rem;height:2.621525rem;top:33.114150047303rem;left:2.2495661377907rem;z-index:14999; }
#NWlw4a97T8w2V63zWD4muTgrv0eQ3yQb > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#TsQNeScITPCFxGHnW3OBARzNisZX7Jts { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:#3c4626;background-image:none;z-index:15004;display:block; }
#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU { display:block; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU { background-color: transparent; background-image: none; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container > .video-iframe-container { display: none; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row > .video-iframe-container { display: none; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .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); }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU { border-width: 0; border-radius: 0; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .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; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .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; }#dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container.adaptive-delivery-prevent-bg, #dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container.lazyload, #dnTyD0r3DMNHBy8uRRH8tNMKDL2WW4mU > .row .container.lazyloading { background-image: none; }#RVGy19QlSK7Z5EkePJBcKqHB2hQm1uOP { width:20rem;height:2.3994125rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#174773;display:block; }
#hhWP92UbOoOx6sbILHCMGRzpcHyNBTc1 { 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; }
#MJTe2Zy7UJQOvSqdVWP0xrAmbWrwDnTv { 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; }
#u2OV8C9Z2xNW5hRQctPNx7Z4V20cLNQa { display:block; }
#JV92yL0muuydsInweLlvDGJEJtLbPzqo { 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; }
#lhruzh4w927xDh2xMhVMZh5qulETeTuW { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#gokyq6mGHFaXphTrSKd139fuzkFXAeRo { 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; }
#CTTJxHEV7saJ8gVBMVdQVTlIPP2eEe4T { 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; }
#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 { background-color:#fbe9d2;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { background-color: transparent; background-image: none; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container > .video-iframe-container { display: none; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row > .video-iframe-container { display: none; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .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); }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { border-width: 0; border-radius: 0; }#bCSxmAnfrc5MZ7dlBrchBCEHDbBHZG11 > .row .container { width:20rem;height:76.5625rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Hp4wXOIw4brsndntvODCEh1OxvAA1PnP { 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; }
#rQvXbGA0cNZICXVl3XUcm3e4E4ORbJlC { width:20rem;height:3rem;top:5.4470481872559rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#365638;font-family:var(--headlines-font-family);display:block; }
#PiAq6tIz7wIOTITb5wyy6AfHUXyTPq1Q { width:20rem;height:1.94986875rem;top:2.373046875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:#365638;display:block; }
#R4KVFQn1tb39uL9kvzTqCJO1IO7OGZJ0 { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:rgba(var(--color-primary-1),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; }
#N279nWPDJEXEtXKwGJkzqecBoIkPrJQE { display:flex;width:2.875rem;height:2.875rem;top:73.3125rem;left:6.125rem; }
#qagEWDyr6ao04VfC5xi3K7I91kP5LluO { display:flex;width:2.875rem;height:2.875rem;top:73.5rem;left:2.625rem; }
#dro9XPcEkTJuTAvSuiN3WeDGWcT0CWXM { 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; }
#ZpKsFLs05KMZ615UcIDkILwVTDhp1CmL { top:46.255429267883rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO { 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; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { background-color: transparent; background-image: none; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container > .video-iframe-container { display: none; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row > .video-iframe-container { display: none; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .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); }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { border-width: 0; border-radius: 0; }#V9v2wTVVEuC3vx1COypCuWnUNKkc5TPO > .row .container { width:20rem;height:7.8125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#Tq16gQaP8Gai0VJ4zbmOHSOAHyRSsPx0 { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#DKecif1sQxWX2KQ86sZJTSV5pvD0pNEA { 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; }
#TdTpQpvZShe4cCzw8Qm3BzflVpPJRc1V { 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; }
#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.adaptive-delivery-prevent-bg, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.lazyload, #IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd.lazyloading { background-image: none; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { border-width: 0; border-radius: 0; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoCvMhxDE6LBhtZFGDvunGTJca6O6QGd > .row .container { width:20rem;height:16.25rem;position:relative;display:none; }#mdbCOewmkTXfCpTzyckRI4EK8AnWpc8R { width:15.5625rem;height:3.125rem;top:11.25rem;left:2.375rem;font-size:1.625rem;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; }
#eEdEeTeVMUzgBPr3xuKF5GUJbgkTiUul { display:block; }
#tq8ysCG6zb5ycweJWEHCBf5qwAyuCXbm { width:13.5rem;height:7.125rem;top:1.0494792461395rem;left:3.2500000596046rem;font-size:1.1875rem;color:#fef7da;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#mASKBUUyoWatEH0lhTyCGRlThirXqC9L { width:5rem;height:4.2747375rem;top:7.64453125rem;left:7.1080730557444rem;font-size:2.375rem;color:#fef7da;font-family:var(--headlines-font-family);display:block; }
#GUVAC5LeKTy4xGgWx0HpbDIXOUx4d88H { width:16.0625rem;height:1.29948125rem;top:14.375rem;left:2rem;font-size:1rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.adaptive-delivery-prevent-bg, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyload, #u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT.lazyloading { background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { background-color: transparent; background-image: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { display: none; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .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); }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { border-width: 0; border-radius: 0; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u3qV0qhd94qJsfWZOl4rofE3wZOM9lRT > .row .container { width:20rem;height:41.875rem;position:relative;display:block; }#wWsL55ilTTrwQHxWallv99BuSibs1Gez { width:18.374rem;height:3.061525rem;top:18.8427734375rem;left:0.81298828125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HNdqL3RTTfW5TR7m4IctNwfixPoIhFdX { display:block; }
#MNlts7qBbst2pgvqTylvTxn3fmF0iXsr { width:11rem;height:2.3125rem;top:14.625rem;left:4.5rem;background-color:rgba(var(--color-primary-3),0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dAzmhubpH8S5ym59yQ1r00c4VPbb7ODh { display:block; }
#crrPkzRKn4aTd7Wad3KXd11EgTxpabsz { width:6.624625rem;height:1.749825rem;top:8.6875rem;left:7.15625rem;background-color:rgba(var(--color-primary-3),0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FJKBU4BM5GkVNHqiqgPXTEIw4Gk65xsJ { display:block; }
#J8WA3blSRftZZz0IstMD1ySQRchGGPPM { width:13.5rem;height:7.5625rem;top:6.5565109252931E-7rem;left:6.4986980557444rem;display:block; }
#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { background-color: transparent; background-image: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row > .video-iframe-container { display: none; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .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); }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps { border-width: 0; border-radius: 0; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container { width:20rem;height:100.9375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.adaptive-delivery-prevent-bg, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyload, #gqB5VkGqnlwvaTWtOqBmOXxi6F7f57ps > .row .container.lazyloading { background-image: none; }#k3RH56UluT6A113JZWVgfaonhTCsnyGB { width:3.9375rem;height:3.9375rem;top:19.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TPXJi4vfUIp2VKa8FSR4sQ4ZA43VgTPF { width:3.9375rem;height:3.9375rem;top:30.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#oUOceMF3SOicViFeHS1lA4UFPpFuU0yL { width:17.4375rem;height:15.25rem;top:1.9375rem;left:2.9375rem;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SKPXzve3S0WPg41lTk7ok9FwS3PK7bf5 { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:2.0625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bnTMl4KWpyaC4e78pm1tZsMZ40hJUD3b { width:13.999rem;height:0.8997375rem;top:6rem;left:5.6875rem;text-align:center;text-align-last:center;line-height:.9;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#lEKbID7rfn2B0SdDCUg7dkvEdUlpmaz5 { width:5.0625rem;height:0.125rem;top:10.4375rem;left:3rem;background-color:#f9b5b3;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; }
#gHF7cN97bV0FVNsfxt6yMIupI3SwTgIh { width:14rem;height:16.75rem;top:47.4375rem;left:2.9375rem;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;display:none; }
#gpOwg2ZGuTXADpzcnIAPFQOKtWAK5MS1 { width:4.0625rem;height:4.0625rem;top:51.248779296875rem;left:8.468017578125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bW9XiiTOOnlpZofWuNrT746LrqfX8vgl { width:18.49975rem;height:1.875rem;top:11.25rem;left:1.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#bWlcu1QEM6KlK7GmKA0bAFNa49DApdQz { width:3.5625rem;height:0.0625rem;top:58.1875rem;left:8.25rem;background-color:#f9b5b3;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:none; }
#dZ8dT4pbKlpQgMZBQ6V3kQUqb6mk8V3e { width:14.125rem;height:1.50065rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#raDDxXm5AONrC6tmlrGdZx4G5P2eTBvD { width:14rem;height:16.75rem;top:64.3125rem;left:2.9375rem;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;display:none; }
#DtNQ1L3BZoeDtW7b2UKQ6D9SW4cUJFoF { width:14rem;height:16.75rem;top:81.1875rem;left:2.875rem;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;display:none; }
#Q2Lkex699SNTmx8IlC9FEkm7DO4sbuBJ { width:7.99925rem;height:1.50065rem;top:41.0625rem;left:11.75rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#Mc7EeRLcu66UHup4wS0MkWxLW3ATmyX0 { width:3.5625rem;height:0.0625rem;top:87.6875rem;left:8.1875rem;background-color:#f9b5b3;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:none; }
#xPQrT5uWLRpDSUWv4iCE4UybSqPvNnC3 { width:3.5625rem;height:0.0625rem;top:91.25rem;left:8.1875rem;background-color:#f9b5b3;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:none; }
#erINkJ8EKOu5DTQSpbxm0b1SuQtgyQwT { width:13.999rem;height:1.375rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#gCxLpo76garxTSi9IShtTOAesw1dQQml { width:13.999rem;height:1.375rem;top:38.6875rem;left:5.6875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-2),1);display:block; }
#wvCzGoIGZwUp7g9Qu1cdAmHXPEG3KHET { width:3.875rem;height:3.875rem;top:66.3125rem;left:8.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#OLM5ET6HA3eH19G4Cd1gAy28LGOLUA8L { width:5.06225625rem;height:5.06225625rem;top:36rem;left:3rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rMtEXkkTnZ0qp4RAx54CAw2BNiyzm7WV { width:13.9375rem;height:16.6875rem;top:98.0625rem;left:2.9375rem;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;display:none; }
#WK2w24OXTG40OOu1y7DzpDwPa4Ab8Cky { width:14.0625rem;height:1.600475rem;top:58.8125rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#kl0RVeAH8FJA6BHTAgLJ8F3I1Skn0rfm { width:13.9375rem;height:16.6875rem;top:114.875rem;left:2.9375rem;background-color:rgba(var(--color-tertiary-0),0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #896d1b;border-left:0.0625rem solid #896d1b;border-right:0.0625rem solid #896d1b;border-bottom:0.0625rem solid #896d1b;display:none; }
#bh4bMTJDVAvao2Zyc3aLhfXverfnUak6 { width:3.5rem;height:0;top:129.5rem;left:8.125rem;background-color:#f9b5b3;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:none; }
#sNSn8m3VnmtzSDqxBure67ZJ1D5FZdJQ { width:3.5rem;height:0;top:93.75rem;left:8.1875rem;background-color:#f9b5b3;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; }
#FzzbRFT3V5J3iM4mMZCwtXmUUOQTLZF7 { width:3.5rem;height:0;top:124.5rem;left:8.1875rem;background-color:#f9b5b3;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:none; }
#y7M9EEPgPXOteWsc4od8lJhHOPu1s7iX { width:13.9355625rem;height:1.92480625rem;top:56.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.4;color:rgba(var(--color-tertiary-2),1);display:block; }
#gs5e88kokZDtX9rQkGkTxS2mKAbXV6rZ { width:11.062rem;height:1.6497375rem;top:74.8125rem;left:7.125rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.2;color:rgba(var(--color-tertiary-2),1);display:block; }
#Lp7GpEe2fbHRnMyUvhbvX5bO7W7US6sm { width:4.6875rem;height:4.6875rem;top:53.4375rem;left:10.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qTSKUxNGFUVFZyF5E6SmSCinThSAAD8h { width:4.8120125rem;height:4.8120125rem;top:71.5625rem;left:2.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gnr6bQT0X0yJvPEAgk5VHTpSE8VH9G9o { 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; }
#S00Iy4aaXogIFLD1aoq5i6dt8BzkalOA { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#KXLMaF7ECDIMEnzKThrmiZ7sR6xsuQ6n { width:8.2483125rem;height:1.9494625rem;top:8.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TlZJBLDCuoZ1COS6iHWS8TDgT3hNtDvX { width:8.2483125rem;height:1.21875rem;top:8.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#mG6nFCaeZOkTR0bL94a7RWzI6FtW1eya { width:3.18725625rem;height:1.13671875rem;top:48rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ng7AlLDD0ufk1z6wDml6Ce4utWIBseZN { width:3.999025rem;height:1.9494625rem;top:42.5625rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ifzTIm3J52DpFLQGn91KfXUPOs1s6xIt { width:7.87475rem;height:1.50065rem;top:46.1875rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#XP1FnzM197EXU7MVOuziGgO3fM7yuCJM { width:4.4995125rem;height:1.9494625rem;top:47.6875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#PO818K0auoAZPE5iZJKTihqlwgTtrw0K { width:5.625rem;height:1.3808625rem;top:24.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#PBaKmbxGS92cQzurLctcFIIdKiL0Pi0P { width:2.749025rem;height:1.13671875rem;top:42.9375rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZhxcO0wc6Nl7IETptLeLktp4Ahy0CB4R { width:14.0625rem;height:1.50065rem;top:23.625rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#iF2dTzBIkSerHhHCHOHpz670a9VRwtRH { width:14.0625rem;height:1.50065rem;top:28.25rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#ppX08Gu1D8RVFnny5IB92IexmJESXg8z { width:5.3125rem;height:1.7871125rem;top:29.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#BoU96UNdcUIO125uy2DL14FbIhXS9hHB { width:5.7495125rem;height:1.21875rem;top:29.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#i55eIKOsJOiV1R0FMNo1qKZf5RVQNQkR { width:5.81176875rem;height:1.9494625rem;top:24.0625rem;left:3rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#UQiX64GNTIW4r0bIMqZDe5VRq7hn26TL { width:16.062rem;height:4.24926875rem;top:89.5625rem;left:1.9375rem;font-size:1.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;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; }
#B9WBBMRAm2xZCS4RXpTKW84SPkNVkfTR { display:block; }
#dCz0geBsMWcoGmhxpsUapE0awIquowNm { width:6.62475rem;height:1.59375rem;top:77.875rem;left:13.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#nBEwTThBk7V0y092EFezHCFLKCtTsJHN { width:3.2495125rem;height:1.9494625rem;top:78.5625rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#fEb6G1motvOvmN45H5b5y4BiqE5MEUto { width:8.93675rem;height:1.50065rem;top:81.8125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:1rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#L9RrRk4m6liRsZMtVqMEC8ZEabhQkp9t { width:2.9375rem;height:1.13671875rem;top:61.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#A2Fp6pKPLnGXTQOhBOcNysx0g71SLytC { width:3.249025rem;height:1.94921875rem;top:83.3125rem;left:8.375rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#QTxMOM5PB54lmAcTO7cGfUQfOrRKIClg { width:5.1245125rem;height:1.9494625rem;top:61.5rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#AOizZCMToceazTASVTfOzOIUJ2MtCg7v { width:2.249025rem;height:1.21875rem;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:block; }
#Lka2kRRsdSrcpkqgPte1pObPWkENBME6 { width:2.68676875rem;height:1.21875rem;top:78.875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#O0lT5iD8VvxIOwRerizaF0NGRzKG6LZL { width:11.687rem;height:2.99926875rem;top:26.13525390625rem;left:4.03076171875rem;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:none; }
#FxpC2bvQrDLlkI4Z6CKwm0pZwO70walM { display:block; }
#CdQkXNXmhTBZCXm4bfc3eQm1dpHdR80d { width:8.2483125rem;height:1.94921875rem;top:13.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15067;color:rgba(var(--color-tertiary-0),1);display:block; }
#C62JtWxrw9Ds19oLdBFVLMvlV6ggUo6W { width:8.2483125rem;height:1.21875rem;top:14rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15068;color:rgba(var(--color-tertiary-0),1);display:block; }
#IKgulrryE3rEGXJptzfC2AmnskV3FhOV { width:3.5620125rem;height:0.1867675rem;top:44.437255859375rem;left:6.7890625rem;z-index:15019;background-color:#f9b5b3;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:none; }
#MgsGG0NzXwZkPwo2O0JTD7Qhtc5r3zF4 { width:17.4365rem;height:15.249rem;top:19.5rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-left-radius:3.125rem;border-top-right-radius:9.375rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;display:block; }
#WiUTTQicNwiUurpvUb1st2Xps4qQ2Rk2 { width:10.4375rem;height:0.125rem;top:26.5625rem;left:0rem;z-index:15029;background-color:#f9b5b3;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; }
#ZbIHiu0ZEZQoaszriL8iDkqDA8S2D3bo { width:4.12475625rem;height:4.12475625rem;top:18.6875rem;left:11.75rem;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p8CWJezRL5GBA0staeQysOUD9stvoGDK { width:13.9978125rem;height:1.375rem;top:3.125rem;left:6rem;text-align:center;text-align-last:center;z-index:15027;color:rgba(var(--color-tertiary-2),1);display:block; }
#PZZtrSImmhlRHKiIrW7wyTesfq9kKDnL { width:17.4375rem;height:15.25rem;top:37.0625rem;left:2.5625rem;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15024;display:block; }
#QByUB7uzU9dmiTy0NtPRS2rfPOKDQTUF { width:8.2483125rem;height:0;top:77.25rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15077;color:rgba(var(--color-tertiary-0),1);display:none; }
#g6ooaLcmGdQis9AAoVtRq3A1u0L17BVI { width:8.2483125rem;height:0;top:77.5625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15078;color:rgba(var(--color-tertiary-0),1);display:none; }
#oQtqrqz675dNbf4JOXQ3vW2aH59cw9lb { width:18.49975rem;height:0;top:73.25rem;left:1.5rem;text-align:right;text-align-last:right;font-size:0.9375rem;color:rgba(var(--color-tertiary-2),0.7);z-index:15031;display:none; }
#f7o9mcJl14dXxu4TAyi9SUJKhA4NeUVH { width:10.4375rem;height:0.125rem;top:45.125rem;left:2.875rem;z-index:15028;background-color:#f9b5b3;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; }
#OSyfkTnbi9E53ZAr98OaRo7uvCFbBoZQ { width:8.2483125rem;height:0;top:77.5625rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15116;color:rgba(var(--color-tertiary-0),1);display:none; }
#tRdFJfRvesZDpFn9Ift6kBRry7woM9q6 { width:8.2483125rem;height:0;top:77.9375rem;left:11.6875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15082;color:rgba(var(--color-tertiary-0),1);display:none; }
#miLwc4XXecTaE1Qh4yrCn6MApcPxsixx { width:13.9978125rem;height:0;top:90rem;left:6rem;text-align:center;text-align-last:center;z-index:15037;color:rgba(var(--color-tertiary-2),1);display:none; }
#zVzUtmcLEgmKomEiDx89lef3OFIGUIWZ { width:17.4353125rem;height:15.2478125rem;top:54.8125rem;left:0rem;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-left-radius:3.125rem;border-top-right-radius:9.375rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:9.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;display:block; }
#WTWTSKkr7cBau0UvJKMXmt4TbGSScJGR { width:10.437rem;height:0.124511875rem;top:64.6875rem;left:0rem;z-index:15030;background-color:#f9b5b3;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; }
#bTACARkXLGB6WKfKVpuer8uDaDiaIfFM { width:17.4365rem;height:15.249rem;top:72.5rem;left:2.5625rem;background-color:rgba(var(--color-tertiary-0),0.78);background-image:none;border-top-left-radius:9.375rem;border-top-right-radius:3.125rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:3.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15025;display:block; }
#x1d1ha4DOXxiXstWg6hSvHL27z6H6iwd { width:10.4375rem;height:0.125rem;top:81rem;left:3rem;z-index:15029;background-color:#f9b5b3;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; }
#WusMbNfGeA1fIixiQppxeDnx9CnCMCaS { width:12.5rem;height:2.599825rem;top:65.8359375rem;left:1.5rem;font-size:1rem;color:rgba(var(--color-tertiary-4),0.68);display:block; }
#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a { 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:block; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.adaptive-delivery-prevent-bg, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.lazyload, #rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a.lazyloading { background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { background-color: transparent; background-image: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row > .video-iframe-container { display: none; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .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); }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { border-width: 0; border-radius: 0; }#rADRVVQE5f0VLNNU6UIyXxM5dWHU1K1a > .row .container { width:20rem;height:241.0625rem;position:relative;display:block; }#erwUZ4Hu12KT3oZloarSzyyhiPKLGioD { 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; }
#CWPH0AEsiAxpTHobaFz3DvXJTRTkSoqE { display:block; }
#wgBa2DSXQfiDC9wfwsiuz58w49hFpQ9r { 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; }
#mTPT8Ja5HbUzuhTZoQ5xKvXIINCvW0yT { display:block; }
#F1quuhuStpLpDIW0MZhfqQigPkI4B2fe { width:20rem;height:3.6002625rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#NzOB6TNEmZcba6kIOugzuc6L0TTU97zr { width:8.75rem;height:2.5625rem;top:157rem;left:5.03125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#p3JeLCqzVK7Mt6gvLT7cOtfWk8hBQK5y { display:block; }
#bgBfAgsqhrRQQ9tAtnEDP7ngPeMQu2Oh { width:9.75rem;height:2.375rem;top:138.375rem;left:4.53125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uE7NVdtq8KRQ7cZ7uINVMfFvueUzq1fi { display:block; }
#o9rSWc7Pn05crSwXOHGafbuDMh1IqTPO { width:5.375rem;height:7.6875rem;top:125.25rem;left:6.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#r6dtHI78S0vvWCfTeaHTMCPnG62vRewt { width:10.8125rem;height:13.3125rem;top:124.125rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T5wk3wahFI1lPxWybSZI476A0GoF4qsG { width:10.0625rem;height:3.0625rem;top:118.125rem;left:4.96875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ML7Nm5iqxaIMby4UZCi7XGbTOpOOdPxT { display:block; }
#r6BDfMUZ3o3g5LnbkgSfcA5ozfZFgSiH { width:10.5625rem;height:13rem;top:142.6875rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nbxNAtFb4WbMRzL1vAGrLVWaoaX5J2a8 { width:5.375rem;height:7.6875rem;top:143.8125rem;left:6.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ml72m6AFWbqKPk4dTfT3PFpH2CPPfB4X { width:8.5625rem;height:2.923825rem;top:152.125rem;left:5.3125rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#c4h6LkqV8iMUxhv3BL9JHCKcrzppNciS { width:10.8125rem;height:2.923825rem;top:133.5625rem;left:3.875rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#uZ567cKor59ameSP7TU3keTfDXE70VKT { width:10.5625rem;height:13rem;top:103.875rem;left:4.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uqcbiJLpyVM90TPTVG6sadzwV7vAWid5 { width:5.375rem;height:7.6875rem;top:105rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#IdI6skXpHnErDRnb6FiU8FfH3T6m17is { width:10.25rem;height:2.923825rem;top:113.25rem;left:4.6875rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#yCMZHCL7Dz0rJmm2BMvS5VneQm6DB2dH { width:10.5625rem;height:13rem;top:84.3125rem;left:4.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PzhQw1IKDyHAdtkLexXQ4u0pwoJkaZ46 { width:5.375rem;height:7.6875rem;top:85.25rem;left:7.21875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#cWAmuyvJPh7l22yNPZ5GPLTxGdGEThXc { width:11.0625rem;height:2.923825rem;top:93.5625rem;left:4rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#srJxMVJrbdV4WG1F9yMxUTZJmH998dED { width:10.125rem;height:3rem;top:98.25rem;left:4.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SVefNFK6JJm5lXC5OBnR6ZARgJLXT5ce { display:block; }
#rvySQgktSg8eH4KX2hPxyrNB3zTApxLn { width:10.6875rem;height:13.3125rem;top:221.0625rem;left:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ypyxnEQBDzHzPwaTRGHuqZHFsv5Talfa { width:5.375rem;height:7.6875rem;top:222.25rem;left:6.71875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xMiW7A9yVy7ehHkq1F8dGWg2SWutbTyx { width:11.0625rem;height:2.3359375rem;top:231.4375rem;left:3.875rem;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#ve1XH6GxXRefTHKQRhV6rVkXq95ZJdm1 { width:9.6875rem;height:3.0625rem;top:235.6875rem;left:4.5625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZDaVsmUOwaomhl7FemTgMMSAftlFWi9Z { display:block; }
#WEoRJve0wMdh9QZ0u59s2KS7BFDxkUWI { width:10.5625rem;height:13rem;top:201.75rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OptTw6KMfCR5Zc9geBLtOQWt69Uo6KKG { width:5.375rem;height:7.6875rem;top:203.25rem;left:6.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PMbKdwCKo16fJPBrn2PuKWsXxw19VwyP { width:8.5625rem;height:2.923825rem;top:211.8896484375rem;left:5.125rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#NH2RoAIaa9sW7OXXGiDnc40OpNoVSnFo { width:10.1875rem;height:3.0625rem;top:216.5rem;left:4.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#DNcMhGUC9TalJ2dqTf6Wv4yr3TlHcyiT { display:block; }
#fGdP9V2Mb44gy7rkT9L80y0U4TTIissV { width:10.875rem;height:13.4375rem;top:181.375rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#KTm2sgi1PPwLsrM6WcUEXkLrblg5VNTs { width:5.375rem;height:7.6875rem;top:183rem;left:6.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#khCoLlro9v5wiDQx9FTdKCCE7s6Hhg7s { width:11.0625rem;height:2.250975rem;top:191.5625rem;left:3.875rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#iZ9Duct564cIBDofqWyASNkTRUdNfcgo { width:10.1875rem;height:2.9375rem;top:196.1875rem;left:4.3125rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Odhc0L87Ta9uBTS1ePEXEeKVHbkOW8TG { display:block; }
#sXzws7yiHzRofIuxrf46M9Lf4HDaSCVp { width:10.5625rem;height:13rem;top:161.5625rem;left:4.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ji6cdzwsX6qOE4HszZ38b4t2RpBrdGND { width:5.125rem;height:7.6875rem;top:162.75rem;left:6.78125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#uyipZ2ORLAbgR0AxH96Xvs6LxXgNEcIH { width:8.5625rem;height:2.923825rem;top:171.6875rem;left:5.3125rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#oRRGmPmwBO7IfpCuAxWXSZUOvRBdD8h0 { width:10.125rem;height:3rem;top:176.375rem;left:4.34375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#XLAShwmvapzihe8UHQMqBg98gvPL2uUa { display:block; }
#SIJGLq5L4w8VialkIIMAQBZIKkX3XE8Q { width:10.5625rem;height:13rem;top:64rem;left:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FX8AteCHZQLXLDg0CQRRHac2WVX9GzpI { width:10.0625rem;height:2.923825rem;top:74.125rem;left:5.0625rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#fJwGRGJXurstUdguLDa0h4ngnyacU5O9 { width:10.125rem;height:3rem;top:78.5625rem;left:4.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fCfWBmfBTfeLKnduHX1XFwhIlK50CMwQ { display:block; }
#Hzm0qMdTH7sbvhw8Ty9Sv9lW6gd9NScp { width:10.5625rem;height:13rem;top:45.1875rem;left:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#vE1UgpTinyenFXwQgQ50Bdauu50vhhQs { width:5.375rem;height:7.6875rem;top:46.3125rem;left:7.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#u6fNWy1Rug7COlRS12t2JxslaGLv4tEi { width:8.5625rem;height:2.923825rem;top:54.5rem;left:5.75rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#C5WTTVAmFavuplmqy7llzZ1EPTr6aKx4 { width:10.125rem;height:3rem;top:58.9375rem;left:4.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xZucqsWCeeDytrZCoWPaARfPQOXCowvm { display:block; }
#wHJ9a5X7fHnOl7fgZPxJZgu4stTcfNTE { width:10.5625rem;height:13rem;top:25.875rem;left:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#xKmcsTU6glnrflp5zISek7oEaAGXC5Dy { width:5.125rem;height:7.6875rem;top:27.0615234375rem;left:7.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#caKlH6Mkg2gwUfVL7WqozzD1UHmsFr1X { width:8.5625rem;height:4.38574375rem;top:35.1875rem;left:5.75rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#kTM8WpqcbgefkVq6Vopueg9BiV6ZFxro { width:10.125rem;height:3rem;top:39.625rem;left:4.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#y66QmtXis1k4PPfHhto0ZgvqwRkOzV7u { display:block; }
#l6Vo3UlKeF30cOzMHovAReHMBO573UNm { width:10.5625rem;height:13rem;top:7.4375rem;left:4.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hfbrSkVAuQpTL211wxaDxiTWzECMrQEL { width:5.125rem;height:7.6875rem;top:8.4375rem;left:7.4375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OdQZW7kb5Wi5HTXRgdJCVJmB1rIaVOOE { width:9.0625rem;height:2.923825rem;top:16.75rem;left:5.75rem;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#JHNSUXtqWySggRpQs9O4c10IwANrTSbN { width:10.125rem;height:3rem;top:21.125rem;left:4.9375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Te2euXOy0Qr2U5sdmZ13tPIDSKXUnpB8 { display:block; }
#XCbRHwT30ebcmp0gzITnfZUab6C8gFJy { width:5.75rem;height:8.25rem;top:65.29296875rem;left:7.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#X96HpMBX06QTDwD0xGEB3UykuqTKarSh { 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:block; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh.adaptive-delivery-prevent-bg, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh.lazyload, #X96HpMBX06QTDwD0xGEB3UykuqTKarSh.lazyloading { background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { background-color: transparent; background-image: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row > .video-iframe-container { display: none; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .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); }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { border-width: 0; border-radius: 0; }#X96HpMBX06QTDwD0xGEB3UykuqTKarSh > .row .container { width:20rem;height:24.0625rem;position:relative;display:block; }#lISqPNk4OJ9vGP4EJifFNVIQKGoJrLwl { width:20rem;height:21.6875rem;top:1.25rem;left:0rem;display:block; }
#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.adaptive-delivery-prevent-bg, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyload, #oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv.lazyloading { background-image: none; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { border-width: 0; border-radius: 0; }#oxUMpWF0yVSVazdoIfClEdR7pdVn4Pqv > .row .container { width:20rem;height:86.5625rem;position:relative;display:none; }#dEpCaqtN5XQhu7Oq2I6591FDw3SZrPPV { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pU3bJegnJG1m2PWrzUEEtDpGTUSVsViq { display:block; }
#SCDw2xcflAbFyJgGvCEMZe3IzA0Jt8yk { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;font-family:var(--paragraphs-font-family);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JKTW9nmFSHUTPQb8h2OiMi4mlon0yve7 { display:block; }
#LWptfmhaGZkLpT033OCoTDpALD4xCDzl { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ynIWU6k5fUHk84v4H2Ovu4aiGZ5ler5T { display:block; }
#SCxTkTfrHAQhJnayoMvXxudQQ9HXK9ne { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-0),0);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#FeCFzrBMiq35nUSLtAUqd8nAxzK7uh7c { display:block; }
#l8oJ7TJswIqI9rXbdoNrK7DmNtkwOvbw { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#asdQ9xAnUsL1vaBByonui3GfZmIPt97e { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#ZZlSXbaWKebdsmVVqlI07uDqE6HhdK8i { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#WDTGI4dvxQN4iTvEOXxKTD5T5Dtgu4zh { width:9.8125rem;height:1.21948125rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TDXHTKyPWSlQ9VOkEWF7uvo8Dn7Bb4ul { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#Fg25VK57QJQ3w8ClEDAwWxGZz44l0X4t { display:block; }
#JrsNwmJpJs6yWR215Ficct5TmvPgZfXh { width:8.25rem;height:1.4624rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#V9qra3e2vTDBsURwqDwT5ArWzcxNOGCU { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ysQuMADmzoy4hnPT6Wn8H8J4oVJW9m4C { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#PavSgGxWqkmbrboKfXaihledhQXIEqig { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Lg5m0ghp3gqlKvxxUnA5wQhew9sTqQvc { width:8.25rem;height:1.4624rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#TUJQndpbTpzOukdiqEXGty9FGxRPcTIE { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#HiqA5GWQQT9LnCbJUWpyPdZ2ZhFFNFf8 { width:9.8125rem;height:1.21948125rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#d6GWkqc3XnbGAGAKQTAfI9GIoSVQI9dp { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#x7ozkuPG4BsA18IbcOoAfU2qKQJpv3x0 { display:block; }
#FBm3cE2nbqnbVdldTX8ZXM3EqQzgDAvn { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#BTd1amR9ZfBP88kSKWbFQEgUt8vqbMyp { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#oJozl4bH81S6A5JItegaaXDsU9xoWGIF { width:8.25rem;height:1.4624rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#X624kuCvsqehIZVhCRuvh57D6dR7eehW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#TFQESCBKNsOehnMWSrQ8rZHv8onTBlqW { width:9.8125rem;height:2.4389625rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#sHRiFuOApzkKyWF8o6OoDFunLGzTFr8G { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#cPNCwQEQac7IAwEOTEpHOiNLOWZ1raZS { display:block; }
#Ba0UfEQCnRzloCQedQ0emwhZSuhTS6WD { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#bfJsBiK8cwZiqNBockCWdU6h5JAPmILF { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#sf1LM17g3VG9EiTN5N1zMu2Tm30ETfSD { width:8.25rem;height:1.4624rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kpCCVoaJivuBK9M2LT4DR8VTTItt5bTG { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#vwmTU6Qq1df05BK0PIyFsFteCBnQn12Q { width:9.8125rem;height:1.21948125rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#kukP57dTsBpBxP0KrkRuUUhbwH2LMwgh { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#tWRl1k7zUqX9d8eeCW2VFCDrxR2emRMe { display:block; }
#H0POU0wL8CnrKSRpXN8UiTqaREkrMRr6 { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#QfeEliKpeevXyyyNhoagXp1p7eSTM2Tu { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#Rh0eTlTO2olJ6UchcXWLuAn8SuFgtx3z { width:8.25rem;height:1.4624rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#kyJ1Ao8DG72tvPfLcKATaIICC1rCvVpf { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#gl3w8GkcoBb1gsgQDKC0FRzZU57ZTHC6 { width:9.8125rem;height:2.4389625rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#b0m8GmPF3nSFWHQfAP6vdQQvCEgi92MJ { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#GRuvtmE13TBeFTzSgTVNRXWxa96DSxwD { display:block; }
#plKPgWLzGypAMKNzSaad81uESTN7bK89 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(var(--color-primary-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; }
#DPR757nn6NGJD9lQyOznlXVBqVCxzDbL { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#xmleTtMasgt8JsoIukgE2nqKTcfHmCfn { width:8.25rem;height:1.4624rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#W1DkM55V6PxnSsk3cLO7WPtOCm4oFSXu { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }
#iiqMn1LVze6hV2qIVmwHi2pSf3qwXQn1 { width:9.8125rem;height:2.4389625rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#nVaJ2RMs5H28GXByCPFDtrkMhi1TZuTp { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-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; }
#nxPwOAR8HA2RDZP5IncPlSTH72n5fbk4 { display:block; }
