.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;
}
html,
body {
  font-size: 16px;
}
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;
}
:root { --color-primary-0:218,247,236;--color-primary-1:145,230,199;--color-primary-2:72,213,161;--color-primary-3:45,167,96;--color-primary-4:14,43,32;--color-secondary-0:229,238,225;--color-secondary-1:178,203,166;--color-secondary-2:127,169,106;--color-secondary-3:58,149,48;--color-secondary-4:42,111,6;--color-tertiary-0:255,255,255;--color-tertiary-1:21,21,21;--color-tertiary-2:12,11,12;--color-tertiary-3:5,5,5;--color-tertiary-4:0,0,0;--headlines-font-family:"Cairo";--paragraphs-font-family:"Cairo"; }@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); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { position:relative;display:block; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { background-color: transparent; background-image: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { border-width: 0; border-radius: 0; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);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; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { color:#006c35;display:block;width:5.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.1585941314698rem;left:34.1875rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H1eWfKcgzcwH3Bix6e6UrZ5tgkPFpOXp { 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.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#ZGNqVNub0WFeg27dz8fnBTsxJxVeUrRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yIWgadxhwblcQmWSBeTHEPC6GxGgpKTt { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:4.625rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:none; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { position:relative;display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { background-color: transparent; background-image: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .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); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { border-width: 0; border-radius: 0; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5ca7fb7-1df1-411c-88dd-8b2668e2b234/mobileapp0103.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:0.875rem;font-family:arial;height:67.3125rem;width:60rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.adaptive-delivery-prevent-bg, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyload, #AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container.lazyloading { background-image: none; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:32.625rem;left:9.75rem;display:none; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:27.841794967651rem;left:9.7482643127444rem;display:none; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:32.812501430511rem;left:22.505424499512rem;display:none; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:27.998048305511rem;left:22.437065124512rem;display:none; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15173;text-align:center;text-align-last:center;top:23.342011451721rem;left:9.6755638122556rem;display:none; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:60rem;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:10.4375rem;left:0rem;display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:38.247657775879rem;left:28.312501907349rem; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { color:#000000;display:block;width:14.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.625rem;top:42.125rem;left:23.250001907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { color:#000000;display:block;width:10.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:1.4625rem;top:44.125rem;left:25.187501907349rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { color:#0e849e;display:block;width:23.25rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1015625rem;left:18.375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51.053123474121rem;display:none; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.7531204223633rem;display:none; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { position:absolute;display:block;z-index:15179;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.5rem;border-top-right-radius:3.5rem;border-bottom-left-radius:3.5rem;border-bottom-right-radius:3.5rem;box-shadow: none;height:18.9375rem;width:10.625rem;top:7.530468940735rem;left:41.625001907349rem;overflow:hidden;display:none; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15194;opacity:1;top:20.186719894409rem;left:27.593751907349rem; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { 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:19.780469894409rem;left:35.050001144409rem; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { box-sizing:content-box;height:8.625rem;width:5.1875rem;position:absolute;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.6015625rem;left:33.328126907349rem;display:block; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { box-sizing:content-box;height:9.3125rem;width:5.6875rem;position:absolute;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:28.186721801757rem;left:27.156251907349rem;display:block; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { box-sizing:content-box;height:9.3125rem;width:6.0625rem;position:absolute;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block;z-index:15000;background-color:#fafafa;background-image:none;top:27.467971801757rem;left:20.425001144409rem;display:block; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:4.5625rem;width:4.5625rem;top:27.6015625rem;left:33.546876907349rem;display:block; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:28.484375rem;left:27.125001907349rem;display:block; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:27.6640625rem;left:21.300001144409rem;display:block; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { color:#000000;display:block;width:5.5625rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.425003051757rem;left:33.253126144409rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { color:#000000;display:block;width:4.6875rem;position:absolute;font-family:cairo;font-size:0.6875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.4765625rem;left:27.406251907349rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { color:#000000;display:block;width:6.1875rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:32.790626525879rem;left:20.175001144409rem;height:2.111325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { position:absolute;display:block;z-index:15099;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:18.125rem;top:46.4375rem;left:20.937501907349rem;overflow:hidden;display:block; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { position:absolute;display:block;z-index:15100;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;top:30.850002288818rem;left:8.78750038147rem;overflow:hidden;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15167;opacity:1;top:4.6875rem;left:10.35000038147rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { color:#006c35;display:block;width:6.4375rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.284375190735rem;left:40.531251907349rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#UEHA1ZoRG6lpQOW1CrnkT1kKMtfP5DEE { color:#000000;display:block;width:18.9375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.875rem;top:11.25rem;left:0.5rem;display:none; }
#X4Du4VBxrK2t17WrT2RaKfx0qyK9RRtE { color:#000000;display:block;width:19.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:15.125rem;left:0.375rem;display:none; }
#ILZyoqbheMQRGvMMldz9QkdN67zZT6HU { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:22.5rem;display:none; }
#HPJuTw8k6bPuB3b2NiPmKLMtz18TR14o { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.8;letter-spacing:0;top:13.841146796942rem;left:32.96484375rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sBoA66fvemmKVoADrgITzQvIHxCKPPz8 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#SiKTUHiXmP01LA6naVJIeJ2XSTCTVPd5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.8;letter-spacing:0;top:13.841146796942rem;left:32.96484375rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WxrDhoNTOKC5H0NLZ5sOpa0ydvIktnkG { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.8;letter-spacing:0;top:13.841146796942rem;left:32.96484375rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WcXUO5feMJFpCe2CxZzgXHFP0FKkDgsi { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.8;letter-spacing:0;top:13.841146796942rem;left:32.96484375rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#fhADeK1zPlv5Kw6CXAuktC8UT0wuF8B5 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.8;letter-spacing:0;top:13.841146796942rem;left:32.96484375rem;height:10.6875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VAF9NSSpvJqQF7aC5XVB9n8zTL36lVUQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gDLTg4OgOPruzuvLKcJnlPNaZcuSJ0sG { 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.1875rem;height:2.3125rem;text-decoration:none;z-index:15193;text-align:center;text-align-last:center;top:20.187498092651rem;left:34.0625rem;display:none; }
#q8FZPTxx2S12nr3MqxcwG7WJ12szyPg3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VpHFGzbOG8I1NATg5Ty67DIf7nRM3kdN { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.3125rem;width:45.6875rem;display:none; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { border-width: 0; border-radius: 0; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:none; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { 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:0rem;left:35.375rem;overflow:hidden;display:block; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { 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:0rem;left:6.5625rem;overflow:hidden;display:block; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { 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:12.75rem;left:19.4375rem;overflow:hidden;display:block; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:3.8125rem;left:11.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { color:#383838;display:block;width:2.559375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:4.875rem;left:9.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { color:#000000;display:block;width:24.25rem;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:17.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#R7c7T8xzw1KHXftb9xQiqeiQOv4hs8ed { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#SzXGPZe0BTpq8OiOrCrmIkqyfEaOW1gT { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#QALCcKo1fGbMMWGrstLOXBXVVwzM0QA0 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#cu0ITlNPFCI1JO1CPgJ087sAvGfuOd1C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#LqMT0UFapD31b0TJaOx8RJi3AeiWDgZ2 { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.09375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qKKTyS57eA1m8NTTW7ow0zurFa9Q7Lq2 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:8.8125rem;left:43.125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#CtbTTIFpDqQUZwB1WfTNqgdkC3t6LzHD { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:9.390625rem;left:35.5625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#TmfyF8AZkAM7mtNTEnHXvRIkWiUEKPlc { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#Ty59bTgrdupxMygW5y8KUvUgSq1Vw2xg { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#JvF1PHVm3PegymuJuCe2sSqvqCpenq8z { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#XUGPa0DFEXUTKncDHNg7ymamVtVBiUzM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#qbMve4tzPlMiNg4hNWIvaMpAvQUVmQao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:0.5625rem;left:46rem;display:none; }
#NZhVBhMP1xVHqsdNyucUkQavWdacIxAS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#w2Rx2NyPiRvLKfAJ9o5r0WZfy2B4h7xq { color:#000000;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15119;line-height:1.6;letter-spacing:0;top:21.424217224121rem;left:40.901550292969rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xSFlEhQ1hcLsrJHpBf7MNvwkNDz03oVv { color:#383838;display:block;width:3.3109375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:21.92343711853rem;left:38.063278198243rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kgQf9CwIB7mIxaoi1GqlNHxUnAbL16oq { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:18.500010490417rem;left:40.557807922363rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fzWs4Lv8n8O2BKDtX0F14ZAygnmSe0Wu { color:#0f86a9;display:block;width:11.6859375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:21.419536590576rem;left:44.6484375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wP7BIvHpKMnJtAVvseQhtpAVteQl0KVo { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#dsSKxuzkM2VQhe51O912w3Qc6lEsDUT2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#rxkNoH2kIuZpaw4oJZ0KAI3poffoSquU { color:#0f86a9;display:block;width:11.6859375rem;position:absolute;font-family:cairo;font-size:0.8125rem;font-weight:700;z-index:15085;line-height:1.3;letter-spacing:0;top:21.419536590576rem;left:44.6484375rem;height:2.1125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#OGTNCugnhltIIzITFS5zdue0VeJAtRGx { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15126;line-height:1.3;letter-spacing:0;top:18.500010490417rem;left:40.557807922363rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#eJnnkDM18TPs1Bi1vXyp4s6hP4amvysg { color:#383838;display:block;width:3.3109375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15127;line-height:1.3;letter-spacing:0;top:21.92343711853rem;left:38.063278198243rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#XdfFmhXCb8xJtf9hbTESaZvtumAhHUsp { color:#000000;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:15119;line-height:1.6;letter-spacing:0;top:21.424217224121rem;left:40.901550292969rem;height:2.3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QmC7oZv54sF7y1NfNALsHf6dUX9vkpfm { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#qWnnbzEtzRmoOk2kdfQtgcGWvOT8xAyH { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#ly64AheNWTHup2mZl83z8gkR9TobCAH2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZDKZhoBERdIEeEPrSwQRNwIAm8ohuxHJ { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:3.8125rem;left:11.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qVTt4Dv7kFL29mQe3vBdxbC4O0K6M6hi { color:#383838;display:block;width:2.559375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:4.875rem;left:9.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CsQEKZKOvHnyUK5HzJ6KSOBMPginv1HE { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#Vm8ekPLufMK7GuXxmVpODIJ0yT0fP5TW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#HWQJHDQJLQN9SfacKeTyapOnl1ZtTx5p { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#pdBpSGELvQIKzKpEf8fLRRG3IaM6uMpK { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#T5K9VZ5xEdk2lWlDVSpbWAAgsQVT0PQt { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:3.8125rem;left:11.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GxIetqTTCXGDFqM08ox0AqoX3mN6KuqU { color:#383838;display:block;width:2.559375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:4.875rem;left:9.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#BGOSDnNJNZ5uJkMc0fI9bSIa2UMZbTCD { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#i6Tnr4JmsHDgs2LHXFFNBactKy1NOJ1o { 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:7.9375rem;left:12.25rem;display:none; }
#ZdBcTJzCRUaioyWvWHLAr562vSF5XR1A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XzQAB4AeWU97TlJ7VlBtdVKiGa1WwQ0O { 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:7.9375rem;left:12.25rem;display:none; }
#EZqDAVSqm2qaUkLTIbKElk1FPOMoKyuz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IfbqFa9x0nlD4wRirzPdzt7TsfoDB3Fm { 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:7.9375rem;left:12.25rem;display:none; }
#RlXsJLbwgrQpXewzGtH28MH6txeBvVUR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KhmTpoxceK6MKcCy9X5CKvqiEZ09hkyW { 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:7.9375rem;left:12.25rem;display:none; }
#swiSIb3U6fttBRZ9KxvITPZbsg4dH1Ib { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X04edeqbxAhFzpTDzRrMd88JJ8UuvUuL { 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:7.9375rem;left:12.25rem;display:none; }
#voX5buTXxMlpCTMsTI6ycoAKIvwWmtEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gB6MrmK3wsZFEX81TZ8Nrd9blCEgyP3N { 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:7.9375rem;left:12.25rem;display:none; }
#CTCgTeNFmuGzMxpgaIs2HXhTCARB0otX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H4w7H4FVl7SaizfnAlwLntWcuuN7ndxe { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#wfzeagiWWPEn4XctPeqEcEuyXpd1S9eA { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15087;line-height:1.3;letter-spacing:0;top:1.3125rem;left:12.125rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ELWJvIAmznXMJKSnnRwSEizLCiskdKXL { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#iDiI3FQxPmzLcRfDsaJSEWbnO95OHt6y { 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:7.9375rem;left:12.25rem;display:none; }
#HPQ7ivS3otggB3JdyiET965GzPMOqHH7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OZFos9LPgFIWX2TIKHqFSXEgREi088I5 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15084;line-height:1.6;letter-spacing:0;top:3.8125rem;left:11.375rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Cw26u8ZQIfFtDJuZymMLTaQJfI6leZJn { color:#383838;display:block;width:2.559375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:4.875rem;left:9.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#kogZvqmcDGr6fl4BnLXvnFgn8aQdprHN { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#Rn3qZ6O9cix5ledZO6v6pensIREgRukb { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#pNQDFVDZ24HqTIlDaLyZ73HRU7oabcBA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#EAlM5H8tRZGtnloTFQxb5v5RcTosn7b8 { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#wHMVdNGBmeZzxfEMWRk5MI83A3T8Xipx { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.09375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HHlQXZ6sqaQR6LzdTn9GBGUNmnvvVcg2 { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:8.8125rem;left:43.125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fk1XezvNOW00TusKgtuODENVHSnxTBNq { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:9.390625rem;left:35.5625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cMfO08nJOFaPIpVQlTcHT9Kq8g124OQ6 { 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:7.9375rem;left:12.25rem;display:none; }
#RRmZdSohwAz4SxZKz28w4ZmGu4nRzlgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fpMQUTbXJMKsVu5EtCNBb59DsexdEQlQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;height:5rem;width:8.625rem;top:56.237501144409rem;left:22.925001144409rem;overflow:hidden;display:none; }
#mULqo8zZSS2OFZTSK0KvyxNxgbTcEeGV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NkdBencDF3KpBZWTIdlfH97taJK3AuFA { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.84765625rem;top:16.8125rem;left:37.187501907349rem;text-align:center;text-align-last:center;display:none; }
#C93ZOPCRS8SHeE0IKJK8BvNrXEZlvcn0 { color:#0f86a9;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15095;line-height:1.3;letter-spacing:0;top:6.625rem;left:42.09375rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#u1HAabe0Pqpvmb7ESVdTw0Er9s5tADUe { color:#ef4b15;display:block;width:3.75rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:15088;line-height:1.6;letter-spacing:0;top:8.8125rem;left:43.125rem;height:2.7rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#xmpIrhcLstNc9DuHTybIFfAc2QHBs1hN { color:#383838;display:block;width:12.6234375rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:9.390625rem;left:35.5625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#o73ZuLA0HPIiSFWhaU8XOhOga1wTSMWR { 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:7.9375rem;left:12.25rem;display:none; }
#LJtOTK7ycCZcLVA3T2WTtoOVHfQWNywN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc { position:relative;display:none; }#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc { border-width: 0; border-radius: 0; }#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc > .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; }#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-form-header {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:1rem;font-weight:bold;color:#000000;width:15rem;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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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 rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:15rem;box-sizing:border-box;height:1.5rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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 rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:cairo;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);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:15rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:cairo;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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:#348d34;background-image:none;border-top:0;border-right:0;border-bottom:0.3125rem solid #000164;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#f2f9ff;width:8.0625rem;height:2.6875rem;font-family:cairo;overflow:hidden;box-shadow: none; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-moz-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-ms-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-webkit-input-placeholder { color:#161616;font-family:cairo;font-size:0.9375rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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:13.8125rem;overflow:hidden;font-style:normal; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .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:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:first-of-type{padding-top:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:last-of-type{padding-bottom:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.250001907349rem;top:48.5rem;z-index:15029;position:absolute; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;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; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.250001907349rem;top:48.5rem;z-index:15029;position:absolute; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA { position:relative; }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { position:relative;display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 { position:relative; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ { position:relative; }
#Ad2ToxURaQJwO1CigCo6gxDGvaprC8do { 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:7.9375rem;left:12.25rem;display:none; }
#W0pWyMwb9qRSEdV1TM5rbtqFeQz3NiTW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { border-width: 0; border-radius: 0; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { font-size:0.875rem;font-family:arial;height:29.5625rem;width:60rem;position:relative;display:none; }#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { 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; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { 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.9359375rem;height:2.8734375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:13.248442173004rem;left:39.901557922363rem;display:none; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { 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:none; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { 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; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { 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:9.46718788147rem;overflow:hidden;display:block; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { position:absolute;display:block;z-index:15005;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.3125rem;left:8.375rem;overflow:hidden;display:block; }
#x5ZRlV0GzemPMHe2ubZQqMotTREQQJfk { 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:33.75rem;width:58.0625rem;display:none; }
#gQpxH6xZTCxvhTtwXnEZIwTbkHLM20zM { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hlpo6JiBSNL4TWBzHv596eAMrCcTnkIT { color:#383838;display:block;width:2.8125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:15097;line-height:1.3;letter-spacing:0;top:9.5125002861025rem;left:17.018751144409rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#PLiF5L7s0zveeLzNTgfv1KHNH1wTFXn0 { 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:33.75rem;width:58.0625rem;display:none; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { background-color: transparent; background-image: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .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); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { border-width: 0; border-radius: 0; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/fb30b318-f020-4384-a978-5b6407429157/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.adaptive-delivery-prevent-bg, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyload, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyloading { background-image: none; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { color:#405466;display:block;width:31.499rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:5rem;left:1.56005859375rem;height:5.6982375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { color:#0e0a52;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.6875rem;left:37.0625rem;height:2.8441375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { color:#000000;display:block;width:16.625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.6875rem;left:39.625rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { color:#000000;display:block;width:15.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.5rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.125rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { position:absolute;display:block;z-index:15036;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.1875rem;width:1.5625rem;top:6.9375rem;left:56.3125rem;overflow:hidden;display:block; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { position:absolute;display:block;z-index:15037;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.1875rem;width:1.5625rem;top:8.65625rem;left:56.3125rem;overflow:hidden;display:block; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { position:absolute;display:block;z-index:15038;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.1875rem;width:1.5625rem;top:10.4375rem;left:56.375rem;overflow:hidden;display:block; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { position:absolute;display:block;z-index:15039;background-color:#e1093f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.125rem;top:5rem;left:34.375rem;display:block; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { z-index:15090;top:10.4375rem;left:11.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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.4;overflow:hidden;position:absolute;width:11.372375rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 { position:relative;display:none; }#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 { border-width: 0; border-radius: 0; }#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 > .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; }#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#rOdqRmRX13tEMl7r2I6QBXM6sdV2RvzF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#bJiAOoH3bFinJ6AIJOksKeDCuiQioT9g { color:rgba(var(--color-tertiary-4),1);display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:2.375rem;left:0rem;display:none; }
#M1TRvHBKa62xkNEKT0SEBQe08QKQsJb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);height:;top:3.9375rem;left:0rem;display:none; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { position:relative;display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { background-color: transparent; background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .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); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { border-width: 0; border-radius: 0; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.adaptive-delivery-prevent-bg, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.lazyload, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container.lazyloading { background-image: none; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { color:#000000;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.4375rem;font-style:normal;display:block; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { position:absolute;display:block;z-index:15001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { color:#707b8b;display:block;width:35.1875rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.7;letter-spacing:0;top:7.9372863769531rem;left:22.75rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:30.6875rem;left:57.125rem;display:block; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { position:absolute;display:block;z-index:15004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:30.8125rem;left:57.1875rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:20.375rem;left:30.25rem;height:1.8rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:30.375rem;left:35.4375rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:32.9375rem;left:57.25rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:32.875rem;left:57.125rem;display:block; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:35.25rem;left:57.25rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:35.125rem;left:57.125rem;display:block; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:32.6875rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:37.1875rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:37.4375rem;left:57.25rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;height:1.875rem;width:1.875rem;top:37.3125rem;left:57.125rem;display:block; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:35rem;left:44.8125rem;height:2.7rem;text-align:right;text-align-last:right;display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { color:#707b8b;display:block;width:20.811625rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:23rem;left:38.0625rem;height:5.94921875rem;text-align:justify;text-align-last:initial;display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { color:#707b8b;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.7;letter-spacing:0;top:10.909288406372rem;left:25.069446563721rem;height:2.9746125rem;text-align:justify;text-align-last:initial;display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { color:#707b8b;display:block;width:33.125rem;position:absolute;font-family:cairo;font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.7;letter-spacing:0;top:14.833985328674rem;left:25.069446563721rem;height:2.975rem;text-align:justify;text-align-last:initial;display:block; }
#W94c8XOohF9G6Sp4Om4o0hywlaoZouLk { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { position:relative;display:block; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { background-color: transparent; background-image: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { border-width: 0; border-radius: 0; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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:11.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { color:#0c0b0c;display:block;width:33.4375rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:0.838623046875rem;left:10.655517578125rem;height:3.98125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { 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; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { box-sizing:content-box;color:rgba(87,126,169,0.83);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6859375rem;width:3.6859375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:4.8156204223633rem;left:54.9375rem;display:block; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:73.625rem;width:60rem;display:none; }
body { position:relative;display:block; }
#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { display:none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container { width:47.75rem;position:relative;display:none; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { top:1.125rem;left:28.0625rem;width:5.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#H1eWfKcgzcwH3Bix6e6UrZ5tgkPFpOXp { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#ZGNqVNub0WFeg27dz8fnBTsxJxVeUrRA { display:block; }
#yIWgadxhwblcQmWSBeTHEPC6GxGgpKTt { top:1.6875rem;left:19.061767578125rem;width:4.625rem;height:2.8125rem;display:none; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { width:47.75rem;position:relative;display:block; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:block; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { width:17.5rem;height:3.4375rem;top:32.625rem;left:3.625rem;display:none; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.6232643127441rem;display:none; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { top:32.8125rem;left:16.380424499512rem;width:3.125rem;height:3.125rem;display:none; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { top:27.9375rem;left:16.312065124512rem;width:3.125rem;height:3.125rem;display:none; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5505638122559rem;display:none; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { width:47.75rem;height:17.1875rem;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { display:none; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { top:38.1875rem;left:22.187501907349rem;width:3.125rem;height:3.125rem;display:none; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { top:42.125rem;left:17.125001907349rem;width:14.5rem;height:1.625rem;font-size:1.25rem;display:none; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { top:44.125rem;left:19.062501907349rem;width:10.875rem;height:1.4375rem;font-size:1.125rem;display:none; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { display:none; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { display:none; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { top:6.6875rem;left:0rem;width:16.6875rem;height:1.75rem;font-size:1.375rem;display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { top:7.5rem;left:35.500001907349rem;width:10.625rem;height:18.9375rem;display:block; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { top:20.125rem;left:21.468751907349rem;width:2.3125rem;height:2.3125rem;display:none; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { top:19.75rem;left:28.925001144409rem;width:3.125rem;height:3.125rem;display:none; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { top:27.5625rem;left:27.203126907349rem;width:5.1875rem;height:8.625rem;display:none; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { top:28.125rem;left:21.031251907349rem;width:5.6875rem;height:9.3125rem;display:none; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { top:27.4375rem;left:14.300001144409rem;width:6.0625rem;height:9.3125rem;display:none; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { width:4.5625rem;height:4.5625rem;top:27.5625rem;left:27.421876907349rem;display:none; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { width:5.25rem;height:5.25rem;top:28.4375rem;left:21.000001907349rem;display:none; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { width:4.1875rem;height:4.1875rem;top:27.625rem;left:15.175001144409rem;display:none; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { top:32.375rem;left:27.128126144409rem;width:5.5625rem;height:3.125rem;font-size:0.8125rem;display:none; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { top:34.4375rem;left:21.281251907349rem;width:4.6875rem;height:1.75rem;font-size:0.6875rem;display:none; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { top:32.75rem;left:14.050001144409rem;width:6.1875rem;height:3.125rem;font-size:0.8125rem;display:none; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { top:46.4375rem;left:14.812501907349rem;width:18.125rem;height:1.25rem;display:none; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { top:30.8125rem;left:2.6625003814698rem;width:22.5rem;height:22.5rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { top:5.3125rem;left:4.8500003814697rem;width:3.125rem;height:3.125rem;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { top:9.25rem;left:34.406251907349rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#UEHA1ZoRG6lpQOW1CrnkT1kKMtfP5DEE { top:11.25rem;left:0rem;width:18.9375rem;height:2.875rem;font-size:1.125rem;display:none; }
#X4Du4VBxrK2t17WrT2RaKfx0qyK9RRtE { top:15.125rem;left:0rem;width:19.125rem;height:;font-size:1.375rem;display:none; }
#ILZyoqbheMQRGvMMldz9QkdN67zZT6HU { width:22.5rem;height:22.5rem;display:none; }
#HPJuTw8k6bPuB3b2NiPmKLMtz18TR14o { top:44.8125rem;left:0rem;width:15.1875rem;height:1rem;font-size:0.625rem;display:none; }
#sBoA66fvemmKVoADrgITzQvIHxCKPPz8 { display:none; }
#SiKTUHiXmP01LA6naVJIeJ2XSTCTVPd5 { top:54.5625rem;left:0rem;width:14.125rem;height:1rem;font-size:0.8125rem;display:none; }
#WxrDhoNTOKC5H0NLZ5sOpa0ydvIktnkG { top:55.625rem;left:0rem;width:11.5625rem;height:1rem;font-size:0.8125rem;display:none; }
#WcXUO5feMJFpCe2CxZzgXHFP0FKkDgsi { top:56.6875rem;left:0rem;width:11.25rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#fhADeK1zPlv5Kw6CXAuktC8UT0wuF8B5 { top:57.6875rem;left:0rem;width:12rem;height:2.0625rem;font-size:0.8125rem;display:none; }
#VAF9NSSpvJqQF7aC5XVB9n8zTL36lVUQ { display:none; }
#gDLTg4OgOPruzuvLKcJnlPNaZcuSJ0sG { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#q8FZPTxx2S12nr3MqxcwG7WJ12szyPg3 { display:block; }
#VpHFGzbOG8I1NATg5Ty67DIf7nRM3kdN { width:45.6875rem;height:21.3125rem;display:none; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { display:block; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { width:47.75rem;position:relative;display:block; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { top:0rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { top:0rem;left:0.4375rem;width:23.6875rem;height:7rem;display:block; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { top:12.75rem;left:13.3125rem;width:23.6875rem;height:7rem;display:block; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { width:3.75rem;height:2.6875rem;top:3.8125rem;left:5.25rem;font-size:1.25rem;display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { width:2.5rem;height:1.25rem;top:4.875rem;left:3.6875rem;font-size:1rem;display:block; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { width:12.5625rem;height:1.4375rem;top:1.3125rem;left:6rem;font-size:1rem;display:block; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { top:1.6875rem;left:11.71875rem;width:24.25rem;height:2.1875rem;font-size:1.875rem;display:none; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { display:none; }
#R7c7T8xzw1KHXftb9xQiqeiQOv4hs8ed { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#SzXGPZe0BTpq8OiOrCrmIkqyfEaOW1gT { top:22.125rem;left:0rem;width:15rem;height:6.8125rem;font-size:0.8125rem;display:none; }
#QALCcKo1fGbMMWGrstLOXBXVVwzM0QA0 { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#cu0ITlNPFCI1JO1CPgJ087sAvGfuOd1C { display:none; }
#LqMT0UFapD31b0TJaOx8RJi3AeiWDgZ2 { width:12.5625rem;height:1.5rem;top:6.625rem;left:35.1875rem;font-size:1.1875rem;display:none; }
#qKKTyS57eA1m8NTTW7ow0zurFa9Q7Lq2 { width:3.75rem;height:2.75rem;top:5.625rem;left:3.3750005364418rem;font-size:1.5rem;display:none; }
#CtbTTIFpDqQUZwB1WfTNqgdkC3t6LzHD { width:12.5625rem;height:1.5rem;top:9.375rem;left:29.4375rem;font-size:0.9375rem;display:none; }
#TmfyF8AZkAM7mtNTEnHXvRIkWiUEKPlc { top:66.625rem;left:0rem;width:15rem;height:4.875rem;font-size:0.8125rem;display:none; }
#Ty59bTgrdupxMygW5y8KUvUgSq1Vw2xg { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#JvF1PHVm3PegymuJuCe2sSqvqCpenq8z { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#XUGPa0DFEXUTKncDHNg7ymamVtVBiUzM { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#qbMve4tzPlMiNg4hNWIvaMpAvQUVmQao { top:0.5625rem;left:39.875rem;width:2.3125rem;height:2.3125rem;display:none; }
#NZhVBhMP1xVHqsdNyucUkQavWdacIxAS { display:none; }
#w2Rx2NyPiRvLKfAJ9o5r0WZfy2B4h7xq { width:3.75rem;height:1.75rem;top:19.6875rem;left:2.875rem;font-size:1.4375rem;display:none; }
#xSFlEhQ1hcLsrJHpBf7MNvwkNDz03oVv { width:3.25rem;height:1.25rem;top:21.875rem;left:31.938278198243rem;font-size:1rem;display:none; }
#kgQf9CwIB7mIxaoi1GqlNHxUnAbL16oq { width:12.5625rem;height:;top:18.4375rem;left:34.431243896484rem;font-size:1rem;display:none; }
#fzWs4Lv8n8O2BKDtX0F14ZAygnmSe0Wu { width:11.625rem;height:2.0625rem;top:21.375rem;left:36.125rem;font-size:0.8125rem;display:none; }
#wP7BIvHpKMnJtAVvseQhtpAVteQl0KVo { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#dsSKxuzkM2VQhe51O912w3Qc6lEsDUT2 { display:none; }
#rxkNoH2kIuZpaw4oJZ0KAI3poffoSquU { width:16.25rem;height:;top:19.5625rem;left:0rem;font-size:0.8125rem;display:none; }
#OGTNCugnhltIIzITFS5zdue0VeJAtRGx { width:12.5625rem;height:;top:16.8125rem;left:0rem;font-size:1rem;display:none; }
#eJnnkDM18TPs1Bi1vXyp4s6hP4amvysg { width:3.25rem;height:1.25rem;top:21.875rem;left:31.938278198243rem;font-size:1.0625rem;display:none; }
#XdfFmhXCb8xJtf9hbTESaZvtumAhHUsp { width:3.75rem;height:1.75rem;top:16.6875rem;left:0rem;font-size:1.4375rem;display:none; }
#QmC7oZv54sF7y1NfNALsHf6dUX9vkpfm { width:12.5rem;height:;top:62.3125rem;left:0rem;font-size:1rem;display:none; }
#qWnnbzEtzRmoOk2kdfQtgcGWvOT8xAyH { top:65.5625rem;left:0rem;width:15rem;height:4.8125rem;font-size:0.8125rem;display:none; }
#ly64AheNWTHup2mZl83z8gkR9TobCAH2 { display:none; }
#ZDKZhoBERdIEeEPrSwQRNwIAm8ohuxHJ { width:3.75rem;height:1.9375rem;top:63.25rem;left:0rem;font-size:1.25rem;display:none; }
#qVTt4Dv7kFL29mQe3vBdxbC4O0K6M6hi { width:2.5rem;height:1.25rem;top:4.875rem;left:3.6875rem;font-size:1rem;display:none; }
#CsQEKZKOvHnyUK5HzJ6KSOBMPginv1HE { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#Vm8ekPLufMK7GuXxmVpODIJ0yT0fP5TW { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#HWQJHDQJLQN9SfacKeTyapOnl1ZtTx5p { display:none; }
#pdBpSGELvQIKzKpEf8fLRRG3IaM6uMpK { width:12.5rem;height:;top:88.9375rem;left:0rem;font-size:1rem;display:none; }
#T5K9VZ5xEdk2lWlDVSpbWAAgsQVT0PQt { width:3.75rem;height:1.9375rem;top:90.4375rem;left:0rem;font-size:1.25rem;display:none; }
#GxIetqTTCXGDFqM08ox0AqoX3mN6KuqU { width:2.5rem;height:1.25rem;top:4.875rem;left:3.6875rem;font-size:1rem;display:none; }
#BGOSDnNJNZ5uJkMc0fI9bSIa2UMZbTCD { top:93.25rem;left:0rem;width:15rem;height:3.875rem;font-size:0.8125rem;display:none; }
#i6Tnr4JmsHDgs2LHXFFNBactKy1NOJ1o { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#ZdBcTJzCRUaioyWvWHLAr562vSF5XR1A { display:block; }
#XzQAB4AeWU97TlJ7VlBtdVKiGa1WwQ0O { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#EZqDAVSqm2qaUkLTIbKElk1FPOMoKyuz { display:block; }
#IfbqFa9x0nlD4wRirzPdzt7TsfoDB3Fm { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#RlXsJLbwgrQpXewzGtH28MH6txeBvVUR { display:block; }
#KhmTpoxceK6MKcCy9X5CKvqiEZ09hkyW { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#swiSIb3U6fttBRZ9KxvITPZbsg4dH1Ib { display:block; }
#X04edeqbxAhFzpTDzRrMd88JJ8UuvUuL { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#voX5buTXxMlpCTMsTI6ycoAKIvwWmtEb { display:block; }
#gB6MrmK3wsZFEX81TZ8Nrd9blCEgyP3N { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#CTCgTeNFmuGzMxpgaIs2HXhTCARB0otX { display:block; }
#H4w7H4FVl7SaizfnAlwLntWcuuN7ndxe { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#wfzeagiWWPEn4XctPeqEcEuyXpd1S9eA { width:15.8125rem;height:;top:16.125rem;left:0rem;font-size:1rem;display:none; }
#ELWJvIAmznXMJKSnnRwSEizLCiskdKXL { display:none; }
#iDiI3FQxPmzLcRfDsaJSEWbnO95OHt6y { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#HPQ7ivS3otggB3JdyiET965GzPMOqHH7 { display:block; }
#OZFos9LPgFIWX2TIKHqFSXEgREi088I5 { width:3.75rem;height:1.9375rem;top:63.25rem;left:0rem;font-size:1.25rem;display:none; }
#Cw26u8ZQIfFtDJuZymMLTaQJfI6leZJn { width:2.5rem;height:1.25rem;top:4.875rem;left:3.6875rem;font-size:1rem;display:none; }
#kogZvqmcDGr6fl4BnLXvnFgn8aQdprHN { top:18.5rem;left:0rem;width:15rem;height:9.5rem;font-size:0.8125rem;display:none; }
#Rn3qZ6O9cix5ledZO6v6pensIREgRukb { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#pNQDFVDZ24HqTIlDaLyZ73HRU7oabcBA { display:none; }
#EAlM5H8tRZGtnloTFQxb5v5RcTosn7b8 { top:141rem;left:0rem;width:15.3125rem;height:10.5rem;font-size:0.8125rem;display:none; }
#wHMVdNGBmeZzxfEMWRk5MI83A3T8Xipx { width:12.5rem;height:;top:138.8125rem;left:0.37478333711624rem;font-size:1.1875rem;display:none; }
#HHlQXZ6sqaQR6LzdTn9GBGUNmnvvVcg2 { width:3.75rem;height:2.375rem;top:144rem;left:0rem;font-size:1.5rem;display:none; }
#fk1XezvNOW00TusKgtuODENVHSnxTBNq { width:12.5625rem;height:1.5rem;top:9.375rem;left:29.4375rem;font-size:0.9375rem;display:none; }
#cMfO08nJOFaPIpVQlTcHT9Kq8g124OQ6 { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#RRmZdSohwAz4SxZKz28w4ZmGu4nRzlgO { display:block; }
#fpMQUTbXJMKsVu5EtCNBb59DsexdEQlQ { width:8.625rem;height:5rem;top:56.1875rem;left:16.800001144409rem;display:none; }
#mULqo8zZSS2OFZTSK0KvyxNxgbTcEeGV { display:none; }
#NkdBencDF3KpBZWTIdlfH97taJK3AuFA { top:167.75rem;left:0.068576633930206rem;width:12.6875rem;height:12.625rem;font-size:0.8125rem;display:none; }
#C93ZOPCRS8SHeE0IKJK8BvNrXEZlvcn0 { width:12.5rem;height:;top:165.0625rem;left:0rem;font-size:1.1875rem;display:none; }
#u1HAabe0Pqpvmb7ESVdTw0Er9s5tADUe { width:3.75rem;height:2.375rem;top:144rem;left:0rem;font-size:1.5rem;display:none; }
#xmpIrhcLstNc9DuHTybIFfAc2QHBs1hN { width:12.5625rem;height:1.5rem;top:9.375rem;left:29.4375rem;font-size:0.9375rem;display:none; }
#o73ZuLA0HPIiSFWhaU8XOhOga1wTSMWR { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#LJtOTK7ycCZcLVA3T2WTtoOVHfQWNywN { display:block; }
#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc { display:none; }#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc > .row .container { width:47.75rem;position:relative;display:none; }#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { width:15rem;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { width:15rem;height:auto; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA {  }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ {  }
#Ad2ToxURaQJwO1CigCo6gxDGvaprC8do { width:13.875rem;height:2.8125rem;top:7.9375rem;left:6.125rem;display:none; }
#W0pWyMwb9qRSEdV1TM5rbtqFeQz3NiTW { display:block; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { display:block; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { width:47.75rem;position:relative;display:block; }#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { top:5.3125rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { width:13.875rem;height:2.8125rem;top:13.1875rem;left:33.776557922363rem;display:none; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { top:5.3125rem;left:0.0908203125rem;width:23.6875rem;height:7rem;display:block; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { top:17.75rem;left:24.0625rem;width:23.6875rem;height:7rem;display:block; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { top:17.75rem;left:3.3421878814698rem;width:23.6875rem;height:7rem;display:block; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { top:5.3125rem;left:2.25rem;width:23.6875rem;height:7rem;display:block; }
#x5ZRlV0GzemPMHe2ubZQqMotTREQQJfk { width:46.125rem;height:26.8125rem;display:none; }
#gQpxH6xZTCxvhTtwXnEZIwTbkHLM20zM { display:none; }
#hlpo6JiBSNL4TWBzHv596eAMrCcTnkIT { width:4.875rem;height:;top:30.5rem;left:2.4361985325813rem;font-size:1.6875rem;display:none; }
#PLiF5L7s0zveeLzNTgfv1KHNH1wTFXn0 { width:46.125rem;height:26.8125rem;display:none; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { width:47.75rem;position:relative;display:block; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { width:31.4375rem;height:5.6875rem;top:5rem;left:0rem;font-size:1rem;display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { width:20.75rem;height:2.8125rem;top:1.6875rem;left:27rem;font-size:2.1875rem;display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { top:8.6875rem;left:31.125rem;width:16.625rem;height:2.5rem;font-size:0.8125rem;display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { top:6.9375rem;left:32rem;width:15.75rem;height:1.25rem;font-size:0.8125rem;display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { top:10.5rem;left:28.5625rem;width:19.1875rem;height:1.1875rem;font-size:0.8125rem;display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { top:6.9375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { top:8.625rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { top:10.4375rem;left:46.1875rem;width:1.5625rem;height:1.1875rem;display:block; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { top:5rem;left:28.25rem;width:0.0625rem;height:5.3125rem;display:block; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { top:10.4375rem;left:4.9375rem;width:11.3125rem;height:2.5rem;display:block; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block; }
#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 { display:none; }#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 > .row .container { width:47.75rem;position:relative;display:none; }#rOdqRmRX13tEMl7r2I6QBXM6sdV2RvzF { top:0rem;width:;height:;display:none; }
#bJiAOoH3bFinJ6AIJOksKeDCuiQioT9g { top:2.375rem;left:0rem;width:11.125rem;height:;font-size:2rem;display:none; }
#M1TRvHBKa62xkNEKT0SEBQe08QKQsJb1 { top:3.9375rem;left:0rem;width:12.625rem;height:;font-size:1.1875rem;display:none; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { width:47.75rem;position:relative;display:block; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { width:29.0625rem;height:2.375rem;top:3.125rem;left:18.6875rem;font-size:1.125rem;display:block; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { width:35.1875rem;height:3rem;top:7.875rem;left:12.5625rem;font-size:0.75rem;display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { width:1.875rem;height:1.875rem;top:30.6875rem;left:45.875rem;display:block; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { width:1.6875rem;height:1.6875rem;top:30.8125rem;left:46.0625rem;font-size:1.125rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { width:28.5rem;height:1.75rem;top:20.375rem;left:19.25rem;font-size:1.25rem;display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { width:20.6875rem;height:2.6875rem;top:30.375rem;left:27.0625rem;font-size:0.875rem;display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { width:1.6875rem;height:1.6875rem;top:32.9375rem;left:46.0625rem;font-size:1.125rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { width:1.875rem;height:1.875rem;top:32.875rem;left:45.875rem;display:block; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { width:1.6875rem;height:1.6875rem;top:35.25rem;left:46.0625rem;font-size:1.125rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { width:1.875rem;height:1.875rem;top:35.125rem;left:45.875rem;display:block; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { width:11.3125rem;height:2.6875rem;top:32.6875rem;left:36.4375rem;font-size:1rem;display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { width:11.3125rem;height:2.6875rem;top:37.1875rem;left:36.4375rem;font-size:1rem;display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { width:1.6875rem;height:1.6875rem;top:37.4375rem;left:46.0625rem;font-size:1.125rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { width:1.875rem;height:1.875rem;top:37.3125rem;left:45.875rem;display:block; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { width:11.3125rem;height:2.6875rem;top:35rem;left:36.4375rem;font-size:1rem;display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { width:20.75rem;height:7.375rem;top:23rem;left:27rem;font-size:0.75rem;display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { width:33.125rem;height:4.4375rem;top:10.875rem;left:14.625rem;font-size:0.75rem;display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { width:33.125rem;height:2.9375rem;top:14.8125rem;left:14.625rem;font-size:0.75rem;display:block; }
#W94c8XOohF9G6Sp4Om4o0hywlaoZouLk { display:none; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { display:none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container { width:47.75rem;position:relative;display:none; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { top:1.0625rem;left:0rem;width:20rem;height:2.5625rem;font-size:3.0625rem;display:none; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { width:37.0625rem;height:2rem;top:5.6875rem;left:10.6875rem;font-size:0.875rem;display:none; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { width:3.625rem;height:3.625rem;top:4.8125rem;left:44.125rem;font-size:2.5rem;display:none; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { width:47.75rem;height:58.5625rem;display:none; }
body { position:relative;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { background-color: transparent; background-image: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row > .video-iframe-container { display: none; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .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); }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry { border-width: 0; border-radius: 0; }#sRgiGfsKOLGf9IhB7duGDENT9C1IxTry > .row .container { width:20rem;height:5.3125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#P1HQFTTpwq9bIMg93X6WNE4BhUQ3EXX0 { width:3.1875rem;height:1.3rem;top:1.625rem;left:10.562500536442rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15161;color:#006c35;font-family:"saudi nd";display:none; }
#H1eWfKcgzcwH3Bix6e6UrZ5tgkPFpOXp { width:13.9911875rem;height:2.6787125rem;top:1.44140625rem;left:5.21875rem;z-index:15183;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;display:block; }
#ZGNqVNub0WFeg27dz8fnBTsxJxVeUrRA { display:block; }
#yIWgadxhwblcQmWSBeTHEPC6GxGgpKTt { width:4.0625rem;height:2.3125rem;top:1.625rem;left:0.65625rem;z-index:15020;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { display:block; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { background-color: transparent; background-image: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row > .video-iframe-container { display: none; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .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); }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm { border-width: 0; border-radius: 0; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AMhluOA2EpFaU7Fn1iMQDCU03WqlJylm > .row .container { width:20rem;height:97rem;background-color:#49604c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#ChAZrDE4yemzofS1TesrPa4lFfH48g5m { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ZwORrtN05QC6sZo4ndV4pa4HXGd3FzH7 { display:block; }
#h3E8SLXnAr3dT9vM3TE0xiH5SEf3dHOn { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#DVAuUmC7HZK5OLHXETcVveZoBRNH9QCm { display:block; }
#kFoUgy9Kzi4lT6S0RQRu2PGZyRpX6J4Q { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#dEpeVWFnfI0sQ7WQ3QA3sG6olWBtwPIU { display:block; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#Pfe1edH7A2oRubK00lkhEkFnMPLXQdKA > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#W7TROAvKJOKTzHec6no6wMDMvZc50rrz { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#W7TROAvKJOKTzHec6no6wMDMvZc50rrz > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#PFcPOdRqILF7k5wQCAL15O3795x9wcW7 { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(var(--color-primary-3),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#nFOH5umcP3TTu3lp0cNhsOm9AThU6MvH { display:block; }
#BS8dWUOTnF16z0ryrAGBtNMpTEcCQT3F { top:11.8125rem;left:0.3125rem;width:18.5625rem;height:2.6875rem;z-index:15185;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#toAsZhU1Aa16yCfkbZzUsIBEd68QpLz5 { top:12.505859375rem;left:2.34375rem;width:15.9375rem;height:0;z-index:15186;font-family:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:none; }
#JFyOZtwHqkXo9cWnsFnz0QO2KaQBhD8T { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#ewTzCFy1HUATP3yWcee8JQsiJL8mkNeX { display:flex;top:88.812072753906rem;left:8.499348938465rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#GGyrpHEAptP4r1azylWZIbKWDby0blyT { top:91.81228637695rem;left:0rem;width:20rem;height:1.13671875rem;z-index:15187;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-0),1);display:block; }
#l8k1IaLGMe3IVQTkfWHy9Sfk1KskTk77 { top:92.937507629394rem;left:3.6241319775581rem;width:12.75rem;height:1.13671875rem;z-index:15189;font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:#ffffff;display:block; }
#vKo340op9RgnXPS0fpUGTmzgghakuLTB { display:flex;top:88.812072753906rem;left:11.687283813953rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#o6n7tmyqaTmWAi2phJfQ8aGFWPHkpQQ5 { display:flex;top:88.812072753906rem;left:5.3125002980232rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#WhklS2bfWovQS9mv8IhPFiuVURpIxSDA { width:16.6875rem;height:1.7871125rem;top:16.124349594116rem;left:1.7491319775581rem;font-size:1.375rem;color:#ffffff;font-family:var(--paragraphs-font-family);display:block; }
#sinJMq1RJAbnbvZy60mvr8vlEVim7hk8 { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#Uoe9sgaKMsqfAlKTl3VcAbtdytCXSIfs { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#TOw4M9s2UJPoxAL3cMovCGMTxCsDx7MN { width:15.5625rem;height:28.125rem;top:35.936634063721rem;left:1.9368491768837rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#yAn3TKz0tALi16k2RNrQsvA6ibL3PH6T { display:flex;width:2.25rem;height:2.25rem;top:29.937284469604rem;left:3.4375002980233rem;font-size:2.1875rem;z-index:15199; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB { display:flex;width:3.125rem;height:3.125rem;top:29.374132156372rem;left:13.874783813953rem;z-index:15209; }
#TPfzNG2wpNWxPpa9IBL7cUzlQKpE91JB > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Zn2lcTmi04wZHcFCTHg0CetmL2DqpAuh { top:78.499572753906rem;left:13.687066376209rem;width:5.5rem;height:9.5rem;z-index:15210;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.125rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#Tr8JOsNT8RIx49qcLTBHKVJ0hE62d9kZ { top:77.625rem;left:7.3122838139531rem;width:5.5rem;height:9.5rem;z-index:15211;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.3125rem 0.1875rem #2e6a3a ;display:block; }
#uPNvDtuQnhrxu5aSJvggnTS8dwN8Dn9w { top:78.37478637695rem;left:0.81163197755812rem;width:5.5rem;height:9.5rem;z-index:15212;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#f1f1f3;background-image:none;box-shadow: 0.0625rem 0.375rem 0.1875rem #2e6a3a ;display:block; }
#AzVEwcbCTo1Lb4hkCol8dB2uZTWh2w7z { top:79.374137878419rem;left:14.561632454395rem;width:3.6875rem;height:3.6875rem;z-index:15213;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VNxoeu0yqd2bamnVSQPt6rXKHqDpgrMb { top:78.499572753906rem;left:8.0620663762094rem;width:3.6875rem;height:3.6875rem;z-index:15214;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rxxLbi912TacmMe7mynFQGeCuxJZXwWz { top:79.249351501462rem;left:1.6872830986977rem;width:3.6875rem;height:3.6875rem;z-index:15215;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#bocke3R7cPVkmCHiR8mAmz9aEsuuhW9V { width:5.5625rem;height:2.923825rem;top:83.37478637695rem;left:13.687066376209rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15216;font-family:var(--paragraphs-font-family);display:block; }
#WnpQuWmKdD2FpicvBUrwIv0EwTxSXzlO { width:5.5625rem;height:1.94921875rem;top:82.874572753906rem;left:7.1875002980231rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15217;font-family:var(--paragraphs-font-family);display:block; }
#BMQzr5SRGDvZpWc27EIrIlkfIwbhll0x { width:4.5625rem;height:2.923825rem;top:83.624351501462rem;left:1.1241319775581rem;font-size:0.75rem;color:rgba(var(--color-tertiary-4),1);z-index:15218;font-family:var(--paragraphs-font-family);display:block; }
#qS5oXTiNRVv76i9iHri5T0SJNezcDiwo { width:17.5rem;height:1.25rem;top:95.186851501462rem;left:1.3118489384651rem;z-index:15101;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OMDlyVUPaWP7yKKpI23yasryUkSuxzRy { width:6.3125rem;height:6.3125rem;top:81.112498492rem;left:0rem;z-index:15100;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#k00xu8lDwTbJzqT3PChFooJuibQKu228 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JodcEkF9CNhAeKpeD376s4Hb1RGXVTMK { width:3.1875rem;height:0;top:1.5625rem;left:6.8125000596044rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15162;color:#006c35;font-family:"saudi nd";display:none; }
#UEHA1ZoRG6lpQOW1CrnkT1kKMtfP5DEE { top:18.812067031861rem;left:0.62500005960463rem;width:18.9375rem;height:3.375rem;z-index:15219;font-weight:700;font-style:normal;font-size:1.125rem;line-height:1.5;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;display:block; }
#X4Du4VBxrK2t17WrT2RaKfx0qyK9RRtE { top:24.5rem;left:0.43728297948838rem;width:19.185125rem;height:3.298825rem;z-index:15237;font-size:1.375rem;font-family:"alw arabic";font-weight:700;font-style:normal;line-height:1.2;color:#ffffff;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ILZyoqbheMQRGvMMldz9QkdN67zZT6HU { top:21.878039836884rem;left:1.2814670205116rem;width:17.436rem;height:17.436rem;z-index:15247;overflow:hidden;display:none; }
#HPJuTw8k6bPuB3b2NiPmKLMtz18TR14o { width:15.1875rem;height:0.8125rem;top:66.81228637695rem;left:2.3741319775581rem;font-size:0.625rem;line-height:1.3;font-weight:300;font-style:normal;z-index:15044;display:block; }
#sBoA66fvemmKVoADrgITzQvIHxCKPPz8 { top:68.2500038147rem;left:2.1875000596046rem;width:15.625rem;height:0.0625rem;z-index:15000;background-color:#ffffff;background-image:none;display:block; }
#SiKTUHiXmP01LA6naVJIeJ2XSTCTVPd5 { width:10.125rem;height:1.055775rem;top:70.374572753906rem;left:8.6870663762094rem;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15046;text-align:center;text-align-last:center;display:block; }
#WxrDhoNTOKC5H0NLZ5sOpa0ydvIktnkG { width:10.1239375rem;height:1.055775rem;top:72.061851501462rem;left:8.499348938465rem;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15047;text-align:center;text-align-last:center;display:block; }
#WcXUO5feMJFpCe2CxZzgXHFP0FKkDgsi { width:12.0614375rem;height:1.055775rem;top:73.749137878419rem;left:6.8750002980231rem;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15048;text-align:center;text-align-last:center;display:block; }
#fhADeK1zPlv5Kw6CXAuktC8UT0wuF8B5 { width:18.6864375rem;height:1.055775rem;top:75.56228637695rem;left:0.43728297948838rem;font-size:0.8125rem;line-height:1.3;font-weight:400;font-style:normal;z-index:15049;text-align:center;text-align-last:center;display:block; }
#VAF9NSSpvJqQF7aC5XVB9n8zTL36lVUQ { display:flex;top:70.374572753906rem;left:2.2536893486977rem;width:3.125rem;height:3.125rem;z-index:15006; }
#gDLTg4OgOPruzuvLKcJnlPNaZcuSJ0sG { width:16.36666625rem;height:2.99166625rem;top:29.561849594116rem;left:1.8120661377907rem;z-index:15182;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -moz-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -ms-linear-gradient(180deg, #c59656, #b1b1b1);background-image: -o-linear-gradient(180deg, #c59656, #b1b1b1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b1b1b1' );";background-image: linear-gradient(180deg, #c59656, #b1b1b1);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.625rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:var(--paragraphs-font-family);border-top:0.125rem dashed #49604c;border-left:0.125rem dashed #49604c;border-right:0.125rem dashed #49604c;border-bottom:0.125rem dashed #49604c;display:block; }
#q8FZPTxx2S12nr3MqxcwG7WJ12szyPg3 { display:block; }
#VpHFGzbOG8I1NATg5Ty67DIf7nRM3kdN { top:6.0618491172791rem;left:0rem;width:20rem;height:9.3125rem;z-index:15248;overflow:hidden;display:block; }
#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { display:block; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { background-color: transparent; background-image: none; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container > .video-iframe-container { display: none; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row > .video-iframe-container { display: none; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .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); }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp { border-width: 0; border-radius: 0; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DorxiiQveR1BMot6ykc9hNzBJTNTmERp > .row .container { width:20rem;height:221.375rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#hOqstXfrbAobkNS2rUb3qTxt0TFpfzDD { width:20rem;height:5.910290237467rem;top:4.75rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#aFVOdRTbPTXato4irHCbnr4dQcDPi0cQ { width:20rem;height:5.910290237467rem;top:15.1875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#zU1hlWS53UDUvqxIo8EIHvlpSB5nboX8 { width:20rem;height:5.910290237467rem;top:26.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IvQT3IdWlUIKNa0wCwT8dIXTzilxR5XT { width:3.75rem;height:2rem;top:87.274530410769rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
#G1N0gdnAlq5Iqkfi42u7F9LBILJWpsCZ { width:4.62395625rem;height:1.2999125rem;top:87.811639785769rem;left:0.37434893846512rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);display:block; }
#otaH6KZMCPlcdLSio7vRdPGb3rFEOZTo { width:12.5625rem;height:1.2999125rem;top:87.62500190735rem;left:6.3747833371163rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);display:block; }
#Ksov7oZMmsCqgl5BOANH9vtX5SzNfc7B { top:1.26171875rem;left:0.0615234375rem;width:19.9375rem;height:2.4375rem;z-index:15194;font-family:"alw arabic";font-size:1.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-primary-4),1);display:block; }
#FWepwXLPkDq18tm2AFlgCaWyTkl8UIJs { top:87.1247882843rem;left:0.061848998069763rem;width:19.4375rem;height:13.625rem;z-index:15024;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; }
#R7c7T8xzw1KHXftb9xQiqeiQOv4hs8ed { top:75.12500190735rem;left:0rem;width:19.5625rem;height:11.375rem;z-index:15005;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#SzXGPZe0BTpq8OiOrCrmIkqyfEaOW1gT { top:90.186853408812rem;left:0rem;width:19.3120625rem;height:8.4452875rem;z-index:15197;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#QALCcKo1fGbMMWGrstLOXBXVVwzM0QA0 { top:35.125rem;left:0.1875rem;width:19.625rem;height:11.375rem;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#cu0ITlNPFCI1JO1CPgJ087sAvGfuOd1C { top:116.37500953674rem;left:0.31250005960464rem;width:19.4375rem;height:8.3125rem;z-index:15026;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; }
#LqMT0UFapD31b0TJaOx8RJi3AeiWDgZ2 { width:12.5625rem;height:1.54296875rem;top:116.4997882843rem;left:6.5625002980231rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#006c35;z-index:15099;font-family:var(--headlines-font-family);display:block; }
#qKKTyS57eA1m8NTTW7ow0zurFa9Q7Lq2 { width:3.75rem;height:2.3994125rem;top:116.56163978577rem;left:3.9366319775581rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-3),1);z-index:15092;font-family:var(--paragraphs-font-family);display:block; }
#CtbTTIFpDqQUZwB1WfTNqgdkC3t6LzHD { width:2.6875rem;height:1.21875rem;top:117.24957466126rem;left:1.5625000596046rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);z-index:15100;font-family:var(--headlines-font-family);display:block; }
#TmfyF8AZkAM7mtNTEnHXvRIkWiUEKPlc { top:119.50000953674rem;left:3.9366319775581rem;width:15rem;height:4.22265rem;z-index:15199;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Ty59bTgrdupxMygW5y8KUvUgSq1Vw2xg { top:103.62327003479rem;left:0.18663197755814rem;width:19.4375rem;height:11.25rem;z-index:15007;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JvF1PHVm3PegymuJuCe2sSqvqCpenq8z { top:116.375rem;left:0.0625rem;width:19.625rem;height:11.375rem;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XUGPa0DFEXUTKncDHNg7ymamVtVBiUzM { top:202.31185913086rem;left:0.061848998069763rem;width:19.5625rem;height:11.375rem;z-index:15006;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qbMve4tzPlMiNg4hNWIvaMpAvQUVmQao { display:flex;width:1.8125rem;height:1.8125rem;top:14.708563804626rem;left:19.645833313465rem;font-size:2.1875rem;z-index:15016; }
#NZhVBhMP1xVHqsdNyucUkQavWdacIxAS { top:214.49935913086rem;left:0.24956601858139rem;width:19.4375rem;height:6rem;z-index:15029;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; }
#w2Rx2NyPiRvLKfAJ9o5r0WZfy2B4h7xq { width:3.75rem;height:1.80013125rem;top:215.06251525879rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15124;display:block; }
#xSFlEhQ1hcLsrJHpBf7MNvwkNDz03oVv { width:2.56145625rem;height:1.54296875rem;top:215.31207275391rem;left:0.62500005960463rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.1875rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);z-index:15132;display:block; }
#kgQf9CwIB7mIxaoi1GqlNHxUnAbL16oq { width:12.6239375rem;height:2.599825rem;top:215.12435913086rem;left:5.9993494153022rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);z-index:15131;display:block; }
#fzWs4Lv8n8O2BKDtX0F14ZAygnmSe0Wu { width:16.3114375rem;height:1.055775rem;top:217.06230163574rem;left:2.9991322159767rem;text-align:right;text-align-last:right;line-height:1.3;font-size:0.8125rem;color:#045386;font-family:var(--headlines-font-family);z-index:15090;display:block; }
#wP7BIvHpKMnJtAVvseQhtpAVteQl0KVo { top:181.99935913086rem;left:0.24956601858139rem;width:19.5rem;height:11.3125rem;z-index:15007;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dsSKxuzkM2VQhe51O912w3Qc6lEsDUT2 { top:193.99914550781rem;left:0.18663197755814rem;width:19.4375rem;height:6.6875rem;z-index:15030;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; }
#rxkNoH2kIuZpaw4oJZ0KAI3poffoSquU { width:16.311875rem;height:3.16731875rem;top:197.12414550781rem;left:2.1875000596046rem;text-align:right;text-align-last:right;line-height:1.3;font-size:0.8125rem;color:#045386;font-family:var(--headlines-font-family);z-index:15091;display:block; }
#OGTNCugnhltIIzITFS5zdue0VeJAtRGx { width:12.6239375rem;height:1.2999125rem;top:194.3745803833rem;left:5.9993494153022rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);z-index:15132;display:block; }
#eJnnkDM18TPs1Bi1vXyp4s6hP4amvysg { width:2.56145625rem;height:1.3808625rem;top:194.81185913086rem;left:0.74978297948838rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.0625rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);z-index:15133;display:block; }
#XdfFmhXCb8xJtf9hbTESaZvtumAhHUsp { width:3.75rem;height:1.80013125rem;top:194.3745803833rem;left:2.0616319775581rem;text-align:center;text-align-last:center;font-size:1.125rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15125;display:block; }
#QmC7oZv54sF7y1NfNALsHf6dUX9vkpfm { width:15.875rem;height:1.2999125rem;top:42.434030532837rem;left:3.4049480557442rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);z-index:15088;display:block; }
#qWnnbzEtzRmoOk2kdfQtgcGWvOT8xAyH { top:45.094621658325rem;left:4.2491319775581rem;width:15rem;height:5.2783125rem;z-index:15198;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#ly64AheNWTHup2mZl83z8gkR9TobCAH2 { top:41.981557846069rem;left:0.27886289358139rem;width:19.4375rem;height:10.4375rem;z-index:15025;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; }
#ZDKZhoBERdIEeEPrSwQRNwIAm8ohuxHJ { width:3.75rem;height:2rem;top:43.982423782349rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15085;display:block; }
#qVTt4Dv7kFL29mQe3vBdxbC4O0K6M6hi { width:4.62456875rem;height:1.2999125rem;top:66.749353408812rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);z-index:15093;display:block; }
#CsQEKZKOvHnyUK5HzJ6KSOBMPginv1HE { top:30.371313095092rem;left:0.31032985448838rem;width:19.4375rem;height:11.25rem;z-index:15007;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Vm8ekPLufMK7GuXxmVpODIJ0yT0fP5TW { top:54.061635971069rem;left:0.31250005960464rem;width:19.375rem;height:11.25rem;z-index:15008;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HWQJHDQJLQN9SfacKeTyapOnl1ZtTx5p { top:66.06250190735rem;left:0.37434893846512rem;width:19.4375rem;height:8.125rem;z-index:15026;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; }
#pdBpSGELvQIKzKpEf8fLRRG3IaM6uMpK { width:12.561875rem;height:1.2999125rem;top:66.249132156375rem;left:5.9375002980232rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);z-index:15089;display:block; }
#T5K9VZ5xEdk2lWlDVSpbWAAgsQVT0PQt { width:3.75rem;height:2rem;top:66.065759658812rem;left:2.5021703839302rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15086;display:block; }
#GxIetqTTCXGDFqM08ox0AqoX3mN6KuqU { width:4.62456875rem;height:1.2999125rem;top:44.783205032349rem;left:0rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);z-index:15094;display:block; }
#BGOSDnNJNZ5uJkMc0fI9bSIa2UMZbTCD { top:68.25000190735rem;left:2.1245661377907rem;width:16.9998125rem;height:4.22265rem;z-index:15199;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#i6Tnr4JmsHDgs2LHXFFNBactKy1NOJ1o { top:197.12414550781rem;left:0.31250005960464rem;width:6.125rem;height:1.6875rem;z-index:15200;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ZdBcTJzCRUaioyWvWHLAr562vSF5XR1A { display:block; }
#XzQAB4AeWU97TlJ7VlBtdVKiGa1WwQ0O { top:218.37414550781rem;left:0.68684905767444rem;width:6.125rem;height:1.6875rem;z-index:15201;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EZqDAVSqm2qaUkLTIbKElk1FPOMoKyuz { display:block; }
#IfbqFa9x0nlD4wRirzPdzt7TsfoDB3Fm { top:47.328779220581rem;left:0.87348097562787rem;width:5.5625rem;height:1.4375rem;z-index:15202;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RlXsJLbwgrQpXewzGtH28MH6txeBvVUR { display:block; }
#KhmTpoxceK6MKcCy9X5CKvqiEZ09hkyW { top:71.165582656862rem;left:0.99826389551162rem;width:6.125rem;height:1.6875rem;z-index:15203;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#swiSIb3U6fttBRZ9KxvITPZbsg4dH1Ib { display:block; }
#X04edeqbxAhFzpTDzRrMd88JJ8UuvUuL { top:98.449655532837rem;left:1.0036893486977rem;width:6.125rem;height:1.6875rem;z-index:15204;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#voX5buTXxMlpCTMsTI6ycoAKIvwWmtEb { display:block; }
#gB6MrmK3wsZFEX81TZ8Nrd9blCEgyP3N { top:121.43686103821rem;left:1.1870660185814rem;width:6.125rem;height:1.6875rem;z-index:15206;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CTCgTeNFmuGzMxpgaIs2HXhTCARB0otX { display:block; }
#H4w7H4FVl7SaizfnAlwLntWcuuN7ndxe { top:4.2441411018372rem;left:0.24956601858139rem;width:19.375rem;height:11.25rem;z-index:15008;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wfzeagiWWPEn4XctPeqEcEuyXpd1S9eA { width:15.8745625rem;height:;top:16.183811187744rem;left:3.2486980557442rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1rem;color:#006c35;font-family:var(--headlines-font-family);z-index:15089;display:block; }
#ELWJvIAmznXMJKSnnRwSEizLCiskdKXL { top:15.555990219116rem;left:0.24891501665116rem;width:19.4375rem;height:13.375rem;z-index:15026;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; }
#iDiI3FQxPmzLcRfDsaJSEWbnO95OHt6y { top:26.489801406861rem;left:0.4375rem;width:5.56206875rem;height:1.43555rem;z-index:15203;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#HPQ7ivS3otggB3JdyiET965GzPMOqHH7 { display:block; }
#OZFos9LPgFIWX2TIKHqFSXEgREi088I5 { width:3.75rem;height:2rem;top:23.487413406372rem;left:1.6317275166511rem;text-align:center;text-align-last:center;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15086;display:block; }
#Cw26u8ZQIfFtDJuZymMLTaQJfI6leZJn { width:3.81185rem;height:1.2999125rem;top:24.793405532837rem;left:0.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1rem;color:rgba(var(--color-tertiary-4),1);font-family:var(--headlines-font-family);z-index:15095;display:block; }
#kogZvqmcDGr6fl4BnLXvnFgn8aQdprHN { top:18.669054031372rem;left:4.3114150166511rem;width:15rem;height:9.5009625rem;z-index:15199;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#Rn3qZ6O9cix5ledZO6v6pensIREgRukb { top:126.62283706665rem;left:0.31206601858139rem;width:19.375rem;height:11.25rem;z-index:15008;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#pNQDFVDZ24HqTIlDaLyZ73HRU7oabcBA { top:138.37392425537rem;left:0.31141501665116rem;width:19.4375rem;height:13.75rem;z-index:15027;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; }
#EAlM5H8tRZGtnloTFQxb5v5RcTosn7b8 { top:141.18685913086rem;left:3.8185766339302rem;width:15.3125rem;height:10.55663125rem;z-index:15200;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#wHMVdNGBmeZzxfEMWRk5MI83A3T8Xipx { width:12.561875rem;height:1.54296875rem;top:138.49870681762rem;left:6.3745663762094rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#006c35;z-index:15100;font-family:var(--headlines-font-family);display:block; }
#HHlQXZ6sqaQR6LzdTn9GBGUNmnvvVcg2 { width:3.75rem;height:2.3994125rem;top:144.04948806762rem;left:0.80946189165113rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-3),1);z-index:15093;font-family:var(--paragraphs-font-family);display:block; }
#fk1XezvNOW00TusKgtuODENVHSnxTBNq { width:2.68555rem;height:1.21875rem;top:145.79406356811rem;left:0.1875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);z-index:15101;font-family:var(--headlines-font-family);display:block; }
#cMfO08nJOFaPIpVQlTcHT9Kq8g124OQ6 { top:147.26454925537rem;left:0rem;width:6.12305rem;height:1.6862rem;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RRmZdSohwAz4SxZKz28w4ZmGu4nRzlgO { display:block; }
#fpMQUTbXJMKsVu5EtCNBb59DsexdEQlQ { top:153.49718475342rem;left:0.31250005960464rem;width:19.375rem;height:11.25rem;z-index:15009;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;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mULqo8zZSS2OFZTSK0KvyxNxgbTcEeGV { top:165.12305831909rem;left:0.31206601858139rem;width:19.4375rem;height:15.5rem;z-index:15028;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; }
#NkdBencDF3KpBZWTIdlfH97taJK3AuFA { top:167.81143188476rem;left:6.1935766339302rem;width:12.75rem;height:12.66795625rem;z-index:15201;font-family:var(--headlines-font-family);font-size:0.8125rem;text-align:right;text-align-last:right;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#C93ZOPCRS8SHeE0IKJK8BvNrXEZlvcn0 { width:12.561875rem;height:;top:165.12110519409rem;left:6.0616324543953rem;text-align:right;text-align-last:right;line-height:1.3;font-size:1.1875rem;color:#006c35;z-index:15101;font-family:var(--headlines-font-family);display:block; }
#u1HAabe0Pqpvmb7ESVdTw0Er9s5tADUe { width:3.75rem;height:2.3994125rem;top:171.85439300537rem;left:1.3161893486977rem;text-align:center;text-align-last:center;font-size:1.5rem;color:rgba(var(--color-tertiary-3),1);z-index:15094;font-family:var(--paragraphs-font-family);display:block; }
#xmpIrhcLstNc9DuHTybIFfAc2QHBs1hN { width:2.68555rem;height:1.21875rem;top:173.62153625488rem;left:0.56987851858139rem;text-align:center;text-align-last:center;line-height:1.3;font-size:0.9375rem;color:rgba(var(--color-tertiary-4),1);z-index:15102;font-family:var(--headlines-font-family);display:block; }
#o73ZuLA0HPIiSFWhaU8XOhOga1wTSMWR { top:175.13781356811rem;left:0rem;width:6.12305rem;height:1.6862rem;z-index:15208;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LJtOTK7ycCZcLVA3T2WTtoOVHfQWNywN { display:block; }
#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc { display:block; }#CTsWWd0MgyrbIQuTTyoaBaVzF4TEbxRc > .row .container { width:20rem;height:23.1396484375rem;position:relative;display:block; }#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-regular-label { display:block;text-align:right;text-align-last:right;width:11.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:1rem;overflow:hidden;height:auto;line-height:.6;background-color:transparent;background-image:none;color:rgba(var(--color-tertiary-4),1); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text { height:1.375rem;width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-text {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-textarea { width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:var(--paragraphs-font-family);background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select { width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.8125rem;text-align:right;text-align-last:right;font-size:0.9375rem;overflow:hidden;font-family:var(--paragraphs-font-family);background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-select {padding-top: 0; padding-bottom: 0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-input-button { width:5.9375rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:2.5625rem;height:2rem;font-size:0.75rem;overflow:hidden;line-height:.4;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #c59656, #8f979f);background-image: -moz-linear-gradient(180deg, #c59656, #8f979f);background-image: -ms-linear-gradient(180deg, #c59656, #8f979f);background-image: -o-linear-gradient(180deg, #c59656, #8f979f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#8f979f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#8f979f' );";background-image: linear-gradient(180deg, #c59656, #8f979f);background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;color:rgba(var(--color-tertiary-4),1);box-shadow: none;text-shadow:0.0625rem 0.25rem 0.1875rem rgba(var(--color-tertiary-4),0.5);font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-checkbox-label { width:9.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-radio-label { font-family:var(--paragraphs-font-family); }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container { padding-top:0.75rem;padding-right:0;padding-bottom:0.6875rem;padding-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:first-of-type{padding-top:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-container:last-of-type{padding-bottom:0;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii  { width:11.5rem;height:auto;top:2.03125rem;left:2.9991322159767rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -moz-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -ms-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -o-linear-gradient(180deg, #dbdad9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #dbdad9, #ffffff);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .radio-container { width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii .widget-info-text { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:0.6875rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii {display:block;}#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii { width:11.5rem;height:auto;top:2.03125rem;left:2.9991322159767rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -moz-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -ms-linear-gradient(180deg, #dbdad9, #ffffff);background-image: -o-linear-gradient(180deg, #dbdad9, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad9', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdad9', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #dbdad9, #ffffff);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-right-radius:2.5625rem;border-bottom-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-top-left-radius:2.5625rem; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #oPUPNkNoM2IBzFogd6Xg8BvrhtdHanLp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #BGLV73RepWa5GcIQJTl9EPBNp14UqpKs { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #B0EANwoekowEKDyJTATmTb5F487OvksR {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pdTRoZrG7p7f9L4XsTtHBgmKyNUZC5d7 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #pTbsiAC3RiUrwgFTSBqvQT0wLlei1dee { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #uNLZs5U2BA0V9kRWLEVSM1yhTUswqxVA {  }
#GA7iEaOZSLtHoPvVmwBTgnalhQkBXTTq { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #JxEvyaQVEStXPhW8oTvRsolhoJdDQ7hp {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #FXVeXeMJQOdRk4gcTXKyRexF3PbA1bBG { display:block; }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #giznPor63TWiKP9To7vCT4TCntthx4PB {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #yFDcDtyqAKPz17TtJ6uc6acsg9psbzb5 {  }
#dsJwqbqyBsaMyJEJymNUdX3S9bJIR7Ii #Irnck4zEXMd2KW2ZmvNsq9hreKn4UyeJ {  }
#Ad2ToxURaQJwO1CigCo6gxDGvaprC8do { top:21.453117370606rem;left:6.9375002980231rem;width:6.125rem;height:1.6875rem;z-index:15207;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W0pWyMwb9qRSEdV1TM5rbtqFeQz3NiTW { display:block; }
#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { display:block; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { background-color: transparent; background-image: none; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container > .video-iframe-container { display: none; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row > .video-iframe-container { display: none; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .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); }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR { border-width: 0; border-radius: 0; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F76U2nEmTEoJfyQENeGaWNsgyZKVyUeR > .row .container { width:20rem;height:28.125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#VOmfJMkLKfCLWmAUhe45yeUmtd54oA3K { width:20rem;height:5.910290237467rem;top:4.0625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#lhUscuVveyZqFE0IdabSSKZyHbdM14WG { top:19.5625rem;left:3.0625000596046rem;width:13.875rem;height:2.8125rem;z-index:14998;background-color:transparent;background-image: -webkit-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(106deg, rgba(var(--color-secondary-3),1), rgba(var(--color-primary-2),1));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:var(--paragraphs-font-family);font-size:1rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#NrchlxnuhJidmectKkO1yUlgL7tdlMpe { display:block; }
#VTwkiwbT3KWZlIVKKRGIM2qV6XyCP3a4 { width:20rem;height:5.910290237467rem;top:14.5rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#rRVJaq0kKIGgpnmqD8IEoTBrMG00cgf5 { width:20rem;height:5.910290237467rem;top:25.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#XW9CCdy6B4Shs0ro12NScF56A6pSnN9B { width:20rem;height:5.91015625rem;top:35.375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#M2ab7AkJ6ko8kckAWzeplm1VglRCuzgi { width:20rem;height:5.909375rem;top:42.875rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#x5ZRlV0GzemPMHe2ubZQqMotTREQQJfk { top:4.25rem;left:0rem;width:19.3125rem;height:11.1875rem;z-index:15197;overflow:hidden;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gQpxH6xZTCxvhTtwXnEZIwTbkHLM20zM { top:0.9375rem;left:5.625rem;width:8.375rem;height:2.5rem;z-index:15027;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; }
#hlpo6JiBSNL4TWBzHv596eAMrCcTnkIT { width:6.625rem;height:2.19375rem;top:1.0625rem;left:6.6875rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.6875rem;color:#783b00;font-family:rakkas-regular;z-index:15098;font-weight:400;font-style:normal;display:block; }
#PLiF5L7s0zveeLzNTgfv1KHNH1wTFXn0 { top:17.0625rem;left:0.125rem;width:19.125rem;height:11.0625rem;z-index:15198;overflow:hidden;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { background-color: transparent; background-image: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row > .video-iframe-container { display: none; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .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); }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 { border-width: 0; border-radius: 0; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container { width:20rem;height:22.5rem;background-color:#f8f8f8;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.adaptive-delivery-prevent-bg, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyload, #gnITV4hXydqA0TRVCQUecMyNRRugDdt4 > .row .container.lazyloading { background-image: none; }#ngoo4rAgn3BopJRh4gxgIMvO0diiC19h { width:17.4365rem;height:7.124025rem;top:4.53125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#vyawZ4hadTJ2bAxxN3x7SWxHc8Cfr9zi { width:15rem;height:2.03125rem;top:1.25rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:var(--paragraphs-font-family);display:block; }
#QVvdTwqbfLTbMJXlIgXhz0T7ISbL97N7 { width:15.68725rem;height:1.05625rem;top:15.202625rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#XDgh8eL0MNczN8b4TRB7FBu4P4AWVtsR { width:13.49975rem;height:1.05625rem;top:12.8979375rem;left:3.25rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#UTMWn2QQe4NgJLyViaFZzHAHVJx2FEcH { width:16.3745rem;height:1.05625rem;top:17.5073125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#AW9z7QTBTAF80A2SqcLdmPqCICVCgfDC { width:1.5625rem;height:1.1875rem;top:4.75rem;left:17.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ubdyl9XVhlZBGIVs8zWVAS36y3tt8IGV { width:1.5625rem;height:1.1875rem;top:6.25rem;left:17.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#aoOad7xF4fbOaKPbmkiCpbTe3LyWCLvR { width:1.5625rem;height:1.1875rem;top:7.75rem;left:17.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#hV56pyE77TyQ7dpvDcTu000qO6AJWmtx { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;background-color:#e1093f;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;display:none; }
#hEftDr1t3yk8plBgXX3Tyw0HRQNKKfpv { top:189.25rem;left:5.375rem;width:11.3125rem;height:2.5rem;font-family:var(--paragraphs-font-family);background-color:transparent;background-image: -webkit-linear-gradient(102deg, #fb0303, #004090);background-image: -moz-linear-gradient(102deg, #fb0303, #004090);background-image: -ms-linear-gradient(102deg, #fb0303, #004090);background-image: -o-linear-gradient(102deg, #fb0303, #004090);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb0303', endColorstr='#004090' );";background-image: linear-gradient(102deg, #fb0303, #004090);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#mXaySQTEZbVX0ig9fx7vT9IyMWa8ihrr { display:block; }
#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 { display:block; }#xVUyFlkSk6ZV3dOCBsAvBVQSdXQzfyg9 > .row .container { width:20rem;height:53.625rem;position:relative;display:block; }#rOdqRmRX13tEMl7r2I6QBXM6sdV2RvzF { top:10.625rem;left:0rem;width:20rem;height:19.375rem;z-index:15218;display:block; }
#bJiAOoH3bFinJ6AIJOksKeDCuiQioT9g { top:0.9365234375rem;left:3.6875rem;width:12.625rem;height:2.5996125rem;z-index:15007;font-family:"alw font";font-size:2rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2b84bf;text-align:left;text-align-last:left;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#M1TRvHBKa62xkNEKT0SEBQe08QKQsJb1 { top:3.474609375rem;left:1.53125rem;width:16.9375rem;height:1.54296875rem;z-index:15008;font-family:"alw font";font-size:1.1875rem;font-weight:700;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;color:#2b84bf;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2);display:block; }
#hxTK8JCESh58aLahdNdTWmmn5glDl9mG { background-color:#f5f5f5;background-image:url("https://images.assets-landingi.com/uc/b076ff64-2f15-4c40-97b6-055f9f95d81c/mobileapp0103.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG.adaptive-delivery-prevent-bg, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG.lazyload, #hxTK8JCESh58aLahdNdTWmmn5glDl9mG.lazyloading { background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { background-color: transparent; background-image: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row > .video-iframe-container { display: none; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .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); }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { border-width: 0; border-radius: 0; }#hxTK8JCESh58aLahdNdTWmmn5glDl9mG > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; }#nBodnLIps22Dq9DDBDZaulvZJWFQ8GUe { width:17.999125rem;height:1.3501rem;top:2.5618495941162rem;left:2.0008681416511rem;text-align:center;text-align-last:center;line-height:1.2;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#O1Af3rLHDW0ZmZsEmT7xlwJ9vvCKXsZq { width:14.624rem;height:0.1867675rem;top:4.375rem;left:2.6875rem;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hWTQaVc80vmmKsXHfEb00Ny12wbM94vW { width:17.6245rem;height:3.375rem;top:5.810546875rem;left:1.1875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#tpykocv9225mod5hkQRBpXuAHV8cll9e { width:1.875rem;height:1.875rem;top:30.6875rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#Gx6VXdEPBclX3I9eWDdFs2TcbfObTIqJ { width:4.24926875rem;height:0.1867675rem;top:4.373779296875rem;left:15.75073125rem;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#THaNXDx9WkDXNbReGX4qAZOetHMT9a39 { width:1.68728125rem;height:1.68728125rem;top:29.155817031861rem;left:14.131944715977rem;font-size:1.125rem;display:block; }
#K0EDavoQ9u9B5PHES1rJsv1UMmggZtKM { width:20rem;height:1.875rem;top:20.69118976593rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1.25rem;font-family:var(--paragraphs-font-family);display:block; }
#kyHBQA6QiTJAKh4ZaC8A6VKKPMts6q1e { width:10.3125rem;height:2.798825rem;top:33.625rem;left:4rem;text-align:center;text-align-last:center;line-height:1.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#Tm1KECd2slB6cBHOamisXTePSAlWMHNn { width:1.68728125rem;height:1.68728125rem;top:31.125rem;left:14.0625rem;font-size:1.125rem;display:block; }
#dy9GVI4xCFSEKbVaXFIuZBTw336hPvT6 { width:1.875rem;height:1.875rem;top:32.875rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#XzCbTWbqJfEP69IilCtnTbPStRMm29uD { width:1.68728125rem;height:1.68728125rem;top:33.624134063721rem;left:14.131944715977rem;font-size:1.125rem;display:block; }
#Vi5JpihetgxgVsh8nXvZkUQsdzwT5lKG { width:1.875rem;height:1.875rem;top:35.125rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#Pf4nJRwoRP0NulwWuAQqwHyr8VEpUNe4 { width:10.061875rem;height:2.2744125rem;top:36.4375rem;left:4.1875rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#kSpCSo1MBzkshTltCLox6FMAS8V7UOOs { width:10.06225rem;height:2.2744125rem;top:28.5625rem;left:5rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#ePtBw19KrRNDb2IMOxM0HxIP0zMLepm5 { width:1.68728125rem;height:1.68728125rem;top:36.75rem;left:14.1875rem;font-size:1.125rem;display:block; }
#LieTlMVEPuT3N62zeSD8ftn52OREBhlN { width:1.875rem;height:1.875rem;top:37.3125rem;left:9.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(var(--color-tertiary-4),0.1) ;display:none; }
#L03ckzdo2tSIMD8nvlpXd2BeMQUqG4u9 { width:11.3745rem;height:2.2744125rem;top:30.8125rem;left:4.25rem;text-align:center;text-align-last:center;line-height:2.6;font-size:0.875rem;font-family:var(--paragraphs-font-family);display:block; }
#s37k9iPbnR4fKcrBhhcWxJzRNyFv3XnP { width:20rem;height:4.5rem;top:23.373481750488rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#W48BDn1tdghONJz2oZiZd4F8gREaS8rT { width:20rem;height:3.375rem;top:9.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#eRybZqtOK5agkyRANeidP6zSnHSqbRss { width:20rem;height:3.375rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;font-family:var(--paragraphs-font-family);display:block; }
#W94c8XOohF9G6Sp4Om4o0hywlaoZouLk { top:32.3056640625rem;left:1.1875rem;width:9.6875rem;height:5.436525rem;z-index:15218;display:block; }
#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { display:block; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { background-color: transparent; background-image: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row > .video-iframe-container { display: none; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .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); }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 { border-width: 0; border-radius: 0; }#tSWFePEiQGC21vWbm4zzi2fOAyRJWDl6 > .row .container { width:20rem;height:12.1875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#G9wD6aLg8O0Tu5pVq7uXzhW8wXDVlId7 { width:15.0615rem;height:2.5996125rem;top:2.744140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15020;font-family:var(--headlines-font-family);color:rgba(var(--color-tertiary-2),1);display:block; }
#tANOFfoz2kOL7aZtNJhDrGF0lisWOFbl { width:18rem;height:2.798825rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15013;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);display:block; }
#hv5mTeLy5CBvKOOFvx1ZKklIg2BT9BIp { width:2.43555rem;height:2.43555rem;top:7.1806640625rem;left:16.24609375rem;font-size:1.6875rem;z-index:15012;display:block; }
#sJ2n65Bn8pRFkmSzcVxAr7T7iOzkkrEC { top:1.7626953125rem;left:12.24609375rem;width:4.811525rem;height:5.9375rem;z-index:15021;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
