.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:219,221,251;--color-primary-1:104,137,255;--color-primary-2:75,83,236;--color-primary-3:45,50,142;--color-primary-4:15,17,47;--color-secondary-0:226,210,252;--color-secondary-1:184,163,202;--color-secondary-2:136,102,166;--color-secondary-3:82,61,100;--color-secondary-4:57,0,107;--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:"Almarai Bold and Extra";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);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); }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { border-width: 0; border-radius: 0; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:none; }#F72Az2cQod1ZQJU2okb16zmiki5T1g2h { position:absolute;display:block;z-index:15006;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.5rem;width:9.75rem;top:0.84375rem;left:1.3125rem;overflow:hidden;display:block; }
#IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { 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; }
#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { background-color: transparent; background-image: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container > .video-iframe-container { display: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container { display: none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .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); }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { border-width: 0; border-radius: 0; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { font-size:0.875rem;font-family:arial;height:3.25rem;width:60rem;position:relative;display:block; }#zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { position:absolute;display:block;z-index:15006;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.5625rem;width:10.125rem;top:0.843505859375rem;left:47.811279296875rem;overflow:hidden;display:block; }
#NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { 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; }
#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.53);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { background-color: transparent; background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .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); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { border-width: 0; border-radius: 0; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { font-size:0.875rem;font-family:arial;height:57.3125rem;width:60rem;position:relative;display:block; }#xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { display:block;width:42.3125rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:40.75rem;left:8.84375rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { display:block;width:36.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:12.4375rem;left:11.9375rem;height:3.1621125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#6889ff;text-align:center;text-align-last:center;display:block; }
#KEsXW51igIAKuB71b8m6ufKOouhRsesn { position:absolute;display:block;z-index:15006;height:3.5rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#qroxH5GwPpGuTtC8TFOTxfymv36TdhVq { background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.875rem;height:3.0625rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:43.5615234375rem;left:22.2490234375rem;display:block; }
#kMHaElcDDCWWg7LET61AfUC9s1kh3BQW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IJCHnnhdXUQJt1uzkUL1AN23icPhKnFk { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:60rem;top:20.5rem;left:0rem;overflow:hidden;display:block; }
#WQ2VFk3aBxTNIx7Gia08RP1AcIF9uB37 { display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.4;letter-spacing:0;top:52.1875rem;left:42.875rem;height:1.2246125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#H3ouU8QyAiiywTlVbSp7TlCibrDuyUeL { display:block;width:15.875rem;position:absolute;font-family:"chillax medium";font-size:2.8125rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:48.75rem;left:42.0625rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#39006b;text-align:center;text-align-last:center;display:block; }
#Fdi19RxnrJzdaTckpnyuJI95zCL22ThV { display:block;width:15.875rem;position:absolute;font-family:"chillax medium";font-size:2.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:48.75rem;left:21.7490234375rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#39006b;text-align:center;text-align-last:center;display:block; }
#JWBz7TDyVmtVfXJy27lCwpZTWUwZ1BCM { display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:52.1875rem;left:23.3427734375rem;height:1.2246125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r6OibBun5MCMLFWdbC3ViQ8NzTLMx6qW { display:block;width:12.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:52.1875rem;left:2.875rem;height:1.2246125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HoLZ0ygcIazd3WyWc7bnkmu7NBOzH7kx { display:block;width:10.5625rem;position:absolute;font-family:"chillax medium";font-size:2.8125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:48.75rem;left:3.9375rem;height:3.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:#39006b;text-align:center;text-align-last:center;display:block; }
#JyLmWMZBThkmiPidI8vLCxZkFHAK0RrG { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.375rem;width:58.875rem;display:none; }
#HUqPCvGOOHVrlHWIv94p1NhRhvXasOUW { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:30.125rem;top:5.80615234375rem;left:14.9375rem;overflow:hidden;display:block; }
#EvfroNzqX49H0gwEK1QtBWmuCF2IPvSv { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37.5rem;width:53.9375rem;display:none; }
#pkRbikI119vB22WJwWMarzl6Tii9bIMM { display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:16.5625rem;left:8.53125rem;height:1.75rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR { position:relative;display:block; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR { background-color: transparent; background-image: none; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row .container > .video-iframe-container { display: none; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row > .video-iframe-container { display: none; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .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); }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR { border-width: 0; border-radius: 0; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .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; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .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:59.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bzKOG228MESX7u5ZgHJ1ggSmqRpolcCA { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.8125rem;left:7.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#J8LrVySRRu77PTxc2w9uwAobzq7g7Q6U { display:block;width:41rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:55.375rem;left:9.8125rem;height:1.48730625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#x8zDIr6pHQ7W2VwozxMcFTTStib9FVRw { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:10.25rem;left:1.5625rem;overflow:hidden;display:block; }
#KDiuLKLb7CeMhqSODZUqkBOlUzT4Mw37 { display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:25.125rem;left:2.1875rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#H164g6ZPzLf9fwehsGlOgKEglR25iQOz { display:block;width:26.375rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:27.375rem;left:0.78125rem;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SCyd2crMyKJxMnavkqVssQ24if4fnlAy { display:block;width:21.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:25.0625rem;left:35.25rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#ibOaW0xxniHlJZNM564ebb5xqO8SqvZA { display:block;width:19.5rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:27.375rem;left:36.3125rem;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TDt6mGvhwskScAVVk3gkpndSV95HqUG2 { display:block;width:19.75rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.4;letter-spacing:0;top:50rem;left:4.8125rem;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FD7bBTmCAMmfxeKPX2AKBUJ0q0mIVEyS { display:block;width:24.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:47.9375rem;left:1.75rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#LimPlHhmJ35iuaQkCGE48LgZXkeI0vCF { display:block;width:18.1875rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:49.9375rem;left:36.9375rem;height:2.625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hTqH9oGH9xyG4of5NKVTxFldpB0GIOfC { display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:47.875rem;left:36.625rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#OCfmO4tPJL1DifHZ9JIgmzcxNcGx38gq { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:10.1875rem;left:33.625rem;overflow:hidden;display:block; }
#u0ez20qfTlzpkUrSTglINaWCn5O3BecZ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#c7H6BuN8B3k5TkUOzd6T4fzgcLK4dK2d { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#ENG13ozL1XMoH2IRlDivld0OURfZ7ciX { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:32.875rem;left:1.5625rem;overflow:hidden;display:block; }
#lmcDN0XJH3pRZ1paT2S5h2UTXTbQ9o7u { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:32.8125rem;left:33.625rem;overflow:hidden;display:block; }
#vwwPGrz3MEZUnqaBiziicKJn80qq8d5P { display:block;width:41.25rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:2.76171875rem;left:9.375rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#om0GcWvB1cgG585tLnfTGXbxNHmoexww { position:relative;display:none; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww { border-width: 0; border-radius: 0; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .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; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .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:62.625rem;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; }#bEdBazbheeOErT5WBlok9idT8n6AxwZx { display:block;width:44.125rem;position:absolute;font-family:"chillax medium";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.8125rem;left:7.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#OrylgdDP7tiCq18GvETB5Llw511BBse1 { display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.3125rem;left:8.5625rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XkD80tJqaRkzB9323fhfKAhua3CJM090 { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:25.875rem;top:13.0625rem;left:0.8125rem;overflow:hidden;display:block; }
#Mrb7wt8oFwgLrM9JQqWQAm6wNIdBzlBl { display:block;width:23.625rem;position:absolute;font-family:"chillax medium";font-size:1.4375rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:27.9375rem;left:1.9375rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#rgRUdCZDsBMGUdlSIl52tU1JLA0B2IAx { display:block;width:26.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:30.25rem;left:1rem;height:2.548825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EHUlX1pIgVLLts1LdTLrBJvKf2a59IuV { display:block;width:18.8125rem;position:absolute;font-family:"chillax medium";font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:27.9375rem;left:37.375rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#wGSwr75Btd0c43cwOJ7TIT5sBGqnhsCf { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:30.375rem;left:34.25rem;height:2.548825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IXEElApQ4P0VbFms7hrNP5sVzwoqzGQv { display:block;width:27rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:52.8125rem;left:0.375rem;height:2.548825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tkh579MRtR7DqWnodkz9aK8kyTFTHDzG { display:block;width:21.5rem;position:absolute;font-family:"chillax medium";font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:50.75rem;left:4.125rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#MPMcCWXTTmM2adf5VbaMF975L62qOVeT { display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:52.8115234375rem;left:34.25rem;height:2.548825rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#TH5CRSnlMxc15fhDbuu9Hog6EoW7sI0o { display:block;width:18.8125rem;position:absolute;font-family:"chillax medium";font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:50.75rem;left:37.375rem;height:1.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#xlxe8n8JvAyC3kteEmMTdoJXnwAt3NWU { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:13.0625rem;left:34.375rem;overflow:hidden;display:block; }
#n7TsBAwomtDJhdNus8nE6cQ3hxUTLefJ { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#SpEkJNBmOabKTZEoAMUowGsxB4JdbLTi { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#tQZOit188yabmxNPiIPWvzglm1g6JldT { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:35.6875rem;left:0.8125rem;overflow:hidden;display:block; }
#Ued0S9Ubp4pJ8AqSW1EOHCarRaPHG6Nh { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:35.6875rem;left:34.375rem;overflow:hidden;display:block; }
#Zuba71cTObcXormz7V7Dz3Ikm4bFv5os { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#uLW0EEnG9yba9mVh33hlGEnt8xJB438P { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:24.8125rem;top:39.875rem;left:34.375rem;overflow:hidden;display:none; }
#JU1tKWnb25hv8avOk8bP9IsG1zSCggTZ { display:block;width:42.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:8.3125rem;left:8.5625rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.53);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { background-color: transparent; background-image: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container > .video-iframe-container { display: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container { display: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .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); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { border-width: 0; border-radius: 0; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:60rem;position:relative;display:block; }#HZP7gDLKza3gAzTF1RzQsCuW055mz8db { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.9375rem;left:7.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#nT7ToPaNhK57bhkhVnFgDmH1nJDm1PIx { display:block;width:42.9375rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:7.5rem;left:8.5625rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HwSBz2fZgfOibfwoyQgNUgxcw4gkQmmZ { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);top:11.375rem;left:20.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#C5qEaWUtyiS5qdLC0qhZ7kod3vXBdNOM { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);top:11.375rem;left:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ZEfqApm6ArigT8vPp55lNPDsXK1FseE8 { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:11.375rem;left:40.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#U2GGLMarquyncuVVKF8Vihyy6sgT11rF { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:24.1875rem;left:40.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#KP9dX8eoGuFBLw83K56uAVyCCww0qu7H { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);top:24.1875rem;left:20.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#mwvofJyMGdQeVqFIGthJsgsxGgDnopu3 { box-sizing:content-box;height:12rem;width:18.875rem;position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);top:24.1875rem;left:0.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Ac25pSaveznCtEJUtgmCyW4ViD6AvS3T { display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.1;letter-spacing:0;top:15.9375rem;left:5.6875rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#CsatgvdGigHyCrzDZ9fs7vrWwGtUUGXZ { display:block;width:15.4375rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:18.75rem;left:2.28125rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AAwBmmKf1SR2Dh05WMZ0Gf7xzJ4GDkLX { display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:15.9375rem;left:25.625rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#T43RK1IS8IEycFVHyFaxeopSeD2TMugT { display:block;width:12.1875rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.75rem;left:23.9375rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bu1ODi78bLaO2Kz1L8asifpGWoiCrKIT { display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:15.9375rem;left:45.625rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#eC7JRphN6TOlOm0yI1S9OusvuCxuRH8C { display:block;width:13.5625rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:18.75rem;left:43.25rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#mKl53298zR4zSyWLtcV9rdzhWWyodGGf { display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:28.6875rem;left:5.625rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#JADgTryzV3VwmL65H1WzMFKxNT8JHzsn { display:block;width:15.4375rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:31.5rem;left:2.3125rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#AbOIE58iOm81H5MaJzVoWFw8SBdgoa6n { display:block;width:10.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.1;letter-spacing:0;top:28.6875rem;left:24.625rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#Uz2ypQNNELPX9CuJehINTeG3q4rF2G4F { display:block;width:12.1875rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:31.5rem;left:23.9375rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ld3RCABPaDqf5RtTrWZrhsQB5pTVX0bV { display:block;width:8.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:28.6875rem;left:45.625rem;height:1.71875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#fnx4Rz3WBA9u829BX65ZeLMbUerXudFe { display:block;width:12.5625rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:31.5rem;left:43.75rem;height:2.25rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#tbBHoHFuNGygUJm2hzhPhRegmhIRN8Ju { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5rem;top:12.625rem;left:47.5rem;overflow:hidden;display:block; }
#UD3HVk9oRyMM3WotwTJ1Kq75cnay1bh6 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5rem;top:12.625rem;left:27.5625rem;overflow:hidden;display:block; }
#pCuIy5idf5Pv7OmbFKldppcoh03NBMFz { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5rem;top:12.625rem;left:7.5rem;overflow:hidden;display:block; }
#TtKOCTipHqETi7fRrzTpKzIEEUdKt1Km { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:5rem;top:25.375rem;left:47.5rem;overflow:hidden;display:block; }
#AlmJwOgfBePUGra8UWoG2detgaUXwhuP { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5rem;top:25.34375rem;left:27.5rem;overflow:hidden;display:block; }
#RkEbnhO38H7yXNKqPRkHDxZMTpTSkXJu { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:4.875rem;top:25.375rem;left:7.5625rem;overflow:hidden;display:block; }
#FxTrxKU3O02RWWTaAkGIilPSpV9NaWgU { display:block;width:42.9375rem;position:absolute;font-family:"noto kufi";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:38.375rem;left:8.5625rem;height:1.75rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.53);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { background-color: transparent; background-image: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container > .video-iframe-container { display: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row > .video-iframe-container { display: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .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); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { border-width: 0; border-radius: 0; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:60rem;position:relative;display:block; }#fQiV7uDlVRN3P7c8SoH7vMCEGdOky5zI { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:15.125rem;width:47.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ItczywfTTXaCDTSTeByUq9hK91Wc97nR { display:block;width:32.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1.1;letter-spacing:0;top:2.875rem;left:25.5625rem;height:1.92505rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:right;text-align-last:right;display:block; }
#ME9eN0FhqxR86To9NztVT1sII4hRlZuM { display:block;width:30.3125rem;position:absolute;font-family:"noto kufi";font-size:1rem;font-weight:400;z-index:15019;line-height:1.4;letter-spacing:0;top:5.875rem;left:27.9375rem;height:1.3999rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#XQ0aaqZIC6x8k9ucbURcBuxDP0eyLzaq { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.625rem;left:57rem;overflow:hidden;display:block; }
#w6zUtaERZzT7wZxUFXgylvNWEzALFBTn { display:block;width:7.625rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15028;line-height:1.2;letter-spacing:0;top:9.6875rem;left:48.8125rem;height:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#woZHJAkJKITQAPGXdyqqp2w3PXB39XKQ { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:9.625rem;left:46.8125rem;overflow:hidden;display:block; }
#oeKuu5ryrUgyFnPl3L2FRxuiZBd94drQ { display:block;width:9.6875rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:9.6875rem;left:36.5625rem;height:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#NItKPxDxtCb7ywp9c680SEUb1lE7QBGR { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.25rem;width:1.25rem;top:11.125rem;left:57rem;overflow:hidden;display:block; }
#KlP1ZzO3S55ivyRpgmqMrGLs1opHLdTH { display:block;width:7.625rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:11.1875rem;left:48.8125rem;height:1.125rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.53);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { background-color: transparent; background-image: none; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container > .video-iframe-container { display: none; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row > .video-iframe-container { display: none; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .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); }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { border-width: 0; border-radius: 0; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:block; }#TznZ7CRdLHQ4iTDJXZTNnatsKA0eIUbH { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.15625rem;left:7.9375rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#mUDl85fP5KRSwSkLHsnZDUCpWKNy7Aru { display:block;width:42.9375rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.25rem;left:8.53125rem;height:1.48730625rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#hTiXtumXmSZMaDSKeGmuf1H9hztKwdc3 { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.875rem;top:2.967529296875rem;left:5.311279296875rem;overflow:hidden;display:block; }
#QhSHEAgneGGzTdO1DGWoShOXTRXKe64J { display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.4;letter-spacing:0;top:55.37451171875rem;left:0rem;height:2.1875rem;color:#39006b;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#dFf6uHLNlOZZrJpgBlp6yd3JeDd2rodb { color:#6889ff;display:block;width:3.9375rem;position:absolute;font-family:"chillax medium";font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:18.99853515625rem;left:30.9501953125rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#H4rFCvnCeoNZabDbpwxFWRyE0ndDHMdb { color:#46d1c0;display:block;width:4.4375rem;position:absolute;font-family:"chillax medium";font-size:1.5625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:18.99853515625rem;left:11.125rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#oaTzIs86WVXqsriTsfMKzumaxFEXmOqX { box-sizing:content-box;height:2rem;width:10.375rem;position:absolute;display:block;z-index:15099;background-color:#46d1c0;background-image:none;top:10.4375rem;left:44.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#tr6VoFcQEzu5L5NFGRib92FiOBXfIPPs { display:block;width:7.0625rem;position:absolute;font-family:almarai;font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:10.875rem;left:45.625rem;height:1.2246125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#L0HnZf921y5ggWAPRXh0iWqTPx8Ola2Q { position:absolute;display:block;z-index:15102;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.0620125rem;width:1.0620125rem;top:10.9375rem;left:53.3125rem;overflow:hidden;display:block; }
#hMPLRGUSA5PvuX7AqLlxcTzh9Xl1IcQX { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:41.5rem;width:19.9375rem;top:11.312255859375rem;left:20rem;display:block; }
#zGF5c8rbqMdVdMoWdtkTvpyr64dVVt0s { box-sizing:content-box;height:2rem;width:9.25rem;position:absolute;display:block;z-index:15092;background-color:#cc6ce0;background-image:none;top:10.4375rem;left:25.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#TmCepcdfZahrFWkeHByW1AfKQRbAnSLt { position:absolute;display:block;z-index:15095;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.25rem;top:10.875rem;left:31.6875rem;overflow:hidden;display:block; }
#wqTc2EABaKfXOioa0TUGd14pU3AbegRP { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;height:41.3125rem;width:18.9375rem;top:11.37451171875rem;left:41.06201171875rem;display:block; }
#C20BaI0DXn898uLdfNxLIZtrTFGUHTU4 { display:block;width:5rem;position:absolute;font-family:almarai;font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.3125rem;height:1.2246125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#nv8KpGbacnOVempWSROlt8f2suZCBp4L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.8125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zAOvyv11Ww6uG4SoqPBk5AbT8VxUfksS { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:13.5625rem;left:44.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QXleNETSeRpBnpy8VQE2TOEMxLqD2uvF { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;height:41.5rem;width:18.9375rem;top:11.37451171875rem;left:0rem;display:block; }
#gzHOIdaP4tIK5bzpqGSLpvEAURRv9WvM { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15110;line-height:1.2;letter-spacing:0;top:16.5625rem;left:43.3125rem;height:0.8999rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Sidb5nnOT24fxJqCwSxhlbC6mFWkfDgx { display:block;width:15.6875rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:400;z-index:15111;line-height:1.2;letter-spacing:0;top:16.5rem;left:22.125rem;height:0.8999rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ym2X9BP8r4WTTOkGOCabN6dopXCTe2TS { box-sizing:content-box;height:2rem;width:11.3125rem;position:absolute;display:block;z-index:15106;background-color:#46d1c0;background-image:none;top:10.4375rem;left:3.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#l4LvMJh6bRMS2vur9TNyXW0leFNrDckd { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.3125rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gJaU1QMTeEt4931tsPXT9URz4n8ZZND4 { display:block;width:11.625rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:400;z-index:15111;line-height:1.2;letter-spacing:0;top:16.0625rem;left:3.1875rem;height:1.798825rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ZMMHotMLa2fIqFvCHQZ7qamiULRi1yH8 { box-sizing:content-box;height:3.125rem;width:13.49975rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.529541015625rem;left:23.248291015625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#t7hhSIIvggKHgQthZwDr4GqgIsuqkH6t { color:rgba(var(--color-secondary-4),1);display:block;width:2.1875rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:21.669921875rem;left:32.76416015625rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mOxoDeRAxp6T89K8N88zl3FS1dhT60XQ { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.529541015625rem;left:43.75rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#kVfCWCJquSEQwGhgnGTR9hMDGHL6mnmW { box-sizing:content-box;height:3.125rem;width:13.49975rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.68701171875rem;left:2.716064453125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#ZZmLisXLkGi1ub1UfG1GwBDy0W80ean3 { position:absolute;display:block;z-index:15109;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.25rem;top:10.875rem;left:12.375rem;overflow:hidden;display:block; }
#RlMachwoDTSbS0JHb4EOwKRerpTUN6fC { color:rgba(var(--color-secondary-4),1);display:block;width:3.4375rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:21.857421875rem;left:10.950927734375rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#iA3xrOZTwMaVp7UFz4e4iuHhrT799Zpq { color:rgba(var(--color-secondary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:22.279052734375rem;left:25.124267578125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KJsBxZ2tMtTRTlvKQO9vhFqu2SmVcOZ3 { display:block;width:7.875rem;position:absolute;font-family:almarai;font-size:0.875rem;font-weight:400;z-index:15106;line-height:1.4;letter-spacing:0;top:10.875rem;left:4.3125rem;height:1.2246125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#w3XzOMAE13UROFQbaqRB60CB4QXfAWNn { color:rgba(var(--color-secondary-4),1);display:block;width:1.5625rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:21.732421875rem;left:50.263671875rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#PG7TbaAgOunKp1AptO377dPelwJHa4If { color:rgba(var(--color-secondary-4),1);display:block;width:2.06176875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:22.279052734375rem;left:47.6865234375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Fn8nDsymdZuZdGuHqebIwvWoNh0avnS7 { color:rgba(var(--color-secondary-4),1);display:block;width:6.12426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:22.4365234375rem;left:4.1865234375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nMrUgOAbMTTqzROlE1MqSHLsaVuex5CQ { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:26.060791015625rem;left:23.656005859375rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFhGT7b4hFnEVOcfykHnSILitmO81O7Q { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:26.060791015625rem;left:3.125rem;height:1.3125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f7FWXZNh4NTLu9giuy1vMp73T3mlIiBV { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:28.74755859375rem;left:22.87353515625rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aSNM6GKV2Lp4e9q58qUeDThP9PO9a5pM { color:#000000;display:block;width:16.12425rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:28.74755859375rem;left:42.467041015625rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MIzy3TIGZNaiwENZTPA8gXHxEFlcNJNc { color:#000000;display:block;width:15.9985625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:28.748779296875rem;left:1.99951171875rem;height:17.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tp63EsSTBWwOhDMKG5aXzyTvSfbJK1bN { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#39006b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:almarai;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.37475rem;height:2.436525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47.186279296875rem;left:24.810791015625rem;display:block; }
#Im9pmONsVm08GfEDEJmNgvrFHvLneelh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SaJW9en9OoDfN1DUpvFSpOkdoPsDVfdr { background-color:rgba(var(--color-secondary-4),1);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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:almarai;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7495rem;height:2.436525rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:47.186279296875rem;left:45.15380859375rem;display:block; }
#hSh5h79eRFq7DAOkaQ9g10Jzfey8tJ8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnBqBeAwZJTdklrTwNtISRKvbDZrVJov { background-color:rgba(var(--color-secondary-4),1);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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:almarai;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:47.1875rem;left:4.1875rem;display:block; }
#F0KRKfnZiyZVdptDLGuqN4BHABnXiw2d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pHuVoBy2sKWTEutmBAc6xJbUJIp073Iv { color:rgba(var(--color-tertiary-0),1);display:block;width:5.49926875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:19.200439453125rem;left:25.186767578125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#epE0VuJL3U1DylJmr2WdReTdcdZ5AQ8I { color:rgba(var(--color-secondary-4),1);display:block;width:5.49926875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:19.200439453125rem;left:4.9365234375rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),0.53);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { border-width: 0; border-radius: 0; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { font-size:0.875rem;font-family:arial;height:60.25rem;width:60rem;position:relative;display:none; }#rOmrAFOu1SIx3TOzMaFpoQegFSTa1wT1 { display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:4.34375rem;left:7.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#LA0Monh7JE2ZFlBIJNvJRFDku0nmUiTd { display:block;width:42.9375rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.25rem;left:8.53125rem;height:1.48681875rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cbI2BTevHbKJEDh66ZZhmHPbCvvHamaW { position:absolute;display:block;z-index:15046;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.4375rem;width:7.875rem;top:2.967529296875rem;left:5.311279296875rem;overflow:hidden;display:block; }
#Qh3yaQvT5gW8RKy2OUk9ECClsgXMCowe { display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:55.812255859375rem;left:0.000244140625rem;height:2.53784375rem;color:rgba(var(--color-tertiary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xR9gC0UBuALSWfG1mEX0837qTdgldREp { color:#6889ff;display:block;width:2.1875rem;position:absolute;font-family:"chillax medium";font-size:1.5625rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:18.998779296875rem;left:32.700439453125rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#bunGTMapt0tBXs09l1sbqJqQXL0qb4Tx { color:#46d1c0;display:block;width:2.1875rem;position:absolute;font-family:"chillax medium";font-size:1.5625rem;font-weight:400;z-index:15119;line-height:1.3;letter-spacing:0;top:18.997802734375rem;left:12.435546875rem;height:2.03125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#z4PoMp9TIb3gkKGEJ55gDk0IMTi7koBn { box-sizing:content-box;height:2rem;width:10.375rem;position:absolute;display:block;z-index:15099;background-color:#46d1c0;background-image:none;top:10.4375rem;left:44.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#CspFfxqTdy3T8LKcARFl6umpVVn4hKBh { display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15099;line-height:1.4;letter-spacing:0;top:10.875rem;left:45.625rem;height:1.2243625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#tBnTEIWOquwVvTDiHfsuacOaoK6WqZJF { position:absolute;display:block;z-index:15102;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.0620125rem;width:1.0620125rem;top:10.9375rem;left:53.3125rem;overflow:hidden;display:block; }
#NEucBoPFoPpRKDN350ztkGrnnXmsTCdT { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:41.5rem;width:19.9375rem;top:11.312255859375rem;left:20rem;display:block; }
#KWinl7IcIwi2eSluLTXGUVMKb1ZbKAeo { box-sizing:content-box;height:2rem;width:9.25rem;position:absolute;display:block;z-index:15092;background-color:#cc6ce0;background-image:none;top:10.4375rem;left:25.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#FgpBqThxSRWrego5ZMBzWxSyr5to9XRW { position:absolute;display:block;z-index:15095;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.25rem;top:10.875rem;left:32.0625rem;overflow:hidden;display:block; }
#MQtcFuKdVt2nKTgFk6CDm3UoC6GvoPgg { position:absolute;display:block;z-index:15046;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;height:41.3125rem;width:18.9375rem;top:11.37451171875rem;left:41.06201171875rem;display:block; }
#p6OMTVeDWBWn5Jwt8OTdAOIyOF6W6Pp4 { display:block;width:5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:10.875rem;left:26.6875rem;height:1.2243625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#DnChcSZmQyBp41dIsdnJq79MM5we7Qu2 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:13.5625rem;left:23.8125rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mxNDqAnnTKZd6Td10UvpMhduQxg9Ku8y { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:13.5625rem;left:44.375rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t8Zf9ft8QgcXi7XXOi6blu8WS9iZ8wyP { position:absolute;display:block;z-index:15045;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;height:41.5rem;width:18.9375rem;top:11.37451171875rem;left:0rem;display:block; }
#J0PxpBX1lT21gDM858bgvhZMdktxrE0d { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15110;line-height:1.2;letter-spacing:0;top:16.5625rem;left:43.3125rem;height:0.8984375rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QnovDxl0p1eB1y6lB5Q6UayVdvOCSs7I { display:block;width:15.6875rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:400;z-index:15111;line-height:1.2;letter-spacing:0;top:16.5rem;left:22.125rem;height:0.8984375rem;color:rgba(var(--color-tertiary-1),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#W4aHkEkzFrAICVvVxXZ694skr2MX6UDe { box-sizing:content-box;height:2rem;width:11.3125rem;position:absolute;display:block;z-index:15106;background-color:#46d1c0;background-image:none;top:10.4375rem;left:3.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#LIizJPxv0EavQb2KLntZba3xO0LZOvrM { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:13.5625rem;left:3.3125rem;height:2.436525rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtJ6nT9CF9zzHxlvSMnlBZZ7ICLnBaow { display:block;width:11.625rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:400;z-index:15111;line-height:1.2;letter-spacing:0;top:16.0625rem;left:3.1875rem;height:1.796875rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#u7w5B8emgNhoVtAIpNOQGwF3k3LNEO5n { box-sizing:content-box;height:3.125rem;width:13.49975rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.529541015625rem;left:23.248291015625rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#wA41oINcrRgvzWDDNVuKvTlZcJmPXbiy { color:rgba(var(--color-secondary-4),1);display:block;width:2.1875rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15112;line-height:1.3;letter-spacing:0;top:21.669921875rem;left:32.76416015625rem;height:2.84301875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#wSm8334cltMvQvBnuGshGpwdikdGpbqV { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.529541015625rem;left:43.75rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#cw0LHUfLPmi2hameXQGd4WheK1uTfFuT { box-sizing:content-box;height:3.125rem;width:13.49975rem;position:absolute;display:block;z-index:15050;background-color:rgba(var(--color-primary-0),1);background-image:none;top:21.68701171875rem;left:2.716064453125rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:block; }
#GTZBfqBLd2kMVnAkZIdPToRGO5LWwSTx { position:absolute;display:block;z-index:15109;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.25rem;top:10.875rem;left:12.375rem;overflow:hidden;display:block; }
#EMfCbp6d29AwRlqr3y1Ri7c0xOmhC5mv { color:rgba(var(--color-secondary-4),1);display:block;width:3.4375rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15118;line-height:1.3;letter-spacing:0;top:21.857421875rem;left:10.950927734375rem;height:2.84301875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#h2xqE8t0N5GTCp30isGVvnCA0yFc5AL1 { color:rgba(var(--color-secondary-4),1);display:block;width:5.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:22.279052734375rem;left:25.124267578125rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XNXDEaA8ZnLaxoqJVEkKSuuDVlVnQLD8 { display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15106;line-height:1.4;letter-spacing:0;top:10.875rem;left:4.3125rem;height:1.2243625rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Z7ppXT77PWu01QGQKA2TGB45olnl2vPp { color:rgba(var(--color-secondary-4),1);display:block;width:1.5625rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15116;line-height:1.3;letter-spacing:0;top:21.732421875rem;left:50.263671875rem;height:2.84301875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#cNIx0lKQCIHtCi1WV6BGBtb6U1IIqTrX { color:rgba(var(--color-secondary-4),1);display:block;width:2.06176875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:22.279052734375rem;left:47.6865234375rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#kdkmZ4SeZdvDOulLTdUJ1HqVicEJtwqK { color:rgba(var(--color-secondary-4),1);display:block;width:6.12426875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:22.4365234375rem;left:4.1865234375rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Zk15U2Hfu1Nw6hCe1EQ0X7hOQb3a45eF { color:#ffffff;display:block;width:12.6855625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15064;line-height:1.5;letter-spacing:0;top:26.060791015625rem;left:23.656005859375rem;height:1.31225625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MvnnPy2Rx7e3C0ossBHK9mdOIemK5sEz { color:#000000;display:block;width:12.6855625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15077;line-height:1.5;letter-spacing:0;top:26.060791015625rem;left:3.125rem;height:1.31225625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rx2AxWiBWHC3rkISuRhhQcilwRh5Vk8g { color:#ffffff;display:block;width:14.24925rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15069;line-height:1.5;letter-spacing:0;top:28.74755859375rem;left:22.87353515625rem;height:17.05933125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nFLCEVo0q7hCKzTVZ1mBBPrzb3Cvg2ZC { color:#000000;display:block;width:16.12425rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15073;line-height:1.5;letter-spacing:0;top:28.74755859375rem;left:42.467041015625rem;height:14.43481875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OIBS4FLt0NzT5rrUgOgqqA2MpU3T6l1m { color:#000000;display:block;width:15.9985625rem;position:absolute;font-family:"noto kufi";font-size:0.875rem;font-weight:300;z-index:15082;line-height:1.5;letter-spacing:0;top:28.748779296875rem;left:1.99951171875rem;height:17.05933125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lP1Vb7er6aZEV0WKkuszp8diTXf807et { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#39006b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.37475rem;height:2.436525rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:47.186279296875rem;left:24.810791015625rem;display:block; }
#ihcgE2Xaa0oItDZiO9i01Hnzdfkx1cwQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tA9hEgJq8suCCB6IcikA9yEKn9LlWPMQ { background-color:rgba(var(--color-secondary-4),1);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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7495rem;height:2.436525rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:47.186279296875rem;left:45.15380859375rem;display:block; }
#wK8tkLBruBdZmX8JPPDPE9NLEtyzPyDu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FEZsXTifBt852qXct7FX6w5tkJObrVJ8 { background-color:rgba(var(--color-secondary-4),1);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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5rem;height:2.4375rem;text-decoration:none;z-index:15051;text-align:center;text-align-last:center;top:47.1875rem;left:4.1875rem;display:block; }
#b6UQpK6PZqTVJPy60Or79Nro9VBwplnM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aa9yb2n0mFWul1iG53QEV4e1GZOTNcpT { color:rgba(var(--color-tertiary-0),1);display:block;width:5.49926875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15076;line-height:1.3;letter-spacing:0;top:19.200439453125rem;left:25.186767578125rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#w8cNmBURIDLV8yRgiJVlIcXLxvxgUorU { color:rgba(var(--color-secondary-4),1);display:block;width:5.49926875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:19.200439453125rem;left:4.9365234375rem;height:1.62475625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Rt39FTBrDiaXyIaupiBwa4bw3ITnvu4c { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.11) ;height:37.8125rem;width:18.9375rem;top:12.0625rem;left:41.0625rem;display:none; }
#fWvd7GmMOZ34g558lDW5cVe0XRLldTaW { color:rgba(var(--color-secondary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:14.25rem;left:44.375rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rTVlR5TrL5fnXtVqCapWvEu1c5Wo5J5x { box-sizing:content-box;height:2rem;width:10.375rem;position:absolute;display:block;z-index:15064;background-color:#46d1c0;background-image:none;top:11.1748046875rem;left:44.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#VRpgakthscUxXMKJ3SV2wBFPAeWcFkWO { position:absolute;display:block;z-index:15067;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.0620125rem;width:1.0620125rem;top:11.625rem;left:53.3125rem;overflow:hidden;display:none; }
#mb1CcOWysEU7VNZRU4cpDs5Lq4fkOALT { display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15075;line-height:1.2;letter-spacing:0;top:17.25rem;left:43.34375rem;height:0.8999rem;color:rgba(var(--color-tertiary-3),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#EzaJJRxANsHfc0xtRSAwa7mmuaCgSMGy { display:block;width:7.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15064;line-height:1.4;letter-spacing:0;top:11.5625rem;left:45.625rem;height:1.2246125rem;color:rgba(var(--color-secondary-4),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#mbSR8tIM2Xup0g2WQw7acTOSNmxp8C5M { box-sizing:content-box;height:3.125rem;width:12.5rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-0),1);background-image:none;top:19.25rem;left:43.875rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-top-left-radius:0.4375rem;display:none; }
#cpfkkM9cqghcGBrmvgnNc7XsG2RH32z9 { color:rgba(var(--color-secondary-4),1);display:block;width:1.5625rem;position:absolute;font-family:"chillax medium";font-size:2.1875rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:19.390625rem;left:52.6875rem;height:2.84375rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#wTEmPP93DKx2G8JHeDFN6Wa8k1T8A4q2 { color:rgba(var(--color-secondary-4),1);display:block;width:6.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:20rem;left:45.125rem;height:1.625rem;text-align:right;text-align-last:right;font-style:normal;display:none; }
#qDuS69LpHCWbf3pkuVAG9MvgneczqlST { color:#000000;display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15038;line-height:1.5;letter-spacing:0;top:25.8125rem;left:42.5rem;height:14.4375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#HnIJiSTt2OOsiTPPMNeiitI5sJaE8Zqd { background-color:rgba(var(--color-secondary-4),1);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.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:2.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:45.4375rem;left:45.15625rem;display:none; }
#fVVNCO6wIv1xZntzk4PoNowdP3zXaZCO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZZ01tDU8Ha4EhgziWbQiC1IJhzdfiwQB { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:25.75rem;left:22.875rem;height:17.05933125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { background-color: transparent; background-image: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container > .video-iframe-container { display: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container { display: none; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .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); }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { border-width: 0; border-radius: 0; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { background-color: transparent; background-image: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container > .video-iframe-container { display: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container { display: none; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .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); }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { border-width: 0; border-radius: 0; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:60rem;position:relative;display:block; }#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-heading-text { display:block;position:relative;width:100%;font-family:"noto kufi";font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1); }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1); }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-trigger.adaptive-delivery-prevent-bg, #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-trigger.lazyload, #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-trigger.lazyloading { background-image: none; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.34375rem;left:0rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #BgHDg36xZgbLkTDsmsOfPRupuusf0fnB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZfEXwnTbpMyt2PfT5GfaUGE0JLWk0fQm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #C8IFTpVuE1ox1Xn2NnFkX3heNMf0eLE6 { display:block;position:relative; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xyZwbCxmfftv1Z2lQAUkq6hAXsfLqve6 {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #U5chIGZKvglWyXG1nqN7qpEfoLaSWQFm {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iC8D6JcMLTJPVv3qTgi5zRwZye7KcLgb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #TM1rtr8GxheeE0xeOXT8AOkZOaB8D1HU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZZzDaQ6VeiyS1mCi6J1cPRz8mFZB0yD7 { display:block;position:relative; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #LNMGPUL9dnTbtbf12CbDDLViH9wKDKI0 {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #nFuIaBD3B8dKMfSUCc4J6TzpRQ8TlcPS { display:none; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #gMr2ybGV4NPh3KDBZQbeKFowG0uf3z0m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #SHV5qWdhM0HIdEJv1RKAmvxhVTPXbarr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #JyEmpTv6dsgDcFBbxfqSAAQRU0l669oH { display:block;position:relative; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xX3lbXon6bhToL4umQlTPqefZxLEJ06f {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #wUNtrq1GPu1oZQHk0FnnG33F0k0k0lam { display:none; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Igeqe3FO4lv08GwVkePrUTo2ispmI4E6 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #qKiJIX7dJNi2IdyWOFBTVPfQ56i6PpBv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Jv3blSTy81dZrGKwygo9vIsJfspnIrKb { display:block;position:relative; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iynx14MR52fT7HXf4HNdApWbqIVeFZhR {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #PldQqPFW935nJQB63OPxVLAcBLp0AAP7 { display:none; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #pdcUIwE3t7T7fS5laqwFk5H4xPSO6q5m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #UZCguUqQhyrIddUsPBlkOQoZaXDepq4E { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #hGA38uaaUJJWHE0345Xfo2lVB7fPWqER { display:block;position:relative; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #w7nm4TL3U2O1Tu1g3hvETw7pbnl7W1sT {  }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Up5yofRdptxd7LWb2FsDCDhxyOMZLbn6 { display:none; }
#klGOhwaWcBT9GWA2CTATKs3eIo0iWOIC { display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:0rem;left:0.18701171875rem;height:2.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;color:rgba(var(--color-secondary-4),1);text-align:center;text-align-last:center;display:block; }
#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/3b9c7dca-1af3-4dc2-856e-aea681bfef86/FooterImage.webp");background-position:bottom right !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.adaptive-delivery-prevent-bg, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyload, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyloading { background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { background-color: transparent; background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .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); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { border-width: 0; border-radius: 0; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:60rem;position:relative;display:block; }#RngJg1m30oHysIp6XLk1mpG7tytPpAMH { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:1.1875rem;font-weight:400;z-index:15006;line-height:1;letter-spacing:0;top:3.125rem;left:0rem;height:1.18774375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yJJWZir9Db6TUhhaRin65qCMLxyHuL7z { 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: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:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:2.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:9.5615234375rem;left:25rem;display:block; }
#PnELVpvqFoc01pm1JgfMOhSH1tZeaOxx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DRkLivsswEfM3kGgQldk5oHPe0QtFDNO { display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:7.9365234375rem;left:0rem;height:1.125rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cl9Rlr7yiiT1ZZCT9LcOGrsAp5uMb99z { color:#46d1c0;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:4.5rem;left:11.37451171875rem;height:3.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oASkpZoOSkbOCzM4D7WcDDAo9lhOdgMs { display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:0.625rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:12.875rem;left:0rem;height:0.75rem;color:rgba(var(--color-tertiary-0),1);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { background-color: transparent; background-image: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container > .video-iframe-container { display: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container { display: none; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .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); }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { border-width: 0; border-radius: 0; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:9rem;top:1.21875rem;left:48.75rem;overflow:hidden;display:block; }
#UlTk2eESCSSBfi77GhBrLh6fqZL5UwFS { color:rgba(var(--color-tertiary-0),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:1.5rem;left:8.3125rem;height:0.89355625rem;text-align:left;text-align-last:left;display:block; }
#OBnUoUKHTeZQlbox75EDv04ZylUodFEr { color:rgba(var(--color-tertiary-0),1);display:block;width:0.625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.25rem;height:0.89355625rem;display:block; }
#DRtzyuotgqlTlNUR7CTH8lEHhr1ERiVs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.6875rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:0.89355625rem;text-align:right;text-align-last:right;display:block; }
#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.05);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { border-width: 0; border-radius: 0; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { font-size:0.875rem;font-family:arial;height:31.875rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { display:none; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:9.75rem;height:1.5rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:none; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { display:block; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:10.125rem;height:1.5625rem;top:0.8125rem;left:37.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:none; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:42.3125rem;height:1.4375rem;top:40.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:36.125rem;height:3.125rem;top:12.4375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:6.25rem;height:3.5rem;top:0rem;left:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroxH5GwPpGuTtC8TFOTxfymv36TdhVq { width:14.875rem;height:3.0625rem;top:43.5rem;left:16.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHaElcDDCWWg7LET61AfUC9s1kh3BQW { display:block; }
 }@media only screen and (max-width: 763px) { #IJCHnnhdXUQJt1uzkUL1AN23icPhKnFk { top:20.5rem;left:0rem;width:47.75rem;height:15.021354166667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2VFk3aBxTNIx7Gia08RP1AcIF9uB37 { width:12.6875rem;height:1.1875rem;top:52.1875rem;left:32.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3ouU8QyAiiywTlVbSp7TlCibrDuyUeL { width:15.875rem;height:3.0625rem;top:48.75rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdi19RxnrJzdaTckpnyuJI95zCL22ThV { width:15.875rem;height:3.0625rem;top:48.75rem;left:15.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWBz7TDyVmtVfXJy27lCwpZTWUwZ1BCM { width:12.6875rem;height:1.1875rem;top:52.1875rem;left:17.1552734375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6OibBun5MCMLFWdbC3ViQ8NzTLMx6qW { width:12.6875rem;height:1.1875rem;top:52.1875rem;left:0.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoLZ0ygcIazd3WyWc7bnkmu7NBOzH7kx { width:10.5625rem;height:3.0625rem;top:48.75rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyLmWMZBThkmiPidI8vLCxZkFHAK0RrG { width:46.8125rem;height:31.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HUqPCvGOOHVrlHWIv94p1NhRhvXasOUW { top:5.75rem;left:0rem;width:30.125rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvfroNzqX49H0gwEK1QtBWmuCF2IPvSv { width:42.875rem;height:29.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pkRbikI119vB22WJwWMarzl6Tii9bIMM { width:42.9375rem;height:1.75rem;top:16.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR { display:block; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bzKOG228MESX7u5ZgHJ1ggSmqRpolcCA { width:44.125rem;height:2.75rem;top:4.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8LrVySRRu77PTxc2w9uwAobzq7g7Q6U { width:41rem;height:1.4375rem;top:55.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8zDIr6pHQ7W2VwozxMcFTTStib9FVRw { top:10.25rem;left:0rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDiuLKLb7CeMhqSODZUqkBOlUzT4Mw37 { width:23.625rem;height:1.4375rem;top:25.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H164g6ZPzLf9fwehsGlOgKEglR25iQOz { width:26.375rem;height:2.625rem;top:27.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCyd2crMyKJxMnavkqVssQ24if4fnlAy { width:21.625rem;height:1.4375rem;top:25.0625rem;left:10.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibOaW0xxniHlJZNM564ebb5xqO8SqvZA { width:19.5rem;height:2.625rem;top:27.375rem;left:12.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDt6mGvhwskScAVVk3gkpndSV95HqUG2 { width:19.75rem;height:2.625rem;top:50rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FD7bBTmCAMmfxeKPX2AKBUJ0q0mIVEyS { width:24.4375rem;height:1.4375rem;top:47.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LimPlHhmJ35iuaQkCGE48LgZXkeI0vCF { width:18.1875rem;height:2.625rem;top:49.9375rem;left:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqH9oGH9xyG4of5NKVTxFldpB0GIOfC { width:18.8125rem;height:1.4375rem;top:47.875rem;left:12.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCfmO4tPJL1DifHZ9JIgmzcxNcGx38gq { top:10.1875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0ez20qfTlzpkUrSTglINaWCn5O3BecZ { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #c7H6BuN8B3k5TkUOzd6T4fzgcLK4dK2d { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ENG13ozL1XMoH2IRlDivld0OURfZ7ciX { top:32.875rem;left:0rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmcDN0XJH3pRZ1paT2S5h2UTXTbQ9o7u { top:32.8125rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwwPGrz3MEZUnqaBiziicKJn80qq8d5P { width:41.25rem;height:1.4375rem;top:2.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #om0GcWvB1cgG585tLnfTGXbxNHmoexww { display:none; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bEdBazbheeOErT5WBlok9idT8n6AxwZx { width:20rem;height:;top:3.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrylgdDP7tiCq18GvETB5Llw511BBse1 { width:20rem;height:1.125rem;top:78.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkD80tJqaRkzB9323fhfKAhua3CJM090 { top:13.0625rem;left:0rem;width:25.875rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrb7wt8oFwgLrM9JQqWQAm6wNIdBzlBl { width:20rem;height:;top:21.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgRUdCZDsBMGUdlSIl52tU1JLA0B2IAx { width:20rem;height:2.0625rem;top:23rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHUlX1pIgVLLts1LdTLrBJvKf2a59IuV { width:20rem;height:;top:55.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGSwr75Btd0c43cwOJ7TIT5sBGqnhsCf { width:20rem;height:3.125rem;top:57.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXEElApQ4P0VbFms7hrNP5sVzwoqzGQv { width:20rem;height:2.0625rem;top:39.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkh579MRtR7DqWnodkz9aK8kyTFTHDzG { width:20rem;height:;top:38.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPMcCWXTTmM2adf5VbaMF975L62qOVeT { width:20rem;height:2.0625rem;top:74.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TH5CRSnlMxc15fhDbuu9Hog6EoW7sI0o { width:20rem;height:;top:72.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlxe8n8JvAyC3kteEmMTdoJXnwAt3NWU { top:13.0625rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7TsBAwomtDJhdNus8nE6cQ3hxUTLefJ { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SpEkJNBmOabKTZEoAMUowGsxB4JdbLTi { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tQZOit188yabmxNPiIPWvzglm1g6JldT { top:35.6875rem;left:0rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ued0S9Ubp4pJ8AqSW1EOHCarRaPHG6Nh { top:35.6875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zuba71cTObcXormz7V7Dz3Ikm4bFv5os { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #uLW0EEnG9yba9mVh33hlGEnt8xJB438P { top:39.875rem;left:6.9375rem;width:24.8125rem;height:13.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JU1tKWnb25hv8avOk8bP9IsG1zSCggTZ { width:20rem;height:1.125rem;top:1.25rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1U2Udr8JPoKLqZSUTudsWorhGkaz17B { display:block; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZP7gDLKza3gAzTF1RzQsCuW055mz8db { width:44.125rem;height:2.75rem;top:3.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT7ToPaNhK57bhkhVnFgDmH1nJDm1PIx { width:42.9375rem;height:1.4375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwSBz2fZgfOibfwoyQgNUgxcw4gkQmmZ { top:11.375rem;left:12.75rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qEaWUtyiS5qdLC0qhZ7kod3vXBdNOM { top:11.375rem;left:0rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfqApm6ArigT8vPp55lNPDsXK1FseE8 { top:11.375rem;left:28.625rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2GGLMarquyncuVVKF8Vihyy6sgT11rF { top:24.1875rem;left:28.625rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP9dX8eoGuFBLw83K56uAVyCCww0qu7H { top:24.1875rem;left:12.75rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvofJyMGdQeVqFIGthJsgsxGgDnopu3 { top:24.1875rem;left:0rem;width:18.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac25pSaveznCtEJUtgmCyW4ViD6AvS3T { width:8.9375rem;height:;top:15.9375rem;left:3.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsatgvdGigHyCrzDZ9fs7vrWwGtUUGXZ { width:15.4375rem;height:2.25rem;top:18.75rem;left:0.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAwBmmKf1SR2Dh05WMZ0Gf7xzJ4GDkLX { width:8.9375rem;height:;top:15.9375rem;left:19.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T43RK1IS8IEycFVHyFaxeopSeD2TMugT { width:12.1875rem;height:1.125rem;top:18.75rem;left:17.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu1ODi78bLaO2Kz1L8asifpGWoiCrKIT { width:8.9375rem;height:;top:15.9375rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eC7JRphN6TOlOm0yI1S9OusvuCxuRH8C { width:13.5625rem;height:2.25rem;top:18.75rem;left:32.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKl53298zR4zSyWLtcV9rdzhWWyodGGf { width:8.9375rem;height:;top:28.6875rem;left:3.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JADgTryzV3VwmL65H1WzMFKxNT8JHzsn { width:15.4375rem;height:1.125rem;top:31.5rem;left:0.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbOIE58iOm81H5MaJzVoWFw8SBdgoa6n { width:10.875rem;height:;top:28.6875rem;left:18.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2ypQNNELPX9CuJehINTeG3q4rF2G4F { width:12.1875rem;height:1.125rem;top:31.5rem;left:17.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ld3RCABPaDqf5RtTrWZrhsQB5pTVX0bV { width:8.9375rem;height:;top:28.6875rem;left:35.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnx4Rz3WBA9u829BX65ZeLMbUerXudFe { width:12.5625rem;height:2.25rem;top:31.5rem;left:33.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbBHoHFuNGygUJm2hzhPhRegmhIRN8Ju { top:12.625rem;left:37.1875rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD3HVk9oRyMM3WotwTJ1Kq75cnay1bh6 { top:12.625rem;left:21.375rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCuIy5idf5Pv7OmbFKldppcoh03NBMFz { top:12.625rem;left:5.4375rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKOCTipHqETi7fRrzTpKzIEEUdKt1Km { top:25.375rem;left:37.1875rem;width:5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmJwOgfBePUGra8UWoG2detgaUXwhuP { top:25.3125rem;left:21.3125rem;width:5rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEbnhO38H7yXNKqPRkHDxZMTpTSkXJu { top:25.375rem;left:5.5rem;width:4.875rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTrxKU3O02RWWTaAkGIilPSpV9NaWgU { width:42.9375rem;height:1.75rem;top:38.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF { display:block; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQiV7uDlVRN3P7c8SoH7vMCEGdOky5zI { top:0rem;left:0rem;width:47.75rem;height:15.10522875817rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItczywfTTXaCDTSTeByUq9hK91Wc97nR { width:32.625rem;height:1.875rem;top:2.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME9eN0FhqxR86To9NztVT1sII4hRlZuM { width:30.3125rem;height:1.375rem;top:5.875rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0aaqZIC6x8k9ucbURcBuxDP0eyLzaq { top:9.625rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6zUtaERZzT7wZxUFXgylvNWEzALFBTn { width:7.625rem;height:1.125rem;top:9.6875rem;left:38.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #woZHJAkJKITQAPGXdyqqp2w3PXB39XKQ { top:9.625rem;left:36.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeKuu5ryrUgyFnPl3L2FRxuiZBd94drQ { width:9.6875rem;height:1.125rem;top:9.6875rem;left:22.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NItKPxDxtCb7ywp9c680SEUb1lE7QBGR { top:11.125rem;left:46.375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlP1ZzO3S55ivyRpgmqMrGLs1opHLdTH { width:7.625rem;height:1.125rem;top:11.1875rem;left:38.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT { display:block; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TznZ7CRdLHQ4iTDJXZTNnatsKA0eIUbH { width:44.0625rem;height:;top:4.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUDl85fP5KRSwSkLHsnZDUCpWKNy7Aru { width:42.875rem;height:1.4375rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTiXtumXmSZMaDSKeGmuf1H9hztKwdc3 { top:2.9375rem;left:3.248779296875rem;width:7.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSHEAgneGGzTdO1DGWoShOXTRXKe64J { width:47.75rem;height:2.1875rem;top:55.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFf6uHLNlOZZrJpgBlp6yd3JeDd2rodb { top:18.9375rem;left:24.7626953125rem;width:3.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4rFCvnCeoNZabDbpwxFWRyE0ndDHMdb { top:18.9375rem;left:9.0625rem;width:4.4375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTzIs86WVXqsriTsfMKzumaxFEXmOqX { top:10.4375rem;left:34.5rem;width:10.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tr6VoFcQEzu5L5NFGRib92FiOBXfIPPs { width:7rem;height:1.1875rem;top:10.875rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0HnZf921y5ggWAPRXh0iWqTPx8Ola2Q { top:10.9375rem;left:43rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMPLRGUSA5PvuX7AqLlxcTzh9Xl1IcQX { top:11.25rem;left:11.8125rem;width:19.9375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGF5c8rbqMdVdMoWdtkTvpyr64dVVt0s { top:10.4375rem;left:19rem;width:9.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCepcdfZahrFWkeHByW1AfKQRbAnSLt { top:10.875rem;left:25.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTc2EABaKfXOioa0TUGd14pU3AbegRP { top:11.3125rem;left:28.6875rem;width:18.9375rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20BaI0DXn898uLdfNxLIZtrTFGUHTU4 { width:5rem;height:1.1875rem;top:10.875rem;left:20.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nv8KpGbacnOVempWSROlt8f2suZCBp4L { top:13.5625rem;left:17.625rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOvyv11Ww6uG4SoqPBk5AbT8VxUfksS { top:13.5625rem;left:34.0625rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXleNETSeRpBnpy8VQE2TOEMxLqD2uvF { top:11.3125rem;left:0rem;width:18.9375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzHOIdaP4tIK5bzpqGSLpvEAURRv9WvM { width:14.375rem;height:0.875rem;top:16.5625rem;left:33rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sidb5nnOT24fxJqCwSxhlbC6mFWkfDgx { width:15.625rem;height:0.875rem;top:16.5rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym2X9BP8r4WTTOkGOCabN6dopXCTe2TS { top:10.4375rem;left:1.25rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4LvMJh6bRMS2vur9TNyXW0leFNrDckd { top:13.5625rem;left:1.25rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJaU1QMTeEt4931tsPXT9URz4n8ZZND4 { width:11.5625rem;height:1.75rem;top:16rem;left:1.124755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMMHotMLa2fIqFvCHQZ7qamiULRi1yH8 { top:21.5rem;left:17.060791015625rem;width:13.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hhSIIvggKHgQthZwDr4GqgIsuqkH6t { top:21.625rem;left:26.57666015625rem;width:2.1875rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOxoDeRAxp6T89K8N88zl3FS1dhT60XQ { top:21.5rem;left:33.4375rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVfCWCJquSEQwGhgnGTR9hMDGHL6mnmW { top:21.625rem;left:0.653564453125rem;width:13.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmLisXLkGi1ub1UfG1GwBDy0W80ean3 { top:10.875rem;left:10.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMachwoDTSbS0JHb4EOwKRerpTUN6fC { top:21.8125rem;left:8.888427734375rem;width:3.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3xrOZTwMaVp7UFz4e4iuHhrT799Zpq { top:22.25rem;left:18.936767578125rem;width:5.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJsBxZ2tMtTRTlvKQO9vhFqu2SmVcOZ3 { width:7.8125rem;height:1.1875rem;top:10.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3XzOMAE13UROFQbaqRB60CB4QXfAWNn { top:21.6875rem;left:39.951171875rem;width:1.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG7TbaAgOunKp1AptO377dPelwJHa4If { top:22.25rem;left:37.3740234375rem;width:2rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn8nDsymdZuZdGuHqebIwvWoNh0avnS7 { top:22.375rem;left:2.1240234375rem;width:6.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrUgOAbMTTqzROlE1MqSHLsaVuex5CQ { top:26rem;left:17.468505859375rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhGT7b4hFnEVOcfykHnSILitmO81O7Q { top:26rem;left:1.0625rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FWXZNh4NTLu9giuy1vMp73T3mlIiBV { top:28.6875rem;left:16.68603515625rem;width:14.1875rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aSNM6GKV2Lp4e9q58qUeDThP9PO9a5pM { top:28.6875rem;left:31.5625rem;width:16.0625rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzy3TIGZNaiwENZTPA8gXHxEFlcNJNc { top:28.6875rem;left:0rem;width:15.9375rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp63EsSTBWwOhDMKG5aXzyTvSfbJK1bN { width:10.3125rem;height:2.375rem;top:47.125rem;left:18.623291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im9pmONsVm08GfEDEJmNgvrFHvLneelh { display:block; }
 }@media only screen and (max-width: 763px) { #SaJW9en9OoDfN1DUpvFSpOkdoPsDVfdr { width:10.6875rem;height:2.375rem;top:47.125rem;left:34.84130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSh5h79eRFq7DAOkaQ9g10Jzfey8tJ8K { display:block; }
 }@media only screen and (max-width: 763px) { #ZnBqBeAwZJTdklrTwNtISRKvbDZrVJov { width:10.4375rem;height:2.375rem;top:47.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0KRKfnZiyZVdptDLGuqN4BHABnXiw2d { display:block; }
 }@media only screen and (max-width: 763px) { #pHuVoBy2sKWTEutmBAc6xJbUJIp073Iv { top:19.1875rem;left:18.999267578125rem;width:5.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epE0VuJL3U1DylJmr2WdReTdcdZ5AQ8I { top:19.1875rem;left:2.8740234375rem;width:5.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS { display:block; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOmrAFOu1SIx3TOzMaFpoQegFSTa1wT1 { width:44.0625rem;height:;top:4.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA0Monh7JE2ZFlBIJNvJRFDku0nmUiTd { width:42.875rem;height:1.4375rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cbI2BTevHbKJEDh66ZZhmHPbCvvHamaW { top:2.9375rem;left:3.248779296875rem;width:7.875rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3yaQvT5gW8RKy2OUk9ECClsgXMCowe { width:47.75rem;height:2.5625rem;top:55.75rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xR9gC0UBuALSWfG1mEX0837qTdgldREp { top:62.1875rem;left:9.0283203125rem;width:3.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bunGTMapt0tBXs09l1sbqJqQXL0qb4Tx { top:106.875rem;left:9.6865234375rem;width:4.3125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PoMp9TIb3gkKGEJ55gDk0IMTi7koBn { top:10.4375rem;left:34.5rem;width:10.3125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CspFfxqTdy3T8LKcARFl6umpVVn4hKBh { width:7rem;height:1.1875rem;top:10.875rem;left:35.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBnTEIWOquwVvTDiHfsuacOaoK6WqZJF { top:10.9375rem;left:43rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEucBoPFoPpRKDN350ztkGrnnXmsTCdT { top:11.25rem;left:11.8125rem;width:19.9375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWinl7IcIwi2eSluLTXGUVMKb1ZbKAeo { top:10.4375rem;left:19rem;width:9.1875rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgpBqThxSRWrego5ZMBzWxSyr5to9XRW { top:10.875rem;left:25.875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQtcFuKdVt2nKTgFk6CDm3UoC6GvoPgg { top:11.3125rem;left:28.6875rem;width:18.9375rem;height:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6OMTVeDWBWn5Jwt8OTdAOIyOF6W6Pp4 { width:5rem;height:1.1875rem;top:10.875rem;left:20.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnChcSZmQyBp41dIsdnJq79MM5we7Qu2 { top:13.5625rem;left:17.625rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNDqAnnTKZd6Td10UvpMhduQxg9Ku8y { top:13.5625rem;left:34.0625rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8Zf9ft8QgcXi7XXOi6blu8WS9iZ8wyP { top:11.3125rem;left:0rem;width:18.9375rem;height:41.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PxpBX1lT21gDM858bgvhZMdktxrE0d { width:14.375rem;height:0.875rem;top:16.5625rem;left:33rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnovDxl0p1eB1y6lB5Q6UayVdvOCSs7I { width:15.625rem;height:0.875rem;top:16.5rem;left:15.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4aHkEkzFrAICVvVxXZ694skr2MX6UDe { top:10.4375rem;left:1.25rem;width:11.25rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIizJPxv0EavQb2KLntZba3xO0LZOvrM { top:13.5625rem;left:1.25rem;width:12.5rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJ6nT9CF9zzHxlvSMnlBZZ7ICLnBaow { width:11.5625rem;height:1.75rem;top:16rem;left:1.124755859375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7w5B8emgNhoVtAIpNOQGwF3k3LNEO5n { top:21.5rem;left:17.060791015625rem;width:13.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA41oINcrRgvzWDDNVuKvTlZcJmPXbiy { top:21.625rem;left:26.57666015625rem;width:2.1875rem;height:8.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSm8334cltMvQvBnuGshGpwdikdGpbqV { top:21.5rem;left:33.4375rem;width:12.5rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cw0LHUfLPmi2hameXQGd4WheK1uTfFuT { top:21.625rem;left:0.653564453125rem;width:13.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZBfqBLd2kMVnAkZIdPToRGO5LWwSTx { top:10.875rem;left:10.3125rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMfCbp6d29AwRlqr3y1Ri7c0xOmhC5mv { top:21.8125rem;left:8.888427734375rem;width:3.4375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2xqE8t0N5GTCp30isGVvnCA0yFc5AL1 { top:22.25rem;left:18.936767578125rem;width:5.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNXDEaA8ZnLaxoqJVEkKSuuDVlVnQLD8 { width:7.8125rem;height:1.1875rem;top:10.875rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ppXT77PWu01QGQKA2TGB45olnl2vPp { top:21.6875rem;left:39.951171875rem;width:1.5625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNIx0lKQCIHtCi1WV6BGBtb6U1IIqTrX { top:22.25rem;left:37.3740234375rem;width:2rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdkmZ4SeZdvDOulLTdUJ1HqVicEJtwqK { top:22.375rem;left:2.1240234375rem;width:6.0625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk15U2Hfu1Nw6hCe1EQ0X7hOQb3a45eF { top:26rem;left:17.468505859375rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnnPy2Rx7e3C0ossBHK9mdOIemK5sEz { top:26rem;left:1.0625rem;width:12.625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2AxWiBWHC3rkISuRhhQcilwRh5Vk8g { top:28.6875rem;left:16.68603515625rem;width:14.1875rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFLCEVo0q7hCKzTVZ1mBBPrzb3Cvg2ZC { top:28.6875rem;left:31.5625rem;width:16.0625rem;height:14.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIBS4FLt0NzT5rrUgOgqqA2MpU3T6l1m { top:28.6875rem;left:0rem;width:15.9375rem;height:17rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP1Vb7er6aZEV0WKkuszp8diTXf807et { width:10.3125rem;height:2.375rem;top:47.125rem;left:18.623291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihcgE2Xaa0oItDZiO9i01Hnzdfkx1cwQ { display:block; }
 }@media only screen and (max-width: 763px) { #tA9hEgJq8suCCB6IcikA9yEKn9LlWPMQ { width:10.6875rem;height:2.375rem;top:47.125rem;left:34.84130859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8tkLBruBdZmX8JPPDPE9NLEtyzPyDu { display:block; }
 }@media only screen and (max-width: 763px) { #FEZsXTifBt852qXct7FX6w5tkJObrVJ8 { width:10.4375rem;height:2.375rem;top:47.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6UQpK6PZqTVJPy60Or79Nro9VBwplnM { display:block; }
 }@media only screen and (max-width: 763px) { #aa9yb2n0mFWul1iG53QEV4e1GZOTNcpT { top:19.1875rem;left:18.999267578125rem;width:5.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cNmBURIDLV8yRgiJVlIcXLxvxgUorU { top:19.1875rem;left:2.8740234375rem;width:5.4375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt39FTBrDiaXyIaupiBwa4bw3ITnvu4c { top:12.0625rem;left:28.6875rem;width:18.9375rem;height:37.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fWvd7GmMOZ34g558lDW5cVe0XRLldTaW { top:14.25rem;left:34.0625rem;width:12.5rem;height:2.4375rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rTVlR5TrL5fnXtVqCapWvEu1c5Wo5J5x { top:11.125rem;left:34.5rem;width:10.375rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #VRpgakthscUxXMKJ3SV2wBFPAeWcFkWO { top:11.625rem;left:43rem;width:1rem;height:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mb1CcOWysEU7VNZRU4cpDs5Lq4fkOALT { width:14.375rem;height:0.875rem;top:17.25rem;left:33.03125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EzaJJRxANsHfc0xtRSAwa7mmuaCgSMGy { width:7.0625rem;height:1.1875rem;top:11.5625rem;left:35.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mbSR8tIM2Xup0g2WQw7acTOSNmxp8C5M { top:19.25rem;left:33.5625rem;width:12.5rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cpfkkM9cqghcGBrmvgnNc7XsG2RH32z9 { top:19.375rem;left:42.375rem;width:1.5625rem;height:2.8125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wTEmPP93DKx2G8JHeDFN6Wa8k1T8A4q2 { top:24.875rem;left:4.874755859375rem;width:6.0625rem;height:1.5625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #qDuS69LpHCWbf3pkuVAG9MvgneczqlST { top:25.8125rem;left:31.5rem;width:16.125rem;height:14.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #HnIJiSTt2OOsiTPPMNeiitI5sJaE8Zqd { width:10.75rem;height:2.4375rem;top:45.4375rem;left:34.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fVVNCO6wIv1xZntzk4PoNowdP3zXaZCO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ01tDU8Ha4EhgziWbQiC1IJhzdfiwQB { top:25.75rem;left:16.6875rem;width:14.25rem;height:17.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 { display:flex;height:auto;width:27.8125rem;top:6.1875rem;left:3.53125rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #BgHDg36xZgbLkTDsmsOfPRupuusf0fnB {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZfEXwnTbpMyt2PfT5GfaUGE0JLWk0fQm {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #C8IFTpVuE1ox1Xn2NnFkX3heNMf0eLE6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xyZwbCxmfftv1Z2lQAUkq6hAXsfLqve6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #U5chIGZKvglWyXG1nqN7qpEfoLaSWQFm {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iC8D6JcMLTJPVv3qTgi5zRwZye7KcLgb {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #TM1rtr8GxheeE0xeOXT8AOkZOaB8D1HU {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZZzDaQ6VeiyS1mCi6J1cPRz8mFZB0yD7 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #LNMGPUL9dnTbtbf12CbDDLViH9wKDKI0 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #nFuIaBD3B8dKMfSUCc4J6TzpRQ8TlcPS {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #gMr2ybGV4NPh3KDBZQbeKFowG0uf3z0m {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #SHV5qWdhM0HIdEJv1RKAmvxhVTPXbarr {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #JyEmpTv6dsgDcFBbxfqSAAQRU0l669oH {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xX3lbXon6bhToL4umQlTPqefZxLEJ06f {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #wUNtrq1GPu1oZQHk0FnnG33F0k0k0lam {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Igeqe3FO4lv08GwVkePrUTo2ispmI4E6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #qKiJIX7dJNi2IdyWOFBTVPfQ56i6PpBv {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Jv3blSTy81dZrGKwygo9vIsJfspnIrKb {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iynx14MR52fT7HXf4HNdApWbqIVeFZhR {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #PldQqPFW935nJQB63OPxVLAcBLp0AAP7 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #pdcUIwE3t7T7fS5laqwFk5H4xPSO6q5m {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #UZCguUqQhyrIddUsPBlkOQoZaXDepq4E {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #hGA38uaaUJJWHE0345Xfo2lVB7fPWqER {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #w7nm4TL3U2O1Tu1g3hvETw7pbnl7W1sT {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Up5yofRdptxd7LWb2FsDCDhxyOMZLbn6 {  }
 }@media only screen and (max-width: 763px) { #klGOhwaWcBT9GWA2CTATKs3eIo0iWOIC { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { display:block; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RngJg1m30oHysIp6XLk1mpG7tytPpAMH { width:47.75rem;height:1.1875rem;top:3.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJJWZir9Db6TUhhaRin65qCMLxyHuL7z { width:10rem;height:2.875rem;top:9.5rem;left:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnELVpvqFoc01pm1JgfMOhSH1tZeaOxx { display:block; }
 }@media only screen and (max-width: 763px) { #DRkLivsswEfM3kGgQldk5oHPe0QtFDNO { width:47.75rem;height:1.0625rem;top:7.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cl9Rlr7yiiT1ZZCT9LcOGrsAp5uMb99z { width:37.1875rem;height:;top:4.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oASkpZoOSkbOCzM4D7WcDDAo9lhOdgMs { width:47.75rem;height:0.75rem;top:12.875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { top:1.1875rem;left:38.75rem;width:9rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlTk2eESCSSBfi77GhBrLh6fqZL5UwFS { top:1.5rem;left:2.1875rem;width:6.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBnUoUKHTeZQlbox75EDv04ZylUodFEr { top:1.5rem;left:1.125rem;width:0.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRtzyuotgqlTlNUR7CTH8lEHhr1ERiVs { top:1.5rem;left:0rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { display:block; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { position:relative;z-index:auto;display:block; }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG > .row .container { width:20rem;height:2.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:8.1875rem;height:1.25rem;top:0.84375rem;left:11.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:flex;top:0.4375rem;left:16.636363564342rem;width:2.5625rem;height:2.5625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { position:relative;z-index:auto;display:none; }#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba > .row .container { width:20rem;height:2.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:8.1875rem;height:1.25rem;top:1.1875rem;left:0.87326389551162rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:flex;top:0.4375rem;left:16.636363564342rem;width:2.5625rem;height:2.5625rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { background-color:rgba(var(--color-primary-0),0.53);background-image:none;display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { background-color: transparent; background-image: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row > .video-iframe-container { display: none; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .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); }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:20rem;height:2.4375rem;top:30.74951171875rem;left:0.030517578125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GDTly6c9xf0sDSrKu4dVe7fo9RbewtAy { width:20rem;height:2.03125rem;top:12.125rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#6889ff;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #KEsXW51igIAKuB71b8m6ufKOouhRsesn { width:6.25rem;height:1.6875rem;top:0rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qroxH5GwPpGuTtC8TFOTxfymv36TdhVq { width:11.75rem;height:2.25rem;top:34.18701171875rem;left:4.124755859375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMHaElcDDCWWg7LET61AfUC9s1kh3BQW { display:block; }
 }@media only screen and (max-width: 763px) { #IJCHnnhdXUQJt1uzkUL1AN23icPhKnFk { width:20rem;height:6.25rem;top:22.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQ2VFk3aBxTNIx7Gia08RP1AcIF9uB37 { width:19.875rem;height:1.13769375rem;top:53.3115234375rem;left:0.12451171875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H3ouU8QyAiiywTlVbSp7TlCibrDuyUeL { width:19.8125rem;height:2.75rem;top:50.499755859375rem;left:0.061767578125rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Fdi19RxnrJzdaTckpnyuJI95zCL22ThV { width:20rem;height:2.75rem;top:44.874755859375rem;left:-0.03173828125rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JWBz7TDyVmtVfXJy27lCwpZTWUwZ1BCM { width:19.5625rem;height:1.13769375rem;top:47.874755859375rem;left:0.31201171875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6OibBun5MCMLFWdbC3ViQ8NzTLMx6qW { width:19.8125rem;height:1.13769375rem;top:42.2490234375rem;left:0.1865234375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HoLZ0ygcIazd3WyWc7bnkmu7NBOzH7kx { width:20rem;height:2.75rem;top:39.37451171875rem;left:-0.000244140625rem;text-align:center;text-align-last:center;font-size:2.5rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JyLmWMZBThkmiPidI8vLCxZkFHAK0RrG { top:16.52490234375rem;left:0.125rem;width:19.625rem;height:13.125rem;z-index:15046;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HUqPCvGOOHVrlHWIv94p1NhRhvXasOUW { width:20rem;height:3.3195020746888rem;top:5.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EvfroNzqX49H0gwEK1QtBWmuCF2IPvSv { top:3.375rem;left:4.53125rem;width:10.9375rem;height:7.5625rem;z-index:15047;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pkRbikI119vB22WJwWMarzl6Tii9bIMM { width:19.5rem;height:1.13769375rem;top:15.0107421875rem;left:0.2490234375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR { background-color:rgba(var(--color-primary-0),0.53);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row .container { border-width: 0; border-radius: 0; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lNlTWvz4k9IPwPeObZKQhWEDOwd25ilR > .row .container { width:20rem;height:83.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bzKOG228MESX7u5ZgHJ1ggSmqRpolcCA { width:18.5625rem;height:4.8125rem;top:2.1875rem;left:0.71875rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #J8LrVySRRu77PTxc2w9uwAobzq7g7Q6U { width:15.125rem;height:1.13671875rem;top:8.0234375rem;left:2.4375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8zDIr6pHQ7W2VwozxMcFTTStib9FVRw { width:19.0625rem;height:10.4375rem;top:12.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KDiuLKLb7CeMhqSODZUqkBOlUzT4Mw37 { width:20rem;height:1.375rem;top:23.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #H164g6ZPzLf9fwehsGlOgKEglR25iQOz { width:20rem;height:2.111325rem;top:25.75rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SCyd2crMyKJxMnavkqVssQ24if4fnlAy { width:20rem;height:1.58105625rem;top:58.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ibOaW0xxniHlJZNM564ebb5xqO8SqvZA { width:20rem;height:2.111325rem;top:59.8935546875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDt6mGvhwskScAVVk3gkpndSV95HqUG2 { width:20rem;height:2.111325rem;top:42.625rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FD7bBTmCAMmfxeKPX2AKBUJ0q0mIVEyS { width:20rem;height:1.375rem;top:41rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LimPlHhmJ35iuaQkCGE48LgZXkeI0vCF { width:20rem;height:2.111325rem;top:77.4375rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTqH9oGH9xyG4of5NKVTxFldpB0GIOfC { width:20rem;height:1.58105625rem;top:75.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OCfmO4tPJL1DifHZ9JIgmzcxNcGx38gq { width:19.875rem;height:10.875rem;top:29.6435546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u0ez20qfTlzpkUrSTglINaWCn5O3BecZ { width:20rem;height:10.875rem;top:46.6435546875rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #c7H6BuN8B3k5TkUOzd6T4fzgcLK4dK2d { width:20rem;height:10.875rem;top:63.625rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ENG13ozL1XMoH2IRlDivld0OURfZ7ciX { width:20rem;height:10.982367758186rem;top:32.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmcDN0XJH3pRZ1paT2S5h2UTXTbQ9o7u { width:20rem;height:10.982367758186rem;top:32.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vwwPGrz3MEZUnqaBiziicKJn80qq8d5P { width:20rem;height:1.13671875rem;top:80.79785rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #om0GcWvB1cgG585tLnfTGXbxNHmoexww { background-color:rgba(var(--color-primary-0),0.53);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; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container { background-color: transparent; background-image: none; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container > .video-iframe-container { display: none; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row > .video-iframe-container { display: none; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .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); }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container { border-width: 0; border-radius: 0; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#om0GcWvB1cgG585tLnfTGXbxNHmoexww > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bEdBazbheeOErT5WBlok9idT8n6AxwZx { width:20rem;height:4.9375rem;top:3.1875rem;left:0.21875rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#39006b;line-height:1.1;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #OrylgdDP7tiCq18GvETB5Llw511BBse1 { width:20rem;height:1.13720625rem;top:78.33544921875rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #XkD80tJqaRkzB9323fhfKAhua3CJM090 { width:20rem;height:10.5rem;top:12.75rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mrb7wt8oFwgLrM9JQqWQAm6wNIdBzlBl { width:20rem;height:1.4375rem;top:21.249267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #rgRUdCZDsBMGUdlSIl52tU1JLA0B2IAx { width:20rem;height:2.111325rem;top:23.06201171875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #EHUlX1pIgVLLts1LdTLrBJvKf2a59IuV { width:20rem;height:1.4375rem;top:55.3740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #wGSwr75Btd0c43cwOJ7TIT5sBGqnhsCf { width:20rem;height:3.16699375rem;top:57.205078125rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #IXEElApQ4P0VbFms7hrNP5sVzwoqzGQv { width:20rem;height:2.111325rem;top:39.93701171875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #tkh579MRtR7DqWnodkz9aK8kyTFTHDzG { width:20rem;height:1.4375rem;top:38.312255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #MPMcCWXTTmM2adf5VbaMF975L62qOVeT { width:20rem;height:2.111325rem;top:74.62451171875rem;left:0rem;font-size:0.8125rem;line-height:1.3;text-align:center;text-align-last:center;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #TH5CRSnlMxc15fhDbuu9Hog6EoW7sI0o { width:20rem;height:1.4375rem;top:72.499267578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #xlxe8n8JvAyC3kteEmMTdoJXnwAt3NWU { width:20rem;height:10.982367758186rem;top:29.6435546875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7TsBAwomtDJhdNus8nE6cQ3hxUTLefJ { width:19.75rem;height:10.8125rem;top:43.95556640625rem;left:0rem;z-index:15014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #SpEkJNBmOabKTZEoAMUowGsxB4JdbLTi { width:19.75rem;height:10.8125rem;top:60.936767578125rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tQZOit188yabmxNPiIPWvzglm1g6JldT { width:20rem;height:10.982367758186rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ued0S9Ubp4pJ8AqSW1EOHCarRaPHG6Nh { width:20rem;height:10.982367758186rem;top:35.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zuba71cTObcXormz7V7Dz3Ikm4bFv5os { width:19.75rem;height:10.8125rem;top:26.874267578125rem;left:0rem;z-index:15015;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uLW0EEnG9yba9mVh33hlGEnt8xJB438P { width:19.75rem;height:10.8125rem;top:9.8125rem;left:0rem;z-index:15016;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #JU1tKWnb25hv8avOk8bP9IsG1zSCggTZ { width:20rem;height:1.13769375rem;top:1.30078125rem;left:0rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15005;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #T1U2Udr8JPoKLqZSUTudsWorhGkaz17B { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { background-color: transparent; background-image: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container > .video-iframe-container { display: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container { display: none; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .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); }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { border-width: 0; border-radius: 0; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1U2Udr8JPoKLqZSUTudsWorhGkaz17B > .row .container { width:20rem;height:96.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZP7gDLKza3gAzTF1RzQsCuW055mz8db { width:20rem;height:4.9375rem;top:2.3125rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nT7ToPaNhK57bhkhVnFgDmH1nJDm1PIx { width:20rem;height:2.2744125rem;top:7.9375rem;left:0.062255859375rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HwSBz2fZgfOibfwoyQgNUgxcw4gkQmmZ { width:15.5rem;height:12rem;top:37.8125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5qEaWUtyiS5qdLC0qhZ7kod3vXBdNOM { width:15.5rem;height:12rem;top:11.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEfqApm6ArigT8vPp55lNPDsXK1FseE8 { width:15.5rem;height:12rem;top:64.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2GGLMarquyncuVVKF8Vihyy6sgT11rF { width:15.5rem;height:12rem;top:77.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP9dX8eoGuFBLw83K56uAVyCCww0qu7H { width:15.5rem;height:12rem;top:51.1875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwvofJyMGdQeVqFIGthJsgsxGgDnopu3 { width:15.5rem;height:12rem;top:24.5576171875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac25pSaveznCtEJUtgmCyW4ViD6AvS3T { width:8.9375rem;height:1.4375rem;top:15.6875rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CsatgvdGigHyCrzDZ9fs7vrWwGtUUGXZ { width:15.4375rem;height:2.4375rem;top:17.9375rem;left:2.28125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AAwBmmKf1SR2Dh05WMZ0Gf7xzJ4GDkLX { width:8.9375rem;height:1.4375rem;top:42.4375rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #T43RK1IS8IEycFVHyFaxeopSeD2TMugT { width:12.1875rem;height:2.4375rem;top:45.25rem;left:3.8125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bu1ODi78bLaO2Kz1L8asifpGWoiCrKIT { width:8.9375rem;height:1.4375rem;top:69.1875rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eC7JRphN6TOlOm0yI1S9OusvuCxuRH8C { width:13.5625rem;height:2.4375rem;top:72rem;left:3.1875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mKl53298zR4zSyWLtcV9rdzhWWyodGGf { width:8.9375rem;height:1.4375rem;top:29.7607421875rem;left:5.53125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JADgTryzV3VwmL65H1WzMFKxNT8JHzsn { width:15.4375rem;height:2.4375rem;top:32.5732421875rem;left:2.28125rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AbOIE58iOm81H5MaJzVoWFw8SBdgoa6n { width:10.875rem;height:1.4375rem;top:55.75rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Uz2ypQNNELPX9CuJehINTeG3q4rF2G4F { width:12.1875rem;height:2.4375rem;top:58.5625rem;left:3.875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ld3RCABPaDqf5RtTrWZrhsQB5pTVX0bV { width:8.9375rem;height:1.4375rem;top:82.5rem;left:5.625rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fnx4Rz3WBA9u829BX65ZeLMbUerXudFe { width:12.5625rem;height:2.4375rem;top:85.3125rem;left:3.75rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tbBHoHFuNGygUJm2hzhPhRegmhIRN8Ju { width:5rem;height:3.875rem;top:12.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD3HVk9oRyMM3WotwTJ1Kq75cnay1bh6 { width:5rem;height:3.875rem;top:39.125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCuIy5idf5Pv7OmbFKldppcoh03NBMFz { width:5rem;height:3.875rem;top:65.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKOCTipHqETi7fRrzTpKzIEEUdKt1Km { width:5rem;height:3.8125rem;top:26.6982421875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlmJwOgfBePUGra8UWoG2detgaUXwhuP { width:4.875rem;height:3.8125rem;top:52.4375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkEbnhO38H7yXNKqPRkHDxZMTpTSkXJu { width:4.875rem;height:3.8125rem;top:79.1875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FxTrxKU3O02RWWTaAkGIilPSpV9NaWgU { width:20rem;height:1.625rem;top:92.1982421875rem;left:0rem;font-size:1.25rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d69be555-6638-492f-81bf-907a8517f953/Switchingtomazeed.crop_1215x626_1239,0.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF.adaptive-delivery-prevent-bg, #R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF.lazyload, #R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF.lazyloading { background-image: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { background-color: transparent; background-image: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.86); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container > .video-iframe-container { display: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-0),0.86); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row > .video-iframe-container { display: none; }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .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); }#R1QA6diLOAfwlaAHILf3rgiVpkdl5QzF > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fQiV7uDlVRN3P7c8SoH7vMCEGdOky5zI { width:20rem;height:6.3267973856209rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItczywfTTXaCDTSTeByUq9hK91Wc97nR { width:12.75rem;height:4.0234375rem;top:2.125rem;left:3.625rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ME9eN0FhqxR86To9NztVT1sII4hRlZuM { width:13.5rem;height:2.2744125rem;top:7.1796875rem;left:3.25rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XQ0aaqZIC6x8k9ucbURcBuxDP0eyLzaq { width:1.25rem;height:1.25rem;top:13.1875rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6zUtaERZzT7wZxUFXgylvNWEzALFBTn { width:7.6233125rem;height:1.21875rem;top:11.25rem;left:6.1875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #woZHJAkJKITQAPGXdyqqp2w3PXB39XKQ { width:1.25rem;height:1.25rem;top:11.25rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeKuu5ryrUgyFnPl3L2FRxuiZBd94drQ { width:9.6875rem;height:1.21875rem;top:15.4375rem;left:4.0625rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NItKPxDxtCb7ywp9c680SEUb1lE7QBGR { width:1.25rem;height:1.25rem;top:15.4375rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlP1ZzO3S55ivyRpgmqMrGLs1opHLdTH { width:7.6233125rem;height:1.21875rem;top:13.1875rem;left:6.1875rem;font-size:0.9375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT { background-color:rgba(var(--color-primary-0),0.31);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { border-width: 0; border-radius: 0; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzzcPkAkquFzdMcsOBd2OSrLkWKGc3uT > .row .container { width:20rem;height:228.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TznZ7CRdLHQ4iTDJXZTNnatsKA0eIUbH { width:20rem;height:7.21875rem;top:4.9443359375rem;left:0.03125rem;text-align:center;text-align-last:center;font-size:2.1875rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #mUDl85fP5KRSwSkLHsnZDUCpWKNy7Aru { width:20rem;height:1.29980625rem;top:12.625rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTiXtumXmSZMaDSKeGmuf1H9hztKwdc3 { width:5rem;height:3.4375rem;top:0.56640625rem;left:6.966796875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhSHEAgneGGzTdO1DGWoShOXTRXKe64J { width:20rem;height:1.7871125rem;top:128.37348556519rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dFf6uHLNlOZZrJpgBlp6yd3JeDd2rodb { width:2.1875rem;height:2.03125rem;top:56.15625rem;left:1.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4rFCvnCeoNZabDbpwxFWRyE0ndDHMdb { width:2.1875rem;height:2.03125rem;top:93.96875rem;left:0.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaTzIs86WVXqsriTsfMKzumaxFEXmOqX { width:10.3125rem;height:1.9375rem;top:10.4375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tr6VoFcQEzu5L5NFGRib92FiOBXfIPPs { width:7rem;height:auto;top:10.875rem;left:6.5rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #L0HnZf921y5ggWAPRXh0iWqTPx8Ola2Q { width:1rem;height:1rem;top:10.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMPLRGUSA5PvuX7AqLlxcTzh9Xl1IcQX { width:19.9375rem;height:41.5rem;top:174.16107490234rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGF5c8rbqMdVdMoWdtkTvpyr64dVVt0s { width:9.1875rem;height:1.9375rem;top:173.28583076172rem;left:5.186767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmCepcdfZahrFWkeHByW1AfKQRbAnSLt { width:1.25rem;height:1.25rem;top:173.72284248047rem;left:12.061767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqTc2EABaKfXOioa0TUGd14pU3AbegRP { width:18.9375rem;height:41.3125rem;top:11.3125rem;left:0.5rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #C20BaI0DXn898uLdfNxLIZtrTFGUHTU4 { width:5rem;height:0;top:173.72284248047rem;left:6.68701171875rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nv8KpGbacnOVempWSROlt8f2suZCBp4L { width:12.5rem;height:0;top:176.41083076172rem;left:3.812255859375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAOvyv11Ww6uG4SoqPBk5AbT8VxUfksS { width:12.5rem;height:auto;top:13.5625rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXleNETSeRpBnpy8VQE2TOEMxLqD2uvF { width:18.9375rem;height:41.5rem;top:131.41107490234rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzHOIdaP4tIK5bzpqGSLpvEAURRv9WvM { width:14.375rem;height:auto;top:16.5625rem;left:2.8125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sidb5nnOT24fxJqCwSxhlbC6mFWkfDgx { width:15.625rem;height:0;top:179.34784248047rem;left:2.1240234375rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ym2X9BP8r4WTTOkGOCabN6dopXCTe2TS { width:11.25rem;height:1.9375rem;top:130.47357490234rem;left:3.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4LvMJh6bRMS2vur9TNyXW0leFNrDckd { width:12.5rem;height:0;top:133.59857490234rem;left:3.811767578125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJaU1QMTeEt4931tsPXT9URz4n8ZZND4 { width:11.5625rem;height:0;top:136.09857490234rem;left:3.687255859375rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZMMHotMLa2fIqFvCHQZ7qamiULRi1yH8 { width:13.4375rem;height:3.125rem;top:184.37836005859rem;left:3.248291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7hhSIIvggKHgQthZwDr4GqgIsuqkH6t { width:2.1875rem;height:0;top:184.51874091797rem;left:12.763671875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mOxoDeRAxp6T89K8N88zl3FS1dhT60XQ { width:12.5rem;height:3.125rem;top:21.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kVfCWCJquSEQwGhgnGTR9hMDGHL6mnmW { width:13.4375rem;height:3.125rem;top:141.72357490234rem;left:3.216064453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZmLisXLkGi1ub1UfG1GwBDy0W80ean3 { width:1.25rem;height:1.25rem;top:130.91058662109rem;left:12.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlMachwoDTSbS0JHb4EOwKRerpTUN6fC { width:3.4375rem;height:0;top:141.89325263672rem;left:11.450927734375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA3xrOZTwMaVp7UFz4e4iuHhrT799Zpq { width:5.5rem;height:0;top:185.12787177734rem;left:5.123291015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJsBxZ2tMtTRTlvKQO9vhFqu2SmVcOZ3 { width:7.8125rem;height:0;top:130.91058662109rem;left:4.8115234375rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w3XzOMAE13UROFQbaqRB60CB4QXfAWNn { width:1.5625rem;height:auto;top:21.6875rem;left:9.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG7TbaAgOunKp1AptO377dPelwJHa4If { width:2rem;height:auto;top:22.25rem;left:9rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fn8nDsymdZuZdGuHqebIwvWoNh0avnS7 { width:6.0625rem;height:0;top:142.47308662109rem;left:4.685791015625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMrUgOAbMTTqzROlE1MqSHLsaVuex5CQ { width:12.625rem;height:0;top:188.90961005859rem;left:3.656005859375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFhGT7b4hFnEVOcfykHnSILitmO81O7Q { width:12.625rem;height:0;top:146.09735419922rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7FWXZNh4NTLu9giuy1vMp73T3mlIiBV { width:14.1875rem;height:0;top:191.59637763672rem;left:2.87353515625rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #aSNM6GKV2Lp4e9q58qUeDThP9PO9a5pM { width:16.0625rem;height:auto;top:28.6875rem;left:1.9375rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #MIzy3TIGZNaiwENZTPA8gXHxEFlcNJNc { width:15.9375rem;height:0;top:148.78534248047rem;left:2.49951171875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp63EsSTBWwOhDMKG5aXzyTvSfbJK1bN { width:10.3125rem;height:2.375rem;top:210.03509833984rem;left:4.810791015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im9pmONsVm08GfEDEJmNgvrFHvLneelh { display:block; }
 }@media only screen and (max-width: 763px) { #SaJW9en9OoDfN1DUpvFSpOkdoPsDVfdr { width:10.6875rem;height:2.375rem;top:47.125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSh5h79eRFq7DAOkaQ9g10Jzfey8tJ8K { display:block; }
 }@media only screen and (max-width: 763px) { #ZnBqBeAwZJTdklrTwNtISRKvbDZrVJov { width:10.4375rem;height:2.375rem;top:167.22406318359rem;left:4.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0KRKfnZiyZVdptDLGuqN4BHABnXiw2d { display:block; }
 }@media only screen and (max-width: 763px) { #pHuVoBy2sKWTEutmBAc6xJbUJIp073Iv { width:5.4375rem;height:0;top:182.04925849609rem;left:5.186767578125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #epE0VuJL3U1DylJmr2WdReTdcdZ5AQ8I { width:5.4375rem;height:0;top:139.23700263672rem;left:5.4365234375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS { background-color:rgba(var(--color-primary-0),0.31);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; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { background-color: transparent; background-image: none; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container > .video-iframe-container { display: none; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row > .video-iframe-container { display: none; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .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); }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { border-width: 0; border-radius: 0; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rWR1trChdLSTiw7TuWwLXWCBn8Zk6BZS > .row .container { width:20rem;height:145.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOmrAFOu1SIx3TOzMaFpoQegFSTa1wT1 { width:20rem;height:1.92480625rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#39006b;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #LA0Monh7JE2ZFlBIJNvJRFDku0nmUiTd { width:20rem;height:1.29980625rem;top:10.3125rem;left:0rem;font-size:1rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cbI2BTevHbKJEDh66ZZhmHPbCvvHamaW { width:9.875rem;height:6.5625rem;top:0.5rem;left:5.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Qh3yaQvT5gW8RKy2OUk9ECClsgXMCowe { width:20rem;height:1.7871125rem;top:142.18408203125rem;left:0rem;font-size:1.375rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xR9gC0UBuALSWfG1mEX0837qTdgldREp { width:3.875rem;height:2.03125rem;top:62.25rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bunGTMapt0tBXs09l1sbqJqQXL0qb4Tx { width:4.3125rem;height:2.03125rem;top:106.9375rem;left:11rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4PoMp9TIb3gkKGEJ55gDk0IMTi7koBn { width:10.3125rem;height:1.9375rem;top:10.4375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CspFfxqTdy3T8LKcARFl6umpVVn4hKBh { width:7rem;height:auto;top:10.875rem;left:6.5rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #tBnTEIWOquwVvTDiHfsuacOaoK6WqZJF { width:1rem;height:1rem;top:10.9375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEucBoPFoPpRKDN350ztkGrnnXmsTCdT { width:19.1875rem;height:41.5rem;top:54.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWinl7IcIwi2eSluLTXGUVMKb1ZbKAeo { width:9.1875rem;height:1.9375rem;top:53.6875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgpBqThxSRWrego5ZMBzWxSyr5to9XRW { width:1.25rem;height:1.25rem;top:54.0625rem;left:11.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQtcFuKdVt2nKTgFk6CDm3UoC6GvoPgg { width:18.9375rem;height:41.3125rem;top:11.3125rem;left:0.5rem;z-index:14997;display:none; }
 }@media only screen and (max-width: 763px) { #p6OMTVeDWBWn5Jwt8OTdAOIyOF6W6Pp4 { width:5rem;height:1.13769375rem;top:54.0625rem;left:6.374267578125rem;font-size:0.875rem;line-height:1.3;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #DnChcSZmQyBp41dIsdnJq79MM5we7Qu2 { width:12.5rem;height:2.5996125rem;top:56.8125rem;left:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxNDqAnnTKZd6Td10UvpMhduQxg9Ku8y { width:12.5rem;height:auto;top:13.5625rem;left:3.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #t8Zf9ft8QgcXi7XXOi6blu8WS9iZ8wyP { width:18.9375rem;height:41.5rem;top:99.3125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0PxpBX1lT21gDM858bgvhZMdktxrE0d { width:14.375rem;height:auto;top:16.5625rem;left:2.8125rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QnovDxl0p1eB1y6lB5Q6UayVdvOCSs7I { width:15.625rem;height:0.9746125rem;top:59.6875rem;left:2.1875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4aHkEkzFrAICVvVxXZ694skr2MX6UDe { width:11.25rem;height:1.9375rem;top:98.375rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIizJPxv0EavQb2KLntZba3xO0LZOvrM { width:12.5rem;height:2.5996125rem;top:101.5rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJ6nT9CF9zzHxlvSMnlBZZ7ICLnBaow { width:11.5625rem;height:1.94921875rem;top:104rem;left:3.6875rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7w5B8emgNhoVtAIpNOQGwF3k3LNEO5n { width:13.4375rem;height:3.125rem;top:64.75rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wA41oINcrRgvzWDDNVuKvTlZcJmPXbiy { width:2.1875rem;height:2.5996125rem;top:64.875rem;left:12.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSm8334cltMvQvBnuGshGpwdikdGpbqV { width:12.5rem;height:3.125rem;top:21.5rem;left:3.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cw0LHUfLPmi2hameXQGd4WheK1uTfFuT { width:13.4375rem;height:3.125rem;top:109.625rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTZBfqBLd2kMVnAkZIdPToRGO5LWwSTx { width:1.25rem;height:1.25rem;top:98.717041015625rem;left:12.1533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMfCbp6d29AwRlqr3y1Ri7c0xOmhC5mv { width:3.4375rem;height:2.5996125rem;top:109.75rem;left:11.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #h2xqE8t0N5GTCp30isGVvnCA0yFc5AL1 { width:5.49926875rem;height:1.625rem;top:65.5rem;left:5.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNXDEaA8ZnLaxoqJVEkKSuuDVlVnQLD8 { width:7.8125rem;height:1.13769375rem;top:98.812255859375rem;left:5.93701171875rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z7ppXT77PWu01QGQKA2TGB45olnl2vPp { width:1.5625rem;height:auto;top:21.6875rem;left:9.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cNIx0lKQCIHtCi1WV6BGBtb6U1IIqTrX { width:2rem;height:auto;top:22.25rem;left:9rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdkmZ4SeZdvDOulLTdUJ1HqVicEJtwqK { width:6.0620125rem;height:1.625rem;top:110.375rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zk15U2Hfu1Nw6hCe1EQ0X7hOQb3a45eF { width:12.6245rem;height:1.3125rem;top:69.25rem;left:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvnnPy2Rx7e3C0ossBHK9mdOIemK5sEz { width:12.6245rem;height:1.3125rem;top:114rem;left:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx2AxWiBWHC3rkISuRhhQcilwRh5Vk8g { width:14.187rem;height:17.0625rem;top:71.9375rem;left:2.9375rem;font-size:0.875rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #nFLCEVo0q7hCKzTVZ1mBBPrzb3Cvg2ZC { width:16.0625rem;height:auto;top:28.6875rem;left:1.9375rem;font-size:0.875rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #OIBS4FLt0NzT5rrUgOgqqA2MpU3T6l1m { width:18.625rem;height:17.0625rem;top:116.68701171875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP1Vb7er6aZEV0WKkuszp8diTXf807et { width:10.3125rem;height:2.375rem;top:90.375rem;left:4.875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #ihcgE2Xaa0oItDZiO9i01Hnzdfkx1cwQ { display:block; }
 }@media only screen and (max-width: 763px) { #tA9hEgJq8suCCB6IcikA9yEKn9LlWPMQ { width:10.6875rem;height:2.375rem;top:47.125rem;left:4.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wK8tkLBruBdZmX8JPPDPE9NLEtyzPyDu { display:block; }
 }@media only screen and (max-width: 763px) { #FEZsXTifBt852qXct7FX6w5tkJObrVJ8 { width:10.4375rem;height:2.375rem;top:135.125rem;left:4.6875rem;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #b6UQpK6PZqTVJPy60Or79Nro9VBwplnM { display:block; }
 }@media only screen and (max-width: 763px) { #aa9yb2n0mFWul1iG53QEV4e1GZOTNcpT { width:5.4370125rem;height:1.625rem;top:62.4375rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8cNmBURIDLV8yRgiJVlIcXLxvxgUorU { width:5.4370125rem;height:1.625rem;top:107.125rem;left:4.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt39FTBrDiaXyIaupiBwa4bw3ITnvu4c { width:18.9375rem;height:35.25rem;top:16.25rem;left:0.5rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #fWvd7GmMOZ34g558lDW5cVe0XRLldTaW { width:18.75rem;height:2.5996125rem;top:18.4375rem;left:0.625rem;font-size:2rem;z-index:15055;display:block; }
 }@media only screen and (max-width: 763px) { #rTVlR5TrL5fnXtVqCapWvEu1c5Wo5J5x { width:10.37475rem;height:1.9995125rem;top:15.311279296875rem;left:4.810791015625rem;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #VRpgakthscUxXMKJ3SV2wBFPAeWcFkWO { width:0.99975625rem;height:0.99975625rem;top:15.75rem;left:12.9375rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #mb1CcOWysEU7VNZRU4cpDs5Lq4fkOALT { width:18.8125rem;height:0.9746125rem;top:21.4375rem;left:0.625rem;font-size:0.75rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15097;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #EzaJJRxANsHfc0xtRSAwa7mmuaCgSMGy { width:7.0615rem;height:1.13720625rem;top:15.75rem;left:6.125rem;font-size:0.875rem;line-height:1.3;text-align:left;text-align-last:left;z-index:15086;font-family:almarai;display:block; }
 }@media only screen and (max-width: 763px) { #mbSR8tIM2Xup0g2WQw7acTOSNmxp8C5M { width:12.5rem;height:3.125rem;top:24.18701171875rem;left:3.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #cpfkkM9cqghcGBrmvgnNc7XsG2RH32z9 { width:1.5625rem;height:2.5996125rem;top:24.51318359375rem;left:10.6689453125rem;font-size:2rem;z-index:15103;display:block; }
 }@media only screen and (max-width: 763px) { #wTEmPP93DKx2G8JHeDFN6Wa8k1T8A4q2 { width:1.9995125rem;height:1.625rem;top:24.9365234375rem;left:8.124755859375rem;font-size:1.25rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #qDuS69LpHCWbf3pkuVAG9MvgneczqlST { width:19.25rem;height:14.4375rem;top:29.4375rem;left:0.125rem;font-size:0.875rem;z-index:15020;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #HnIJiSTt2OOsiTPPMNeiitI5sJaE8Zqd { width:10.7495rem;height:2.436525rem;top:46.6865234375rem;left:4.625244140625rem;z-index:15036;font-family:var(--headlines-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #fVVNCO6wIv1xZntzk4PoNowdP3zXaZCO { display:block; }
 }@media only screen and (max-width: 763px) { #ZZ01tDU8Ha4EhgziWbQiC1IJhzdfiwQB { width:19.0625rem;height:17.0625rem;top:71.93603515625rem;left:0.499755859375rem;font-size:0.875rem;z-index:15120;font-family:"noto kufi";display:block; }
 }@media only screen and (max-width: 763px) { #hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ { display:block; }#hMIC1mA1FBrzxL1The0rTd1QARZTUAtJ > .row .container { width:20rem;height:1.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg { display:block; }#pPFkqhaq4AGrL6mJccigMPiB2Cfq8KJg > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-heading-text { font-weight:400;font-style:normal; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 { display:flex;height:auto;width:17.5rem;top:10.25rem;left:0rem; }
#PPDmiTonSXsVaZqnos3wF5DW7roUdT40 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #BgHDg36xZgbLkTDsmsOfPRupuusf0fnB {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZfEXwnTbpMyt2PfT5GfaUGE0JLWk0fQm {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #C8IFTpVuE1ox1Xn2NnFkX3heNMf0eLE6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xyZwbCxmfftv1Z2lQAUkq6hAXsfLqve6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #U5chIGZKvglWyXG1nqN7qpEfoLaSWQFm {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iC8D6JcMLTJPVv3qTgi5zRwZye7KcLgb {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #TM1rtr8GxheeE0xeOXT8AOkZOaB8D1HU {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #ZZzDaQ6VeiyS1mCi6J1cPRz8mFZB0yD7 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #LNMGPUL9dnTbtbf12CbDDLViH9wKDKI0 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #nFuIaBD3B8dKMfSUCc4J6TzpRQ8TlcPS {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #gMr2ybGV4NPh3KDBZQbeKFowG0uf3z0m {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #SHV5qWdhM0HIdEJv1RKAmvxhVTPXbarr {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #JyEmpTv6dsgDcFBbxfqSAAQRU0l669oH {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #xX3lbXon6bhToL4umQlTPqefZxLEJ06f {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #wUNtrq1GPu1oZQHk0FnnG33F0k0k0lam {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Igeqe3FO4lv08GwVkePrUTo2ispmI4E6 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #qKiJIX7dJNi2IdyWOFBTVPfQ56i6PpBv {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Jv3blSTy81dZrGKwygo9vIsJfspnIrKb {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #iynx14MR52fT7HXf4HNdApWbqIVeFZhR {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #PldQqPFW935nJQB63OPxVLAcBLp0AAP7 {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #pdcUIwE3t7T7fS5laqwFk5H4xPSO6q5m {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #UZCguUqQhyrIddUsPBlkOQoZaXDepq4E {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #hGA38uaaUJJWHE0345Xfo2lVB7fPWqER {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #w7nm4TL3U2O1Tu1g3hvETw7pbnl7W1sT {  }
 }@media only screen and (max-width: 763px) { #PPDmiTonSXsVaZqnos3wF5DW7roUdT40 #Up5yofRdptxd7LWb2FsDCDhxyOMZLbn6 {  }
 }@media only screen and (max-width: 763px) { #klGOhwaWcBT9GWA2CTATKs3eIo0iWOIC { width:16.375rem;height:4.3496125rem;top:3.125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/3b9c7dca-1af3-4dc2-856e-aea681bfef86/FooterImage.webp");background-position:center !important;background-repeat: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; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.adaptive-delivery-prevent-bg, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyload, #Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE.lazyloading { background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { background-color: transparent; background-image: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { display: none; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .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); }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { border-width: 0; border-radius: 0; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE > .row .container { width:20rem;height:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RngJg1m30oHysIp6XLk1mpG7tytPpAMH { width:20rem;height:1.0996125rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #yJJWZir9Db6TUhhaRin65qCMLxyHuL7z { width:8.3125rem;height:2.25rem;top:14.4375rem;left:5.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnELVpvqFoc01pm1JgfMOhSH1tZeaOxx { display:block; }
 }@media only screen and (max-width: 763px) { #DRkLivsswEfM3kGgQldk5oHPe0QtFDNO { width:17.375rem;height:2.2744125rem;top:9.0263671875rem;left:1.3125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cl9Rlr7yiiT1ZZCT9LcOGrsAp5uMb99z { width:11.5625rem;height:3.298825rem;top:5rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oASkpZoOSkbOCzM4D7WcDDAo9lhOdgMs { width:20rem;height:0.8125rem;top:17.9375rem;left:0rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { display:block; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-width: 0; border-radius: 0; }#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH > .row .container { width:20rem;height:10.3125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V7oSzk0KnHBmtSVThBiqk3socRs2cv4R { width:10.25rem;height:1.625rem;top:2.875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlTk2eESCSSBfi77GhBrLh6fqZL5UwFS { width:6.25rem;height:0.89355625rem;top:5.5rem;left:4.5rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OBnUoUKHTeZQlbox75EDv04ZylUodFEr { width:0.625rem;height:0.89355625rem;top:5.5rem;left:10.0625rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DRtzyuotgqlTlNUR7CTH8lEHhr1ERiVs { width:7.1875rem;height:0.89355625rem;top:5.5rem;left:8.375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { background-color:rgba(75,83,236,0.05);background-image:none;display:none; }#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }