.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;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@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:#ffffff;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); }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { 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; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { border-width: 0; border-radius: 0; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { font-size:0.875rem;font-family:cairo;height:3.5625rem;width:60rem;overflow:visible;position:relative;display:none; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { 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; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { 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; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { 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; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { 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; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { 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; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { 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; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { 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; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { 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; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { 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; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { 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; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { border-width: 0; border-radius: 0; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { font-size:0.875rem;font-family:cairo;height:5.3125rem;width:60rem;overflow:visible;position:relative;display:none; }#RtoLrqxitDzRdS8KVJraXWmRevDny1ZZ { 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; }
#p3tBkzST3dTVJNvDHWvKpJ9lsh8oegT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { 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; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:2.24935rem; height:2.24935rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { 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; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { 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; }
#z9wN4FAvv6HoEWeUOQRseQV3lBUrkrI2 { 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; }
#JbFcIZNSZPZR6cTJrHbSH3NuKwOU4oo1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { 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; }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { 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; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { border-width: 0; border-radius: 0; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { font-size:0.875rem;font-family:cairo;height:46.25rem;width:60rem;overflow:visible;position:relative;display:none; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { 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; }
#FssQtr7ceeElAGF7TaiRd4THiOJ8bPH0 { 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; }
#VzleRred9sNzgUNTfTKwP3OQb0CA1T9M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fxvP2TnNP8OhfFsTGxIqNJJAsae4hoAa { 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; }
#RMk0X7fPsANoFf75ByTIHHqDP5mHTEtt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { 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; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { 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; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { 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; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { 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; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { 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; }
#pHRgkE1nr9f682M6ssylmxn8xuwaTkeX { position:absolute;display:block;z-index:15019;height:10.5615rem;width:18.8745rem;top:20.43701171875rem;left:0rem;display:none; }
#cccbpm5au62kRwA8z1ziqkUzfs6QEIUR { position:absolute;display:block;z-index:15018;height:10.37475rem;width:18.562rem;top:7.373046875rem;left:0rem;display:none; }
#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c { position:relative;display:none; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c { border-width: 0; border-radius: 0; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .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; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .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; }#vfv8u3THOWhW4x6qFoAMM0RR6HfJ0rNm { 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; }
#nIaOEA1Beo9BeGohDLaavAiasdCvDRhp { 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; }
#aMmxwTwO6U3IVgPMKsXV78y1lSkHcy5u { 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; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { 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; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { border-width: 0; border-radius: 0; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { font-size:0.875rem;font-family:cairo;height:52.625rem;width:60rem;overflow:visible;position:relative;display:none; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { 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; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { 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; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { 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; }
#v9eMTOmdctuhwGBxX6GQcnVEum54ElwI { 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; }
#fqvTZl9y37J01sdTw7TUTvMt11RcERuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { 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; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { 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; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { 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; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { 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; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { position:relative;display:none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { border-width: 0; border-radius: 0; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .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; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .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; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { 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; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { 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; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { 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; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { 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; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { 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; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { 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; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { 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; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { 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; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { 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; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { 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; }
#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF { 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; }#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF > .row .container { border-width: 0; border-radius: 0; }#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF > .row .container { font-size:0.875rem;font-family:cairo;height:31.375rem;width:60rem;overflow:visible;position:relative;display:none; }#FXio4KVz7qLfX4mIVIkWAAxS2vl0sDST { 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; }
#bneC3L6KzA1wIQ8l1q7ivuhz4pLRQsgW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fw8kaEb52zvc99d774mDvUaSnLnlPTBW { 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; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { 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; }
#cVSi8n3uDQP5JWHio4JoHWeJlNFFWXX3 { 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; }
#wIc5oCCEt5TeiPrpvuvbPpJl6pUtN2k0 { 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; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { 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; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { 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; }
#nUZh1e74QCoz97iqbn0sev3pzyF3b1Nq { 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; }
#VeiTZWCsOIFsB15iwKx1LZOH5HH2qURx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { 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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-form-header {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:first-of-type{padding-top:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:last-of-type{padding-bottom:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15019;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.6953125rem;left:7.9375rem;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew { position:relative; }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms { position:relative;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 { position:relative; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE { position:relative; }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { 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; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { border-width: 0; border-radius: 0; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { font-size:0.875rem;font-family:cairo;height:63.0625rem;width:60rem;overflow:visible;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { color:#000000;display:block;width:60rem;position:absolute;font-family:cairo;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:4.6494140625rem;left:0rem;height:4.7992625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { 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; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { color:#3f3f3f;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:38.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { color:#000000;display:block;width:22.5rem;position:absolute;font-family:cairo;font-size:2.25rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:31.7890625rem;left:0rem;height:2.69965rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { position:absolute;display:block;z-index:15029;background-color:#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; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:30rem;width:16.875rem;display:none; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { background-color:#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; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { border-width: 0; border-radius: 0; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { font-size:0.875rem;font-family:cairo;height:13.1875rem;width:60rem;overflow:visible;position:relative;display:none; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { color:#7d7d7d;display:block;width:39.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.9375rem;left:0rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { position:absolute;display:block;z-index:15009;background-color:#3f3f3f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:60rem;top:6.25rem;left:0rem;display:block; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9985rem;top:0.28103303909302rem;left:0rem;overflow:hidden;display:none; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { background-color: transparent; background-image: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container > .video-iframe-container { display: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container { display: none; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { border-width: 0; border-radius: 0; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#b28c72;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.375rem;height:2.25rem;text-decoration:none;z-index:15001;text-align:right;text-align-last:right;top:0.25rem;left:12.25rem;display:block; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.125rem;left:10.375rem; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.375rem;left:0.125rem;display:block; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:0.25rem;left:0.8125rem; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.8125rem;text-decoration:none;z-index:15002;text-align:right;text-align-last:right;top:0rem;left:10.217014312744rem;display:block; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.74935rem;width:8.9995625rem;top:0.18663194775581rem;left:50.376518249512rem;overflow:hidden;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.24956875rem;width:3.87478125rem;top:1.1545139551162rem;left:26.809894561767rem;overflow:hidden;display:block; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { color:#a57f62;display:block;width:6.6873125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:3.125rem;left:23.25rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:3.3125rem;left:15.875rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.3125rem;left:12.8125rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3125rem;left:9.5625rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { color:#a57f62;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.375rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { color:#a57f62;display:block;width:13.624125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.4733073711395rem;left:32.121311187744rem;height:1.13769375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { color:#a57f62;display:block;width:10.5rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.8125002384186rem;left:49.439453125rem;height:1.05615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { box-sizing:content-box;height:2.31228125rem;width:60rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:2.624783039093rem;left:0rem;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { position:relative;z-index:auto;display:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { background-color: transparent; background-image: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container > .video-iframe-container { display: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container { display: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { border-width: 0; border-radius: 0; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(253,189,97,0.55);background-image:url("https://images.assets-landingi.com/uc/410f2a75-7b3b-4169-9201-14400c4e5696/Artboard3.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.adaptive-delivery-prevent-bg, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.lazyload, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container.lazyloading { background-image: none; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { position:absolute;display:block;z-index:15042;height:10.3735625rem;width:18.5608125rem;top:5.3271484375rem;left:2.640380859375rem;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { position:absolute;display:block;z-index:15043;height:10.5603125rem;width:18.8733125rem;top:19.185791015625rem;left:3.677978515625rem;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { position:relative;display:block; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { background-color: transparent; background-image: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container > .video-iframe-container { display: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row > .video-iframe-container { display: none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { border-width: 0; border-radius: 0; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { color:#9c6f51;display:block;width:18.4375rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:5.4375rem;left:41.4375rem;height:1.625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { color:#9c6f51;display:block;width:20.2495625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.75rem;height:2.59895625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { color:#9c6f51;display:block;width:23.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15002;line-height:1.9;letter-spacing:0;top:12rem;left:35.625rem;height:5.69921875rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { box-sizing:content-box;height:0.4375rem;width:13.375rem;position:absolute;display:block;z-index:15003;background-color:#b28c72;background-image:none;top:7.625rem;left:46.5625rem;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { box-sizing:content-box;height:0.124783125rem;width:16.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(178,140,114,0.83);background-image:none;top:7.75rem;left:42.1875rem;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-form-header {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"br font n-day";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#b28c72;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-moz-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-ms-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-webkit-input-placeholder { color:#40747d;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:first-of-type{padding-top:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:last-of-type{padding-bottom:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.1796875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15018;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:2.69140625rem;left:8.1796875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 { position:relative; }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y { position:relative;display:none; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF { position:relative; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt { position:relative; }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { position:relative;display:block; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { background-color: transparent; background-image: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container > .video-iframe-container { display: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row > .video-iframe-container { display: none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { border-width: 0; border-radius: 0; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#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; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { position:relative;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { border-width: 0; border-radius: 0; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/8a118a83-ba24-4968-ad53-214d61529f3b/LPpc3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:46.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.adaptive-delivery-prevent-bg, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.lazyload, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container.lazyloading { background-image: none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { background-color:#1eb007;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:6.25rem;height:2.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:12.25rem;left:11.3125rem;display:none; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.625rem;left:6.65625rem;display:block; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:11.5625rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:27.625rem;left:42.40625rem;display:block; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { color:#b20129;display:block;width:56.0625rem;position:absolute;font-family:"br font n-day";font-size:1.5625rem;font-weight:700;z-index:15100;line-height:1.8;letter-spacing:0;top:14.875rem;left:1.84375rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15037;top:19.125rem;left:43.125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15051;top:20.125rem;left:45.4375rem;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:24.5869140625rem;left:44.1572265625rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15071;text-align:center;text-align-last:center;top:27.5625rem;left:46rem;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:20.75rem;left:46.25rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.3125rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15043;top:19.125rem;left:22.5rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:21.0625rem;left:22.625rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:20.75rem;left:25.5625rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15057;top:20.125rem;left:24.8125rem;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:24.384117126465rem;left:23.812501907349rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15077;text-align:center;text-align-last:center;top:27.5625rem;left:25.3125rem;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15049;top:19.125rem;left:1.875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { color:#ffffff;display:block;width:8.309875rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:34.322916030884rem;left:25.845052719116rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15063;top:20.125rem;left:4.1875rem;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15105;line-height:1.5;letter-spacing:0;top:37.8125rem;left:24.938802719116rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15083;text-align:center;text-align-last:center;top:27.5625rem;left:4.6875rem;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15055;top:32.75rem;left:43.1875rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15082;line-height:1.3;letter-spacing:0;top:34.6875rem;left:43.375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15081;line-height:1.3;letter-spacing:0;top:34.375rem;left:46.3125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15069;top:33.75rem;left:45.5rem;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15059;line-height:1.5;letter-spacing:0;top:38.5625rem;left:44.625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15089;text-align:center;text-align-last:center;top:41.1875rem;left:46.0625rem;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15061;top:32.75rem;left:22.75rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:34.6875rem;left:22.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { color:#ffffff;display:block;width:8.309875rem;position:absolute;font-family:"br font n-day";font-size:1.6875rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:20.591144561767rem;left:4.95703125rem;height:2.1933625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15075;top:33.75rem;left:25.0625rem;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { color:#0e193d;display:block;width:9.872375rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15065;line-height:1.5;letter-spacing:0;top:23.735675811767rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15095;text-align:center;text-align-last:center;top:41.1875rem;left:25.625rem;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;height:9.6875rem;width:12.5rem;position:absolute;display:block;z-index:15067;top:32.75rem;left:1.8125rem;box-shadow: 0rem 0.25rem 0rem #68452f ;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:34.6875rem;left:1.25rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.5rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:34.375rem;left:4.875rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:3.125rem;width:7.5rem;position:absolute;display:block;z-index:15081;top:33.75rem;left:4.125rem;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { color:#0e193d;display:block;width:9.8730625rem;position:absolute;font-family:"br font n-day";font-size:1rem;font-weight:700;z-index:15071;line-height:1.5;letter-spacing:0;top:37.8125rem;left:3.1875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { background-color:#bb8d65;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;z-index:15101;text-align:center;text-align-last:center;top:41.1875rem;left:4.625rem;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:5.1875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:54.875rem;left:12.34375rem;display:block; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { position:relative;display:none; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { border-width: 0; border-radius: 0; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b32787e0-c383-4d51-8f7f-94395dcf9fb5/website02.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.adaptive-delivery-prevent-bg, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyload, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyloading { background-image: none; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:12.620849609375rem;left:16.06201171875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15106;line-height:1.3;letter-spacing:0;top:12.625rem;left:6.75rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:20.624755859375rem;left:16.7490234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { color:rgba(30,30,30,0.7);display:block;width:10.999625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:22.224786758423rem;left:14.715909004211rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { color:#ffffff;display:block;width:6.499rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:22.375rem;left:18rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:20.937499046326rem;left:2.0925073623658rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:31.3564453125rem;left:18.9990234375rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { color:rgba(30,30,30,0.7);display:block;width:9.9365rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:22.471923828125rem;left:3.936767578125rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:22.34375rem;left:5.390625rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.625rem;left:2.5625rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:21.07177734375rem;left:3.3740234375rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { color:rgba(30,30,30,0.7);display:block;width:11.93725rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15037;line-height:1.6;letter-spacing:0;top:30.257568359375rem;left:3.936767578125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { color:#ffffff;display:block;width:5.1245125rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15076;line-height:1.3;letter-spacing:0;top:31.46435546875rem;left:8.34228515625rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { color:#ffffff;display:block;width:5.06225625rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15099;line-height:1.3;letter-spacing:0;top:31.6875rem;left:5.8125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { color:#ffffff;display:block;width:4.624025rem;position:absolute;font-family:"br font n-day";font-size:1.375rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.685546875rem;left:7.560546875rem;height:1.7858875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { color:#ffffff;display:block;width:2.68676875rem;position:absolute;font-family:"br font n-day";font-size:0.9375rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:31.66015625rem;left:18.6865234375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { color:rgba(30,30,30,0.7);display:block;width:11.9993125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:20.877129554749rem;left:14.216086387634rem;height:1.40625rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.125rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:12.75rem;left:3.9375rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { color:#ffffff;display:block;width:8.3105625rem;position:absolute;font-family:"br font n-day";font-size:1.3125rem;font-weight:700;z-index:15107;line-height:1.3;letter-spacing:0;top:12.6201171875rem;left:18.9990234375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { color:#ffffff;display:block;width:6.6855625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:21.01171875rem;left:15.060546875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { color:#ffffff;display:block;width:6.6855625rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.474609375rem;left:15.060546875rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.9375rem;left:17.28125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { color:#ffffff;display:block;width:6.6858125rem;position:absolute;font-family:"br font n-day";font-size:0.875rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:22.9375rem;left:17.28125rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15056;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:18.575439453125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15057;line-height:1.6;letter-spacing:0;top:14.08203125rem;left:5.38818359375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15058;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:6.749267578125rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15059;line-height:1.6;letter-spacing:0;top:23.63037109375rem;left:17.81005859375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { color:rgba(30,30,30,0.7);display:block;width:6.9360625rem;position:absolute;font-family:roboto;font-size:0.6875rem;font-weight:700;z-index:15060;line-height:1.6;letter-spacing:0;top:32.982177734375rem;left:17.513427734375rem;height:1.0996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { position:relative;display:none; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { border-width: 0; border-radius: 0; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/9099ab36-7d6c-4f7b-ac30-80d130556a3d/website01.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:44.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.adaptive-delivery-prevent-bg, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyload, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyloading { background-image: none; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:block; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:31.5625rem;display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.375rem;top:60.5rem;left:11rem;display:none; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:39.50927734375rem;left:32.989501953125rem;display:none; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { position:relative;display:none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { border-width: 0; border-radius: 0; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfeff;background-image:url("https://images.assets-landingi.com/uc/85dba6da-45f2-4cdf-9b4b-59c6c37c9c17/mobsize.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.adaptive-delivery-prevent-bg, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.lazyload, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container.lazyloading { background-image: none; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { color:#b20129;display:block;width:40.1875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15105;line-height:1.8;letter-spacing:0;top:1.0625rem;left:9.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { background-color:#bb8d65;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:2.375rem;font-weight:700;font-style:normal;line-height:.8;overflow:hidden;position:absolute;width:20.1875rem;height:5.375rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:5.96875rem;left:8.6875rem;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(255,255,255,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.75rem;height:7.25rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:4.375rem;left:32.1875rem;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.8125rem;top:2.0625rem;left:30.6875rem;overflow:hidden;display:block; }
body { position:relative;display:block; }
#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { display:none; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { width:47.75rem;height:4.625rem;position:relative;display:none; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:block; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { top:0.875rem;left:0rem;width:28.3125rem;height:1.5rem;font-size:1.25rem;display:block; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { top:2.75rem;left:0rem;width:32.8125rem;height:0.125rem;display:none; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { width:;height:;top:0rem;display:none; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { width:;height:;top:0rem;display:none; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { width:;height:;top:0rem;display:none; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { display:none; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { width:47.75rem;height:5.5rem;position:relative;display:none; }#RtoLrqxitDzRdS8KVJraXWmRevDny1ZZ { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#p3tBkzST3dTVJNvDHWvKpJ9lsh8oegT2 { display:block; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { top:1.5rem;left:35rem;width:2.1875rem;height:2.1875rem;display:none; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { top:1.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { top:0.25rem;left:0rem;width:8.9375rem;height:4.4206989247312rem;display:block; }
#z9wN4FAvv6HoEWeUOQRseQV3lBUrkrI2 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
#JbFcIZNSZPZR6cTJrHbSH3NuKwOU4oo1 { display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { top:1.4375rem;left:22.6875rem;width:2.25rem;height:2.25rem;display:none; }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { display:none; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { width:47.75rem;position:relative;display:none; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { top:6.25rem;left:0rem;width:47.75rem;height:;font-size:6.125rem;display:block; }
#FssQtr7ceeElAGF7TaiRd4THiOJ8bPH0 { width:11.25rem;height:3.75rem;top:33.5rem;left:23.875rem;font-size:1rem;display:block; }
#VzleRred9sNzgUNTfTKwP3OQb0CA1T9M { display:block; }
#fxvP2TnNP8OhfFsTGxIqNJJAsae4hoAa { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
#RMk0X7fPsANoFf75ByTIHHqDP5mHTEtt { display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { top:21.125rem;left:0rem;width:34.75rem;height:3rem;font-size:1rem;display:block; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { top:2.5625rem;left:22.5rem;width:19.625rem;height:12.5rem;display:block; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { top:29.5rem;left:15rem;width:7.9375rem;height:7.9375rem;display:block; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { top:26rem;left:18.5625rem;width:7.9375rem;height:7.9375rem;display:block; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { top:0rem;left:17.125rem;width:30.625rem;height:20.38074609375rem;display:block; }
#pHRgkE1nr9f682M6ssylmxn8xuwaTkeX { top:20.375rem;left:0rem;width:18.8125rem;height:10.5rem;display:none; }
#cccbpm5au62kRwA8z1ziqkUzfs6QEIUR { top:7.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:none; }
#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c { display:none; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container { width:47.75rem;position:relative;display:none; }#vfv8u3THOWhW4x6qFoAMM0RR6HfJ0rNm { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#nIaOEA1Beo9BeGohDLaavAiasdCvDRhp { width:;height:;top:0rem;display:none; }
#aMmxwTwO6U3IVgPMKsXV78y1lSkHcy5u { width:;height:;top:0rem;display:none; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { display:none; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { width:47.5rem;position:relative;display:none; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { top:5.5rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { top:11.25rem;left:0rem;width:20rem;height:15rem;font-size:1rem;display:block; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { top:25.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
#v9eMTOmdctuhwGBxX6GQcnVEum54ElwI { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
#fqvTZl9y37J01sdTw7TUTvMt11RcERuq { display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { top:43.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1rem;display:block; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { top:32.8125rem;left:0rem;width:3.75rem;height:3.75rem;display:block; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { top:15.25rem;left:9.5rem;width:38.25rem;height:25.55972578125rem;display:block; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { top:3.5625rem;left:0rem;width:22.625rem;height:39.375rem;display:none; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { display:none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container { width:47.75rem;position:relative;display:none; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { top:3.9375rem;left:4.375rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { width:37rem;height:1.9375rem;top:8.8125rem;left:10.75rem;font-size:0.875rem;display:none; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { width:47.75rem;height:1.9375rem;top:11.5625rem;left:0rem;font-size:0.875rem;display:none; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { width:40.125rem;height:1.9375rem;top:14.3125rem;left:7.625rem;font-size:0.875rem;display:none; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { width:3.625rem;height:3.625rem;top:12.6875rem;left:44.125rem;font-size:2.5rem;display:none; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { width:3.625rem;height:3.625rem;top:10rem;left:44.125rem;font-size:2.5rem;display:none; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { width:3.625rem;height:3.625rem;top:7.1875rem;left:44.125rem;font-size:2.5rem;display:none; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { width:;height:;top:0rem;display:none; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { width:;height:;top:0rem;display:none; }
#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF { display:none; }#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF > .row .container { width:47.5rem;position:relative;display:none; }#FXio4KVz7qLfX4mIVIkWAAxS2vl0sDST { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:block; }
#bneC3L6KzA1wIQ8l1q7ivuhz4pLRQsgW { display:block; }
#Fw8kaEb52zvc99d774mDvUaSnLnlPTBW { top:7rem;left:0rem;width:30.125rem;height:9.625rem;font-size:4rem;display:block; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { top:7.375rem;left:17.4375rem;width:19.625rem;height:15.6875rem;display:block; }
#cVSi8n3uDQP5JWHio4JoHWeJlNFFWXX3 { top:8.875rem;left:6.625rem;width:41.125rem;height:3rem;font-size:1rem;display:block; }
#wIc5oCCEt5TeiPrpvuvbPpJl6pUtN2k0 { top:15.625rem;left:25.875rem;width:21.875rem;height:7.5rem;font-size:1rem;display:block; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { top:4.5625rem;left:0rem;width:34.375rem;height:4.8125rem;font-size:4rem;display:none; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { top:10.6875rem;left:0rem;width:31.3125rem;height:3.375rem;font-size:1rem;display:none; }
#nUZh1e74QCoz97iqbn0sev3pzyF3b1Nq { width:13.125rem;height:4.375rem;top:18.75rem;left:0rem;display:none; }
#VeiTZWCsOIFsB15iwKx1LZOH5HH2qURx { display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { top:4.0625rem;left:0rem;width:20rem;height:;font-size:1rem;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { width:17.5rem;height:auto;top:2.6875rem;left:1.8125rem;display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE {  }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { display:none; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:47.5rem;position:relative;display:none; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { top:4.625rem;left:0rem;width:20rem;height:;font-size:4rem;display:block; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { top:8.75rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { top:38.25rem;left:0rem;width:20rem;height:;font-size:1.25rem;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { top:31.75rem;left:0rem;width:20rem;height:;font-size:1.625rem;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { top:46rem;left:25.25rem;width:22.5rem;height:0.3125rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { top:0rem;width:;height:;display:none; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:0rem;width:;height:;display:none; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { display:none; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { width:47.5rem;position:relative;display:none; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { top:8.875rem;left:0rem;width:39.4375rem;height:1.5rem;font-size:1rem;display:block; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { top:6.25rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { top:0.25rem;left:0rem;width:8.9375rem;height:4.5718440548374rem;display:none; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { display:block; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { width:47.75rem;position:relative;display:block; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { width:6.3125rem;height:2.1875rem;top:0.25rem;left:6.125rem;display:none; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { top:0.125rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:none; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { width:12.1875rem;height:2.1875rem;top:0.375rem;left:0rem;display:none; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { top:0.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { width:19.0625rem;height:2.8125rem;top:0rem;left:4.0920143127441rem;display:none; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { top:0.125rem;left:38.75rem;width:8.9375rem;height:4.7165976818318rem;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { top:1.125rem;left:20.684894561767rem;width:3.8125rem;height:5.1651898695894rem;display:block; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { top:3.125rem;left:17.125rem;width:6.625rem;height:1.4375rem;font-size:0.875rem;display:block; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { top:3.3125rem;left:9.75rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { top:3.3125rem;left:6.6875rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { top:3.3125rem;left:3.4375rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { top:3.375rem;left:0.25rem;width:12.5rem;height:1.125rem;font-size:0.625rem;display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { top:3.4375rem;left:25.996311187744rem;width:13.5625rem;height:1.125rem;font-size:0.6875rem;display:block; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { top:2.8125rem;left:34.1875rem;width:10.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { top:2.5625rem;left:0rem;width:47.75rem;height:2.25rem;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { display:block; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { width:47.75rem;position:relative;display:block; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { top:5.3125rem;left:0rem;width:18.5rem;height:10.3125rem;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { top:19.125rem;left:0rem;width:18.8125rem;height:10.5rem;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { display:block; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { width:47.75rem;position:relative;display:block; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { top:5.4375rem;left:29.3125rem;width:18.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { top:8.6875rem;left:27.5625rem;width:20.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { top:12rem;left:24rem;width:23.75rem;height:5.6875rem;font-size:0.875rem;display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { top:7.625rem;left:34.4375rem;width:13.3125rem;height:0.375rem;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { top:7.75rem;left:31rem;width:16.75rem;height:0.0625rem;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { width:17.5rem;height:auto;top:2.6875rem;left:2.0546875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { width:17.5rem;height:auto;top:2.6875rem;left:2.0546875rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt {  }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { display:block; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { width:47.75rem;position:relative;display:block; }#Ke25b7f4d3ab222931185629e927b108 { top:5.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { width:47.75rem;position:relative;display:none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { width:6.25rem;height:2.5rem;top:12.25rem;left:5.1875rem;display:none; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { width:11.5625rem;height:2.5rem;top:27.625rem;left:0.53125rem;display:block; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { width:11.5625rem;height:2.5rem;top:27.625rem;left:36.1875rem;display:block; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { top:14.875rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1rem;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { width:12.5rem;height:9.6875rem;top:19.125rem;left:35.25rem;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { width:7.5rem;height:3.125rem;top:20.125rem;left:39.3125rem;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { width:9.8125rem;height:2.5625rem;top:24.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { width:7.5rem;height:2.125rem;top:27.5625rem;left:39.875rem;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { top:20.6875rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { top:21.0625rem;left:37.1875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { width:12.5rem;height:9.6875rem;top:19.125rem;left:16.375rem;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { top:21.0625rem;left:16.5rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { top:20.6875rem;left:19.4365234375rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { width:7.5rem;height:3.125rem;top:20.125rem;left:18.6875rem;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { width:9.8125rem;height:3rem;top:24.375rem;left:17.687501907349rem;font-size:0.8125rem;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { width:7.5rem;height:2.125rem;top:27.5625rem;left:19.1875rem;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { width:12.5rem;height:9.6875rem;top:19.125rem;left:0rem;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { top:21.0625rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { top:34.3125rem;left:19.720052719116rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { width:7.5rem;height:3.125rem;top:20.125rem;left:0rem;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { width:9.8125rem;height:3rem;top:37.8125rem;left:18.813802719116rem;font-size:0.8125rem;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { width:7.5rem;height:2.125rem;top:27.5625rem;left:0rem;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { width:12.5rem;height:9.6875rem;top:32.75rem;left:35.25rem;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { top:34.6875rem;left:37.25rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { top:34.375rem;left:39.5rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { width:7.5rem;height:3.125rem;top:33.75rem;left:39.375rem;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { width:9.8125rem;height:1.5rem;top:38.5625rem;left:37.9375rem;font-size:0.8125rem;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { width:7.5rem;height:2.125rem;top:41.1875rem;left:39.9375rem;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { width:12.5rem;height:9.6875rem;top:32.75rem;left:16.625rem;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { top:34.6875rem;left:16.8125rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { top:20.5625rem;left:0rem;width:8.25rem;height:2.1875rem;font-size:1.125rem;display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { width:7.5rem;height:3.125rem;top:33.75rem;left:18.9375rem;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { width:9.8125rem;height:3rem;top:23.6875rem;left:0rem;font-size:0.8125rem;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { width:7.5rem;height:2.125rem;top:41.1875rem;left:19.5rem;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { width:12.5rem;height:9.6875rem;top:32.75rem;left:0rem;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { top:34.6875rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { top:34.375rem;left:0rem;width:8.25rem;height:1.9375rem;font-size:1.5rem;display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { width:7.5rem;height:3.125rem;top:33.75rem;left:0rem;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { width:9.8125rem;height:3rem;top:37.8125rem;left:0rem;font-size:0.8125rem;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { width:7.5rem;height:2.125rem;top:41.1875rem;left:0rem;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { width:10.0625rem;height:5.1875rem;top:54.875rem;left:6.21875rem;display:block; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { display:block; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container { width:47.75rem;position:relative;display:block; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { top:12.5625rem;left:9.93701171875rem;width:8.25rem;height:1.4375rem;font-size:0.9375rem;display:block; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:block; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { top:12.625rem;left:0.625rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { width:11.9375rem;height:;top:20.875rem;left:8.090087890625rem;font-size:0.75rem;display:block; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { top:20.5625rem;left:10.6240234375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { width:10.9375rem;height:1.375rem;top:22.1875rem;left:8.5909090042112rem;font-size:0.75rem;display:block; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { top:22.375rem;left:11.875001907349rem;width:6.4375rem;height:1.75rem;font-size:0.75rem;display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { width:11.9375rem;height:1.375rem;top:20.875rem;left:0rem;font-size:0.75rem;display:block; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { top:31.3125rem;left:12.8740234375rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { width:9.875rem;height:1.375rem;top:22.4375rem;left:0rem;font-size:0.75rem;display:block; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { top:22.3125rem;left:0rem;width:8.25rem;height:1.75rem;font-size:0.75rem;display:block; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { top:22.625rem;left:0rem;width:8.25rem;height:1.125rem;font-size:0.875rem;display:block; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { top:21.0625rem;left:0rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { width:11.875rem;height:1.0625rem;top:30.25rem;left:0rem;font-size:0.625rem;display:block; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { top:31.4375rem;left:2.21728515625rem;width:5.0625rem;height:1.6875rem;font-size:0.75rem;display:block; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { top:31.6875rem;left:0rem;width:5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { top:20.625rem;left:1.4348964691162rem;width:4.5625rem;height:1.75rem;font-size:0.75rem;display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { top:31.625rem;left:12.5615234375rem;width:2.625rem;height:1.1875rem;font-size:0.75rem;display:block; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { width:6.0625rem;height:1.0625rem;top:36.125rem;left:4.8675418496132rem;font-size:0.5625rem;display:none; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { top:12.75rem;left:0rem;width:8.25rem;height:1.4375rem;font-size:0.75rem;display:none; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { top:12.5625rem;left:12.8740234375rem;width:8.25rem;height:1.6875rem;font-size:0.75rem;display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { top:21rem;left:8.935546875rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { top:22.4375rem;left:8.935546875rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { top:23.5625rem;left:11.78125rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:none; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { top:23.5625rem;left:11.78125rem;width:6.625rem;height:1.125rem;font-size:0.75rem;display:none; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { width:6.875rem;height:1.0625rem;top:14.0625rem;left:12.450439453125rem;font-size:0.625rem;display:block; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { width:6.875rem;height:1.0625rem;top:14.0625rem;left:0rem;font-size:0.625rem;display:block; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { width:6.875rem;height:1.0625rem;top:23.625rem;left:0.624267578125rem;font-size:0.625rem;display:block; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { width:6.875rem;height:1.0625rem;top:23.625rem;left:11.68505859375rem;font-size:0.625rem;display:block; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { width:6.875rem;height:1.0625rem;top:32.9375rem;left:11.388427734375rem;font-size:0.625rem;display:block; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { display:block; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container { width:47.75rem;position:relative;display:block; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:block; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { width:31.5625rem;height:15.5625rem;display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { display:none; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:; height:; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { top:60.5rem;left:4.9048295617104rem;width:8.5rem;height:1.375rem;font-size:1.0625rem;display:none; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { width:17.5rem;height:3.4375rem;top:39.5rem;left:26.864501953125rem;display:none; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { display:block; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { width:47.75rem;position:relative;display:block; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { top:1.0625rem;left:3.8125rem;width:40.1875rem;height:2.25rem;font-size:1.25rem;display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { width:20.1875rem;height:5.375rem;top:5.9375rem;left:2.5625rem;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { width:8.75rem;height:7.25rem;top:4.375rem;left:26.0625rem;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { top:2.0625rem;left:24.5625rem;width:11.8125rem;height:11.8125rem;display:block; }
body { position:relative;display:block; }
#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v { position:relative;z-index:auto;display:block; }#D07IMaXOz7uPIGUdfI7TphhTXCVrmL5v > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; }#dGWu6GKqwS5Kv0284n8z7l6JhH43SPVZ { width:5.6875rem;height:0.8997375rem;top:1.125rem;left:14.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#MaGw3GHtEMNwzu7Kok81G4ZKyyMeZqFy { width:5.625rem;height:0.0625rem;top:2.6875rem;left:14.1875rem;display:block; }
#r1VDUssruTT4GkzPndQSF57bQxtr9dKa { width:3.75rem;height:0.8997375rem;top:1.1243489980698rem;left:0.99934893846512rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#scEmitTrykgcwW8q8WbytWEWcvd9m6A6 { width:5.625rem;height:0.0618489375rem;top:2.6866321563721rem;left:7.0625002980231rem;display:block; }
#cOK9l2BpC06kF9aKkmxQbR2V129uwvdf { width:7.3125rem;height:0.8997375rem;top:1.1870660781861rem;left:6.1250002980232rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
#DwGBa7F9vMieuCk8UE85dso7ViGzfv54 { width:5.625rem;height:0.0618489375rem;top:2.625rem;left:0.1875rem;z-index:15009;display:block; }
#FK6rn0i3DtqpeITP87zgEurdc2JdKnQM { top:0.6875rem;left:0.8736979961395rem;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; }
#fnb9rBtB3qrWNBNDF8maNsmvQH5rsRFB { display:block; }
#K31hAuGhPgsKUiBJGkff6HssmUoazw1a { top:0.6875rem;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; }
#uPgEIlA5HUIIGblfQfnlEwKOy8nIPdQz { display:block; }
#n4HS9LqviwlTLlsCTKMwiflr6WKd7ana { top:0.6875rem;left:14.90625rem;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; }
#gTTbWaegwoeo22uLzlzd65gmcT8F2RKR { display:block; }
#i5qGATBduHzD7obWAWnhIF9UhxhLt51m { display:block; }#i5qGATBduHzD7obWAWnhIF9UhxhLt51m > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; }#RtoLrqxitDzRdS8KVJraXWmRevDny1ZZ { width:5.6875rem;height:2.375rem;top:0.625rem;left:14.087223977349rem;font-size:0.75rem;display:none; }
#p3tBkzST3dTVJNvDHWvKpJ9lsh8oegT2 { display:block; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 { display:flex;top:2.0911445617676rem;left:1rem;width:1.5625rem;height:1.5625rem;z-index:15191; }
#JFFqyR2zz1EWkqUolZaFqy2LA6RJdLF0 > img { max-width: 100%;max-height:100%; width:1.5625rem; height:1.5625rem; }#dqgVPcxV26O4vusDkm2RFunnvcNLIdnw { display:flex;top:23.5293rem;left:8.8125rem;width:2.3125rem;height:2.3125rem;z-index:15190;display:none; }
#OMvOEvVaOTKNwOfkizR84aqV5dXFdGDp { width:5.8125rem;height:2.875rem;top:1.2486877441406rem;left:13.460594565499rem;display:block; }
#z9wN4FAvv6HoEWeUOQRseQV3lBUrkrI2 { width:9.0625rem;height:2.8125rem;top:1.5rem;left:0.125rem;font-size:0.625rem;display:block; }
#JbFcIZNSZPZR6cTJrHbSH3NuKwOU4oo1 { display:block; }
#y16ZLdIpGO5obiLR9mcke3bLlMhTh3TA { display:flex;top:10.9668rem;left:8.875rem;width:2.25rem;height:2.25rem;z-index:15190;display:none; }
#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb { display:block; }#aoNQxCcE0JIyXFTFtp0cNJo1CvDeHygb > .row .container { width:20rem;height:34.375rem;position:relative;display:block; }#vTSFZhkVJshk5TvZ8IzVcGM19TtXFfgU { width:20rem;height:2.47395625rem;top:2.75rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
#FssQtr7ceeElAGF7TaiRd4THiOJ8bPH0 { width:13.11111125rem;height:4.36111125rem;top:29.249134063721rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#VzleRred9sNzgUNTfTKwP3OQb0CA1T9M { display:block; }
#fxvP2TnNP8OhfFsTGxIqNJJAsae4hoAa { width:13.125rem;height:4.375rem;top:30.375rem;left:3.4375rem;font-size:1.375rem;display:none; }
#RMk0X7fPsANoFf75ByTIHHqDP5mHTEtt { display:block; }
#c1tdEbUEUszydtTTClHpEx4ll4Lxu2B5 { width:20rem;height:3.0013rem;top:9.046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#gbGnqp30MHMKi3Ke75IUHe0QuxTJEKHC { width:11.625rem;height:7rem;top:1.7241744995118rem;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; }
#sguXDd7BWCJRpuw5ba6lTRFt4CI7hE2k { display:flex;width:4.375rem;height:4.375rem;top:24.0625rem;left:1.9375rem;font-size:3.0625rem; }
#teQuKFET5Do6gRG2weZf6DSqDqayWThR { display:flex;width:4.375rem;height:4.375rem;top:26rem;left:0rem;font-size:3.0625rem; }
#ZwmaneLpOT55Cq0yP4cEOiGeMy3pwTSP { width:20rem;height:13.3111875rem;top:13.605483531952rem;left:0rem;overflow:hidden;display:block; }
#pHRgkE1nr9f682M6ssylmxn8xuwaTkeX { width:4.9375rem;height:2.4375rem;top:17.875rem;left:0rem;z-index:15042;display:block; }
#cccbpm5au62kRwA8z1ziqkUzfs6QEIUR { width:4.875rem;height:2.1875rem;top:13.625rem;left:0rem;z-index:15041;display:block; }
#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c { 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; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container { background-color: transparent; background-image: none; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container > .video-iframe-container { display: none; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row > .video-iframe-container { display: none; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .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); }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container { border-width: 0; border-radius: 0; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J1NDeXmWnsJdXlwBa3GlqCrOomkcw73c > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; }#vfv8u3THOWhW4x6qFoAMM0RR6HfJ0rNm { 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; }
#nIaOEA1Beo9BeGohDLaavAiasdCvDRhp { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;display:block; }
#aMmxwTwO6U3IVgPMKsXV78y1lSkHcy5u { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;display:block; }
#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx { display:block; }#h5DqVaT4KT3mqar2m9OX6FQ5c1PSdmgx > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; }#f2d1vWMLS4PR3TSsMyokIMA3ySERkB70 { width:20rem;height:2.3997375rem;top:0rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#eeLTlIZOT07Je8iKMlZsbLmsmtIHeHIF { width:20rem;height:15rem;top:3.4375019073486rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#kCqwZwqPT6koyELv2GyEi7SeulaDPvSE { width:12.5rem;height:12.5rem;top:27.381511211395rem;left:0rem;z-index:14998;display:block; }
#v9eMTOmdctuhwGBxX6GQcnVEum54ElwI { width:13.125rem;height:4.375rem;top:39.879559516907rem;left:3.4375002980233rem;font-size:1.375rem;display:block; }
#fqvTZl9y37J01sdTw7TUTvMt11RcERuq { display:block; }
#FKm9kPvMHBIrmPooT2MUUZfP0mKnIazf { width:20rem;height:0;top:40.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
#TgRk1XiQGGqKIGt6nrIbKWNJRHqyoId0 { display:flex;width:5.9375rem;height:5.9375rem;top:36.247830867767rem;left:0rem; }
#I0hNcT9C72mwrcpHtU1Q4xZACcbemCET { width:20rem;height:13.3648125rem;top:20.826823711395rem;left:0rem;z-index:14999;display:block; }
#GSSywHpLcuVUCozlOn7Gcl6vMxrQxEbv { 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; }
#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { display:block; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD { background-color: transparent; background-image: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container > .video-iframe-container { display: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row > .video-iframe-container { display: none; }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .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); }#R6PHwTX5Vc9TlBFTsn7hcU3rRbup0sMD > .row .container { width:20rem;height:38.4375rem;background-color:#fafafa;background-image:none;position:relative;display:block; }#cVe3CgxWUiGzzJQu044yAxip3xkyuG6b { width:15.061875rem;height:2.59895625rem;top:19.5625rem;left:0.5rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
#RhodhV6gs02OlpLaFEKWcnIfFsBZAmnQ { width:18rem;height:2.79948125rem;top:23.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#uW6b3400Xm9KM1SHft0vMy9IDkci2Qfd { width:15.8125rem;height:2.79948125rem;top:27.6875rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:block; }
#MVHFUat5P64yT1G8unn4yTa1Xg55w1qm { width:16.0625rem;height:2.79948125rem;top:32.5rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;display:block; }
#F1BeGwXoLmlFrfCQCOQxw8445uTdIGC1 { width:2.4360375rem;height:2.4360375rem;top:23.8125rem;left:17.25rem;font-size:1.6875rem;z-index:15009;display:block; }
#GKCMFOd9gXJ4W0WZtT2Hk2L2R6oANbwI { width:2.43706875rem;height:2.43706875rem;top:28.375rem;left:17.1875rem;font-size:1.6875rem;z-index:15010;display:block; }
#Hz2lVvT5JzeMWmqU4h2fCER4fslxlNZ5 { width:2.43706875rem;height:2.43706875rem;top:32.5625rem;left:17.125rem;font-size:1.6875rem;z-index:15011;display:block; }
#HaqJkct7FrlwzlPyhh6WChFcnwEUHU82 { width:2.43706875rem;height:2.43706875rem;top:22.87451171875rem;left:16.62451171875rem;font-size:1.6875rem;z-index:15012;display:none; }
#VJr5phrmuJnbNSiCqdeKabV0ayZvmcdd { top:17.1875rem;left:11.625rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#CaOqAvGeRThM7SJsuogZ3AMGckKRufQ2 { top:0.08203125rem;left:0rem;width:20rem;height:17.1875rem;z-index:15023;overflow:hidden;display:block; }
#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF { display:block; }#iGhmoXoRM6QK2OKMDVUJKq98txRIt9nF > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; }#FXio4KVz7qLfX4mIVIkWAAxS2vl0sDST { width:13.11111125rem;height:3.73611125rem;top:10.5625rem;left:3.4375rem;display:block; }
#bneC3L6KzA1wIQ8l1q7ivuhz4pLRQsgW { display:block; }
#Fw8kaEb52zvc99d774mDvUaSnLnlPTBW { width:20rem;height:0;top:2.5625rem;left:0rem;font-size:2rem;display:none; }
#DkDafzmFFEq2JFBImgcTTSXWBUX9ksM4 { 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; }
#cVSi8n3uDQP5JWHio4JoHWeJlNFFWXX3 { width:20rem;height:0;top:8.609375rem;left:0rem;font-size:1rem;display:none; }
#wIc5oCCEt5TeiPrpvuvbPpJl6pUtN2k0 { width:18.4375rem;height:0;top:48.301875591278rem;left:0.78125005960463rem;font-size:1rem;text-align:right;text-align-last:right;display:none; }
#vpkWWTTsStlbrd86cz1JggfNMqqpiVwQ { 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; }
#b66O06TO8QAEBsPEkUzl4qwgQqrrQZWO { width:18.75rem;height:1.5rem;top:5.749783039093rem;left:1.2489150166511rem;font-size:1rem;z-index:15027;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#nUZh1e74QCoz97iqbn0sev3pzyF3b1Nq { width:13.09698625rem;height:3.722005rem;top:15.3125rem;left:3.4375rem;z-index:15009;display:block; }
#VeiTZWCsOIFsB15iwKx1LZOH5HH2qURx { display:block; }
#Gfw1L5ZEsMKpaK06DPAzZ2RvOqEun6Z8 { width:20rem;height:1.2000875rem;top:23.743485927582rem;left:0rem;font-size:1rem;z-index:15026;color:#fffdfd;display:block; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-text {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-select {padding-top: 0; padding-bottom: 0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#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; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:first-of-type{padding-top:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .widget-container:last-of-type{padding-bottom:0;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H  { width:17.5rem;height:auto;top:27.125rem;left:0rem;z-index:15020; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H {display:block;}#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H { width:17.5rem;height:auto;top:27.125rem;left:0rem;z-index:15020; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #IIskZrFmyMHwQSzMofn9E72zMoqiw3nZ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #FbavvqV9q2Ud5BGghTIMHKU7ZWKPE61d { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #yDGsltwsOC4f29iVDCNFr9OT4qOQCQQQ {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #uIX8yQ8XdvbTJnlnSbq6pCfxo6td2Ifg {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #vtlT8qEK0uCFem3KvLLQVsk27UT7Xw8l { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #ixSvu04vLOQxmNmOvg5wtmhKWTDWzJoA {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #rCWT0UcOpSqBAFBABpE0Ed6mlE8Idqic {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EImRZZxsKK1ROqWr7nZANT7Zla7Ghgvh { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #EWtIw6VKlZmaQlXqJu5ilZIWJPOkfrew {  }
#lRXLNwlgkRZ3bdJssChNvunI16MJLmqV #rtqNe2rkXbJ6zGNerOm9ByWBGcnlQ5Rd {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #xeOPefW79XoDXENeom93bavcUPOdro3d {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #SKJETPmp5tTJfgEwFEQVbKnHBituBrms { display:none; }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #oiLmEf7G9mCeGCSGwZ7TIAIl4v7l1zEx {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #qivQ4rs6QEkUTIJqvkfI1QNErJ68L154 {  }
#ZpvXQpxuETVhkUg9Dz3TU5VnoJEGxa6H #v3PpFNUJleweioVNzmfzXUSoJDyDgUtE {  }
#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z { display:block; }#ZA7yXwGT52Lr2aXzxJykMDq60SbZa86z > .row .container { width:20rem;height:76.5625rem;position:relative;display:block; }#aJhObEo4U6w83PTA2vxeSwvfGIPQsTGW { width:20rem;height:0;top:2.8125rem;left:0rem;font-size:2rem;display:none; }
#zLVEi8TKh8DyR9EgNAIQURywdBffW60T { width:12.5rem;height:12.5rem;top:2.234375rem;left:7.5rem;display:block; }
#iq8kcRq4ymZhmFNT2audQO8JMhuPRHKB { width:20rem;height:3rem;top:8.0729169771075rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#000000;display:block; }
#r9HWVJ8mLr6zbtQKMc4DEde5VIluxJxF { width:20rem;height:1.94986875rem;top:5.7491321563721rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
#Ti1oVaybM2VIrxvdg9f5LD7DZSOdybwF { width:20rem;height:0.3125rem;top:44.874114513398rem;left:0rem;display:block; }
#r39kodAkwiXTuTS5zxvlF7EaUGUZ2KdS { top:12.735460162163rem;left:1.5625000596046rem;width:16.875rem;height:30rem;z-index:15040;display:block; }
#AB72oIawZvuoygtR1q3QaCDkOwO40xZL { top:45.895833969116rem;left:1.5625rem;width:16.875rem;height:30rem;z-index:15041;display:block; }
#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP { display:block; }#tXDlAiLemOQPPepyLoU6wfTMEyf9OSFP > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; }#pMZV8nqg0aSk1fE7Bfmn2yg5Lf7GH6hr { width:18.5625rem;height:1.50065rem;top:4.2998046875rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
#ar3FARfd38zMCPf3H53Ccc4Omwfq30Ho { width:20rem;height:0.125rem;top:7.5625rem;left:0rem;display:block; }
#C7vUGJlOT9TwdZSnGVCGDZGggENtk3Lx { width:5.24956875rem;height:2.68555rem;top:1.6807727813721rem;left:7.374132454395rem;z-index:15013;display:block; }
#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb { 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; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { border-width: 0; border-radius: 0; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FavP33wf6ukkkFTMw7tayWv2zVPQHvkb > .row .container { width:20rem;height:5.7486982345581rem;position:relative;display:none; }#SUG0HgDVehyPvhwmlbeFWeF5l0IwAeGf { top:0.5rem;left:7.125rem;width:6.31225rem;height:2.1875rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #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; }
#seOqRqJkTPfNPR5doIVxR5TwxlLiuwu0 { display:block; }
#OuG3fwDXGuAoJ6DN3yp2SMtCMwerhkx6 { display:flex;top:0.499267578125rem;left:7rem;width:2.1875rem;height:2.1875rem;z-index:15190; }
#ZyOCq9zUXCRvszsENQhty2XFwN2GhyEL { top:0.5rem;left:0rem;width:6.375rem;height:2.1875rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #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; }
#gUmTtlRr7FJ7MszqFKF6oF9S0RJiKzoC { display:block; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz { display:flex;top:0.499267578125rem;left:0.6240234375rem;width:2.1875rem;height:2.1875rem;z-index:15191; }
#HUFOeI8SuWkenQ6dQBgNX8FHAAydgfvz > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HAV3GTDOhQSTeT2up705nB8bZWHQ0FBk { top:11.397705078125rem;left:0rem;width:19.0625rem;height:2.8125rem;z-index:15187;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -moz-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -ms-linear-gradient(106deg, #b3a4ae, #abdce6);background-image: -o-linear-gradient(106deg, #b3a4ae, #abdce6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a4ae', endColorstr='#abdce6' );";background-image: linear-gradient(106deg, #b3a4ae, #abdce6);background-size:auto !important;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.625rem;line-height:1.3;text-align:right;text-align-last:right;color:#000000;display:none; }
#QCHUgXUXPmKKQn6B9EDH1Ctv4Ze218vs { display:block; }
#du0Z2KbJGd0omQHm1LMnMAZKZwRgdT7D { width:5.625rem;height:3.2495125rem;top:0rem;left:14.375rem;display:block; }
#zGEcS3nT3XWpEaq2XiaTQtXKgTSoSq9f { width:2.1875rem;height:3.375rem;top:2.31201171875rem;left:10.637451171875rem;display:block; }
#VQmncEATKEhrNKCge8AkXxQMcxvk1RJw { width:6.6235625rem;height:1.13769375rem;top:3.52490234375rem;left:6.74951171875rem;font-size:0.875rem;display:block; }
#pt3xL6gAeHyouGrfnPWyM9oBu9BZ3vX7 { width:3.93676875rem;height:0.8129875rem;top:3.8125rem;left:1.9375rem;font-size:0.625rem;display:block; }
#iiX1f9lsu8qb11JTloIl8M69FTqq8r17 { width:3.75rem;height:0.8129875rem;top:3.8125rem;left:0rem;font-size:0.625rem;display:block; }
#RK0iNbIDxu1t5P1kyrvF3IE31MkyJKy8 { width:5.1245125rem;height:0.8129875rem;top:3.8125rem;left:5.3125rem;font-size:0.625rem;display:block; }
#hVz8t3fkka6Uw4L3PhT7cpgtloBSqrTQ { width:2.749025rem;height:0.8129875rem;top:3.8125rem;left:4.4375rem;font-size:0.625rem;display:block; }
#qrvJsZSusTRSDZcT3ZwTbyLqMNplqIcg { width:7.125rem;height:0.89323125rem;top:3.8125rem;left:12.625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
#rstQUvZ9H97h3N23XM6WAQkC9ypBwvy3 { width:10.49925rem;height:0;top:9.373779296875rem;left:8.641357421875rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:none; }
#ftoXIH3485egIcvV7HT6gWDgnMXzZ1By { width:20rem;height:2.875rem;top:2.87451171875rem;left:0rem;display:block; }
#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH { 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:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.adaptive-delivery-prevent-bg, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.lazyload, #OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH.lazyloading { background-image: none; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { border-width: 0; border-radius: 0; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OvluuDXnWJ84yEZJ47Gz1nLh9JxqfFSH > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; }#I52c8smS0vOqgl6hO3BoSTokPbJazN2o { width:8.124rem;height:4.5rem;top:2.5927734375rem;left:0.75rem;z-index:15044;display:block; }
#DAf8LBVOgVGFCXa74UfQE8q3qhioG0kl { width:7.812rem;height:4.3125rem;top:2.6865234375rem;left:10.39599609375rem;z-index:15043;display:block; }
#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT { display:none; }#eHJX5MKAM6TgmSZyWNAIAkTbJuT9OKMT > .row .container { width:20rem;height:29.375rem;position:relative;display:none; }#xTovOp3zD7yguVhd6Ewm4GiqrwWREii8 { width:18.4375rem;height:1.4622375rem;top:1.25rem;left:0.75rem;font-size:1.125rem;display:block; }
#ONfIAcCW9BSb7cwcCNOXHW2bndbyeyFL { width:20rem;height:2.2734375rem;top:4.25rem;left:0rem;font-size:0.875rem;display:block; }
#RcKIKVNvnSGdfNJwAqpLmNK55l0G9MIR { width:20rem;height:4.984375rem;top:7.1875rem;left:0rem;font-size:0.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yCLJLhtCaMlen9mNZz42lZP47MUcTsOi { width:14.6875rem;height:0.3125rem;top:3.1875rem;left:5.3125rem;display:block; }
#DKVSFvmQpDEwatkuytAPqIt1KNWDnfN7 { width:16.8125rem;height:0.0625rem;top:3.3125rem;left:2.25rem;display:block; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;font-family:"br font n-day";font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-text {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-weight:700;font-style:normal; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:"br font n-day";font-size:0.75rem;overflow:hidden; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-select {padding-top: 0; padding-bottom: 0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.4375rem;background-color:#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; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-moz-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]:-ms-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ [class*="-text"]::-webkit-input-placeholder { font-family:"br font n-day";font-size:0.75rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:first-of-type{padding-top:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .widget-container:last-of-type{padding-bottom:0;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ  { width:17.5rem;height:auto;top:11.546630859375rem;left:0rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ {display:block;}#TxNF6OF31OLXZclquTVzk8VevoFeenvJ { width:17.5rem;height:auto;top:11.546630859375rem;left:0rem; }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #Kgh4sTZVL27PXvNB1ELMH0e2eVO5MCUf {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #yzhRlk7xAeBPv8KdhxzhJcFKuK9EcvqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #w0qT9RSoomuFmdNCotH0SLXQbU6Z8dT4 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ArhZoSN1v4fOWnR7NlXMxCQ7Xud5kk87 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #cDvN9EX9sJAESLUTdPmvxW35BaxUlS9l {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #poNITh4VFEx1i7Eo4Ob2UDXu1CniAC5E {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #QWva4qEXsRyhwD0lzEfD7xUBlPqvo1uH {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #KH6IZdTHdPX7SH3cwii8MegpZSokofsJ {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #zSavfBxVUGV4OUNVTAPrZROu2lQ44Hu9 {  }
#QO9frV0ht3uvqdpyVElfbGOlfQwTfXWT #iPO3vsVRTQMkGKLmTg3r5NyVvvhA0dqV {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #DuqUhqScMipWW1ODBmJqlKWS5ok3yrEA {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #MO4RuRSmLrP31SwL3uiTSgiC4WiEk40y {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #heFIWMangGJuXl3GeG0UzhHI6UAR7zu2 {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #NwSGici4e47l0pzwfTIQxFFEMSsT8ChF {  }
#TxNF6OF31OLXZclquTVzk8VevoFeenvJ #ZHzgrQHbKi4ZfT03vUAiz5buTwDksmDt {  }
#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 { display:none; }#saThfuQ8DFyb1D8ACHEkCP4kvQuwElL4 > .row .container { width:20rem;height:24.0625rem;position:relative;display:none; }#Ke25b7f4d3ab222931185629e927b108 { width:20rem;height:21.75rem;top:1.25rem;left:0rem;display:block; }
#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.adaptive-delivery-prevent-bg, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.lazyload, #IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR.lazyloading { background-image: none; }#IoGr7ufa0azhrGqnLv6yxbXaeKNVLnOR > .row .container { width:20rem;height:78.125rem;position:relative;display:none; }#z9XycBlr5arP2oLOikiL0iXXFPxiotJs { width:5.0625rem;height:2.5rem;top:41.685546875rem;left:7.46875rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15026;display:block; }
#PJTJmO6oPFERgymltlW99XR7fevxVG21 { display:block; }
#iu3DZPyFTBaKgJTDkXUq74sNt1B9PKKN { width:4.9375rem;height:2.5rem;top:27.0615234375rem;left:1.84375rem;line-height:.8;background-color:transparent;background-image:none;color:rgba(0,0,0,0);z-index:15027;display:block; }
#iUFoy7vTeuQX8zdaI4sOOlgvIEqerVmV { display:block; }
#lXKvu5uZbwc3zgqlw1QG5TgGOTgBWeN8 { width:11.5625rem;height:2.5rem;top:51.498046875rem;left:2.875rem;display:none; }
#XIXHUV6ow67JOlAy2SiEUhecT2M1Xf5b { display:block; }
#B4uRJHrzVZrUHrzrWVp4Ia3iTtmn75ef { width:11.5625rem;height:2.5rem;top:79.560546875rem;left:2.3125rem;display:none; }
#x7spyfmNDGzENKWpiM4kcn0mLb3oJ4EE { display:block; }
#g4UnZuPfMZBN1mPigKvS36CFgcnv8rnL { width:20rem;height:3.5996125rem;top:1.998046875rem;left:0rem;font-size:1rem;color:#fef7da;display:block; }
#I7985aJCXxK8a1PI0wTI3HQBqFw8Wu1Q { width:12.5rem;height:9.6875rem;top:30.875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#zMDXv9iX9eeiZTvKkfFz3mOuiKKlcRTX { width:7.5rem;height:3.125rem;top:31.875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#IJlipZdNdAuoDWDxGHKuJhX0QDdcayOv { width:9.8125rem;height:1.21875rem;top:36.6875rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#abvJAiuPb9cyBMOViyeCLFC1edkMbvKH { width:7.5rem;height:2.125rem;top:39.3125rem;left:6.625rem;font-size:1.25rem;display:block; }
#DBroyn26QghsbVRy94aGP1iXWIXwR0Gg { display:block; }
#LyN7ZSR5MT6yPrnTKv6DGXWanCToCL3I { width:8.25rem;height:1.4622375rem;top:32.5rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#pav41a6gTP99GSDTCZdUSvKKtVHrA0TH { width:8.25rem;height:1.21875rem;top:32.8125rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#EkRaWcJg41UipPRwyKQwwIKZt3ycN5oV { width:12.5rem;height:9.6875rem;top:19.0625rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#o5mUiOrM9BB2IZl3D1nW9BdECvBJy1Ph { width:8.25rem;height:1.21875rem;top:21rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#zdiSdClJvVc9g5RleQ4eSM0cKPGDmltS { width:8.25rem;height:1.4622375rem;top:20.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#we3wT3AoNTQat1qmdelxuzNle1XTbGus { width:7.5rem;height:3.125rem;top:20.0625rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#f5opPP2nWJJi4OUvFn4QF6savr4QOD3x { width:9.8125rem;height:1.21875rem;top:24.875rem;left:5.125rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#o20QyCVedTlnokkSAwasdx5hqqHVRFR9 { width:7.5rem;height:2.125rem;top:27.5rem;left:6.5625rem;font-size:1.25rem;display:block; }
#bXzaPyc46AfltHBuFl4hi4tT4EJmpFQO { display:block; }
#NpzAbH8KUENzQKJttxQrPt7elFZRsRmO { width:12.5rem;height:9.6875rem;top:7.25rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#gcEV5pT1kE744MeVOK5hed8U2CV3Jwk5 { width:8.25rem;height:1.21875rem;top:9.1875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#GswJpVppozNZJ02NkfiQ1bzBAnzXgGRh { width:8.25rem;height:1.4622375rem;top:8.875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#C2vr1uqHohzcJAh2I0tNoDXSRmg4m84Q { width:7.5rem;height:3.125rem;top:8.25rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#FwQs18MIGoi4SQHULkPiGGFbTDTdLT22 { width:9.8125rem;height:2.4375rem;top:12.4375rem;left:5.09375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#hGZA3vV2dM3EQOsUMnInOrhSsiwwlW0x { width:7.5rem;height:2.125rem;top:15.6875rem;left:6.5625rem;font-size:1.25rem;display:block; }
#CBlSIzBcZhrQnyMefDgmyxLT0aZOtaQR { display:block; }
#yafN6z6zhhzwHsV1NpZ5XbSIlLHtJLcv { width:12.5rem;height:9.6875rem;top:66.3125rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#ooWpHpb9AD1vpNJku3LTbc13CQG5q1U7 { width:8.25rem;height:1.21875rem;top:68.25rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#ZWNBgD4a3U1GZFfDymhrQ5qZeCTgSfgG { width:8.25rem;height:1.4622375rem;top:67.9375rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#GhL2gHNoURMWgvpvROiJmFB4cSrU70Nd { width:7.5rem;height:3.125rem;top:67.3125rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#HALU1pgHUbVPqTsRxho1ys2PQyH0SLWS { width:9.8125rem;height:1.21875rem;top:72.125rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#qCfyXNgDR7FkBDBTn93E7i85nrFXfTX4 { width:7.5rem;height:2.125rem;top:74.75rem;left:6.625rem;font-size:1.25rem;display:block; }
#wclTv6edzmy5kMIoJMlTlMbtCDuzFuyX { display:block; }
#TLPrqFQ8eOVWLDM2UssAMgTaThT5l5Kt { width:12.5rem;height:9.6875rem;top:54.5rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#nDiOCBQ1o3dw1sdX7gyNAIXdsdff0Gs4 { width:8.25rem;height:1.21875rem;top:56.4375rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#T3VUUEdE2V9qLAFcMJdCZRdXnAsXEe7W { width:8.25rem;height:1.4622375rem;top:56.125rem;left:6.875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#skPBNynPARy18kDgvRZWTqqLOrK2i1ob { width:7.5rem;height:3.125rem;top:55.5rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#P1vO3cxfwscxOMCLT0HUMzgiqPe9kngd { width:9.8125rem;height:2.4375rem;top:59.5rem;left:5.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#sKcmEQJRATWF5NI1JhO6XtphnCQX8B4T { width:7.5rem;height:2.125rem;top:62.9375rem;left:6.625rem;font-size:1.25rem;display:block; }
#pukGQ9iWZ26f5wyXyHMhONvyLXKN8tFy { display:block; }
#VK4nJhzAbKRlq1NxtE5LeLAyqsCi6Hxz { width:12.5rem;height:9.6875rem;top:42.6875rem;left:3.75rem;box-shadow: none;background-color:transparent;background-image: -webkit-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -moz-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -ms-linear-gradient(top, #bb8d65, #e4f2e7);background-image: -o-linear-gradient(top, #bb8d65, #e4f2e7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb8d65', endColorstr='#e4f2e7' );";background-image: linear-gradient(to bottom, #bb8d65, #e4f2e7);background-size:auto !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#v7NKcsKge7D9fOzOz72ORoJ3wPfXalLT { width:8.25rem;height:1.21875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
#TKaBM81Tr55tMp1yX0NK2q5J15g90Mut { width:8.25rem;height:1.4622375rem;top:44.3125rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
#Av4RAQbC4tOblIvk58X2LW2THyTuBaLn { width:7.5rem;height:3.125rem;top:43.6875rem;left:6.0625rem;background-color:#f7ecde;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#XNUU8TAIZhC3A8I1SaL6Cr41STeQIAcb { width:9.8125rem;height:2.4375rem;top:48rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#DfP4JNUylS0BonRaBfJU9WbRz9xA590L { width:7.5rem;height:2.125rem;top:51.125rem;left:6.5625rem;font-size:1.25rem;display:block; }
#rE81wB4FImZyeUkCBcRSkGabK9ym0Zll { display:block; }
#F2RQqST7Q89ZTooIN4rgw43dztIkTmxv { width:10.0625rem;height:5.1875rem;top:121.53515625rem;left:4.96875rem;background-color:transparent;background-image:none;color:rgba(0,0,0,0);display:none; }
#U2g2AUmapQQ4TXvUFLEqahJXRzoynvce { display:block; }
#RTWog4NrW0GaXqNge53MAD7QD5nv2rny { display:none; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .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; }#RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.adaptive-delivery-prevent-bg, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyload, #RTWog4NrW0GaXqNge53MAD7QD5nv2rny > .row .container.lazyloading { background-image: none; }#omXQHv4GQCfuXnd0SFig1nZ3S0stnzJ2 { width:8.2486875rem;height:0;top:61.375rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#rmFlwRm6PHzVWJMHQLMkaeCHQCQ6r0O3 { width:8.2483125rem;height:0.9747875rem;top:27.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#qdcgzLsKFHmMnAVrtF6cv5mKyh41Sx4A { width:8.2483125rem;height:0.9747875rem;top:27.625rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#IUL5duEHoXSiV9ybFyZRMqTyfgWHkENn { width:6.1239375rem;height:1.125rem;top:37.547607421875rem;left:12.618408203125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#CdxDvnzKTReJr8DSdvwz6JeUm8HhgOms { width:3.99858125rem;height:0.9747875rem;top:37.497337341309rem;left:11.134942591191rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#e7anfQEGie96AcnQL43UNRzhgcEmn4RH { width:7.872875rem;height:1.125rem;top:39.139024734497rem;left:11.819778978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#Wxm67Rv7PzoUEF1I2IDb1pdsFGMX8QHy { width:4.4992875rem;height:0.97411875rem;top:39.27587890625rem;left:11.385498046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#KKPg9qDSVOd3yMLRJ6BXQkMUFgdToce9 { width:3.4375rem;height:1.125rem;top:39.110261917114rem;left:5.5601916909218rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#EUuKdJA6E0hMuyxTRZ4ugBBtRzaFiIJQ { width:5.3125rem;height:0.9747875rem;top:49.311962127686rem;left:12.710403978824rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#o3TRUHpDzD6UkoDV7aGPJaKlNuTNu8OR { width:14.0625rem;height:1.125rem;top:37.5703125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#gthkDWydUoVnzykmJ2qPkyE5Bn6HtMXU { width:5.81176875rem;height:0.97411875rem;top:37.701171875rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#kXV5PbcsTbLNPcJphTKANRb4mnzxAcki { width:2.74858125rem;height:0;top:45.49893283844rem;left:5.1819954514504rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
#JDaJJsJtJVeMBxd9rG1Xx346qMDV4Uqi { width:5.7492875rem;height:0.9747875rem;top:49.18607711792rem;left:10.696199953556rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#l2wTPuNEzu66PA6Is9wGU9mQ4IS1Qsm6 { width:7.875rem;height:1rem;top:48.118782997131rem;left:1.4275568127632rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#EKa5n0Rb9hSXJ0Txnl8fwINCZ5s3S59o { width:5.1242875rem;height:0.9747875rem;top:49.375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#ln35ngLFVnDn05yx3nM0GlpqoTTH6MEX { width:2.249025rem;height:0;top:83.677734375rem;left:4.40625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
#Gf6TDpfUeMyAfqya50h5VoURcCV0ITrK { width:3.2495125rem;height:0.97411875rem;top:39.0615234375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#QB1idTtHKVpR4HrtAc3xNiOmyL0ziAFa { width:2.68676875rem;height:0.97411875rem;top:39.0615234375rem;left:1.99951171875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#vws4dB7CimpxLSlJQw5FyvHAGXCPMKkt { width:6.1239375rem;height:0.84428125rem;top:36.636362075806rem;left:11.315695345402rem;text-align:center;text-align-last:center;font-size:0.5625rem;z-index:15033;display:block; }
#XMhJsRLO4vWAxSPAXkL4QZLnyA354VnU { width:12.75rem;height:2.6875rem;top:52.413883209229rem;left:3.4996448159218rem;z-index:15179;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#ZihIO3y70My8eLrqGDBTWx8yqWuFAbAc { display:block; }
#XP4VxxU85mwEgTv29k3LacutT6iJnAmE { width:3.8125rem;height:0.9747875rem;top:27.687321662903rem;left:11.555574953556rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15074;display:block; }
#Q3ZkdCx06PTLHenxq7BTls4cfpA5rQ6N { width:8.25rem;height:0.97395625rem;top:27.6875rem;left:11.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#HLgL67W223koUTan5xOKuuTf6SVnWNbJ { width:6.625rem;height:0.9746125rem;top:37.810546875rem;left:8.623046875rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#BErWlyN7SOKOq3LfOskEwP6VsNp4CRlv { width:6.625rem;height:0.9746125rem;top:39.3505859375rem;left:8.5703125rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
#TLo9DNNEOZl9Z5NrUVqK1mnEIBSLryQW { width:5.749025rem;height:0.9746125rem;top:49.3115234375rem;left:0.6865234375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15099;display:block; }
#TFVFSdbQTRsmMHXMgCl4OZuUbCSo4McO { width:5.749025rem;height:0.9746125rem;top:37.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15100;display:block; }
#tQEopL7LSnx2lqOT0I204UJc3XWBvhd5 { width:6.875rem;height:1rem;top:50.78564453125rem;left:10.763671875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#mdGXe7JhxVaIdqBK8Baq7AtdscHP3uRK { width:6.875rem;height:1rem;top:29.328125rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#aZBV0dr5KfFgD3v4OWRyZ6EoA5fo7fvx { width:6.875rem;height:1rem;top:40.199951171875rem;left:1.451416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#sZans2vyFL3uJbC5vOs7Q1A0lfXXd8ya { width:6.875rem;height:1rem;top:40.32470703125rem;left:11.134033203125rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#lnu1E7eFfEqnQ2gaaRHI10rERVm9gT7R { width:6.875rem;height:1rem;top:29.203125rem;left:1.826416015625rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { display:none; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT { border-width: 0; border-radius: 0; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container { width:20rem;height:67.9375rem;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; }#sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.adaptive-delivery-prevent-bg, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyload, #sXtCcUPNT5RI5TDushlCaZbTGbbU2AXT > .row .container.lazyloading { background-image: none; }#UqKAAzHpLSMXuuFDIHlp7Xhz0TKgT0FQ { width:9.375rem;height:4.249825rem;top:51.999286651611rem;left:9.4930749535563rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#mFUWPRBAXQMHucuKBZ2FqpF76444VAWs { display:block; }
#TPCsPLJLeTkTwfHdOonPK3NUl9TGBOAl { width:4.2489375rem;height:2.6864375rem;top:48.624821662903rem;left:12.055220186711rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#SImelCKT7oXeqE8665y4K2Gs2spafxcR { display:block; }
#PSU8v56MtaBxTDQZFffuvWxbObk0tGZZ { top:59.3125rem;left:10.4375rem;width:8.812125rem;height:3.99946875rem;z-index:15179;overflow:hidden;display:block; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP { display:flex;top:56.8125rem;left:13.25rem;width:2.5rem;height:2.5rem;z-index:15180; }
#HUzQf94fDyoPtccR1VmmAz2yb9rdBuvP > img { max-width: 100%;max-height:100%; width:2.5rem; height:2.5rem; }#OS49TTcxOc61wnxuTuR7NT7LIqgqd3qg { top:60.75rem;left:10.5rem;width:8.5618125rem;height:1.38139375rem;z-index:15181;font-size:1.0625rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;font-family:cairo;display:block; }
#QNblxM6RlCd83CKZHQP7pS3ZG7IT2ORa { width:9.375rem;height:4.249825rem;top:59.3125rem;left:9.8125rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#o6350xR3uusTRRsADKqoN0E8rDBkAy2p { display:block; }
#S0kSco63kTDe3NNLVmE9onL0JheHIwAo { background-color:rgba(255,255,255,0.98);background-image:url("https://images.assets-landingi.com/uc/5963a0f0-ccd4-4a33-8ead-b19d48b4c840/mobilee.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;display:none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo.adaptive-delivery-prevent-bg, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo.lazyload, #S0kSco63kTDe3NNLVmE9onL0JheHIwAo.lazyloading { background-image: none; }#S0kSco63kTDe3NNLVmE9onL0JheHIwAo > .row .container { width:20rem;height:22.8125rem;position:relative;display:none; }#E8kC2aFCekL0zf09vZDFf3TN9LO2UsVx { width:20rem;height:4.5rem;top:1.625rem;left:0rem;font-size:1.25rem;color:#fef7da;display:block; }
#NLvlGqAPFRZpuVnTO70LN4INKAz8cNfX { width:19rem;height:5.375rem;top:16.625rem;left:0.5rem;display:block; }
#nMnRpJPUFgXkbLBCkxgsum4Q8ZrGAB8F { display:block; }
#G2zzEFT4ywt6ZMaFPzrwVhaesFmDdtVP { width:8.75rem;height:7.25rem;top:8rem;left:5.625rem;display:block; }
#QUQC7vp1Rkssi8pOXzSSIQJrMno4ztns { display:block; }
#C8lJ9zM69lTdXw1TcOg4f5C0Io04tIOm { width:11.8125rem;height:11.8125rem;top:6.125rem;left:4.09375rem;display:block; }
