.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { position:relative;display:block; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { background-color: transparent; background-image: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container > .video-iframe-container { display: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row > .video-iframe-container { display: none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .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); }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { border-width: 0; border-radius: 0; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .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; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .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:4.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { 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:16.0625rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:22.75rem;left:24.375rem;display:none; }
#JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { 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.44687500596046rem;left:17.625001907349rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { 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:40.875rem;overflow:hidden;display:block; }
#ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { 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:#297d39;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:2.625rem;text-decoration:none;z-index:14998;text-align:center;text-align-last:center;top:0.6875rem;left:29.937501907349rem;display:block; }
#cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { 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:7.125rem;height:2.6875rem;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:0.84375rem;left:22.082556089464rem;display:block; }
#yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iz7XNQd4DGFK7Le2De0w9rA27MBwwDcw { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1781250238419rem;left:23.518751144409rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.adaptive-delivery-prevent-bg, #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.lazyload, #gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP.lazyloading { background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { background-color: transparent; background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .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); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { border-width: 0; border-radius: 0; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { font-size:0.875rem;font-family:arial;height:93.375rem;width:60rem;position:relative;display:block; }#T7FotGUJs6yaSsXh26R97CT7pO45lsJz { 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:15198;opacity:1;top:27.3125rem;left:36.6875rem; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { 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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5625rem;height:2.3125rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:27.6875rem;left:26.8125rem;display:block; }
#A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { 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:15195;opacity:1;top:27.75rem;left:27.5625rem; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { color:#034da1;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:-0.0625rem 0.25rem 0.4375rem rgba(0,0,0,0.5);top:43.9375rem;left:12.3125rem;height:4.225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zPUBgUTR3XSIsphlFTakEFvciCT0ZDbz { 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:15001;background-color:#e3e3e3;background-image:none;top:33.875rem;left:33.25rem;display:block; }
#IVbKvrPkbVp2vLekea6CTWl1oLFu8skK { 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:15002;background-color:#e3e3e3;background-image:none;top:34.625rem;left:27.0625rem;display:block; }
#rrbDUTPFJe3ilTk9VsFrakRtD1PFB1oe { 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:15003;background-color:#e3e3e3;background-image:none;top:33.8125rem;left:20.75rem;display:block; }
#CubpPXChCRgTN2DATAOR4eb5OrLDxoMs { position:absolute;display:block;z-index:15001;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.8125rem;width:3.8125rem;top:34.625rem;left:33.9375rem;overflow:hidden;display:block; }
#gvzh9oDsGimUPikrdcRdtXfWSUoTcye4 { position:absolute;display:block;z-index:15002;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.8125rem;width:3.8125rem;top:35.1875rem;left:27.5625rem;overflow:hidden;display:block; }
#sMA9C5TW84LhtgbgLMngLaTfTblVI1E4 { position:absolute;display:block;z-index:15003;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.8125rem;width:3.8125rem;top:34.5rem;left:21.3125rem;overflow:hidden;display:block; }
#G2ZmX2DA5A0TOMlKi0ZcL6lTF2SBc9bW { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:38.9375rem;left:33rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ApdXfw3d3UPAViHSWSTv74SAIqsJ9ScK { color:#000000;display:block;width:4.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:39.5rem;left:27.375rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VyXqPKF14gVewO92MTQVPF0EvN5TK1lU { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:20.5625rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:74.4375rem;left:22.75rem;display:block; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { 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:15001;opacity:1;top:74.9375rem;left:24rem; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { color:#000000;display:block;width:32.8125rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8.9375rem;left:12.875rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { position:absolute;display:block;z-index:15000;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:12.875rem;left:20.125rem;display:block; }
#RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { 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;top:0rem;left:24.8125rem;display:block; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:86.1875rem;left:19.375rem;text-align:center;text-align-last:center;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { 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:15000;opacity:1;top:77.311718702319rem;left:27.562501907349rem; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:84.043749809262rem;left:18.72031211853rem;text-align:center;text-align-last:center;display:block; }
#VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { 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:1.25rem;width:18.125rem;top:89.6875rem;left:19.656251907349rem;overflow:hidden;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-form-header {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#000000;width:13.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;line-height:1.1; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-text {padding-top: 0; padding-bottom: 0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .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 #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top;line-height:1.1; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-left:0.0625rem solid #000000;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.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(22,22,22,0.86);font-family:cairo;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-select {padding-top: 0; padding-bottom: 0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#196617;background-image:url("https://images.assets-landingi.com/uc/42556653-2f7c-47a8-bbc0-e1f1b38e853c/Untitled201.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:0rem 0rem !important;border-top:0;border-left:0;border-right:0;border-bottom: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:1rem;font-weight:bold;color:#040404;width:13.5rem;height:4.0625rem;font-family:cairo;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0) ; }#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.adaptive-delivery-prevent-bg, #zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.lazyload, #zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.lazyloading { background-image: none; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J [class*="-text"]:-moz-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J [class*="-text"]::-moz-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J [class*="-text"]:-ms-input-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J [class*="-text"]::-webkit-input-placeholder { color:rgba(22,22,22,0.55);font-family:cairo;font-size:0.875rem; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:12.3125rem;overflow:hidden;font-style:normal; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .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:cairo;font-size:0.75rem;font-weight:700;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;text-align:right;text-align-last:right; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-container:first-of-type{padding-top:0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-container:last-of-type{padding-bottom:0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J  { background-color:rgba(0,0,0,0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:17.125rem;top:22.3857421875rem;z-index:15102;position:absolute;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.5625rem 0.1875rem rgba(0,0,0,0.66) ; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:13.5rem;display:block;vertical-align:top; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J {display:block;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J { background-color:rgba(0,0,0,0.01);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:13.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:17.125rem;top:22.3857421875rem;z-index:15102;position:absolute;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;box-shadow: 0.0625rem 0.5625rem 0.1875rem rgba(0,0,0,0.66) ;display:none; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #B7FOPUTQQDlB8qK6ul0alIVOLvpRBFEz { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UZF6gDxEGWKzoaKcX2zT4rZLRnahSS7T { position:relative;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #QvDocnSsZvuIphmwt2102oHn7HnBoSKs { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #IBSgoa3HRynrMX8mJRLEAmq8Au958LH0 { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #OzuHXI9Mr4UMKU2MdXza8bcTlFacMqip { position:relative;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mQoqhJ8hKfyRF7vNKb4NaKTaL4crvrRH { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mkXXmR6HtX27eGXt0yNmDWSVkXOh7qyi { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UolacSKe4Ol5yFpcFygxP9ofpvqAdoct { position:relative;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #iNtLJhMR6a69OUHDd4I6uXi4iBnmqCwI { position:relative; }
#LhyEORAat9zAbIelbPmbmiLVrUBOzo62 { position:relative;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #VwIfLntLGoD7ABHquXLXIi0D48oH6cBT { position:relative; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #ecrSkrEozwMGwMl4ygTa1yiEg4seBKfq { position:relative; }
#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { 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; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { background-color: transparent; background-image: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container > .video-iframe-container { display: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container { display: none; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .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); }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { border-width: 0; border-radius: 0; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { font-size:0.875rem;font-family:arial;height:92.0625rem;width:60rem;position:relative;display:block; }#t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:7.5rem;left:31.000001907349rem;overflow:hidden;display:block; }
#vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { position:absolute;display:block;z-index:15005;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:11.625rem;width:20.0625rem;top:7.5rem;left:7.5rem;overflow:hidden;display:block; }
#dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:30.4375rem;overflow:hidden;display:block; }
#C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:34.5rem;left:7.5rem;overflow:hidden;display:block; }
#Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;height:11.625rem;width:20.0625rem;top:64.18750190735rem;left:17.937501907349rem;overflow:hidden;display:block; }
#znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:14999;background-color:rgba(227,227,227,0.37);background-image:none;top:21.375rem;left:31.843751907349rem;display:block; }
#fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { box-sizing:content-box;height:6.9375rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:26.3125rem;left:49.35000038147rem;display:none; }
#SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;height:7.71875rem;top:21.8125rem;left:31.31406211853rem;text-align:center;text-align-last:center;display:block; }
#xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.212500572204rem;left:37.281251907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:31rem;left:34.093751907349rem;display:block; }
#AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:20.956250190735rem;left:8.59375rem;display:block; }
#gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { color:#000000;display:block;width:18.3125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.16875rem;top:21.812500953674rem;left:8.3765640258787rem;text-align:center;text-align-last:center;display:block; }
#hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4625rem;top:28.087500572204rem;left:13.59375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:block; }
#x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15000;background-color:rgba(227,227,227,0.37);background-image:none;top:48.6875rem;left:31.843751907349rem;display:block; }
#oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;height:6.15rem;top:50.140625rem;left:31.06406211853rem;text-align:center;text-align-last:center;display:block; }
#uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;height:1.4625rem;top:55.12734413147rem;left:37.468751907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:30.562500953674rem;left:10.59375rem;display:none; }
#EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cGeD1KTkn02yas8LXXsce1FV7HTarTTT { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15001;background-color:rgba(227,227,227,0.37);background-image:none;top:48.686719894409rem;left:8.34375rem;display:block; }
#CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;height:6.16875rem;top:49.639844894409rem;left:7.14687538147rem;text-align:center;text-align-last:center;display:block; }
#NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { color:#000000;display:block;width:6.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;height:1.4625rem;top:54.87734413147rem;left:14.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.512500762939rem;left:34.97500038147rem;display:none; }
#F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:58.561719894409rem;left:10.59375rem;display:block; }
#CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { box-sizing:content-box;height:9rem;width:18.4375rem;position:absolute;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;display:block;z-index:15002;background-color:rgba(227,227,227,0.37);background-image:none;top:77.249212265013rem;left:18.781251907349rem;display:block; }
#Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { color:#000000;display:block;width:19.996875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;height:5.9375rem;top:77.247657775881rem;left:18.00156211853rem;text-align:center;text-align-last:center;display:block; }
#I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:87.12500190735rem;left:21.031251907349rem;display:block; }
#FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { color:#000000;display:block;width:9.875rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1;letter-spacing:0;height:1.1875rem;top:83.997657775881rem;left:22.768751144409rem;text-align:center;text-align-last:center;display:block; }
#uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { 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.93675rem;height:2.87421875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.436719894409rem;left:32.643751144409rem;display:block; }
#bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:0.9375rem;left:16.625783920288rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nrwOSBlNHtszu8O9avNWNG246kTqyaiE { color:#000000;display:block;width:26.1234375rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.96875rem;left:15.687501907349rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u > .row .container { border-width: 0; border-radius: 0; }#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:none; }#loJpCgnW38Tbhndf550y51JTTd94fWMD { 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:7rem;width:23.6875rem;top:5.3291015625rem;left:35.0283203125rem;overflow:hidden;display:block; }
#O1xZDVDdiE9waGtyZvNaPKS4p46ZsRiA { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:37.0283203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rbB9ppo2Dybme8u3BJpNuVhX12nSDv78 { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.25rem;left:41.46875rem;display:block; }
#ir7dVw9WpgzxiVOdHBPx4nimElHZt4fy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bLN8zeTR3umZ9tKifBTptyJ4vTfaOJ56 { position:absolute;display:block;z-index:15001;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:7rem;width:23.6875rem;top:5.3291015625rem;left:6.2158203125rem;overflow:hidden;display:block; }
#W3JgxvavaCzzwMclqo1dloCJ5FriwnTD { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.25rem;left:11.84375rem;display:block; }
#aXgi8W2Pdn0FUTblDtHyJKBu4oXT3NUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DImxZnmXtF0Nq4B4osow9CoWngzMB34o { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:8.2158203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hS09JSXdr21t9ov4VkZ5aT1vpF5n1qWQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:22.125rem;width:17.6875rem;top:22.693359375rem;left:31.5rem;overflow:hidden;display:none; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { border-width: 0; border-radius: 0; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:24.1875rem;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { 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:26.25rem;left:24.8125rem; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.9375rem;width:8.9375rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { position:absolute;display:block;z-index:15160;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:15.8125rem;width:8.875rem;top:3.8109321594238rem;left:45.1875rem;overflow:hidden;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { position:absolute;display:block;z-index:15161;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:15.9375rem;width:8.9375rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:43rem;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { background-color:rgba(45,167,96,0.7);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:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.25rem;left:5.125rem;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { 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:15197;opacity:1;top:26.1875rem;left:43rem; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { 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:15198;opacity:1;top:26.375rem;left:5.25rem; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { 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:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:23.875rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:43.5rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:23.375rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875780105591rem;left:5.0625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { border-width: 0; border-radius: 0; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:60rem;position:relative;display:none; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:24.1875rem;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { 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:26.25rem;left:24.8125rem; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { position:absolute;display:block;z-index:15158;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;height:15.8125rem;width:8.875rem;top:3.75rem;left:25.0625rem;overflow:hidden;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { position:absolute;display:block;z-index:15160;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:15.75rem;width:8.8125rem;top:3.8109321594238rem;left:45.1875rem;overflow:hidden;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { position:absolute;display:block;z-index:15161;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:15.8125rem;width:8.875rem;top:3.75rem;left:5.4375rem;overflow:hidden;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { background-color:rgba(45,167,96,0.7);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:13.625rem;height:3.5625rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:26rem;left:43rem;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { background-color:rgba(45,167,96,0.7);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:12.5625rem;height:3.375rem;text-decoration:none;z-index:15194;text-align:center;text-align-last:center;top:26.25rem;left:5.125rem;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { 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:15197;opacity:1;top:26.1875rem;left:43rem; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { 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:15198;opacity:1;top:26.375rem;left:5.25rem; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { 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:15218;opacity:1;top:45.375rem;left:26.125rem;display:none; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { position:absolute;display:block;z-index:15219;height:3.3125rem;width:5.9375rem;top:10.814582824707rem;left:23.875rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:43.5rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.875779628754rem;left:23.375rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { color:#0e849e;display:block;width:12.3105625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875780105591rem;left:5.0625rem;height:2.9236125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { border-width: 0; border-radius: 0; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { font-size:0.875rem;font-family:arial;height:47.1875rem;width:60rem;position:relative;display:none; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:2.19375rem;top:1.6875rem;left:22.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { 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:7rem;width:23.6875rem;top:5.3291015625rem;left:35.0283203125rem;overflow:hidden;display:block; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:37.0283203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.25rem;left:41.46875rem;display:block; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { position:absolute;display:block;z-index:15001;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:7rem;width:23.6875rem;top:5.3291015625rem;left:6.2158203125rem;overflow:hidden;display:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.25rem;left:11.84375rem;display:block; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.8798828125rem;left:8.2158203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { 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.9365rem;height:2.874025rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.5625rem;left:39.341796875rem;display:block; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { position:absolute;display:block;z-index:15001;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:7rem;width:23.6875rem;top:17.75rem;left:34.8408203125rem;overflow:hidden;display:block; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:19.30078125rem;left:37.0283203125rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { position:absolute;display:block;z-index:15002;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:7rem;width:23.6875rem;top:17.75rem;left:6.9677734375rem;overflow:hidden;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { color:#070606;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.30078125rem;left:8.9677734375rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { 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.874025rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:26.125rem;left:11.0908203125rem;display:block; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:28.4365234375rem;left:29.9033203125rem; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.03125rem;top:33rem;left:20.9375rem;text-align:center;text-align-last:center;display:block; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.186525rem;width:6.5625rem;top:35.9990234375rem;left:23.4033203125rem;overflow:hidden;display:block; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.56055rem;width:6.5625rem;top:36.5625rem;left:31.5rem;overflow:hidden;display:block; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.19375rem;top:39.9931640625rem;left:20rem;text-align:center;text-align-last:center;display:block; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.124025rem;width:3.124025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:39.9931640625rem;left:37.0283203125rem; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { position:absolute;display:block;z-index:15031;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.811525rem;width:4.999025rem;top:42.25rem;left:31.5rem;overflow:hidden;display:block; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:5.25rem;top:42.125rem;left:24.7158203125rem;overflow:hidden;display:block; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.25rem;border-top-right-radius:4.25rem;border-bottom-left-radius:4.25rem;border-bottom-right-radius:4.25rem;box-shadow: none;height:22.125rem;width:17.6875rem;top:22.693359375rem;left:31.5rem;overflow:hidden;display:none; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d3595573-1352-4b08-a4dd-21a75ec54ddd/pattern.png");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:auto !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; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.adaptive-delivery-prevent-bg, #XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.lazyload, #XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS.lazyloading { background-image: none; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { border-width: 0; border-radius: 0; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { font-size:0.875rem;font-family:arial;height:48rem;width:60rem;position:relative;display:none; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { position:absolute;display:block;z-index:15000;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: none;height:14.25rem;width:25.4375rem;top:1.6875rem;left:32.5625rem;display:block; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { color:#000000;display:block;width:24.375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;height:15.434rem;top:21.2470703125rem;left:31.9365234375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { 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.9365rem;height:2.87305rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.625rem;left:36.4326171875rem;display:block; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { 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:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem;display:none; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { position:absolute;display:block;z-index:15001;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: none;height:14.25rem;width:25.4375rem;top:1.6875rem;left:3.08984375rem;overflow:hidden;display:block; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;height:20.06425rem;top:17.3056640625rem;left:4.21484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { 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.9365rem;height:2.87305rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.625rem;left:7.1826171875rem;display:block; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { 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:15001;opacity:1;top:47.774608135223rem;left:36.837104797363rem;display:none; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { 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:15002;opacity:1;top:39.1240234375rem;left:37.65625rem; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { 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:15003;opacity:1;top:39.3125rem;left:8.21875rem; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { 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; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { background-color: transparent; background-image: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container > .video-iframe-container { display: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container { display: none; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .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); }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { border-width: 0; border-radius: 0; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { font-size:0.875rem;font-family:arial;height:21.8125rem;width:60rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { position:absolute;display:block;z-index:15173;height:18.9375rem;width:38.75rem;top:0.96328163146975rem;left:12.336326599121rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { 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; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { border-width: 0; border-radius: 0; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { 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:5.6875rem;left:17.875rem;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; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { color:#050505;display:block;width:52.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.6;letter-spacing:0;top:8.4375rem;left:2.25rem;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:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.686525rem;width:3.686525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.3125rem;left:55.6875rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:9.5692272186281rem;left:54.246963500976rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.68598125rem;width:3.68598125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.0679264068604rem;left:54.246963500976rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { 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.375rem;width:2.75rem;top:0.62461090087891rem;left:35.525390625rem;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { color:#0c0b0c;display:block;width:33.437125rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:14999;line-height:1.3;letter-spacing:0;top:0rem;left:10.154296875rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
body { position:relative;display:block; }
#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { display:none; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { width:47.75rem;position:relative;display:none; }#rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { width:16.0625rem;height:3.125rem;top:22.75rem;left:18.25rem;display:none; }
#JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block; }
#BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { top:0.4375rem;left:11.500001907349rem;width:4rem;height:3.125rem;font-size:2.4375rem;display:none; }
#TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { top:0.0625rem;left:34.75rem;width:7.0625rem;height:2.9501582278481rem;display:none; }
#ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { width:6.3125rem;height:2.625rem;top:0.6875rem;left:23.812501907349rem;display:none; }
#cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block; }
#Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { width:7.125rem;height:2.6875rem;top:0.8125rem;left:15.957556089464rem;display:none; }
#yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block; }
#iz7XNQd4DGFK7Le2De0w9rA27MBwwDcw { top:1.125rem;left:17.393751144409rem;width:5.4375rem;height:1.6875rem;font-size:1.3125rem;display:none; }
#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { display:none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { width:47.75rem;position:relative;display:none; }#T7FotGUJs6yaSsXh26R97CT7pO45lsJz { top:27.3125rem;left:30.5625rem;width:3.125rem;height:3.125rem;display:none; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { width:12.5625rem;height:2.3125rem;top:27.6875rem;left:20.6875rem;display:none; }
#A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block; }
#myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { top:27.75rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { top:43.9375rem;left:6.1875rem;width:32.8125rem;height:4.1875rem;font-size:1.625rem;display:block; }
#zPUBgUTR3XSIsphlFTakEFvciCT0ZDbz { top:33.875rem;left:27.125rem;width:5.1875rem;height:8.625rem;display:none; }
#IVbKvrPkbVp2vLekea6CTWl1oLFu8skK { top:34.625rem;left:20.9375rem;width:5.1875rem;height:8.625rem;display:none; }
#rrbDUTPFJe3ilTk9VsFrakRtD1PFB1oe { top:33.8125rem;left:14.625rem;width:5.1875rem;height:8.625rem;display:none; }
#CubpPXChCRgTN2DATAOR4eb5OrLDxoMs { width:3.8125rem;height:3.8125rem;top:34.625rem;left:27.8125rem;display:none; }
#gvzh9oDsGimUPikrdcRdtXfWSUoTcye4 { width:3.8125rem;height:3.8125rem;top:35.1875rem;left:21.4375rem;display:none; }
#sMA9C5TW84LhtgbgLMngLaTfTblVI1E4 { width:3.8125rem;height:3.8125rem;top:34.5rem;left:15.1875rem;display:none; }
#G2ZmX2DA5A0TOMlKi0ZcL6lTF2SBc9bW { top:38.9375rem;left:26.875rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#ApdXfw3d3UPAViHSWSTv74SAIqsJ9ScK { top:39.5rem;left:21.25rem;width:4.875rem;height:1.9375rem;font-size:0.75rem;display:none; }
#VyXqPKF14gVewO92MTQVPF0EvN5TK1lU { top:39.125rem;left:14.4375rem;width:5.5625rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { width:13.875rem;height:2.8125rem;top:74.4375rem;left:16.625rem;display:none; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { top:74.9375rem;left:17.875rem;width:1.875rem;height:1.875rem;display:none; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { top:8.9375rem;left:6.75rem;width:32.8125rem;height:2.0625rem;font-size:1.625rem;display:block; }
#qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { width:19.1875rem;height:24rem;top:12.875rem;left:14rem;display:none; }
#RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { width:9.8125rem;height:8.9375rem;top:0rem;left:18.6875rem;display:none; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:86.1875rem;left:13.25rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { top:77.25rem;left:21.437501907349rem;width:3.0625rem;height:3.0625rem;display:none; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:84rem;left:12.59531211853rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { top:89.6875rem;left:13.531251907349rem;width:18.125rem;height:1.25rem;display:none; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-regular-label { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J  { width:17.0625rem;height:auto; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J {display:block;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J { width:17.0625rem;height:auto;display:none; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #B7FOPUTQQDlB8qK6ul0alIVOLvpRBFEz {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UZF6gDxEGWKzoaKcX2zT4rZLRnahSS7T { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #QvDocnSsZvuIphmwt2102oHn7HnBoSKs {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #IBSgoa3HRynrMX8mJRLEAmq8Au958LH0 {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #OzuHXI9Mr4UMKU2MdXza8bcTlFacMqip { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mQoqhJ8hKfyRF7vNKb4NaKTaL4crvrRH {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mkXXmR6HtX27eGXt0yNmDWSVkXOh7qyi {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UolacSKe4Ol5yFpcFygxP9ofpvqAdoct { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #iNtLJhMR6a69OUHDd4I6uXi4iBnmqCwI {  }
#LhyEORAat9zAbIelbPmbmiLVrUBOzo62 { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #VwIfLntLGoD7ABHquXLXIi0D48oH6cBT {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #ecrSkrEozwMGwMl4ygTa1yiEg4seBKfq {  }
#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { display:block; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { width:47.75rem;position:relative;display:block; }#t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { top:7.5rem;left:24.875001907349rem;width:20.0625rem;height:11.625rem;display:block; }
#vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { top:7.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { top:34.5rem;left:24.3125rem;width:20.0625rem;height:11.625rem;display:block; }
#C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { top:34.5rem;left:1.375rem;width:20.0625rem;height:11.625rem;display:block; }
#Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { top:64.1875rem;left:11.812501907349rem;width:20.0625rem;height:11.625rem;display:block; }
#znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { top:21.375rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { top:26.9375rem;left:29.3125rem;width:18.4375rem;height:6.9375rem;display:none; }
#SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { top:21.8125rem;left:25.18906211853rem;width:19.9375rem;height:7.6875rem;font-size:1.1875rem;display:none; }
#xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { top:28.1875rem;left:31.156251907349rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { width:13.875rem;height:2.8125rem;top:31rem;left:27.968751907349rem;display:none; }
#AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block; }
#GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { top:20.9375rem;left:2.46875rem;width:18.4375rem;height:9rem;display:none; }
#gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { top:21.8125rem;left:2.2515640258789rem;width:18.3125rem;height:0;font-size:1.1875rem;display:none; }
#hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { top:28.0625rem;left:7.46875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block; }
#lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { top:48.6875rem;left:25.718751907349rem;width:18.4375rem;height:9rem;display:none; }
#oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { top:120.125rem;left:0rem;width:19.9375rem;height:0;font-size:1.1875rem;display:none; }
#uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { top:55.125rem;left:31.343751907349rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { width:13.875rem;height:2.8125rem;top:30.5625rem;left:4.46875rem;display:none; }
#EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block; }
#cGeD1KTkn02yas8LXXsce1FV7HTarTTT { top:48.625rem;left:2.21875rem;width:18.4375rem;height:9rem;display:none; }
#CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { top:49.625rem;left:1.0218753814698rem;width:19.9375rem;height:0;font-size:1.1875rem;display:none; }
#NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { top:54.875rem;left:8.21875rem;width:6.4375rem;height:1.4375rem;font-size:1.125rem;display:none; }
#nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { width:13.875rem;height:2.8125rem;top:58.5rem;left:28.85000038147rem;display:none; }
#F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block; }
#lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { width:13.875rem;height:2.8125rem;top:58.5rem;left:4.46875rem;display:none; }
#CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block; }
#FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { top:77.1875rem;left:12.656251907349rem;width:18.4375rem;height:9rem;display:none; }
#Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { top:77.1875rem;left:11.87656211853rem;width:19.9375rem;height:5.9375rem;font-size:1.1875rem;display:none; }
#I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { width:13.875rem;height:2.8125rem;top:87.125rem;left:14.906251907349rem;display:none; }
#FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block; }
#cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { top:83.9375rem;left:16.643751144409rem;width:9.875rem;height:1.1875rem;font-size:1.1875rem;display:none; }
#uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { width:13.875rem;height:2.8125rem;top:59.375rem;left:26.518751144409rem;display:none; }
#bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { width:26.0625rem;height:2rem;top:0.9375rem;left:10.500783920288rem;font-size:1.125rem;display:block; }
#nrwOSBlNHtszu8O9avNWNG246kTqyaiE { width:26.0625rem;height:2rem;top:2.9375rem;left:9.5625019073488rem;font-size:1.375rem;display:block; }
#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u { display:block; }#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u > .row .container { width:47.75rem;position:relative;display:block; }#loJpCgnW38Tbhndf550y51JTTd94fWMD { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#O1xZDVDdiE9waGtyZvNaPKS4p46ZsRiA { top:6.875rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#rbB9ppo2Dybme8u3BJpNuVhX12nSDv78 { width:13.875rem;height:2.8125rem;top:13.25rem;left:33.875rem;display:none; }
#ir7dVw9WpgzxiVOdHBPx4nimElHZt4fy { display:block; }
#bLN8zeTR3umZ9tKifBTptyJ4vTfaOJ56 { top:5.3125rem;left:0.0908203125rem;width:23.6875rem;height:7rem;display:block; }
#W3JgxvavaCzzwMclqo1dloCJ5FriwnTD { width:13.875rem;height:2.8125rem;top:13.25rem;left:5.71875rem;display:none; }
#aXgi8W2Pdn0FUTblDtHyJKBu4oXT3NUh { display:block; }
#DImxZnmXtF0Nq4B4osow9CoWngzMB34o { top:6.875rem;left:2.08984375rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#hS09JSXdr21t9ov4VkZ5aT1vpF5n1qWQ { top:22.6875rem;left:25.375rem;width:17.6875rem;height:22.125rem;display:none; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { display:block; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { width:47.75rem;position:relative;display:block; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:18.0625rem;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { top:3.75rem;left:18.9375rem;width:8.9375rem;height:15.9375rem;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { top:3.75rem;left:38.8125rem;width:8.875rem;height:15.8125rem;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { top:3.75rem;left:0rem;width:8.9375rem;height:15.9375rem;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:34.1875rem;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { top:26.125rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { top:26.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { top:10.8125rem;left:17.75rem;width:5.9375rem;height:3.3125rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { top:20.875rem;left:35.5rem;width:12.25rem;height:;font-size:0.8125rem;display:none; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { top:20.875rem;left:17.249214172363rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { display:block; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { width:47.75rem;position:relative;display:block; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:18.0625rem;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { top:26.25rem;left:18.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { top:3.75rem;left:18.9375rem;width:8.875rem;height:15.8125rem;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { top:3.75rem;left:38.8125rem;width:8.8125rem;height:15.75rem;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { top:3.75rem;left:0rem;width:8.875rem;height:15.8125rem;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { width:13.5625rem;height:3.5625rem;top:25.9375rem;left:34.1875rem;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { width:12.5625rem;height:3.375rem;top:26.25rem;left:0rem;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { top:26.125rem;left:36.875rem;width:3.0625rem;height:3.0625rem;display:none; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { top:26.3125rem;left:0rem;width:3.0625rem;height:3.0625rem;display:none; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { top:45.375rem;left:20rem;width:3.125rem;height:3.125rem;display:none; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { top:10.8125rem;left:17.75rem;width:5.9375rem;height:3.3125rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { top:20.875rem;left:35.5rem;width:12.25rem;height:2.875rem;font-size:0.8125rem;display:none; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { top:20.875rem;left:17.249214172363rem;width:12.25rem;height:2.875rem;font-size:0.6875rem;display:none; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { top:20.875rem;left:0rem;width:12.25rem;height:2.875rem;font-size:0.9375rem;display:none; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { display:block; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { width:47.75rem;position:relative;display:block; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { top:1.6875rem;left:16.09375rem;width:19.9375rem;height:2.1875rem;font-size:1.875rem;display:none; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { top:6.875rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { width:13.875rem;height:2.8125rem;top:13.25rem;left:33.875rem;display:none; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { top:5.3125rem;left:0.0908203125rem;width:23.6875rem;height:7rem;display:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { width:13.875rem;height:2.8125rem;top:13.25rem;left:5.71875rem;display:none; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { top:6.875rem;left:2.0908203125rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { width:13.875rem;height:2.8125rem;top:25.5625rem;left:33.216796875rem;display:none; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { top:17.75rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { top:19.25rem;left:28.0625rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { top:17.75rem;left:0.8427734375rem;width:23.6875rem;height:7rem;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { top:19.25rem;left:2.8427734375rem;width:19.6875rem;height:3.875rem;font-size:1rem;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { width:13.875rem;height:2.8125rem;top:26.125rem;left:4.9658203125rem;display:none; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { top:28.375rem;left:23.7783203125rem;width:3.0625rem;height:3.0625rem;display:none; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { top:33rem;left:14.8125rem;width:19.9375rem;height:2rem;font-size:1.5625rem;display:none; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { top:35.9375rem;left:17.2783203125rem;width:6.5625rem;height:2.186525rem;display:none; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { top:36.5625rem;left:25.375rem;width:6.5625rem;height:1.56055rem;display:none; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { top:39.9375rem;left:13.875rem;width:19.9375rem;height:2.1875rem;font-size:1.6875rem;display:none; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { top:39.9375rem;left:30.9033203125rem;width:3.0625rem;height:3.0625rem;display:none; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { top:42.25rem;left:25.375rem;width:4.9375rem;height:1.7892298373183rem;display:none; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { top:42.125rem;left:18.5908203125rem;width:5.25rem;height:2.0625rem;display:none; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { top:22.6875rem;left:25.375rem;width:17.6875rem;height:22.125rem;display:none; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { display:block; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { width:47.75rem;position:relative;display:block; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { width:25.4375rem;height:14.25rem;top:1.6875rem;left:22.3125rem;display:none; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { top:21.1875rem;left:23.375rem;width:24.375rem;height:15.375rem;font-size:1.1875rem;display:none; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { width:13.875rem;height:2.8125rem;top:38.625rem;left:30.3076171875rem;display:none; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { width:25.4375rem;height:14.25rem;top:1.6875rem;left:0rem;display:none; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { top:17.25rem;left:0rem;width:19.875rem;height:20.0625rem;font-size:1.1875rem;display:none; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { width:13.875rem;height:2.8125rem;top:38.625rem;left:1.0576171875rem;display:none; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { top:47.75rem;left:30.712104797363rem;width:1.875rem;height:1.875rem;display:none; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { top:39.0625rem;left:31.53125rem;width:1.875rem;height:1.875rem;display:none; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { top:39.3125rem;left:2.09375rem;width:1.875rem;height:1.875rem;display:none; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { display:block; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { width:47.75rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { top:0.9375rem;left:6.2113265991211rem;width:38.75rem;height:18.9375rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:47.75rem;position:relative;display:none; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:47.75rem;height:2rem;top:8.4375rem;left:0rem;font-size:0.875rem;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:3.625rem;height:3.625rem;top:10.3125rem;left:44.125rem;font-size:2.5rem;display:none; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:3.625rem;height:3.625rem;top:9.5625rem;left:44.125rem;font-size:2.5rem;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:3.625rem;height:3.625rem;top:4.0625rem;left:44.125rem;font-size:2.5rem;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { width:2.75rem;height:3.375rem;top:0.5625rem;left:29.400390625rem;display:none; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { top:0rem;left:4.029296875rem;width:33.375rem;height:3.9375rem;font-size:3.0625rem;display:none; }
body { position:relative;display:block; }
#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb { display:block; }#lok4sy3PfAF3ihciTJ3E9mlULt4rIQpb > .row .container { width:20rem;height:3rem;position:relative;display:block; }#rZnc63GZ8D6rAl0LSWumfm0T82WdgVDI { top:0.6875rem;left:8.6250005364419rem;width:3.1875rem;height:2.1875rem;z-index:15160;background-color:#ffffff;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; }
#JaLMTC7yLAR036uR1B0FTeVRVw9gtqRS { display:block; }
#BP8hfLAJC2P8J6oppHaN9KJdKwJ4mTPc { 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; }
#TfOHcEEwCG4v53Ts6lDBiV6W5goq0ESr { 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; }
#ebOr5xeNuon8Le8S0zVsZz5Zvfi8DlxM { top:7.5625rem;left:6.8125rem;width:6.3125rem;height:1.875rem;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:#ffffff;display:none; }
#cToS4JZGOK5FewQfAMaSMGx3ATRQPrxI { display:block; }
#Nk9TNf4OicoWlTzPb6t4zUT08mkec9AL { top:0.32499997615814rem;left:3.7903028946562rem;width:4.625rem;height:2.375rem;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:#ffffff;display:block; }
#yavsVtM2DpXgZhgsyLdUtbVbWMXDaOKP { display:block; }
#iz7XNQd4DGFK7Le2De0w9rA27MBwwDcw { width:4rem;height:1.3rem;top:1.1625000238419rem;left:4.2375002503395rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:block; }
#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP { background-color:#ffffff;background-image:none;display:block; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { background-color: transparent; background-image: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row > .video-iframe-container { display: none; }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .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); }#gneSuUhWEDRhDSsFqaPHDisFs6XTvsQP > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; }#T7FotGUJs6yaSsXh26R97CT7pO45lsJz { display:flex;width:3.125rem;height:3.125rem;top:24.28125rem;left:16.812499582768rem;z-index:15209; }
#T7FotGUJs6yaSsXh26R97CT7pO45lsJz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#vv6umWX14yFwazzeJPpXI4TbmDyKxpAk { width:12.1875rem;height:2.3125rem;top:24.6875rem;left:7.4218755364419rem;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:1.625rem;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; }
#A9hsMUMtcdRffFoLvvU2FoobkZmCgoDf { display:block; }
#myll6i5oyxTL0mcfiDMKUKhd0LXfGmVx { display:flex;width:2.3125rem;height:2.3125rem;top:24.8125rem;left:7.7812505364419rem;font-size:2.1875rem;z-index:15199; }
#PPFJTXTc8ctSvzKwKsMRGTIwMy4TXNTR { width:19.9991875rem;height:3.25rem;top:68.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#0e0e0e;display:block; }
#zPUBgUTR3XSIsphlFTakEFvciCT0ZDbz { top:31.125rem;left:13.717968523503rem;width:5.1875rem;height:8.625rem;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; }
#IVbKvrPkbVp2vLekea6CTWl1oLFu8skK { top:31.125rem;left:0.93671876192094rem;width:5.1875rem;height:8.625rem;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; }
#rrbDUTPFJe3ilTk9VsFrakRtD1PFB1oe { top:31.9375rem;left:7.2367187142375rem;width:5.1875rem;height:8.625rem;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; }
#CubpPXChCRgTN2DATAOR4eb5OrLDxoMs { top:31.9375rem;left:14.487499773503rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#gvzh9oDsGimUPikrdcRdtXfWSUoTcye4 { top:32.5625rem;left:7.7812505364419rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#sMA9C5TW84LhtgbgLMngLaTfTblVI1E4 { top:31.9375rem;left:1.4375000596046rem;width:3.8125rem;height:3.8125rem;z-index:15213;overflow:hidden;display:block; }
#G2ZmX2DA5A0TOMlKi0ZcL6lTF2SBc9bW { width:5.5625rem;height:2.925rem;top:35.8125rem;left:13.561718523503rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#ApdXfw3d3UPAViHSWSTv74SAIqsJ9ScK { width:4.875rem;height:1.95rem;top:37.287499904632rem;left:7.5625005364419rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#VyXqPKF14gVewO92MTQVPF0EvN5TK1lU { width:5.5625rem;height:1.95rem;top:36.375rem;left:0.56171876192093rem;font-size:0.75rem;color:#000000;z-index:15216;display:block; }
#MCHFu2hLI8PZRGz24yPibhNFWQQzngEB { top:42.375rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#gND80PbIduflrdKeQmryoracVGW4LBhH { display:block; }
#v2hxaMMGLRqk1uuepU9pSRWwFNmh5I11 { display:flex;top:43.0625rem;left:4.4375rem;width:1.624025rem;height:1.624025rem;z-index:15191; }
#ldd6LI6NKz8PV2ynTaJltXxNrx4V9MMC { width:19.9984375rem;height:2.1125rem;top:6.7500002384187rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#0e0e0e;display:block; }
#qbDgBpIGneSodFThkcHPXfBH9IsbeZH6 { top:9.9375rem;left:0.37499994039536rem;width:19.1875rem;height:24rem;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; }
#RFpBtUklHT4GpvqDa2J8wcHbHRzwRJPm { top:0rem;left:6.2812500596044rem;width:7.43675rem;height:6.7484375rem;z-index:15185;overflow:hidden;display:block; }
#QcnhQ7NfmN4d7eyPw4ETbFWoCxzhyOB4 { top:75.6875rem;left:0rem;width:19.9984375rem;height:1.1375rem;z-index:15195;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#UoPtbquzOofyNxK22wLdq93BKvQTwVF5 { display:flex;top:72.5rem;left:8.5625rem;width:2.93671875rem;height:2.93671875rem;z-index:15202; }
#BtXwpUOwfPzglxVJkaeQgt44iTI9wWrZ { top:76.75rem;left:0rem;width:20rem;height:1.38125rem;z-index:15193;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#VZXXJE7iT2vuQVezQ79fzSkrg0zdwLur { width:18.125rem;height:1.25rem;top:79.0625rem;left:0.9375rem;z-index:15101;overflow:hidden;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-text {padding-top: 0; padding-bottom: 0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#050b17; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-select {padding-top: 0; padding-bottom: 0;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#31802a;background-image:url("https://images.assets-landingi.com/uc/42556653-2f7c-47a8-bbc0-e1f1b38e853c/Untitled201.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:0rem 0rem !important;box-shadow: 0.0625rem 0.0625rem 1.125rem rgba(0,0,0,0) ;color:#04080e; }#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.adaptive-delivery-prevent-bg, #zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.lazyload, #zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-input-button.lazyloading { background-image: none; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J  { width:15rem;height:auto;top:45.1875rem;left:1.2500000596046rem;box-shadow: 0.125rem 0.5rem 0.1875rem rgba(0,0,0,0.85) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;z-index:15104; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J {display:block;}#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J { width:15rem;height:auto;top:45.1875rem;left:1.2500000596046rem;box-shadow: 0.125rem 0.5rem 0.1875rem rgba(0,0,0,0.85) ;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;border-top-right-radius:3rem;border-bottom-right-radius:3rem;border-bottom-left-radius:3rem;border-top-left-radius:3rem;z-index:15104; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #B7FOPUTQQDlB8qK6ul0alIVOLvpRBFEz {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UZF6gDxEGWKzoaKcX2zT4rZLRnahSS7T { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #QvDocnSsZvuIphmwt2102oHn7HnBoSKs {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #IBSgoa3HRynrMX8mJRLEAmq8Au958LH0 {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #OzuHXI9Mr4UMKU2MdXza8bcTlFacMqip { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mQoqhJ8hKfyRF7vNKb4NaKTaL4crvrRH {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #mkXXmR6HtX27eGXt0yNmDWSVkXOh7qyi {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #UolacSKe4Ol5yFpcFygxP9ofpvqAdoct { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #iNtLJhMR6a69OUHDd4I6uXi4iBnmqCwI {  }
#LhyEORAat9zAbIelbPmbmiLVrUBOzo62 { display:block; }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #VwIfLntLGoD7ABHquXLXIi0D48oH6cBT {  }
#zo32uW7gPrs7LPcdA9rmhRV9Q3352z8J #ecrSkrEozwMGwMl4ygTa1yiEg4seBKfq {  }
#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N { display:block; }#OBXyrsl4WIi1TcB577rvbH6cH9Cy084N > .row .container { width:20rem;height:141.1875rem;position:relative;display:block; }#t54b46hxXR2DCApwTxJcLCzUcMlMXnhH { width:20rem;height:11.625rem;top:6.92421913147rem;left:0rem;display:block; }
#vlpnXUWc2WnizeXIXLgVoDrebZAbnl89 { width:19.875rem;height:11.5625rem;top:35.187499523163rem;left:0rem;display:block; }
#dmmB5aC9NgvAHZZkv3aaAts91Ah5NAp3 { width:19.875rem;height:11.5rem;top:89.249998569488rem;left:0rem;display:block; }
#C23PpTNTwyaRiyDgDF9VxRsUPsQR9MyW { width:19.875rem;height:11.5625rem;top:62.562500953675rem;left:0rem;display:block; }
#Ik1F5HCAmX9z3fAOtSw9DVwdn31ELWnz { width:19.875rem;height:11.5625rem;top:115.3750038147rem;left:0rem;display:block; }
#znbOJ3L8IoU2rBr2bEJDXAeUXa0sz694 { top:20.224219322204rem;left:0.24999994039536rem;width:19.4375rem;height:9.5rem;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:block; }
#fPAANcWeXtrwzC30tUV1vIUB6OPKRTvs { top:29.020312309265rem;left:0rem;width:19.4375rem;height:6.75rem;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; }
#SHo8h6cEArK0DHupx7DUU98kKTRQZTAV { top:21.055469512939rem;left:0rem;width:19.9375rem;height:7.71875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#xX7XBHN2W1MrXfVQnT2PQK28ZwrLb2TU { top:27.86171913147rem;left:6.0000000596046rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#MKVb5ZwafbH2U8Hd1sHHP4RhgR2TfhRz { top:30.920313835144rem;left:2.5937500596046rem;width:13.875rem;height:2.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:block; }
#AUyAtAoOcQ4c9rTlet4Pm8G4ZkdJnNiO { display:block; }
#GWksvTCBMkpSfETD5ToSVmbpX0OB0kOH { top:47.875rem;left:0.875rem;width:18.4375rem;height:9rem;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:block; }
#gZFCsyQbKuutuOxOOBNnhT6Wbof7biHN { top:48.75rem;left:0.6875rem;width:18.3125rem;height:6.16875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#hAtm0ycHvV3NO20NDzcoBA5K2guSoQDO { top:55rem;left:5.875rem;width:6.4375rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#KUqMen5Pa4uKweL6IsHbDR4FKrIisIso { top:58.676565170288rem;left:3.0625000596046rem;width:13.875rem;height:2.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:block; }
#x7lTfHF5OXeL8ATHBX1RkwZs9NyzImfI { display:block; }
#lM6qlmLKlBCNGPaeCB8TgCl8l7nH4p1J { top:100.875rem;left:0.75rem;width:18.4375rem;height:9rem;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:block; }
#oadmLZgA8SvNfUsSUMu1hFJE39bymc4N { top:101.875rem;left:0rem;width:19.9375rem;height:6.15rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#uPIM5Fa3zn1Hl4rIhM5kcdSQtQzHDuX6 { top:107rem;left:6.125rem;width:7.625rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#ASlG2DoEEaHpJRQBdSGgl9wOBukv3SFL { top:85.287498474119rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:15189;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; }
#EWLFMLbSHEywXFzXu8AoQQKKSBgKyIOs { display:block; }
#cGeD1KTkn02yas8LXXsce1FV7HTarTTT { top:75.0625rem;left:0.75rem;width:18.4375rem;height:9rem;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:block; }
#CEy2HW4nOqlFQGPAQAmH9ER8BLSXiIWL { top:75.625rem;left:0rem;width:19.9375rem;height:6.16875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#NiJeS1mDhX8cZW2XyIfBBd8Vnb9ZgK4p { top:81.1875rem;left:5.625rem;width:8.3125rem;height:1.4625rem;z-index:15195;font-family:cairo;font-size:1.125rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#nqmUr6JpwnU96DWtBxoUHpcv33IrnDVn { top:138.21093559265rem;left:3.0625000596046rem;width:13.875rem;height:2.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; }
#F3VfTgGWoommpMpftnO8S9ZNXctizp4Z { display:block; }
#lfTgl6kHGoMWE5wGkvTqWbWKT7LtHs2w { top:111.27344083786rem;left:3.0625000596046rem;width:13.875rem;height:2.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:block; }
#CDmriRDzHDlvmqrVlVs5noFITM1fz4mE { display:block; }
#FCd3gQIDCuZu8LtvRWSlPMHrfyQIr3DV { top:127.6875rem;left:0.625rem;width:18.4375rem;height:9rem;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:block; }
#Bc6ngtG9xLMFfSNv6yZB9M0lXGeItJfw { top:128.25rem;left:0rem;width:19.9375rem;height:5.9375rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#I8n7M75nRlR1py4ryEa4yPs4BZycmqdD { top:138.21093606949rem;left:3.0625000596046rem;width:13.875rem;height:2.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:block; }
#FPuOWDe1OchiSuwRK34mhfXlBirr1aET { display:block; }
#cQTWFtptpT9dtBD4SUXqRGtzDA4GMQ3i { top:134.75rem;left:4.4375rem;width:9.875rem;height:1.1875rem;z-index:15195;font-family:cairo;font-size:1.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#uzGcTO5MwA0s4nXbkyze1FbuQzZnxcwM { top:59.375rem;left:3.0625rem;width:13.875rem;height:2.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; }
#bBhlgqBzDoTs8uZqMUtmwz5ayyhzWcMF { display:block; }
#LneTuFlRTJEqNKe2T4mRB6MDgugoQb1q { width:19.434375rem;height:1.4625rem;top:1.125rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#nrwOSBlNHtszu8O9avNWNG246kTqyaiE { width:20rem;height:1.7875rem;top:3.51171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;text-shadow:0.0625rem 0.125rem 0.1875rem rgba(0,0,0,0.5);display:block; }
#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u { display:none; }#MKswpoyP4wbyVStNPpZpl3rJGkl06s0u > .row .container { width:20rem;height:50.625rem;position:relative;display:none; }#loJpCgnW38Tbhndf550y51JTTd94fWMD { width:20rem;height:5.910290237467rem;top:26.6875rem;left:0rem;display:block; }
#O1xZDVDdiE9waGtyZvNaPKS4p46ZsRiA { width:16.875rem;height:3.8984375rem;top:27.625rem;left:1.625rem;font-size:1rem;display:block; }
#rbB9ppo2Dybme8u3BJpNuVhX12nSDv78 { top:45.0625rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#ir7dVw9WpgzxiVOdHBPx4nimElHZt4fy { display:block; }
#bLN8zeTR3umZ9tKifBTptyJ4vTfaOJ56 { width:20rem;height:5.910290237467rem;top:37.125rem;left:0rem;display:block; }
#W3JgxvavaCzzwMclqo1dloCJ5FriwnTD { top:33.3125rem;left:3.125rem;width:13.875rem;height:2.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:block; }
#aXgi8W2Pdn0FUTblDtHyJKBu4oXT3NUh { display:block; }
#DImxZnmXtF0Nq4B4osow9CoWngzMB34o { width:17.75rem;height:3.8984375rem;top:38.1875rem;left:1.3125rem;font-size:1rem;display:block; }
#hS09JSXdr21t9ov4VkZ5aT1vpF5n1qWQ { width:14.6875rem;height:18.4375rem;top:6.8125rem;left:2.6875rem;z-index:15013;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; }
#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN { display:none; }#VZxE6FTFB9zA32idTs9rKKZTIzkSlLSN > .row .container { width:20rem;height:92.25rem;position:relative;display:none; }#R2GkpRK0aEXTC1PIlN7GlFKSk5VFgaJq { width:13.625rem;height:3.5625rem;top:27.0625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#uOVLM8Sokaz8fNQhsbcNCV2tIvytymPl { display:block; }
#ew7qpRLGzTPcHtK5mTCdFx1Du1TDlBe2 { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#WubFeVMlMfH1XKRE3thzyqVac0iufgNZ { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#rRaZR2I9d8EdJbv10vT7DJv3N5GBuURW { width:12rem;height:21.4375rem;top:1.2480463981628rem;left:3.1874998211861rem;display:block; }
#xEBRO67l0c6HeD7duBv0MMvDAUEqBJFp { width:12rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;display:block; }
#PKmmMXdOJ3zy3Ks0pSK5IMgbCIVfKOhf { width:13.625rem;height:3.5625rem;top:56.5625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#NWhGoMh7OhTvhUHuST85y6bazDSZeBuC { display:block; }
#TRtdTmza08NRAghB4h47cAhIS7VOE7N5 { width:13.6241875rem;height:3.5625rem;top:86.623826026919rem;left:3.1863279938698rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#lZerXEM98tTF5sOJ1EnWRCWJoWzxi045 { display:block; }
#nJcLr9iVUfKgvERu13zt8Al8pGaQGP3J { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#CDS0bbBlOrlQRwaRrgNsyMcRwlw4SP0I { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#t2vza6AwT7cQR3gvn6TOMtPZctZ91OfS { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#rwAAmgiww0OZPINoUSXfxosUfxDdnDlQ { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#dFAMyTssL3i7oewsQS19xuEEDNSCVZ4u { width:12.249625rem;height:2.9236125rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
#KeZoC3rTLSoIZdletLBHuaAua2zL1Een { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;display:block; }
#QaR5PM4hRs0Kg6aHZMFzhXFBxFNeFEyC { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;display:block; }
#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT { display:none; }#zNBR9EU4foWKP4eF8pG8flDnl8kigsAT > .row .container { width:20rem;height:92.25rem;position:relative;display:none; }#NdnULnhVQeBqsSP03tJxC2fpJriEKsZa { width:13.625rem;height:3.5625rem;top:27.0625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#fnuJhAQOl84MzI22F3EKFlgOkvtkUtEu { display:block; }
#n8GUZ8RTXMeNf8iy4uqxZ56KRW8MXuZl { display:flex;width:3.12421875rem;height:3.12421875rem;top:27.281249165535rem;left:3.8730466961861rem;z-index:15179; }
#SyEQl7ZsgaSQUiXsF0nW2shzOMWXPHH9 { width:12rem;height:21.375rem;top:31.872640609741rem;left:3.1874998211861rem;overflow:hidden;display:block; }
#UQx72p42qmEFvhBGW4DkEFIpdZFXtoUn { width:12rem;height:21.375rem;top:1.2480463981628rem;left:3.1874998211861rem;display:block; }
#zI4AfAuF71WUD27qTF25N4C0vvJ0p4iA { width:12rem;height:21.375rem;top:60.873699188233rem;left:1.4062500596046rem;display:block; }
#IOfwNsogbekeMuGGNoAuTpCnHoFzlsrW { width:13.625rem;height:3.5625rem;top:56.5625rem;left:3.1875rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#v6IaD3y2Kcdi9oroOUWXI1QCNNg1SdED { display:block; }
#g63ws4uwD0W4sWFaTp6DuQOkSbTOcrwI { width:13.6241875rem;height:3.5625rem;top:86.623826026919rem;left:3.1863279938698rem;z-index:15174;background-color:rgba(45,167,96,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#WHiRCG1OVXmp8QuamhmQBAdOAGy6Etmm { display:block; }
#iJWNH1Ndd5vCyUK5EO5VJ8F2Pm95WSLt { display:flex;width:3.125rem;height:3.125rem;top:178.8125rem;left:3.1875rem;z-index:15179;display:none; }
#MAR8RRJ6z5qysG2Aw82VfrChxT43nD7N { display:flex;width:3.125rem;height:3.125rem;top:56.59375rem;left:3.2708333134651rem;z-index:15179; }
#KyPCkbsyh1rzn6uSAa2rX9Ppe1obPvGT { display:flex;width:3.12421875rem;height:3.12421875rem;top:86.842962265013rem;left:3.8730466961861rem;z-index:15181; }
#glBRg0wOpVcdX3st0Hy9yJhwqVnMraxX { width:5.93671875rem;height:3.31171875rem;top:19.508201837539rem;left:12.386717617512rem;display:block; }
#J8h8VsHfKMIlKmK3EWNlxB7sNtnoQlWQ { width:12.249625rem;height:1.4625rem;top:23.623826503754rem;left:3.1874998211861rem;font-size:0.8125rem;line-height:1.8;z-index:15003;display:block; }
#OH1OuvptSGrQoR0a8pEwPLbawOT0i7Wt { width:12.249625rem;height:1.2375rem;top:53.724215507508rem;left:3.1874998211861rem;font-size:0.6875rem;line-height:1.8;z-index:15003;display:block; }
#lvDNXBQfIpxGHyyvO4QiQ3OgMmf3tC8b { width:12.249625rem;height:1.6875rem;top:83.465627670288rem;left:3.8730466961861rem;font-size:0.9375rem;line-height:1.8;z-index:15003;display:block; }
#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl { display:none; }#o7AVnrLcx0dEIRMpKKQ31Wn3xlkGokCl > .row .container { width:20rem;height:84.1875rem;position:relative;display:none; }#ThskdETQTDGcTcFVGnr2J9uhs3TRyofC { top:0rem;left:0.0625rem;width:19.9375rem;height:2.4375rem;z-index:15193;font-family:cairo;font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#AdX9g5gcBrrh5EEcEuZl9Euhfvsl3lpe { width:20rem;height:5.910290237467rem;top:23.125rem;left:0rem;display:block; }
#GruBJiVlHB9tzOEUFlFAxs40ku6RlTpE { width:16.875rem;height:3.8984375rem;top:24.0625rem;left:1.625rem;font-size:1rem;display:block; }
#BJETOZ0NGiia1JBRToW5McW2eGVG48Id { top:41.5rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#FF17TWABCc49evOePAzSClgi9PzGeroU { display:block; }
#OgSJJR5GVRX6RrFEkOUonu9IUs4wtaqm { width:20rem;height:5.910290237467rem;top:33.5625rem;left:0rem;display:block; }
#LUp34MzekRsJCdTtPW6b2LNi5n4gX3cb { top:29.75rem;left:3.125rem;width:13.875rem;height:2.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:block; }
#lprnkaINAstNLUSZ2K4nX7w7UG43fpJO { display:block; }
#To5gIszmRJLHCIkOhTPVaLzATiVgWmoM { width:17.75rem;height:3.8984375rem;top:34.625rem;left:1.3125rem;font-size:1rem;display:block; }
#aoHVTILdvZ1SHtgsbfiAyDild36p8zVF { top:52.75rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#ZKz19MW1oNMqyBlsmDdeNNWNXw5shiVw { display:block; }
#R92rpbzdZ8pRg6TfMAPxpVPG0t0QvKaF { width:20rem;height:5.910290237467rem;top:45.5625rem;left:0rem;display:block; }
#uqd4C3T9whs1WxtZ7xhAfrEOi71NPW6H { width:17.6875rem;height:3.8984375rem;top:46.5625rem;left:1.1875rem;font-size:1rem;display:block; }
#RUgHR4cGgJGP4SONsK7GEw7RpkkETmWK { width:20rem;height:5.910290237467rem;top:56.8125rem;left:0rem;display:block; }
#XpTLKAgVxpXeTMxkaVnersD3nsIMwvMS { width:17.5rem;height:3.8984375rem;top:57.8125rem;left:1.25rem;font-size:1rem;display:block; }
#PJTMUGLqvUq6boOHy2qs4Pvb5wBUwFi7 { top:63.9375rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#odmDkwDNNPwRZS10VXyCfn3ZnMPO3Tnk { display:block; }
#dHVh2vi74TN8wfy87se1v7fsL05PF5Dg { display:flex;top:69.5rem;left:8.5rem;width:2.936525rem;height:2.936525rem;z-index:15212; }
#BAaRK2z16fqvFUdh9GkSVaHfzhhnNdM1 { top:78.75rem;left:0rem;width:19.999rem;height:1.1378875rem;z-index:15205;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#cO2ucv2QzKHzUyEgch67dbM16u5ndPQb { width:7.6875rem;height:2.311525rem;top:75.125rem;left:2.5rem;z-index:15051;overflow:hidden;display:block; }
#wh9aAoLCF1sZ3g8O3dDRQTEtgZyu2XpE { width:7.6875rem;height:1.875rem;top:75.1875rem;left:10.5rem;z-index:15052;overflow:hidden;display:block; }
#qDa8RqUiTV8v8KcrKSa6QWv20e3x4sTR { top:73.75rem;left:0rem;width:20rem;height:1.3816375rem;z-index:15203;font-family:cairo;font-size:1.0625rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#iUBhZI1sE28vF1tvMxPHViiL6IWNxKem { display:flex;top:78.75rem;left:15.25rem;width:2.9375rem;height:2.9375rem;z-index:15209;font-size:2rem; }
#yLzdpsyagFQPF97JNoGOEyISsHcRMKc7 { width:4.3125rem;height:1.5625rem;top:80.5625rem;left:9.5625rem;z-index:15046;display:block; }
#gVfQL8C6ss9sdXCMa4A3sDZ9Mo8X23sf { width:3.875rem;height:1.4375rem;top:80.625rem;left:5.6875rem;z-index:15046;display:block; }
#Dwkyrn2SF8TbT6C0hctoXxLwgs4fnlsE { width:14.6875rem;height:18.4375rem;top:3.25rem;left:2.6875rem;z-index:15013;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; }
#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS { display:none; }#XFxvfo2xKAq4lkNV3lJ7xyaTFLxEUUfS > .row .container { width:20rem;height:67.6875rem;position:relative;display:none; }#N5fIg1EwmTbSIFwuGCwPHIanmKbdLmkS { top:4.7742156982422rem;left:0rem;width:20rem;height:11.25rem;z-index:15000;overflow:hidden;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#KWVnupzLWr86vLWoCmLNqILoV0i13xw7 { top:17.273048400879rem;left:0rem;width:19.9991875rem;height:11.3715rem;z-index:15193;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#CzQAZrhVcveMTcbXRmUo0yagrn0CsT9e { top:29.651953697204rem;left:3.0609372258186rem;width:13.875rem;height:2.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:block; }
#aXXRuGV9PEUCf8oa07OdoTmLyJipKBN4 { display:block; }
#OyU25o7sMdMNkVQW7yZ9rqRnbI6frnyA { display:flex;top:30.2451171875rem;left:4.09375rem;width:1.624025rem;height:1.624025rem;z-index:15192; }
#mo4umbtvDBU2iKTM6D3IXakmE2a0R1Mk { top:33.7138671875rem;left:0rem;width:20rem;height:11.203931203931rem;z-index:15000;overflow:hidden;border-top-left-radius:2.6875rem;border-top-right-radius:2.6875rem;border-bottom-left-radius:2.6875rem;border-bottom-right-radius:2.6875rem;display:block; }
#JkyMWZwEmteJhrGAQXg6xTo07TVWx55K { top:46.1669921875rem;left:0.0625rem;width:19.875rem;height:14.783rem;z-index:15193;font-family:cairo;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
#W4h4F7USiLx3FLJm2hBns3zLuvFkTTL6 { top:62.1943671875rem;left:3.0625rem;width:13.875rem;height:2.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:block; }
#ggOXV4gFWrDDKo5Qo15l1UkzraC34TzZ { display:block; }
#AXFfyotef9IwCfGV4wc16VyChxc4mv8F { display:flex;top:62.7880859375rem;left:4.09375rem;width:1.624025rem;height:1.624025rem;z-index:15193; }
#NKEevafsRfP0r3XrD3wqnTU2BC2VAakM { display:flex;top:39.0625rem;left:9.0625rem;width:1.875rem;height:1.875rem;z-index:15191;display:none; }
#eZA9aSCiKiUtalJ1vZ2sMldoyiQGemfX { display:flex;top:39.3125rem;left:9.1875rem;width:1.624025rem;height:1.624025rem;z-index:15191;display:none; }
#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT { display:block; }#zbqexsfkV6a9TWvsJSCmrttP5DBABuAT > .row .container { width:20rem;height:26.625rem;position:relative;display:block; }#h0i9E5XCDHdqTuKA5IL70i0vnDgde17F { width:20rem;height:18.9375rem;top:1.25rem;left:0rem;display:block; }
#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ { background-color: transparent; background-image: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row > .video-iframe-container { display: none; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .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); }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container { width:20rem;height:11.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.adaptive-delivery-prevent-bg, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyload, #fz2TxMVFtnFDLv6Ss37s8aqAAc1CpFfZ > .row .container.lazyloading { background-image: none; }#uCXJ3FaAdhBy76BmnEbII3D9NpEg5kg5 { width:18rem;height:2.8rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;display:block; }
#MI3fsdvyyyLEa9iU0E2Ku48vR4nfqyie { width:15.8125rem;height:0;top:11.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15011;display:none; }
#KE6sRrik8yw8wMfASZsbh1dtQDUDcKoV { width:2.43706875rem;height:2.43706875rem;top:7.0138893127444rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15009;display:block; }
#QFQchOQI3boW3GD2U6bxKN7axzZgvGyF { width:2.43706875rem;height:2.43706875rem;top:11.5625rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15010;display:none; }
#XdDXBdmD65bdCunoKZSctyerPR4I3swE { width:2.43706875rem;height:2.43706875rem;top:20.200738906861rem;left:16.435547888279rem;font-size:1.6875rem;z-index:15012;display:none; }
#OOpMUEQXF5Hf7KrLWg4qLRsPUTLeK8KE { top:1.0753040313721rem;left:11.129557669162rem;width:4.81228125rem;height:5.9375rem;z-index:15021;overflow:hidden;display:block; }
#R3uzmMEhB3FpoTGwl2pDym1rDEzJ4awK { width:15.061875rem;height:2.6003875rem;top:3.4320735931396rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;display:block; }
