.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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); }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy { position:relative;display:none; }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy { border-width: 0; border-radius: 0; }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy > .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; }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy > .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; }#wgnRQRsD8OdCf0H0Clb66IApNBpEEweW { 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.6875rem;width:31.25rem;display:none; }
#n5yJOEXxBZU9OIO8RZL2WMZtu87y3z77 { 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:11.0625rem;width:20.3125rem;display:none; }
#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n { 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; }#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n > .row .container { border-width: 0; border-radius: 0; }#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#lyJWucL4B4SAZSobv9BWQrvVlfUQAq8f { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:48.4375rem;height:1.79904375rem;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; }
#pgBcQo17G4r4iczTxloXWNOPkRus0xE0 { position:absolute;display:block;z-index:15007;background-color:#62748d;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:12.5rem;top:2.5618491172791rem;left:47.5rem;display:block; }
#TxM5S5a5TWTXA0Rqlqd9TOl0DIeVm62r { color:#22344d;display:block;width:11.5625rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:18.125rem;height:1.79904375rem;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; }
#HRXJoaRp9nMSgSAi9wTnhSIwdlHguApI { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:42.125rem;display:block; }
#l4vGIBkLmVM7fS0VSnHy7nIZ1glJHmNH { color:#22344d;display:block;width:11.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:0.88107645511625rem;left:29.5625rem;height:1.79904375rem;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; }
#XMSCFeoacpvO0ZUekLEwkSGc4ziuII7R { position:absolute;display:block;z-index:15008;background-color:#62748d;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:12.5rem;top:2.5625001192093rem;left:42.125rem;display:none; }
#m5PZiKLVCDx18ONLMJ7lae4SOQy0rkRy { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#PQnM4mcUs76uRqiQ6l8CEAURmWL1PCl5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FE01lAEhiWcuXK10igNHW4hXZweZOe0l { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#ahiArsit2AZAxmPV85r4LEhBLGlU19Ws { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ac1w30syFtDi8sdT9qSTVmSTGKflSbZQ { z-index:15003;background-color:transparent;background-image:none;border-top:0.0625rem solid #7700fd;border-left:0.0625rem solid #7700fd;border-right:0.0625rem solid #7700fd;border-bottom:0.0625rem solid #7700fd;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: none;box-sizing:border-box;color:#7700fd;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; }
#RRGpzzANzyOfd3bBG8TmkkVHZvk1358D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bS85EvnE1V6BJ3crZwfpMhuCUysMEcD4 { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:3.3125rem;left:0rem;display:none; }
#DnX1Zt1JbIs5LEzWxBSqGvTZNLs3y1dX { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#eZ4sn20AMU2KdsmvobFLZoezq8Q0DiBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qnwwphw0z6vREDyk5WgF2lyKQG7vPFy9 { 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; }
#EGynWs7K90K3TeAW11blnV7pBfboVnWd { 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: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:15000;text-align:center;text-align-last:center;display:none; }
#ZpPeZmf6gsHvaZNLSznuTn6qGw6T6S5S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bamgeN5bXMpbkEZ4xHA7aL5pxV2VkoGZ { 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; }
#nlEpWAIicWGWvJAZxU9ThCzHCfeMeC8W { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:15.3125rem;left:9.8125rem;display:none; }
#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia { 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; }#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia > .row .container { border-width: 0; border-radius: 0; }#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#l03dEST1i4Er5rAJxl2OEnXVKg4DzREc { color:#000000;display:block;width:57.8125rem;position:absolute;font-family:cairo;font-size:6.125rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:6.25rem;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;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RLV2DeiR4fP4qvIUle274olUTWCkpB9l { background-color:transparent;background-image:none;border-top:0.125rem solid #62748d;border-left:0.125rem solid #62748d;border-right:0.125rem solid #62748d;border-bottom:0.125rem solid #62748d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:35.0625rem;left:6.875rem;display:block; }
#gPWtK2sHo6nKahhL6IyBSnAhuTuQ5nfb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g1yl5moouhzmhl9ehqhcTULneDtNRwPO { background-color:#62748d;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:15006;text-align:center;text-align-last:center;top:35.0625rem;left:0rem;display:block; }
#dFAubdlIwVLhmoippM7qIXqOH4S1pt9r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#emxZS0kwTGnxzwwcZRKv0c4ccxUMEKXk { color:#3f3f3f;display:block;width:34.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:21.1875rem;left:0rem;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:block; }
#EgWMWs6qnXAlT9bFDMw3gc7EzyveNTK1 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #957353, #d4b392);background-image: -moz-linear-gradient(180deg, #957353, #d4b392);background-image: -ms-linear-gradient(180deg, #957353, #d4b392);background-image: -o-linear-gradient(180deg, #957353, #d4b392);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#957353', endColorstr='#d4b392' );";background-image: linear-gradient(180deg, #957353, #d4b392);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:12.5rem;width:19.625rem;top:2.625rem;left:28.625rem;display:block; }
#QFIcFkgVBH5y9eSGlINaAVqnBiEndThg { 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; }
#Kk9qrqdW9mFzFmbVl9hcfOMqHbveWQss { 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:15010;opacity:1;top:26.0625rem;left:24.6875rem; }
#nTWgodTO7SQzL4c1K8c9wOUIBcFaN53A { position:absolute;display:block;z-index:14999;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:20.375rem;width:30.625rem;top:0rem;left:29.375rem;overflow:hidden;display:block; }
#gNa7MF8Ig9vdkJ6vhE4XtrWLh5G8x6ac { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#Z4Ahybs7Xw3x2tb9x09PJsTNvI11NoDR { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP { position:relative;display:none; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP { border-width: 0; border-radius: 0; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .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; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .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; }#SOXZsflO6EZexuydQBkTo3QFrbvJ6MRu { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#Zsw2t79tW4sNudTq64p05i6hwKXb97BK { 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; }
#MkB6h7tnlRkadTX7Z060uEvz0AWL1frZ { 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; }
#hhieAio7WFg5PDrINGG1toOpBQTKIv65 { background-color:#62748d;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; }#hhieAio7WFg5PDrINGG1toOpBQTKIv65 > .row .container { border-width: 0; border-radius: 0; }#hhieAio7WFg5PDrINGG1toOpBQTKIv65 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#hhieAio7WFg5PDrINGG1toOpBQTKIv65 > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#ddPJe8Gi0M4K8o7gLvWXG24xyaJpEiTb { background-color:#fafafa;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:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46875rem;left:46.875rem;display:block; }
#qTFksiV04L5XRmoqa1wenh1Jo4NWEqEs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.24935rem;width:2.24935rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.531033039093rem;left:41.125rem; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#R3ZmMmwOgfGtQMCxeSuXfha90cvIkhZf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:1.374783039093rem;left:55.0625rem; }
#SFzxGxSlovdkVAA6gUgSV9TTSgzHtpWT { 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:block; }
#zwOgK9A1PGiakPu3FJIzJ6PogphK1ZeM { background-color:#fafafa;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:#62748d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:4.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.5rem;left:40.25rem;display:block; }
#fGVUcKeKyfepmaU2CWBF1M9vhPOJGzlT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oOdevFJEt2otQPeutW8SA8CMwJBv2cdf { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:1.4984812736511rem;left:28.8125rem; }
#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 { position:relative;display:none; }#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 { border-width: 0; border-radius: 0; }#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 > .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; }#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 > .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; }#TaTzBNIwrTJLtaOl0PJcrPQJdzSBq5I1 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.18671875rem;width:6.5625rem;top:58.25rem;left:10.875rem;overflow:hidden;display:none; }
#OeGDOdgt3ZWZbefVsmJT6rCUPXwvEHXL { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5609375rem;width:6.5625rem;top:58.3125rem;left:18.0625rem;overflow:hidden;display:none; }
#QI75XRWG6yu2NF4IAm36ZmDIBJM4AuCE { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:56.3125rem;left:8.125rem;text-align:center;text-align-last:center;display:none; }
#A9wih6VsHFfskrnQKJiT8PO1w3t2cSUK { position:absolute;display:block;z-index:15110;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:9.375rem;top:10.377604484558rem;left:2.1145839691162rem;overflow:hidden;display:none; }
#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 { 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; }#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 > .row .container { border-width: 0; border-radius: 0; }#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#c7Wx9OdutxmLSCQftnEmQ6au82ZsrTo2 { 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; }
#WfOZtixfy0rQtKgLoVi8e4l5S2aD236J { 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; }
#AFrfVfD7zIa0Mq5tgXdaCu33fdUCKyE5 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:25.4375rem;left:3.625rem;display:block; }
#FB0wtTOwSx5cGalZ25VTfmMUMGMWkq3O { background-color:#62748d;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; }
#wx7MRN8XoPM0PSTepOdrfnkEUE6rsvMO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zX8k0OdKqWFBaTWxnCW0V2htMVP89pbG { 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; }
#Rermu7JEfFnwA66xPfyxvImuZAP8G5Ar { 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; }
#COMBoUuwOTvm7lMHUbExSL1K118pnuKx { 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; }
#vIEF2QbHe27mEzWnMoZNTPpp6iZDngJN { 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; }
#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ { position:relative;display:none; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ { border-width: 0; border-radius: 0; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .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; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .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; }#UrEOPXFBtRSb99GLaaIZfxXeKnc4QZZz { color:#000000;display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:0.5625rem;left:2.75rem;display:none; }
#iSOqk7vhrPuXV8tUaDXfZ3vFAq7oOETh { 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:30.3125rem;width:52.1875rem;display:none; }
#T3hT5n3xiDoOd2rWkODsHox4JOfKBWmM { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:14.3125rem;left:6.8125rem;display:none; }
#ZKRuqvO46d3dcx0JOaOfNPcLVr3dDmfy { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#uPwZlNPyHHhpbqST9GIXgPzwRR4rebTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcJQX7xOD3sXoaXwhtwTPthVWy5SApz9 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LGfgwbIU5hn79J4MB6usWCxO3N8LHFiG { color:#000000;display:block;width:2.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:2.6875rem;left:0.75rem;display:none; }
#qcPGwbkZqUJW5DM1DNJzrw2ZbOoBkJfz { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:16.1875rem;left:0rem;display:none; }
#iyX5IXRzdPeTLyn0DmK0yZUGpaf8Tc7m { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:33.3125rem;left:0.375rem;display:none; }
#kMd24E8mGI9qFK3NWpUAgEMKafJrIfhO { color:#000000;display:block;width:12.625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:31.0625rem;left:6.9375rem;display:none; }
#J6g0AHquy7bMqR6HJffTRUETm8TIERPS { 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:30.3125rem;width:52.1875rem;display:none; }
#i5BXbWhGDZ4znshDHIvBBHOuhPQ1nwXL { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#EMXkIuOJiTwrATHw49zzHKiGcA2QxifF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GmhS5OxGpRq3zgaxsOvtOvsGM550sybn { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:47.3125rem;left:0.625rem;display:none; }
#xmr0chPpsIQLvKTTGGCA1MhQxdzn19HI { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#zttRHl6wqKArNduiaMWoPiAUHT51gG9P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ra29kG5VlJ63rNpxbtupmKTxqtb0aQuv { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:45.75rem;left:6.8125rem;display:none; }
#PZOtV19SegwTc6T3c2NT3r44RICD9elL { 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:30.3125rem;width:52.1875rem;display:none; }
#XU0Ive91IvMHH0KNOC62LaEOWUlSPrDL { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#UKn6Haiph53RmfeVOO1D46NTUNEk5TPm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v3CoKNi9nNvxLu0TFT5ToHmpxTPTVi5Q { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#v2rwNqHc5hfF5xk68bz1bD3gNDcN5LEg { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:62.5rem;left:6.375rem;display:none; }
#a6XC7HZVGqEa0xEO7zsakclpELogiCwZ { 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:30.3125rem;width:52.1875rem;display:none; }
#WvFiv1QTWRveD1WVEqPL24svS5zV88ZM { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Nnym0ky32DSPnMxxX6eJSwkJ5BBdCBIE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbxxNLyvFsl4RHunJAnhRN9I5UN18m0l { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:77.9375rem;left:6.5625rem;display:none; }
#CLxdMlB8v0Iw28SdSKDJxvxG0TNnceua { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Aor0U48gWKNooyTinK1dAnT0BQsnx4aT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m51lisTwrbLwzM20BPLIdAEDp8ikOyrE { 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:30.3125rem;width:52.1875rem;display:none; }
#KT71HKythqqW7wO0LLiqZD711gxG6lCE { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#iFT02UStqZ8HA0tGo4MunSc8OL990T2T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WuwXnQkcXmMUlgyyrPFRDTgkzIXbNoHD { 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:30.3125rem;width:52.1875rem;display:none; }
#DCLO1rrEtnT7077SQpqTso1mNGmD7LBT { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:94.6875rem;left:6.5625rem;display:none; }
#MZuruqZIBhN0b9fSQoLASLrZNMXekclG { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:79.8125rem;left:0.375rem;display:none; }
#PVfRW0ltld0IgxsOwQ2o8J3ec4C2nUI7 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:97.875rem;left:0.375rem;display:none; }
#D92nfcJ1XOtq3rfo4C3SNfx3ppxWtsS9 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:115.5rem;left:0rem;display:none; }
#sIF89XkZ4S2IIrOTwwTpbL2lmSKalHSd { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vGtpJrT47ICZTc5nmF5J016yP15lpkHV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eJmTpMZx0aE1TpU7bvVzSWKOQ09mJo9A { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:113.25rem;left:6.5625rem;display:none; }
#TLTDb4ZQqFXfuBUQ0yuxm9GsbDW7mrNN { 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:30.3125rem;width:52.1875rem;display:none; }
#IZq7z8yZTUNb1B8UP98WmJtaNhuUErWs { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#xaSo4FuMbaRpqgJA8zX9nBF5HFIrNsqX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dFe8P1ymeGCN3sNvZSnlxosqkbX3h4rI { 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:30.3125rem;width:52.1875rem;display:none; }
#cV3XhhADMZyOdxDGVxyTIq0mEOrOM0g0 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:132.125rem;left:0.5625rem;display:none; }
#aIFv3EaLH769tg7G2nErvMRwA3BPwIlw { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:130.125rem;left:6.5625rem;display:none; }
#UmmzZq9CMolkrIKU8PE1r23KGOFXrRLl { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#rRCnMQR3TaxToavO2OgqQB8eqfQ1OcFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d7CJc8gFTq7JbzRlaKLJKBoVkJ2Rl8OV { 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:30.3125rem;width:52.1875rem;display:none; }
#qsNIXQODu8UTOEMG7gt4Ig1BbcaGuOZi { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:149.375rem;left:0.8125rem;display:none; }
#TZrJMgDDzVf3gHmwVPbLbhE6PMwwkVuZ { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.0625rem;top:147.0625rem;left:6.6875rem;display:none; }
#bnL9oKiuDhgS8xMKlpWKTZyI1v1agbKl { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#FcIhiuyf1ICX1HDJtJI5DyxBLT2q0bsl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pT9VJeXZQfPnrKkOoBdsVWTJOLaglxIZ { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:171.125rem;left:0.8125rem;display:none; }
#wuzxBQh2k0nos9iQ7POniDDLTl9zXQrH { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:164.6875rem;left:5.5rem;display:none; }
#Fyrg6dfi6TcWm82feUlTo6hwIcTNfKtA { 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:30.3125rem;width:52.1875rem;display:none; }
#UWGpJGiX477bN5mJstQECr8BvEWXhL5H { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:182rem;left:0.375rem;display:none; }
#sV8rxg9IZWhLnSTCz7keGOX0mDQldFMS { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#yTslLQmaVOWkcPsNeVaTsQuwziwVo63h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TMh0hT5TMqvDPmiNvlZVUkuaGqbEgxMM { color:#000000;display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:179.5rem;left:5.1875rem;display:none; }
#xxazGROTKLDeKE6xUiXZqyQrTXGVBbTq { 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:30.3125rem;width:52.1875rem;display:none; }
#AmX4z3IXTVICgIHSpMNMDJbcQGptmNO3 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:64.1875rem;left:0.1875rem;display:none; }
#Rac28anvIP0PV3OTqXneZ6giFASTdwH0 { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#Nm1MJqGrEokMOpU70vxtMFJt0Iit3FhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EcP327W6g7Fq6yxQH7oLVKxZ73QNI9gs { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:79.4375rem;left:6.8125rem;display:none; }
#T7teVZZrPd3V1is64k2WsbPhuDLAhmzx { 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:30.3125rem;width:52.1875rem;display:none; }
#Wkqkq7SIvrsnkav2WpPXyN4iAZ06XQp5 { color:#000000;display:block;width:19.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.9375rem;top:99.25rem;left:0rem;display:none; }
#iWQKdPXNLzlyfXRyEK1SS196OnwgUWiI { 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:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#AT5amby8b7y2ew0lTZrCKFRJiSvVTXB1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gf7dq13bmNbGMR49khctbVdTN0aolePF { color:#000000;display:block;width:12.5625rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1rem;top:97.375rem;left:6.5625rem;display:none; }
#Q3Gi4ZHlPRJ1QvHPIHhGF1VDTxh992lK { 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:30.3125rem;width:52.1875rem;display:none; }
#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D { position:relative;display:none; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D { border-width: 0; border-radius: 0; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .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; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .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; }#i18SVT9bBaNxrp7TXcXTcO2AucuHc5UA { 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:block; }
#ri1BQCTubJekQ9XvLB70FPyxk6aZmET7 { 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; }
#P3VlXvTN0uCVpVcpvxQQDdlLPHAqzx9q { 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; }
#Puq6yV8HtAh98DKWw4NICtZpnGzUEXcN { 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:block; }
#LugbHwTOfT0UZ1Uu9kUcIgWLdBkncxOF { 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; }
#y34ggWEWmHmc1NtSrOw43uCuig0uhEES { 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; }
#UUCmo0t6MzcvzPsTSSRRr1Cz5ovbfH4m { 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; }
#DtCXnSMSPdEeGQU0WIfVwFgrTHVTTIUc { 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; }
#FOtNVazKuy7RwT2ls4xghcwbOD1ynQem { 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; }
#dypcWWFGnf74aV766tQKq98pzgaUTTtq { 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:31.5rem;width:36.5625rem;display:none; }
#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot { background-color:#62748d;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; }#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot > .row .container { border-width: 0; border-radius: 0; }#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#GRqitBVXhIuKNeUT4QrafIbLzUM7QkqA { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#teFTTdqwxq6DRLk7Cnm3WdDiCGneQ4gJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dRUEb02vkN21AMLTo4t7Pa8TcvExWH3q { 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; }
#aq4kzihJCZX3pFCz5wu5l6dTX8WAhPWs { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -moz-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -ms-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));background-image: -o-linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#62748d', endColorstr='#ccd4b392' );";background-image: linear-gradient(180deg, #62748d, rgba(212,179,146,0.8));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:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:15.6875rem;width:19.625rem;top:7.4375rem;left:23.5625rem;display:block; }
#eT3ni7KCNaEwvL1iWoEyZTEZ8XOAKNON { 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; }
#hTZzyhK5zC9STC5pRCFedTQ0nG4sKVEw { 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; }
#aSotxqhqgv90JqO4012qBThe1wztMESC { 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; }
#I1vKkLEC3MpmKNww97tROM3TQ9mH8JtR { 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; }
#xNk2TgPWV65T1HJfmeXDpDhCS98AU9oW { background-color:transparent;background-image:none;border-top:0.125rem solid #fafafa;border-left:0.125rem solid #fafafa;border-right:0.125rem solid #fafafa;border-bottom:0.125rem solid #fafafa;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; }
#cfhf7BfpgQGobWBs31brXZd2qmRlrEdO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mzrJhW4qefqnG8bs9ciTUocpW1fMisZM { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15025;line-height:1.2;letter-spacing:0;top:4.07421875rem;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:center;text-align-last:center;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-form-header {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:first-of-type{padding-top:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:last-of-type{padding-bottom:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { 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:2.03759765625rem;left:9.2431640625rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { 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:2.03759765625rem;left:9.2431640625rem;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ { position:relative;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P { position:relative; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw { position:relative; }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { 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; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { border-width: 0; border-radius: 0; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { 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; }
#ytpueuxXtUxOfsnDNt675PqQoJVDlzuH { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -moz-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -ms-linear-gradient(180deg, #c6996e, #96a2b3);background-image: -o-linear-gradient(180deg, #c6996e, #96a2b3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6996e', endColorstr='#96a2b3' );";background-image: linear-gradient(180deg, #c6996e, #96a2b3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:8.75rem;left:47.5rem;display:block; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { 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; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { 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; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { 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; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { 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; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { 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; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { background-color:#000000;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; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { border-width: 0; border-radius: 0; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { 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; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { 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; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { 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; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { position:relative;display:none; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { border-width: 0; border-radius: 0; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .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; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .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:34.1875rem;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; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { 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: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:15001;text-align:center;text-align-last:center;top:12.18896484375rem;left:22.1796875rem;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { 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: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:15002;text-align:center;text-align-last:center;top:10.87646484375rem;left:27.1796875rem;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { position:absolute;display:block;z-index:15003;height:22.8125rem;width:58.93675rem;top:4.6240234375rem;left:0.52978515625rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { border-width: 0; border-radius: 0; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .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; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { color:rgba(30,30,30,0.7);display:block;width:14.12475rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:16.248779296875rem;left:20.137939453125rem;height:1.40625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { 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; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { 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; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { 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; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { 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; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { 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; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { 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.34912109375rem;left:14.715576171875rem;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; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { 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; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { 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.124755859375rem;left:13.624267578125rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { 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; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { 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; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { color:#ffffff;display:block;width:5.3125rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.51953125rem;left:20.498046875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { 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; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { 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; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { 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; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { 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; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { 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; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { 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.623046875rem;left:7.560546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { 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; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { 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; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { 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; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { 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; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { color:#ffffff;display:block;width:5.6875rem;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:20.5888671875rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15050;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.6865234375rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15051;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;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:18.60498046875rem;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; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15053;line-height:1.6;letter-spacing:0;top:23.7548828125rem;left:6.749267578125rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { color:rgba(30,30,30,0.7);display:block;width:6.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15054;line-height:1.6;letter-spacing:0;top:33.10009765625rem;left:18.66748046875rem;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; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { position:relative;display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { 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; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { 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; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { 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; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { 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; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { 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; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { border-width: 0; border-radius: 0; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .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; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container.lazyloading { background-image: none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:7.0625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:4.9365234375rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15013;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.2;letter-spacing:0;top:24.537109375rem;left:44.4375rem;height:1.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15018;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.235677719116rem;left:23.812501907349rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15017;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:20.75rem;left:4.9375rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:23.208334445953rem;left:3.5299472808838rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15014;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15015;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:34.375rem;left:25.875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:37.75rem;left:24.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15016;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:36.874998569489rem;left:3.1888027191162rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { position:relative;display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { 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; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { 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; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { 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; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { 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; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { 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; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { 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; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { 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; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { 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; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { 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; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { 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; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { 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; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { 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; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { 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; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { 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; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { 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; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { 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; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { 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; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { 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; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { 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; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { 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; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { 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; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { 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; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { 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; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { position:relative;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { border-width: 0; border-radius: 0; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .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; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container.lazyloading { background-image: none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { color:#b20129;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.8;letter-spacing:0;top:1.0625rem;left:9.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { background-color:#bb8d65;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:20.1875rem;height:5.375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:5.96875rem;left:8.6875rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:7.25rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:4.375rem;left:32.1875rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:2.0625rem;left:30.6875rem;overflow:hidden;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { position:relative;display:none; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { border-width: 0; border-radius: 0; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.adaptive-delivery-prevent-bg, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyload, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyloading { background-image: none; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { 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; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { 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; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { 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; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { 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; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);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(0,0,0,0.5) ;height:13.75rem;width:25rem;top:9.75rem;left:3rem;display:block; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -moz-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -ms-linear-gradient(302deg, #7f6048, #a1f2f3);background-image: -o-linear-gradient(302deg, #7f6048, #a1f2f3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f6048', endColorstr='#a1f2f3' );";background-image: linear-gradient(302deg, #7f6048, #a1f2f3);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.75rem;width:25rem;top:24.871826171875rem;left:17.421875rem;display:block; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:11.3125rem;width:27.6875rem;top:27.9375rem;left:16.125rem;display:none; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(55deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(55deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(55deg, #a1f2f3, #7f6048);background-size:auto !important;border-top:0.125rem solid #000000;border-left:0.125rem solid #000000;border-right:0.125rem solid #000000;border-bottom:0.125rem solid #000000;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(0,0,0,0.5) ;height:4.8120125rem;width:35.3125rem;top:1.5625rem;left:11.011962890625rem;display:block; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #365638, #ffffff);background-image: -moz-linear-gradient(302deg, #365638, #ffffff);background-image: -ms-linear-gradient(302deg, #365638, #ffffff);background-image: -o-linear-gradient(302deg, #365638, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#365638', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #365638, #ffffff);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(0,0,0,0.5) ;height:13.6875rem;width:27.6875rem;top:13.125rem;left:30.6875rem;display:none; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { 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(0,0,0,0.5);top:2.0458984375rem;left:16.1865234375rem;height:3.999025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { 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; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -moz-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -ms-linear-gradient(302deg, #a1f2f3, #7f6048);background-image: -o-linear-gradient(302deg, #a1f2f3, #7f6048);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1f2f3', endColorstr='#7f6048' );";background-image: linear-gradient(302deg, #a1f2f3, #7f6048);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(0,0,0,0.5) ;height:13.75rem;width:25.125rem;top:9.75rem;left:31.8125rem;display:block; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { 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; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { 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; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { background-color:#c3a365;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.5rem 0.5rem rgba(0,0,0,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; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { 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; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { 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; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { 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; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { 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; }
#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy { display:none; }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy > .row .container { width:47.75rem;position:relative;display:none; }#wgnRQRsD8OdCf0H0Clb66IApNBpEEweW { width:31.25rem;height:8.6875rem;display:none; }
#n5yJOEXxBZU9OIO8RZL2WMZtu87y3z77 { width:20.3125rem;height:11.0625rem;display:none; }
#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n { display:none; }#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#lyJWucL4B4SAZSobv9BWQrvVlfUQAq8f { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#pgBcQo17G4r4iczTxloXWNOPkRus0xE0 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#TxM5S5a5TWTXA0Rqlqd9TOl0DIeVm62r { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#HRXJoaRp9nMSgSAi9wTnhSIwdlHguApI { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#l4vGIBkLmVM7fS0VSnHy7nIZ1glJHmNH { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#XMSCFeoacpvO0ZUekLEwkSGc4ziuII7R { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#m5PZiKLVCDx18ONLMJ7lae4SOQy0rkRy { width:;height:;display:none; }
#PQnM4mcUs76uRqiQ6l8CEAURmWL1PCl5 { display:block; }
#FE01lAEhiWcuXK10igNHW4hXZweZOe0l { width:;height:;display:none; }
#ahiArsit2AZAxmPV85r4LEhBLGlU19Ws { display:block; }
#Ac1w30syFtDi8sdT9qSTVmSTGKflSbZQ { width:;height:;display:none; }
#RRGpzzANzyOfd3bBG8TmkkVHZvk1358D { display:block; }
#bS85EvnE1V6BJ3crZwfpMhuCUysMEcD4 { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#DnX1Zt1JbIs5LEzWxBSqGvTZNLs3y1dX { width:0;height:0;display:none; }
#eZ4sn20AMU2KdsmvobFLZoezq8Q0DiBF { display:block; }
#qnwwphw0z6vREDyk5WgF2lyKQG7vPFy9 { display:none; }
#EGynWs7K90K3TeAW11blnV7pBfboVnWd { width:0;height:0;display:none; }
#ZpPeZmf6gsHvaZNLSznuTn6qGw6T6S5S { display:block; }
#bamgeN5bXMpbkEZ4xHA7aL5pxV2VkoGZ { display:none; }
#nlEpWAIicWGWvJAZxU9ThCzHCfeMeC8W { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia { display:none; }#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia > .row .container { width:47.75rem;position:relative;display:none; }#l03dEST1i4Er5rAJxl2OEnXVKg4DzREc { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#RLV2DeiR4fP4qvIUle274olUTWCkpB9l { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#gPWtK2sHo6nKahhL6IyBSnAhuTuQ5nfb { display:block; }
#g1yl5moouhzmhl9ehqhcTULneDtNRwPO { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#dFAubdlIwVLhmoippM7qIXqOH4S1pt9r { display:block; }
#emxZS0kwTGnxzwwcZRKv0c4ccxUMEKXk { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#EgWMWs6qnXAlT9bFDMw3gc7EzyveNTK1 { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#QFIcFkgVBH5y9eSGlINaAVqnBiEndThg { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#Kk9qrqdW9mFzFmbVl9hcfOMqHbveWQss { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#nTWgodTO7SQzL4c1K8c9wOUIBcFaN53A { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#gNa7MF8Ig9vdkJ6vhE4XtrWLh5G8x6ac { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#Z4Ahybs7Xw3x2tb9x09PJsTNvI11NoDR { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP { display:none; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container { width:47.75rem;position:relative;display:none; }#SOXZsflO6EZexuydQBkTo3QFrbvJ6MRu { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#Zsw2t79tW4sNudTq64p05i6hwKXb97BK { width:47.75rem;height:19rem;display:none; }
#MkB6h7tnlRkadTX7Z060uEvz0AWL1frZ { width:14.0625rem;height:5.125rem;display:none; }
#hhieAio7WFg5PDrINGG1toOpBQTKIv65 { display:none; }#hhieAio7WFg5PDrINGG1toOpBQTKIv65 > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#ddPJe8Gi0M4K8o7gLvWXG24xyaJpEiTb { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#qTFksiV04L5XRmoqa1wenh1Jo4NWEqEs { display:block; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#R3ZmMmwOgfGtQMCxeSuXfha90cvIkhZf { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#SFzxGxSlovdkVAA6gUgSV9TTSgzHtpWT { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#zwOgK9A1PGiakPu3FJIzJ6PogphK1ZeM { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#fGVUcKeKyfepmaU2CWBF1M9vhPOJGzlT { display:block; }
#oOdevFJEt2otQPeutW8SA8CMwJBv2cdf { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 { display:none; }#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 > .row .container { width:47.75rem;position:relative;display:none; }#TaTzBNIwrTJLtaOl0PJcrPQJdzSBq5I1 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#OeGDOdgt3ZWZbefVsmJT6rCUPXwvEHXL { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#QI75XRWG6yu2NF4IAm36ZmDIBJM4AuCE { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#A9wih6VsHFfskrnQKJiT8PO1w3t2cSUK { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 { display:none; }#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 > .row .container { width:47.5rem;position:relative;display:none; }#c7Wx9OdutxmLSCQftnEmQ6au82ZsrTo2 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#WfOZtixfy0rQtKgLoVi8e4l5S2aD236J { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#AFrfVfD7zIa0Mq5tgXdaCu33fdUCKyE5 { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#FB0wtTOwSx5cGalZ25VTfmMUMGMWkq3O { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#wx7MRN8XoPM0PSTepOdrfnkEUE6rsvMO { display:block; }
#zX8k0OdKqWFBaTWxnCW0V2htMVP89pbG { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#Rermu7JEfFnwA66xPfyxvImuZAP8G5Ar { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#COMBoUuwOTvm7lMHUbExSL1K118pnuKx { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#vIEF2QbHe27mEzWnMoZNTPpp6iZDngJN { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ { display:none; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container { width:47.75rem;position:relative;display:none; }#UrEOPXFBtRSb99GLaaIZfxXeKnc4QZZz { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#iSOqk7vhrPuXV8tUaDXfZ3vFAq7oOETh { width:41.4375rem;height:24.0625rem;display:none; }
#T3hT5n3xiDoOd2rWkODsHox4JOfKBWmM { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#ZKRuqvO46d3dcx0JOaOfNPcLVr3dDmfy { width:;height:;display:none; }
#uPwZlNPyHHhpbqST9GIXgPzwRR4rebTc { display:block; }
#UcJQX7xOD3sXoaXwhtwTPthVWy5SApz9 { display:none; }
#LGfgwbIU5hn79J4MB6usWCxO3N8LHFiG { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#qcPGwbkZqUJW5DM1DNJzrw2ZbOoBkJfz { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#iyX5IXRzdPeTLyn0DmK0yZUGpaf8Tc7m { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#kMd24E8mGI9qFK3NWpUAgEMKafJrIfhO { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#J6g0AHquy7bMqR6HJffTRUETm8TIERPS { width:41.4375rem;height:24.0625rem;display:none; }
#i5BXbWhGDZ4znshDHIvBBHOuhPQ1nwXL { width:;height:;display:none; }
#EMXkIuOJiTwrATHw49zzHKiGcA2QxifF { display:block; }
#GmhS5OxGpRq3zgaxsOvtOvsGM550sybn { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#xmr0chPpsIQLvKTTGGCA1MhQxdzn19HI { width:;height:;display:none; }
#zttRHl6wqKArNduiaMWoPiAUHT51gG9P { display:block; }
#Ra29kG5VlJ63rNpxbtupmKTxqtb0aQuv { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PZOtV19SegwTc6T3c2NT3r44RICD9elL { width:41.4375rem;height:24.0625rem;display:none; }
#XU0Ive91IvMHH0KNOC62LaEOWUlSPrDL { width:;height:;display:none; }
#UKn6Haiph53RmfeVOO1D46NTUNEk5TPm { display:block; }
#v3CoKNi9nNvxLu0TFT5ToHmpxTPTVi5Q { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#v2rwNqHc5hfF5xk68bz1bD3gNDcN5LEg { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#a6XC7HZVGqEa0xEO7zsakclpELogiCwZ { width:41.4375rem;height:24.0625rem;display:none; }
#WvFiv1QTWRveD1WVEqPL24svS5zV88ZM { width:;height:;display:none; }
#Nnym0ky32DSPnMxxX6eJSwkJ5BBdCBIE { display:block; }
#TbxxNLyvFsl4RHunJAnhRN9I5UN18m0l { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#CLxdMlB8v0Iw28SdSKDJxvxG0TNnceua { width:;height:;display:none; }
#Aor0U48gWKNooyTinK1dAnT0BQsnx4aT { display:block; }
#m51lisTwrbLwzM20BPLIdAEDp8ikOyrE { width:41.4375rem;height:24.0625rem;display:none; }
#KT71HKythqqW7wO0LLiqZD711gxG6lCE { width:;height:;display:none; }
#iFT02UStqZ8HA0tGo4MunSc8OL990T2T { display:block; }
#WuwXnQkcXmMUlgyyrPFRDTgkzIXbNoHD { width:41.4375rem;height:24.0625rem;display:none; }
#DCLO1rrEtnT7077SQpqTso1mNGmD7LBT { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#MZuruqZIBhN0b9fSQoLASLrZNMXekclG { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#PVfRW0ltld0IgxsOwQ2o8J3ec4C2nUI7 { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#D92nfcJ1XOtq3rfo4C3SNfx3ppxWtsS9 { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sIF89XkZ4S2IIrOTwwTpbL2lmSKalHSd { width:;height:;display:none; }
#vGtpJrT47ICZTc5nmF5J016yP15lpkHV { display:block; }
#eJmTpMZx0aE1TpU7bvVzSWKOQ09mJo9A { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#TLTDb4ZQqFXfuBUQ0yuxm9GsbDW7mrNN { width:41.4375rem;height:24.0625rem;display:none; }
#IZq7z8yZTUNb1B8UP98WmJtaNhuUErWs { width:;height:;display:none; }
#xaSo4FuMbaRpqgJA8zX9nBF5HFIrNsqX { display:block; }
#dFe8P1ymeGCN3sNvZSnlxosqkbX3h4rI { width:41.4375rem;height:24.0625rem;display:none; }
#cV3XhhADMZyOdxDGVxyTIq0mEOrOM0g0 { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#aIFv3EaLH769tg7G2nErvMRwA3BPwIlw { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#UmmzZq9CMolkrIKU8PE1r23KGOFXrRLl { width:;height:;display:none; }
#rRCnMQR3TaxToavO2OgqQB8eqfQ1OcFn { display:block; }
#d7CJc8gFTq7JbzRlaKLJKBoVkJ2Rl8OV { width:41.4375rem;height:24.0625rem;display:none; }
#qsNIXQODu8UTOEMG7gt4Ig1BbcaGuOZi { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#TZrJMgDDzVf3gHmwVPbLbhE6PMwwkVuZ { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#bnL9oKiuDhgS8xMKlpWKTZyI1v1agbKl { width:;height:;display:none; }
#FcIhiuyf1ICX1HDJtJI5DyxBLT2q0bsl { display:block; }
#pT9VJeXZQfPnrKkOoBdsVWTJOLaglxIZ { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#wuzxBQh2k0nos9iQ7POniDDLTl9zXQrH { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#Fyrg6dfi6TcWm82feUlTo6hwIcTNfKtA { width:41.4375rem;height:24.0625rem;display:none; }
#UWGpJGiX477bN5mJstQECr8BvEWXhL5H { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sV8rxg9IZWhLnSTCz7keGOX0mDQldFMS { width:;height:;display:none; }
#yTslLQmaVOWkcPsNeVaTsQuwziwVo63h { display:block; }
#TMh0hT5TMqvDPmiNvlZVUkuaGqbEgxMM { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#xxazGROTKLDeKE6xUiXZqyQrTXGVBbTq { width:41.4375rem;height:24.0625rem;display:none; }
#AmX4z3IXTVICgIHSpMNMDJbcQGptmNO3 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Rac28anvIP0PV3OTqXneZ6giFASTdwH0 { width:;height:;display:none; }
#Nm1MJqGrEokMOpU70vxtMFJt0Iit3FhA { display:block; }
#EcP327W6g7Fq6yxQH7oLVKxZ73QNI9gs { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#T7teVZZrPd3V1is64k2WsbPhuDLAhmzx { width:41.4375rem;height:24.0625rem;display:none; }
#Wkqkq7SIvrsnkav2WpPXyN4iAZ06XQp5 { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#iWQKdPXNLzlyfXRyEK1SS196OnwgUWiI { width:;height:;display:none; }
#AT5amby8b7y2ew0lTZrCKFRJiSvVTXB1 { display:block; }
#Gf7dq13bmNbGMR49khctbVdTN0aolePF { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#Q3Gi4ZHlPRJ1QvHPIHhGF1VDTxh992lK { width:41.4375rem;height:24.0625rem;display:none; }
#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D { display:none; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row .container { width:47.75rem;position:relative;display:none; }#i18SVT9bBaNxrp7TXcXTcO2AucuHc5UA { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#ri1BQCTubJekQ9XvLB70FPyxk6aZmET7 { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#P3VlXvTN0uCVpVcpvxQQDdlLPHAqzx9q { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#Puq6yV8HtAh98DKWw4NICtZpnGzUEXcN { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#LugbHwTOfT0UZ1Uu9kUcIgWLdBkncxOF { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#y34ggWEWmHmc1NtSrOw43uCuig0uhEES { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#UUCmo0t6MzcvzPsTSSRRr1Cz5ovbfH4m { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#DtCXnSMSPdEeGQU0WIfVwFgrTHVTTIUc { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#FOtNVazKuy7RwT2ls4xghcwbOD1ynQem { width:;height:;top:0rem;display:none; }
#dypcWWFGnf74aV766tQKq98pzgaUTTtq { width:36.5625rem;height:31.5rem;display:none; }
#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot { display:none; }#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot > .row .container { width:47.5rem;position:relative;display:none; }#GRqitBVXhIuKNeUT4QrafIbLzUM7QkqA { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#teFTTdqwxq6DRLk7Cnm3WdDiCGneQ4gJ { display:block; }
#dRUEb02vkN21AMLTo4t7Pa8TcvExWH3q { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#aq4kzihJCZX3pFCz5wu5l6dTX8WAhPWs { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#eT3ni7KCNaEwvL1iWoEyZTEZ8XOAKNON { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#hTZzyhK5zC9STC5pRCFedTQ0nG4sKVEw { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#aSotxqhqgv90JqO4012qBThe1wztMESC { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#I1vKkLEC3MpmKNww97tROM3TQ9mH8JtR { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#xNk2TgPWV65T1HJfmeXDpDhCS98AU9oW { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#cfhf7BfpgQGobWBs31brXZd2qmRlrEdO { display:block; }
#mzrJhW4qefqnG8bs9ciTUocpW1fMisZM { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { width:17.5rem;height:auto;top:2rem;left:3.1181640625rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { width:17.5rem;height:auto;top:2rem;left:3.1181640625rem;display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw {  }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { display:none; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { width:47.5rem;position:relative;display:none; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#ytpueuxXtUxOfsnDNt675PqQoJVDlzuH { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { top:0rem;width:;height:;display:none; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { top:0rem;width:;height:;display:none; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { display:none; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { width:47.5rem;position:relative;display:none; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { display:block; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .row .container { width:47.75rem;position:relative;display:block; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { width:17.5rem;height:3.4375rem;top:12.8125rem;left:16.6796875rem;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { width:17.5rem;height:3.4375rem;top:11.5rem;left:21.6796875rem;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { top:4.5625rem;left:0rem;width:47.75rem;height:22.8125rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:block; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:47.75rem;position:relative;display:block; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { top:12.5625rem;left:0.62413215637207rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:11.9375rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { width:10.9375rem;height:1.375rem;top:22.3125rem;left:8.590576171875rem;font-size:0.75rem;display:block; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { top:22.3125rem;left:10.936767578125rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { top:21.0625rem;left:7.499267578125rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { top:31.5rem;left:14.373046875rem;width:5.3125rem;height:1.75rem;font-size:0.75rem;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { top:31.375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { top:20.5625rem;left:1.434814453125rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { top:12.5625rem;left:14.46337890625rem;width:5.625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.5615234375rem;font-size:0.625rem;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1.0625rem;top:23.625rem;left:12.47998046875rem;font-size:0.625rem;display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1.0625rem;top:23.75rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1.0625rem;top:33.0625rem;left:12.54248046875rem;font-size:0.625rem;display:block; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:block; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:47.75rem;position:relative;display:block; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { width:31.5625rem;height:15.5625rem;display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:none; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:; height:; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { display:block; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:47.75rem;position:relative;display:block; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:0rem;display:block; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.1875rem;top:24.5rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { top:20.75rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { top:20.75rem;left:19.437501907349rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:3rem;top:24.1875rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { top:20.75rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:4.5rem;top:23.1875rem;left:0rem;font-size:0.8125rem;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { top:34.375rem;left:19.75rem;width:8.25rem;height:2rem;font-size:1.5625rem;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:3rem;top:37.75rem;left:18.0625rem;font-size:0.8125rem;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:4.5rem;top:36.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:block; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:47.75rem;position:relative;display:block; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { width:9.8125rem;height:8.9375rem;display:none; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { width:47.75rem;height:17.1875rem;display:none; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:none; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:none; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { display:block; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:47.75rem;position:relative;display:block; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { top:1.0625rem;left:3.8125rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:20.1875rem;height:5.375rem;top:5.9375rem;left:2.5625rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:4.375rem;left:26.0625rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { top:2.0625rem;left:24.5625rem;width:11.8125rem;height:11.8125rem;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { display:block; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container { width:47.75rem;position:relative;display:block; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
body { position:relative;display:block; }
#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FNpSSGyMClUTaivATyDHE7DNzsDlXwEy > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#wgnRQRsD8OdCf0H0Clb66IApNBpEEweW { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#n5yJOEXxBZU9OIO8RZL2WMZtu87y3z77 { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n { position:relative;z-index:auto;display:block; }#bCK8HLWATOgM1wgUfM0z0Tpy7XtWku6n > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#lyJWucL4B4SAZSobv9BWQrvVlfUQAq8f { width:5.6875rem;height:0.899525rem;top:6.4375rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#pgBcQo17G4r4iczTxloXWNOPkRus0xE0 { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#TxM5S5a5TWTXA0Rqlqd9TOl0DIeVm62r { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#HRXJoaRp9nMSgSAi9wTnhSIwdlHguApI { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#l4vGIBkLmVM7fS0VSnHy7nIZ1glJHmNH { width:7.3125rem;height:0.899525rem;top:6.5rem;left:6.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#XMSCFeoacpvO0ZUekLEwkSGc4ziuII7R { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#m5PZiKLVCDx18ONLMJ7lae4SOQy0rkRy { top:6rem;left:0.875rem;z-index:15012;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#PQnM4mcUs76uRqiQ6l8CEAURmWL1PCl5 { display:block; }
#FE01lAEhiWcuXK10igNHW4hXZweZOe0l { top:6rem;left:8rem;z-index:15013;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#ahiArsit2AZAxmPV85r4LEhBLGlU19Ws { display:block; }
#Ac1w30syFtDi8sdT9qSTVmSTGKflSbZQ { top:6rem;left:14.875rem;z-index:15014;width:4rem;height:2.0625rem;color:#ffffff;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:0.0625rem;line-height:.2;display:block; }
#RRGpzzANzyOfd3bBG8TmkkVHZvk1358D { display:block; }
#bS85EvnE1V6BJ3crZwfpMhuCUysMEcD4 { top:8.75rem;left:0rem;width:19.0625rem;height:1.2999125rem;z-index:15008;font-family:"ahj 2024 font";font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#000000;display:block; }
#DnX1Zt1JbIs5LEzWxBSqGvTZNLs3y1dX { top:10.125rem;left:0.8125rem;width:18.625rem;height:3.75rem;z-index:15017;background-color:#62748d;background-image:none;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#eZ4sn20AMU2KdsmvobFLZoezq8Q0DiBF { display:block; }
#qnwwphw0z6vREDyk5WgF2lyKQG7vPFy9 { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#EGynWs7K90K3TeAW11blnV7pBfboVnWd { top:16rem;left:0.8125rem;width:18.5625rem;height:3.5625rem;z-index:15018;background-color:#62748d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;text-align:center;text-align-last:center;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;font-weight:400;font-style:normal;display:block; }
#ZpPeZmf6gsHvaZNLSznuTn6qGw6T6S5S { display:block; }
#bamgeN5bXMpbkEZ4xHA7aL5pxV2VkoGZ { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#nlEpWAIicWGWvJAZxU9ThCzHCfeMeC8W { top:14.0625rem;left:9.8125rem;width:2.125rem;height:1.62435rem;z-index:15020;font-family:"ahj 2024 font";font-weight:700;font-style:normal;font-size:1.25rem;display:block; }
#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia { display:block; }#PZpfmDcrk5UMCxkSXZLMrWv7aboUp2Ia > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#l03dEST1i4Er5rAJxl2OEnXVKg4DzREc { width:20rem;height:2.47504375rem;top:4.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#RLV2DeiR4fP4qvIUle274olUTWCkpB9l { width:13.11111125rem;height:4.36111125rem;top:31rem;left:3.4375rem;font-size:1.375rem;display:block; }
#gPWtK2sHo6nKahhL6IyBSnAhuTuQ5nfb { display:block; }
#g1yl5moouhzmhl9ehqhcTULneDtNRwPO { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#dFAubdlIwVLhmoippM7qIXqOH4S1pt9r { display:block; }
#emxZS0kwTGnxzwwcZRKv0c4ccxUMEKXk { width:20rem;height:3.0013rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#EgWMWs6qnXAlT9bFDMw3gc7EzyveNTK1 { width:11.625rem;height:7rem;top:3.5rem;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;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -moz-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -ms-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-image: -o-linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#35957353', endColorstr='#b5d4b392' );";background-image: linear-gradient(180deg, rgba(149,115,83,0.21), rgba(212,179,146,0.71));background-size:auto !important;display:block; }
#QFIcFkgVBH5y9eSGlINaAVqnBiEndThg { display:flex;width:4.375rem;height:4.375rem;top:25.8125rem;left:1.9375rem;font-size:3.0625rem; }
#Kk9qrqdW9mFzFmbVl9hcfOMqHbveWQss { display:flex;width:4.375rem;height:4.375rem;top:27.75rem;left:0rem;font-size:3.0625rem; }
#nTWgodTO7SQzL4c1K8c9wOUIBcFaN53A { width:20rem;height:13.3111875rem;top:15.375rem;left:0rem;overflow:hidden;display:block; }
#gNa7MF8Ig9vdkJ6vhE4XtrWLh5G8x6ac { width:4.9375rem;height:2.4375rem;top:19.625rem;left:0rem;z-index:15042;display:block; }
#Z4Ahybs7Xw3x2tb9x09PJsTNvI11NoDR { width:4.875rem;height:2.1875rem;top:15.375rem;left:0rem;z-index:15041;display:block; }
#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP { background-color:rgba(250,250,250,0.87);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; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container { background-color: transparent; background-image: none; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container > .video-iframe-container { display: none; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row > .video-iframe-container { display: none; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .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); }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container { border-width: 0; border-radius: 0; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k3rocTsN85aEi6AaBEAtSzd6VbGBWxcP > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#SOXZsflO6EZexuydQBkTo3QFrbvJ6MRu { top:1.6875rem;left:11.937500536442rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:cairo;font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:#000000;font-size:0.8125rem;display:block; }
#Zsw2t79tW4sNudTq64p05i6hwKXb97BK { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#MkB6h7tnlRkadTX7Z060uEvz0AWL1frZ { top:1.18408203125rem;left:6.17431640625rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#hhieAio7WFg5PDrINGG1toOpBQTKIv65 { display:block; }#hhieAio7WFg5PDrINGG1toOpBQTKIv65 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#ddPJe8Gi0M4K8o7gLvWXG24xyaJpEiTb { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#qTFksiV04L5XRmoqa1wenh1Jo4NWEqEs { display:block; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH { display:flex;top:1.5rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#aVvbApAksxKhkKLTwro7fQd4aJ3JeTrH > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#R3ZmMmwOgfGtQMCxeSuXfha90cvIkhZf { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#SFzxGxSlovdkVAA6gUgSV9TTSgzHtpWT { width:5.8125rem;height:2.875rem;top:0.6875rem;left:13.4375rem;display:block; }
#zwOgK9A1PGiakPu3FJIzJ6PogphK1ZeM { width:9.0625rem;height:2.8125rem;top:0.9375rem;left:0.125rem;font-size:0.625rem;display:block; }
#fGVUcKeKyfepmaU2CWBF1M9vhPOJGzlT { display:block; }
#oOdevFJEt2otQPeutW8SA8CMwJBv2cdf { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 { display:block; }#cvKGAiBCgSy0zdiHXTs1v1HabOfqAT05 > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#TaTzBNIwrTJLtaOl0PJcrPQJdzSBq5I1 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#OeGDOdgt3ZWZbefVsmJT6rCUPXwvEHXL { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#QI75XRWG6yu2NF4IAm36ZmDIBJM4AuCE { top:1.2291666679084rem;left:0.75rem;width:19.9991875rem;height:1.13606875rem;z-index:15198;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#A9wih6VsHFfskrnQKJiT8PO1w3t2cSUK { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 { display:block; }#yyIPP3OmoJKoCE7HdT27VEzsXdts12b8 > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#c7Wx9OdutxmLSCQftnEmQ6au82ZsrTo2 { width:20rem;height:2.3990875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#WfOZtixfy0rQtKgLoVi8e4l5S2aD236J { width:20rem;height:15.0065rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#AFrfVfD7zIa0Mq5tgXdaCu33fdUCKyE5 { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#FB0wtTOwSx5cGalZ25VTfmMUMGMWkq3O { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#wx7MRN8XoPM0PSTepOdrfnkEUE6rsvMO { display:block; }
#zX8k0OdKqWFBaTWxnCW0V2htMVP89pbG { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#Rermu7JEfFnwA66xPfyxvImuZAP8G5Ar { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#COMBoUuwOTvm7lMHUbExSL1K118pnuKx { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#vIEF2QbHe27mEzWnMoZNTPpp6iZDngJN { width:20rem;height:23.9375rem;top:3.093533039093rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:1.875rem;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#add4b392', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(212,179,146,0.68), rgba(0,0,0,0));background-size:auto !important;display:block; }
#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ { background-color:#ffffff;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; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container { background-color: transparent; background-image: none; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container > .video-iframe-container { display: none; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row > .video-iframe-container { display: none; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .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); }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container { border-width: 0; border-radius: 0; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UAZDb6RiKzFlKtTTVrcAq3bC2gKZ7yUZ > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#UrEOPXFBtRSb99GLaaIZfxXeKnc4QZZz { top:0.58073043823242rem;left:2.75rem;width:15.3125rem;height:1.2999125rem;z-index:14997;font-family:cairo;text-align:center;text-align-last:center;font-weight:700;font-style:normal;font-size:1rem;color:#3c830e;display:block; }
#iSOqk7vhrPuXV8tUaDXfZ3vFAq7oOETh { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#T3hT5n3xiDoOd2rWkODsHox4JOfKBWmM { top:14.37451171875rem;left:6.826904296875rem;width:12.625rem;height:2.098525rem;z-index:15014;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#ZKRuqvO46d3dcx0JOaOfNPcLVr3dDmfy { top:14.3125rem;left:0.75rem;width:4.6875rem;height:2rem;z-index:14977;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#uPwZlNPyHHhpbqST9GIXgPzwRR4rebTc { display:block; }
#UcJQX7xOD3sXoaXwhtwTPthVWy5SApz9 { top:1.4361877441406rem;left:0.49869799613952rem;width:3rem;height:3rem;z-index:15019;background-color:#3c830e;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.4) ;display:block; }
#LGfgwbIU5hn79J4MB6usWCxO3N8LHFiG { top:2.4986877441406rem;left:0.7486979961395rem;width:2.5625rem;height:0.97439375rem;z-index:15020;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;display:block; }
#qcPGwbkZqUJW5DM1DNJzrw2ZbOoBkJfz { top:16.68701171875rem;left:0.1875rem;width:19.1875rem;height:1.9487875rem;z-index:15035;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#iyX5IXRzdPeTLyn0DmK0yZUGpaf8Tc7m { top:32.39582824707rem;left:0.375rem;width:19.1875rem;height:0.97439375rem;z-index:15039;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#kMd24E8mGI9qFK3NWpUAgEMKafJrIfhO { top:31.08332824707rem;left:6.9375rem;width:12.625rem;height:1.04980625rem;z-index:15018;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#J6g0AHquy7bMqR6HJffTRUETm8TIERPS { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#i5BXbWhGDZ4znshDHIvBBHOuhPQ1nwXL { top:30.64582824707rem;left:0.5625rem;width:4.6875rem;height:2rem;z-index:14978;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#EMXkIuOJiTwrATHw49zzHKiGcA2QxifF { display:block; }
#GmhS5OxGpRq3zgaxsOvtOvsGM550sybn { top:47.3125rem;left:0.625rem;width:19.1875rem;height:1.9487875rem;z-index:15043;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#xmr0chPpsIQLvKTTGGCA1MhQxdzn19HI { top:5.877197265625rem;left:12.5234375rem;width:5.5rem;height:2rem;z-index:14982;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#zttRHl6wqKArNduiaMWoPiAUHT51gG9P { display:block; }
#Ra29kG5VlJ63rNpxbtupmKTxqtb0aQuv { top:45.75rem;left:6.8125rem;width:12.625rem;height:1.04980625rem;z-index:15022;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#PZOtV19SegwTc6T3c2NT3r44RICD9elL { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#XU0Ive91IvMHH0KNOC62LaEOWUlSPrDL { top:45.376220703125rem;left:0.7109375rem;width:5rem;height:2rem;z-index:14979;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#UKn6Haiph53RmfeVOO1D46NTUNEk5TPm { display:block; }
#v3CoKNi9nNvxLu0TFT5ToHmpxTPTVi5Q { top:63.87548828125rem;left:0.2099609375rem;width:19.1875rem;height:1.9487875rem;z-index:15047;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#v2rwNqHc5hfF5xk68bz1bD3gNDcN5LEg { top:62rem;left:6.623046875rem;width:12.6245rem;height:1.0492625rem;z-index:15026;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#a6XC7HZVGqEa0xEO7zsakclpELogiCwZ { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#WvFiv1QTWRveD1WVEqPL24svS5zV88ZM { top:61.56298828125rem;left:0.773193359375rem;width:5rem;height:2rem;z-index:14980;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Nnym0ky32DSPnMxxX6eJSwkJ5BBdCBIE { display:block; }
#TbxxNLyvFsl4RHunJAnhRN9I5UN18m0l { top:114.68750190735rem;left:6.5625002980231rem;width:12.6245rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#CLxdMlB8v0Iw28SdSKDJxvxG0TNnceua { top:114.37391853332rem;left:0.74978297948838rem;width:5rem;height:1.9995125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Aor0U48gWKNooyTinK1dAnT0BQsnx4aT { display:block; }
#m51lisTwrbLwzM20BPLIdAEDp8ikOyrE { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#KT71HKythqqW7wO0LLiqZD711gxG6lCE { top:131.22938728332rem;left:0.81163197755812rem;width:5rem;height:1.9995125rem;z-index:14987;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#iFT02UStqZ8HA0tGo4MunSc8OL990T2T { display:block; }
#WuwXnQkcXmMUlgyyrPFRDTgkzIXbNoHD { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#DCLO1rrEtnT7077SQpqTso1mNGmD7LBT { top:131.99761390686rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#MZuruqZIBhN0b9fSQoLASLrZNMXekclG { top:116.62327003479rem;left:0.4047309756279rem;width:19.187rem;height:1.9487875rem;z-index:15048;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#PVfRW0ltld0IgxsOwQ2o8J3ec4C2nUI7 { top:133.87369728088rem;left:0.34396702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#D92nfcJ1XOtq3rfo4C3SNfx3ppxWtsS9 { top:151.00911903381rem;left:0rem;width:19.1858125rem;height:1.9487875rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#sIF89XkZ4S2IIrOTwwTpbL2lmSKalHSd { top:148.43360328674rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14991;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#vGtpJrT47ICZTc5nmF5J016yP15lpkHV { display:block; }
#eJmTpMZx0aE1TpU7bvVzSWKOQ09mJo9A { top:148.78363990784rem;left:6.622179329395rem;width:12.6233125rem;height:1.0492625rem;z-index:15037;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#TLTDb4ZQqFXfuBUQ0yuxm9GsbDW7mrNN { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#IZq7z8yZTUNb1B8UP98WmJtaNhuUErWs { top:165.49913978577rem;left:0.68684905767444rem;width:5rem;height:1.9995125rem;z-index:14995;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#xaSo4FuMbaRpqgJA8zX9nBF5HFIrNsqX { display:block; }
#dFe8P1ymeGCN3sNvZSnlxosqkbX3h4rI { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#cV3XhhADMZyOdxDGVxyTIq0mEOrOM0g0 { top:167.87435340881rem;left:0.56206601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15057;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#aIFv3EaLH769tg7G2nErvMRwA3BPwIlw { top:165.78667640686rem;left:6.309679329395rem;width:13rem;height:1.0492625rem;z-index:15041;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#UmmzZq9CMolkrIKU8PE1r23KGOFXrRLl { top:181.74805641174rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:14999;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#rRCnMQR3TaxToavO2OgqQB8eqfQ1OcFn { display:block; }
#d7CJc8gFTq7JbzRlaKLJKBoVkJ2Rl8OV { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#qsNIXQODu8UTOEMG7gt4Ig1BbcaGuOZi { top:184.56055641174rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15061;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#TZrJMgDDzVf3gHmwVPbLbhE6PMwwkVuZ { top:182.53363990784rem;left:5.3884552121163rem;width:14.5rem;height:1.0492625rem;z-index:15045;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#bnL9oKiuDhgS8xMKlpWKTZyI1v1agbKl { top:199.31098365784rem;left:0.62500005960463rem;width:5rem;height:1.9995125rem;z-index:15003;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#FcIhiuyf1ICX1HDJtJI5DyxBLT2q0bsl { display:block; }
#pT9VJeXZQfPnrKkOoBdsVWTJOLaglxIZ { top:201.93577003479rem;left:0.81271702051162rem;width:19.1858125rem;height:1.9487875rem;z-index:15065;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#wuzxBQh2k0nos9iQ7POniDDLTl9zXQrH { top:199.87305641174rem;left:5.0000002980232rem;width:14.4995rem;height:1.0492625rem;z-index:15049;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Fyrg6dfi6TcWm82feUlTo6hwIcTNfKtA { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#UWGpJGiX477bN5mJstQECr8BvEWXhL5H { top:218.62305641174rem;left:0.40581601858139rem;width:19.1858125rem;height:1.9487875rem;z-index:15069;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#sV8rxg9IZWhLnSTCz7keGOX0mDQldFMS { top:215.87458229065rem;left:0.74761289358137rem;width:5rem;height:1.9995125rem;z-index:15007;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#yTslLQmaVOWkcPsNeVaTsQuwziwVo63h { display:block; }
#TMh0hT5TMqvDPmiNvlZVUkuaGqbEgxMM { top:216.09919166565rem;left:5.2007382512093rem;width:14.4983125rem;height:1.0492625rem;z-index:15053;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#xxazGROTKLDeKE6xUiXZqyQrTXGVBbTq { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#AmX4z3IXTVICgIHSpMNMDJbcQGptmNO3 { top:81.499351501462rem;left:0rem;width:19.1873125rem;height:1.9487875rem;z-index:15051;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#Rac28anvIP0PV3OTqXneZ6giFASTdwH0 { top:79.124584198rem;left:0.625rem;width:5rem;height:1.99978125rem;z-index:14984;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Nm1MJqGrEokMOpU70vxtMFJt0Iit3FhA { display:block; }
#EcP327W6g7Fq6yxQH7oLVKxZ73QNI9gs { top:79.473745346069rem;left:6.827257454395rem;width:12.6236875rem;height:1.0492625rem;z-index:15030;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#T7teVZZrPd3V1is64k2WsbPhuDLAhmzx { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#Wkqkq7SIvrsnkav2WpPXyN4iAZ06XQp5 { top:99.25rem;left:0rem;width:19.187rem;height:1.9487875rem;z-index:15052;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;font-weight:300;font-style:normal;display:block; }
#iWQKdPXNLzlyfXRyEK1SS196OnwgUWiI { top:96.369581222531rem;left:0.62500005960463rem;width:5rem;height:1.9987rem;z-index:14988;font-family:cairo;font-size:0.6875rem;line-height:.8;background-color:#3c830e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#AT5amby8b7y2ew0lTZrCKFRJiSvVTXB1 { display:block; }
#Gf7dq13bmNbGMR49khctbVdTN0aolePF { top:97.375rem;left:6.5625rem;width:12.6245rem;height:1.0492625rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.2;display:block; }
#Q3Gi4ZHlPRJ1QvHPIHhGF1VDTxh992lK { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D { display:block; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D { background-color: transparent; background-image: none; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row .container > .video-iframe-container { display: none; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row > .video-iframe-container { display: none; }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .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); }#OpyOBPTVnRet8mIdeGoAh8NqWx9zkn8D > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#i18SVT9bBaNxrp7TXcXTcO2AucuHc5UA { width:15.061875rem;height:2.5996125rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#ri1BQCTubJekQ9XvLB70FPyxk6aZmET7 { width:18rem;height:2.79730625rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#P3VlXvTN0uCVpVcpvxQQDdlLPHAqzx9q { width:15.8125rem;height:2.79730625rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#Puq6yV8HtAh98DKWw4NICtZpnGzUEXcN { width:16.0625rem;height:2.79730625rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#LugbHwTOfT0UZ1Uu9kUcIgWLdBkncxOF { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#y34ggWEWmHmc1NtSrOw43uCuig0uhEES { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#UUCmo0t6MzcvzPsTSSRRr1Cz5ovbfH4m { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#DtCXnSMSPdEeGQU0WIfVwFgrTHVTTIUc { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#FOtNVazKuy7RwT2ls4xghcwbOD1ynQem { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#dypcWWFGnf74aV766tQKq98pzgaUTTtq { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot { display:block; }#Whk4NH6JpVABm4hNpGhAmyTgvgUFM9Ot > .row .container { width:20rem;height:49.375rem;position:relative;display:block; }#GRqitBVXhIuKNeUT4QrafIbLzUM7QkqA { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#teFTTdqwxq6DRLk7Cnm3WdDiCGneQ4gJ { display:block; }
#dRUEb02vkN21AMLTo4t7Pa8TcvExWH3q { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#aq4kzihJCZX3pFCz5wu5l6dTX8WAhPWs { width:20rem;height:21.9375rem;top:21.3125rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4f637b, #d0a882);background-image: -moz-linear-gradient(180deg, #4f637b, #d0a882);background-image: -ms-linear-gradient(180deg, #4f637b, #d0a882);background-image: -o-linear-gradient(180deg, #4f637b, #d0a882);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637b', endColorstr='#d0a882' );";background-image: linear-gradient(180deg, #4f637b, #d0a882);background-size:auto !important;display:block; }
#eT3ni7KCNaEwvL1iWoEyZTEZ8XOAKNON { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#hTZzyhK5zC9STC5pRCFedTQ0nG4sKVEw { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#aSotxqhqgv90JqO4012qBThe1wztMESC { width:20rem;height:2.3997375rem;top:2.3111982345581rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15004;color:#ffffff;display:block; }
#I1vKkLEC3MpmKNww97tROM3TQ9mH8JtR { width:18.75rem;height:1.50065rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#xNk2TgPWV65T1HJfmeXDpDhCS98AU9oW { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#cfhf7BfpgQGobWBs31brXZd2qmRlrEdO { display:block; }
#mzrJhW4qefqnG8bs9ciTUocpW1fMisZM { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-text {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-textarea { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .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;color:#40747d;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-select {padding-top: 0; padding-bottom: 0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#6d4e17;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:cairo; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:first-of-type{padding-top:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .widget-container:last-of-type{padding-bottom:0;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N  { width:14.25rem;height:auto;top:26.368273735046rem;left:2.2493491768837rem;z-index:15018; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N {display:block;}#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N { width:14.25rem;height:auto;top:26.368273735046rem;left:2.2493491768837rem;z-index:15018; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #oLfRO0NcAviEJuPrQMeO9QO46Vdho6Wi {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LW49lP8HtJ6cF10OokSb73E77XWoQQJ7 { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #tuhhE3VJSDWJwCpAvSJSnnxK995I4VwK {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #g4WOOUzgH2uTxlNV1iwK5E0SP2noOuJa {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #KC0lMuSNJiXvPeIU0FTmgx77lugAgVOU { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #B7iwGeUDipNSOA9qshLZGJvh8shRTuvq {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #C9eQbzBKX3Xm0Q8NJeJdwSRpQyoVCD00 {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #bNePqN0fRd0rdbWwJ0Cv3w4qeXNMkl6d { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DTfEVDVwuzfIvD0anuRo3zfIFQecTqtA {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #XBOMCfTIeIln1hNNmBAMMkokCopn92JJ {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #NnePve36QTmVLFD3rZFSArpKUBl7JUxR {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #R0hUxSu6LyEmXwCKWzGPJevbzHzOpTrJ { display:none; }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #wTFhHDWKmCrLKyqOXcAR5pUH1Dc3lW1q {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #DgOQnSAihCQHnNrTOzos8dGObXqRB60P {  }
#Os30KHdEXlgxk15r0rvSUGzgnChIFV9N #LK0TtivU6QZEzcruh4deOO4w24BggGyw {  }
#mZhHzt87wp6dthooIrtfJx3ps6kvL974 { display:block; }#mZhHzt87wp6dthooIrtfJx3ps6kvL974 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#OrLHL5qayh1u1Pa6nrAuidow2SURWiXB { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#ytpueuxXtUxOfsnDNt675PqQoJVDlzuH { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#fsqkr2KCWh0oRhFDIU4ZrFUy8LpPdVyt { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#eatwNvFNoTPXglvmIuNN91ZPq76qdAbg { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#GFxlTCl19cAgVS15GuJnIRGodTa1qu9a { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#Drf7DRI4xWTqV2coEs26BOqK3fTdUJM3 { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#uh5KyD8JdBZfzzedSvAx5Kg9b5wfgcsa { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw { display:block; }#ENKzDdT84T0JLHIq5h1ZKOOcKUXTwpqw > .row .container { width:20rem;height:7.6866727734375rem;position:relative;display:block; }#GW2IW7tIWSN1Rt0mgipa24IvwXJHsKXQ { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#mvnBTFz0TVw8e75irO3Hn1qJFxc4xe8u { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#T00TeZphKsarv7pNlJqNhse0c06igSUx { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 { display:none; }#boMt5FscGgNtyAz30Vc8IgMveXPJRRW6 > .row .container { width:20rem;height:31.25rem;position:relative;display:none; }#cTNTXT00pfoMS9lRvanCvP6VhoRuvG3s { width:17.5rem;height:3.4375rem;top:30.25rem;left:1.25rem;z-index:15001;display:none; }
#vl8EgP3RpHUT7tm9ZVcTTJL4TCUxOSqs { display:block; }
#Z1ysSXKTl5w6qkwKuL1ORQgdXkio5wMz { width:17.5rem;height:3.4375rem;top:25.5625rem;left:1.25rem;z-index:15001;display:none; }
#IJKfG9qJgvc8ATTiy0LM5wwrVD7UupqD { display:block; }
#WZ8zXrlcuP2l1pk4LsQiuq0kI77lRnM4 { width:20rem;height:23.0615rem;top:4.12353515625rem;left:0rem;display:block; }
#EuodgDShJaPhoFCfVLFok4PkNuA4C409 { display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container { width:20rem;height:57.8125rem;background-color:#ffffff;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;position:relative;display:none; }#EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.adaptive-delivery-prevent-bg, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyload, #EuodgDShJaPhoFCfVLFok4PkNuA4C409 > .row .container.lazyloading { background-image: none; }#MLz4BTxpTTgxHgt1TH0BPcTXtSRzTry8 { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
#JmMlymu1WTGZLa6cABFMmTok4rGMz4eD { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#ncJTsaFF7iTP7Rxeq3k0qDGH7Ai52CM7 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#itJ1X83Rew5Ir5J56kN14QktBZrzmCPw { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#sJA8piGKA6BAp5r99l2y8wEwhQHLskT1 { width:6.1239375rem;height:1.12426875rem;top:37.422607421875rem;left:12.618408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#lQ8TTLHXLl3yrrm0mUpTOlsmTHvztNBT { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#K1eF0CnkSAThJFNaQvQLcQpy1RWPNTEz { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nfyut7pTt7Am8NWvmwgvZ2HAguFXX9lm { width:4.4992875rem;height:0.9747875rem;top:39.026992797851rem;left:11.073153078556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#itIkXHARB9dSmBT5BslGVpryZZOsmhlB { width:3.18714375rem;height:0.9747875rem;top:49.25rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#n4b8a0TrDQvtGLUSxLd5QcK0iGtR6oNH { width:4.8125rem;height:0.9747875rem;top:37.572021484375rem;left:0.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#PtvZ5zLsEconWhUzhN96mnvC1g0ldgoB { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Ovw7a39Gfuhris3Ts4RrmXWmRO4G0A5t { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#RWrSCm100ScHXdWtO86FP8FUFJ3ITeSR { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#niNDaHMEDX3q7tEIqAc49Nh1NptZJVgk { width:5.81176875rem;height:0.9747875rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nTNfmISVnWgiJXvGzuAa8LFns1ea0G62 { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#MnAAia5p3qsT2nw4a0x9v71AEMSoWOmV { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Uh9SIEmHCl2Mm7C0OUv1FA9pO9HUdO2B { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#OULNxcidR0Cs6xMwk2RPfUdLzwvnQOoT { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CDodWesXBgXvgFn2JFTWT4lffiU64X6d { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#TMv9HNTpTGH50XnbCzAivOV8e4wHn2Mv { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#qg4J38NFiE6k4gHB9lgOVa1wc4PauG7r { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#MdTK0mwTp53DU2Ab8vcFNDQrUae0Wg3b { 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;display:block; }
#l0Rq2NwXzD0pe4aeT8RosAcTliO2PzRc { 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;display:block; }
#ZOzF8BZgpVAiKWnsMIsgwSo4fmJ6nZvI { display:block; }
#HmcVU7hWaFewkgb8h0GHB1REwUubpn5l { 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;display:block; }
#evQnFrsavTEIDKmfHnB7unAl2oTNK5oL { width:5.6875rem;height:0.9746125rem;top:27.6875rem;left:13rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#BUTAxTUMz1nDkiL4gW95QzelXyd5v3KC { width:6.875rem;height:1rem;top:29.03466796875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#zCz9ZhVxqXwWMpH85mqTwyxv0o454H7h { width:6.875rem;height:1rem;top:29.140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#vuXtAa8RP0wNTmsw9LOP2eGTAdBkB1NB { width:6.875rem;height:1rem;top:40.199951171875rem;left:11.071533203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#TTqTnaPr4oTD1gcrLb0miFBoBkelOqJw { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#QCAl5GPv9TQDhS1ZgioKa9ILX5fT8Dt6 { width:6.875rem;height:1rem;top:50.53662109375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { display:none; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 { border-width: 0; border-radius: 0; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container { width:20rem;height:68.125rem;background-color:#ffffff;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; }#bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.adaptive-delivery-prevent-bg, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyload, #bqBITidTP01ngX9A9r4wV5zPTpMCCyx7 > .row .container.lazyloading { background-image: none; }#rTi1P2WCL2qTvo3zSEsRT4Kmg66X6rgR { 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;display:block; }
#Mf2eDSvLOnzWSKJLSJO1wqDzIhJGWwgw { display:block; }
#QSANSzqOdy10uF4smo2iHZ2b8cvAfhcZ { 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;display:block; }
#u4K3BMp5IROk5g2RUg38RT9Ssp9DkDXt { display:block; }
#TDeLR5eNw8UeOoFrI2BsF61VxRBIOTvL { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#qzidZHALM6wFSD8F7mfbLqm1krlZVwKz > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#CkesXfoWrzWsAXxh56oHd1kI3fARr3FO { 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:cairo;display:block; }
#guZTTVRax0LgBtiDeWxKfKDUG106FO8z { 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;display:block; }
#Q0F1RoMEV2S6ba7lJF2kLmAAilqG5bkJ { display:block; }
#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.adaptive-delivery-prevent-bg, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyload, #ByMJz1BavGPEOEFEuLt7AbQriC3e4W83.lazyloading { background-image: none; }#ByMJz1BavGPEOEFEuLt7AbQriC3e4W83 > .row .container { width:20rem;height:78.125rem;position:relative;display:none; }#eLGbOUPG4GskEE6PATRdX2Hbls0rOTrm { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#gzUVyDKhKTWyHRQmeIezqxtdwRHTWlsB { display:block; }
#Tl3E1eA2M7ycykU9q1dWgA7K6RiRx9gh { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#ywPDlJ2a62JrFirTuhIfThIsTMVT41c6 { display:block; }
#Urgv9OQi9eCMJep5U2dCGHXiPPIdsXot { width:7.0625rem;height:2.5rem;top:27.625rem;left:6.4375rem;display:none; }
#Q5pw1XkbJPvQERDsp3ZBzegNTuKc8Mt4 { display:block; }
#dp7rWp86r5wsfUO8dpS1EwwuXC8TdlPm { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#dUiavtLkqoFxMB0spcwzxoeQ56lGazR1 { display:block; }
#MiadZ5TCpzGoKhBiLV2abkvKz8UfyoRf { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#XLdfR6h3TAelEmSi0SvLEzDcIUew8yBu { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#RENAnJlL95iwRiDIsaRFcKJ37901K2oO { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#VzO0aCTp2U4UXav1D2AiRagdPx3IQvaP { width:9.8125rem;height:1.21875rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#CWFrTng3nQNII61drNIRx44w2y98ImG2 { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#caoXfkZ0dKvs8QDoTttAibsTMTTkM6Lf { display:block; }
#zfUhgyNcdrZVOLtSWWvKJiNyIhCDZveg { width:8.25rem;height:1.4622375rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#gaKO5O9TPEv2TsSObiFu45K3PcbqZv7L { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#OPCpQiD3VChTgul2tpr0lCUWJAmB1cOu { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#v03NdxpykTJxvoFROsOkuV9mBl8L6Tth { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#vpXPk2ENgDJXX7On3tfAPKK7QRV9bMua { width:8.25rem;height:1.4622375rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#heXOWAMOTE1FEb8R09JmWZvwAkhda2zL { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#gWhduqXy7ASVhCChQt9EbbkMF6B0lFGi { width:9.8125rem;height:2.4375rem;top:24.6865234375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#P4oFsrANNA6tGTNuF1fAHdt5z6gcIasU { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#v2bk6ImwzNMTMDthtKg0hAvG1c2Ef4OB { display:block; }
#UfeTcrHLXtdb1OviZ1l0wuNfG6BvN6TZ { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#oVsHiWbkzlVAAsCRGXxak71VQfSk5lES { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TXhvSfCILoIRzZo9mWMaluA3ddvpn87g { width:8.25rem;height:1.4622375rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#oT0zrBPDQ4mWs2dCor0vcCwem78MsCvW { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#AtoOdloyaOua2iMN1MUTzHXaemzEWH1J { width:9.8125rem;height:2.4375rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#GpRJMsNH8xiksqIyaIOC80lO2oEwuFTz { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#AO5bId1SL5gt759gXr7OZaS36z3nctMc { display:block; }
#q7uOPrJzlcwvr0o7GywIQ87gpBUUGSCq { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#geWZwTcEp3MW0NfTMQxo3OV57AOkl5Hu { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#nLXHhXAcQoHdxWVmLami7vvGzTah0tIs { width:8.25rem;height:1.4622375rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#xxo8uhRiegFTmRkH3HeIHXuWi9lSKPXJ { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#pdzNLVoJa2MUkfbrT9nvoFrIHNDC36Zn { width:9.8125rem;height:1.21875rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#B0zSKkmKrUo1tdU8qA6w1ee2PhXqzXkc { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#aCK92UDFpKa06feMsRV8EDz3wRyFAEqb { display:block; }
#Vh8rIvuenHmbJUGKkl0AXZAvZcxH2M2Q { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#czpaf3p0oMhEsTROG07bn1dudelCPfVf { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TaxkFSB8QlepyA1Etkzypq5NKUu75lUX { width:8.25rem;height:1.4622375rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#zm5N0SlDUFMZTs4MJC87RJU3Nem29eR3 { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#Xa2MUphraP3buqdWOblNIRxzzxETF0hA { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#TSfTqPVII0IF8JgP1Oi1xSVp1vzc0u6D { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#zNJFZT6X7FxMTvc1kKJaEbJbiGM4cUc8 { display:block; }
#k9oCaQrl9gIP03Tzzu4sWk2dw5b3Uwa0 { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ORvyyfwS37HuG33E2fmPfUFnhZHdTdwE { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#EE25cvFq7UmJ5c6yL6yEnSwT89xMahQ9 { width:8.25rem;height:1.4622375rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#XFsCQZmQU9LPN0bbzCo8FpegLwv284KE { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#hMgE2SV5D7wEml2yXWBrveRL4aCcofdO { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#fy03mhip7FDD6aUz2DGJXh5sGW7OmcFP { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#TlE9pP7Tz1MW3gap3viTxqc2p5bGgyqA { display:block; }
#HB51UWU5yUC86VThiG5hVGVG2f6TX2DX { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#Moa0rs42GRoW5EdxtbzI4U2VIwT2PyWA { display:block; }
#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { display:none; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC { border-width: 0; border-radius: 0; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container { width:20rem;height:69.6875rem;background-color:#ffffff;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; }#p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.adaptive-delivery-prevent-bg, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyload, #p1PQSAsvzEcJUOHXWhl8Veck8fv1SXPC > .row .container.lazyloading { background-image: none; }#DiyRb5RUHAuxC0KUnhVoeXFBOivMwGDT { 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;display:none; }
#KXtA331XWnLQdKgUmdmhrrlI8bn0dECL { display:block; }
#ELZUO8f7qGTQZ0QkEZhCqIpNQTl5VVR1 { 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;display:none; }
#eW51hUyUKJVRsUg7uv70kDUpelAHio5C { display:block; }
#fmgzkyR76WkAf89qPbsc40LCTLAuBybK { 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;display:none; }
#kpyppXPARgMNBWh4lFyAMlu5vXeQm6bz { display:block; }
#yEXGpUbyNegi8TtqVvaAKlZUnZ8suClo { top:11.489583969116rem;left:3.7500002980233rem;width:11.75rem;height:1.13769375rem;z-index:15180;font-family:cairo;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#STHdCkWhGcs3C9s8vp2m1168W2V2u1Ck > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#V5HeFM37dfZiCoxz8WG3XGEmv77Rzppe > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#Wf2hSD9WOZLWPKkyARPGyl0hPSglD5mK { 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;display:none; }
#Em63PeF96W873ZK26qO9MTZEDDePfJN0 { display:block; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#BRW8Bn7bHvcAUITOBsmPaiems46HivrN > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#z6a45F6VgJ958TIZSWuKeiW2erIJwJQd { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#OhfDpdUAAaqDb8qwiKoZQTpM4z4unTMK { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#L4Hl6D7lhUevh1Jrmvl6PuiFDeZ355PH { top:38.971357822418rem;left:0rem;width:20rem;height:3.896475rem;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#nR4iinSD0dwJg8ucXBWVKt1EmpNWn11s { top:46.040583610534rem;left:10.203558981419rem;width:9.5rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:block; }
#ST6AriLrBQM8nHmMlTRksQgJQxQoddGy { display:block; }
#gdvTotSTWURbymiS5owalM3zS3khPesV { top:46.040583610534rem;left:0.375rem;width:9.4998125rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#GfsK7uX91sQKdXgAWTUrTIENWykPX5Il { display:block; }
#EIEGyCuyaR9FJCM1zOXJksOol6MhC6Oe { top:48.791234016419rem;left:0.32769113779068rem;width:19.4375rem;height:2.125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;color:#000000;display:block; }
#TtN4C2ablBHb81BA6WHAq3dVqF7L5LTk { display:block; }
#a3OFO1ThXCPKMizRXr752dLkQQVDFozx { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#uZxtgsGDza0ATgboDDuzNA88VRy0uiyA { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#Um3oR8oOI1bS6ByHVdZ8uKSTKxXNTKsH { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#XQDMmrq5lxysD4tC66POTAKBilBXTbpB { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#bDGVVq0TJ1eJ0Mx0wTw4uww1nUDcX7QA { top:55.5625rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#J6wRKlm9n5xu7JI8VGTqJTpPDXyfNtea { top:60.1875rem;left:0rem;width:20rem;height:1.13769375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#RD5loRNaf0tqakcheFWvydQBua2V3XC4 { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#rNzzMCwgoUEe9bB8bqHZGg1z6xM05u9e { top:64.8125rem;left:3.625rem;width:12.874375rem;height:2.2753875rem;z-index:15191;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#KwSU9C6FB1JWpLvyoduOisJflnFwX4tG { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#JBVrqS4msyy1ATgBVoNA4qv7mmRal8dK { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#Zwz2JSUBxAtvyQsVluVtyfwUEbJZxy1Q { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.adaptive-delivery-prevent-bg, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyload, #pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn.lazyloading { background-image: none; }#pd3qi83oMtXLtNPTdSBTnD8MRFdJnHNn > .row .container { width:20rem;height:23.125rem;position:relative;display:none; }#M9k9hXrmZWpc4wt48oCPX8kBJVqCWKcz { width:20rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.25rem;color:#fef7da;display:block; }
#UGURaTaUpmTg3yUPJe2V2B1zEmc3Fklo { width:19rem;height:5.375rem;top:16.625rem;left:0.5rem;display:block; }
#fSgQIMsk62Xoyh5W7HPgQ9FdGpLfnTLp { display:block; }
#QcDrzOLQzAMkfnIO7X18karNdqfUOxwL { width:8.75rem;height:7.25rem;top:8rem;left:5.625rem;display:block; }
#zNkocZPCZULxerg1Vzg4QdRK48FZgfhh { display:block; }
#prTAKEaXdhxuXlnoWPp2Z1Zw6mxsWz0V { width:11.8125rem;height:11.8125rem;top:6.125rem;left:4.09375rem;display:block; }
#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { display:none; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ { border-width: 0; border-radius: 0; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container { width:20rem;height:61.25rem;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; }#uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.adaptive-delivery-prevent-bg, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyload, #uoFUWy2eJtGNz3rVrE0oOMkiF5JpkfNQ > .row .container.lazyloading { background-image: none; }#CwZsLvuBPTFcTAc7HNsAGdaqMlzTMr2K { 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;display:block; }
#DaU06W2E4W6p0zd7s9MmPX4MI3TWcebC { width:7.5rem;height:5.2807625rem;top:45.648193359375rem;left:5.374755859375rem;font-size:4.0625rem;display:block; }
#f7KgR4E6vzMmOgrzyNHwTsEJvlwSJ78T { 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;display:block; }
#iM3wHRBbROnk6glG0XmBT5vH4bv1qTXp { width:7.124rem;height:5.2807625rem;top:27.39013671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#EpP2FqEgsBpsNg1HQxNOIIlO6hsw0z3c { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#TMAJTG858OWVTmtii7hJc5c8bdesyThg { display:block; }
#iMSe81LImIePPHnAoR01QGzO9wzBZR71 { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#pimOfLC5VXDS4uGLlAF42y3A9R7dopWo { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#yT826rv23HIAhAm79JdWXlpxlVOaKT2u { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#WaW9rQp5dKxzuA3To70U42VxDKsm78AW { display:block; }
#KOBmZR1sy0Uvpd7y163oa9kUwGzJQbKp { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#tovIHiR47OkiJhSHQGeluDbxf4srq9z9 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#wCAawDrDBa2nfkRQii0VbyDe2uDZPckO { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#CCMMJde3k2a1Q5NXtlnf0A1VW57Zt5X8 { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#yhO082udMJ5etKlKPbOsT69MLVBhE47X { width:12.375rem;height:1.9995125rem;top:0.556640625rem;left:3.71826171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#T5GQTvTyFtbG72pK1i3H5oxiiTMXsFth { 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;display:none; }
#FcJeIXPwpxAWlHCbZaScP3LIKKIrLqxr { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#hx19UHX9pf8kGzgQM2GJZ7ThxVc4wmxe { 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;display:block; }
#fshNhdxpqDwfUMNA0eCphnTXz2f2pPzg { width:12.4365rem;height:5.2807625rem;top:11.09375rem;left:3.78173828125rem;font-size:4.0625rem;display:block; }
#CKrnFRWzDs7vbFHKgL64iToUMy0NlWTa { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#XBq8QXPx0GT3yXxqDl2TdNz43i45hZNX { display:block; }
#Te781HD2rZd5qoaL6raNWc4hX4lpKa70 { 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;display:none; }
#L8amynDnBIxXyPSEHgduAPisCOf34txc { width:5.06225625rem;height:1.6870125rem;top:49.90966796875rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
#m8cmiuTlRkhu8SsJu373rt2erpAceZmh { width:5.06225625rem;height:1.6870125rem;top:14.765625rem;left:4.288330078125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15206;display:block; }
#srPz18OfbT97OgeXehlRCWTnpo8R7UT5 { width:5.06225625rem;height:1.6870125rem;top:31.639404296875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15207;display:block; }
