.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); }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF { position:relative;display:none; }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF { border-width: 0; border-radius: 0; }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF > .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; }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF > .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; }#e1vNvRAXfvlz4KPFry4PCKTDRzmkXZHA { 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; }
#oxa8lXhD3Secxg1pAmfzHhGqlL6xZRh9 { 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; }
#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm { 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; }#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm > .row .container { border-width: 0; border-radius: 0; }#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#VZTyqVTpd1hnHLO1Dsb7PLUFNQmzQgds { 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; }
#z0pLq3rdRwGaTto3Tv7pbQNB5NgzzZLS { 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; }
#z2JXf4V36u9BVE2vvvdFO5NXpUTEm7X0 { 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; }
#p4KGpctffMtDKZohAQrqwXh4H1cBA4cJ { 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; }
#MbmDHUE7qIPbiwpgV1sRtaoW8MqJXRLm { 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; }
#uTF9WEBQSnA6mPmTbkXQJyTrEkh3KBBp { 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; }
#xm4qeDLbIwyeMpk707eNwQqSKmwGcXUU { 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; }
#MuIbdGfuZ5z7xoCC8dyL9J5BbmI6TI85 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#drc8shR0BT0aEbhH18uSPiFUTRPaumCV { 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; }
#BGr55iEvubnNUGEChd4fphSeyMpGezKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0faWRQWGiqd0DTg5X9WSUOCT4yoDBpr { 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; }
#lX5Obn0pUhvZldr87u12RD6V8Xc2P5DA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NhUFPaH70TL5S0hqQLxuszNb91J19WT5 { 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; }
#TrvK7AyC0Amo2zXVDfGEkvxROeq51OWt { 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; }
#tmIIum12FHIW5iCcARvugDekEKen7nf5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dxxvvuZ5xm3q6IGaAt71U55FDpFNN25V { 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; }
#VJElsgiIAgnPnqelpICFtHcVCK570TJe { 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; }
#FTLSvM54m8g9LvGpkCSmGFTQ8XItq1FE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XfsPAzDu3O7WW9GmbLhreu3iqQeSAoxz { 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; }
#TTZWP8sdQSsk7ZbdSPkbtE6ihAmkcyfW { 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; }
#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf { 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; }#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf > .row .container { border-width: 0; border-radius: 0; }#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#OVScLhSeP8GgfRfalcpxvdp7Nzn4ZagW { 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; }
#E833Xwwtq38Nr1U0i2Wgaumm0GbQk4pK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc { 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; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#RLIqUTWxxE6RcBTHo2SwObDprGGOlfOp { 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; }
#TdSuARXgtTS590cUC3Od2UH432tNd7r9 { 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; }
#BMnho35bw2XhgxHUN285VtMASB3zy7yN { 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; }
#pmTR7T5985kyCx94mULO4XgHmF5l2c7r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Olqlighp5SLlDv4OW3i94m8JAsN6LiaM { 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; }
#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi { 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; }#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi > .row .container { border-width: 0; border-radius: 0; }#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#DiZhyTCEB9be285pIS2msPgVQDXd9BE7 { 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; }
#pr1mMpTcQU9PkxbVHCzu9lozrwCikisV { 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; }
#eNgaFGCUhg1hugXLMdFm5UgWilIyb37r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TNPpT1t12uklbTfsifz2NCVWstdrqGh0 { 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; }
#CIHq4AIlgGcJbCzNuUEizWwgMQXd4etu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fzv33fC3riWhz7am58ZCQkS5Smysr3cM { 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; }
#oyeZ6CyegmTP1PWeTKbn94wziS8S0tTO { 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; }
#OkcWda0OGTrxuS0WfXnUisRAEOCQCWsT { 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; }
#WtOIoBSyJnzb5N45EuGzrLtK7CePa8vG { 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; }
#ck61g8x5PotqAHBChDArTuNqZQRrGv2l { 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; }
#x59579zxEQIBdTHZILgCg2itTcn1M7UM { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#ObB2CfIJmmR3EnTzgxEsO67rGFZkWLvL { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w { position:relative;display:none; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w { border-width: 0; border-radius: 0; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .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; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .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; }#k8QzD5t0ooRKe0BIskSQl5Zk6ImfGJmW { 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; }
#rMTAqQCtZhntb8wNCT0xrbTFJAozPN8q { 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; }
#MU6uWfb2vsXFJpvfvTmkoUP3PJ5AAntc { 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; }
#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M { position:relative;display:none; }#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M { border-width: 0; border-radius: 0; }#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M > .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; }#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M > .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; }#dvwRKqmTH5U9CcXqT3PliIe7VIUUCTO9 { 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; }
#UPfIw3TPHmpya1V4tmuZtGvWhOPl3C9v { 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; }
#yqQNEFxEPe578FZGUZWZ6CHe5htDsOEm { 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; }
#m5t8IgNoX59d6os1zdp04z6Grb2kO98M { 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; }
#r7A2HkdOxScb97PlrnCJuN1QavBBfquD { 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; }#r7A2HkdOxScb97PlrnCJuN1QavBBfquD > .row .container { border-width: 0; border-radius: 0; }#r7A2HkdOxScb97PlrnCJuN1QavBBfquD > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#r7A2HkdOxScb97PlrnCJuN1QavBBfquD > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#QhAqUhR3pIn7bkISvv13U76hnVTa3e2T { 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; }
#UUNfGxnXPJCRmUWxi8W5vttgXUlI8U4L { 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; }
#WV7nBPP9pxR2luJi2kTpZUscqvP7x7NW { 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; }
#xxzceM9di3Wgf2zaKiuEJZXDApbeJmfR { 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; }
#wCLfz8p8IJ1HrvUn6z3tXm0MlXPPiBvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PxVwMITohvKMFbG9hi61Ic9KBK2qNyuA { 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; }
#UlyddyC98IFd2XzVT6i3uwcpx9B35QbS { 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; }
#VCGXb7kQPeTyMhC33T9r6bvAHbIb2Z5C { 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; }
#uTFNQFpkrq9XS4wMQDk5QwgK5Lt9snAy { 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; }
#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d { position:relative;display:none; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d { border-width: 0; border-radius: 0; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .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; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .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; }#vatsHiOXp5BfSNw2NfsD9CRTPx3xiayQ { 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; }
#bnQwdiJHtHBNASsTzCUUS1IuqPPfxNWi { 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; }
#Re72CEQN762hCvvMPrTTNGoBa0wTnf9e { 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; }
#Iy9AT1AK4k5S1ldOAc8wPnWSRTWeTT0C { 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; }
#shyCEep2u2teaOmDQceWkfIiFnEbB1PC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybiq91inIg7ITZPyG6b1POQMUCVpGioq { 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; }
#VlplGOoWvSzGinqN64O4PAuCCsrBMJmK { 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; }
#VxGS6BPvLV5DrxcuoVF309ED0uUkwVma { 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; }
#XF1CptVXETvLioNeXtsT5IrZespRJDBF { 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; }
#JvdTELc3tQD5L5lrDBeRcLiGDegcUMxa { 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; }
#ImnfVRIMMsmbyIN9U4fE3S7ZKMo5GBgy { 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; }
#N2GlTEqfVcK52QWcBB48adrRcFlbtyTd { 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; }
#DnDtusTMvQ8zk46frOypbAnQT4MGVMAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vdvnaWpno792GTvMC7pfWwJ7loZtpGw2 { 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; }
#NcmExprWL66o4uF6iGHZ99hzGLo6AtQM { 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; }
#kvTL9S2gt0NrQtN0LuKznw5u1ZA9lGyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2B5wxUMssePWHtgibSZsNMeT5qXoPq6 { 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; }
#hHkIk9z0bS9ozc9cybPOMQeff1qU1Ldx { 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; }
#mQVccU8keyuEl8RQBXEp22fEridBI37c { 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; }
#CCtaUwTwoBRJq7iE994KBEEJskK80Q6r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F4evaT9leiHxtlJFVEaB635h2ixdzqu1 { 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; }
#vESTD41axrXMNmedMNzrA11IIGnyhIwS { 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; }
#rf8OKU2NWqayJARfERbTZUVBwHm25nZw { 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; }
#v1THBcn5VnqyzgT6XJET5N8aM14TTaf2 { 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; }
#qhJo6LKmFTy4IIMZNTFZmdV7PqVBnLfd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wL8NUpMKco0OoOrofIzHMofhgvAcy1Iy { 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; }
#PCuxMVF6luCckiWZxKfJau1f86zXBlsB { 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; }
#OfTWTr1r8WRhgcUWkbu86uU9LVN8XoDA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QpU9bQfc6zDTcxufsXAfwLOrLOB5cs7n { 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; }
#dZUEoBlr5Qoyq16UIlNXpPmnpWhwwGCE { 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; }
#T8d3AWlwQCR3JRiGKPuFlQZ7VcPAnWIw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#piDL0FNXDczP9FC1NZGm1eqnnEoETWlq { 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; }
#GvyzhB6dwPG8B88etfH90VsysSUHKeSI { 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; }
#T4cwzgi7G74nTMyHaSv3nwH4worNecEJ { 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; }
#sb579QpaIz4CrZ8K7VtRtIZui5LJhcnk { 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; }
#nhhTLU7rH61dcU3qmN8dLOWErprzoTR2 { 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; }
#K06iWb9XOCBgO2xBS102p6VX0KxPEp3B { 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; }
#lTy9qSZXrPFPTPlEENc7DZccGg9zrDm6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KzC5Jw3guoo78iDgqlyFlnps4KTGApIG { 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; }
#vQgxa0d7MEq2c1DcNOfe4LsbxsOd5t95 { 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; }
#InFO2ytTSh5v44PuVTd5shu2OZ4clF4U { 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; }
#mtxU2Uc9ir0JqR0lupaCJZnLnteSaIgu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NsWK6k2dNIb3cHkJ5bD8fbH8DsGf7SD9 { 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; }
#CU7VlT7s0GrKRbBgRSZe0zqJS4Cr9d4k { 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; }
#GPrTtqEiuqppTgwF4OKu8S4NkyMmHKnu { 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; }
#b6RwlT24KGsgZHaeODeLMMTdoEinu69k { 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; }
#lTMvShT6wS7lHTsa16gxsg7n2r1SV7Ap { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhdZoul9zJxwGd1R6qT450tn6ROzSIaQ { 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; }
#aT3zm7REdKpFVhbAEATFL9xAqeHWRxET { 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; }
#k0lS4m4xErGvxO8goTnadwX4IrzrEPW1 { 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; }
#SlqGn4Zi0oSzzWgyZ7gJD6xhzTUvmbWL { 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; }
#ZeS3OVvxy8vB6oH4zNWDuLtT9szqNczp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OEg5cDaiR2rcUVqnpJHDOAgTL6QNWpNR { 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; }
#U75yTyCGypHtVAoTDdIVrFwc0EqT2Z8f { 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; }
#ZBV5XTzLUFTbW9Wr7TUTnpdxhFSWeX6D { 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; }
#eqlCiWD8hNtQmMVO3zUPdIX8oTHK0SqB { 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; }
#mnJzQK3I0cDPJ0TQCiPCTiebBSeEkNKw { 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; }
#or6yFwBSpekiS2T9pHgt1XGoVAXx7vlH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DhVHBSSPOJT1uZWUNccttAHP1s9odm6n { 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; }
#bBEA5h22IUBZWe7BebiFXC6BbSJl56zi { 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; }
#FxTcFlfne5qmzxRLiP37WUIgMUrxS3VB { 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; }
#iIuelA769h4OILKT7GWUSRVT1PtJLq02 { 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; }
#XivdB7qNu0T5a1FZlvVOvAkwvT6xAkO8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iosd5wbLdBoN2wPgIsnauXTpk63Kt74k { 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; }
#PRHzaLr5J3ES8Lgpu2mo1OEJEpcGhquO { 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; }
#g6N2hZL5qlP3lJEZwQquhBo4t7b8pRkN { 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; }
#Kw4yMcSPXl6vSoB7ew0JSfUegPdNw9MJ { 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; }
#yKceIfNXnaNuJ0sR2pLOp6816Gk3SfmS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uXzydXUSskFla3zOGKHEqzQqgzPKKJCX { 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; }
#w7LZfoGDrQQu78y7uI3ZCvo2UZKFoDcS { 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; }
#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a { position:relative;display:none; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a { border-width: 0; border-radius: 0; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .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; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .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; }#EtbA05AIEo2TJJQkoHLLb9Zlkw0Mxy06 { 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; }
#LpyDpxU86O0btGTcboktvQ5TD7gQu58I { 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; }
#W9hKqcfXI4bxvRI6zp3aKKlgbR8TMZIh { 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; }
#wB9h8nK9vSARD08GK66ncZ4cu7zpWk2p { 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; }
#IdAfGiwU4EycFDrZWXPBLxPlP4ZALsL4 { 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; }
#HbzaEK1TnTaC2iE0SDMZOQybk6JTRtCa { 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; }
#BW5HrOFzKTtSv1MXRA3nwJJRTthAcZGx { 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; }
#cN9GVTpSUu4czgRHJEUNVGoVdW2mGrq8 { 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; }
#nxqDIpugda3rsiAQTm8tB6RCmHELeEbF { 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; }
#r24TpgeUIG27c3b9wBncKdqBtthGx5fQ { 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; }
#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy { 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; }#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy > .row .container { border-width: 0; border-radius: 0; }#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#AIaMOHoCcr1izqQtVXusQxzXp8g3Oef8 { 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; }
#AX1DQZTDnH5LV34kWfAQ7saHShVqoETo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fEXm8xiBxQJdqi5fTNk4TFs04aiFA7lX { 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; }
#arsk0yLTIvFRLtXpaFSXOGpCwXnHxopM { 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; }
#a1NzaKcOHWT32arS05fbPzhgrkqoCSab { 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; }
#pyilrmcZt8fETbDqZM5unLZAoPpZb3zh { 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; }
#UWSrgpdftTuMv8hkEW5tEMGSweGpCe1M { 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; }
#wyGdtN9tsRbPchkH6JplgBFzMKhO4V1R { 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; }
#D9h34s2BCIi3OK42kpOsRWXUGT8RZV3i { 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; }
#tEZM0vbNMkStcrxni81qz6ocz5Zoigyz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zHgt8kIINWQ1rdMmuc3RpLLt7rA5bJCn { 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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-form-header {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:first-of-type{padding-top:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:last-of-type{padding-bottom:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC { position:relative;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB { position:relative; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS { position:relative; }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { 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; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { border-width: 0; border-radius: 0; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { 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; }
#f215uTEKwTp42ZFCTZnZZO3U0kE50kS5 { 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; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { 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; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { 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; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { 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; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { 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; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { 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; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { 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; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { border-width: 0; border-radius: 0; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { 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; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { 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; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { 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; }
#Eftp2byTNkRTemRgtcrQLJwiCow6r17J { 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:17.0625rem;width:31.25rem;display:none; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { background-color: transparent; background-image: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container > .video-iframe-container { display: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container { display: none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .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); }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { border-width: 0; border-radius: 0; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .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; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { position:relative;z-index:auto;display:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { background-color: transparent; background-image: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container > .video-iframe-container { display: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container { display: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .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); }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { border-width: 0; border-radius: 0; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .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; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.adaptive-delivery-prevent-bg, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.lazyload, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container.lazyloading { background-image: none; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { position:absolute;display:block;z-index:15018;height:10.18675rem;width:18.18725rem;top:15.499267578125rem;left:1.639404296875rem;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { position:absolute;display:block;z-index:15019;height:9.375rem;width:16.74925rem;top:5.592041015625rem;left:1.639404296875rem;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { position:relative;display:block; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { background-color: transparent; background-image: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container > .video-iframe-container { display: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row > .video-iframe-container { display: none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .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); }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { border-width: 0; border-radius: 0; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .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; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-form-header {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:first-of-type{padding-top:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:last-of-type{padding-bottom:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { 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.640625rem;left:8.23828125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { 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.640625rem;left:8.23828125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 { position:relative;display:none; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ { position:relative; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi { position:relative; }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { position:relative;display:block; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { background-color: transparent; background-image: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container > .video-iframe-container { display: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row > .video-iframe-container { display: none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .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); }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { border-width: 0; border-radius: 0; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .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; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .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:31.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { position:absolute;display:block;z-index:15000;height:21.75rem;width:53.375rem;top:5.0927734375rem;left:3.363525390625rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { position:relative;display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { border-width: 0; border-radius: 0; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .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; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .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; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.adaptive-delivery-prevent-bg, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyload, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyloading { background-image: none; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.25rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.62475625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { 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; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { 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; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { 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; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { 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; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { color:rgba(30,30,30,0.7);display:block;width:12.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.87646484375rem;left:14.215087890625rem;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; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { 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; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { 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; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:21.3125rem;left:13.625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { 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; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { 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; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.481201171875rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { 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; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { 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; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.62451171875rem;left:2.624755859375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { 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; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { 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; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { 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.33935546875rem;left:8.34228515625rem;height:1.705325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { 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; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.685546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { 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; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { 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; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { 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; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { 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; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { 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.70543125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15039;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:16.124267578125rem;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; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15040;line-height:1.6;letter-spacing:0;top:14.244384765625rem;left:4.202880859375rem;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; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15041;line-height:1.6;letter-spacing:0;top:23.75537109375rem;left:4.077880859375rem;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; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15042;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { color:rgba(30,30,30,0.7);display:block;width:11.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15043;line-height:1.6;letter-spacing:0;top:33.16259765625rem;left:16.06201171875rem;height:1.09863125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { position:relative;display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { border-width: 0; border-radius: 0; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.adaptive-delivery-prevent-bg, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyload, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyloading { background-image: none; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { 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; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { 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; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { 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; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { 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; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { 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; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { 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; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { 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; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { 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; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { 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; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { 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; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { 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; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { 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; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { 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; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { 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; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { 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; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { 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; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { 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; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { 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; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { 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; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { 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; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { 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; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { 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; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { 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; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { position:absolute;display:block;z-index:15177;height:9.6875rem;width:17.3125rem;top:1.0611977577209rem;left:0rem;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { position:absolute;display:block;z-index:15178;height:9.6875rem;width:17.3123125rem;top:17.278645992279rem;left:2.2493476867676rem;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { position:relative;display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { border-width: 0; border-radius: 0; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.adaptive-delivery-prevent-bg, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyload, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyloading { background-image: none; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { 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; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { 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; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { 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; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { 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; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { 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; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { 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; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { position:relative;display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { border-width: 0; border-radius: 0; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.adaptive-delivery-prevent-bg, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyload, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyloading { background-image: none; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { 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; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { 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; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { 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; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { 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; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { 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; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { 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; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { 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; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { 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; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { 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; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { 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; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { 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; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { 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; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { 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; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { 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; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { 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; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { 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; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { 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; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { 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; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { 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; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { 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; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { color:#10610f;display:block;width:5.124025rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15181;line-height:1.7;letter-spacing:0;top:34.9375rem;left:23.6875rem;height:2.23125rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { display:none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { border-width: 0; border-radius: 0; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .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; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/D2DHhLNK/4a52d1f5c229041fbf80b937968befbb.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;width:60rem;height:97rem;font-size:0.875rem;font-family:arial;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; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.adaptive-delivery-prevent-bg, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.lazyload, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container.lazyloading { background-image: none; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { background-color:#bb8d65;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:17.625rem;height:2.3125rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3720703125rem;left:36.4990234375rem;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { position:absolute;display:block;z-index:15143;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.125rem;width:22.875rem;top:4.432373046875rem;left:18.531529407169rem;overflow:hidden;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:22.164306640625rem;left:8.80126953125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -moz-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -ms-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-image: -o-linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(180deg, rgba(28,141,97,0.5), #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.8125rem;border-top-right-radius:3.8125rem;border-bottom-left-radius:3.8125rem;border-bottom-right-radius:3.8125rem;box-shadow: none;box-sizing:border-box;color:#000503;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"neo sans arabic";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:21.9365rem;height:4.375rem;text-decoration:none;z-index:15130;text-align:center;text-align-last:center;top:88.322265625rem;left:16.9677734375rem;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:30.94482421875rem;left:7.75rem;height:5.1181625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:40.2880859375rem;left:8.80126953125rem;height:8.53025rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { color:#000000;display:block;width:43.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15144;line-height:1.3;letter-spacing:0;top:51.9873046875rem;left:8.80126953125rem;height:6.82425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { color:#000000;display:block;width:44.812rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:15145;line-height:1.3;letter-spacing:0;top:64.219970703125rem;left:8.11279296875rem;height:10.2363125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { color:#000000;display:block;width:47.68675rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:15146;line-height:1.2;letter-spacing:0;top:78.984375rem;left:6.12548828125rem;height:8.2470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { z-index:15003;top:18.634033203125rem;left:44.594970703125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { z-index:15004;top:27.2802734375rem;left:48.85986328125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:10.49925rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { z-index:15005;top:36.748046875rem;left:48rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { z-index:15006;top:47.923583984375rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.93725rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { z-index:15007;top:61.298828125rem;left:48.062744140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:11.9360625rem;height:2.99926875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { z-index:15008;top:75.235595703125rem;left:44.875244140625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -moz-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -ms-linear-gradient(45deg, #1c8d61, #a9691f);background-image: -o-linear-gradient(45deg, #1c8d61, #a9691f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c8d61', endColorstr='#a9691f' );";background-image: linear-gradient(45deg, #1c8d61, #a9691f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;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:1.3;overflow:hidden;position:absolute;width:15.0625rem;height:3.1875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { z-index:15004;top:0.744140625rem;left:17.5625rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -moz-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -ms-linear-gradient(45deg, #8bcab4, #deb16d);background-image: -o-linear-gradient(45deg, #8bcab4, #deb16d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bcab4', endColorstr='#deb16d' );";background-image: linear-gradient(45deg, #8bcab4, #deb16d);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0.9375rem 0.9375rem rgba(237,118,94,0.25) ;box-sizing:border-box;color:#000102;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:25.375rem;height:2.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
body { position:relative;display:block; }
#svNEUNxfqniRa0CL0sRBNrDuEu91apJF { display:none; }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF > .row .container { width:47.75rem;position:relative;display:none; }#e1vNvRAXfvlz4KPFry4PCKTDRzmkXZHA { width:31.25rem;height:8.6875rem;display:none; }
#oxa8lXhD3Secxg1pAmfzHhGqlL6xZRh9 { width:20.3125rem;height:11.0625rem;display:none; }
#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm { display:none; }#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#VZTyqVTpd1hnHLO1Dsb7PLUFNQmzQgds { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#z0pLq3rdRwGaTto3Tv7pbQNB5NgzzZLS { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#z2JXf4V36u9BVE2vvvdFO5NXpUTEm7X0 { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#p4KGpctffMtDKZohAQrqwXh4H1cBA4cJ { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#MbmDHUE7qIPbiwpgV1sRtaoW8MqJXRLm { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#uTF9WEBQSnA6mPmTbkXQJyTrEkh3KBBp { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#xm4qeDLbIwyeMpk707eNwQqSKmwGcXUU { width:;height:;display:none; }
#MuIbdGfuZ5z7xoCC8dyL9J5BbmI6TI85 { display:block; }
#drc8shR0BT0aEbhH18uSPiFUTRPaumCV { width:;height:;display:none; }
#BGr55iEvubnNUGEChd4fphSeyMpGezKb { display:block; }
#x0faWRQWGiqd0DTg5X9WSUOCT4yoDBpr { width:;height:;display:none; }
#lX5Obn0pUhvZldr87u12RD6V8Xc2P5DA { display:block; }
#NhUFPaH70TL5S0hqQLxuszNb91J19WT5 { top:3.3125rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#TrvK7AyC0Amo2zXVDfGEkvxROeq51OWt { width:0;height:0;display:none; }
#tmIIum12FHIW5iCcARvugDekEKen7nf5 { display:block; }
#dxxvvuZ5xm3q6IGaAt71U55FDpFNN25V { display:none; }
#VJElsgiIAgnPnqelpICFtHcVCK570TJe { width:0;height:0;display:none; }
#FTLSvM54m8g9LvGpkCSmGFTQ8XItq1FE { display:block; }
#XfsPAzDu3O7WW9GmbLhreu3iqQeSAoxz { display:none; }
#TTZWP8sdQSsk7ZbdSPkbtE6ihAmkcyfW { top:15.3125rem;left:3.71875rem;width:12.5rem;height:1.25rem;font-size:1.25rem;display:none; }
#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf { display:none; }#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#OVScLhSeP8GgfRfalcpxvdp7Nzn4ZagW { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#E833Xwwtq38Nr1U0i2Wgaumm0GbQk4pK { display:block; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#RLIqUTWxxE6RcBTHo2SwObDprGGOlfOp { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#TdSuARXgtTS590cUC3Od2UH432tNd7r9 { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#BMnho35bw2XhgxHUN285VtMASB3zy7yN { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#pmTR7T5985kyCx94mULO4XgHmF5l2c7r { display:block; }
#Olqlighp5SLlDv4OW3i94m8JAsN6LiaM { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi { display:none; }#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi > .row .container { width:47.75rem;position:relative;display:none; }#DiZhyTCEB9be285pIS2msPgVQDXd9BE7 { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#pr1mMpTcQU9PkxbVHCzu9lozrwCikisV { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#eNgaFGCUhg1hugXLMdFm5UgWilIyb37r { display:block; }
#TNPpT1t12uklbTfsifz2NCVWstdrqGh0 { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#CIHq4AIlgGcJbCzNuUEizWwgMQXd4etu { display:block; }
#Fzv33fC3riWhz7am58ZCQkS5Smysr3cM { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#oyeZ6CyegmTP1PWeTKbn94wziS8S0tTO { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#OkcWda0OGTrxuS0WfXnUisRAEOCQCWsT { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#WtOIoBSyJnzb5N45EuGzrLtK7CePa8vG { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#ck61g8x5PotqAHBChDArTuNqZQRrGv2l { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#x59579zxEQIBdTHZILgCg2itTcn1M7UM { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#ObB2CfIJmmR3EnTzgxEsO67rGFZkWLvL { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w { display:none; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container { width:47.75rem;position:relative;display:none; }#k8QzD5t0ooRKe0BIskSQl5Zk6ImfGJmW { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#rMTAqQCtZhntb8wNCT0xrbTFJAozPN8q { width:47.75rem;height:19rem;display:none; }
#MU6uWfb2vsXFJpvfvTmkoUP3PJ5AAntc { width:14.0625rem;height:5.125rem;display:none; }
#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M { display:none; }#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M > .row .container { width:47.75rem;position:relative;display:none; }#dvwRKqmTH5U9CcXqT3PliIe7VIUUCTO9 { top:58.25rem;left:4.75rem;width:6.5625rem;height:2.186525rem;display:none; }
#UPfIw3TPHmpya1V4tmuZtGvWhOPl3C9v { top:58.3125rem;left:11.9375rem;width:6.5625rem;height:1.56055rem;display:none; }
#yqQNEFxEPe578FZGUZWZ6CHe5htDsOEm { top:1.6875rem;left:0rem;width:19.9375rem;height:1.125rem;font-size:1.5625rem;display:none; }
#m5t8IgNoX59d6os1zdp04z6Grb2kO98M { top:10.375rem;left:0rem;width:9.375rem;height:2.8125rem;display:none; }
#r7A2HkdOxScb97PlrnCJuN1QavBBfquD { display:none; }#r7A2HkdOxScb97PlrnCJuN1QavBBfquD > .row .container { width:47.5rem;position:relative;display:none; }#QhAqUhR3pIn7bkISvv13U76hnVTa3e2T { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#UUNfGxnXPJCRmUWxi8W5vttgXUlI8U4L { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#WV7nBPP9pxR2luJi2kTpZUscqvP7x7NW { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#xxzceM9di3Wgf2zaKiuEJZXDApbeJmfR { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#wCLfz8p8IJ1HrvUn6z3tXm0MlXPPiBvs { display:block; }
#PxVwMITohvKMFbG9hi61Ic9KBK2qNyuA { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#UlyddyC98IFd2XzVT6i3uwcpx9B35QbS { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#VCGXb7kQPeTyMhC33T9r6bvAHbIb2Z5C { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#uTFNQFpkrq9XS4wMQDk5QwgK5Lt9snAy { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d { display:none; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container { width:47.75rem;position:relative;display:none; }#vatsHiOXp5BfSNw2NfsD9CRTPx3xiayQ { top:0.5625rem;left:0rem;width:15.3125rem;height:2.5625rem;font-size:1rem;display:none; }
#bnQwdiJHtHBNASsTzCUUS1IuqPPfxNWi { width:41.4375rem;height:24.0625rem;display:none; }
#Re72CEQN762hCvvMPrTTNGoBa0wTnf9e { top:14.3125rem;left:0.701904296875rem;width:12.625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#Iy9AT1AK4k5S1ldOAc8wPnWSRTWeTT0C { width:;height:;display:none; }
#shyCEep2u2teaOmDQceWkfIiFnEbB1PC { display:block; }
#ybiq91inIg7ITZPyG6b1POQMUCVpGioq { display:none; }
#VlplGOoWvSzGinqN64O4PAuCCsrBMJmK { top:2.6875rem;left:0rem;width:2.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
#VxGS6BPvLV5DrxcuoVF309ED0uUkwVma { top:16.1875rem;left:0rem;width:19.1875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#XF1CptVXETvLioNeXtsT5IrZespRJDBF { top:33.3125rem;left:0rem;width:19.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#JvdTELc3tQD5L5lrDBeRcLiGDegcUMxa { top:31.0625rem;left:0.8125rem;width:12.625rem;height:1rem;font-size:0.875rem;display:none; }
#ImnfVRIMMsmbyIN9U4fE3S7ZKMo5GBgy { width:41.4375rem;height:24.0625rem;display:none; }
#N2GlTEqfVcK52QWcBB48adrRcFlbtyTd { width:;height:;display:none; }
#DnDtusTMvQ8zk46frOypbAnQT4MGVMAc { display:block; }
#vdvnaWpno792GTvMC7pfWwJ7loZtpGw2 { top:47.3125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#NcmExprWL66o4uF6iGHZ99hzGLo6AtQM { width:;height:;display:none; }
#kvTL9S2gt0NrQtN0LuKznw5u1ZA9lGyE { display:block; }
#U2B5wxUMssePWHtgibSZsNMeT5qXoPq6 { top:45.75rem;left:0.6875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#hHkIk9z0bS9ozc9cybPOMQeff1qU1Ldx { width:41.4375rem;height:24.0625rem;display:none; }
#mQVccU8keyuEl8RQBXEp22fEridBI37c { width:;height:;display:none; }
#CCtaUwTwoBRJq7iE994KBEEJskK80Q6r { display:block; }
#F4evaT9leiHxtlJFVEaB635h2ixdzqu1 { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#vESTD41axrXMNmedMNzrA11IIGnyhIwS { top:62.5rem;left:0.310546875rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#rf8OKU2NWqayJARfERbTZUVBwHm25nZw { width:41.4375rem;height:24.0625rem;display:none; }
#v1THBcn5VnqyzgT6XJET5N8aM14TTaf2 { width:;height:;display:none; }
#qhJo6LKmFTy4IIMZNTFZmdV7PqVBnLfd { display:block; }
#wL8NUpMKco0OoOrofIzHMofhgvAcy1Iy { top:77.9375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PCuxMVF6luCckiWZxKfJau1f86zXBlsB { width:;height:;display:none; }
#OfTWTr1r8WRhgcUWkbu86uU9LVN8XoDA { display:block; }
#QpU9bQfc6zDTcxufsXAfwLOrLOB5cs7n { width:41.4375rem;height:24.0625rem;display:none; }
#dZUEoBlr5Qoyq16UIlNXpPmnpWhwwGCE { width:;height:;display:none; }
#T8d3AWlwQCR3JRiGKPuFlQZ7VcPAnWIw { display:block; }
#piDL0FNXDczP9FC1NZGm1eqnnEoETWlq { width:41.4375rem;height:24.0625rem;display:none; }
#GvyzhB6dwPG8B88etfH90VsysSUHKeSI { top:94.6875rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#T4cwzgi7G74nTMyHaSv3nwH4worNecEJ { top:79.8125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#sb579QpaIz4CrZ8K7VtRtIZui5LJhcnk { top:97.875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#nhhTLU7rH61dcU3qmN8dLOWErprzoTR2 { top:115.5rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#K06iWb9XOCBgO2xBS102p6VX0KxPEp3B { width:;height:;display:none; }
#lTy9qSZXrPFPTPlEENc7DZccGg9zrDm6 { display:block; }
#KzC5Jw3guoo78iDgqlyFlnps4KTGApIG { top:113.25rem;left:0.497314453125rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#vQgxa0d7MEq2c1DcNOfe4LsbxsOd5t95 { width:41.4375rem;height:24.0625rem;display:none; }
#InFO2ytTSh5v44PuVTd5shu2OZ4clF4U { width:;height:;display:none; }
#mtxU2Uc9ir0JqR0lupaCJZnLnteSaIgu { display:block; }
#NsWK6k2dNIb3cHkJ5bD8fbH8DsGf7SD9 { width:41.4375rem;height:24.0625rem;display:none; }
#CU7VlT7s0GrKRbBgRSZe0zqJS4Cr9d4k { top:132.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#GPrTtqEiuqppTgwF4OKu8S4NkyMmHKnu { top:130.125rem;left:0.497314453125rem;width:12.5625rem;height:2.0625rem;font-size:0.875rem;display:none; }
#b6RwlT24KGsgZHaeODeLMMTdoEinu69k { width:;height:;display:none; }
#lTMvShT6wS7lHTsa16gxsg7n2r1SV7Ap { display:block; }
#DhdZoul9zJxwGd1R6qT450tn6ROzSIaQ { width:41.4375rem;height:24.0625rem;display:none; }
#aT3zm7REdKpFVhbAEATFL9xAqeHWRxET { top:149.375rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#k0lS4m4xErGvxO8goTnadwX4IrzrEPW1 { top:147.0625rem;left:0.57666015625rem;width:12.9375rem;height:2.0625rem;font-size:0.875rem;display:none; }
#SlqGn4Zi0oSzzWgyZ7gJD6xhzTUvmbWL { width:;height:;display:none; }
#ZeS3OVvxy8vB6oH4zNWDuLtT9szqNczp { display:block; }
#OEg5cDaiR2rcUVqnpJHDOAgTL6QNWpNR { top:171.125rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#U75yTyCGypHtVAoTDdIVrFwc0EqT2Z8f { top:164.6875rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#ZBV5XTzLUFTbW9Wr7TUTnpdxhFSWeX6D { width:41.4375rem;height:24.0625rem;display:none; }
#eqlCiWD8hNtQmMVO3zUPdIX8oTHK0SqB { top:182rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#mnJzQK3I0cDPJ0TQCiPCTiebBSeEkNKw { width:;height:;display:none; }
#or6yFwBSpekiS2T9pHgt1XGoVAXx7vlH { display:block; }
#DhVHBSSPOJT1uZWUNccttAHP1s9odm6n { top:179.5rem;left:0rem;width:14.4375rem;height:1rem;font-size:0.875rem;display:none; }
#bBEA5h22IUBZWe7BebiFXC6BbSJl56zi { width:41.4375rem;height:24.0625rem;display:none; }
#FxTcFlfne5qmzxRLiP37WUIgMUrxS3VB { top:64.1875rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#iIuelA769h4OILKT7GWUSRVT1PtJLq02 { width:;height:;display:none; }
#XivdB7qNu0T5a1FZlvVOvAkwvT6xAkO8 { display:block; }
#iosd5wbLdBoN2wPgIsnauXTpk63Kt74k { top:79.4375rem;left:0.70225745439531rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#PRHzaLr5J3ES8Lgpu2mo1OEJEpcGhquO { width:41.4375rem;height:24.0625rem;display:none; }
#g6N2hZL5qlP3lJEZwQquhBo4t7b8pRkN { top:99.25rem;left:0rem;width:19.125rem;height:1.9375rem;font-size:0.75rem;display:none; }
#Kw4yMcSPXl6vSoB7ew0JSfUegPdNw9MJ { width:;height:;display:none; }
#yKceIfNXnaNuJ0sR2pLOp6816Gk3SfmS { display:block; }
#uXzydXUSskFla3zOGKHEqzQqgzPKKJCX { top:97.375rem;left:0.4375rem;width:12.5625rem;height:1rem;font-size:0.875rem;display:none; }
#w7LZfoGDrQQu78y7uI3ZCvo2UZKFoDcS { width:41.4375rem;height:24.0625rem;display:none; }
#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a { display:none; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row .container { width:47.75rem;position:relative;display:none; }#EtbA05AIEo2TJJQkoHLLb9Zlkw0Mxy06 { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#LpyDpxU86O0btGTcboktvQ5TD7gQu58I { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#W9hKqcfXI4bxvRI6zp3aKKlgbR8TMZIh { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#wB9h8nK9vSARD08GK66ncZ4cu7zpWk2p { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#IdAfGiwU4EycFDrZWXPBLxPlP4ZALsL4 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#HbzaEK1TnTaC2iE0SDMZOQybk6JTRtCa { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#BW5HrOFzKTtSv1MXRA3nwJJRTthAcZGx { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#cN9GVTpSUu4czgRHJEUNVGoVdW2mGrq8 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#nxqDIpugda3rsiAQTm8tB6RCmHELeEbF { width:;height:;top:0rem;display:none; }
#r24TpgeUIG27c3b9wBncKdqBtthGx5fQ { width:36.5625rem;height:31.5rem;display:none; }
#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy { display:none; }#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy > .row .container { width:47.5rem;position:relative;display:none; }#AIaMOHoCcr1izqQtVXusQxzXp8g3Oef8 { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#AX1DQZTDnH5LV34kWfAQ7saHShVqoETo { display:block; }
#fEXm8xiBxQJdqi5fTNk4TFs04aiFA7lX { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#arsk0yLTIvFRLtXpaFSXOGpCwXnHxopM { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#a1NzaKcOHWT32arS05fbPzhgrkqoCSab { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#pyilrmcZt8fETbDqZM5unLZAoPpZb3zh { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#UWSrgpdftTuMv8hkEW5tEMGSweGpCe1M { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#wyGdtN9tsRbPchkH6JplgBFzMKhO4V1R { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#D9h34s2BCIi3OK42kpOsRWXUGT8RZV3i { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#tEZM0vbNMkStcrxni81qz6ocz5Zoigyz { display:block; }
#zHgt8kIINWQ1rdMmuc3RpLLt7rA5bJCn { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS {  }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { display:none; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { width:47.5rem;position:relative;display:none; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#f215uTEKwTp42ZFCTZnZZO3U0kE50kS5 { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { top:0rem;width:;height:;display:none; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { top:0rem;width:;height:;display:none; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { display:none; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { width:47.5rem;position:relative;display:none; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#Eftp2byTNkRTemRgtcrQLJwiCow6r17J { width:31.25rem;height:17.0625rem;display:none; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { display:block; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { width:47.75rem;position:relative;display:block; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { display:block; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { width:47.75rem;position:relative;display:block; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { top:15.4375rem;left:0rem;width:18.125rem;height:10.125rem;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { top:5.5625rem;left:0rem;width:16.6875rem;height:9.375rem;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { display:block; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { width:47.75rem;position:relative;display:block; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { width:17.5rem;height:auto;top:2.625rem;left:2.11328125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { width:17.5rem;height:auto;top:2.625rem;left:2.11328125rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi {  }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { display:block; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { display:block; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container { width:47.75rem;position:relative;display:block; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { top:12.5625rem;left:12.873481750488rem;width:8.25rem;height:1.5625rem;font-size:1.25rem;display:block; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { width:14.0625rem;height:1.375rem;top:16.1875rem;left:14.012939453125rem;font-size:1rem;display:block; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { width:12.0625rem;height:1.375rem;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { top:20.625rem;left:9.999267578125rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { top:22.3125rem;left:10.936630249024rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { top:21.3125rem;left:7.5rem;width:8.25rem;height:1.125rem;font-size:0.75rem;display:block; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { top:22.5625rem;left:9.8125rem;width:3rem;height:1.125rem;font-size:0.75rem;display:block; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { top:31.4375rem;left:12.873481750488rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { top:22.5625rem;left:0rem;width:8.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { top:31.3125rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { top:20.625rem;left:1.560546875rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { top:27.5rem;left:5.1174049973488rem;width:8.1875rem;height:0.9375rem;font-size:0.75rem;display:none; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { width:11.875rem;height:1.0625rem;top:14.1875rem;left:9.999267578125rem;font-size:0.625rem;display:block; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { width:11.875rem;height:1.0625rem;top:14.1875rem;left:0rem;font-size:0.625rem;display:block; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { width:11.875rem;height:1.0625rem;top:23.75rem;left:0rem;font-size:0.625rem;display:block; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { width:11.875rem;height:1.0625rem;top:23.625rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { width:11.875rem;height:1.0625rem;top:33.125rem;left:9.93701171875rem;font-size:0.625rem;display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { display:block; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container { width:47.75rem;position:relative;display:block; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { top:5.125rem;left:16.884115219116rem;width:15.6875rem;height:2rem;font-size:1.5625rem;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { top:5rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { width:9.8125rem;height:8.9375rem;display:none; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { width:47.75rem;height:17.1875rem;display:none; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { top:38.125rem;left:0rem;width:19.125rem;height:5.8125rem;font-size:1rem;display:none; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { width:12.1875rem;height:2.25rem;top:1.9375rem;left:35.5625rem;display:none; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { width:12.1875rem;height:2.1875rem;top:8.3125rem;left:35.5625rem;display:none; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { width:12.1875rem;height:2.1875rem;top:4.8125rem;left:35.5625rem;display:none; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { top:2.125rem;left:40.197700500488rem;width:1.875rem;height:1.875rem;display:none; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { top:8.4375rem;left:40rem;width:1.875rem;height:1.875rem;display:none; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { display:none; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { top:9.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { top:60.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:0.875rem;display:none; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { top:63.5625rem;left:0rem;width:20rem;height:1.375rem;font-size:0.875rem;display:none; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { display:none; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { top:69.25rem;left:0rem;width:20rem;height:2.75rem;font-size:0.875rem;display:none; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { display:none; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { top:1rem;left:0rem;width:17.3125rem;height:9.6875rem;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { top:17.25rem;left:0rem;width:17.25rem;height:9.6875rem;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { display:block; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container { width:47.75rem;position:relative;display:block; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { width:31.5625rem;height:15.5625rem;display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { display:none; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:; height:; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { display:block; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container { width:47.75rem;position:relative;display:block; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { top:26.0625rem;left:13.07666015625rem;width:22.9375rem;height:2.6875rem;font-size:1.6875rem;display:block; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { top:28.75rem;left:18.328125rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { top:10.75rem;left:0rem;width:22.5rem;height:2.1875rem;font-size:1.375rem;display:block; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { top:13.5625rem;left:3.9375rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { width:9.1875rem;height:2.5rem;top:22.375rem;left:1.935302734375rem;display:block; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { top:9.75rem;left:0rem;width:25rem;height:13.75rem;display:block; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { top:24.8125rem;left:11.296875rem;width:25rem;height:13.75rem;display:block; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { width:9.25rem;height:2.5625rem;top:37.125rem;left:19.220458984375rem;display:block; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { top:27.9375rem;left:10rem;width:27.6875rem;height:11.3125rem;display:block; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { top:1.5625rem;left:4.886962890625rem;width:35.3125rem;height:4.75rem;display:block; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { top:13.125rem;left:19.8125rem;width:27.6875rem;height:13.6875rem;display:none; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { top:2rem;left:10.0615234375rem;width:25.375rem;height:3.9375rem;font-size:1.25rem;display:block; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { top:17.6875rem;left:3.9375rem;width:1.75rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { top:9.75rem;left:22.375rem;width:25.0625rem;height:13.75rem;display:block; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { top:10.625rem;left:25.25rem;width:22.5rem;height:2.0625rem;font-size:1.3125rem;display:block; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { top:13.5625rem;left:32.6875rem;width:12.4375rem;height:6.25rem;font-size:4.0625rem;display:block; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { width:9.1875rem;height:2.5rem;top:22.375rem;left:37.498046875rem;display:block; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { top:17.5rem;left:29.8125rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { top:32.875rem;left:13.07666015625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:block; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { top:34.9375rem;left:17.5625rem;width:5.0625rem;height:2.1875rem;font-size:0.9375rem;display:none; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { display:block; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { width:47.75rem;position:relative;display:block; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { width:17.625rem;height:2.3125rem;top:18.3125rem;left:30.125rem;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { top:4.375rem;left:12.406529407169rem;width:22.875rem;height:15.125rem;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { top:22.125rem;left:2.67626953125rem;width:43.4375rem;height:4.625rem;font-size:1.1875rem;display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { width:21.875rem;height:4.375rem;top:88.3125rem;left:10.8427734375rem;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { top:30.9375rem;left:1.625rem;width:43.4375rem;height:5.0625rem;font-size:1.3125rem;display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { top:40.25rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { top:51.9375rem;left:2.67626953125rem;width:43.4375rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { top:64.1875rem;left:1.98779296875rem;width:44.75rem;height:6.8125rem;font-size:1.3125rem;display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { top:78.9375rem;left:0rem;width:47.625rem;height:8.1875rem;font-size:1.375rem;display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { top:18.625rem;left:33.1875rem;width:14.5625rem;height:2.75rem;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { top:27.25rem;left:37.25rem;width:10.4375rem;height:2.9375rem;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { top:36.6875rem;left:34rem;width:11.9375rem;height:3rem;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { top:47.875rem;left:35.8125rem;width:11.875rem;height:2.9375rem;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { top:61.25rem;left:35.875rem;width:11.875rem;height:2.9375rem;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { top:75.1875rem;left:32.6875rem;width:15.0625rem;height:3.1875rem;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { top:0.6875rem;left:11.4375rem;width:25.375rem;height:2.75rem;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block; }
body { position:relative;display:block; }
#svNEUNxfqniRa0CL0sRBNrDuEu91apJF { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#svNEUNxfqniRa0CL0sRBNrDuEu91apJF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; }#e1vNvRAXfvlz4KPFry4PCKTDRzmkXZHA { top:0rem;left:0.054428769902714rem;width:19.75rem;height:5.125rem;z-index:15193;overflow:hidden;display:block; }
#oxa8lXhD3Secxg1pAmfzHhGqlL6xZRh9 { top:1.4990234375rem;left:6.343017578125rem;width:6.8125rem;height:3.6875rem;z-index:15194;overflow:hidden;display:block; }
#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm { position:relative;z-index:auto;display:block; }#qsT9Tc9M20CIF2u9RnTWSaa472Tp3Xfm > .row .container { width:20rem;height:21.25rem;position:relative;display:block; }#VZTyqVTpd1hnHLO1Dsb7PLUFNQmzQgds { 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; }
#z0pLq3rdRwGaTto3Tv7pbQNB5NgzzZLS { width:5.625rem;height:0.0625rem;top:8rem;left:14.1875rem;display:block; }
#z2JXf4V36u9BVE2vvvdFO5NXpUTEm7X0 { width:3.75rem;height:0.899525rem;top:6.4375rem;left:1rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#p4KGpctffMtDKZohAQrqwXh4H1cBA4cJ { width:5.625rem;height:0.0618489375rem;top:8rem;left:7.0625rem;display:block; }
#MbmDHUE7qIPbiwpgV1sRtaoW8MqJXRLm { 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; }
#uTF9WEBQSnA6mPmTbkXQJyTrEkh3KBBp { width:5.625rem;height:0.0618489375rem;top:7.9375rem;left:0.1875rem;z-index:15009;display:block; }
#xm4qeDLbIwyeMpk707eNwQqSKmwGcXUU { 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; }
#MuIbdGfuZ5z7xoCC8dyL9J5BbmI6TI85 { display:block; }
#drc8shR0BT0aEbhH18uSPiFUTRPaumCV { 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; }
#BGr55iEvubnNUGEChd4fphSeyMpGezKb { display:block; }
#x0faWRQWGiqd0DTg5X9WSUOCT4yoDBpr { 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; }
#lX5Obn0pUhvZldr87u12RD6V8Xc2P5DA { display:block; }
#NhUFPaH70TL5S0hqQLxuszNb91J19WT5 { 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; }
#TrvK7AyC0Amo2zXVDfGEkvxROeq51OWt { 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; }
#tmIIum12FHIW5iCcARvugDekEKen7nf5 { display:block; }
#dxxvvuZ5xm3q6IGaAt71U55FDpFNN25V { display:flex;top:10.5625rem;left:1.4375rem;width:2.8125rem;height:2.8125rem;z-index:15021;font-size:1.9375rem; }
#VJElsgiIAgnPnqelpICFtHcVCK570TJe { 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; }
#FTLSvM54m8g9LvGpkCSmGFTQ8XItq1FE { display:block; }
#XfsPAzDu3O7WW9GmbLhreu3iqQeSAoxz { display:flex;top:15.9375rem;left:1.25rem;width:3.125rem;height:3.125rem;z-index:15022; }
#TTZWP8sdQSsk7ZbdSPkbtE6ihAmkcyfW { 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; }
#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf { display:block; }#pzwxAWAbSLAptls5TfhK8BsCK3i9TLZf > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#OVScLhSeP8GgfRfalcpxvdp7Nzn4ZagW { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#E833Xwwtq38Nr1U0i2Wgaumm0GbQk4pK { display:block; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc { display:flex;top:1.5rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#u14X7cOVVTzdqyka8sMxZT92paKV2xWc > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#RLIqUTWxxE6RcBTHo2SwObDprGGOlfOp { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#TdSuARXgtTS590cUC3Od2UH432tNd7r9 { width:5.8125rem;height:2.875rem;top:0.6875rem;left:13.4375rem;display:block; }
#BMnho35bw2XhgxHUN285VtMASB3zy7yN { width:9.0625rem;height:2.8125rem;top:0.9375rem;left:0.125rem;font-size:0.625rem;display:block; }
#pmTR7T5985kyCx94mULO4XgHmF5l2c7r { display:block; }
#Olqlighp5SLlDv4OW3i94m8JAsN6LiaM { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi { display:block; }#FhqLoTCBK9rBNRJS1bPIbDUQdedEgsxi > .row .container { width:20rem;height:38.125rem;position:relative;display:block; }#DiZhyTCEB9be285pIS2msPgVQDXd9BE7 { width:20rem;height:2.47504375rem;top:4.5rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#pr1mMpTcQU9PkxbVHCzu9lozrwCikisV { width:13.11111125rem;height:4.36111125rem;top:31rem;left:3.4375rem;font-size:1.375rem;display:block; }
#eNgaFGCUhg1hugXLMdFm5UgWilIyb37r { display:block; }
#TNPpT1t12uklbTfsifz2NCVWstdrqGh0 { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#CIHq4AIlgGcJbCzNuUEizWwgMQXd4etu { display:block; }
#Fzv33fC3riWhz7am58ZCQkS5Smysr3cM { width:20rem;height:3.0013rem;top:10.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#oyeZ6CyegmTP1PWeTKbn94wziS8S0tTO { 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; }
#OkcWda0OGTrxuS0WfXnUisRAEOCQCWsT { display:flex;width:4.375rem;height:4.375rem;top:25.8125rem;left:1.9375rem;font-size:3.0625rem; }
#WtOIoBSyJnzb5N45EuGzrLtK7CePa8vG { display:flex;width:4.375rem;height:4.375rem;top:27.75rem;left:0rem;font-size:3.0625rem; }
#ck61g8x5PotqAHBChDArTuNqZQRrGv2l { width:20rem;height:13.3111875rem;top:15.375rem;left:0rem;overflow:hidden;display:block; }
#x59579zxEQIBdTHZILgCg2itTcn1M7UM { width:4.9375rem;height:2.4375rem;top:19.625rem;left:0rem;z-index:15042;display:block; }
#ObB2CfIJmmR3EnTzgxEsO67rGFZkWLvL { width:4.875rem;height:2.1875rem;top:15.375rem;left:0rem;z-index:15041;display:block; }
#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w { 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; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container { background-color: transparent; background-image: none; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container > .video-iframe-container { display: none; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row > .video-iframe-container { display: none; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .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); }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container { border-width: 0; border-radius: 0; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uiPNHpLPkDNTeqPhRiKoEBUHnrnR2a1w > .row .container { width:20rem;height:3.75rem;position:relative;display:block; }#k8QzD5t0ooRKe0BIskSQl5Zk6ImfGJmW { 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; }
#rMTAqQCtZhntb8wNCT0xrbTFJAozPN8q { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#MU6uWfb2vsXFJpvfvTmkoUP3PJ5AAntc { top:1.18408203125rem;left:6.17431640625rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M { display:block; }#n54KPkEm6cwht9dqnMdJTwNJRiNCyh6M > .row .container { width:20rem;height:11.25rem;position:relative;display:block; }#dvwRKqmTH5U9CcXqT3PliIe7VIUUCTO9 { width:7.6875rem;height:2.3112rem;top:3.4166666679084rem;left:1.125rem;z-index:15044;overflow:hidden;display:block; }
#UPfIw3TPHmpya1V4tmuZtGvWhOPl3C9v { width:7.6875rem;height:1.875rem;top:6.8125006370244rem;left:5.375rem;z-index:15045;overflow:hidden;display:block; }
#yqQNEFxEPe578FZGUZWZ6CHe5htDsOEm { 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; }
#m5t8IgNoX59d6os1zdp04z6Grb2kO98M { width:7.625rem;height:2.0625rem;top:3.5403658561409rem;left:10.875rem;z-index:15019;display:block; }
#r7A2HkdOxScb97PlrnCJuN1QavBBfquD { display:block; }#r7A2HkdOxScb97PlrnCJuN1QavBBfquD > .row .container { width:20rem;height:46.875rem;position:relative;display:block; }#QhAqUhR3pIn7bkISvv13U76hnVTa3e2T { width:20rem;height:2.3990875rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#UUNfGxnXPJCRmUWxi8W5vttgXUlI8U4L { width:20rem;height:15.0065rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#WV7nBPP9pxR2luJi2kTpZUscqvP7x7NW { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#xxzceM9di3Wgf2zaKiuEJZXDApbeJmfR { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#wCLfz8p8IJ1HrvUn6z3tXm0MlXPPiBvs { display:block; }
#PxVwMITohvKMFbG9hi61Ic9KBK2qNyuA { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#UlyddyC98IFd2XzVT6i3uwcpx9B35QbS { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#VCGXb7kQPeTyMhC33T9r6bvAHbIb2Z5C { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#uTFNQFpkrq9XS4wMQDk5QwgK5Lt9snAy { 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; }
#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d { 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; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container { background-color: transparent; background-image: none; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container > .video-iframe-container { display: none; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row > .video-iframe-container { display: none; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .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); }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container { border-width: 0; border-radius: 0; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7I8Q0gskP7xhQ7JHJrZ0Io90R7tBr0d > .row .container { width:20rem;height:223.4375rem;position:relative;display:block; }#vatsHiOXp5BfSNw2NfsD9CRTPx3xiayQ { 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; }
#bnQwdiJHtHBNASsTzCUUS1IuqPPfxNWi { top:3.177490234375rem;left:0.6259765625rem;width:19rem;height:11rem;z-index:14985;overflow:hidden;display:block; }
#Re72CEQN762hCvvMPrTTNGoBa0wTnf9e { 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; }
#Iy9AT1AK4k5S1ldOAc8wPnWSRTWeTT0C { 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; }
#shyCEep2u2teaOmDQceWkfIiFnEbB1PC { display:block; }
#ybiq91inIg7ITZPyG6b1POQMUCVpGioq { 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; }
#VlplGOoWvSzGinqN64O4PAuCCsrBMJmK { 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; }
#VxGS6BPvLV5DrxcuoVF309ED0uUkwVma { 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; }
#XF1CptVXETvLioNeXtsT5IrZespRJDBF { 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; }
#JvdTELc3tQD5L5lrDBeRcLiGDegcUMxa { 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; }
#ImnfVRIMMsmbyIN9U4fE3S7ZKMo5GBgy { top:19.5361328125rem;left:0.4375rem;width:19rem;height:11rem;z-index:14989;overflow:hidden;display:block; }
#N2GlTEqfVcK52QWcBB48adrRcFlbtyTd { 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; }
#DnDtusTMvQ8zk46frOypbAnQT4MGVMAc { display:block; }
#vdvnaWpno792GTvMC7pfWwJ7loZtpGw2 { 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; }
#NcmExprWL66o4uF6iGHZ99hzGLo6AtQM { 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; }
#kvTL9S2gt0NrQtN0LuKznw5u1ZA9lGyE { display:block; }
#U2B5wxUMssePWHtgibSZsNMeT5qXoPq6 { 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; }
#hHkIk9z0bS9ozc9cybPOMQeff1qU1Ldx { top:34.312744140625rem;left:0.6884765625rem;width:18.8125rem;height:10.9375rem;z-index:14990;overflow:hidden;display:block; }
#mQVccU8keyuEl8RQBXEp22fEridBI37c { 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; }
#CCtaUwTwoBRJq7iE994KBEEJskK80Q6r { display:block; }
#F4evaT9leiHxtlJFVEaB635h2ixdzqu1 { 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; }
#vESTD41axrXMNmedMNzrA11IIGnyhIwS { 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; }
#rf8OKU2NWqayJARfERbTZUVBwHm25nZw { top:50.516357421875rem;left:0.6259765625rem;width:18.8125rem;height:10.9375rem;z-index:14991;overflow:hidden;display:block; }
#v1THBcn5VnqyzgT6XJET5N8aM14TTaf2 { 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; }
#qhJo6LKmFTy4IIMZNTFZmdV7PqVBnLfd { display:block; }
#wL8NUpMKco0OoOrofIzHMofhgvAcy1Iy { 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; }
#PCuxMVF6luCckiWZxKfJau1f86zXBlsB { 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; }
#OfTWTr1r8WRhgcUWkbu86uU9LVN8XoDA { display:block; }
#QpU9bQfc6zDTcxufsXAfwLOrLOB5cs7n { top:103.30946540832rem;left:0.59244793653488rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#dZUEoBlr5Qoyq16UIlNXpPmnpWhwwGCE { 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; }
#T8d3AWlwQCR3JRiGKPuFlQZ7VcPAnWIw { display:block; }
#piDL0FNXDczP9FC1NZGm1eqnnEoETWlq { top:120.24523353577rem;left:0.68576389551162rem;width:18.625rem;height:10.8125rem;z-index:14998;overflow:hidden;display:block; }
#GvyzhB6dwPG8B88etfH90VsysSUHKeSI { 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; }
#T4cwzgi7G74nTMyHaSv3nwH4worNecEJ { 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; }
#sb579QpaIz4CrZ8K7VtRtIZui5LJhcnk { 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; }
#nhhTLU7rH61dcU3qmN8dLOWErprzoTR2 { 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; }
#K06iWb9XOCBgO2xBS102p6VX0KxPEp3B { 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; }
#lTy9qSZXrPFPTPlEENc7DZccGg9zrDm6 { display:block; }
#KzC5Jw3guoo78iDgqlyFlnps4KTGApIG { 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; }
#vQgxa0d7MEq2c1DcNOfe4LsbxsOd5t95 { top:137.49784278869rem;left:0.68684905767444rem;width:18.5625rem;height:10.75rem;z-index:15002;overflow:hidden;display:block; }
#InFO2ytTSh5v44PuVTd5shu2OZ4clF4U { 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; }
#mtxU2Uc9ir0JqR0lupaCJZnLnteSaIgu { display:block; }
#NsWK6k2dNIb3cHkJ5bD8fbH8DsGf7SD9 { top:154.62456703186rem;left:0.74978297948838rem;width:18.375rem;height:10.6875rem;z-index:15006;overflow:hidden;display:block; }
#CU7VlT7s0GrKRbBgRSZe0zqJS4Cr9d4k { 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; }
#GPrTtqEiuqppTgwF4OKu8S4NkyMmHKnu { 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; }
#b6RwlT24KGsgZHaeODeLMMTdoEinu69k { 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; }
#lTMvShT6wS7lHTsa16gxsg7n2r1SV7Ap { display:block; }
#DhdZoul9zJxwGd1R6qT450tn6ROzSIaQ { top:170.81055641174rem;left:0.81271702051162rem;width:18.3125rem;height:10.625rem;z-index:15010;overflow:hidden;display:block; }
#aT3zm7REdKpFVhbAEATFL9xAqeHWRxET { 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; }
#k0lS4m4xErGvxO8goTnadwX4IrzrEPW1 { 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; }
#SlqGn4Zi0oSzzWgyZ7gJD6xhzTUvmbWL { 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; }
#ZeS3OVvxy8vB6oH4zNWDuLtT9szqNczp { display:block; }
#OEg5cDaiR2rcUVqnpJHDOAgTL6QNWpNR { 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; }
#U75yTyCGypHtVAoTDdIVrFwc0EqT2Z8f { 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; }
#ZBV5XTzLUFTbW9Wr7TUTnpdxhFSWeX6D { top:188.49827003479rem;left:0.84309905767444rem;width:18.25rem;height:10.5625rem;z-index:15014;overflow:hidden;display:block; }
#eqlCiWD8hNtQmMVO3zUPdIX8oTHK0SqB { 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; }
#mnJzQK3I0cDPJ0TQCiPCTiebBSeEkNKw { 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; }
#or6yFwBSpekiS2T9pHgt1XGoVAXx7vlH { display:block; }
#DhVHBSSPOJT1uZWUNccttAHP1s9odm6n { 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; }
#bBEA5h22IUBZWe7BebiFXC6BbSJl56zi { top:205.14216041565rem;left:0.87456601858137rem;width:18.2495rem;height:10.5615rem;z-index:15018;overflow:hidden;display:block; }
#FxTcFlfne5qmzxRLiP37WUIgMUrxS3VB { 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; }
#iIuelA769h4OILKT7GWUSRVT1PtJLq02 { 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; }
#XivdB7qNu0T5a1FZlvVOvAkwvT6xAkO8 { display:block; }
#iosd5wbLdBoN2wPgIsnauXTpk63Kt74k { 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; }
#PRHzaLr5J3ES8Lgpu2mo1OEJEpcGhquO { top:68.130429267881rem;left:0.59353297948838rem;width:18.75rem;height:10.875rem;z-index:14995;overflow:hidden;display:block; }
#g6N2hZL5qlP3lJEZwQquhBo4t7b8pRkN { 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; }
#Kw4yMcSPXl6vSoB7ew0JSfUegPdNw9MJ { 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; }
#yKceIfNXnaNuJ0sR2pLOp6816Gk3SfmS { display:block; }
#uXzydXUSskFla3zOGKHEqzQqgzPKKJCX { 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; }
#w7LZfoGDrQQu78y7uI3ZCvo2UZKFoDcS { top:85.372185707094rem;left:0.62500005960463rem;width:18.625rem;height:10.8125rem;z-index:14999;overflow:hidden;display:block; }
#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a { display:block; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a { background-color: transparent; background-image: none; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row .container > .video-iframe-container { display: none; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row > .video-iframe-container { display: none; }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .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); }#FvflUsIJxQbuK4q5sJTTIrs9X1SuvB2a > .row .container { width:20rem;height:37.5rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#EtbA05AIEo2TJJQkoHLLb9Zlkw0Mxy06 { 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; }
#LpyDpxU86O0btGTcboktvQ5TD7gQu58I { 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; }
#W9hKqcfXI4bxvRI6zp3aKKlgbR8TMZIh { 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; }
#wB9h8nK9vSARD08GK66ncZ4cu7zpWk2p { 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; }
#IdAfGiwU4EycFDrZWXPBLxPlP4ZALsL4 { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#HbzaEK1TnTaC2iE0SDMZOQybk6JTRtCa { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#BW5HrOFzKTtSv1MXRA3nwJJRTthAcZGx { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#cN9GVTpSUu4czgRHJEUNVGoVdW2mGrq8 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#nxqDIpugda3rsiAQTm8tB6RCmHELeEbF { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#r24TpgeUIG27c3b9wBncKdqBtthGx5fQ { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy { display:block; }#nbL9vZKW6JaNUg67TAtSZBB2Hekm4lcy > .row .container { width:20rem;height:48.125rem;position:relative;display:block; }#AIaMOHoCcr1izqQtVXusQxzXp8g3Oef8 { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#AX1DQZTDnH5LV34kWfAQ7saHShVqoETo { display:block; }
#fEXm8xiBxQJdqi5fTNk4TFs04aiFA7lX { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#arsk0yLTIvFRLtXpaFSXOGpCwXnHxopM { 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; }
#a1NzaKcOHWT32arS05fbPzhgrkqoCSab { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#pyilrmcZt8fETbDqZM5unLZAoPpZb3zh { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#UWSrgpdftTuMv8hkEW5tEMGSweGpCe1M { 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; }
#wyGdtN9tsRbPchkH6JplgBFzMKhO4V1R { 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; }
#D9h34s2BCIi3OK42kpOsRWXUGT8RZV3i { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#tEZM0vbNMkStcrxni81qz6ocz5Zoigyz { display:block; }
#zHgt8kIINWQ1rdMmuc3RpLLt7rA5bJCn { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-text {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-select {padding-top: 0; padding-bottom: 0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#b28c72;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; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:first-of-type{padding-top:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .widget-container:last-of-type{padding-bottom:0;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN  { width:17.5rem;height:auto;top:27.1240234375rem;left:0rem;z-index:15020; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN {display:block;}#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN { width:17.5rem;height:auto;top:27.1240234375rem;left:0rem;z-index:15020; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OEntOqwmNUoPJqoy7UmdDI7ZNeKddrTb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #OJUwJuZEbkGdWlU0TJNHCfF2smKWXmwK { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #q5lcOUBh0eK135S9L7ZO9uw5EZH5Nh8T {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #EMeeain0gh7OHd8aQpHWHpM9nAGk5ZIt {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ZOFmW99tvrXS7W801Ivw7NobVzLtEEAx { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #NOFiTgmqR7Je5221pkSDqmHeE7SMtESA {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #SAXC9iQP25fTmR1LgJThGI6IJr4tuDWb {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #iJO4xpA9UnftZwFxncxTEMF440fgxSSF { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #yrPqKBrcww8i0lfA4ekAMJlwlTmwg5hb {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #BUXTk5xT5vbDdTLc8kqgcU98hw7RaRzO {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #ONedTs8xWXqvv3yvsWeAymuMIm1QuTSd {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #huqr1GzfzSBQV27C3VSqdg3SKJsfPbFC { display:none; }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #M04r1AP1usCoKlhnrqhXsCNFth6A1TRE {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #E3JnT0IHNsstJwoHIa9tDC3ZOT29JraB {  }
#FsIm7KJPVF2B7QPbroq9IAndVGxfOfxN #e8qKHlNW3wCmKwTzHVSZE4OsvQGi5gZS {  }
#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 { display:block; }#Txuwu8aTVpTE93uaKz3A33DVIHCZvzL7 > .row .container { width:20rem;height:76.375rem;position:relative;display:block; }#qyT1raiGEGROFfG0GWDAXyHNhxOx2x6J { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#f215uTEKwTp42ZFCTZnZZO3U0kE50kS5 { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#QACDKrSpvBwm3NNSprwUSQ2Fqb7ddC69 { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#qtVT9Uh5t1sHM6PNnrcpdThwCFiSCqTa { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#NmCFmTWRlKZFbad0VeJQEWdppW2ZLJlA { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#VN44eoBIvZuudbaMQQezfyACNfZRbxHK { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#ohCsv0dBila0xvSVrAgH2eCtkHXG3aVb { top:46.020833969116rem;left:1.64453125rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC { display:block; }#EvG0hod3D1m6tsnHRxrMzpybmN0LggTC > .row .container { width:20rem;height:15.625rem;position:relative;display:block; }#phOhNtbfIBQSAILQ5sD7VdRasoSg9Coq { width:18.5623125rem;height:1.50065rem;top:7.5rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#Fs6TLkJ5t5p60zLRFS97mMdglTI3cwrI { width:20rem;height:0.125rem;top:9.8125rem;left:0rem;display:block; }
#PdP8SuJcnNuaXtHdToLtFuy0gzfouV1k { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#Eftp2byTNkRTemRgtcrQLJwiCow6r17J { top:1.0690097808838rem;left:3.8118489384651rem;width:12.3123125rem;height:6.4995625rem;z-index:15014;overflow:hidden;display:block; }
#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV { position:relative;z-index:auto;background-color:#946d53;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { border-width: 0; border-radius: 0; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OT05kscwif9cOFxnq2KhXJFRrUK7iXPV > .row .container { width:20rem;height:5.7486991882324rem;position:relative;display:none; }#Wo7EqmsGrAt6HMUORhw8LN3eCyyZ4iEx { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:#ffffff;display:block; }
#nrHkciV2aovHoJv3H1PeHPlGkdtPvP0A { display:block; }
#ntPiuiNFpTFRaienlkR4sQJKMvUxhEEg { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#MbJb9t47E6hfRzUQHACPOpk07LImUfom { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #946d53, #ffffff);background-image: -moz-linear-gradient(106deg, #946d53, #ffffff);background-image: -ms-linear-gradient(106deg, #946d53, #ffffff);background-image: -o-linear-gradient(106deg, #946d53, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#946d53', endColorstr='#ffffff' );";background-image: linear-gradient(106deg, #946d53, #ffffff);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:right;text-align-last:right;color:#ffffff;line-height:1.7;display:block; }
#KQlqvPBTKqOpKI9os2U8tF54NVod63H6 { display:block; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#XUBTHvtu1PTApZTTPQW9BoSyzpJ16od4 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#TEOgLsuSvllsXygApmNZzuDUTWhLxHHn { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#TGroaike8NZ4InNEAXOKtKxl2pgL9wFF { display:block; }
#N3c0XXb6uswzLCrcmCAlxiF77LrbFh4w { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#yQCK0sVLDZmKGUessmheeiEOTBfFIUKX { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#qlPmRIO5DtxED34ETHaxugOwOxaQ9vto { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#DaoiBTDuqkGwbEOpvXoTegsynBiS984Z { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#FMAURZHbGvfc1E1IfWuTw5mhLei0hE5o { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#nmd7S9CQ9gPLNof8E1IgOBN8zivJTFbA { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#XcMsVzboszTOzlRhcwPzTTh8aXVJ9w2c { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#QTtd2AQr6OlU6tpNAUw4X63fU5CxcIui { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#rkn4CwXZAZXlstQuqJFF62150FkBCZv7 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#UPgzLkf4crXISBlr7SVGH1Fpt7tQTo0K { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#rDqJl2gtrSUJupndgkESuaezpFu8FuUO { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO.adaptive-delivery-prevent-bg, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO.lazyload, #rDqJl2gtrSUJupndgkESuaezpFu8FuUO.lazyloading { background-image: none; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { border-width: 0; border-radius: 0; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDqJl2gtrSUJupndgkESuaezpFu8FuUO > .row .container { width:20rem;height:12.1875rem;position:relative;display:none; }#RdUGwKR7ybVhs4venTbbH83zAIFPgf8t { width:6.0620125rem;height:3.374025rem;top:4.249267578125rem;left:11.851806640625rem;z-index:15020;display:block; }
#dPUK7aFTtOkht8GBwKTpwbwgIAGf5HWW { width:7.749rem;height:4.311525rem;top:0.625rem;left:1.328125rem;z-index:15021;display:block; }
#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw { display:none; }#BWiAy9H22Prf7kiBe5K7DmoG9e5pW3zw > .row .container { width:20rem;height:30.9375rem;position:relative;display:none; }#GeJizobbUzSbXoIGPGwCQcKw5g7ZJI2U { width:18.4375rem;height:1.462675rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#STvW8LAGcLTaQhTzKRpXQVvsU35NsOCG { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#tDDQyzuEoGNfVeapFWnwpkrzpxF7nRgL { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TGddTSzJVMhg7yFev8A9gL58XXMQA0P0 { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#nuSkbFJbSIMKO9Jb1TOagErl8DgQxB9U { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-regular-label { width:14.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-text {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-select {padding-top: 0; padding-bottom: 0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-input-button { width:13.5rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem;background-color:#b28c72;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; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:first-of-type{padding-top:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .widget-container:last-of-type{padding-bottom:0;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP  { width:14.25rem;height:auto;top:13.746337890625rem;left:1.62353515625rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP .radio-container { width:14.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP {display:block;}#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP { width:14.25rem;height:auto;top:13.746337890625rem;left:1.62353515625rem; }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cbldTQp8VlzcPpeJstLHkaAe9c96oGzy {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #CzVsHUnK9kW8b4bwMBfgvaqrM6QvaEKu {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cTbcLJKnbad9nfvtgE7pWFTTeH8KZLGk {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #IUuHDJCHIcRrUO0JhLdc1N9FQ125Qz6V {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #HBRC4qifIV0x38JnEUDoeVhy769okvrA {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Gw9FAHB8nOyDZfOcZfAAsuQvuypRSi7Z {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #kW84EAcH3Uykg1BHI1soXF4zV3pBe76v {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WUmToTruqH861qkry2lyew2Iob54KksT {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #cZCCc24V5qNZNnBxkPUxq8FswiqPFl31 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #Gu9FbNx6Wi7m2z6OMUBwxDBPgtuHCCHq {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #WGAuI2gG63oTdQd7zxyoHHby6CyUJf1c {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #Qu9g8T7535VzpcBiKJLfE4bHBC9EGJS6 {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #TBEWOAwQNqDTgOtwV6bAoS7UH5pkL7yB {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #KaTxnTti2aIpeuWCQSxVquWV5ye2CzSQ {  }
#rHXZ7Wnen0B5Vkss5yK8lB6AR3z8HTqP #hXKtnox5x7lzRC2Pk2boLJukw5bX0hSi {  }
#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h { display:none; }#R4uMT7c25PKdxxRZ4wWon1hRU7qC6A0h > .row .container { width:20rem;height:23.75rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU { display:none; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container { width:20rem;height:57.1875rem;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; }#e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.adaptive-delivery-prevent-bg, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyload, #e1M1MsM7oS745OKN2wCxGECQM6sg9wnU > .row .container.lazyloading { background-image: none; }#EgVccbFTcUxM2C7miGegDaaqHRP07DAO { width:8.2486875rem;height:0;top:59rem;left:5.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
#tX5CshgtrIETDVKpds8NS4xbhgJCyF4I { width:14.125rem;height:1.499025rem;top:30.375rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
#nHHyNT96c2QL5ZzfSuxJrGcmmQJdl9zt { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#aCZB8JDCrFeXlw63xs9P8D6F8rCvLfTV { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Ub2bZ4tk3k62D3RGzm4uSaa263ADSE90 { 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; }
#xXtW9ceLzUKdBi9el394HO47vBbCdSOZ { width:6.1239375rem;height:1.125rem;top:37.548825263977rem;left:12.305929720402rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#lNGURsxSSrSx73LIaaHUkrNCIwZ231w8 { 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; }
#U491EoZT71mgiyUsw2xguHmzhkTUrbqS { 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; }
#i2nmKmOfH5mfWaDAtyOl5LvFMLLLT40a { 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; }
#DNRcaV72NdruobHXM6EwB0ATo5VW8bpg { 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; }
#uE3Fs3yRk4ZKJwlOxyx5rybhtLI8Kwmq { 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; }
#H5XE1hFQqf7WXhQ4sDL5h2odWO7bRECz { 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; }
#cThB9GP38rvNmuqevMKAE5Fk3xz5Ta6a { width:5.3125rem;height:0.9746125rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#J5DXwHnFVQkFvQyMrwBlI8osf3FvOVh2 { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#SoKq3dyc6cEF0EI9I7TL8KOLx1csTHJg { width:5.81176875rem;height:0.9746125rem;top:37.451171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#fSTCu2WtFHhIbJ8WsMPQhuUkrtNEleAI { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#zNvTPx7dVPWOHOogqGe1UCffPt42Vq5W { 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; }
#kqBmRXpZhl95mwpLToWcbGmgodcKKJxe { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#oOdyhaLxxVmbeTW1NyTKsRcbPhXSA5hn { width:5.1242875rem;height:0.9746125rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#duZmKw7pDG7LJyulFbwBC5MdVpWBLG6q { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#iWSninoXvw5LQqKvWkXRrt12doLiPtJN { width:3.2495125rem;height:0.9747875rem;top:39rem;left:3.125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#aK8o1TMSmxpyKuKB7yOrAka6rgdTsBpc { width:2.68676875rem;height:0.9747875rem;top:39rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#nhEfxMfzgmmbdyq5dNZJcVM8gZZ1VZDN { 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; }
#rUP18D4gamUmXITpPZxo7hZTnN3CwQ71 { 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; }
#zHlIAScnlhoTG357cSCqUPnxeU7FECtH { display:block; }
#x3nDb1dM5aoe9ATIqsrzpbRsO7GA9n7V { 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; }
#VLSTFUNZJo8Xo6THsFmGqttQ0UVltH0B { width:8.2475rem;height:0.97439375rem;top:27.562321662903rem;left:11.242897570133rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15108;display:block; }
#SD9edwyEgv1wNnKauf8J9bKRaz2FDReD { width:6.3745rem;height:1rem;top:29.015625rem;left:2.18701171875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#Gwfv4OnxMOrhmV7cgMzZ7HRJstd4z4hJ { width:6.499rem;height:1rem;top:50.97412109375rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#wxQB7xDNLAzn2cCHSycrqLWXFxHc3Pm5 { width:6.8115rem;height:1rem;top:40.137451171875rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#ieMRu4ls1yqFrqTKdvf9vrVVeQgHq0bc { width:7.06175rem;height:1rem;top:40.137451171875rem;left:1.8896484375rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#r1skqZdlrtkaGmyJp09HcoN3pU5hLPBq { width:6.5625rem;height:1rem;top:28.953125rem;left:11.0625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { display:none; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx { border-width: 0; border-radius: 0; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container { width:20rem;height:69.375rem;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; }#SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.adaptive-delivery-prevent-bg, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyload, #SRcc3pDkl7GlaFM6Aa7NaudgVEVkWTAx > .row .container.lazyloading { background-image: none; }#pcWhA4F4DhXtON4V9Fgp0OLJmzcvB5es { 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; }
#EKz2lG5dH0wLfqWt7HS3pT5ZmaRHidTM { display:block; }
#TZfsXXdkRiZJDuAkAzrd9Q5RlbkQyD2o { 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; }
#QVC84lbE7mwIiyqe1a8eEQbqihandZvT { display:block; }
#HyBPclNgepReN3RL7vTx6J63IUpzmJ45 { 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; }
#tlPlrSc6tT63o44mpLlsvfkbQZKoR0H7 { display:block; }
#BAhoolXniPcnZiGmLogkK1GTMkfNzFpR { 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; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#kdDeKAwXBS9gzLuEImCIRszeLItwXiCf > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#icGpG51mBdfmqATTs7lurUHvn1i3Aprt { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#icGpG51mBdfmqATTs7lurUHvn1i3Aprt > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#w4TebFKcaPqzfVZ6pf13KmZ18OhA3R8d { 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; }
#iaWiLBAq45odNKRytNJTf9W31mEMkCbq { display:block; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk { display:flex;top:48.947485923767rem;left:3.1911893486977rem;width:1.81206875rem;height:1.81206875rem;z-index:15193; }
#bE244bTCTZ5D6wy7uKGHOJQnum7O93Fk > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; }#Wc4auio0T5Wv0O8erS7uOAF5M1SZBvk3 { top:0rem;left:6.2803822159769rem;width:7.4370625rem;height:6.749125rem;z-index:15184;overflow:hidden;display:block; }
#CqBQL7qVPNDZqthRedlJO4xoWu8BrS8G { top:37.360029697418rem;left:0rem;width:20rem;height:7.125rem;z-index:15185;overflow:hidden;display:block; }
#ZBwW3d4qbvOtw7M3c2D9ucuxIVr6IoTO { 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; }
#efd4bznP42ggcxHrR5sEhvJ4y9FpSNSD { 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; }
#K62szuop9oNTXPfC7AxLSE9O6Tt662vX { display:block; }
#hCnnZVxpEBkP42JvqdfKqZm4Lnp7hakP { 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; }
#mmryitwRm0XgaeTplXsI5h6eUBk1SE2p { display:block; }
#uZtu6MqxbHwuLK6Pv0ioGVJr8kWVleWU { 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; }
#kNvOiRxTNNsCSyZAzBsbpfriL6BHXs41 { display:block; }
#s2Bf3lWmzFvCyLraziZDfCLle8snvTTK { display:flex;top:46.321616172791rem;left:10.202908575535rem;width:1.62435rem;height:1.62435rem;z-index:15190; }
#F44SvD6A2n2RugmAFHsKtTo92swWaXop { display:flex;top:46.321616172791rem;left:1.4648438096046rem;width:1.62435rem;height:1.62435rem;z-index:15191; }
#sxv9nqSqRRZLX3JTqqsV6akGxrKhBSxQ { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#fTqHOT3KV4NUxaCOA9q5VdEAyPvsEE16 { display:flex;top:52.5625rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#u5pyGIRPQ3rQQND5w8gArTpqQ9VUeBL3 { 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; }
#yt634XJyqHBhiIbpFIys42DAa4bMyN6m { 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; }
#H5yJRdOQThSPzEKgEtdxa6gyuBfUPRig { display:flex;top:57.3125rem;left:8.5rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#vbZUWTk8RloMiiKS28KaRUHQCPOVavb3 { 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; }
#EH1KTnIRlZ7iCAaIJWwDO6rfLLylWbWA { display:flex;top:61.875rem;left:8.5625rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#LDONSLgfoMTgd06uXmCxMykF1TgH632d { width:17.3123125rem;height:9.6875rem;top:35.546881794929rem;left:1.3433161377907rem;z-index:15198;display:block; }
#dsdlu2xTaVuKUvB6DiNtF3BeMyNvkrLw { width:17.25rem;height:9.6875rem;top:55.498058319092rem;left:1.3747830986977rem;z-index:15199;display:block; }
#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { display:none; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q { border-width: 0; border-radius: 0; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container { width:20rem;height:67.8125rem;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; }#xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.adaptive-delivery-prevent-bg, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyload, #xwWu0Dv01CJHGeaQT7ZAmsHMB6tuuH3Q > .row .container.lazyloading { background-image: none; }#qCbHLRg2fH9CVZ03OThQGgCUz7wJ9OZM { 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; }
#UuzTm27HuMQVC9wTEDeXfhJ1DrbZIVOu { display:block; }
#wdf5D9JwTKFVL2kl20HCrPExOwez519i { 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; }
#VGd29LiH89PGtmhL5dx2M5lPtEedb2e3 { display:block; }
#KvU7u3TW4hGJzfoeSRv13mezUKxp1X3P { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#RyMkeeIhUAvkLakWfSMm3iCTdkE8D58A > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#HzOIfThbNZrLzIrZcEkzp9cJxRCE3O9L { 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; }
#DWoDCVA5UVo05KI2DZVZPyQTkf5zTxkL { 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; }
#cwaw3wA1ORBxwROfRvxZhK1TPp6u0TQ8 { display:block; }
#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO { border-width: 0; border-radius: 0; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .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; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container { width:20rem;height:60.9375rem;background-color:rgba(3,62,8,0.79);background-image:url("https://images.assets-landingi.com/GbAKEada/11111.png");background-position:center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.adaptive-delivery-prevent-bg, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyload, #vhlyp7AQX9xRWmZhKxRBshfs7vhkfibO > .row .container.lazyloading { background-image: none; }#wcaOR6fXnTt4XAIlOenJqBWiLvuVmQUk { 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; }
#VGS8stykErFGx5Cd3ldyAlEimHEEvHW8 { width:7.5rem;height:5.2807625rem;top:46.160888671875rem;left:6.25rem;font-size:4.0625rem;display:block; }
#aMBKrPsxVavpbXiEt5fLSteQdXekcSEA { 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; }
#oAX86BRPBTmCc7H8G63y2ngFdGECGM0k { width:7.124rem;height:5.2807625rem;top:28.01513671875rem;left:6.436767578125rem;font-size:4.0625rem;display:block; }
#aLrrsfMccppBIqw9BqrufUtTTiEZ27VT { width:9.2480625rem;height:2.561525rem;top:36.6875rem;left:5.375rem;display:block; }
#DTPRSOk7bCoEhR48THlKqzNuMLwGFO14 { display:block; }
#C3mHrTKoR8qK2amJiHLSTCx9Vee7S3aQ { width:18.3125rem;height:13.6875rem;top:30.375rem;left:0.875rem;display:none; }
#hvmXl37gxkNMccIKMbxSbngAcqgzSf5k { width:18.1875rem;height:14.6875rem;top:6.3125rem;left:0.9375rem;display:block; }
#tosASP28mueJ9ayDzzTUWqvMRk4slENO { width:9.25rem;height:2.5625rem;top:18.75rem;left:5.375rem;display:block; }
#GJKZzXwpEfa2CfKIrtVg6zWLJduOrKCO { display:block; }
#wItQ5G14AZfnxTiUPXSc7JTdur1gnl5L { width:18.0625rem;height:14rem;top:46.9375rem;left:0.6875rem;display:none; }
#P1Dxw5txIGcOOpN07C0bw1WuqIEFSJw0 { width:14.9375rem;height:4.0625rem;top:0.9375rem;left:2.6875rem;display:block; }
#eLrIen6z2Lthvy1aPBhCFTldGgGmShIe { width:18.1875rem;height:14.6875rem;top:23.1875rem;left:0.8125rem;z-index:15004;display:block; }
#LTMRuCPax1OT9ZqMw1RqvgXa02PuHGzZ { width:18.1875rem;height:14.6875rem;top:40.125rem;left:0.8125rem;z-index:15005;display:block; }
#iNlTsrGPgMeH7gx9LTNattMnpT6F0E6l { width:12.37425rem;height:1.9995125rem;top:0.620849609375rem;left:3.81103515625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
#hwFLbn9vd5bQKEVAd5KSKiALPmk8OnRc { 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; }
#eRHeWK4ZThCsVR71iwluWV4WQi5QERXL { width:4.6875rem;height:1.6870125rem;top:33.2958984375rem;left:2.686767578125rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;z-index:15182;display:block; }
#eJIR4of4Ew4nzT5DiL7qWlakMUwK6I9q { width:19.75rem;height:13.75rem;top:9.75rem;left:0rem;display:none; }
#Vr9e7yGtF5xvg59T0vF6NXU1vxWJWXHh { 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; }
#AgwSKsQy5Fh9GVpas4Hsl6BXiiPFVUTm { width:12.4365rem;height:5.2807625rem;top:12.43408203125rem;left:3.780517578125rem;font-size:4.0625rem;display:block; }
#kgPk15CoptmFeUVwV6VvUFHXI64bdmS8 { width:9.1875rem;height:2.5rem;top:54.1611328125rem;left:5.40625rem;display:block; }
#E9TK7EIDEAiv2tsi03znP9WNeyKPr0k8 { display:block; }
#n2SuI9tO6hr0OnK2EpqFHtxTvaecBu1z { 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; }
#Xn7TcadmRSEbeCyX6eMiE3rUDbxvTwXw { width:5.06225625rem;height:1.6870125rem;top:51.363525390625rem;left:2.34375rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
#SRoSDkdkSTF1NdG1i1CPEdHoNIcc8KNw { width:4.6875rem;height:1.6870125rem;top:15.12451171875rem;left:3.71826171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#010201;z-index:15184;display:block; }
#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1e165018-008c-4331-954f-31f30b818abc/instagramcopy45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.adaptive-delivery-prevent-bg, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.lazyload, #dfETUTzkltRmK5ATlp6sllRaT0o4WPrV.lazyloading { background-image: none; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { border-width: 0; border-radius: 0; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dfETUTzkltRmK5ATlp6sllRaT0o4WPrV > .row .container { width:20rem;height:171.5625rem;position:relative;display:none; }#Ak5Euya3tLWh6TERNrwz9TmpX4xV4eKo { width:6.624625rem;height:1.749825rem;top:8.6875rem;left:7.15625rem;background-color:rgba(0,0,0,0);background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ae7b1c;z-index:15017;display:none; }
#D8OtVe1aEgInTp9KkRzbeUFWU8VtvhTy { display:block; }
#PHNCCd2z49rK1tBOKSR2udzpB1VDQQ0B { width:19.8111875rem;height:13.2486875rem;top:15.165366172791rem;left:0rem;display:block; }
#oPGzUTITAcDDzOBFtUeqdJBQxwOwMXOV { width:20rem;height:14.296875rem;top:37.622395992279rem;left:0rem;font-size:1.375rem;display:block; }
#MJuUpiTr5TpOzOVtNqI2ETPDEBPCIZ8L { width:15.4361875rem;height:4.375rem;top:162.19402122497rem;left:1.6445313096046rem;background-color:#bb8d65;background-image:none;border-top-left-radius:0.5625rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:0.5625rem;font-size:1rem;line-height:1.1;color:#ffffff;display:block; }
#UKmGxmZhhG0Fcwi0OMPGOEclsDcctWsg { display:block; }
#D6bwM2RNOoRKOr7GxpN5ChQs4oD8zvow { width:20rem;height:14.296875rem;top:56.812489986419rem;left:0rem;font-size:1.375rem;display:block; }
#nEG5zMT3cIVSsEXJwyA30u82zt6z5rb9 { width:20rem;height:17.871125rem;top:75.283859252931rem;left:0rem;font-size:1.375rem;display:block; }
#y5Iy8r303l7NNhT2yf9MQnIm3te4Z0Rm { width:20rem;height:17.871125rem;top:97.041671752931rem;left:0rem;font-size:1.375rem;display:block; }
#vCzIiZFiTQyHAxUQIKVmW5uvsA4nko3C { width:20rem;height:23.2324375rem;top:118.679697752rem;left:0rem;font-size:1.375rem;display:block; }
#GZr9TJQlL5MsaEl60s4Jlxp1fBoGrrMn { width:20rem;height:13.75rem;top:147.50782299042rem;left:0rem;font-size:1.375rem;display:block; }
#KfTVm35HypoQI3dgq9RTG2i7ZoNypIni { top:32.835927963257rem;left:4.5000002980232rem;width:11rem;height:2.75rem;display:block; }
#ACSmuNt05Mk5Vc20eT64rN8VanZaEMo1 { display:block; }
#PtUMxriFRGZmGTx2TPEpclPUWbCka5Ka { top:53.334648132324rem;left:4.7812502980232rem;width:10.4375rem;height:2.9375rem;display:block; }
#FMwfiLMe7tNi0grWXtvqhSfBiEteue9y { display:block; }
#shqcttaBGbzs6qLZp5U7QLPTA5vQC71S { top:71.0234375rem;left:4.0312502980232rem;width:11.9375rem;height:3rem;display:block; }
#wu9luvIdtQAMrGUiD7zBsh4SDdO4JVu0 { display:block; }
#tbPTq6MHmzrnqNxxpCwbNNHMvc1Z0UmU { top:93.657558441162rem;left:3.9674480557442rem;width:11.875rem;height:2.9375rem;display:block; }
#xzbTdvBma3h9VElCcRa6S7oKJm6ogRmQ { display:block; }
#Mq1q48RItgvT49hurcgdfmJdSfGfBKt2 { top:114.82420158386rem;left:4.0625002980232rem;width:11.875rem;height:2.9375rem;display:block; }
#WUBbs4sSFrTKXptl7GNADhkVHgAxFArJ { display:block; }
#lCqvly6KJLdrfqMJkLLgegKxgHzZ9xLb { top:142.82161521912rem;left:3.4375000596046rem;width:13.125rem;height:3.125rem;display:block; }
#zlmOuzRcn9I7StAXvI7RnM001usDurTH { display:block; }
#Ulx90TBoZTCfKJsOVBLeJHhstoZW82eo { top:167.818359375rem;left:0.5rem;width:19rem;height:2.75rem;display:block; }
#mvrwe7GdJAta63mZGTG8FfUKAKzTzGSA { display:block; }
