.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 { position:relative;z-index:auto;display:none; }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 { border-width: 0; border-radius: 0; }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 > .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; }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b98c65;background-image:none;font-size:0.875rem;font-family:arial;height:4.3125rem;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; }#WoObOJ6Er7z83zE7tHITCMt4WD9fODaP { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.25rem;height:3.5rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.40625rem;left:46.75rem;display:block; }
#TdQETIPO3ECzpNyhti3EqT76nF0atadM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r8glw9mJp6qmJZDlMn6I5cHVlRWQe10M { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:1rem;left:46rem; }
#uWqW7eSQGFFtbAP6kUXQGuOPTHnyTXhU { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;height:1.3rem;top:1.5625rem;left:4.625rem;font-style:normal;display:block; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 { 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:15008;opacity:1;left:1.0625rem;top:0.625rem; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.82);background-image:url("https://images.assets-landingi.com/uc/b7e631e2-9ec8-4e08-98ce-c4a9b2fd7d66/home.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5.adaptive-delivery-prevent-bg, #esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5.lazyload, #esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5.lazyloading { background-image: none; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container { border-width: 0; border-radius: 0; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container { font-size:0.875rem;font-family:arial;height:35.375rem;width:60rem;position:relative;display:none; }#DIkkqT7ttkQKNcTPmbQXQMggoMu6r0EC { color:#405466;display:block;width:23.6875rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:13rem;left:32.8125rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H300fUeRvlz1DkREUC2E6oc04cZGOZnL { position:absolute;display:block;z-index:15008;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:6.25rem;width:23.4375rem;top:51.562501907349rem;left:0rem;overflow:hidden;display:none; }
#uyH6lGhGZh2W7DJHA82Mrvz2sOvTOHWt { color:#0e849e;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:31.6875rem;left:6.6875rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Wp6HxlhhST2oaQX81GvxdkMfBNevafTT { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:16.4375rem;top:28.5625rem;left:4.625rem;overflow:hidden;display:none; }
#ORKLTG4TToyMib6t2UA368bf4J6MGGbR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.12421875rem;width:3.12421875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:22.875rem;left:10.5625rem;display:none; }
#ZpGfCqdHTmFJwlJRdixgzCTyRkIW2flc { color:#000000;display:block;width:19.9991875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;height:2.03125rem;top:26rem;left:2.1875rem;text-align:center;text-align-last:center;display:none; }
#SofkRyZd8hsp15iCt9e4x2cEEuRu2FxV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1234375rem;width:3.1234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:27.5625rem;left:2rem;display:none; }
#IT3Uz5QwfUp8bUIdgT2E3UCpJMS8qmg5 { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9375rem;height:2.875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:14.5rem;left:4.625rem;display:none; }
#gxZy1sBKtsK1a6pXrXUmO2TmzAg1RUd6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzR7KHdmTTwyM2kgbiHMFJTJ707k64hZ { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.8125rem;left:5.25rem;display:none; }
#Jkm6Klggrx0l2pPGBVLEzqLculqHTD5M { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.8125rem;left:5.25rem;display:none; }
#tlHeocAUDkVp3aWgsQwIa6KKTvHT61tX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:1rem;left:46rem;display:none; }
#a0W10U5w5hE0dQ0SNeZB5r9TcmzAxWzf { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.6875rem;height:4.8125rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:18.9375rem;left:33.9375rem;display:block; }
#XpDEr91NQB1UXbcC3NRBisC1TMQLiA9x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gCJ4UFSJ8CslEAudFazT8By6Ctp5tZWA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:20.40625rem;left:39.625rem; }
#WBlILPsQhUMaLqv2zMzRaIdFCXdxN4AL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#sIQcXWfUWTqrivCTCuwWWPUaTzBkwSvs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#sJt6vCv3EKwdzAk81Tr52isHWafVNugT { color:#000000;display:block;width:15.4980625rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.6875rem;left:5.8125rem;height:2.0317375rem;font-style:normal;display:none; }
#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 { position:relative;display:block; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 { background-color: transparent; background-image: none; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row .container > .video-iframe-container { display: none; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row > .video-iframe-container { display: none; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .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); }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 { border-width: 0; border-radius: 0; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .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; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .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:3.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; }#z4kuw8PyFi7fCliIdHD3ImTEr1Dybq5b { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:34.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#ddx7birawALP8IDtwwNQgMIJXdXLldXT { color:#006c35;display:block;width:4rem;position:absolute;font-family:cairo;font-size:2.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.0625rem;left:16.500001907349rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hAIhDcZ30K6pEv36XlLFHGWTgxN6IyhR { position:absolute;display:block;z-index:15164;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.0625rem;top:0.0625rem;left:39.875001907349rem;overflow:hidden;display:block; }
#e6QMQQ3abA0E8neUxZezBlTavD8ZRoQx { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.3125rem;height:1.875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.2820358276368rem;left:34.687501907349rem;display:block; }
#RaBmoL3vSOxvGqV6Dl7uILQUnrPefK3Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJy6CLcnwuTU6HTt9ZA7TIAdHJAMQFmE { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4375rem;height:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.71875rem;left:27.687501907349rem;display:block; }
#h0nw5oPp0pxC80qixlMtFrcGSMlfgyFX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZpcA9vN6FCLHDUokgIoWuLZxy3DXdZJE { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.25rem;height:2.375rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.78125rem;left:22.062501907349rem;display:block; }
#ISQ8rKOJ7vroTJkEcTM9e6T054HuRdgN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D7GgUc17BlFvUOu85GlRhAEpENiMbzw0 { background-color:#ffffff;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#006c35;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.875rem;height:2.125rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:1.0625rem;left:33.312501907349rem;display:block; }
#x3umgSd8ALGibqZMdW6AwJp048lipuu7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { position:relative;display:block; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { background-color: transparent; background-image: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container > .video-iframe-container { display: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row > .video-iframe-container { display: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .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); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { border-width: 0; border-radius: 0; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .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; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .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/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:74.0625rem;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; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.adaptive-delivery-prevent-bg, #bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.lazyload, #bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.lazyloading { background-image: none; }#BGKfazc3f06NmvlH1JyxPedI53nSpomz { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#J8yK8xfTIowaITzEgPJffAkpp3raPJsx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O56F0TfFwJmIWUJk14i142GXllmr20hU { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#zLWI5BeWQh9wzTV7fEvFZFvyQszmgoTr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Et7B8Q3hk7XTN0nPTGPetRHeEvlTmV11 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#tzz0TsOX5L6GZe4KwBq3JoknvPPfrCSi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kg0bKOPgHrkimCr2tGq21SNNCrK3ZTad { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#UBIEOJoTyMbO0FXgTZ3Tgd4wlyJD80ii { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v4vL1OUQglaA0ve7AuXdXaJZTN8zIwHc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#oCRVoxibvfs2nn2plXpkA2ERFD5MAKnn { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:0rem;display:none; }
#Jq4rM1D0lkuGpQA6Fckk0VUSxWi2WczR { 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; }
#fRu8dcJ3fOQ29nLHpgOgFVGWFhHHD9Q7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:63.9375rem;left:28.125rem; }
#fm2ivQLNLo0IiosTBkLxCCdWA0Qu5lL5 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:67.8125rem;left:23.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dJdwInuLWEcTFXe3GsEadtDul83GwoR8 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4625rem;top:69.8125rem;left:25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UTlhSUV94m6u0yTv9rQ3JN2atm9V5bG9 { 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; }
#tE4442scgZQIkekJapUUullWvJ4eZTFw { 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; }
#mF0p4uegTaivgbvSkQNOPgSxaqpnz13D { color:#0e849e;display:block;width:26.3125rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1640625rem;left:16.531251907349rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iO6mn5L0IKbFppKWCmvlqUTD2tQrddNA { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51.053123474121rem;display:none; }
#inCTv3Mn86K677ZzVhwkgFBQ5uFoz9O4 { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.7531204223633rem;display:none; }
#dL65Q9izbeNI78LMIxtSFs4NUDfbg9Jx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);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:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.1875rem;height:2.4375rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:45.9375rem;left:27.1875rem;display:block; }
#IqP59rxwdE043in1S0FvVxutWrFcs4Tr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CA0LlFl2PPsAVCZ6KAVFbpC3wsCTlBfo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15194;opacity:1;top:46.0625rem;left:27.6875rem; }
#wZovDDOoNotgHa0rW81qUB8B204hnb2d { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.625rem;border-top-right-radius:1.625rem;border-bottom-left-radius:1.625rem;border-bottom-right-radius:1.625rem;box-shadow: none;height:24rem;width:19.1875rem;top:30.75rem;left:20.4375rem;display:block; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi { 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:15195;opacity:1;top:45.5625rem;left:36.4375rem; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dkSWiEOawqfVGiA5ehmeuuKSa8FJ3HCt { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:53.375rem;left:33.875rem;display:block; }
#JDLBb94EeyenNC6d5kR7tMixIoRtH2br { box-sizing:content-box;height:9.3125rem;width:5.6875rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:53.9375rem;left:27.75rem;display:block; }
#SND7vD7FS1VKXT1no3IHCNuADnfk20Ft { box-sizing:content-box;height:9.3125rem;width:6.0625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:53.1875rem;left:21rem;display:block; }
#Et64uIss2UNCwWrHXB3eBwLcR9sQ2Bpk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:3.5rem;width:4.5625rem;top:53.9375rem;left:34.25rem;overflow:hidden;display:block; }
#eO6M8UqTaMoaJC1OvtHokNIifgRK8lNO { 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:2.9375rem;width:5.4375rem;top:54.75rem;left:27.9375rem;overflow:hidden;display:block; }
#lH9SDU8fpLilTfpIszeyhNGAsSKs1MEa { 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:3.4375rem;width:4.1875rem;top:53.9375rem;left:21.5625rem;overflow:hidden;display:block; }
#iZXg5hnpD2d5eelKDhsTQRP9MCPKBTWe { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:58.1875rem;left:33.8125rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#slXdoQkbIO8IizScVQtWJafAnlrCyKMa { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:60.25rem;left:28rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fN4Bui3VgWzzwa19LFFNSPSByv30Nb9K { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:58.5625rem;left:20.75rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#K5UPR4lNkk6Z0TgRuDmF3uTJI7sL7zeb { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:72.6875rem;left:20.625rem;overflow:hidden;display:block; }
#TBrttk9DZ4fWe0uiToPJ0pLsT00bCAeS { position:absolute;display:block;z-index:15100;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:22.5rem;width:22.5rem;top:30.850002288818rem;left:8.78750038147rem;overflow:hidden;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy { 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:15167;opacity:1;top:4.6875rem;left:10.35000038147rem;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QzXRrdRsU24xdxmTqQMEvKlWde8eCp4k { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.284375190735rem;left:40.531251907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UAVCbtf7m0hDi0fy1VFOMpIaIXg5F8JC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:9.8125rem;display:none; }
#B7MWVGOHwauArUOgqEmP2ptumhDJ5c7p { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:3.25rem;top:4.7398436069489rem;left:22.750001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-form-header { font-size:0.875rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.875rem;font-weight:bold;color:#19232e;width:13.75rem;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:right;text-align-last:right;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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;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:13.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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:13.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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:#b2e6c5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #fffbfb;border-left:0.0625rem solid #fffbfb;border-right:0.0625rem solid #fffbfb;border-bottom:0.0625rem solid #fffbfb;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:13.75rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:cairo;font-size:0.8125rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ;vertical-align:top;text-align:right;text-align-last:right; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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:transparent;background-image: -webkit-linear-gradient(top, #b98c65, #2b84bf);background-image: -moz-linear-gradient(top, #b98c65, #2b84bf);background-image: -ms-linear-gradient(top, #b98c65, #2b84bf);background-image: -o-linear-gradient(top, #b98c65, #2b84bf);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#2b84bf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b98c65', endColorstr='#2b84bf' );";background-image: linear-gradient(to bottom, #b98c65, #2b84bf);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.3125rem;font-weight:bold;color:#f2f9ff;width:13.75rem;height:3.4375rem;font-family:cairo;overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;line-height:.3; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:12.75rem;overflow:hidden;font-style:normal;float:none; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container:first-of-type{padding-top:0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container:last-of-type{padding-bottom:0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.875001907349rem;top:6.1875rem;z-index:15008;position:absolute;font-size:0.875rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.75rem;display:block;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u {display:block;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.875001907349rem;top:6.1875rem;z-index:15008;position:absolute;font-size:0.875rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #D6JxgaIcT3RvE4C9UN5rc2ddKphvgimL { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ownFGOsDZbCp05H15VnlDz4Zoz0JHctL { position:relative;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #UWZpvx4Kg98vwTEQhG5oQ80Vopqw9T5K { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #y1ayqB4oWfsGiRfCfhU6nnONPZZy5mDk { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #fDPW1GxRs0TP1IsFZ2tZMwBd5HeE40yI { position:relative;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #T2InHtFCrS8fCoryEu3EXwD211Jn4vEz { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #zbK6tcmTuTlQRXnP8oK2Fw2oCmGdsEe5 { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #uJGaF7QxXvRZV24kVnviCKgZ9pOnzaPM { position:relative;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ReC6Lkfzi60HN36JIaF9soEWA28ughgs { position:relative; }
#fODp70sTR0ehv3o181zZdd1liOIdV4C1 { position:relative;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #mu1bGSl0c7P65w6nsNTVrl0xIeEc3pSo { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #NWSm674tZe8EK6q1kmGTyfHbHvBfeSsn { position:relative;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #sSIEPI5GdLkgbL2hV4roJKTQJgsPORFN { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #JOc6UHuHVO7qWsutmWgzoK1NAwZ7phuq { position:relative; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #wKPret0baRKp2FT1sfZEiOP7SbKF0yql { position:relative; }
#L9HezkK3biod1N2wdrPc5Bv1KSoO9rJV { position:absolute;display:block;z-index:15196;height:3.43671875rem;width:6.1875rem;top:41.0625rem;left:41.0625rem;display:block; }
#HKK1p6hD35eAi4aqrQA9AsmG4WzxGpTP { position:absolute;display:block;z-index:15197;height:3.43671875rem;width:6.12421875rem;top:42.6875rem;left:16.5625rem;display:block; }
#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik { position:relative;display:block; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik { background-color: transparent; background-image: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container > .video-iframe-container { display: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row > .video-iframe-container { display: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .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); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik { border-width: 0; border-radius: 0; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .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; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .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:17.375rem;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; }#iMDABODxWp3en8WAu1xWFNHaXohlKoGv { color:#000000;display:block;width:23rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;height:7.125rem;top:6.5rem;left:16.875rem;text-align:center;text-align-last:center;display:block; }
#b7szWQJheZv2vHs0qU6CocFxhfLaudKv { color:#68452f;display:block;width:21.3125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.25rem;left:18.050001144409rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xd2i8SgNdOCrhsAKMMb8i1dTQnK0FbX3 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PP1KWAmQZZRR0877WgkT4w1JKxcowikm { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #av8TpW3OMKi7ISHQNEhUOQkGzkxV4ani { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TcZ1tolIVG845RRqwTu2EWK3R8IkGvWp { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zOralwEMSSmoSyLHqJUkNNNViQtAFwD0 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EqwBQaZETBvdUfpG6J1rHnSZVadJyA7Q { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RHqqVMWCZRIt3DNBUbnqRZgmE0n1WRht { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tcli7coA1RcLyEqHtZaFNeHkx1qAAcrC { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vKXgCgqfFodytAUlBDetp75fNrkJCro1 { position:relative; }
#eN8vsDX6IUlXNtTXMwXvPZeQftWi73eT { position:relative;display:block; }
#NXE6vHG2wlZh44AlPnNPwTUuSeDUMo2W { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MOWlF65n0lULVxwe1Pv8UlMyk8JXe21K { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gsr4zTkba4c0DZLp3MGgDJuU0uILDe11 { position:relative; }
#GXWDH9zMr48T68zFTFsUme56DBCOT4bG { box-sizing:content-box;height:9.4375rem;width:27.3125rem;position:absolute;border-top-left-radius:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;display:block;z-index:14999;background-color:rgba(227,227,227,0.43);background-image:none;top:5.75rem;left:15.0625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(50,190,48,0.98) ;display:block; }
#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV { position:relative;display:none; }#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV { border-width: 0; border-radius: 0; }#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV > .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; }#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV > .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.875rem;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; }#kQMsWsMFsIdRfdxTZenX6MGL9gDdByE3 { box-sizing:content-box;height:2.1875rem;width:11.5625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#b98c65;background-image:none;top:0.75rem;left:24.0625rem;display:block; }
#Nrquxl6attiXrEvGCyJ2l3WHNZPWO1pM { color:#ffffff;display:block;width:3.5rem;position:absolute;font-family:"alw font";font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.818359375rem;left:28.25rem;height:1.95rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#vCgidXQU0Z1vkl7s0Aqoi7htut5ZWZAQ { box-sizing:content-box;height:9.5rem;width:9.5rem;position:absolute;display:block;z-index:15003;background-color:#b98c65;background-image:none;top:6.375rem;left:48.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#E2RnG6DPLboaurDQT3usy4izinOsyzCD { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15008;background-color:#ffffff;background-image:none;top:13.125rem;left:50.375rem;display:block; }
#etUDZSTS92n5PQnq0v6VtWVOeUnGT6lH { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:#ffffff;background-image:none;top:13.1875rem;left:39.1875rem;display:block; }
#MpTITtCN3fIUwTXLzknqT7BDN0wPuKV4 { box-sizing:content-box;height:2.25rem;width:6.8745rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:#ffffff;background-image:none;top:13.25rem;left:27.6875rem;display:block; }
#NOARGddwVQOfrhwV8eW5O29hV0yRk9nT { box-sizing:content-box;height:2.25rem;width:6.8745rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:#ffffff;background-image:none;top:13.125rem;left:15.5625rem;display:block; }
#tr77ZJVxw9Iri54ohXZkVD8lwZmNWJNT { box-sizing:content-box;height:2.25rem;width:6.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#ffffff;background-image:none;top:13.25rem;left:3.875rem;display:block; }
#znGuDSkdiHovKbpOZfvgHPAWx7F4GPcE { color:#f8f8f8;display:block;width:8.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:7.8125rem;left:49.5rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clHNof6GHnO9X4TFp7MqGprD2buN2kEs { color:#fdfdfd;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:11rem;left:50.750001907349rem;height:1.5421875rem;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; }
#HOtpodztfcadVzHOXom3XzfGM3ATrAOA { z-index:15111;top:12.875rem;left:50.75rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:5.75rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wqld9DPsXQeUIosuNqGzVFwlrw2zO7Cw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEohGg5XewEr0oDwPRZwK7X87wn3LpBf { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.3;letter-spacing:0;top:6.375rem;left:35.6875rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#US7mVefOLAmakaSXHNOFwCI818JWiZyG { color:#e7f0f3;display:block;width:10.1865rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:8.125rem;left:37.5rem;height:3.1640625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uCpqZnP11Dg6FeZq3CV0T3d92CWMzcBf { box-sizing:content-box;height:9.4995rem;width:9.4995rem;position:absolute;display:block;z-index:15004;background-color:#b98c65;background-image:none;top:6.375rem;left:37.875rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#MvttSZ4b54Ia4oeZAFJBGr4ERCws0OmR { color:#fdfdfd;display:block;width:5.5620125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:11.4375rem;left:39.625rem;height:1.5421875rem;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; }
#QdTTKvvOJCSbeqXko1fBuuSH6x4TETV8 { z-index:15112;top:13.4765625rem;left:39.625rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.4984375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MZ0vBTpiQnuIVr2uUgn55e6t80FfvlnU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nkAGf8dCJk0HTlSWATSKXolVrJsWmruP { color:#f4f4f4;display:block;width:9rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:6.9375rem;left:26.5625rem;height:4.14491875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#b4ew7nkfeAFD1kV3534AEr7Qf3z7sDsr { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15005;background-color:#b98c65;background-image:none;top:6.375rem;left:26.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#U2C1iJsdET2feExp4HtUwZZFLaeOOzf5 { z-index:15113;top:13rem;left:28.125rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qa5GMsavT0eb7FhL2x9RklCrphe0nmft { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtieylBihAoVNFknsoRUd4aNqfKdr8Tu { color:#fdfdfd;display:block;width:5.5620125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15091;line-height:1.3;letter-spacing:0;top:11.5625rem;left:28.0625rem;height:;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; }
#PRVhS98zKmGvPLOuBizo7GEewop6XVSP { box-sizing:content-box;height:9.4980625rem;width:9.4980625rem;position:absolute;display:block;z-index:15006;background-color:#b98c65;background-image:none;top:6.375rem;left:14.25rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#lnlnitmKKA7FuLNA6nQvC7Sxb21sbipe { color:#ffffff;display:block;width:10.062rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;top:8.5rem;left:14rem;height:1.3816375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JE274eCiVbaHMFqPItUJioL7oVBHVwIh { color:#ffffff;display:block;width:11.3745rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:7.5625rem;left:1.625rem;height:2.76328125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zQffN3uuRoQcGHDElw0ZBod0LfAgwzsk { box-sizing:content-box;height:9.5rem;width:9.5625rem;position:absolute;display:block;z-index:15007;background-color:#b98c65;background-image:none;top:6.375rem;left:2.5625rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#pKZVKAP6q2JoHV0y1Tt9fhZCBg4AWDek { color:#fdfdfd;display:block;width:5.5620125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:11.4375rem;left:16.25rem;height:1.5421875rem;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; }
#wTOVX0fIlqzpnUQxy0s9ehnkdIlKLfmA { color:#fdfdfd;display:block;width:5.5620125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15093;line-height:1.3;letter-spacing:0;top:11.6875rem;left:4.5rem;height:1.5421875rem;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; }
#EJl9wtUEauFL2snIAHF2QgwIrrEen9ae { z-index:15114;top:13rem;left:16rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HWhIvPLJBh1mXwMi8tgTBoLviF3QfkNO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VxZ8Twfllm1CRZCRKKqilTf8r2aEg4xG { z-index:15115;top:13rem;left:4.25rem;background-color:rgba(0,0,0,0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#000000;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.4;overflow:hidden;position:absolute;width:6rem;height:2.499025rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#CJXbhtxgVm7aTZvKNMtSzmQGlAM266kI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNSqhWcFZNeCDiAsdUe7wsCO9kHwtBTX { 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:45rem;width:60rem;top:14.43603515625rem;left:0rem;overflow:hidden;display:none; }
#Mmmhie6aKbTEmx6hZbuqSxE6Mblti00I { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.8125rem;left:5.25rem;display:none; }
#oz9EZzlNKSCIXvnQJK4qRS1iVHQWOlI6 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#OEdMQGwSKrFHnmtTQkERcddOr8FHtqzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container { background-color: transparent; background-image: none; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container > .video-iframe-container { display: none; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row > .video-iframe-container { display: none; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .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); }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container { border-width: 0; border-radius: 0; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container { font-size:0.875rem;font-family:arial;height:61.3125rem;width:60rem;position:relative;display:block; }#XkN7U81SgmHlE72z1JxiHO90ZM7PkiOo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:4.84375rem;left:35.250001907349rem;overflow:hidden;display:block; }
#ttVZQMDVpGf1Tk5mBtcMuv0spqAwsfK2 { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.5rem;left:37.5rem;display:block; }
#usEGn3UHAO7dZ4fNgKdJGP2h942Uqh29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UEhtLxHtb7xmxdJrtJZAPxy0sw8bL0TJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#gFtJOB3Tf1JnkktOzgcfhTJSuLxvNxCs { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:18.5rem;left:12.625rem;display:block; }
#QFruT4SSyhTMr0pSGSRqLsuenMiVdkxg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LlB61lR2JMtqsSwpqzHLQX1cyFtonDev { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#nUTg4DGKfTDa6mvphensBytans8VzMq9 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.3125rem;width:17.8125rem;top:5.09375rem;left:10.8125rem;overflow:hidden;display:block; }
#ul7scxH2cWNX1BUTefm68UGMsu6xw40T { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.7875rem;top:1.9375rem;left:20.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LvWi1ho743IlfSgPyFvwzQFF5SKzxRNC { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.35625rem;top:4.7683715820312E-7rem;left:20.000001907349rem;text-align:center;text-align-last:center;display:block; }
#kTxENlBAIz4y9BZVTwpJsrdvdL1bleyB { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:37.5625rem;display:block; }
#ufmf2W0AZXEAufXnEuRG6ln06UonIM9p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RalFgrGfqThKtegrHTL8Zs3wa56nTZ2z { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.9355625rem;height:2.87305rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:36.875rem;left:12.6875rem;display:block; }
#k8tqpUtKvDJr2F5mkxFqIGuEpZguP2ZI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vs1cnRAVHokeamGqHvVNsaJ7yl5J7Enz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:22.75rem;left:35.4375rem;overflow:hidden;display:block; }
#wJoS5PdEACCE7rMuB0G6yLmT1y1nqbWb { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:10.3125rem;width:17.8125rem;top:23rem;left:11rem;overflow:hidden;display:block; }
#FaegWip17bsfaq8c8lypu5ymdRgc4QOD { background-color:#2c8e50;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.934875rem;height:2.87239375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:56.125rem;left:24.5625rem;display:block; }
#FKzmJNaLOFX3DbJTXZebGxrMzBVN5Pe1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zaR1cyDrpXB0dinJo6R9xlwTgJF5yi5f { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:10.8125rem;width:18.625rem;top:42.5625rem;left:22.1875rem;overflow:hidden;display:block; }
#N6w8ZlODLbTqPLJME4WbT7u1bkaysHmn { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:1.7875rem;top:16.081597328186rem;left:35.250001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTeb14ens8Is4cpUu0QyTWiXTv46cdi1 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.7875rem;top:16.080728530884rem;left:9.5920162200925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TsOV6OuhkFHntgxNQsf0xo0NMiX7CGJL { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.7875rem;top:34.5625rem;left:35.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzVA2k74nHaLT55c5Fpqq3pJ51txUPAF { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.7875rem;top:34.5625rem;left:9.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lbGUJFqIv0AvgCR77iQCmwnHRyzzrerB { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.7875rem;top:54rem;left:21.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container { background-color: transparent; background-image: none; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container > .video-iframe-container { display: none; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row > .video-iframe-container { display: none; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .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); }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container { border-width: 0; border-radius: 0; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#keo7f0BbeWbizzn15RQUnP7a5Pq1BdEK { position:absolute;display:block;z-index:15008;background-color:#edf6ff;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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:23.125rem;width:18.75rem;top:1.25rem;left:40.625rem;display:block; }
#uTsyLIxEJC9bwl3rBuAq69CW1M3ms3uR { color:#b98c65;display:block;width:20rem;position:absolute;font-family:georgia;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:25.3125rem;left:40rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e9fVqkLJVonuw6JsOznCs9n0PIsv3zeF { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:12.5625rem;top:3.1875rem;left:41.3125rem;overflow:hidden;display:block; }
#arD8bTZf3hWlzvpTguXrzyzZ5iDsUHvD { position:absolute;display:block;z-index:15019;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.5rem;width:3.25rem;top:3.8125rem;left:55.3125rem;overflow:hidden;display:block; }
#zQMQMDgLlhL5UuG7Om6lAf80zvfZrE54 { color:#0e849e;display:block;width:32.9375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:10.75rem;left:5.3250007629394rem;height:7.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H { position:relative;display:block; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H { background-color: transparent; background-image: none; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row .container > .video-iframe-container { display: none; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row > .video-iframe-container { display: none; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .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); }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H { border-width: 0; border-radius: 0; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .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; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .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:23.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#quiIfbz6bZGhiuNhsrnplO79fL4ww3Zq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:57.25rem;left:6.3125rem;display:none; }
#MiTP19TVusK1oBfN1Qug2An1kVTFg6CW { box-sizing:content-box;height:1.875rem;width:0.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:2.9375rem;left:55.875rem;display:block; }
#ZbKnBervw1K7CDcpT9WV2sTwkdTAdJzb { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:13.6875rem;width:24.375rem;top:4.810546875rem;left:17.8125rem;display:block; }
#c073rXkwbGosILtdgOHiVrSLsZHLQZVP { position:relative;display:block; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP { background-color: transparent; background-image: none; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row .container > .video-iframe-container { display: none; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row > .video-iframe-container { display: none; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .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); }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP { border-width: 0; border-radius: 0; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .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; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .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:23.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lLtbeMZSdOO7HT1IFWmNi2DSyi8pTahq { box-sizing:content-box;height:0.125rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:#b98c65;background-image:none;left:50.625rem;top:3.8125rem;display:block; }
#ZrGGBATwZWENKU0ur54qNBL9qsSR1qQ0 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:georgia;font-size:1.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0;top:57.25rem;left:6.3125rem;display:none; }
#IREmGIgUxb0FK6CxEIXsSwTQbdv6pvmh { color:#b98c65;display:block;width:12.5rem;position:absolute;font-family:cairo;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.60039375rem;top:0.6875rem;left:47.5rem;font-style:normal;display:block; }
#HECpTuqudXik6IwbqJMNJz23SoJ2QIrf { color:#000000;display:block;width:22.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.54375rem;top:6rem;left:37.125rem;display:block; }
#fkUmtTCiWyyQq2P7WAyEAoSNCSKGwDT0 { color:#000000;display:block;width:31.375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.525rem;top:8.893750190735rem;left:28.625001907349rem;text-align:right;text-align-last:right;display:block; }
#la5OnAetIRNeqVt1suWHoePcSRIpKHZ6 { color:#000000;display:block;width:32.4375rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.14375rem;top:14.9375rem;left:27.5625rem;text-align:right;text-align-last:right;display:block; }
#CLqUp2bMPSzTmycHyAPghcnnzEHkckdA { background-color:rgba(223,186,155,0.09);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #b98c65;border-left:0.0625rem solid #b98c65;border-right:0.0625rem solid #b98c65;border-bottom:0.0625rem solid #b98c65;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:#b98c65;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:11.375rem;height:2.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:20.1875rem;left:48.625rem;display:block; }
#ODWITMFdDNxpRp1id6Ldnil4pVJSen1s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hXmdcqbWus9Ta1v5P7iVWgETImct70fJ { box-sizing:content-box;height:1.875rem;width:0.9375rem;position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;top:2.9375rem;left:55.875rem;display:block; }
#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { background-color: transparent; background-image: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container > .video-iframe-container { display: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container { display: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .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); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { border-width: 0; border-radius: 0; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { font-size:0.875rem;font-family:arial;height:16.6875rem;width:60rem;position:relative;display:block; }#PynDmwKB7VTLCVnxnphdz0VzMNHk0o7l { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#NvM1CdqC1hPDaKRGlfOJX1EfUsTMe730 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#Ovp9WEcOBOPVIy8T0OhKFwEdAZo4MLRw { color:#070606;display:block;width:19.434875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.812503814698rem;left:21.937501907349rem;height:1.3rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HzAKP353gNlMOl0OoBGIzlL6LMfFN8l7 { color:#000000;display:block;width:19.3125rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.6;letter-spacing:0;top:10.75rem;left:39.8125rem;height:1.8rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#C1Kd5SgF4GsLhLy5OTTEBT1QPr6R7gIL { position:absolute;display:block;z-index:14999;background-color:rgba(236,236,236,0.61);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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 1.9375rem #b98c65 ;height:2.9375rem;width:20.1875rem;top:10.1875rem;left:39.8125rem;display:none; }
#FprzzTHX6v8MapWvFrGea47L1JhnhNHS { box-sizing:content-box;color:#577ea9;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:block;z-index:15012;top:10.125rem;left:33.25rem;display:none; }
#nhKXEefTGhTIX50dqtd1rD5bXz3nx4T3 { box-sizing:content-box;color:#577ea9;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:block;z-index:15013;top:10.125rem;left:29.25rem;display:none; }
#ZOhvuJ8RAHmiQ7gJl0gVUNQM4La7DRiJ { box-sizing:content-box;color:#577ea9;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:block;z-index:15014;top:10.125rem;left:25.125rem;display:none; }
#vxrqeH7C6on40MEnCRH2zxgeZdh8qAM6 { 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:1.7621555328369rem;left:14.155382156372rem;height:3.98125rem;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; }
#MEVXf8lCVuPmIVDuKnVkO5OdH5bdXxb9 { box-sizing:content-box;color:rgba(185,140,101,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6857625rem;width:3.6857625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:5.7421894073486rem;left:49.937501907349rem;display:block; }
#spz0cAHBkhNQ9JD10vsLmo9nGhFEpkPi { 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:6.5529537200925rem;left:12.342882156372rem;height:2.0003875rem;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; }
body { position:relative;display:block; }
#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 { display:block; }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 > .row .container { width:47.75rem;position:relative;display:block; }#WoObOJ6Er7z83zE7tHITCMt4WD9fODaP { width:13.25rem;height:3.5rem;top:0.375rem;left:34.5rem;display:block; }
#TdQETIPO3ECzpNyhti3EqT76nF0atadM { display:block; }
#r8glw9mJp6qmJZDlMn6I5cHVlRWQe10M { top:0.9375rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:block; }
#uWqW7eSQGFFtbAP6kUXQGuOPTHnyTXhU { top:1.5rem;left:0rem;width:14.5rem;height:1.25rem;font-size:1rem;display:none; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 { top:0.5625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 > img { max-width: 100%;max-height:100%; width:3.0625rem; height:3.0625rem; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 { display:block; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container { width:47.75rem;position:relative;display:block; }#DIkkqT7ttkQKNcTPmbQXQMggoMu6r0EC { top:13rem;left:24.0625rem;width:23.6875rem;height:2.5rem;font-size:1.9375rem;display:block; }
#H300fUeRvlz1DkREUC2E6oc04cZGOZnL { top:51.5625rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
#uyH6lGhGZh2W7DJHA82Mrvz2sOvTOHWt { top:31.6875rem;left:0.5625rem;width:10.5625rem;height:0.9375rem;font-size:0.75rem;display:block; }
#Wp6HxlhhST2oaQX81GvxdkMfBNevafTT { top:28.5625rem;left:0rem;width:16.5625rem;height:1.25rem;display:block; }
#ORKLTG4TToyMib6t2UA368bf4J6MGGbR { top:22.875rem;left:4.4375rem;width:3.0625rem;height:3.0625rem;display:none; }
#ZpGfCqdHTmFJwlJRdixgzCTyRkIW2flc { top:26rem;left:0rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#SofkRyZd8hsp15iCt9e4x2cEEuRu2FxV { top:27.5625rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#IT3Uz5QwfUp8bUIdgT2E3UCpJMS8qmg5 { width:13.9375rem;height:2.875rem;top:14.5rem;left:0rem;display:none; }
#gxZy1sBKtsK1a6pXrXUmO2TmzAg1RUd6 { display:block; }
#RzR7KHdmTTwyM2kgbiHMFJTJ707k64hZ { top:14.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
#Jkm6Klggrx0l2pPGBVLEzqLculqHTD5M { top:14.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
#tlHeocAUDkVp3aWgsQwIa6KKTvHT61tX { top:0.9375rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#a0W10U5w5hE0dQ0SNeZB5r9TcmzAxWzf { width:23.6875rem;height:4.8125rem;top:18.9375rem;left:24.0625rem;display:none; }
#XpDEr91NQB1UXbcC3NRBisC1TMQLiA9x { display:block; }
#gCJ4UFSJ8CslEAudFazT8By6Ctp5tZWA { top:20.375rem;left:33.5rem;width:1.875rem;height:1.875rem;display:none; }
#WBlILPsQhUMaLqv2zMzRaIdFCXdxN4AL { width:;height:;display:none; }
#sIQcXWfUWTqrivCTCuwWWPUaTzBkwSvs { display:block; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#sJt6vCv3EKwdzAk81Tr52isHWafVNugT { top:16.4375rem;left:0rem;width:15.4375rem;height:1.9375rem;font-size:1.5rem;display:none; }
#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 { display:none; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row .container { width:47.75rem;position:relative;display:none; }#z4kuw8PyFi7fCliIdHD3ImTEr1Dybq5b { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#ddx7birawALP8IDtwwNQgMIJXdXLldXT { top:0.0625rem;left:10.375001907349rem;width:4rem;height:3.1875rem;font-size:2.4375rem;display:none; }
#hAIhDcZ30K6pEv36XlLFHGWTgxN6IyhR { top:0.0625rem;left:33.750001907349rem;width:7.0625rem;height:3.0625rem;display:none; }
#e6QMQQ3abA0E8neUxZezBlTavD8ZRoQx { width:6.3125rem;height:1.875rem;top:1.25rem;left:28.562501907349rem;display:none; }
#RaBmoL3vSOxvGqV6Dl7uILQUnrPefK3Q { display:block; }
#TJy6CLcnwuTU6HTt9ZA7TIAdHJAMQFmE { width:4.4375rem;height:2.625rem;top:0.6875rem;left:21.562501907349rem;display:none; }
#h0nw5oPp0pxC80qixlMtFrcGSMlfgyFX { display:block; }
#ZpcA9vN6FCLHDUokgIoWuLZxy3DXdZJE { width:4.25rem;height:2.375rem;top:0.75rem;left:15.937501907349rem;display:none; }
#ISQ8rKOJ7vroTJkEcTM9e6T054HuRdgN { display:block; }
#D7GgUc17BlFvUOu85GlRhAEpENiMbzw0 { width:4.875rem;height:2.125rem;top:1.0625rem;left:27.187501907349rem;display:none; }
#x3umgSd8ALGibqZMdW6AwJp048lipuu7 { display:block; }
#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { display:block; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container { width:47.75rem;position:relative;display:block; }#BGKfazc3f06NmvlH1JyxPedI53nSpomz { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#J8yK8xfTIowaITzEgPJffAkpp3raPJsx { display:block; }
#O56F0TfFwJmIWUJk14i142GXllmr20hU { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#zLWI5BeWQh9wzTV7fEvFZFvyQszmgoTr { display:block; }
#Et7B8Q3hk7XTN0nPTGPetRHeEvlTmV11 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#tzz0TsOX5L6GZe4KwBq3JoknvPPfrCSi { display:block; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#kg0bKOPgHrkimCr2tGq21SNNCrK3ZTad { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#UBIEOJoTyMbO0FXgTZ3Tgd4wlyJD80ii { display:block; }
#v4vL1OUQglaA0ve7AuXdXaJZTN8zIwHc { width:47.75rem;height:17.1875rem;display:none; }
#oCRVoxibvfs2nn2plXpkA2ERFD5MAKnn { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#Jq4rM1D0lkuGpQA6Fckk0VUSxWi2WczR { display:none; }
#fRu8dcJ3fOQ29nLHpgOgFVGWFhHHD9Q7 { top:63.9375rem;left:22rem;width:3.125rem;height:3.125rem;display:none; }
#fm2ivQLNLo0IiosTBkLxCCdWA0Qu5lL5 { top:67.8125rem;left:16.9375rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:none; }
#dJdwInuLWEcTFXe3GsEadtDul83GwoR8 { top:69.8125rem;left:18.875rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#UTlhSUV94m6u0yTv9rQ3JN2atm9V5bG9 { display:none; }
#tE4442scgZQIkekJapUUullWvJ4eZTFw { display:none; }
#mF0p4uegTaivgbvSkQNOPgSxaqpnz13D { top:1.125rem;left:10.406251907349rem;width:26.3125rem;height:2.4375rem;font-size:1.375rem;display:block; }
#iO6mn5L0IKbFppKWCmvlqUTD2tQrddNA { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#inCTv3Mn86K677ZzVhwkgFBQ5uFoz9O4 { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#dL65Q9izbeNI78LMIxtSFs4NUDfbg9Jx { width:12.1875rem;height:2.4375rem;top:45.9375rem;left:21.0625rem;display:none; }
#IqP59rxwdE043in1S0FvVxutWrFcs4Tr { display:block; }
#CA0LlFl2PPsAVCZ6KAVFbpC3wsCTlBfo { top:46.0625rem;left:21.5625rem;width:2.3125rem;height:2.3125rem;display:none; }
#wZovDDOoNotgHa0rW81qUB8B204hnb2d { width:19.1875rem;height:24rem;top:30.75rem;left:14.3125rem;display:none; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi { top:45.5625rem;left:30.3125rem;width:3.125rem;height:3.125rem;display:none; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dkSWiEOawqfVGiA5ehmeuuKSa8FJ3HCt { top:53.375rem;left:27.75rem;width:5.1875rem;height:8.625rem;display:none; }
#JDLBb94EeyenNC6d5kR7tMixIoRtH2br { top:53.9375rem;left:21.625rem;width:5.6875rem;height:9.3125rem;display:none; }
#SND7vD7FS1VKXT1no3IHCNuADnfk20Ft { top:53.1875rem;left:14.875rem;width:6.0625rem;height:9.3125rem;display:none; }
#Et64uIss2UNCwWrHXB3eBwLcR9sQ2Bpk { width:4.5625rem;height:3.5rem;top:53.9375rem;left:28.125rem;display:none; }
#eO6M8UqTaMoaJC1OvtHokNIifgRK8lNO { width:5.4375rem;height:2.9375rem;top:54.75rem;left:21.8125rem;display:none; }
#lH9SDU8fpLilTfpIszeyhNGAsSKs1MEa { width:4.1875rem;height:3.4375rem;top:53.9375rem;left:15.4375rem;display:none; }
#iZXg5hnpD2d5eelKDhsTQRP9MCPKBTWe { top:58.1875rem;left:27.6875rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#slXdoQkbIO8IizScVQtWJafAnlrCyKMa { top:60.25rem;left:21.875rem;width:4.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#fN4Bui3VgWzzwa19LFFNSPSByv30Nb9K { top:58.5625rem;left:14.625rem;width:6.1875rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#K5UPR4lNkk6Z0TgRuDmF3uTJI7sL7zeb { top:72.6875rem;left:14.5rem;width:18.125rem;height:1.25rem;display:none; }
#TBrttk9DZ4fWe0uiToPJ0pLsT00bCAeS { top:30.8125rem;left:2.6625003814698rem;width:22.5rem;height:22.5rem;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy { top:5.3125rem;left:4.8500003814697rem;width:3.125rem;height:3.125rem;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QzXRrdRsU24xdxmTqQMEvKlWde8eCp4k { top:9.25rem;left:34.406251907349rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#UAVCbtf7m0hDi0fy1VFOMpIaIXg5F8JC { width:9.8125rem;height:8.9375rem;display:none; }
#B7MWVGOHwauArUOgqEmP2ptumhDJ5c7p { top:4.6875rem;left:16.625001907349rem;width:14.5rem;height:3.25rem;font-size:1.1875rem;display:none; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-regular-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-text { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-textarea { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-select { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-button { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-checkbox-label { width:12.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u  { width:13.75rem;height:auto;top:12.0625rem;left:0rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .radio-container { width:13.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u {display:block;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u { width:13.75rem;height:auto;top:12.0625rem;left:0rem; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #D6JxgaIcT3RvE4C9UN5rc2ddKphvgimL {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ownFGOsDZbCp05H15VnlDz4Zoz0JHctL { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #UWZpvx4Kg98vwTEQhG5oQ80Vopqw9T5K {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #y1ayqB4oWfsGiRfCfhU6nnONPZZy5mDk {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #fDPW1GxRs0TP1IsFZ2tZMwBd5HeE40yI { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #T2InHtFCrS8fCoryEu3EXwD211Jn4vEz {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #zbK6tcmTuTlQRXnP8oK2Fw2oCmGdsEe5 {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #uJGaF7QxXvRZV24kVnviCKgZ9pOnzaPM { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ReC6Lkfzi60HN36JIaF9soEWA28ughgs {  }
#fODp70sTR0ehv3o181zZdd1liOIdV4C1 { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #mu1bGSl0c7P65w6nsNTVrl0xIeEc3pSo {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #NWSm674tZe8EK6q1kmGTyfHbHvBfeSsn { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #sSIEPI5GdLkgbL2hV4roJKTQJgsPORFN {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #JOc6UHuHVO7qWsutmWgzoK1NAwZ7phuq {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #wKPret0baRKp2FT1sfZEiOP7SbKF0yql {  }
#L9HezkK3biod1N2wdrPc5Bv1KSoO9rJV { top:41.0625rem;left:34.9375rem;width:6.1875rem;height:3.375rem;display:block; }
#HKK1p6hD35eAi4aqrQA9AsmG4WzxGpTP { top:42.6875rem;left:10.4375rem;width:6.0625rem;height:3.375rem;display:block; }
#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik { display:none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container { width:47.75rem;position:relative;display:none; }#iMDABODxWp3en8WAu1xWFNHaXohlKoGv { top:6.5rem;left:10.75rem;width:23rem;height:7.125rem;font-size:1.1875rem;display:none; }
#b7szWQJheZv2vHs0qU6CocFxhfLaudKv { top:2.25rem;left:11.925001144409rem;width:21.3125rem;height:2.0625rem;font-size:1.5rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xd2i8SgNdOCrhsAKMMb8i1dTQnK0FbX3 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PP1KWAmQZZRR0877WgkT4w1JKxcowikm { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #av8TpW3OMKi7ISHQNEhUOQkGzkxV4ani {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TcZ1tolIVG845RRqwTu2EWK3R8IkGvWp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zOralwEMSSmoSyLHqJUkNNNViQtAFwD0 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EqwBQaZETBvdUfpG6J1rHnSZVadJyA7Q {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RHqqVMWCZRIt3DNBUbnqRZgmE0n1WRht {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tcli7coA1RcLyEqHtZaFNeHkx1qAAcrC { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vKXgCgqfFodytAUlBDetp75fNrkJCro1 {  }
#eN8vsDX6IUlXNtTXMwXvPZeQftWi73eT { display:block; }
#NXE6vHG2wlZh44AlPnNPwTUuSeDUMo2W { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MOWlF65n0lULVxwe1Pv8UlMyk8JXe21K {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gsr4zTkba4c0DZLp3MGgDJuU0uILDe11 {  }
#GXWDH9zMr48T68zFTFsUme56DBCOT4bG { top:5.75rem;left:8.9375rem;width:27.3125rem;height:9.4375rem;display:none; }
#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV { display:block; }#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV > .row .container { width:47.75rem;position:relative;display:block; }#kQMsWsMFsIdRfdxTZenX6MGL9gDdByE3 { top:0.75rem;left:17.9375rem;width:11.5625rem;height:2.1875rem;display:block; }
#Nrquxl6attiXrEvGCyJ2l3WHNZPWO1pM { top:0.8125rem;left:22.125rem;width:3.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
#vCgidXQU0Z1vkl7s0Aqoi7htut5ZWZAQ { top:6.375rem;left:38.3125rem;width:9.4375rem;height:9.4375rem;display:block; }
#E2RnG6DPLboaurDQT3usy4izinOsyzCD { top:13.125rem;left:40.9375rem;width:6.8125rem;height:2.25rem;display:block; }
#etUDZSTS92n5PQnq0v6VtWVOeUnGT6lH { top:13.1875rem;left:33.0625rem;width:6.8125rem;height:2.25rem;display:block; }
#MpTITtCN3fIUwTXLzknqT7BDN0wPuKV4 { top:13.25rem;left:21.5625rem;width:6.8125rem;height:2.25rem;display:block; }
#NOARGddwVQOfrhwV8eW5O29hV0yRk9nT { top:13.125rem;left:9.4375rem;width:6.8125rem;height:2.25rem;display:block; }
#tr77ZJVxw9Iri54ohXZkVD8lwZmNWJNT { top:13.25rem;left:0rem;width:6.8125rem;height:2.25rem;display:block; }
#znGuDSkdiHovKbpOZfvgHPAWx7F4GPcE { width:8.25rem;height:1.4375rem;top:7.8125rem;left:39.4375rem;font-size:1.0625rem;display:block; }
#clHNof6GHnO9X4TFp7MqGprD2buN2kEs { width:5.5rem;height:1.5rem;top:11rem;left:42.25rem;font-size:1.1875rem;display:block; }
#HOtpodztfcadVzHOXom3XzfGM3ATrAOA { top:12.875rem;left:41.75rem;width:5.75rem;height:2.25rem;display:block; }
#wqld9DPsXQeUIosuNqGzVFwlrw2zO7Cw { display:block; }
#TEohGg5XewEr0oDwPRZwK7X87wn3LpBf { width:14.0625rem;height:1.4375rem;top:6.375rem;left:29.5625rem;font-size:1.0625rem;display:block; }
#US7mVefOLAmakaSXHNOFwCI818JWiZyG { width:10.125rem;height:3.125rem;top:8.125rem;left:31.375rem;font-size:0.8125rem;display:block; }
#uCpqZnP11Dg6FeZq3CV0T3d92CWMzcBf { top:6.375rem;left:31.75rem;width:9.4375rem;height:9.4375rem;display:block; }
#MvttSZ4b54Ia4oeZAFJBGr4ERCws0OmR { width:5.5rem;height:1.5rem;top:11.4375rem;left:33.5rem;font-size:1.1875rem;display:block; }
#QdTTKvvOJCSbeqXko1fBuuSH6x4TETV8 { top:13.4375rem;left:33.5rem;width:6rem;height:2.4375rem;display:block; }
#MZ0vBTpiQnuIVr2uUgn55e6t80FfvlnU { display:block; }
#nkAGf8dCJk0HTlSWATSKXolVrJsWmruP { width:9rem;height:4.125rem;top:6.9375rem;left:20.4375rem;font-size:1.0625rem;display:block; }
#b4ew7nkfeAFD1kV3534AEr7Qf3z7sDsr { top:6.375rem;left:20.125rem;width:9.4375rem;height:9.4375rem;display:block; }
#U2C1iJsdET2feExp4HtUwZZFLaeOOzf5 { top:13rem;left:22rem;width:6rem;height:2.4375rem;display:block; }
#qa5GMsavT0eb7FhL2x9RklCrphe0nmft { display:block; }
#vtieylBihAoVNFknsoRUd4aNqfKdr8Tu { width:5.5rem;height:;top:11.5625rem;left:21.937501907349rem;font-size:1.1875rem;display:block; }
#PRVhS98zKmGvPLOuBizo7GEewop6XVSP { top:6.375rem;left:8.125rem;width:9.4375rem;height:9.4375rem;display:block; }
#lnlnitmKKA7FuLNA6nQvC7Sxb21sbipe { width:10rem;height:1.375rem;top:8.5rem;left:7.875rem;font-size:1.0625rem;display:block; }
#JE274eCiVbaHMFqPItUJioL7oVBHVwIh { width:11.3125rem;height:2.75rem;top:7.5625rem;left:0rem;font-size:1.0625rem;display:block; }
#zQffN3uuRoQcGHDElw0ZBod0LfAgwzsk { top:6.375rem;left:0rem;width:9.5625rem;height:9.5rem;display:block; }
#pKZVKAP6q2JoHV0y1Tt9fhZCBg4AWDek { width:5.5rem;height:1.5rem;top:11.4375rem;left:10.125rem;font-size:1.1875rem;display:block; }
#wTOVX0fIlqzpnUQxy0s9ehnkdIlKLfmA { width:5.5rem;height:1.5rem;top:11.6875rem;left:0rem;font-size:1.1875rem;display:block; }
#EJl9wtUEauFL2snIAHF2QgwIrrEen9ae { top:13rem;left:9.875rem;width:6rem;height:2.4375rem;display:block; }
#HWhIvPLJBh1mXwMi8tgTBoLviF3QfkNO { display:block; }
#VxZ8Twfllm1CRZCRKKqilTf8r2aEg4xG { top:13rem;left:0rem;width:6rem;height:2.4375rem;display:block; }
#CJXbhtxgVm7aTZvKNMtSzmQGlAM266kI { display:block; }
#nNSqhWcFZNeCDiAsdUe7wsCO9kHwtBTX { top:14.375rem;left:0rem;width:47.75rem;height:35.8125rem;display:block; }
#Mmmhie6aKbTEmx6hZbuqSxE6Mblti00I { top:14.8125rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
#oz9EZzlNKSCIXvnQJK4qRS1iVHQWOlI6 { width:;height:;display:none; }
#OEdMQGwSKrFHnmtTQkERcddOr8FHtqzH { display:block; }
#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y { display:none; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container { width:47.75rem;position:relative;display:none; }#XkN7U81SgmHlE72z1JxiHO90ZM7PkiOo { width:18.625rem;height:10.8125rem;top:4.8125rem;left:29.125rem;display:none; }
#ttVZQMDVpGf1Tk5mBtcMuv0spqAwsfK2 { width:13.875rem;height:2.8125rem;top:18.5rem;left:31.375rem;display:none; }
#usEGn3UHAO7dZ4fNgKdJGP2h942Uqh29 { display:block; }
#UEhtLxHtb7xmxdJrtJZAPxy0sw8bL0TJ { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#gFtJOB3Tf1JnkktOzgcfhTJSuLxvNxCs { width:13.875rem;height:2.8125rem;top:18.5rem;left:6.5rem;display:none; }
#QFruT4SSyhTMr0pSGSRqLsuenMiVdkxg { display:block; }
#LlB61lR2JMtqsSwpqzHLQX1cyFtonDev { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#nUTg4DGKfTDa6mvphensBytans8VzMq9 { width:17.8125rem;height:10.3125rem;top:5.0625rem;left:4.6875rem;display:none; }
#ul7scxH2cWNX1BUTefm68UGMsu6xw40T { top:1.9375rem;left:14.3125rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
#LvWi1ho743IlfSgPyFvwzQFF5SKzxRNC { top:0rem;left:13.875001907349rem;width:20rem;height:2.3125rem;font-size:1.4375rem;display:none; }
#kTxENlBAIz4y9BZVTwpJsrdvdL1bleyB { width:13.875rem;height:2.8125rem;top:36.875rem;left:31.4375rem;display:none; }
#ufmf2W0AZXEAufXnEuRG6ln06UonIM9p { display:block; }
#RalFgrGfqThKtegrHTL8Zs3wa56nTZ2z { width:13.875rem;height:2.8125rem;top:36.875rem;left:6.5625rem;display:none; }
#k8tqpUtKvDJr2F5mkxFqIGuEpZguP2ZI { display:block; }
#vs1cnRAVHokeamGqHvVNsaJ7yl5J7Enz { width:18.625rem;height:10.8125rem;top:22.75rem;left:29.125rem;display:none; }
#wJoS5PdEACCE7rMuB0G6yLmT1y1nqbWb { width:17.8125rem;height:10.3125rem;top:23rem;left:4.875rem;display:none; }
#FaegWip17bsfaq8c8lypu5ymdRgc4QOD { width:13.875rem;height:2.8125rem;top:56.125rem;left:18.4375rem;display:none; }
#FKzmJNaLOFX3DbJTXZebGxrMzBVN5Pe1 { display:block; }
#zaR1cyDrpXB0dinJo6R9xlwTgJF5yi5f { width:18.625rem;height:10.8125rem;top:42.5625rem;left:16.0625rem;display:none; }
#N6w8ZlODLbTqPLJME4WbT7u1bkaysHmn { top:16.0625rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
#TTeb14ens8Is4cpUu0QyTWiXTv46cdi1 { top:16.0625rem;left:3.4670162200927rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
#TsOV6OuhkFHntgxNQsf0xo0NMiX7CGJL { top:34.5625rem;left:27.75rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
#IzVA2k74nHaLT55c5Fpqq3pJ51txUPAF { top:34.5625rem;left:3.5000019073486rem;width:20rem;height:1.75rem;font-size:1.375rem;display:none; }
#lbGUJFqIv0AvgCR77iQCmwnHRyzzrerB { top:54rem;left:15.375rem;width:20rem;height:1.75rem;font-size:1.0625rem;display:none; }
#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu { display:block; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container { width:47.75rem;position:relative;display:block; }#keo7f0BbeWbizzn15RQUnP7a5Pq1BdEK { top:1.25rem;left:28.875rem;width:18.75rem;height:23.125rem;display:block; }
#uTsyLIxEJC9bwl3rBuAq69CW1M3ms3uR { top:25.3125rem;left:27.625rem;width:20rem;height:;font-size:1.5rem;display:block; }
#e9fVqkLJVonuw6JsOznCs9n0PIsv3zeF { top:3.1875rem;left:31.75rem;width:12.5625rem;height:21.25rem;display:block; }
#arD8bTZf3hWlzvpTguXrzyzZ5iDsUHvD { top:3.8125rem;left:44.375rem;width:3.25rem;height:4.5rem;display:block; }
#zQMQMDgLlhL5UuG7Om6lAf80zvfZrE54 { top:10.75rem;left:0rem;width:32.9375rem;height:7.6875rem;font-size:1.125rem;display:block; }
#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H { display:none; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row .container { width:47.75rem;position:relative;display:none; }#quiIfbz6bZGhiuNhsrnplO79fL4ww3Zq { top:57.25rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
#MiTP19TVusK1oBfN1Qug2An1kVTFg6CW { top:2.9375rem;left:46.8125rem;width:0.9375rem;height:1.875rem;display:block; }
#ZbKnBervw1K7CDcpT9WV2sTwkdTAdJzb { top:4.75rem;left:11.6875rem;width:24.375rem;height:13.6875rem;display:block; }
#c073rXkwbGosILtdgOHiVrSLsZHLQZVP { display:none; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row .container { width:47.75rem;position:relative;display:none; }#lLtbeMZSdOO7HT1IFWmNi2DSyi8pTahq { top:3.8125rem;left:38.375rem;width:9.375rem;height:0.125rem;display:none; }
#ZrGGBATwZWENKU0ur54qNBL9qsSR1qQ0 { top:57.25rem;left:0.1875rem;width:12.5rem;height:1.25rem;font-size:1.4375rem;display:none; }
#IREmGIgUxb0FK6CxEIXsSwTQbdv6pvmh { top:0.6875rem;left:35.25rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:none; }
#HECpTuqudXik6IwbqJMNJz23SoJ2QIrf { top:6rem;left:24.875rem;width:22.875rem;height:1.5rem;font-size:1.1875rem;display:none; }
#fkUmtTCiWyyQq2P7WAyEAoSNCSKGwDT0 { top:8.875rem;left:16.375rem;width:31.375rem;height:5.5rem;font-size:1.0625rem;display:none; }
#la5OnAetIRNeqVt1suWHoePcSRIpKHZ6 { top:14.9375rem;left:15.3125rem;width:32.4375rem;height:4.125rem;font-size:1.0625rem;display:none; }
#CLqUp2bMPSzTmycHyAPghcnnzEHkckdA { width:11.25rem;height:2.375rem;top:20.1875rem;left:36.5rem;display:none; }
#ODWITMFdDNxpRp1id6Ldnil4pVJSen1s { display:block; }
#hXmdcqbWus9Ta1v5P7iVWgETImct70fJ { top:2.9375rem;left:46.8125rem;width:0.9375rem;height:1.875rem;display:block; }
#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx { display:block; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { width:47.75rem;position:relative;display:block; }#PynDmwKB7VTLCVnxnphdz0VzMNHk0o7l { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
#NvM1CdqC1hPDaKRGlfOJX1EfUsTMe730 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
#Ovp9WEcOBOPVIy8T0OhKFwEdAZo4MLRw { top:10.8125rem;left:15.812501907349rem;width:19.375rem;height:1.25rem;font-size:0.6875rem;display:block; }
#HzAKP353gNlMOl0OoBGIzlL6LMfFN8l7 { width:19.3125rem;height:1.75rem;top:10.75rem;left:28.4375rem;font-size:0.3125rem;display:block; }
#C1Kd5SgF4GsLhLy5OTTEBT1QPr6R7gIL { top:10.1875rem;left:27.5625rem;width:20.1875rem;height:2.9375rem;display:block; }
#FprzzTHX6v8MapWvFrGea47L1JhnhNHS { top:10.125rem;left:27.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#nhKXEefTGhTIX50dqtd1rD5bXz3nx4T3 { top:10.125rem;left:23.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#ZOhvuJ8RAHmiQ7gJl0gVUNQM4La7DRiJ { top:10.125rem;left:19rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
#vxrqeH7C6on40MEnCRH2zxgeZdh8qAM6 { top:1.75rem;left:8.0303821563719rem;width:33.4375rem;height:3.9375rem;font-size:3.0625rem;display:block; }
#MEVXf8lCVuPmIVDuKnVkO5OdH5bdXxb9 { width:3.625rem;height:3.625rem;top:5.6875rem;left:43.812501907349rem;font-size:2.5rem;display:block; }
#spz0cAHBkhNQ9JD10vsLmo9nGhFEpkPi { width:37.0625rem;height:2rem;top:6.5rem;left:6.2178821563721rem;font-size:0.875rem;display:block; }
body { position:relative;display:block; }
#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 { position:relative;z-index:auto;display:none; }#MApqz2P3pUAN5sUu2FbBiLMh2IpQZgk4 > .row .container { width:20rem;height:3.5625rem;position:relative;display:none; }#WoObOJ6Er7z83zE7tHITCMt4WD9fODaP { width:5.9375rem;height:3.5rem;top:0rem;left:11rem;font-size:0.75rem;display:block; }
#TdQETIPO3ECzpNyhti3EqT76nF0atadM { display:block; }
#r8glw9mJp6qmJZDlMn6I5cHVlRWQe10M { display:flex;width:1.8125rem;height:1.8125rem;top:0.875rem;left:16.1875rem;font-size:2.1875rem; }
#uWqW7eSQGFFtbAP6kUXQGuOPTHnyTXhU { top:1.25rem;left:2rem;width:6.75rem;height:0.975rem;z-index:15023;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 { display:flex;top:0.5625rem;left:8.6875rem;width:2.37421875rem;height:2.37421875rem;z-index:15025; }
#eMntngsTKShfDes9E5B9pxJHcmQnakZ8 > img { max-width: 100%;max-height:100%; width:2.37421875rem; height:2.37421875rem; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 { display:none; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 { border-width: 0; border-radius: 0; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .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; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container { width:20rem;height:32.6875rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/24d85187-5892-4c62-b794-d98d49f21dc1/offers.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container.adaptive-delivery-prevent-bg, #esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container.lazyload, #esBEPrpB6Nc0QoBkgxHO2HVngRp6gvm5 > .row .container.lazyloading { background-image: none; }#DIkkqT7ttkQKNcTPmbQXQMggoMu6r0EC { width:17.311625rem;height:5.2rem;top:3.560763835907rem;left:1.3420139551162rem;font-size:2rem;display:block; }
#H300fUeRvlz1DkREUC2E6oc04cZGOZnL { width:20rem;height:5.3333333333333rem;top:51.5625rem;left:0rem;display:none; }
#uyH6lGhGZh2W7DJHA82Mrvz2sOvTOHWt { width:10.5rem;height:0.975rem;top:29.125rem;left:4.5rem;font-size:0.75rem;display:block; }
#Wp6HxlhhST2oaQX81GvxdkMfBNevafTT { width:16.4375rem;height:1.25rem;top:30.625rem;left:1.875rem;overflow:hidden;display:block; }
#ORKLTG4TToyMib6t2UA368bf4J6MGGbR { display:flex;top:23.0625rem;left:6.6875rem;width:3.0625rem;height:3.0625rem;z-index:15195; }
#ZpGfCqdHTmFJwlJRdixgzCTyRkIW2flc { top:27.375rem;left:2.8125rem;width:13.9375rem;height:1.1375rem;z-index:15188;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#SofkRyZd8hsp15iCt9e4x2cEEuRu2FxV { display:flex;top:23.0625rem;left:10.3125rem;width:3.0625rem;height:3.0625rem;z-index:15200;font-size:2rem; }
#IT3Uz5QwfUp8bUIdgT2E3UCpJMS8qmg5 { top:10.756946563721rem;left:3.2430557012558rem;width:13.9375rem;height:2.875rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#gxZy1sBKtsK1a6pXrXUmO2TmzAg1RUd6 { display:block; }
#RzR7KHdmTTwyM2kgbiHMFJTJ707k64hZ { display:flex;top:11.694444417954rem;left:5.2777777910232rem;width:1.875rem;height:1.875rem;z-index:15192;display:none; }
#Jkm6Klggrx0l2pPGBVLEzqLculqHTD5M { display:flex;top:13.506944417954rem;left:5.4027777910232rem;width:1.9375rem;height:1.9375rem;z-index:15193;display:none; }
#tlHeocAUDkVp3aWgsQwIa6KKTvHT61tX { display:flex;width:1.8125rem;height:1.8125rem;top:11.288194656372rem;left:4.4027777910232rem;font-size:2.1875rem;z-index:15008; }
#a0W10U5w5hE0dQ0SNeZB5r9TcmzAxWzf { top:57.7484375rem;left:0.5rem;width:19rem;height:4.8125rem;z-index:15188;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:none; }
#XpDEr91NQB1UXbcC3NRBisC1TMQLiA9x { display:block; }
#gCJ4UFSJ8CslEAudFazT8By6Ctp5tZWA { display:flex;top:63.8109375rem;left:9.0625rem;width:1.875rem;height:1.875rem;z-index:15191;display:none; }
#WBlILPsQhUMaLqv2zMzRaIdFCXdxN4AL { top:19.261284828186rem;left:1.1354167461395rem;width:17.75259rem;height:2.8151025rem;z-index:14992;font-size:1.0625rem;line-height:2;color:#405466;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #9b7d8c;border-left:0.125rem dashed #9b7d8c;border-right:0.125rem dashed #9b7d8c;border-bottom:0.125rem dashed #9b7d8c;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#sIQcXWfUWTqrivCTCuwWWPUaTzBkwSvs { display:block; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH { display:flex;width:3.125rem;height:3.125rem;top:19.105902463197rem;left:15.894965291023rem;z-index:14996; }
#blPPVRCinrBKyR4f4yBR36aHiHO3ImOH > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK { display:flex;width:2.0625rem;height:2.0625rem;top:19.569444447756rem;left:1.8402777910232rem;z-index:14997; }
#Gf92xMFAdCBTwhvoeJVPWgvkDfK8ZVaK > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#sJt6vCv3EKwdzAk81Tr52isHWafVNugT { width:15.4375rem;height:1.95rem;top:15.444444447756rem;left:2.3437501192093rem;font-size:1.5rem;color:#000000;z-index:15016;text-align:center;text-align-last:center;display:block; }
#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 { display:block; }#Pmnnf9fA2buZac9lOxd792SwPtpwpbR6 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; }#z4kuw8PyFi7fCliIdHD3ImTEr1Dybq5b { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#ddx7birawALP8IDtwwNQgMIJXdXLldXT { width:3.1875rem;height:2.7625rem;top:0rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;z-index:15160;color:#006c35;font-family:"saudi nd";display:block; }
#hAIhDcZ30K6pEv36XlLFHGWTgxN6IyhR { width:4.9375rem;height:2.0625rem;top:0.625rem;left:14.375000536442rem;z-index:15167;border-top-left-radius:27.4375rem;border-top-right-radius:27.4375rem;border-bottom-left-radius:27.4375rem;border-bottom-right-radius:27.4375rem;overflow:hidden;display:block; }
#e6QMQQ3abA0E8neUxZezBlTavD8ZRoQx { top:1.1875rem;left:10.687500536442rem;width:3.1875rem;height:1.9375rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#RaBmoL3vSOxvGqV6Dl7uILQUnrPefK3Q { display:block; }
#TJy6CLcnwuTU6HTt9ZA7TIAdHJAMQFmE { top:1.1499996185302rem;left:6.8125000596044rem;width:3.25rem;height:2.0625rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.75rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#h0nw5oPp0pxC80qixlMtFrcGSMlfgyFX { display:block; }
#ZpcA9vN6FCLHDUokgIoWuLZxy3DXdZJE { top:1.09375rem;left:3.3125000596046rem;width:3.375rem;height:2.1875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#ISQ8rKOJ7vroTJkEcTM9e6T054HuRdgN { display:block; }
#D7GgUc17BlFvUOu85GlRhAEpENiMbzw0 { top:1.03125rem;left:10.362499773503rem;width:3.1875rem;height:2.1875rem;z-index:15159;background-color:rgba(255,255,255,0.67);background-image:none;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;color:#006c35;display:block; }
#x3umgSd8ALGibqZMdW6AwJp048lipuu7 { display:block; }
#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { display:block; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { background-color: transparent; background-image: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container > .video-iframe-container { display: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row > .video-iframe-container { display: none; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .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); }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 { border-width: 0; border-radius: 0; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .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; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container { width:20rem;height:80rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.adaptive-delivery-prevent-bg, #bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.lazyload, #bstdHWP0vU2pW7k8xC4eCOsCH7ndukw5 > .row .container.lazyloading { background-image: none; }#BGKfazc3f06NmvlH1JyxPedI53nSpomz { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#J8yK8xfTIowaITzEgPJffAkpp3raPJsx { display:block; }
#O56F0TfFwJmIWUJk14i142GXllmr20hU { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#zLWI5BeWQh9wzTV7fEvFZFvyQszmgoTr { display:block; }
#Et7B8Q3hk7XTN0nPTGPetRHeEvlTmV11 { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#tzz0TsOX5L6GZe4KwBq3JoknvPPfrCSi { display:block; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#NrBTd6OkZosTkbb47ZecnmNbUuq6Tt69 > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#Nr5eWVFQT1nTJq5ISTiPHbN430cGmw7R > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#kg0bKOPgHrkimCr2tGq21SNNCrK3ZTad { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
#UBIEOJoTyMbO0FXgTZ3Tgd4wlyJD80ii { display:block; }
#v4vL1OUQglaA0ve7AuXdXaJZTN8zIwHc { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;display:none; }
#oCRVoxibvfs2nn2plXpkA2ERFD5MAKnn { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:cairo;font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:none; }
#Jq4rM1D0lkuGpQA6Fckk0VUSxWi2WczR { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#fRu8dcJ3fOQ29nLHpgOgFVGWFhHHD9Q7 { display:flex;top:71.9375rem;left:8.5rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#fm2ivQLNLo0IiosTBkLxCCdWA0Qu5lL5 { top:74.9375rem;left:0rem;width:20rem;height:1.1375rem;z-index:15187;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#dJdwInuLWEcTFXe3GsEadtDul83GwoR8 { top:76.0625rem;left:3.625rem;width:12.75rem;height:1.1375rem;z-index:15189;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#UTlhSUV94m6u0yTv9rQ3JN2atm9V5bG9 { display:flex;top:71.9375rem;left:11.6875rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#tE4442scgZQIkekJapUUullWvJ4eZTFw { display:flex;top:71.9375rem;left:5.3125rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#mF0p4uegTaivgbvSkQNOPgSxaqpnz13D { width:16.6875rem;height:3.575rem;top:7.25rem;left:1.75rem;font-size:1.375rem;color:#000000;display:block; }
#iO6mn5L0IKbFppKWCmvlqUTD2tQrddNA { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#inCTv3Mn86K677ZzVhwkgFBQ5uFoz9O4 { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#dL65Q9izbeNI78LMIxtSFs4NUDfbg9Jx { width:14.6875rem;height:2.75rem;top:54.8125rem;left:5.3125rem;z-index:15178;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #37840e, #2a6f06);background-image: -moz-linear-gradient(180deg, #37840e, #2a6f06);background-image: -ms-linear-gradient(180deg, #37840e, #2a6f06);background-image: -o-linear-gradient(180deg, #37840e, #2a6f06);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#37840e', endColorstr='#2a6f06' );";background-image: linear-gradient(180deg, #37840e, #2a6f06);background-size:auto !important;color:#ffffff;font-size:1rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block; }
#IqP59rxwdE043in1S0FvVxutWrFcs4Tr { display:block; }
#CA0LlFl2PPsAVCZ6KAVFbpC3wsCTlBfo { display:flex;width:2.25rem;height:2.25rem;top:55.125rem;left:6.5rem;font-size:2.1875rem;z-index:15199; }
#wZovDDOoNotgHa0rW81qUB8B204hnb2d { top:40.25rem;left:0.875rem;width:18.4375rem;height:23.0625rem;z-index:14996;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi { display:flex;width:3.125rem;height:3.125rem;top:71.1875rem;left:17.5rem;z-index:15209; }
#aSL1ptL9ncvdRTwiRLfrP3GixEuoVEZi > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#dkSWiEOawqfVGiA5ehmeuuKSa8FJ3HCt { top:61.1875rem;left:13.6875rem;width:5.5rem;height:9.5rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#JDLBb94EeyenNC6d5kR7tMixIoRtH2br { top:61.75rem;left:7.3125rem;width:5.5rem;height:9.5rem;z-index:15211;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.1875rem #2e6a3a ;display:block; }
#SND7vD7FS1VKXT1no3IHCNuADnfk20Ft { top:61.0625rem;left:0.8125rem;width:5.5rem;height:9.5rem;z-index:15212;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#Et64uIss2UNCwWrHXB3eBwLcR9sQ2Bpk { top:62.0625rem;left:14.5625rem;width:4.1875rem;height:3.125rem;z-index:15213;overflow:hidden;display:block; }
#eO6M8UqTaMoaJC1OvtHokNIifgRK8lNO { top:63.0625rem;left:8rem;width:4rem;height:2.1875rem;z-index:15214;overflow:hidden;display:block; }
#lH9SDU8fpLilTfpIszeyhNGAsSKs1MEa { top:62.125rem;left:1.6875rem;width:3.6875rem;height:3rem;z-index:15215;overflow:hidden;display:block; }
#iZXg5hnpD2d5eelKDhsTQRP9MCPKBTWe { width:5.5625rem;height:2.925rem;top:66.0625rem;left:13.6875rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#slXdoQkbIO8IizScVQtWJafAnlrCyKMa { width:5.5625rem;height:1.95rem;top:67rem;left:7.25rem;font-size:0.75rem;color:#000000;z-index:15217;display:block; }
#fN4Bui3VgWzzwa19LFFNSPSByv30Nb9K { width:4.5625rem;height:1.95rem;top:66.3125rem;left:1.125rem;font-size:0.75rem;color:#000000;z-index:15218;display:block; }
#K5UPR4lNkk6Z0TgRuDmF3uTJI7sL7zeb { width:17.5rem;height:1.25rem;top:78.5625rem;left:1.1875rem;z-index:15101;overflow:hidden;display:block; }
#TBrttk9DZ4fWe0uiToPJ0pLsT00bCAeS { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#XUqe3mgs5EeJhCEM7Cdvg6XyLPM4cUpy > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QzXRrdRsU24xdxmTqQMEvKlWde8eCp4k { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#UAVCbtf7m0hDi0fy1VFOMpIaIXg5F8JC { top:0.5rem;left:6.3125000596044rem;width:7.43675rem;height:6.7484375rem;z-index:15184;overflow:hidden;display:block; }
#B7MWVGOHwauArUOgqEmP2ptumhDJ5c7p { top:11.625rem;left:1.625rem;width:16.125rem;height:3.0875rem;z-index:15187;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-regular-label { width:12.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;text-align:right;text-align-last:right;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-text { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-text {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-textarea { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-select { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-select {padding-top: 0; padding-bottom: 0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-input-button { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-checkbox-label { width:11.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-size:0; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container:first-of-type{padding-top:0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .widget-container:last-of-type{padding-bottom:0;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u  { width:12.9375rem;height:auto;top:15.2734375rem;left:1.8765624165535rem;background-color:transparent;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.4375rem 0.5625rem 0.625rem rgba(0,0,0,0.5) ; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u .radio-container { width:12.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u {display:block;}#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u { width:12.9375rem;height:auto;top:15.2734375rem;left:1.8765624165535rem;background-color:transparent;background-image:none;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.4375rem 0.5625rem 0.625rem rgba(0,0,0,0.5) ; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #D6JxgaIcT3RvE4C9UN5rc2ddKphvgimL {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ownFGOsDZbCp05H15VnlDz4Zoz0JHctL { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #UWZpvx4Kg98vwTEQhG5oQ80Vopqw9T5K {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #y1ayqB4oWfsGiRfCfhU6nnONPZZy5mDk {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #fDPW1GxRs0TP1IsFZ2tZMwBd5HeE40yI { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #T2InHtFCrS8fCoryEu3EXwD211Jn4vEz {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #zbK6tcmTuTlQRXnP8oK2Fw2oCmGdsEe5 {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #uJGaF7QxXvRZV24kVnviCKgZ9pOnzaPM { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #ReC6Lkfzi60HN36JIaF9soEWA28ughgs {  }
#fODp70sTR0ehv3o181zZdd1liOIdV4C1 { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #mu1bGSl0c7P65w6nsNTVrl0xIeEc3pSo {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #NWSm674tZe8EK6q1kmGTyfHbHvBfeSsn { display:block; }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #sSIEPI5GdLkgbL2hV4roJKTQJgsPORFN {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #JOc6UHuHVO7qWsutmWgzoK1NAwZ7phuq {  }
#IXoBwhWQzrBDfCgiEm963cqqWgEi4F1u #wKPret0baRKp2FT1sfZEiOP7SbKF0yql {  }
#L9HezkK3biod1N2wdrPc5Bv1KSoO9rJV { width:6.1875rem;height:3.375rem;top:58.25rem;left:2.3125rem;z-index:15037;display:block; }
#HKK1p6hD35eAi4aqrQA9AsmG4WzxGpTP { width:6.0625rem;height:3.375rem;top:57.5625rem;left:13.3125rem;display:block; }
#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik { background-color:rgba(208,232,234,0.34);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; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container { background-color: transparent; background-image: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container > .video-iframe-container { display: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row > .video-iframe-container { display: none; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .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); }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container { border-width: 0; border-radius: 0; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S5I8VZ2mw7nwfp04mvUTTnFZ4Qra1Rik > .row .container { width:20rem;height:16.25rem;position:relative;display:block; }#iMDABODxWp3en8WAu1xWFNHaXohlKoGv { top:3.2065982818604rem;left:0.3125rem;width:19.375rem;height:12.4875rem;z-index:15063;text-align:center;text-align-last:center;font-family:cairo;font-size:0.6875rem;font-weight:700;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;line-height:2.7;display:block; }
#b7szWQJheZv2vHs0qU6CocFxhfLaudKv { width:19.372375rem;height:1.95rem;top:0.60286712646484rem;left:0.6276042461395rem;font-size:1.5rem;font-weight:700;font-style:normal;font-family:cairo;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15022;color:#405466;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #xd2i8SgNdOCrhsAKMMb8i1dTQnK0FbX3 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #PP1KWAmQZZRR0877WgkT4w1JKxcowikm { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #av8TpW3OMKi7ISHQNEhUOQkGzkxV4ani {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #TcZ1tolIVG845RRqwTu2EWK3R8IkGvWp {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #zOralwEMSSmoSyLHqJUkNNNViQtAFwD0 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #EqwBQaZETBvdUfpG6J1rHnSZVadJyA7Q {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #RHqqVMWCZRIt3DNBUbnqRZgmE0n1WRht {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #Tcli7coA1RcLyEqHtZaFNeHkx1qAAcrC { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #vKXgCgqfFodytAUlBDetp75fNrkJCro1 {  }
#eN8vsDX6IUlXNtTXMwXvPZeQftWi73eT { display:block; }
#NXE6vHG2wlZh44AlPnNPwTUuSeDUMo2W { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #MOWlF65n0lULVxwe1Pv8UlMyk8JXe21K {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #gsr4zTkba4c0DZLp3MGgDJuU0uILDe11 {  }
#GXWDH9zMr48T68zFTFsUme56DBCOT4bG { top:14.755469322204rem;left:0rem;width:20rem;height:9.4375rem;z-index:15021;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:none; }
#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV { display:none; }#P8Tdvpt7OwlskxUKZFhHnX2kJps5rgAV > .row .container { width:20rem;height:57.9375rem;position:relative;display:none; }#kQMsWsMFsIdRfdxTZenX6MGL9gDdByE3 { width:11.5625rem;height:2.1875rem;top:6.8793373107913rem;left:0rem;display:none; }
#Nrquxl6attiXrEvGCyJ2l3WHNZPWO1pM { width:3.5rem;height:0;top:6.9956588745119rem;left:0.9930555820465rem;font-size:1.5rem;display:none; }
#vCgidXQU0Z1vkl7s0Aqoi7htut5ZWZAQ { width:8.5rem;height:8.5rem;top:4.625rem;left:5.875rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#E2RnG6DPLboaurDQT3usy4izinOsyzCD { width:6.875rem;height:2.25rem;top:10.3125rem;left:6.6875rem;display:block; }
#etUDZSTS92n5PQnq0v6VtWVOeUnGT6lH { width:6.8745rem;height:2.25rem;top:53.6875rem;left:6.5625rem;display:block; }
#MpTITtCN3fIUwTXLzknqT7BDN0wPuKV4 { width:6.8745rem;height:2.25rem;top:43rem;left:6.6875rem;display:block; }
#NOARGddwVQOfrhwV8eW5O29hV0yRk9nT { width:6.8745rem;height:2.25rem;top:32.5rem;left:6.5625rem;display:block; }
#tr77ZJVxw9Iri54ohXZkVD8lwZmNWJNT { width:6.8745rem;height:2.25rem;top:21.3125rem;left:6.875rem;display:block; }
#znGuDSkdiHovKbpOZfvgHPAWx7F4GPcE { width:8.309375rem;height:1.38164375rem;top:5.5rem;left:6rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;display:block; }
#clHNof6GHnO9X4TFp7MqGprD2buN2kEs { width:12.5609375rem;height:1.54375rem;top:8.125rem;left:3.875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#dae9f3;display:block; }
#HOtpodztfcadVzHOXom3XzfGM3ATrAOA { top:10.1875rem;left:4.4375rem;width:11.3115rem;height:2.4375rem;display:block; }
#wqld9DPsXQeUIosuNqGzVFwlrw2zO7Cw { display:block; }
#TEohGg5XewEr0oDwPRZwK7X87wn3LpBf { width:14.0625rem;height:1.38125rem;top:26.125rem;left:2.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#f3f3f3;display:block; }
#US7mVefOLAmakaSXHNOFwCI818JWiZyG { width:10.125rem;height:3.16699375rem;top:27.875rem;left:4.9375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;color:#fdfdfd;display:block; }
#uCpqZnP11Dg6FeZq3CV0T3d92CWMzcBf { width:9.4375rem;height:9.4375rem;top:25.875rem;left:5.25rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#MvttSZ4b54Ia4oeZAFJBGr4ERCws0OmR { width:5.499025rem;height:1.54375rem;top:30.9375rem;left:7rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#f1f5f8;display:block; }
#QdTTKvvOJCSbeqXko1fBuuSH6x4TETV8 { top:32.375rem;left:6.9375rem;width:6rem;height:2.4375rem;display:block; }
#MZ0vBTpiQnuIVr2uUgn55e6t80FfvlnU { display:block; }
#nkAGf8dCJk0HTlSWATSKXolVrJsWmruP { width:9rem;height:4.142575rem;top:15.0625rem;left:5.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;display:block; }
#b4ew7nkfeAFD1kV3534AEr7Qf3z7sDsr { width:9.4375rem;height:9.4375rem;top:14.5rem;left:5.375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#U2C1iJsdET2feExp4HtUwZZFLaeOOzf5 { top:21.125rem;left:7.25rem;width:6rem;height:2.4375rem;display:block; }
#qa5GMsavT0eb7FhL2x9RklCrphe0nmft { display:block; }
#vtieylBihAoVNFknsoRUd4aNqfKdr8Tu { width:5.499025rem;height:1.54375rem;top:19.6875rem;left:7.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#PRVhS98zKmGvPLOuBizo7GEewop6XVSP { width:9.4375rem;height:9.4375rem;top:46.8125rem;left:5.25rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block; }
#lnlnitmKKA7FuLNA6nQvC7Sxb21sbipe { width:9.999rem;height:3.0859375rem;top:48.125rem;left:5rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#JE274eCiVbaHMFqPItUJioL7oVBHVwIh { width:11.3115rem;height:2.7625rem;top:37.3125rem;left:4.375rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:#ffffff;display:block; }
#zQffN3uuRoQcGHDElw0ZBod0LfAgwzsk { width:9.4375rem;height:9.4375rem;top:36.125rem;left:5.25rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;display:block; }
#pKZVKAP6q2JoHV0y1Tt9fhZCBg4AWDek { width:5.499025rem;height:1.54375rem;top:51.625rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#wTOVX0fIlqzpnUQxy0s9ehnkdIlKLfmA { width:5.499025rem;height:1.54375rem;top:40.6875rem;left:7.25rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:#ffffff;display:block; }
#EJl9wtUEauFL2snIAHF2QgwIrrEen9ae { top:53.4375rem;left:7rem;width:6rem;height:2.4375rem;display:block; }
#HWhIvPLJBh1mXwMi8tgTBoLviF3QfkNO { display:block; }
#VxZ8Twfllm1CRZCRKKqilTf8r2aEg4xG { top:42.75rem;left:6.9375rem;width:6rem;height:2.4375rem;display:block; }
#CJXbhtxgVm7aTZvKNMtSzmQGlAM266kI { display:block; }
#nNSqhWcFZNeCDiAsdUe7wsCO9kHwtBTX { width:20rem;height:15rem;top:44.76123046875rem;left:0rem;z-index:14997;display:none; }
#Mmmhie6aKbTEmx6hZbuqSxE6Mblti00I { display:flex;top:7.7152767181394rem;left:6.9027777910231rem;width:15.8125rem;height:15.8125rem;z-index:15192;display:none; }
#oz9EZzlNKSCIXvnQJK4qRS1iVHQWOlI6 { top:1.0763893127441rem;left:1.1232639551162rem;width:17.625rem;height:2.6875rem;z-index:14993;font-size:1.4375rem;line-height:1.9;color:#405466;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:cairo;font-weight:400;font-style:normal;border-top:0.125rem dashed #9b7d8c;border-left:0.125rem dashed #9b7d8c;border-right:0.125rem dashed #9b7d8c;border-bottom:0.125rem dashed #9b7d8c;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;display:block; }
#OEdMQGwSKrFHnmtTQkERcddOr8FHtqzH { display:block; }
#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y { display:block; }#wI0KiBggUCt2eB4l8SbzTRPv31aRXy2y > .row .container { width:20rem;height:96rem;position:relative;display:block; }#XkN7U81SgmHlE72z1JxiHO90ZM7PkiOo { top:6.1875rem;left:0rem;width:20rem;height:11.625rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#ttVZQMDVpGf1Tk5mBtcMuv0spqAwsfK2 { top:20.75rem;left:3.9375rem;width:12.125rem;height:2.375rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#usEGn3UHAO7dZ4fNgKdJGP2h942Uqh29 { display:block; }
#UEhtLxHtb7xmxdJrtJZAPxy0sw8bL0TJ { display:flex;width:1.8125rem;height:1.8125rem;top:21rem;left:5.9375rem;font-size:2.1875rem;z-index:15010; }
#gFtJOB3Tf1JnkktOzgcfhTJSuLxvNxCs { top:39.375rem;left:3.0625rem;width:13.875rem;height:2.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#QFruT4SSyhTMr0pSGSRqLsuenMiVdkxg { display:block; }
#LlB61lR2JMtqsSwpqzHLQX1cyFtonDev { display:flex;width:1.8125rem;height:1.8125rem;top:39.875rem;left:5.9375rem;font-size:2.1875rem;z-index:15011; }
#nUTg4DGKfTDa6mvphensBytans8VzMq9 { top:24.561632156372rem;left:0rem;width:20rem;height:11.625rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#ul7scxH2cWNX1BUTefm68UGMsu6xw40T { top:3.4054689407349rem;left:2.2500000596046rem;width:15.375rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#LvWi1ho743IlfSgPyFvwzQFF5SKzxRNC { top:0.81171798706056rem;left:0.25000005960464rem;width:20rem;height:1.86875rem;z-index:15191;font-family:"saudi nd";font-size:1.4375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#kTxENlBAIz4y9BZVTwpJsrdvdL1bleyB { top:75.7890625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#ufmf2W0AZXEAufXnEuRG6ln06UonIM9p { display:block; }
#RalFgrGfqThKtegrHTL8Zs3wa56nTZ2z { top:57.534378051757rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#k8tqpUtKvDJr2F5mkxFqIGuEpZguP2ZI { display:block; }
#vs1cnRAVHokeamGqHvVNsaJ7yl5J7Enz { top:61.937499046326rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#wJoS5PdEACCE7rMuB0G6yLmT1y1nqbWb { top:44.312494277954rem;left:1.09375rem;width:17.8125rem;height:10.3125rem;z-index:15001;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
#FaegWip17bsfaq8c8lypu5ymdRgc4QOD { top:93.0625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -moz-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -ms-linear-gradient(106deg, #3a9530, #48d5a1);background-image: -o-linear-gradient(106deg, #3a9530, #48d5a1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9530', endColorstr='#48d5a1' );";background-image: linear-gradient(106deg, #3a9530, #48d5a1);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:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#FKzmJNaLOFX3DbJTXZebGxrMzBVN5Pe1 { display:block; }
#zaR1cyDrpXB0dinJo6R9xlwTgJF5yi5f { top:79.562497138975rem;left:0.6875rem;width:18.625rem;height:10.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;display:block; }
#N6w8ZlODLbTqPLJME4WbT7u1bkaysHmn { top:18.75rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TTeb14ens8Is4cpUu0QyTWiXTv46cdi1 { top:36.812499046326rem;left:0rem;width:20rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#TsOV6OuhkFHntgxNQsf0xo0NMiX7CGJL { top:73.973068714144rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#IzVA2k74nHaLT55c5Fpqq3pJ51txUPAF { top:55.248266220093rem;left:0rem;width:20rem;height:1.7875rem;z-index:15192;font-family:"saudi nd";font-size:1.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#lbGUJFqIv0AvgCR77iQCmwnHRyzzrerB { top:91.040796279906rem;left:0rem;width:20rem;height:1.38125rem;z-index:15192;font-family:"saudi nd";font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu { display:block; }#GTLPxpU12kwnykBD6DEwhSEyKGOtHaWu > .row .container { width:20rem;height:40.1875rem;position:relative;display:block; }#keo7f0BbeWbizzn15RQUnP7a5Pq1BdEK { width:18.75rem;height:23.125rem;top:0.43281173706055rem;left:0.625rem;display:block; }
#uTsyLIxEJC9bwl3rBuAq69CW1M3ms3uR { width:20rem;height:1.95rem;top:23.656244277954rem;left:0rem;font-size:1.5rem;display:block; }
#e9fVqkLJVonuw6JsOznCs9n0PIsv3zeF { width:12.5625rem;height:21.25rem;top:1.373441696167rem;left:2.9374999403954rem;display:block; }
#arD8bTZf3hWlzvpTguXrzyzZ5iDsUHvD { width:3.25rem;height:4.5rem;top:0rem;left:16.224999606609rem;display:block; }
#zQMQMDgLlhL5UuG7Om6lAf80zvfZrE54 { width:20rem;height:13.1625rem;top:26.123438835144rem;left:0rem;font-size:1.125rem;display:block; }
#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H { display:block; }#M240UDWVVWRSxtCmn2FrNyrITmuqTs6H > .row .container { width:20rem;height:16.125rem;position:relative;display:block; }#quiIfbz6bZGhiuNhsrnplO79fL4ww3Zq { top:0.625rem;left:7.125rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#MiTP19TVusK1oBfN1Qug2An1kVTFg6CW { width:0.9375rem;height:1.875rem;top:26.617970275879rem;left:9.5rem;display:none; }
#ZbKnBervw1K7CDcpT9WV2sTwkdTAdJzb { height:11.230769230769rem;width:20rem;top:3.7425720214844rem;left:0rem;display:block; }
#c073rXkwbGosILtdgOHiVrSLsZHLQZVP { display:block; }#c073rXkwbGosILtdgOHiVrSLsZHLQZVP > .row .container { width:20rem;height:13.875rem;position:relative;display:block; }#lLtbeMZSdOO7HT1IFWmNi2DSyi8pTahq { top:2.8125rem;left:13.5625rem;width:6.25rem;height:0.125rem;z-index:15032;background-color:#b98c65;background-image:none;display:block; }
#ZrGGBATwZWENKU0ur54qNBL9qsSR1qQ0 { top:0.625rem;left:7.125rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:block; }
#IREmGIgUxb0FK6CxEIXsSwTQbdv6pvmh { top:26.617966461182rem;left:3.75rem;width:12.5rem;height:1.86875rem;z-index:15031;color:#b98c65;font-size:1.4375rem;font-family:cairo;text-align:right;text-align-last:right;font-weight:700;font-style:normal;display:none; }
#HECpTuqudXik6IwbqJMNJz23SoJ2QIrf { top:3rem;left:1.5000001192093rem;width:18.25rem;height:1.05625rem;z-index:15033;text-align:right;text-align-last:right;font-family:cairo;font-size:0.8125rem;font-weight:700;font-style:normal;display:block; }
#fkUmtTCiWyyQq2P7WAyEAoSNCSKGwDT0 { top:4.875rem;left:0rem;width:19.0625rem;height:3.9rem;z-index:15034;text-align:right;text-align-last:right;font-family:cairo;font-size:0.75rem;display:block; }
#la5OnAetIRNeqVt1suWHoePcSRIpKHZ6 { top:9.625rem;left:0.375rem;width:18.6875rem;height:2.925rem;z-index:15035;font-size:0.75rem;font-family:cairo;text-align:right;text-align-last:right;display:block; }
#CLqUp2bMPSzTmycHyAPghcnnzEHkckdA { top:20.1875rem;left:4.375rem;width:11.25rem;height:2.375rem;z-index:15015;background-color:rgba(255,255,255,0.23);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;font-family:cairo;text-align:center;text-align-last:center;line-height:1.3;font-size:0.8125rem;display:none; }
#ODWITMFdDNxpRp1id6Ldnil4pVJSen1s { display:block; }
#hXmdcqbWus9Ta1v5P7iVWgETImct70fJ { width:0.9375rem;height:1.875rem;top:26.617970275879rem;left:9.5rem;display:none; }
#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { background-color: transparent; background-image: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container > .video-iframe-container { display: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container { display: none; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .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); }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { border-width: 0; border-radius: 0; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ueaTEluL4MUK0X8aTP7Vs7Jhdpz5XZrx > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; }#PynDmwKB7VTLCVnxnphdz0VzMNHk0o7l { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
#NvM1CdqC1hPDaKRGlfOJX1EfUsTMe730 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
#Ovp9WEcOBOPVIy8T0OhKFwEdAZo4MLRw { width:19.4375rem;height:0.89375rem;top:9.3029518127444rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
#HzAKP353gNlMOl0OoBGIzlL6LMfFN8l7 { width:8.25rem;height:0;top:13.125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.3125rem;display:none; }
#C1Kd5SgF4GsLhLy5OTTEBT1QPr6R7gIL { width:5.5625rem;height:0.875rem;top:12.9375rem;left:13.1875rem;display:none; }
#FprzzTHX6v8MapWvFrGea47L1JhnhNHS { width:1.3125rem;height:1.3125rem;top:12.75rem;left:5.0625rem;font-size:0.875rem;display:none; }
#nhKXEefTGhTIX50dqtd1rD5bXz3nx4T3 { width:1.3125rem;height:1.3125rem;top:12.75rem;left:6.875rem;font-size:0.875rem;display:none; }
#ZOhvuJ8RAHmiQ7gJl0gVUNQM4La7DRiJ { width:1.75rem;height:1.75rem;top:12.5rem;left:8.625rem;font-size:1.1875rem;display:none; }
#vxrqeH7C6on40MEnCRH2zxgeZdh8qAM6 { width:20rem;height:2.60039375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
#MEVXf8lCVuPmIVDuKnVkO5OdH5bdXxb9 { width:2.375rem;height:2.375rem;top:6.2359390258789rem;left:16.474999606609rem;font-size:1.625rem;display:block; }
#spz0cAHBkhNQ9JD10vsLmo9nGhFEpkPi { width:18rem;height:2.8rem;top:6.3984375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
