.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:239,231,220;--color-primary-1:207,183,151;--color-primary-2:175,135,82;--color-primary-3:135,113,79;--color-primary-4:35,27,16;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:91,91,91;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"AHJ 2024 Font";--paragraphs-font-family:"AHJ 2024 Font"; }@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); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g { position:relative;display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g { background-color: transparent; background-image: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container > .video-iframe-container { display: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row > .video-iframe-container { display: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .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); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g { border-width: 0; border-radius: 0; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .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; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .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:var(--paragraphs-font-family);height:40rem;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; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { position:relative;display:none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { border-width: 0; border-radius: 0; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .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; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .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:47.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.adaptive-delivery-prevent-bg, #Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.lazyload, #Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.lazyloading { background-image: none; }#eSG45t4rHpvGNOsAxTEU8PzANc4GSG3H { 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; }
#Ht6vsqKyiM27J10p27AaH4wJoGTS3SWq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iK3Z7pawyMnZOfZRu3X0aUrVGyCQma4z { 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; }
#e52pAGDAsqpO4DKyazTpBq5IaZEBERPb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hBNgtMTiJnhk2a7WtnefWLNhtFyArrw6 { 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.6875rem;display:none; }
#T0VNW0V5TKGPQptVnwrBC0ciunLAEA9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf { 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.5rem;display:none; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 { 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.375rem;display:none; }
#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XvMqZPgtdQDgigIPuCVw1mgdlKPsMDOJ { 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.625rem;display:none; }
#c8sI5kq8uPBDOWKcv8DOX4Zkn5OEODWt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hgNMJOdEuVRVndgIKGblSI4GSdJxAgmW { 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; }
#HmB3PaUvT8fgaDOe2iftZB2MBr2izLuS { 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; }
#XGSot2yiLZ122pJo2HzJct4SUr1sfBw8 { 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; }
#F72V43F9PCfD8norgO3C8wSPc93SpD9e { 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:37.5rem;left:28.4375rem; }
#RUF4vh1UAn630ph5d9hfZkocI5rL9yvH { 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:41.375rem;left:23.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NG3DKGEi1gIuHodhCs6wp826caBtVuIM { 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.462675rem;top:43.375rem;left:25.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cuNuMdNoKB2OPlDQTe6TDqeEWqsS90m6 { 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; }
#MWDKCOUMMWBv4243uort43E1TqzKlGBe { 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; }
#Qd7GwoJR8zoWrykW48JbTUE4HPf1Ku9b { position:absolute;display:block;z-index:15177;height:3.625rem;width:4.9375rem;top:2.5rem;left:51rem;display:none; }
#wzhKiZrPVuHahaAabQaSV0W8Z3CnBza8 { position:absolute;display:block;z-index:15178;height:2.5625rem;width:4.625rem;top:2.5rem;left:3.75rem;display:none; }
#yd52kVm2hUvwRUmbokE8iX6GFFzPeDcJ { 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:26.5625rem;display:block; }
#Mi2Nu2PHVvsvWQNcwkz9PKJXlywsbe0p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#w3FFMiDrrmxwsb8FM8Vleeq80WQ2CZbR { 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.5625rem; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 { 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:35rem; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NpJTBEkSSXtTqUZVlp905efFWzLuN39t { 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.25rem;left:20.9375rem;overflow:hidden;display:block; }
#iKIVhTpFsDOt4mDuEvvABp1NeLxA6XJV { 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.75rem;overflow:hidden;display:none; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t { 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.3125rem;display:none; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KlgRNw0N8AECRKUMPQXTLwypMvpMiz25 { 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.5rem;height:1.86875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#sNST93lgQfwyxc5UzPub9ewTIT9TPt2v { 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:48.4375rem;width:27.25rem;display:none; }
#OK6iQHTXopv8RMCrovK6H2geAmZDpSZb { 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:48.4375rem;width:27.1875rem;display:none; }
#JNsAumw4HZEpgT6xKodImg46qh7doMdc { 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:50rem;width:28.125rem;display:none; }
#A0TbndNdo9M3pwNT0L9fXyBgr8wLIcT2 { 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:50rem;width:27.25rem;display:none; }
#TlW5y75CU7eH42arGdqPX6xTnp28uptB { 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:26.5625rem;display:none; }
#NIpffMnGScXrq3r4aLbfcwIn8mpuVhZX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OyRLr9yngJyRkTHoxGDknqnnnyeKL2Pu { 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:26.5625rem;display:none; }
#zElSAH1db4oIDmtVatLgbATHyTiTQfBH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DZaNmXkIBURfFUdvB3DfgJXi0xDwovUC { 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:26.5625rem;display:block; }
#B40TSGZgWe8C905z6TKGT4hulqWNcoli { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t8yB6tQbCLDIzSqAr1qvMR0VMGftJDyB { 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:48.4375rem;width:27.1875rem;display:none; }
#OazIsg6ls4xvBBsPlC0iG4oSoTFLFGk7 { 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:27rem;width:27rem;display:none; }
#LdQvCO4eP0N9qbiFx2zXKXKS1IHCD4GL { 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.462675rem;top:43.375rem;left:25.3125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#tLZo5hT8fy9wJ5BK2MQtLq23xKOHBWIH { 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; }
#EGOrfpppyBTA88QwvCXFDB9Ev3dGaGBz { 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:6.43675rem;width:8.374rem;top:1.689453125rem;left:25.186767578125rem;overflow:hidden;display:block; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw { 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; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#llURBFaq5onheEU21TV3fuxvMDeHZwlE { 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; }
#TauJia3I7BGizuRDMMXTnxRov2MUf86X { position:absolute;display:block;z-index:15016;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.43725625rem;width:10.437rem;top:9.942626953125rem;left:24.154052734375rem;overflow:hidden;display:block; }
#fT4eZm22czKfd5dQV0P7MUbho5oTMyzT { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ybm2QAmkbwVmqgE7ey2fMS8AhJ8JN8CG { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OrfaXxi0ksTIgtJ0aJvAosFfrT2Ah8yh { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #E0NwSI2WfvTfgO1n0DRTkTHCtMinotyg { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KA6u0FAztMzmqmoPCqwa6ONDnFuCWKFE { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ve8Vdf06WUcgZR0F56hB6270f4cy4kZy { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #x06nSaPtxziq72iL9avIAR8tqGmWkUHn { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OlEefqdsJEie35d29Q8qw6ISqAhnH4Tn { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bkdEZ6Dl3TbxwMEVZBS2JSvRTgmX3VK7 { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ezxRGJ7fU4JiW9hU83vGANNfv5QiAr6N { position:relative; }
#DvigJMv9FZlqWVkEvXT7MhATyOzTvWmH { position:relative;display:block; }
#Xmr15m26ZPTQKwq3AEZmN942PSfbp4tG { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lhoNGyn4e9kMUqL1CCMOBSuZ0UwwL8fT { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ALwi1CbLiVsRiE0lUgoCWOQ1nTviyUkI { position:relative; }
#WtKxp9p9JVpJJWuX7sEbkb2qRpJ93NIh { color:#68452f;display:block;width:16.75rem;position:absolute;font-family:cairo;font-size:1.625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.626953125rem;left:4.2275390625rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iN97ydrCpwmtKCyTS2CBt4vgToGnGaWT { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIkFJaX15o7SvOzEu5389ncOcSdouonT { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VHvOedHbAWRKoX1sG9kDpTsWgX15auzB { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAXPmCIgeOH5zchBUSxWK2p4mEZOKOv1 { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XDaXrZpDE9aLVvZKU9Tk7HWCceEAueht { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n3mrEF9Q1oLlnfvcSwTdbmBS05zMUdgI { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HoMGnJpn5uugq5Hi8uNU6516f1lGeoEC { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yzEO3TTATL6CAPm5tm1neRQlc4HTf0EV { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T5BpcfyirOQzmerTXRc4ceMQziLlgAq0 { position:relative; }
#sNr3e2xzEc6Jp2r45s2QF4r6FcdbTFZB { position:relative;display:block; }
#AmRxiAlqr1DP2DZTsqifOscdthMWTeOw { position:relative;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rn8gWUpVvlWw0wvotnJ1holv94CEn3eq { position:relative; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iy4nfUFPT6h9Akgl4T3zOXRtdm678Oxt { position:relative; }
#R1b4dzxlQ8z620Nr4JIyW9tZJKARbDXa { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:0.9375rem;left:0.4375rem;display:none; }
#Ma3FKAa81Ukw4zCF4oBr22mVsfPTnhZH { 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.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;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:#6f6f6f;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:21rem;height:3.4375rem;text-decoration:none;z-index:15225;text-align:center;text-align-last:center;top:10.4375rem;left:1.6875rem;display:none; }
#Z3BkmCuyZkQ8RBAxTfO50uTFxJW0UfuO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DiTu4xpty1JEr3wFPq9fJr2GSm8hPTTq { 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.3125rem solid #2f9e45;border-left:0.3125rem solid #2f9e45;border-right:0.3125rem solid #2f9e45;border-bottom:0.3125rem solid #2f9e45;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:#6f6f6f;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:21rem;height:3.4375rem;text-decoration:none;z-index:15225;text-align:center;text-align-last:center;top:10.4375rem;left:1.6875rem;display:block; }
#w1rbeTtrG0Tp94tqAhpk6penoM7frPTp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15143;opacity:1;top:11.25rem;left:20.3125rem;display:none; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15142;opacity:1;top:11.3125rem;left:3.5625rem;display:none; }
#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#rFsBsCdJ279h6CqdZ2mgk7ryEJmD9obD { color:#000000;display:block;width:12.497375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:54.6875rem;left:5.8997402191162rem;height:1.3rem;text-align:center;text-align-last:center;display:none; }
#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV { position:relative;display:none; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV { border-width: 0; border-radius: 0; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .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; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#pBIJ9tef7i6le9KbcoauSiEUeW7QO7sL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:6.25rem;display:none; }
#TJR7tnOSoHXNb8vPLT9QLDLe8KCCGOoP { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.0625rem;display:none; }
#Ed8Xz5oTbF6F0eDoNiRzlJhlTqMQDkd0 { 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:1.9375rem;width:2.0625rem;display:none; }
#B6P7QL3hyDdU0ML4Vc1wImXl7wZwqNhG { 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:1.4375rem;width:2.0625rem;display:none; }
#gmpvXDJ77mPI7w0RMfxUdhKNJgyvetVe { 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:1.25rem;width:3.75rem;display:none; }
#kWqLsfXBGlp67dWip3tGgGK7wFKFOlUw { 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:1.25rem;width:1.75rem;display:none; }
#ililPFprE3a6KRyrcbmvQlP3r7T3T2md { 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:1.375rem;width:1.25rem;display:none; }
#RUtkE9GHop82TTxvCIRLAdTBF9mFJcGi { 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:1.25rem;width:3.125rem;display:none; }
#gOtuNRJcMz59RsQM42uIqBnIWyUmdV7U { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1.375rem;left:7rem;display:none; }
#N0PCaaXkmL5QlU43A6rxcS6RncfVVd5i { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 { position:relative;display:none; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 { border-width: 0; border-radius: 0; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .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; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iIPoXcZTBXvcQwv9aVcBlgkWDfeRcTaJ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:1rem;left:3.6875rem;display:none; }
#M4aTWcGf3m3Z139nfPpMxHwLbaZwCr68 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.875rem;width:60rem;display:none; }
#PulGEOzXMse2UDtewN5SNgTXwyu2Dbxk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:14.0625rem;display:none; }
#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB { position:relative;display:none; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB { border-width: 0; border-radius: 0; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .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; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { position:relative;display:none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { border-width: 0; border-radius: 0; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .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; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .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; }#DiGp3N9zJBGkQAH7XsQlbFNdOOlcTToT { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:block; }
#o0u6N6Kxvsugqb3paHSiS4bSpqX5hkMQ { color:#0f86a9;display:block;width:23.8125rem;position:absolute;font-family:cairo;font-size:1.9375rem;font-weight:700;z-index:15078;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem rgba(206,146,47,0.93);top:1.5rem;left:0rem;height:2.51875rem;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; }
#vp9L5LcBlCoPCW6yzTTTAmVV0kbmyxhZ { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#ct3EawhLaNgny3qskAKzbXBBmJPIf7PP { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#r0hk6aHA75pmGrRsBbP1QoqhfkuGWoBe { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#wCkSOtDA4TWqsSvr4Tro6naV8pzFmNWc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BzihX4TwxBkRa3MlbAGEROpC2bhIRuJ2 { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#x9dqygVKkemL6eVrqB6ctRuNzwgfDEGA { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#Fab8aTkHdryylNtlEnq24VqDbrLCKyiG { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#ztRB5bwTEJm01bGcxi0VFq1cK0hEUnFa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SIqKChLb5HcZlZ2IyTXcsehkoS5OZf7d { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#EKtJqi3JmCv7G9KTRu8QDJZkm2WqB9dZ { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#UgsQqVHCszExTG3rva69T9N9gUL0unU0 { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#aA1rwlyw7oJreeBO6mkXm54NMGZBvXhF { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#EMTXRNe7GqyGqhOdRTM9ISRBcl4PHLxu { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#Dlp5FNkNFMtdgVnZCxgkRlHWbwleDfXH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J6lvsgIHm8ccLcA5HLJlPqcVXT4J91D0 { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#yrdNl0HCOuMHepLLokk6hTOl3xHkBTGM { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#JTOrJgVayavQEwDHF5VN4h8tMyNeQDPz { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#sy6OwfKsVepU8KSRpIIgQ6wgE33R8FII { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#cMzB0CdnNhhyXi4NQqV6lz8dDRoPlkxs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a6bIeoRue9Meke7ZMzXu0hGppIN3SCmb { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#U89IC2ApdWCXfBwyQTKS3oeNunMSS15i { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#U5pxM3pvQtUzPiMq2GyTBNLKhVJWcB0x { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#wgxObAnXvs1UXQt1XTJIvOc4bHpmMFrJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b7u6Z9iPpfc9LbXZSpy26CFIdoZszRu9 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#IcZlrsfofzz2sRx6PWCyt5eR3hqZTTn7 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#v305to9xq6HMqz0PCNb50J5qubTD5Bgk { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#ePxDTNe92QO1Xtyf4xynh7OR2Fa5Zf6o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ADIP7z7skrOxWgUIxDafe4NTp1B8Owlu { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#o6VHMJCGsaTQvVBCLZ68kUg3CvcQlE1H { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#I7Bmn6ffEh5b030AATr3NANyAFNfdSkO { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#hv5pWbawZv6Liuwm5whr1SvITyLJhQmS { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#JixtC4g6FfHb4OOeMpQzfQKH1OOhTUv9 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#cdv12T7SHVyRdcFZuaJJvesMtoHNPTcP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S6iuRmo2rJc343yTXW32vdNeRkmTmPl9 { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#aBrQThgVlb5tOTmuiQH63OfbTbFVkFKH { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#TLDI9cgCbWyGJG6IacUrQ7OGQg7BpnWq { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#Z6LT66AklOBpRbqoRpLmaFUTTdqOvudm { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#MT3xFzt9NMXVheoWOPzt95lKLQzXVDvT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BCMAr5yaQD8ikFe4rx4dgaZzhlKTyr7y { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#X3AqFGIOvykHNroZFf9aoVroQlW1q1kf { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#VWEik8V2y99yVa6fHiZ59pRGPTfTgVsx { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#efbulTr749ukpo8sTO5yqmoPNrHqMnZe { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#tceqW5ZpEA8sqrW1mPh8Q1q40NWT554u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VlmPOqZ5TImmPzeA1fGqpiOuJ79OTkiZ { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#TOUz2nWsLNK0ZNfbNNKbsyhggpkGTSPh { position:absolute;display:block;z-index:15094;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:16.3125rem;width:28.0625rem;top:22.3125rem;left:30.25rem;overflow:hidden;display:none; }
#EOFFpsPqsngPXAPHfSo2tiyuUT9Zq1KZ { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.75rem;top:16.5625rem;left:0rem;display:none; }
#XGxwqhkkTsRzz8WcvWqKsLatB9ga8Ji7 { background-color:#c0a384;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:2rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.4375rem;height:3.12421875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:45.499214172363rem;left:34.9375rem;display:none; }
#UD0iR2A0p7GaFQ4SEcXReycK5EXtNiyQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#onUVRRXp30yStv2cTPa7QPusVpAxyV0S { color:#000000;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.5625rem;top:19.0625rem;left:0rem;display:none; }
#rphIp19XmTE2RRqlMeRhyRrlBJfega4M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6c896;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M.adaptive-delivery-prevent-bg, #rphIp19XmTE2RRqlMeRhyRrlBJfega4M.lazyload, #rphIp19XmTE2RRqlMeRhyRrlBJfega4M.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { border-width: 0; border-radius: 0; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:none; }body { position:relative;display:block; }
#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g { display:block; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container { width:47.75rem;position:relative;display:block; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { display:none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container { width:47.75rem;position:relative;display:none; }#eSG45t4rHpvGNOsAxTEU8PzANc4GSG3H { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:block; }
#Ht6vsqKyiM27J10p27AaH4wJoGTS3SWq { display:block; }
#iK3Z7pawyMnZOfZRu3X0aUrVGyCQma4z { width:17.5rem;height:3.4375rem;top:32.5625rem;left:3.625rem;display:none; }
#e52pAGDAsqpO4DKyazTpBq5IaZEBERPb { display:block; }
#hBNgtMTiJnhk2a7WtnefWLNhtFyArrw6 { width:17.5rem;height:3.4375rem;top:27.8125rem;left:3.5625rem;display:none; }
#T0VNW0V5TKGPQptVnwrBC0ciunLAEA9T { display:block; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf { top:32.8125rem;left:16.375rem;width:3.125rem;height:3.125rem;display:none; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 { top:27.9375rem;left:16.25rem;width:3.125rem;height:3.125rem;display:none; }
#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#XvMqZPgtdQDgigIPuCVw1mgdlKPsMDOJ { width:17.5rem;height:3.4375rem;top:23.3125rem;left:3.5rem;display:none; }
#c8sI5kq8uPBDOWKcv8DOX4Zkn5OEODWt { display:block; }
#hgNMJOdEuVRVndgIKGblSI4GSdJxAgmW { width:;height:;top:0rem;display:none; }
#HmB3PaUvT8fgaDOe2iftZB2MBr2izLuS { top:10.4375rem;left:0rem;width:20rem;height:1.25rem;font-size:1rem;display:none; }
#XGSot2yiLZ122pJo2HzJct4SUr1sfBw8 { top:0rem;width:;height:;display:none; }
#F72V43F9PCfD8norgO3C8wSPc93SpD9e { top:37.5rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
#RUF4vh1UAn630ph5d9hfZkocI5rL9yvH { top:41.375rem;left:17.25rem;width:14.4375rem;height:1.5625rem;font-size:1.25rem;display:none; }
#NG3DKGEi1gIuHodhCs6wp826caBtVuIM { top:43.375rem;left:19.1875rem;width:10.8125rem;height:1.4375rem;font-size:1.125rem;display:none; }
#cuNuMdNoKB2OPlDQTe6TDqeEWqsS90m6 { top:0rem;width:;height:;display:none; }
#MWDKCOUMMWBv4243uort43E1TqzKlGBe { top:0rem;width:;height:;display:none; }
#Qd7GwoJR8zoWrykW48JbTUE4HPf1Ku9b { top:2.5rem;left:42.8125rem;width:4.9375rem;height:3.625rem;display:block; }
#wzhKiZrPVuHahaAabQaSV0W8Z3CnBza8 { top:2.5rem;left:0rem;width:4.625rem;height:2.5625rem;display:block; }
#yd52kVm2hUvwRUmbokE8iX6GFFzPeDcJ { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#Mi2Nu2PHVvsvWQNcwkz9PKJXlywsbe0p { display:block; }
#w3FFMiDrrmxwsb8FM8Vleeq80WQ2CZbR { top:20.125rem;left:21.4375rem;width:2.3125rem;height:2.3125rem;display:none; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 { top:19.75rem;left:28.875rem;width:3.125rem;height:3.125rem;display:none; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NpJTBEkSSXtTqUZVlp905efFWzLuN39t { top:46.25rem;left:14.8125rem;width:18.125rem;height:1.2946428571429rem;display:none; }
#iKIVhTpFsDOt4mDuEvvABp1NeLxA6XJV { top:30.8125rem;left:2.625rem;width:22.5rem;height:22.5rem;display:none; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t { top:5.3125rem;left:4.1875rem;width:3.125rem;height:3.125rem;display:none; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KlgRNw0N8AECRKUMPQXTLwypMvpMiz25 { top:9.25rem;left:34.375rem;width:6.4375rem;height:1.8125rem;font-size:1.4375rem;display:none; }
#sNST93lgQfwyxc5UzPub9ewTIT9TPt2v { width:;height:;top:0rem;display:none; }
#OK6iQHTXopv8RMCrovK6H2geAmZDpSZb { width:;height:;top:0rem;display:none; }
#JNsAumw4HZEpgT6xKodImg46qh7doMdc { width:;height:;top:0rem;display:none; }
#A0TbndNdo9M3pwNT0L9fXyBgr8wLIcT2 { width:;height:;top:0rem;display:none; }
#TlW5y75CU7eH42arGdqPX6xTnp28uptB { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#NIpffMnGScXrq3r4aLbfcwIn8mpuVhZX { display:block; }
#OyRLr9yngJyRkTHoxGDknqnnnyeKL2Pu { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#zElSAH1db4oIDmtVatLgbATHyTiTQfBH { display:block; }
#DZaNmXkIBURfFUdvB3DfgJXi0xDwovUC { width:12.1875rem;height:2.3125rem;top:20.125rem;left:20.4375rem;display:none; }
#B40TSGZgWe8C905z6TKGT4hulqWNcoli { display:block; }
#t8yB6tQbCLDIzSqAr1qvMR0VMGftJDyB { width:;height:;top:0rem;display:none; }
#OazIsg6ls4xvBBsPlC0iG4oSoTFLFGk7 { width:;height:;top:0rem;display:none; }
#LdQvCO4eP0N9qbiFx2zXKXKS1IHCD4GL { top:43.375rem;left:19.1875rem;width:15.3125rem;height:3.25rem;font-size:1.25rem;display:none; }
#tLZo5hT8fy9wJ5BK2MQtLq23xKOHBWIH { top:0rem;width:;height:;display:none; }
#EGOrfpppyBTA88QwvCXFDB9Ev3dGaGBz { top:1.6875rem;left:19.061767578125rem;width:8.3125rem;height:6.3894774749225rem;display:block; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw { display:none; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw > img { max-width: 100%;max-height:100%; width:; height:; }#llURBFaq5onheEU21TV3fuxvMDeHZwlE { display:none; }
#TauJia3I7BGizuRDMMXTnxRov2MUf86X { top:9.9375rem;left:18.029052734375rem;width:10.375rem;height:4.4108971537559rem;display:block; }
#fT4eZm22czKfd5dQV0P7MUbho5oTMyzT { top:11.1875rem;left:0rem;width:20rem;height:;font-size:1.1875rem;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ybm2QAmkbwVmqgE7ey2fMS8AhJ8JN8CG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OrfaXxi0ksTIgtJ0aJvAosFfrT2Ah8yh { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #E0NwSI2WfvTfgO1n0DRTkTHCtMinotyg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KA6u0FAztMzmqmoPCqwa6ONDnFuCWKFE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ve8Vdf06WUcgZR0F56hB6270f4cy4kZy { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #x06nSaPtxziq72iL9avIAR8tqGmWkUHn {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OlEefqdsJEie35d29Q8qw6ISqAhnH4Tn {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bkdEZ6Dl3TbxwMEVZBS2JSvRTgmX3VK7 { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ezxRGJ7fU4JiW9hU83vGANNfv5QiAr6N {  }
#DvigJMv9FZlqWVkEvXT7MhATyOzTvWmH { display:block; }
#Xmr15m26ZPTQKwq3AEZmN942PSfbp4tG { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lhoNGyn4e9kMUqL1CCMOBSuZ0UwwL8fT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ALwi1CbLiVsRiE0lUgoCWOQ1nTviyUkI {  }
#WtKxp9p9JVpJJWuX7sEbkb2qRpJ93NIh { top:38.8125rem;left:0rem;width:17.25rem;height:;font-size:1.1875rem;display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iN97ydrCpwmtKCyTS2CBt4vgToGnGaWT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIkFJaX15o7SvOzEu5389ncOcSdouonT { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VHvOedHbAWRKoX1sG9kDpTsWgX15auzB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAXPmCIgeOH5zchBUSxWK2p4mEZOKOv1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XDaXrZpDE9aLVvZKU9Tk7HWCceEAueht { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n3mrEF9Q1oLlnfvcSwTdbmBS05zMUdgI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HoMGnJpn5uugq5Hi8uNU6516f1lGeoEC {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yzEO3TTATL6CAPm5tm1neRQlc4HTf0EV { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T5BpcfyirOQzmerTXRc4ceMQziLlgAq0 {  }
#sNr3e2xzEc6Jp2r45s2QF4r6FcdbTFZB { display:block; }
#AmRxiAlqr1DP2DZTsqifOscdthMWTeOw { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rn8gWUpVvlWw0wvotnJ1holv94CEn3eq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iy4nfUFPT6h9Akgl4T3zOXRtdm678Oxt {  }
#R1b4dzxlQ8z620Nr4JIyW9tZJKARbDXa { top:34.0625rem;left:0rem;width:19.0625rem;height:1.25rem;font-size:1rem;display:none; }
#Ma3FKAa81Ukw4zCF4oBr22mVsfPTnhZH { width:21rem;height:3.4375rem;top:10.4375rem;left:0rem;display:none; }
#Z3BkmCuyZkQ8RBAxTfO50uTFxJW0UfuO { display:block; }
#DiTu4xpty1JEr3wFPq9fJr2GSm8hPTTq { width:21rem;height:3.4375rem;top:10.4375rem;left:0rem;display:block; }
#w1rbeTtrG0Tp94tqAhpk6penoM7frPTp { display:block; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O { top:11.25rem;left:14.1875rem;width:3.125rem;height:3.125rem;display:none; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 { top:11.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#rFsBsCdJ279h6CqdZ2mgk7ryEJmD9obD { top:54.6875rem;left:0rem;width:12.4375rem;height:1.25rem;font-size:0.625rem;display:none; }
#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV { display:none; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container { width:47.75rem;position:relative;display:none; }#pBIJ9tef7i6le9KbcoauSiEUeW7QO7sL { width:6.25rem;height:2.0625rem;display:none; }
#TJR7tnOSoHXNb8vPLT9QLDLe8KCCGOoP { width:2.0625rem;height:2.0625rem;display:none; }
#Ed8Xz5oTbF6F0eDoNiRzlJhlTqMQDkd0 { width:2.0625rem;height:1.9375rem;display:none; }
#B6P7QL3hyDdU0ML4Vc1wImXl7wZwqNhG { width:2.0625rem;height:1.4375rem;display:none; }
#gmpvXDJ77mPI7w0RMfxUdhKNJgyvetVe { width:3.75rem;height:1.25rem;display:none; }
#kWqLsfXBGlp67dWip3tGgGK7wFKFOlUw { width:1.75rem;height:1.25rem;display:none; }
#ililPFprE3a6KRyrcbmvQlP3r7T3T2md { width:1.25rem;height:1.375rem;display:none; }
#RUtkE9GHop82TTxvCIRLAdTBF9mFJcGi { width:3.125rem;height:1.25rem;display:none; }
#gOtuNRJcMz59RsQM42uIqBnIWyUmdV7U { top:1.375rem;left:0.89375007152556rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
#N0PCaaXkmL5QlU43A6rxcS6RncfVVd5i { display:none; }
#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 { display:none; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container { width:47.75rem;position:relative;display:none; }#iIPoXcZTBXvcQwv9aVcBlgkWDfeRcTaJ { top:1rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.8125rem;display:none; }
#M4aTWcGf3m3Z139nfPpMxHwLbaZwCr68 { width:47.75rem;height:19rem;display:none; }
#PulGEOzXMse2UDtewN5SNgTXwyu2Dbxk { width:14.0625rem;height:5.125rem;display:none; }
#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB { display:none; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container { width:47.75rem;position:relative;display:none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { display:none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container { width:47.75rem;position:relative;display:none; }#DiGp3N9zJBGkQAH7XsQlbFNdOOlcTToT { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:block; }
#o0u6N6Kxvsugqb3paHSiS4bSpqX5hkMQ { width:23.8125rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem;display:none; }
#vp9L5LcBlCoPCW6yzTTTAmVV0kbmyxhZ { top:16.875rem;left:0rem;width:16rem;height:2.75rem;font-size:1.0625rem;display:none; }
#ct3EawhLaNgny3qskAKzbXBBmJPIf7PP { top:20.875rem;left:0rem;width:18.75rem;height:4.75rem;font-size:0.75rem;display:none; }
#r0hk6aHA75pmGrRsBbP1QoqhfkuGWoBe { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#wCkSOtDA4TWqsSvr4Tro6naV8pzFmNWc { display:block; }
#BzihX4TwxBkRa3MlbAGEROpC2bhIRuJ2 { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#x9dqygVKkemL6eVrqB6ctRuNzwgfDEGA { top:38.8125rem;left:0rem;width:16.0625rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Fab8aTkHdryylNtlEnq24VqDbrLCKyiG { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#ztRB5bwTEJm01bGcxi0VFq1cK0hEUnFa { display:block; }
#SIqKChLb5HcZlZ2IyTXcsehkoS5OZf7d { top:43.5rem;left:0rem;width:18.75rem;height:5.9375rem;font-size:0.75rem;display:none; }
#EKtJqi3JmCv7G9KTRu8QDJZkm2WqB9dZ { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#UgsQqVHCszExTG3rva69T9N9gUL0unU0 { top:63.25rem;left:0rem;width:17.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
#aA1rwlyw7oJreeBO6mkXm54NMGZBvXhF { top:67.75rem;left:0rem;width:18.75rem;height:4.75rem;font-size:0.75rem;display:none; }
#EMTXRNe7GqyGqhOdRTM9ISRBcl4PHLxu { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#Dlp5FNkNFMtdgVnZCxgkRlHWbwleDfXH { display:block; }
#J6lvsgIHm8ccLcA5HLJlPqcVXT4J91D0 { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#yrdNl0HCOuMHepLLokk6hTOl3xHkBTGM { top:84.9375rem;left:0rem;width:17.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
#JTOrJgVayavQEwDHF5VN4h8tMyNeQDPz { top:90.0625rem;left:0rem;width:18.75rem;height:7.1875rem;font-size:0.75rem;display:none; }
#sy6OwfKsVepU8KSRpIIgQ6wgE33R8FII { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#cMzB0CdnNhhyXi4NQqV6lz8dDRoPlkxs { display:block; }
#a6bIeoRue9Meke7ZMzXu0hGppIN3SCmb { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#U89IC2ApdWCXfBwyQTKS3oeNunMSS15i { top:111.3125rem;left:0rem;width:17.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
#U5pxM3pvQtUzPiMq2GyTBNLKhVJWcB0x { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#wgxObAnXvs1UXQt1XTJIvOc4bHpmMFrJ { display:block; }
#b7u6Z9iPpfc9LbXZSpy26CFIdoZszRu9 { top:115.3125rem;left:0rem;width:18.75rem;height:5.9375rem;font-size:0.75rem;display:none; }
#IcZlrsfofzz2sRx6PWCyt5eR3hqZTTn7 { top:139.6875rem;left:0rem;width:18.75rem;height:4.75rem;font-size:0.75rem;display:none; }
#v305to9xq6HMqz0PCNb50J5qubTD5Bgk { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#ePxDTNe92QO1Xtyf4xynh7OR2Fa5Zf6o { display:block; }
#ADIP7z7skrOxWgUIxDafe4NTp1B8Owlu { top:135.0625rem;left:0rem;width:17.8125rem;height:1.375rem;font-size:1.0625rem;display:none; }
#o6VHMJCGsaTQvVBCLZ68kUg3CvcQlE1H { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#I7Bmn6ffEh5b030AATr3NANyAFNfdSkO { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#hv5pWbawZv6Liuwm5whr1SvITyLJhQmS { top:156.875rem;left:0rem;width:17.8125rem;height:2.75rem;font-size:1.0625rem;display:none; }
#JixtC4g6FfHb4OOeMpQzfQKH1OOhTUv9 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#cdv12T7SHVyRdcFZuaJJvesMtoHNPTcP { display:block; }
#S6iuRmo2rJc343yTXW32vdNeRkmTmPl9 { top:161rem;left:0rem;width:18.75rem;height:8.375rem;font-size:0.75rem;display:none; }
#aBrQThgVlb5tOTmuiQH63OfbTbFVkFKH { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#TLDI9cgCbWyGJG6IacUrQ7OGQg7BpnWq { top:182.3125rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#Z6LT66AklOBpRbqoRpLmaFUTTdqOvudm { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#MT3xFzt9NMXVheoWOPzt95lKLQzXVDvT { display:block; }
#BCMAr5yaQD8ikFe4rx4dgaZzhlKTyr7y { top:187rem;left:0rem;width:18.75rem;height:4.75rem;font-size:0.75rem;display:none; }
#X3AqFGIOvykHNroZFf9aoVroQlW1q1kf { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#VWEik8V2y99yVa6fHiZ59pRGPTfTgVsx { top:205.25rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#efbulTr749ukpo8sTO5yqmoPNrHqMnZe { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#tceqW5ZpEA8sqrW1mPh8Q1q40NWT554u { display:block; }
#VlmPOqZ5TImmPzeA1fGqpiOuJ79OTkiZ { top:209.5rem;left:0rem;width:18.75rem;height:5.9375rem;font-size:0.75rem;display:none; }
#TOUz2nWsLNK0ZNfbNNKbsyhggpkGTSPh { top:22.3125rem;left:19.4375rem;width:28.0625rem;height:16.3125rem;display:none; }
#EOFFpsPqsngPXAPHfSo2tiyuUT9Zq1KZ { top:229.375rem;left:0rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:none; }
#XGxwqhkkTsRzz8WcvWqKsLatB9ga8Ji7 { width:20.4375rem;height:3.0625rem;top:45.4375rem;left:27.3125rem;display:none; }
#UD0iR2A0p7GaFQ4SEcXReycK5EXtNiyQ { display:block; }
#onUVRRXp30yStv2cTPa7QPusVpAxyV0S { top:234.5rem;left:0rem;width:18.75rem;height:3.5625rem;font-size:0.75rem;display:none; }
#rphIp19XmTE2RRqlMeRhyRrlBJfega4M { display:none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { width:47.75rem;position:relative;display:none; }body { position:relative;background-color:rgba(var(--color-tertiary-0),1);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); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/63058d09-b69d-47cb-883c-584e83fdcc95/Untitleddesign2.crop_653x315_98,0.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g.adaptive-delivery-prevent-bg, #kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g.lazyload, #kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g.lazyloading { background-image: none; } #f85856c085bf3986839202439158ffd7.widget-smartsection *:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="text"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="email"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection input[type="tel"]:focus-visible, #f85856c085bf3986839202439158ffd7.widget-smartsection textarea:focus-visible { outline: none; } #kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container { background-color: transparent; background-image: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container > .video-iframe-container { display: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row > .video-iframe-container { display: none; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .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); }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container { border-width: 0; border-radius: 0; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kQgCHgKpgNR8PnTsS5Urd4rB5CMIXT4g > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { display:block; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { background-color: transparent; background-image: none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container > .video-iframe-container { display: none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row > .video-iframe-container { display: none; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .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); }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 { border-width: 0; border-radius: 0; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .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; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container { width:20rem;height:134.0625rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/2c260134-26a8-428f-a6b6-7e56bd52592e/881cc125a1eabcf62adda4e0a0c3256f.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.adaptive-delivery-prevent-bg, #Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.lazyload, #Uy0UFGIoTV7Vzmtlm2foWMVZwRews130 > .row .container.lazyloading { background-image: none; }#eSG45t4rHpvGNOsAxTEU8PzANc4GSG3H { width:4.74935rem;height:2.12456875rem;top:69.375rem;left:7.5rem;z-index:15177;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#Ht6vsqKyiM27J10p27AaH4wJoGTS3SWq { display:block; }
#iK3Z7pawyMnZOfZRu3X0aUrVGyCQma4z { width:4.24805rem;height:2.68555rem;top:69.0625rem;left:0.6875rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#e52pAGDAsqpO4DKyazTpBq5IaZEBERPb { display:block; }
#hBNgtMTiJnhk2a7WtnefWLNhtFyArrw6 { width:5.625rem;height:2.43706875rem;top:69.218752861025rem;left:7.1875005364419rem;z-index:15178;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#T0VNW0V5TKGPQptVnwrBC0ciunLAEA9T { display:block; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf { display:flex;top:66.873485189206rem;left:2.2207044775581rem;width:2.0625rem;height:2.0625rem;z-index:15181;display:none; }
#dGgFAq0om5A2zH3PdgEibNIRGB86d5xf > img { max-width: 100%;max-height:100%; width:2.0625rem; height:2.0625rem; }#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 { display:flex;top:60.934247970581rem;left:3.7500000596046rem;width:1.93685rem;height:1.93685rem;z-index:15182;display:none; }
#U4pGAmNkdNcmPm8Oq8vwbHUhUz4oCOd4 > img { max-width: 100%;max-height:100%; width:1.93685rem; height:1.93685rem; }#XvMqZPgtdQDgigIPuCVw1mgdlKPsMDOJ { width:5.625rem;height:2.43706875rem;top:69.218752026556rem;left:14.373915731907rem;z-index:15180;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }
#c8sI5kq8uPBDOWKcv8DOX4Zkn5OEODWt { display:block; }
#hgNMJOdEuVRVndgIKGblSI4GSdJxAgmW { 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; }
#HmB3PaUvT8fgaDOe2iftZB2MBr2izLuS { 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; }
#XGSot2yiLZ122pJo2HzJct4SUr1sfBw8 { display:flex;top:52.416667938233rem;left:7.1527777314187rem;width:1.62435rem;height:1.62435rem;z-index:15192;display:none; }
#F72V43F9PCfD8norgO3C8wSPc93SpD9e { display:flex;top:124.9990234375rem;left:8.499755859375rem;width:2.93728125rem;height:2.93728125rem;z-index:15194; }
#RUF4vh1UAn630ph5d9hfZkocI5rL9yvH { top:127.99951171875rem;left:0rem;width:20rem;height:1.13606875rem;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-4),1);display:block; }
#NG3DKGEi1gIuHodhCs6wp826caBtVuIM { top:129.62377929688rem;left:3.624267578125rem;width:12.75rem;height:1.13606875rem;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:rgba(var(--color-tertiary-4),1);display:block; }
#cuNuMdNoKB2OPlDQTe6TDqeEWqsS90m6 { display:flex;top:124.9990234375rem;left:11.68701171875rem;width:2.9375rem;height:2.9375rem;z-index:15195;font-size:2rem; }
#MWDKCOUMMWBv4243uort43E1TqzKlGBe { display:flex;top:124.9990234375rem;left:5.3125rem;width:2.9375rem;height:2.9375rem;z-index:15196;font-size:2rem; }
#Qd7GwoJR8zoWrykW48JbTUE4HPf1Ku9b { width:4.5rem;height:2.5rem;top:4.3484377861023rem;left:1.8796874880791rem;z-index:15198;display:none; }
#wzhKiZrPVuHahaAabQaSV0W8Z3CnBza8 { width:4.3125rem;height:2.375rem;top:5.7234377861023rem;left:13.715624988079rem;display:none; }
#yd52kVm2hUvwRUmbokE8iX6GFFzPeDcJ { width:14.6875rem;height:2.68663125rem;top:71.12451171875rem;left:3.0615234375rem;z-index:15178;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;border-left:0;border-right:0;border-bottom:0;display:block; }
#Mi2Nu2PHVvsvWQNcwkz9PKJXlywsbe0p { display:block; }
#w3FFMiDrrmxwsb8FM8Vleeq80WQ2CZbR { display:flex;width:2.25rem;height:2.25rem;top:71.341796875rem;left:3.71826171875rem;font-size:2.1875rem;z-index:15199; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 { display:flex;width:3.125rem;height:3.125rem;top:70.9365234375rem;left:13.75rem;z-index:15209; }
#KWsgo9oo9Z0DBfLzbgFdTItktgVeV8R7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#NpJTBEkSSXtTqUZVlp905efFWzLuN39t { width:17.5rem;height:1.25rem;top:131.49877929688rem;left:1.1865234375rem;z-index:15101;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iKIVhTpFsDOt4mDuEvvABp1NeLxA6XJV { 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; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t { display:flex;width:3.125rem;height:3.125rem;top:81.112503051756rem;left:8.4375rem;z-index:15209;display:none; }
#UBqLmq5o3lHRCrb461nIRABTQ3Swnt4t > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#KlgRNw0N8AECRKUMPQXTLwypMvpMiz25 { 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; }
#sNST93lgQfwyxc5UzPub9ewTIT9TPt2v { top:81.561767578125rem;left:11.1865234375rem;width:8.0625rem;height:14.3125rem;z-index:15002;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OK6iQHTXopv8RMCrovK6H2geAmZDpSZb { top:81.561767578125rem;left:0.74951171875rem;width:8rem;height:14.3125rem;z-index:15003;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#JNsAumw4HZEpgT6xKodImg46qh7doMdc { top:96.561767578125rem;left:10.374755859375rem;width:8.3125rem;height:14.8125rem;z-index:15000;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#A0TbndNdo9M3pwNT0L9fXyBgr8wLIcT2 { top:96.498291015625rem;left:0.811767578125rem;width:8.0625rem;height:14.8125rem;z-index:15001;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TlW5y75CU7eH42arGdqPX6xTnp28uptB { width:19.2480625rem;height:3.4375rem;top:77.06201171875rem;left:0.374755859375rem;z-index:15179;background-color:#ffffff;background-image:none;color:#000000;font-size:1.8125rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"arab rose";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#NIpffMnGScXrq3r4aLbfcwIn8mpuVhZX { display:block; }
#OyRLr9yngJyRkTHoxGDknqnnnyeKL2Pu { width:15.811625rem;height:3.4375rem;top:43.249755859375rem;left:2.1240234375rem;z-index:15180;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #c59656, #57698f);background-image: -moz-linear-gradient(170deg, #c59656, #57698f);background-image: -ms-linear-gradient(170deg, #c59656, #57698f);background-image: -o-linear-gradient(170deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(170deg, #c59656, #57698f);background-size:auto !important;color:rgba(var(--color-tertiary-0),1);font-size:1.6875rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:block; }
#zElSAH1db4oIDmtVatLgbATHyTiTQfBH { display:block; }
#DZaNmXkIBURfFUdvB3DfgJXi0xDwovUC { width:10.8115rem;height:4.936525rem;top:30.6875rem;left:3.625rem;z-index:15181;background-color:transparent;background-image: -webkit-linear-gradient(170deg, #c59656, #57698f);background-image: -moz-linear-gradient(170deg, #c59656, #57698f);background-image: -ms-linear-gradient(170deg, #c59656, #57698f);background-image: -o-linear-gradient(170deg, #c59656, #57698f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#57698f' );";background-image: linear-gradient(170deg, #c59656, #57698f);background-size:auto !important;color:#ebe1c1;font-size:1.5rem;box-shadow: 0.0625rem 0.4375rem 0.1875rem rgba(0,0,0,0.5) ;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;font-family:"alw arabic";border-top:0;border-left:0;border-right:0;border-bottom:0;font-weight:700;font-style:normal;display:none; }
#B40TSGZgWe8C905z6TKGT4hulqWNcoli { display:block; }
#t8yB6tQbCLDIzSqAr1qvMR0VMGftJDyB { top:25.561767578125rem;left:4.1552734375rem;width:11.6875rem;height:21.1875rem;z-index:15003;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OazIsg6ls4xvBBsPlC0iG4oSoTFLFGk7 { top:48.562255859375rem;left:2.2802734375rem;width:16rem;height:16rem;z-index:15004;overflow:hidden;border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LdQvCO4eP0N9qbiFx2zXKXKS1IHCD4GL { top:65.687255859375rem;left:2.7490234375rem;width:15.3125rem;height:3.2487rem;z-index:15190;font-family:var(--paragraphs-font-family);font-size:1.25rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;color:rgba(var(--color-tertiary-4),1);display:block; }
#tLZo5hT8fy9wJ5BK2MQtLq23xKOHBWIH { display:flex;top:66.298828125rem;left:0.82763671875rem;width:4.56176875rem;height:4.56176875rem;z-index:15210; }
#EGOrfpppyBTA88QwvCXFDB9Ev3dGaGBz { width:3.18725625rem;height:2.436525rem;top:1.5rem;left:16.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw { display:flex;top:2rem;left:2.125rem;width:1.31225625rem;height:1.31225625rem;z-index:15151; }
#b6hDrCRflaFz36pxsRcMB6Usmi7Kpktw > img { max-width: 100%;max-height:100%; width:1.31225625rem; height:1.31225625rem; }#llURBFaq5onheEU21TV3fuxvMDeHZwlE { display:flex;top:1.9375rem;left:0.625rem;width:1.25rem;height:1.25rem;z-index:15152; }
#TauJia3I7BGizuRDMMXTnxRov2MUf86X { width:8.125rem;height:3.18725625rem;top:7.125rem;left:5.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fT4eZm22czKfd5dQV0P7MUbho5oTMyzT { width:20rem;height:6.171875rem;top:11.625rem;left:0rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);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; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ybm2QAmkbwVmqgE7ey2fMS8AhJ8JN8CG {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OrfaXxi0ksTIgtJ0aJvAosFfrT2Ah8yh { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #E0NwSI2WfvTfgO1n0DRTkTHCtMinotyg {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #KA6u0FAztMzmqmoPCqwa6ONDnFuCWKFE {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ve8Vdf06WUcgZR0F56hB6270f4cy4kZy { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #x06nSaPtxziq72iL9avIAR8tqGmWkUHn {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #OlEefqdsJEie35d29Q8qw6ISqAhnH4Tn {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #bkdEZ6Dl3TbxwMEVZBS2JSvRTgmX3VK7 { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ezxRGJ7fU4JiW9hU83vGANNfv5QiAr6N {  }
#DvigJMv9FZlqWVkEvXT7MhATyOzTvWmH { display:block; }
#Xmr15m26ZPTQKwq3AEZmN942PSfbp4tG { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #lhoNGyn4e9kMUqL1CCMOBSuZ0UwwL8fT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #ALwi1CbLiVsRiE0lUgoCWOQ1nTviyUkI {  }
#WtKxp9p9JVpJJWuX7sEbkb2qRpJ93NIh { width:17.3108125rem;height:6.171875rem;top:19.5rem;left:1.375rem;font-size:1.1875rem;font-weight:400;font-style:normal;font-family:var(--headlines-font-family);margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;z-index:15021;display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iN97ydrCpwmtKCyTS2CBt4vgToGnGaWT {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #UIkFJaX15o7SvOzEu5389ncOcSdouonT { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #VHvOedHbAWRKoX1sG9kDpTsWgX15auzB {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yAXPmCIgeOH5zchBUSxWK2p4mEZOKOv1 {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #XDaXrZpDE9aLVvZKU9Tk7HWCceEAueht { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #n3mrEF9Q1oLlnfvcSwTdbmBS05zMUdgI {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #HoMGnJpn5uugq5Hi8uNU6516f1lGeoEC {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #yzEO3TTATL6CAPm5tm1neRQlc4HTf0EV { display:none; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #T5BpcfyirOQzmerTXRc4ceMQziLlgAq0 {  }
#sNr3e2xzEc6Jp2r45s2QF4r6FcdbTFZB { display:block; }
#AmRxiAlqr1DP2DZTsqifOscdthMWTeOw { display:block; }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #rn8gWUpVvlWw0wvotnJ1holv94CEn3eq {  }
#RIkkpT11nCaOJXxQq9zc397drTWXJeez #iy4nfUFPT6h9Akgl4T3zOXRtdm678Oxt {  }
#R1b4dzxlQ8z620Nr4JIyW9tZJKARbDXa { top:75.15478515625rem;left:0.46875rem;width:19.0625rem;height:1.2999125rem;z-index:15011;font-family:"ahj 2024 font";font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:#0f0a08;display:block; }
#Ma3FKAa81Ukw4zCF4oBr22mVsfPTnhZH { width:17.71775rem;height:4.03125rem;top:113.5625rem;left:1.0625rem;font-size:1.0625rem;line-height:2;z-index:14991;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #ff0000;border-left:0.125rem dashed #ff0000;border-right:0.125rem dashed #ff0000;border-bottom:0.125rem dashed #ff0000;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#Z3BkmCuyZkQ8RBAxTfO50uTFxJW0UfuO { display:block; }
#DiTu4xpty1JEr3wFPq9fJr2GSm8hPTTq { width:17.90575rem;height:2.96801875rem;top:119.1875rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:14990;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dashed #2f9e45;border-left:0.125rem dashed #2f9e45;border-right:0.125rem dashed #2f9e45;border-bottom:0.125rem dashed #2f9e45;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
#w1rbeTtrG0Tp94tqAhpk6penoM7frPTp { display:block; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O { display:flex;width:3.125rem;height:3.125rem;top:119.125rem;left:15.875rem;z-index:14995; }
#NyLt0e6QEZxFiJ51N1sEv2KW7dBRi97O > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 { display:flex;width:2.6245125rem;height:2.6245125rem;top:119.4375rem;left:1.25rem;z-index:14996; }
#EfynQkxgl3RFxhppccd2ekmPMbKEfqo5 > img { max-width: 100%;max-height:100%; width:2.6245125rem; height:2.6245125rem; }#rFsBsCdJ279h6CqdZ2mgk7ryEJmD9obD { width:12.432875rem;height:0.8125rem;top:123.3125rem;left:3.8125rem;font-size:0.625rem;z-index:15019;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV { background-color:#f9f5f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container { background-color: transparent; background-image: none; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container > .video-iframe-container { display: none; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row > .video-iframe-container { display: none; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .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); }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container { border-width: 0; border-radius: 0; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7seA4oEbvkcQIs2lS2qyRP7965eBWcV > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; }#pBIJ9tef7i6le9KbcoauSiEUeW7QO7sL { top:5.0804686546326rem;left:14.968750357628rem;width:4.5rem;height:1.4375rem;z-index:15000;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TJR7tnOSoHXNb8vPLT9QLDLe8KCCGOoP { top:4.1429686546326rem;left:10.362500548362rem;width:3.3125rem;height:3.3125rem;z-index:15001;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ed8Xz5oTbF6F0eDoNiRzlJhlTqMQDkd0 { top:4.2679686546326rem;left:4.7375000715256rem;width:3.25rem;height:3.0625rem;z-index:15002;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#B6P7QL3hyDdU0ML4Vc1wImXl7wZwqNhG { top:9.2874999046325rem;left:4.4562500715256rem;width:3.8125rem;height:2.625rem;z-index:15003;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gmpvXDJ77mPI7w0RMfxUdhKNJgyvetVe { top:9.8187499046325rem;left:8.5999997854231rem;width:5.125rem;height:1.5625rem;z-index:15004;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#kWqLsfXBGlp67dWip3tGgGK7wFKFOlUw { top:9.5062499046325rem;left:0.28125rem;width:3.1875rem;height:2.1875rem;z-index:15005;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ililPFprE3a6KRyrcbmvQlP3r7T3T2md { top:4.2992186546326rem;left:0.28125rem;width:2.625rem;height:3rem;z-index:15006;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#RUtkE9GHop82TTxvCIRLAdTBF9mFJcGi { top:9.5999999046325rem;left:14.437500357628rem;width:5.5625rem;height:2rem;z-index:15007;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#gOtuNRJcMz59RsQM42uIqBnIWyUmdV7U { top:1rem;left:3.7499998807907rem;width:12.5rem;height:1.2999125rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-4),1);display:block; }
#N0PCaaXkmL5QlU43A6rxcS6RncfVVd5i { top:2.7242183685302rem;left:3.9999998807907rem;width:11.875rem;height:0.0625rem;z-index:15009;background-color:rgba(var(--color-secondary-3),1);background-image:none;display:block; }
#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 { background-color:#f9f5f0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container { background-color: transparent; background-image: none; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container > .video-iframe-container { display: none; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row > .video-iframe-container { display: none; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .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); }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container { border-width: 0; border-radius: 0; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TlVbT5igT8zIv6kVQxTSqiNXC81Uvqr9 > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; }#iIPoXcZTBXvcQwv9aVcBlgkWDfeRcTaJ { top:1.5rem;left:12.187500357628rem;width:7.6875rem;height:1.05625rem;z-index:15008;font-family:var(--paragraphs-font-family);font-weight:400;font-style:normal;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-size:0.8125rem;display:block; }
#M4aTWcGf3m3Z139nfPpMxHwLbaZwCr68 { top:1.0906257629394rem;left:0.60000002384186rem;width:4.875rem;height:1.875rem;z-index:15009;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PulGEOzXMse2UDtewN5SNgTXwyu2Dbxk { top:1.2468757629394rem;left:5.9875000715256rem;width:5.75rem;height:1.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container { background-color: transparent; background-image: none; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container > .video-iframe-container { display: none; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row > .video-iframe-container { display: none; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .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); }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container { border-width: 0; border-radius: 0; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wyd9wy09IJ3P9FK1bKD5T2TdZ9Bb78FB > .row .container { width:20rem;height:0.625rem;position:relative;display:block; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { display:block; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { background-color: transparent; background-image: none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container > .video-iframe-container { display: none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row > .video-iframe-container { display: none; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .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); }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys { border-width: 0; border-radius: 0; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container { width:20rem;height:237.8125rem;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e29c8cc4-763e-4fd0-84b4-e5bb4b2c9b01/11.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container.adaptive-delivery-prevent-bg, #e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container.lazyload, #e4LNwO7OqqOwMQQ8Sflh333xMrtK6tys > .row .container.lazyloading { background-image: none; }#DiGp3N9zJBGkQAH7XsQlbFNdOOlcTToT { width:19.75rem;height:11.4375rem;top:4.625rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#o0u6N6Kxvsugqb3paHSiS4bSpqX5hkMQ { width:13.875rem;height:2.2753875rem;top:0.6875rem;left:3.0625rem;text-align:center;text-align-last:center;line-height:1.3;font-size:1.75rem;color:#045386;z-index:15081;font-family:var(--headlines-font-family);display:block; }
#vp9L5LcBlCoPCW6yzTTTAmVV0kbmyxhZ { top:16.6875rem;left:1.0625rem;width:18.3125rem;height:1.3808625rem;z-index:15104;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#ct3EawhLaNgny3qskAKzbXBBmJPIf7PP { top:20.886016845703rem;left:0.56178963184357rem;width:18.75rem;height:4.79600625rem;z-index:15103;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#r0hk6aHA75pmGrRsBbP1QoqhfkuGWoBe { top:18.57421875rem;left:0.8125rem;width:5.8125rem;height:2.0625rem;z-index:14994;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#wCkSOtDA4TWqsSvr4Tro6naV8pzFmNWc { display:block; }
#BzihX4TwxBkRa3MlbAGEROpC2bhIRuJ2 { width:19.75rem;height:11.4375rem;top:26.3818359375rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15095;display:block; }
#x9dqygVKkemL6eVrqB6ctRuNzwgfDEGA { top:38.5625rem;left:3.0625rem;width:16.0625rem;height:1.3808625rem;z-index:15105;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#Fab8aTkHdryylNtlEnq24VqDbrLCKyiG { top:40.63671875rem;left:0.8125rem;width:5.8125rem;height:2.0625rem;z-index:14995;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#ztRB5bwTEJm01bGcxi0VFq1cK0hEUnFa { display:block; }
#SIqKChLb5HcZlZ2IyTXcsehkoS5OZf7d { top:43.5107421875rem;left:0.8115234375rem;width:18.75rem;height:5.99500625rem;z-index:15104;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#EKtJqi3JmCv7G9KTRu8QDJZkm2WqB9dZ { width:19.75rem;height:11.4375rem;top:50.3818359375rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15096;display:block; }
#UgsQqVHCszExTG3rva69T9N9gUL0unU0 { top:62.6875rem;left:1.3125rem;width:17.8125rem;height:2.76041875rem;z-index:15106;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#aA1rwlyw7oJreeBO6mkXm54NMGZBvXhF { top:67.755859375rem;left:0.75rem;width:18.75rem;height:4.79600625rem;z-index:15105;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#EMTXRNe7GqyGqhOdRTM9ISRBcl4PHLxu { top:64.8232421875rem;left:0.5rem;width:5.8125rem;height:2.0625rem;z-index:14996;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#Dlp5FNkNFMtdgVnZCxgkRlHWbwleDfXH { display:block; }
#J6lvsgIHm8ccLcA5HLJlPqcVXT4J91D0 { width:19.75rem;height:11.4375rem;top:72.990234375rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15097;display:block; }
#yrdNl0HCOuMHepLLokk6hTOl3xHkBTGM { top:85.0625rem;left:1.09375rem;width:17.8125rem;height:1.3808625rem;z-index:15107;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#JTOrJgVayavQEwDHF5VN4h8tMyNeQDPz { top:90.068359375rem;left:0.875rem;width:18.75rem;height:7.194rem;z-index:15106;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#sy6OwfKsVepU8KSRpIIgQ6wgE33R8FII { top:87.1982421875rem;left:1.0625rem;width:5.8125rem;height:2.0625rem;z-index:14997;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cMzB0CdnNhhyXi4NQqV6lz8dDRoPlkxs { display:block; }
#a6bIeoRue9Meke7ZMzXu0hGppIN3SCmb { width:19.75rem;height:11.4375rem;top:98.326171875rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15098;display:block; }
#U89IC2ApdWCXfBwyQTKS3oeNunMSS15i { top:110.9375rem;left:1.09375rem;width:17.8125rem;height:1.3808625rem;z-index:15108;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#U5pxM3pvQtUzPiMq2GyTBNLKhVJWcB0x { top:112.693359375rem;left:1.0625rem;width:5.8125rem;height:2.0625rem;z-index:14998;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#wgxObAnXvs1UXQt1XTJIvOc4bHpmMFrJ { display:block; }
#b7u6Z9iPpfc9LbXZSpy26CFIdoZszRu9 { top:115.318359375rem;left:0.5625rem;width:18.75rem;height:5.99500625rem;z-index:15107;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#IcZlrsfofzz2sRx6PWCyt5eR3hqZTTn7 { top:139.130859375rem;left:0.625rem;width:18.75rem;height:4.79600625rem;z-index:15108;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#v305to9xq6HMqz0PCNb50J5qubTD5Bgk { top:136.443359375rem;left:1.0625rem;width:5.8125rem;height:2.0625rem;z-index:14999;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#ePxDTNe92QO1Xtyf4xynh7OR2Fa5Zf6o { display:block; }
#ADIP7z7skrOxWgUIxDafe4NTp1B8Owlu { top:134.6875rem;left:1.09375rem;width:17.8125rem;height:1.3808625rem;z-index:15109;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#o6VHMJCGsaTQvVBCLZ68kUg3CvcQlE1H { width:19.75rem;height:11.4375rem;top:122.376953125rem;left:0.125rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15099;display:block; }
#I7Bmn6ffEh5b030AATr3NANyAFNfdSkO { width:19.75rem;height:11.4375rem;top:144.501953125rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15100;display:block; }
#hv5pWbawZv6Liuwm5whr1SvITyLJhQmS { top:156.8125rem;left:0.15625rem;width:19.375rem;height:1.3808625rem;z-index:15110;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#JixtC4g6FfHb4OOeMpQzfQKH1OOhTUv9 { top:158.443359375rem;left:1rem;width:5.8125rem;height:2.0625rem;z-index:15000;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#cdv12T7SHVyRdcFZuaJJvesMtoHNPTcP { display:block; }
#S6iuRmo2rJc343yTXW32vdNeRkmTmPl9 { top:161.005859375rem;left:0.625rem;width:18.75rem;height:8.3930125rem;z-index:15109;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#aBrQThgVlb5tOTmuiQH63OfbTbFVkFKH { width:19.75rem;height:11.4375rem;top:169.939453125rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15101;display:block; }
#TLDI9cgCbWyGJG6IacUrQ7OGQg7BpnWq { top:182.3125rem;left:0rem;width:19.375rem;height:1.3808625rem;z-index:15111;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#Z6LT66AklOBpRbqoRpLmaFUTTdqOvudm { top:184.255859375rem;left:0.8125rem;width:5.8125rem;height:2.0625rem;z-index:15001;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#MT3xFzt9NMXVheoWOPzt95lKLQzXVDvT { display:block; }
#BCMAr5yaQD8ikFe4rx4dgaZzhlKTyr7y { top:187.005859375rem;left:0.8125rem;width:18.75rem;height:4.79600625rem;z-index:15110;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#X3AqFGIOvykHNroZFf9aoVroQlW1q1kf { width:19.75rem;height:11.4375rem;top:192.814453125rem;left:0rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15102;display:block; }
#VWEik8V2y99yVa6fHiZ59pRGPTfTgVsx { top:205.25rem;left:0rem;width:19.375rem;height:1.3808625rem;z-index:15112;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#efbulTr749ukpo8sTO5yqmoPNrHqMnZe { top:206.880859375rem;left:1.0625rem;width:5.8125rem;height:2.0625rem;z-index:15002;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#tceqW5ZpEA8sqrW1mPh8Q1q40NWT554u { display:block; }
#VlmPOqZ5TImmPzeA1fGqpiOuJ79OTkiZ { top:209.505859375rem;left:0.75rem;width:18.75rem;height:5.99500625rem;z-index:15111;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#TOUz2nWsLNK0ZNfbNNKbsyhggpkGTSPh { width:19.75rem;height:11.4375rem;top:217.126953125rem;left:0.25rem;overflow:hidden;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15103;display:block; }
#EOFFpsPqsngPXAPHfSo2tiyuUT9Zq1KZ { top:229.375rem;left:0rem;width:19.375rem;height:1.3808625rem;z-index:15113;font-weight:700;font-style:normal;font-size:1.0625rem;font-family:"alw arabic";color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#XGxwqhkkTsRzz8WcvWqKsLatB9ga8Ji7 { top:231.068359375rem;left:1.0625rem;width:5.8125rem;height:2.0625rem;z-index:15003;font-size:0.8125rem;line-height:2;color:rgba(var(--color-tertiary-0),1);background-color:rgba(var(--color-primary-2),1);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);font-weight:700;font-style:normal;border-top:0.125rem dashed rgba(var(--color-tertiary-0),1);border-left:0.125rem dashed rgba(var(--color-tertiary-0),1);border-right:0.125rem dashed rgba(var(--color-tertiary-0),1);border-bottom:0.125rem dashed rgba(var(--color-tertiary-0),1);display:block; }
#UD0iR2A0p7GaFQ4SEcXReycK5EXtNiyQ { display:block; }
#onUVRRXp30yStv2cTPa7QPusVpAxyV0S { top:233.755859375rem;left:0.625rem;width:18.75rem;height:3.59700625rem;z-index:15112;font-weight:400;font-style:normal;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center;display:block; }
#rphIp19XmTE2RRqlMeRhyRrlBJfega4M { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/695fd4b8-5dc7-4ff3-b32d-e82ea5cb7476/NewProject4.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M.adaptive-delivery-prevent-bg, #rphIp19XmTE2RRqlMeRhyRrlBJfega4M.lazyload, #rphIp19XmTE2RRqlMeRhyRrlBJfega4M.lazyloading { background-image: none; } #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection *:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="text"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="email"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection input[type="tel"]:focus-visible, #g7c7fd30290ad707d6c7639ff8c5a3af.widget-smartsection textarea:focus-visible { outline: none; } #rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { background-color: transparent; background-image: none; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container > .video-iframe-container { display: none; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #af8752; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row > .video-iframe-container { display: none; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .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); }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { border-width: 0; border-radius: 0; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rphIp19XmTE2RRqlMeRhyRrlBJfega4M > .row .container { width:20rem;height:31.875rem;position:relative;display:block; }