.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:195,163,101;--color-primary-1:178,140,114;--color-primary-2:238,158,36;--color-primary-3:148,109,83;--color-primary-4:127,96,72;--color-secondary-0:171,220,230;--color-secondary-1:161,242,243;--color-secondary-2:150,162,179;--color-secondary-3:98,116,141;--color-secondary-4:64,84,102;--color-tertiary-0:255,255,255;--color-tertiary-1:250,250,250;--color-tertiary-2:30,30,30;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { position:relative;z-index:auto;display:none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { border-width: 0; border-radius: 0; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { 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; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { 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; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { 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; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { 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; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { 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; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { 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; }
#lsNPlSMaPR70QQIPyN4GTdgQnNLyc1aK { 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; }
#f0HzTQKDdO5h5VTB0H7frooP6fmZbkHw { 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; }
#DrkltsXsiF6RzJSeHzWdckqIqeuFf4cz { 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; }
#WiCgUITA5vpsxNiCtCdGd0C6AMQiyVvk { 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; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { 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; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { 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; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { 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; }
#Avu5cxmUTeFDPy7RkmO0TIyGLU7nL3VF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { position:relative;z-index:auto;display:none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { border-width: 0; border-radius: 0; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.adaptive-delivery-prevent-bg, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.lazyload, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container.lazyloading { background-image: none; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { position:absolute;display:block;z-index:15022;height:8.4375rem;width:15.249rem;top:13.154296875rem;left:2.01416015625rem;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { position:absolute;display:block;z-index:15023;height:8.562rem;width:15.4365rem;top:22.6552734375rem;left:1.91748046875rem;display:block; }
#dGT9HgWtJluun2EunFyXSsrZlMCer47J { position:relative;display:none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .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; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .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; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { 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:15.1875rem;display:none; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { 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:11.75rem;width:11.75rem;display:none; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { 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; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { 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; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D57ecaib20FFusm6ropVSzxwnITcz80B { 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; }
#vsC3XrBNGw8iWkf4BtsiUk6VebO3Am1G { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:18.6875rem;left:7.125rem;display:none; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { position:relative;z-index:auto;display:none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { border-width: 0; border-radius: 0; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .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; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .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; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.adaptive-delivery-prevent-bg, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.lazyload, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container.lazyloading { background-image: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { position:relative;display:none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { border-width: 0; border-radius: 0; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { 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; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { 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; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { 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; }
#QBrKZwTMq4ck6Oi8QDOEGffcrzhNLicC { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:1.4375rem;left:11.6875rem;display:none; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { position:relative;display:none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { border-width: 0; border-radius: 0; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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; }#VdC6JQCSUzT247pOFmsgIaqT24PniIiC { 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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-form-header {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .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; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { position:relative;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 { position:relative; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ { position:relative; }
#fVJsbFPUF4zvaBx35cVu8hG06zvTCuvg { z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #7700fd, #ff004c);background-image: -moz-linear-gradient(216deg, #7700fd, #ff004c);background-image: -ms-linear-gradient(216deg, #7700fd, #ff004c);background-image: -o-linear-gradient(216deg, #7700fd, #ff004c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7700fd', endColorstr='#ff004c' );";background-image: linear-gradient(216deg, #7700fd, #ff004c);background-size:auto !important;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(107,202,194,0.55) ;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:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#yRzitRAz4ZzRKinmcwkGuURvvonJdN4y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gEHnFgnTWus8nJpbiGZAFVphqbsqcCfQ { 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; }
#cN2Iyxq5OPPOPuPK9mPwReGxEESQRivK { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.3125rem;left:0rem;display:none; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { position:relative;display:none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { border-width: 0; border-radius: 0; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#M7JiKy8ZAUimDqGSJSOeL3EiNg6cua0u { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { position:relative;display:none; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { border-width: 0; border-radius: 0; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .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; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .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; }#Qenh9ps2am769L8zuEdz9lPTiP6coiJb { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { 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; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { border-width: 0; border-radius: 0; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { 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; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { 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; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { 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; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { 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; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { 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; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { 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; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { 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; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { 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(160,144,98,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; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { 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(160,144,98,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; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { 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; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;position:relative;display:none; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.adaptive-delivery-prevent-bg, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyload, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyloading { background-image: none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { 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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym { display:none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 { display:block;position:relative; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa { display:none; }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { 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; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { 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; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.adaptive-delivery-prevent-bg, #H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.lazyload, #H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq.lazyloading { background-image: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { border-width: 0; border-radius: 0; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq::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; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { font-size:0.875rem;font-family:arial;height:27.4375rem;width:60rem;position:relative;display:none; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { 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; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { 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; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { 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; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { 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; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { 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; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { 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; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { 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; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { 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; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { 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; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { 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; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { 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; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { 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; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { 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; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { 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; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { 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; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { 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; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { 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; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { 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; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { 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; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { 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; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { 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; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { 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; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { 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; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { 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; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { 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; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { 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; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { 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; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { border-width: 0; border-radius: 0; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { 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; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { 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; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { 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; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { 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; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { 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; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { 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; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { 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; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { position:relative;display:none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { border-width: 0; border-radius: 0; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:26.5625rem;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; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4rem;left:10.5rem;height:3.9800375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HOWQqL0WZmdxPGac0WTgkNmQIeL04kiX { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:8.875rem;left:17.8125rem;height:1.99978125rem;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; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:11.62451171875rem;left:2.125rem;height:1.99978125rem;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; }
#puFmS53ulm8BdFsKhs199KLXnxoPXXsa { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:14.3740234375rem;left:14.625rem;height:1.99978125rem;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; }
#Ulnc0aa4M6oCXI4tApivda2aGFMDWhxS { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#cWWdS9nzs5fkoFSduwfSSH4DKCEoBTAW { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:12.74951171875rem;left:54.1875rem;display:block; }
#eTZC737TiQAZQ9nNXTL1Ho6le0d1Jkbz { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10rem;left:54.1875rem;display:block; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.2490234375rem;left:54.1875rem;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { 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; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { 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; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { 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; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { 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; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { 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; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { position:absolute;display:block;z-index:15029;background-color:#c6996e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:22.5rem;top:46.0625rem;left:37.5rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { 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; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { 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; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { 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; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { 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; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { 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; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { 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; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { background-color: transparent; background-image: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { display: none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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); }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .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; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { 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; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { 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; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { 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; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { 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; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { 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; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { 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; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { 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; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { 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; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { 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; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { background-color: transparent; background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { display: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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); }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.375rem;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; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container.lazyloading { background-image: none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { position:relative;display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { background-color: transparent; background-image: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row > .video-iframe-container { display: none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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); }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { border-width: 0; border-radius: 0; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .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; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { 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; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { 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; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-1),1);background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-1),0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-form-header {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .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; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15017;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.388671875rem;left:10.923828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu { position:relative;display:none; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy { position:relative; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm { position:relative; }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { position:relative;display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { background-color: transparent; background-image: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row > .video-iframe-container { display: none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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); }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { border-width: 0; border-radius: 0; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .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; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { position:relative;display:block; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { background-color: transparent; background-image: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row > .video-iframe-container { display: none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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); }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { border-width: 0; border-radius: 0; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .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:27.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:4.75rem;left:10.5615234375rem;height:3.98144375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { color:#050505;display:block;width:37.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.6;letter-spacing:0;top:9.625rem;left:17.8125rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:12.37451171875rem;left:2.18701171875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { color:#050505;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:15.1240234375rem;left:14.6865234375rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { color:#050505;display:block;width:45.3125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:17.875rem;left:9.5625rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:13.49951171875rem;left:54.1875rem;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.75rem;left:54.1875rem;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:7.9990234375rem;left:54.1875rem;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:16.2490234375rem;left:54.1875rem;display:block; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .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; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.462675rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.6875rem;left:16.125rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:17.0625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { color:#ffffff;display:block;width:3.061525rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:22.5625rem;left:15.9375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:2.562255859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.445068359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.40185546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { color:rgba(30,30,30,0.7);display:block;width:6.9375rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15049;line-height:1.6;letter-spacing:0;top:14.081787109375rem;left:18.186767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { color:rgba(30,30,30,0.7);display:block;width:10rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.054443359375rem;left:5.07568359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15052;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:3.20068359375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/18f6a51f-b4a5-44a2-91e6-494edb8e50b8/Artboard1copy300x100.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { color:#000000;display:block;width:15.7498125rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:5.1796875rem;left:23.009115219116rem;display:block; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15174;opacity:1;top:5.0553398132324rem;left:46.322700500488rem; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.8125rem;top:38.125rem;left:0.375rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.25rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:1.9661464691162rem;left:45.441623687744rem;display:block; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:8.3125rem;left:45.4375rem;display:block; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.24935rem;text-decoration:none;z-index:15000;text-align:right;text-align-last:right;top:4.8697929382324rem;left:45.511070251465rem;display:block; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:2.1516933441162rem;left:46.322700500488rem; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:8.4375rem;left:46.125rem; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:9.5616328120231rem;left:4.1872825622559rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:60.4375rem;left:0rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:63.5625rem;left:0rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:69.25rem;left:0rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(46,106,58,0.18);background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { color:#000000;display:block;width:22.99925rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15121;line-height:1.6;letter-spacing:0;top:26.077880859375rem;left:19.20166015625rem;height:2.698975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15164;line-height:1.3;letter-spacing:0;top:28.77685546875rem;left:24.453125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:700;z-index:15128;line-height:1.6;letter-spacing:0;top:10.753173828125rem;left:1.435546875rem;height:2.1984875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { color:#000000;display:block;width:12.4970625rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15171;line-height:1.3;letter-spacing:0;top:13.5625rem;left:10.0625rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:22.3876953125rem;left:8.060302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.307875rem;height:2.62329375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:37.186279296875rem;left:25.345458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { color:#120f0d;display:block;width:25.437rem;position:absolute;font-family:arial;font-size:2.5rem;font-weight:700;z-index:15175;line-height:1.6;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { color:#020402;display:block;width:1.811525rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:17.6875rem;left:10.0625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { color:#010201;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15138;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { color:#000000;display:block;width:12.495125rem;position:absolute;font-family:cairo;font-size:4.8125rem;font-weight:700;z-index:15181;line-height:1.3;letter-spacing:0;top:13.5625rem;left:38.8125rem;height:6.254875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.5610375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:22.3876953125rem;left:43.623046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { color:#000000;display:block;width:2.87475625rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15199;line-height:1.7;letter-spacing:0;top:17.5rem;left:35.9375rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { color:#010201;display:block;width:5.12329375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15189;line-height:1.7;letter-spacing:0;top:32.87841796875rem;left:19.20166015625rem;height:2.230225rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
body { position:relative;display:block; }
#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { display:none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { width:47.75rem;position:relative;display:none; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#lsNPlSMaPR70QQIPyN4GTdgQnNLyc1aK { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#f0HzTQKDdO5h5VTB0H7frooP6fmZbkHw { top:3.625rem;left:0rem;width:3.75rem;height:0.8125rem;font-size:0.6875rem;display:block; }
#DrkltsXsiF6RzJSeHzWdckqIqeuFf4cz { top:3.3125rem;left:5.5rem;width:12.5rem;height:1.125rem;font-size:0.6875rem;display:block; }
#WiCgUITA5vpsxNiCtCdGd0C6AMQiyVvk { top:3.4375rem;left:4.8125rem;width:5.0625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#Avu5cxmUTeFDPy7RkmO0TIyGLU7nL3VF { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { display:none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { width:47.75rem;position:relative;display:none; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { top:13.125rem;left:0rem;width:15.1875rem;height:8.4375rem;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { top:22.625rem;left:0rem;width:15.375rem;height:8.5rem;display:block; }
#dGT9HgWtJluun2EunFyXSsrZlMCer47J { display:none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .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; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { width:15.1875rem;height:27rem;display:none; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { width:11.75rem;height:11.75rem;display:none; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { width:;height:;display:none; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { width:;height:;display:none; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block; }
#D57ecaib20FFusm6ropVSzxwnITcz80B { display:none; }
#vsC3XrBNGw8iWkf4BtsiUk6VebO3Am1G { top:18.6875rem;left:1.03125rem;width:20rem;height:;font-size:1rem;display:none; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { display:none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { width:47.75rem;position:relative;display:none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { display:none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container { width:47.75rem;position:relative;display:none; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { width:47.75rem;height:19rem;display:none; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { width:14.0625rem;height:5.125rem;display:none; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { width:15.9375rem;height:5.25rem;display:none; }
#QBrKZwTMq4ck6Oi8QDOEGffcrzhNLicC { top:1.4375rem;left:5.6109380722046rem;width:7.625rem;height:1rem;font-size:0.8125rem;display:none; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { display:none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { width:47.75rem;position:relative;display:none; }#VdC6JQCSUzT247pOFmsgIaqT24PniIiC { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem;display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#fVJsbFPUF4zvaBx35cVu8hG06zvTCuvg { width:14.0625rem;height:3.4375rem;display:none; }
#yRzitRAz4ZzRKinmcwkGuURvvonJdN4y { display:block; }
#gEHnFgnTWus8nJpbiGZAFVphqbsqcCfQ { display:none; }
#cN2Iyxq5OPPOPuPK9mPwReGxEESQRivK { top:6.3125rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { display:none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container { width:47.75rem;position:relative;display:none; }#M7JiKy8ZAUimDqGSJSOeL3EiNg6cua0u { display:none; }
#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { display:none; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row .container { width:47.75rem;position:relative;display:none; }#Qenh9ps2am769L8zuEdz9lPTiP6coiJb { display:none; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { display:none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { width:47.5rem;position:relative;display:none; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { width:;height:;display:none; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { width:;height:;display:none; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { display:none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:47.75rem;position:relative;display:none; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { display:flex;height:auto;width:27.75rem;top:1.5625rem;left:9.57666015625rem; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa {  }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { top:1.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { display:none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { width:47.75rem;position:relative;display:none; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { width:11rem;height:1.5625rem;top:17.3125rem;left:19.125rem;font-size:1.25rem;display:block; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { width:11rem;height:1.5625rem;top:16.8125rem;left:0rem;font-size:1.25rem;display:block; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { width:11rem;height:1.5625rem;top:31.1875rem;left:18.9375rem;font-size:1.25rem;display:block; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { width:11rem;height:1.5625rem;top:30.6875rem;left:0rem;font-size:1.25rem;display:block; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { width:11rem;height:1.5625rem;top:45.4375rem;left:18.9375rem;font-size:1.25rem;display:block; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { width:11rem;height:1.5625rem;top:45.25rem;left:0rem;font-size:1.25rem;display:block; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { width:11rem;height:1.5625rem;top:60.625rem;left:8.375rem;font-size:1.25rem;display:block; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { top:10.0625rem;left:15rem;width:17.5rem;height:3.9375rem;font-size:2.9375rem;display:block; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { top:18.4375rem;left:16.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { width:12.5625rem;height:1.5rem;top:18.5rem;left:3.9375rem;font-size:1.4375rem;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { top:20.875rem;left:16.6875rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { width:12.5625rem;height:1.5rem;top:20.9375rem;left:3.6295566558838rem;font-size:1.375rem;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { width:12.5rem;height:;top:45.3125rem;left:0rem;font-size:1.4375rem;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { top:15.5rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { width:15.0625rem;height:;top:24.75rem;left:0rem;font-size:1.4375rem;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { top:18.125rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { width:16.375rem;height:;top:29.5rem;left:0rem;font-size:1.3125rem;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { top:20.75rem;left:41.625rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { width:15.1875rem;height:;top:34.5rem;left:0rem;font-size:1.375rem;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { width:12.5rem;height:;top:48.3125rem;left:0rem;font-size:1.375rem;display:none; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { top:23.1875rem;left:16.75rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { width:;height:;display:none; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { display:none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { width:47.5rem;position:relative;display:none; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { top:0rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { top:5.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { top:15.25rem;left:9.5rem;width:38.25rem;height:25.557215625rem;display:block; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { display:none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { width:47.75rem;position:relative;display:none; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { top:3.625rem;left:0rem;width:15.375rem;height:3.3125rem;font-size:2.5625rem;display:none; }
#HOWQqL0WZmdxPGac0WTgkNmQIeL04kiX { width:17.9375rem;height:5.4375rem;top:26.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { width:17rem;height:6rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
#puFmS53ulm8BdFsKhs199KLXnxoPXXsa { width:16rem;height:4.625rem;top:9.25rem;left:0rem;font-size:1.375rem;display:none; }
#Ulnc0aa4M6oCXI4tApivda2aGFMDWhxS { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#cWWdS9nzs5fkoFSduwfSSH4DKCEoBTAW { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#eTZC737TiQAZQ9nNXTL1Ho6le0d1Jkbz { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:none; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { display:none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:47.5rem;position:relative;display:none; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { top:0rem;width:;height:;display:none; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:0rem;width:;height:;display:none; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { display:none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:47.5rem;position:relative;display:none; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { top:4.25rem;left:0rem;width:18.5625rem;height:1.5rem;font-size:1rem;display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { top:0.25rem;left:0rem;width:8.9375rem;height:4.5735279056031rem;display:none; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { display:block; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:47.75rem;position:relative;display:block; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { display:block; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:47.75rem;position:relative;display:block; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:block; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:47.75rem;position:relative;display:block; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:17.5rem;height:auto;top:3.375rem;left:4.798828125rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:block; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:47.75rem;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { top:4.75rem;left:4.4365234375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:37rem;height:1.9375rem;top:9.625rem;left:10.75rem;font-size:0.875rem;display:none; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:47.75rem;height:1.9375rem;top:12.3125rem;left:0rem;font-size:0.875rem;display:none; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:40.125rem;height:1.9375rem;top:15.0625rem;left:7.625rem;font-size:0.875rem;display:none; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:45.3125rem;height:1.9375rem;top:17.875rem;left:2.4375rem;font-size:0.875rem;display:none; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:3.625rem;height:3.625rem;top:13.4375rem;left:44.125rem;font-size:2.5rem;display:none; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:3.625rem;height:3.625rem;top:10.75rem;left:44.125rem;font-size:2.5rem;display:none; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:3.625rem;height:3.625rem;top:7.9375rem;left:44.125rem;font-size:2.5rem;display:none; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:16.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { width:47.75rem;height:58.5625rem;display:none; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:block; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:47.75rem;position:relative;display:block; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { top:31.3125rem;left:12.873481750488rem;width:7.5rem;height:1.75rem;font-size:0.75rem;display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:11.875rem;height:1.0625rem;top:30.4375rem;left:0rem;font-size:0.625rem;display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:6.9375rem;height:1.125rem;top:14.0625rem;left:12.061767578125rem;font-size:0.625rem;display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:10rem;height:1.125rem;top:14rem;left:0rem;font-size:0.625rem;display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:11.875rem;height:1.0625rem;top:23.625rem;left:0rem;font-size:0.625rem;display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:block; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:47.75rem;position:relative;display:block; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { width:9.8125rem;height:8.9375rem;display:none; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { width:47.75rem;height:17.1875rem;display:none; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:none; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:none; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:block; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:47.75rem;position:relative;display:block; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { width:31.5625rem;height:15.5625rem;display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:none; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:; height:; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:block; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:47.75rem;position:relative;display:block; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.65), rgba(4,39,15,0.46));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.65), rgba(4,39,15,0.46));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.65), rgba(4,39,15,0.46));background-image: -o-linear-gradient(top, rgba(160,144,98,0.65), rgba(4,39,15,0.46));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#04270f75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062a5', endColorstr='#04270f75' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.65), rgba(4,39,15,0.46));background-size:auto !important;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); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq { 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; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { background-color: transparent; background-image: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container > .video-iframe-container { display: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container { display: none; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .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); }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { border-width: 0; border-radius: 0; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#unDuhQF69Dfrh9ix5G7imNbxoWsBN3Pq > .row .container { width:20rem;height:6.875rem;position:relative;display:block; }#JQsoefdTbUBhd294JswpIxO0GgrwI1iR { top:0.49913024902344rem;left:6.9370663762094rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #a09062, rgba(4,39,15,0.78));background-image: -moz-linear-gradient(106deg, #a09062, rgba(4,39,15,0.78));background-image: -ms-linear-gradient(106deg, #a09062, rgba(4,39,15,0.78));background-image: -o-linear-gradient(106deg, #a09062, rgba(4,39,15,0.78));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fc6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fc6' );";background-image: linear-gradient(106deg, #a09062, rgba(4,39,15,0.78));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rWxofTcewcGUgZVMzWnpHT9SDELWc2b8 { display:block; }
#CK9KOdWeu1rVKzobx9rU1EbImXiW3Ukk { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#JCJgMCqTNh5ulZOMcC3o2uWMNSKTGOAn { top:0.4990234375rem;left:0rem;width:6.374rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #a09062, rgba(4,39,15,0.74));background-image: -moz-linear-gradient(106deg, #a09062, rgba(4,39,15,0.74));background-image: -ms-linear-gradient(106deg, #a09062, rgba(4,39,15,0.74));background-image: -o-linear-gradient(106deg, #a09062, rgba(4,39,15,0.74));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fbc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fbc' );";background-image: linear-gradient(106deg, #a09062, rgba(4,39,15,0.74));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:1.7;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lgreVRSPKTgxZQeyVtEGpNEAFpuz6BQs { display:block; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#ZLu0WHLsim2tUqPleorznq8XSaaOITn8 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SwnUSZ35TrSxFLMe6gTZitFcP1fl7RS1 { 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; }
#n33LTT0VHI9LmPXbDS7FWbn2ROk3LoeC { display:block; }
#dlndiJJbdAzxMRPVT6exTGEdQ158ElEh { 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; }
#lsNPlSMaPR70QQIPyN4GTdgQnNLyc1aK { width:6.6234375rem;height:1.1375rem;top:4.8742189407349rem;left:6.6882815361025rem;font-size:0.875rem;color:#f1e8e2;font-family:var(--paragraphs-font-family);display:block; }
#f0HzTQKDdO5h5VTB0H7frooP6fmZbkHw { width:3.75rem;height:0.89355625rem;top:5.060546875rem;left:5.14453125rem;font-size:0.6875rem;color:#f5ede8;font-family:var(--paragraphs-font-family);display:block; }
#DrkltsXsiF6RzJSeHzWdckqIqeuFf4cz { width:5.1237rem;height:0.89355625rem;top:4.966796875rem;left:1.39453125rem;font-size:0.6875rem;color:#ece4df;font-family:var(--paragraphs-font-family);display:block; }
#WiCgUITA5vpsxNiCtCdGd0C6AMQiyVvk { width:2.7484375rem;height:0.89375rem;top:4.9992189407349rem;left:0rem;font-size:0.6875rem;color:#f3ebe4;font-family:var(--paragraphs-font-family);display:block; }
#Wa7tg5g90I5pMCcrdB2liTB27pWT0E6f { width:7.125rem;height:0.89375rem;top:4.9367189407349rem;left:12.875rem;font-size:0.6875rem;text-align:right;text-align-last:right;color:#efe7e0;font-family:var(--paragraphs-font-family);display:block; }
#Mw2IhUaCiF0J1FUGJuApTZN3QLI964hp { 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; }
#IzJhWyFPf4WvTkKw9hKFMf5TKBURhkB6 { width:20rem;height:2.875rem;top:3.9375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(4,39,15,0.72));background-image: -moz-linear-gradient(180deg, #a09062, rgba(4,39,15,0.72));background-image: -ms-linear-gradient(180deg, #a09062, rgba(4,39,15,0.72));background-image: -o-linear-gradient(180deg, #a09062, rgba(4,39,15,0.72));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fb7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270fb7' );";background-image: linear-gradient(180deg, #a09062, rgba(4,39,15,0.72));background-size:auto !important;display:block; }
#Avu5cxmUTeFDPy7RkmO0TIyGLU7nL3VF { width:1.875rem;height:1.875rem;top:4.4375rem;left:11.09375rem;font-size:1.3125rem;z-index:15014;color:#d71522;display:block; }
#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/333bb83b-533d-447e-9e21-b9b76e7ef5c5/2.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.adaptive-delivery-prevent-bg, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.lazyload, #yOrl23Wi3nZsmyf91GzdDNxQyicaR72r.lazyloading { background-image: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { background-color: transparent; background-image: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container > .video-iframe-container { display: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container { display: none; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .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); }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { border-width: 0; border-radius: 0; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yOrl23Wi3nZsmyf91GzdDNxQyicaR72r > .row .container { width:20rem;height:12.6875rem;position:relative;display:block; }#oGlQ4h2dM7wgSPDkGVS4uZAyPNeQ78oE { width:4.4375rem;height:2.625rem;top:0.6591796875rem;left:15.029296875rem;z-index:15258;display:block; }
#pUBk2lc3ML4JVQ6uoASQXErVfAPoDLAr { width:4.6875rem;height:2.6875rem;top:0.6279296875rem;left:0.654296875rem;z-index:15258;display:block; }
#dGT9HgWtJluun2EunFyXSsrZlMCer47J { background-color:#536d57;background-image:url("https://images.assets-landingi.com/uc/e5d2bf7e-8476-44d2-aec5-1d8189b5941d/SaudiwallpaperPhotoroom1.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J.adaptive-delivery-prevent-bg, #dGT9HgWtJluun2EunFyXSsrZlMCer47J.lazyload, #dGT9HgWtJluun2EunFyXSsrZlMCer47J.lazyloading { background-image: none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { background-color: transparent; background-image: none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container > .video-iframe-container { display: none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row > .video-iframe-container { display: none; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .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); }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { border-width: 0; border-radius: 0; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGT9HgWtJluun2EunFyXSsrZlMCer47J > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; }#HnJeR8Mwxih5E8dfZ25ZwCKLHQT7T1Qn { top:18.65625rem;left:1.3759765625rem;width:10.9375rem;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; }
#uJnQzbWboLmdfy6TMbMokl0UplNEgeQc { top:32rem;left:2.7509765625rem;width:8.1875rem;height:8.1875rem;z-index:15255;overflow:hidden;display:block; }
#qMsnuGI1kkQMlx8DQJonuX5xZfvMZbMf { top:8.841796875rem;left:0.90625rem;z-index:15029;width:18.1875rem;height:2.875rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#d3SZT1AqkepaOqakQLdq89EZivqsWz6J { display:block; }
#GqM7JiMJoRHwiyLwaQDfcpam8rcNuKVX { top:12.9013671875rem;left:0rem;z-index:15030;width:20rem;height:2.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;display:block; }
#LicTO3GETWZGVktlrVGgbA5Gu3vPUmRB { display:block; }
#D57ecaib20FFusm6ropVSzxwnITcz80B { top:17.5rem;left:2.875rem;width:11.9375rem;height:2.75rem;z-index:15256;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #04270f, #a09062);background-image: -moz-linear-gradient(180deg, #04270f, #a09062);background-image: -ms-linear-gradient(180deg, #04270f, #a09062);background-image: -o-linear-gradient(180deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(180deg, #04270f, #a09062);background-size:auto !important;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;display:block; }
#vsC3XrBNGw8iWkf4BtsiUk6VebO3Am1G { top:18.1875rem;left:4.5625rem;width:10.5rem;height:1.29980625rem;z-index:15257;color:rgba(var(--color-tertiary-0),1);display:block; }
#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-1),0.62);background-image:url("https://images.assets-landingi.com/uc/cd9e0d97-60d9-4e33-95b0-8c2a74c18485/Artboard3.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.adaptive-delivery-prevent-bg, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.lazyload, #NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe.lazyloading { background-image: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { background-color: transparent; background-image: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container > .video-iframe-container { display: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container { display: none; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .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); }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { border-width: 0; border-radius: 0; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NDhm7POQN6AZ8GRMm38zxo7vXHMbOFUe > .row .container { width:20rem;height:12.625rem;position:relative;display:block; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { display:block; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { background-color: transparent; background-image: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container > .video-iframe-container { display: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row > .video-iframe-container { display: none; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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); }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm { border-width: 0; border-radius: 0; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .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; }#JyULVy48idtkCq9XEFEefEaCyZPnWrfm > .row .container { width:20rem;height:7.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.42), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.42), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.42), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.42), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090626b', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090626b', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.42), rgba(0,0,0,0));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; }#kOBJXUIb8mkhPXGFp9exoZ3FlSiEsUCN { top:1.71875rem;left:0.3125rem;width:5.8125rem;height:2.125rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yplGpI7SLTKI6GPIMpKvdXpEJLvJlpZO { top:1.875rem;left:13.6875rem;width:6.25rem;height:2.125rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#MXuhmO7hKcoxIQdH78uSx1l692v92riK { top:4.9671878814697rem;left:5.875rem;width:8.25rem;height:1.9375rem;z-index:15011;overflow:hidden;display:block; }
#QBrKZwTMq4ck6Oi8QDOEGffcrzhNLicC { top:2.2210941314698rem;left:6.0625rem;width:7.6859375rem;height:1.05625rem;z-index:15009;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:right;text-align-last:right;color:#174773;font-size:0.8125rem;display:block; }
#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu { background-color:#c1c8c5;background-image:url("https://images.assets-landingi.com/uc/ddf0f095-cd68-4706-948a-d33a4ae7d7d9/1.png");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;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.adaptive-delivery-prevent-bg, #fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.lazyload, #fubeAy7Gg3CrIta1goPgbJPmVpmn62gu.lazyloading { background-image: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { background-color: transparent; background-image: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container > .video-iframe-container { display: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container { display: none; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .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); }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { border-width: 0; border-radius: 0; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fubeAy7Gg3CrIta1goPgbJPmVpmn62gu > .row .container { width:20rem;height:40.875rem;position:relative;display:block; }#VdC6JQCSUzT247pOFmsgIaqT24PniIiC { display:flex;width:4.1875rem;height:4.1875rem;top:32.75rem;left:2.09375rem;font-size:3.0625rem; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-regular-label { width:14.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-text {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-textarea { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-select {padding-top: 0; padding-bottom: 0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-input-button { width:14.0625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(4,39,15,0.59));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(4,39,15,0.59));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(4,39,15,0.59));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(4,39,15,0.59));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#04270f96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),1)', endColorstr='#04270f96' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),1), rgba(4,39,15,0.59));background-size:initial !important;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem;color:#365638; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-checkbox-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:first-of-type{padding-top:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-container:last-of-type{padding-bottom:0;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU  { width:14.8125rem;height:auto;top:8.9375rem;left:2.21875rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .radio-container { width:14.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU {display:block;}#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU { width:14.8125rem;height:auto;top:8.9375rem;left:2.21875rem;z-index:15018;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #PwiN0TuPcixNBhxlZ2d66ZIAR2t0fd0f {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #vhISSoS0x53Ugq2fsN7q2dfRGJcHqNNH { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #gJUzvw4V9N8UcxfXmskUmWUCiFTNNS8c {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #cqHA1Oub6nEv4PexVPHxmG4VK4D7u3kU {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #o9I9vefb7UmAIZZnvxPTITUvX4NbuRRr { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #ZmNsVp1dXAcwvgX7UFDTn7T16CKTe5ho {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #rLR0BO0TFs7eNlmEI2vfpcSJMKW2k4Kl {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #NbETBEhJmKo80G3cGyi6EvvsO9mkNd91 { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nNDoWym9th9sv2wp5sT1ThB7hK0hgWKT {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #okHbmAmV19nROgXtUTuZiLDuS6Qkxuau {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #nnfVUEHClyUiTyGlt9ezKMQeKZz7Bsgd { display:none; }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #LPuohBeWcBRo2hLAzb9UJqXakaIvFvam {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #xz6qzFgvH9MaTnuiFfXTGSo4Gsxd1odi {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #pDu5ILmpRGsSJDWses4LyJSyoS7mnaV2 {  }
#TZ3ue4AQfA2UNz3CeTcqBM60TnbWqGsU #WV3xtak3srb9AzAr4cAAWiaRfa7TIroQ {  }
#fVJsbFPUF4zvaBx35cVu8hG06zvTCuvg { top:35.050001144409rem;left:4.34375rem;z-index:15032;width:12.6875rem;height:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, rgba(4,39,15,0.88), rgba(var(--color-primary-0),0.98));background-image: -moz-linear-gradient(216deg, rgba(4,39,15,0.88), rgba(var(--color-primary-0),0.98));background-image: -ms-linear-gradient(216deg, rgba(4,39,15,0.88), rgba(var(--color-primary-0),0.98));background-image: -o-linear-gradient(216deg, rgba(4,39,15,0.88), rgba(var(--color-primary-0),0.98));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270fe0', endColorstr='rgba(var(--color-primary-0),0.98)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270fe0', endColorstr='rgba(var(--color-primary-0),0.98)' );";background-image: linear-gradient(216deg, rgba(4,39,15,0.88), rgba(var(--color-primary-0),0.98));background-size:auto !important;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(4,39,15,0.68) ;color:rgba(var(--color-tertiary-0),1);display:block; }
#yRzitRAz4ZzRKinmcwkGuURvvonJdN4y { display:block; }
#gEHnFgnTWus8nJpbiGZAFVphqbsqcCfQ { top:5.9375rem;left:0.125rem;width:19.6875rem;height:2.1875rem;z-index:15161;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.98), rgba(4,39,15,0.47));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.98), rgba(4,39,15,0.47));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.98), rgba(4,39,15,0.47));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.98), rgba(4,39,15,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062f9', endColorstr='#04270f77' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062f9', endColorstr='#04270f77' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.98), rgba(4,39,15,0.47));background-size:auto !important;border-top-right-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-top-left-radius:1.3125rem;display:block; }
#cN2Iyxq5OPPOPuPK9mPwReGxEESQRivK { top:6.38125038147rem;left:0.875rem;width:19rem;height:1.29980625rem;z-index:15162;color:rgba(var(--color-tertiary-0),1);display:block; }
#cZiK6TAHIiKVNe42FOghTaUewclBShTm { display:block; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { background-color: transparent; background-image: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container > .video-iframe-container { display: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row > .video-iframe-container { display: none; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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); }#cZiK6TAHIiKVNe42FOghTaUewclBShTm { border-width: 0; border-radius: 0; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .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; }#cZiK6TAHIiKVNe42FOghTaUewclBShTm > .row .container { width:20rem;height:34.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a0906299' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a0906299' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#M7JiKy8ZAUimDqGSJSOeL3EiNg6cua0u { top:3.5517578125rem;left:0rem;width:20rem;height:19.874125rem;z-index:15000;display:block; }
#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { display:block; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { background-color: transparent; background-image: none; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row .container > .video-iframe-container { display: none; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row > .video-iframe-container { display: none; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .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); }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ { border-width: 0; border-radius: 0; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .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; }#BlBle7kcCsiGi8rQicfi7qUuwB4mFpwQ > .row .container { width:20rem;height:44rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a0906299' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a0906299' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.6));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Qenh9ps2am769L8zuEdz9lPTiP6coiJb { top:5.9892578125rem;left:0rem;width:20rem;height:19.874rem;z-index:15000;display:block; }
#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { display:block; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { background-color: transparent; background-image: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container > .video-iframe-container { display: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row > .video-iframe-container { display: none; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .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); }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ { border-width: 0; border-radius: 0; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .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; }#dW4uETOAnmLy7TE83qJx21L0PDCDN3CQ > .row .container { width:20rem;height:23.625rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, #a09062, rgba(4,39,15,0.25));background-image: -moz-linear-gradient(180deg, #a09062, rgba(4,39,15,0.25));background-image: -ms-linear-gradient(180deg, #a09062, rgba(4,39,15,0.25));background-image: -o-linear-gradient(180deg, #a09062, rgba(4,39,15,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a09062', endColorstr='#04270f3f' );";background-image: linear-gradient(180deg, #a09062, rgba(4,39,15,0.25));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; }#QW2symfldbgZ9FX69am9hL8gKHZeN3L2 { 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; }
#tFNznQkPCH7z4AT9RTZrq6UL6d4AFvmL { display:block; }
#ynVTkHxOWPZRoIosKRxMbvKTlccJieq2 { 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; }
#uCxRWaOCV1hUlqnvTWTVI6llIxVV5nqF { 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; }
#vFLXK6godCutKRGuZr6LmOs0vFs5bHd4 { 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; }
#A9z1Fwa1ARX0U940z0SPwecFifduXzcA { width:20rem;height:2.4rem;top:4.2491321563721rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);font-weight:700;font-style:normal;display:block; }
#OX6gGr3Z8r2ixvMvwhDyCJzdzX7peQl4 { width:19.1875rem;height:3rem;top:8.3125rem;left:0rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);display:block; }
#fvQQvpp54geqezyAoWh41Q3b6N3GcoiS { 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; }
#A2dlE41Tzwb13oWHOuBGkrfXZWmiD6I1 { display:block; }
#rOTyrUtHzrqurLdcc0SaSFTyTFT6yoh7 { top:13.203125rem;left:3.09375rem;z-index:15028;width:13.8125rem;height:3.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;color:#ffffff;font-size:1.375rem;font-family:amiri;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(160,144,98,0.21) ;display:block; }
#Haz25cxdhNKWJxEDyeQ1tLnXkPTRhMiB { display:block; }
#CTMpr5K2x35TMb6bmihLp4r9T3zoyBVM { top:18.009333133697rem;left:3.4375002980233rem;z-index:15029;width:13.125rem;height:4.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(216deg, #04270f, #a09062);background-image: -moz-linear-gradient(216deg, #04270f, #a09062);background-image: -ms-linear-gradient(216deg, #04270f, #a09062);background-image: -o-linear-gradient(216deg, #04270f, #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f', endColorstr='#a09062' );";background-image: linear-gradient(216deg, #04270f, #a09062);background-size:auto !important;font-size:1.625rem;font-family:amiri;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(160,144,98,0.6) ;display:block; }
#gnskub0kiVKdQNmmPwggmE7ltTTAcTg8 { display:block; }
#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { position:relative;z-index:auto;display:block; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { background-color: transparent; background-image: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row > .video-iframe-container { display: none; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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); }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 { border-width: 0; border-radius: 0; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .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; }#kKsp79iXApAv37ge4h7Ct8FqzlCDxWx0 > .row .container { width:20rem;height:56.25rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f47', endColorstr='#a090625b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f47', endColorstr='#a090625b' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.28), rgba(160,144,98,0.36));background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-element-container { background-color:transparent;background-image: -webkit-linear-gradient(top, rgba(160,144,98,0.4), rgba(4,39,15,0.37));background-image: -moz-linear-gradient(top, rgba(160,144,98,0.4), rgba(4,39,15,0.37));background-image: -ms-linear-gradient(top, rgba(160,144,98,0.4), rgba(4,39,15,0.37));background-image: -o-linear-gradient(top, rgba(160,144,98,0.4), rgba(4,39,15,0.37));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#04270f5e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906266', endColorstr='#04270f5e' );";background-image: linear-gradient(to bottom, rgba(160,144,98,0.4), rgba(4,39,15,0.37));background-size:contain !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; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;flex-direction:row-reverse; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-heading-text { font-size:0.6875rem;height:auto;line-height:1.3;overflow:hidden;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family); }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-desc-text { font-family:var(--paragraphs-font-family);font-size:0.5625rem;height:auto;font-weight:300;font-style:normal;color:rgba(var(--color-tertiary-0),1);line-height:1.6;overflow:hidden; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .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; }#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.adaptive-delivery-prevent-bg, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyload, #DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht .accordion-trigger.lazyloading { background-image: none; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht { display:flex;height:auto;width:18.2453125rem;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:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906247', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.28), rgba(0,0,0,0));background-size:auto !important; }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IDd4FLaG6Dm2S5tpnDK2gqWEaRunFcfs {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #J9qtT7gVPaqsWmxTuJoVCKZRzWwQhvAQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KkL1Nro8ZOqSwX9ScuT1XHTFwVA4cWeE {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #h6mcz2zevGmoaDV9PLtpuSHOxWUQU8gR {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #OPglPCDoVQ33rub1OGhBBnyCfMHOgz1f {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #O5u8TaWhJE2rtEiIf6biOyRDhtkO8tQO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #GKsf54IkCsoM00RIwtVPVEQFQU453WuF {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #k68G3rR12iSctOsyZZJx98rlQ4Ik84QP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #LcSXwSZ0pXvtrTRgK5ODfBzIZLU3lXF4 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HhfBIiru8JDQf6v7TXCFwo3oha2ecqWO {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #C5TKk3K3B6V8uwJS6VfGu59RQgQn1foP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #oibOOOlKS6qw3BfTJaeFgtPzShiFp57P {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #diZeWeJWXBKw1uJUH3WeA3wKxJO1wtvh {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SBMlcQ3VvCPkpmOz97fDu05gHTvmdKuH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #rv9OCiCJ6TuqDcpycqPf5rs8X7ydvaVH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #bOImiinD4Ta6G8IqM0lBrQTVRu7WF9XX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #UiK5LOCOmKTdgv9ytyaIopqMs00FBSuM {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #c8aq3JZcPnnG96fliflqoznQPe3NbMdd {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #L2EzXmHZ0yd9xEoFspPuQzONUQbEGiUc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mwBqG1hn68Pmk79Vmd7HO5yTxNHZgFNu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #JsBB1kyen2l2gF7SzDNuK44215XbVzDB {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #w6EzQKqyG1702nf4fFoUtFLOTX3T69OW {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #yIDkNApSlBpaWJQ9OhAIZZdePo7drFxl {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WfpMstE6sCBGbWlViMxZ6T1xX4FTDL93 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #SaOyD2s5SPRbTQiuewIKSiZWxhVopKiC {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #M5oviiPTOSIxklycTT6QA3vqeNQTcVDX {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #mdkU82ekCAhWAdTggsACFVwvmTQkgctS {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #EZrNyK358Dg6u6mHo2sQoBuTLB8opFJ3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #IWoL4S7clKT9DgArLkbCHz5MTnQn4KUy {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #WeE7GtDehRLxGBAX5lZ8dDU7cgMtDQAm {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P0oAJD2RVTTh6BOpdM16G50ggTA36kvk {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #K2MxUnIO52saVwS6bfrnHyZBa3mxDTV3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #dmRdwd5HXgroWE8Ich3SZyXhvgAiSSrQ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #eUnw6EnJI6cDVV4if7hg5hpbdTRvFZLc {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #STKIgcXLTFvUTMAJQXRgU3HV7XCC7Zal {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #nTa6w2Ru6727mIXnenoUmciqcH4pZhbJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #AUD5SFhQsT25OcUfpIFUy1KVuhwJBi2w {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #xgf7S2hiZzeSD5qoCIkaLmdTmvsmqapb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #gWgnTi6o32C2OMThCPBmE3Sn99nWUROP {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #KtEwt85ZwNOcZaOAkGUTCSJx12naP4nA {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CGL9gfBG5mvHW3pkaaX4M9cQJohrC39k {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #PGT3nEWiicE4mOMC2H42clwqNGQM73TH {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #Ar2mosQACBpNo0EfME1L2KBWsQROdxE3 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #zOPriwfRTEI3q91Wnf8XauJkrgwoxWEJ {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #HlchEP5oSd6aOAANpeJ5cT9Tb1wrJWym {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #iNPkGFm4cgHeLTGJndsru1kcR46ULBwg {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #P9h20kXvBqfOn8hRO5CxEVuUNQW9vhnu {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #CvQIzQ8ogxG56CefrDmRQh2dQQvdWgv5 {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #TwieRcT1qi5zPQ3mWDOqsSzBdFgXiHUb {  }
#DyQmVDC8PzRVrUG6M6CeDHGCcv2Ub3ht #aLlGodcN9N0f09saI2FZEX7s7yNsDxMa {  }
#U1FDCWsxAmwLhPE1kMV4QMckXUPccaPU { width:15.4375rem;height:1.95rem;top:1.4375rem;left:2.28125rem;font-size:1.5rem;color:rgba(var(--color-tertiary-0),1);z-index:15015;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq { background-color:rgba(160,144,98,0.08);background-image:none;display:block; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { background-color: transparent; background-image: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container > .video-iframe-container { display: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row > .video-iframe-container { display: none; }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .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); }#H6bfGAxzK4cxHG7dFNOIw70N31lTtUGq > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; }#kU3xI4GNT19M4itdITsgyrDzgIdhSAQJ { 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; }
#Nkvz6POh0aBf8F9JnP0FGfP2A2VZ4V5W { 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; }
#WeqfEvLfB2TakTHTehQHX9HDD2TcKTOO { 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; }
#dob1xr5KuGV4SrxoIKPvG26RDZAT0Pgx { 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; }
#binBvCotqtooBeKaXiShFTkV3tMKHmLt { 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; }
#v3OFppNS0fl6WVFmbMBWcQ6lI997tyHn { 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; }
#KI1acrPXH5ticUJBlxVEpqpPHTfHwP7W { 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; }
#ALPTBywoknxk6Bw0SLwTpzoPcWcJIThf { width:17.4989375rem;height:3.8183625rem;top:0.87456417083738rem;left:1.2500000596046rem;font-size:2.9375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#XJHfZZVVp5o7s5sQxPREknzEQ4rl2GVh { width:1.6875rem;height:1.6875rem;top:12.436721801757rem;left:16.99843788147rem;font-size:1.125rem;color:rgba(4,39,15,0.75);display:block; }
#rl6mgPeoaW8VuMnlgTpOBbus0vqtVBXt { width:12.561875rem;height:1.86875rem;top:15.998443603516rem;left:3.4992189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#fUZzbEzC6SdvFmEUsQgtVewpM1AFRKid { width:1.6875rem;height:1.6875rem;top:16.060943603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(4,39,15,0.73);display:block; }
#lXfCkgaber4q8aLPdsQyBASg0LpnARiW { width:12.561875rem;height:1.7875rem;top:19.384384155274rem;left:3.7179689407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#nb0RFTVzp0gQiKKUZELpLqbNOdWz2psi { width:1.6875rem;height:1.6875rem;top:22.93359375rem;left:17.18593788147rem;font-size:1.125rem;color:rgba(4,39,15,0.74);display:block; }
#geUFCfi6TNE7LU8CIO0g6VnwLXWlC3a9 { width:12.561875rem;height:1.86875rem;top:22.748443603516rem;left:3.7492189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#EC4mkoVE6XeaE7qOotODvSQ3TZpU53nb { width:1.6875rem;height:1.6875rem;top:5.375rem;left:17.0625rem;font-size:1.125rem;color:rgba(4,39,15,0.72);display:block; }
#tZSgwFUrZ64ETGzGKDg1rDdSwmDv26gd { width:15.9375rem;height:1.86875rem;top:5.5625rem;left:0.5625rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.4375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#ihz8qgVuBJAfozx7ANdcIdo9GrHuiRCV { width:1.6875rem;height:1.6875rem;top:9.1859436035156rem;left:17.12343788147rem;font-size:1.125rem;color:rgba(4,39,15,0.75);display:block; }
#ur9pLea1h0I8vkn42vpBsogAqh7U23yU { width:16.436625rem;height:1.70625rem;top:9.0914154052738rem;left:0.69375002384188rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.3125rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#EvVJNVwaZtWMElc3QQH1sD9A8zDSeS0m { width:1.6875rem;height:1.6875rem;top:19.373443603516rem;left:17.06093788147rem;font-size:1.125rem;color:rgba(4,39,15,0.74);display:block; }
#ez9TcNd0bHwsT4sw9N2ru6uuDruwoxnN { width:15.2495625rem;height:1.7875rem;top:12.247665405274rem;left:3.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);font-family:amiri;display:block; }
#ogSRsg28IT6rNeTKMWS3PUS21BlAGJJq { width:12.561875rem;height:1.7875rem;top:26.249221801757rem;left:3.8742189407349rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.375rem;color:rgba(var(--color-tertiary-0),1);z-index:15051;font-family:amiri;display:block; }
#l14s9qxhuqPqsnhGHND9UFn8M7Rsfauu { width:1.6875rem;height:1.6875rem;top:26.373443603516rem;left:17.18593788147rem;font-size:1.125rem;z-index:15072;color:rgba(4,39,15,0.74);display:block; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy { display:flex;width:3.125rem;height:3.125rem;top:30.55078125rem;left:15.24765586853rem;z-index:14999; }
#OA4RGMv7TrLJ6JPXG3A43Csd56kTlCGy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#MQ4n65ZHuSQS7pcc3vPWyCD9zNB2DF4C { top:30.39453125rem;left:2.0484375953674rem;z-index:14993;width:16.5625rem;height:3.4375rem;font-size:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, rgba(4,39,15,0.66), #a09062);background-image: -moz-linear-gradient(181deg, rgba(4,39,15,0.66), #a09062);background-image: -ms-linear-gradient(181deg, rgba(4,39,15,0.66), #a09062);background-image: -o-linear-gradient(181deg, rgba(4,39,15,0.66), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270fa8', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270fa8', endColorstr='#a09062' );";background-image: linear-gradient(181deg, rgba(4,39,15,0.66), #a09062);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;display:block; }
#xXg0pyWGnV9FksetMDEBQhD87fO3rXqK { display:block; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx { display:flex;width:2.621525rem;height:2.621525rem;top:30.739059448243rem;left:2.2492187023163rem;z-index:14999; }
#LTyAQrErUwRaLMeegTbVx8yZndqMweEx > img { max-width: 100%;max-height:100%; width:2.621525rem; height:2.621525rem; }#mAHX7afisdgmPHxvdVIKxDCGDif8ne8T { width:10.499125rem;height:0.124783125rem;top:3.9290410876274rem;left:4.7493494153022rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:15004;display:block; }
#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { display:block; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { background-color: transparent; background-image: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container > .video-iframe-container { display: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row > .video-iframe-container { display: none; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .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); }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg { border-width: 0; border-radius: 0; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .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; }#Qvdwqm8IErt0JGxcpewLMzBoG1oLGRSg > .row .container { width:20rem;height:45rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(4,39,15,0.06));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(4,39,15,0.06));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(4,39,15,0.06));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.54), rgba(4,39,15,0.06));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#04270f0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906289', endColorstr='#04270f0f' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.54), rgba(4,39,15,0.06));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; }#T7rMEl36AMZelx3LMQlVCivcO08mqygl { width:20rem;height:;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#xuTPrhIqMezIN80oEoZO6UWvWdluEZ3s { width:20rem;height:15rem;top:5.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-1),1);display:block; }
#SUIEhrK4rvQAPyZ5O0rVRbMGDNphtMzW { width:13.125rem;height:4.375rem;top:37.50390625rem;left:3.8125rem;font-size:1.375rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(4,39,15,0.5));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(4,39,15,0.5));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(4,39,15,0.5));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.5), rgba(4,39,15,0.5));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#04270f7f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a090627f', endColorstr='#04270f7f' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.5), rgba(4,39,15,0.5));background-size:auto !important;color:#fcfff6;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LeSwV6VBGDKqHngaBVx1wxFogkyQmKgo { display:block; }
#XOEKBmq4hfqOT7x2w3DaDc16qILqGsR0 { 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; }
#iSGoTqkDqFDoV2ZwLikXpqJNREmwlXvS { display:flex;width:5.9375rem;height:5.9375rem;top:34.4970703125rem;left:0.1875rem; }
#DfmTGEkqqWXyh5QyXnB8f3ZopRJFFpdq { 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; }
#BSw1H9TqHApu31uqmVHvrGThWOkmEFJf { width:20rem;height:15.9375rem;top:3.75rem;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(4,39,15,0.25));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(4,39,15,0.25));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(4,39,15,0.25));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(4,39,15,0.25));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#04270f3f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-0),0.68)', endColorstr='#04270f3f' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-0),0.68), rgba(4,39,15,0.25));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { display:block; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { background-color: transparent; background-image: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container > .video-iframe-container { display: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row > .video-iframe-container { display: none; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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); }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT { border-width: 0; border-radius: 0; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .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; }#AiD8AGRwIREaPb8sWO81kHqUzSSenoRT > .row .container { width:20rem;height:36.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.11), #a09062);background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.11), #a09062);background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.11), #a09062);background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.11), #a09062);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f1c', endColorstr='#a09062' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f1c', endColorstr='#a09062' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.11), #a09062);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#CpBRwbL6TylATJEaMlfdhcTrnVEzSwFH { width:15.43675rem;height:3.33105625rem;top:3.4250001907349rem;left:1.1875rem;font-size:2.5625rem;text-align:center;text-align-last:center;z-index:15020;font-family:"alw arabic";color:rgba(var(--color-tertiary-0),1);font-weight:700;font-style:normal;display:block; }
#HOWQqL0WZmdxPGac0WTgkNmQIeL04kiX { width:17.9980625rem;height:5.4609375rem;top:26.731771469116rem;left:1.0004341006279rem;text-align:center;text-align-last:center;font-size:1.4375rem;z-index:15013;font-family:amiri;color:rgba(160,144,98,0.43);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;font-weight:700;font-style:normal;display:block; }
#J6AmTLmUJAKgc2fgyRJe9NtWKt6bXe4T { width:17rem;height:6.0556625rem;top:17.99453163147rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;z-index:15011;font-family:amiri;color:rgba(160,144,98,0.54);line-height:1.7;display:block; }
#puFmS53ulm8BdFsKhs199KLXnxoPXXsa { width:16.0615rem;height:4.673825rem;top:9.62109375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.375rem;z-index:15022;font-family:amiri;color:rgba(160,144,98,0.45);line-height:1.7;display:block; }
#Ulnc0aa4M6oCXI4tApivda2aGFMDWhxS { width:3.125rem;height:3.125rem;top:7.80859375rem;left:16.87343788147rem;font-size:2.1875rem;z-index:15009;color:#845d25;display:block; }
#cWWdS9nzs5fkoFSduwfSSH4DKCEoBTAW { width:3.3125rem;height:3.3125rem;top:15.435943603516rem;left:16.686719894409rem;font-size:2.3125rem;z-index:15010;color:#845d25;display:block; }
#eTZC737TiQAZQ9nNXTL1Ho6le0d1Jkbz { width:3.3125rem;height:3.3125rem;top:24.936828613281rem;left:16.812283813953rem;font-size:2.3125rem;z-index:15011;color:#845d25;display:block; }
#rOMedJKlvfZQrHx3IeK6wUbB7VAbzB6Q { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#FmT0Haeh8XIFc4cpcEin8WLoWlDeWRy7 { width:6.811rem;height:6.811rem;top:0.935329914093rem;left:12.255859673023rem;font-size:4.75rem;z-index:15012;color:rgba(230,40,40,0.83);display:block; }
#u7RebPGNl4ehUS9HdnrUBSlDggW99wTU { width:10.5rem;height:0.125rem;top:6.7489156723025rem;left:3.6453998684883rem;background-color:rgba(160,144,98,0.26);background-image:none;z-index:15005;display:block; }
#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(160,144,98,0.46), rgba(4,39,15,0.26));background-image: -moz-linear-gradient(180deg, rgba(160,144,98,0.46), rgba(4,39,15,0.26));background-image: -ms-linear-gradient(180deg, rgba(160,144,98,0.46), rgba(4,39,15,0.26));background-image: -o-linear-gradient(180deg, rgba(160,144,98,0.46), rgba(4,39,15,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906275', endColorstr='#04270f42' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0906275', endColorstr='#04270f42' );";background-image: linear-gradient(180deg, rgba(160,144,98,0.46), rgba(4,39,15,0.26));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { background-color: transparent; background-image: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row > .video-iframe-container { display: none; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .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); }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { border-width: 0; border-radius: 0; }#GpaIQLVRqEf9QEpNULFOrI7BDBoFn7HX > .row .container { width:20rem;height:75.9423828125rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#BXMBnMhnZxTLrfTypn07pikM4shUHZeq { 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; }
#o4X257onU79s2DlveLN0IrL7cTIp4L9E { width:20rem;height:3rem;top:5.947265625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--headlines-font-family);display:block; }
#OH2bOU8fCzIXslD4Z3hQTEWCNqmR07Dn { width:20rem;height:1.95rem;top:3.2486982345581rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#yauba9yol2ZC8FUTEqLUeWPxvKnufIOT { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.56));background-image: -moz-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.56));background-image: -ms-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.56));background-image: -o-linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.56));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a090628e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#04270f87', endColorstr='#a090628e' );";background-image: linear-gradient(180deg, rgba(4,39,15,0.53), rgba(160,144,98,0.56));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l7vQlwKwNwyCPzXwL8rDXNfNgDglzNBD { 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; }
#dzLAfdXI45CcAOJG6kBankWSzy9u8PXW { top:45.942710876465rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz { 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; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { background-color: transparent; background-image: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row > .video-iframe-container { display: none; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .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); }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { border-width: 0; border-radius: 0; }#G87B9Rgq1g6NTzvSoX1SWdCTE7rJANyz > .row .container { width:20rem;height:7.6875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#cL83OkKK9tSdoBNC4eUZFQSkPGFt9wzB { width:18.5625rem;height:1.5rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#gSf5aF6cmyz2FaJIn7cs4C9yFhf3JnxP { 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; }
#gvi3hwWzX369wK9L9dRyUQowpy2J44lG { 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; }
#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc { position:relative;z-index:auto;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { border-width: 0; border-radius: 0; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VUu0da7dwrQOiMOIBdCRSCiuTd2t2Whc > .row .container { width:20rem;height:5.6861979961395rem;position:relative;display:none; }#cwTRTgTy8TsmFHxPKz5Rfepq9tThDPZ8 { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#L156CxJfPRWxEUNLMDtSX31M5kQTUooW { display:block; }
#ih3hiaTZBX3wNLceEIHHDLenUkMHTbQO { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#vFTqswVOdTOLP0snen4p8IgG7vOsoGhP { top:0.5rem;left:0rem;width:6.375rem;height:2.4375rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-primary-3),1), rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-0),1);line-height:2.2;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Tlt7CHXBius2O8hghdrE324AelMXDZxL { display:block; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#eIdcpVU9Q36XokdIJDQPHD19U0Cn2vlv > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#SA83wS6Cm21ufEW384f2yI00WRoGm2Q4 { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#B8fLeVBONkZ2w50A4GWuS33M34Qh86x4 { display:block; }
#Fq4opShOTyuePzNAphVvSo5Sea0clZGT { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nCxX2AecNFPKqkzq8pD6o71NbkOcdBty { 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; }
#QBoaHnlJup3KNUXRrUoczW3E6IH7FaTR { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#EtT8nEIfaEqpbTi5lIUNZ2GHktAG2Sz2 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#cVEBBaDqya0TuOdUbNM4OJSAiX9qcX7a { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#C2Aw31gX8RleqqTJMCXmRJ6l7FTmgmql { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#qlaSwvZImOkbZfzgxQhsF09dGoBwOpn4 { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;font-family:var(--paragraphs-font-family);display:block; }
#XT0JczeVsg8kSSm5QCGKHBB9oATM2fTW { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;font-family:var(--paragraphs-font-family);display:block; }
#ByFDO0bk3Zp0eENbVMywzkvGQnkqi3gs { 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; }
#In2PWItWIzOphvI7VE2SOqnNfH0LCd2y { width:20rem;height:2.8125rem;top:2.8125rem;left:-0.125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;display:block; }
#TpbsqbwfQMKhokvoQsRLW243JswFNn55 { position:relative;z-index:auto;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55.adaptive-delivery-prevent-bg, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyload, #TpbsqbwfQMKhokvoQsRLW243JswFNn55.lazyloading { background-image: none; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { border-width: 0; border-radius: 0; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TpbsqbwfQMKhokvoQsRLW243JswFNn55 > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#W5VtAXCQqqXXnl7dUZexk9GQkUuRmPuq { width:6.6855625rem;height:3.68555rem;top:3.56103515625rem;left:0rem;z-index:15020;display:block; }
#QESV3G594z1VT0aSUKxqOS6TDUz29lrH { width:5.18555rem;height:2.874025rem;top:2.02734375rem;left:9.64892578125rem;z-index:15019;display:block; }
#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { display:none; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T { border-width: 0; border-radius: 0; }#MEnnsx4pXKaiudpzVrl0iCLSWVXl3F2T > .row .container { width:20rem;height:30rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#ge9y01zhXBPluyE26TCaEw1AHshO3oMe { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;font-family:var(--paragraphs-font-family);display:block; }
#aAniaDzfaClZFFZwsukL9r1EnqEKufFr { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#kMDCIbfroB8aEVyCHBgzq6nev1HscyEU { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-family:var(--headlines-font-family);display:block; }
#W2C2vJTFUcGgZMaHQsQBVTlTPJkEIkx5 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;display:block; }
#wib1yUahed4ylFn0SWFK5JnMJrtrFAp3 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;background-color:rgba(var(--color-primary-1),0.83);background-image:none;display:block; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-text {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-select {padding-top: 0; padding-bottom: 0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:rgba(var(--color-primary-1),1);background-image:none;line-height:1;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;font-size:1.5rem;height:2.75rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:first-of-type{padding-top:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-container:last-of-type{padding-bottom:0;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H  { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H .widget-info-text { color:rgba(var(--color-tertiary-4),1); }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H {display:block;}#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H { width:14.25rem;height:auto;top:12.808837890625rem;left:1.62353515625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #uK4KTf6HEPRtgBLBBuccIawTCua9URSn {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #oZD2nasTAdgFhUvbP3lypBngREJQmely {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #gtTUWPIi2sIPDuQiBczHfVkXmf35L67b {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #VHbtsr3dmMzZH4s2Cygm3vrhcC5fL4tM {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #yBCM3S08JH3uc2GQxiux6KJsLNSlTy7C {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #wRDpGHV0JepciHcqEIXNThuLwCD1Mt3n {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #iPXOqiGDwART2ywzewglyfBvlJUgxzpK {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #XZaMqazZXXD2fZ29Vy2LVh4GNZDAa2zJ {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #kuGaK85QZsGeRKwu97FCMiDvEKUk9fZ9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XG4b8vr40LnQmCuKNUrrJxmkeoUUH8Iu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #eCphBZAcqgOz7zC9GBEqMkIf2KmueGOI {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #v9kyuIAR0ClbrRbruVXH62Hsr1JOIREu {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #li4JSHkS9aeCNpzMaFSc5W7cII8Xm1F1 {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #Kk6TvXD9LfaGcTCGyxsNJJclpP0WE9Oy {  }
#uyoohIEbGE38wzgHPyXdvQ1G39EuLg2H #HAqnGa5OeaM3UtfViBfWcviQEAr4BGDm {  }
#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { display:none; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 { border-width: 0; border-radius: 0; }#bWdOGUZWBnFKeiFWcJpkiXN3VqFBXgO8 > .row .container { width:20rem;height:23.4375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { display:none; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr { border-width: 0; border-radius: 0; }#ef5b9JhnWCWhlhvGxrAJkS46HOxFcUTr > .row .container { width:20rem;height:29.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#o27hwSRc3GvwIezfbsKz031AVHEgJk1p { width:15.061875rem;height:2.5996125rem;top:4.9306640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);display:block; }
#JC6yapIN0JdS0kU6AbcnO2LlvWPd0ENW { width:18rem;height:2.79948125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#IgWl0pSGHXF7ayIRp3FRrWvTAIkDpAHZ { width:15.8125rem;height:4.19921875rem;top:13.06201171875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#ZrmA5gVN6fIx1XZi1ifUrihsnloymkIZ { width:16.0625rem;height:2.79948125rem;top:17.8740234375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#JFNQxUKdpUCC2LgEosGml42n4sqTM7GL { width:15.625rem;height:2.79948125rem;top:22.62451171875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15005;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#f4i5rbM5BIDyw6s5f1zpwZVrbX8cAcMn { width:2.43706875rem;height:2.43706875rem;top:8.513671875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15009;display:block; }
#zVa15tgsQrohOrrCTeakvv30KJ1P7hTZ { width:2.43706875rem;height:2.43706875rem;top:13.06201171875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15010;display:block; }
#SeL0tdyZPcDWPzBfTocZhWByV84TCJDg { width:2.43706875rem;height:2.43706875rem;top:17.25732421875rem;left:16.435546875rem;font-size:1.6875rem;z-index:15011;display:block; }
#FoSVRcMEG7kX6eq5FRgRr4EUv2Qsg1bT { width:2.43706875rem;height:2.43706875rem;top:21.7001953125rem;left:16.435546875rem;font-size:1.6875rem;z-index:15012;display:block; }
#VN2XupCXNOqAErXPlP60aDyxEBeogRyT { width:3.625rem;height:3.625rem;top:24.857856273651rem;left:10.686849653721rem;font-size:2.5rem;z-index:15010;display:none; }
#b09c2ivTG9cS5nRiS20BrgwgDgNd7FtT { top:2.5751953125rem;left:11.12841796875rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW { border-width: 0; border-radius: 0; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container { width:20rem;height:57.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/ddf072ca-c36d-4123-a1f2-7a29c54661b6/mobileapp02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; }#zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.adaptive-delivery-prevent-bg, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyload, #zCIn08pscL9Mb4rGQupHfKtWlgoZCdAW > .row .container.lazyloading { background-image: none; }#EMyxLn3mD9TT3pcBR1OtePiKCStbT9zB { 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; }
#piMTEt7zqfvJ26RVFZdclAAOcJpg77m5 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#OOMgIwiyc1TqHm7oePOgM8xnHBo8xBXX { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#woLkxk0ZROyQT4bnMuxR6igeh64WBR8K { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#aQiybvu2AVGK1nMN4U6JS7UhBd4wesgT { width:3.99858125rem;height:0.97439375rem;top:37.496337890625rem;left:10.946533203125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#GCBQOFDR9w0TxO31quzoxq2Sa8CZ5Xw7 { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#gKDgwH9qau1prNHRMzXp6ESXz5F4Nmpg { width:4.4992875rem;height:0.97439375rem;top:39.21337890625rem;left:11.072998046875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#IXlFAKTRgZVTTfLVBP8TdL7GGOa2rdWe { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#SttZL2N5hPLwIll2VNu4DEZNEiHUImAA { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zoDrTCveW8kVVk34HthEz5osS4hwD81W { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#B9qGQPKtHqqQzfVGsUQgka7XVkowsvkC { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#zsF0TE1WMnJ7M82kWVSWiMn4st5wnE1e { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dk5Dd99aZF0HAUm51lTaBElX1d8v3nXW { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#ZfTO06rqfACTah7rBC0mFXsXv4O5mkD7 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#EwBKgSlRUqV5o6O6f8mU5IHTBxletFZ7 { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#p01JKt0sHh3zdtzVvyew1GWSgn9TgZTe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#S6DTabsENBoZ0ODJ5tFbNEr36xKnH62Q { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yZrz05aXo33PtOgtVa0ByMw3HTdWFSnk { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:rgba(var(--color-tertiary-0),1);display:none; }
#EqKFJhOSEeROPmATc4TOdevRa4Pm3yVn { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#yESIs5CNyPOp5TEsn3HaSqSEg6cuDVOL { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#w8yqSSSWMtopfLezSiBIm18v2O8ZpcRw { width:6.1239375rem;height:0.84350625rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#nfXeNoUZcAL5MSv2L3v3LQ93qq24vyKu { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#T7yKis54irJdUSlbzsp4HUfZo6O12I14 { display:block; }
#JR1lTHIltbGUM9iRJTdubaUFuZRhrkJc { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;color:rgba(var(--color-tertiary-0),1);display:block; }
#kD2kiDESnJCXE08ZCREFfO2AptfiK9H0 { width:8.25rem;height:0.9746125rem;top:27.6875rem;left:11.2421875rem;text-align:center;text-align-last:center;font-size:0.75rem;color:rgba(var(--color-tertiary-0),1);display:block; }
#nbbZCHRTW6SiA1bW43rbWfn8Vt1dbSzO { width:7.06175rem;height:1rem;top:40.262451171875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#wzd7MEDX0sPLTfvC3UbdfwTph8DkiKiU { width:7.375rem;height:1rem;top:50.849609375rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#vIz1LsbwBCiStQoNZzMHHT8ib6axLZEo { width:6.875rem;height:1rem;top:29.223388671875rem;left:10.946044921875rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#fTnhfbO4wONTlTUfSJ3iRK7T7SXKDnV4 { width:7.5rem;height:1rem;top:40.199951171875rem;left:1.576416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#LIMmoqJaUG24ZWGsCdm9irXfvT4APxl1 { width:7.312rem;height:1rem;top:29.160888671875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.625rem;color:rgba(var(--color-tertiary-2),0.7);display:block; }
#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd { border-width: 0; border-radius: 0; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .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; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container { width:20rem;height:69.375rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d67da7af-6775-456d-9d22-9a6be7f0b2ef/Artboard12300x100.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.adaptive-delivery-prevent-bg, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyload, #dbSo1hHVciHx0NnXtq3fk2gtffqsDiJd > .row .container.lazyloading { background-image: none; }#WbBbSlt1Q1xwn6pPhTsQop9hV6GuTblq { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bDNZacMURFtCPTLfiqNeRMk3xbIqWpXR { display:block; }
#a0dTHlGxad5RzDBdXbcOELaE7P5hbWvv { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#UUglUeWrHq4knp2tiNyMt8bCd6DaG9TJ { display:block; }
#LwQiOeUUB5PzUI5vWqPvCXTVcZwBvOMK { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#iPC88ppcSQybp5XI3IuRQ38RGPfneBRZ { display:block; }
#s56lRCvQ66FJhOh76KFSebIOmkdM6APG { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:var(--paragraphs-font-family);font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;color:rgba(var(--color-tertiary-4),1);display:block; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#frIw4ZqxhFXny63XNq260bd13kSLsTgu > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#D8IW2V6L5srr0socgz3yaELS2SGx34FB { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#D8IW2V6L5srr0socgz3yaELS2SGx34FB > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#dk6XWvUJ5JtC5Fzc4ie49EI5KaR15tGn { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#bnD3cIDvJ9EWaBeikrOdH5UvWdu86IP6 { display:block; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#abh21KSKQpv4U2JhlynEw2S45vonJohF > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#h4HVtEPTGJuhUdlzy4lc5UmrSypZZqZK { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#sZdn3KkuWM9zNxeymalLpU01KtNRUNhf { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l52XnSS1A8VkP5DUFrnKn3KGSpJ9Hl3k { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#J7OVwh7i8Oobg3Xl5gm6TPTxhNnTTl47 { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dkmobKom94JtJfUiTC28sge3dlwwdfR3 { display:block; }
#bmVAxfAOqAKlDeJkcwa90gfJZs4XKPST { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gFDR5shvSlzeusUTBVrUfRbi4SbuhsJ5 { display:block; }
#UG9BPU4aEAUVduL9iSQDDER9vJCMLf4z { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -moz-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -ms-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-image: -o-linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='rgba(var(--color-secondary-0),1)' );";background-image: linear-gradient(106deg, #b3a4ae, rgba(var(--color-secondary-0),1));background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:var(--paragraphs-font-family);font-size:0.625rem;color:rgba(var(--color-tertiary-4),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JGLELTAoOB11kuBTKpT9owEE5l1Xqtfb { display:block; }
#TTJNSO1buQ0Jdho0TcXiHF5XTEJcC5ka { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#xkqxKMOqwlyqRGvaGGDHZM5ib1xTQOX5 { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#FEnUITppDDfQyfmbNH21dSFSMdCBrEla { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#sAbR5bSME5c8u83KMtb1baC5Cxx7PxuZ { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#Gz1cvEJf6rg4C8AtcPBhepPExLgT7uGd { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#bBmhS7vic185MBkkglzVZ8PCBWv1sO82 { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#xL6XyhQ3usmWX1fdOJfhKUlJHUgl20XZ { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MQzJRiNT1rieWNqyBViKAE8IKKZFkph2 { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#HOncyGZRmh8HLvgEixwE5Tx3fVfesyfk { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#sww7nnz5fKZTkyoUcQ3g3abfFx5BUkWH { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#WrsAO9WOVmNdT9E7E5IIXcG2ppksku7t { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n { border-width: 0; border-radius: 0; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .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; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container { width:20rem;height:67.5rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/6cb04ccc-458f-44c1-a00d-79ce5b9e2f0e/mobileapp01.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.adaptive-delivery-prevent-bg, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyload, #HT1kny1fi05lUsQ7nDLNxR9iDKWvJc4n > .row .container.lazyloading { background-image: none; }#E3chGT7zGQb7lgzTziJmKz0ClUO5h8IF { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PnwBzoMto2CRaPDVTUg30FITy5lluWw0 { display:block; }
#a0F09s12ptMisF06Pk1f8B5uMfvdL8wN { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nqzhT05MxCyWaeaee24tLowg6U3xsq7s { display:block; }
#r5o9TJScxA4QHn0UH0InMzgkuZ2CSdiG { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#JhZ00gAFkOi8cE6OTDk6I5v0mREpNBRZ > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#tQR3x1SCqPmUwigxiLpJ7o9vp91c8V13 { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#RJNNaItH17H6stEBNx8guTsSO3AeXVue { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RVKSm8ddV0gCiBy5CRehFinr58HimUek { display:block; }
#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF { border-width: 0; border-radius: 0; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .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; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.adaptive-delivery-prevent-bg, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyload, #nVh89NKpg5rbGmDDyrVzdTKoay9mCuPF > .row .container.lazyloading { background-image: none; }#GVTdNsu9veTgrdEUitNJfQPTs7nTa54H { width:15.3105625rem;height:3.7109375rem;top:41.9375rem;left:2.34375rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#CU716BKGDV7SFMyFp0pIHdJmknQRFQyA { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#Ot1sLIFvycqu6Fg92aNl8AnIrEaoODBU { width:16.0625rem;height:1.375rem;top:24.5625rem;left:2.375rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#yFDo40WHJoZKEqCk9fV89DO48bmNTP4J { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.43798828125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#cttJP7RTXMLKxZb30S7nkbhgMNNS0mCq { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#Vt9Iq4NPR93NstOS9qCUcaOGITfQpJ61 { display:block; }
#fbyhDTqpTuU86A6W97OcHTxVuFOv5tgg { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#TyNdTaCFKvM8a0FNU3Jd4yPMmdCEeZAV { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-1),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-1),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#qsztdSTsfNwbqSpyRTHeaTTEDOITms2H { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZHrhFGkKNqSXO5RXDc9Qw797TPfKKhA0 { display:block; }
#UbUI6XWe6mozKFK4T7Z5vhFoqqCsNXFy { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#bE6ftmzSzpEZ4JgMUGcCzmMnxEcGDQta { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(55deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid rgba(var(--color-tertiary-4),1);border-left:0.125rem solid rgba(var(--color-tertiary-4),1);border-right:0.125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-4),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#VHMrbThyHhKlNvwzWBzRCbSF514TMfmE { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#dcrkA0agGE8PNTiDBcVAGJrMSNDWpSZa { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -moz-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -ms-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-image: -o-linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='rgba(var(--color-tertiary-0),1)' );";background-image: linear-gradient(302deg, #365638, rgba(var(--color-tertiary-0),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#hhT3l9EZB1xrigSksD5XdVMEkkZSoWFV { width:12.37425rem;height:1.9995125rem;top:0.558349609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;text-shadow:0.3125rem 0.3125rem 6.25rem rgba(var(--color-tertiary-4),0.5);display:block; }
#oaOPZ2Z8lBASk9TWunbegmlz5MiG9DJq { width:2.875rem;height:0;top:57.58203125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#CMQDWxb4DMTgB0MEPQrU7smat46O94xm { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-1),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(302deg, rgba(var(--color-secondary-1),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;display:none; }
#rwMOpwLJ8Dlumi7D1RTeJvXaoU1UboQ9 { width:20rem;height:2.749025rem;top:7.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
#mHhf5E7CcxkOoz0INs3L5zHEGpsKFlHh { width:12.4375rem;height:5.2807625rem;top:11.25rem;left:3.78125rem;font-size:4.0625rem;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#XFioEDVJvc1REEOOgveRS3nOvK9AwBnZ { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;font-family:var(--paragraphs-font-family);background-color:rgba(var(--color-primary-0),1);background-image:none;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(var(--color-tertiary-4),0.5) ;display:block; }
#ZZoEV0k1UT32olwfIZoQSHBXQtUM96mT { display:block; }
#UIagsoUVDdrOesTyPDAiX8auMIagd44l { width:2.8125rem;height:auto;top:17.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;font-family:var(--paragraphs-font-family);display:none; }
#qxHQvQQ0fxDeHfFtwrZA6punvgED8fIw { width:5.06225625rem;height:1.6870125rem;top:50.22216796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#020402;font-family:var(--paragraphs-font-family);display:block; }
#wDqdShQaq0PX6fXgCrbInnnFzT1FKn8A { width:5.06225625rem;height:1.6870125rem;top:14.921875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15202;font-family:var(--paragraphs-font-family);display:block; }
#I5z1kdLrZMuO74rTT3W0zwPL5xlpXtmn { width:5.06225625rem;height:1.6870125rem;top:31.68701171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15203;font-family:var(--paragraphs-font-family);display:block; }
