.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a8EfayH41XAzQIG4BVVH2Ss1Tsa2CxlG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { z-index:15003;top:0.28125rem;left:24.34375rem;background-color:#39006b;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.3125rem;height:2.6875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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.5625rem;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; }
#WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { position:absolute;display:block;z-index:15007;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:1.5625rem;top:0.84375rem;left:36.09375rem;overflow:hidden;display:block; }
#UTSDuxwVbPRrEdtEFuLx8okQo2ze6pba { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { z-index:15003;top:0.8125rem;left:2.4375rem;background-color:#39006b;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:#ffffff;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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.0625rem;height:1.625rem;text-decoration:none;text-align:right;text-align-last:right;display:block; }
#dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:9.75rem;top:0.90625rem;left:47.3125rem;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; }
#dHFlTUBnhrqPnNIsafn91img4xpeUqlM { position:absolute;display:block;z-index:15007;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:1.5625rem;top:0.875rem;left:10.25rem;overflow:hidden;display:block; }
#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.adaptive-delivery-prevent-bg, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyload, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyloading { background-image: none; }#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:60.125rem;width:60rem;position:relative;display:block; }#xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { display:block;width:51.5rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:21rem;left:4.25rem;height:2.9730875rem;color:#000000;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; }
#KEsXW51igIAKuB71b8m6ufKOouhRsesn { position:absolute;display:block;z-index:15006;height:3.5rem;width:6.25rem;top:0rem;left:26.875rem;display:block; }
#fcrNIvTo0RCCl0Le2pqw79sd9AxVTdam { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.5rem;top:54.875rem;left:50.5625rem;overflow:hidden;display:block; }
#FA9GkVXuHXE03ngxpbJh7qUarBxHu1qU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:21.125rem;display:none; }
#v8lVS2tCMPi13PWsfO1D3FZRN3vCXOiL { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:53.1875rem;left:49.6875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#eftwTfLMWrG03mMcfTTSRGN0vCeRB1DF { color:#000000;display:block;width:9.1875rem;position:absolute;font-family:"noto kufi";font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:53.1875rem;left:37.1875rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
#K8PBlkAfo2xIZu8cprv4covzgCTkVVpZ { position:absolute;display:block;z-index:15040;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:37.1875rem;width:38.875rem;top:22.875rem;left:-4.5rem;overflow:hidden;display:block; }
#liyKQ0phLt5969NrZlRZCLKv9m6fmv0F { display:block;width:44.125rem;position:absolute;font-family:almarai;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:16rem;left:7.9375rem;height:2.92535rem;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:#000000;text-align:center;text-align-last:center;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-form-header {  }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-regular-label { height:auto;display:block;font-family:"noto kufi";font-size:0.75rem;font-weight:700;color:#39006b;width:23rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.1;overflow:hidden;text-align:right;text-align-last:right;font-style:normal; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-textarea { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:poppins;font-size:0.875rem;overflow:hidden; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-button { border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#39006b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#46d1c0;width:23rem;height:3.4375rem;font-family:almarai;overflow:hidden; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"noto kufi";font-size:0.875rem;text-align:right;text-align-last:right; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"noto kufi";font-size:0.875rem;text-align:right;text-align-last:right; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"noto kufi";font-size:0.875rem;text-align:right;text-align-last:right; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"noto kufi";font-size:0.875rem;text-align:right;text-align-last:right; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"noto kufi";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:21.5625rem;overflow:hidden;font-style:normal;text-align:right;text-align-last:right; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:poppins;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-container:first-of-type{padding-top:0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-container:last-of-type{padding-bottom:0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8  { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:27.375rem;left:34.5rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 {display:block;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 { background-color:rgba(75,83,236,0.05);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:27.375rem;left:34.5rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #KDdCbeFUoc5FDVWgPS0r064ooBhgiDTR { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qfVkoNqsQ0b7PeJ5AdJ6KKiR05EvvSun { position:relative;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #l7lnLgUnPhZTZUXRnArqv1lWiGt4TgCM { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #dk6TZZaNuToCwEqV3xp5SEVuPzQdFVom { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #XnbCrB4Zp3qTk8QvsnELTDxEEUG9nR4D { position:relative;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #u66GpqiyouIbXVDFewzJqrptK4HtpXzp { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #nNUKHyInURpdW75EGCLghVA2SyTxpE70 { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qKDZxmpByolG5mWA1uFHLS8WIdGE5U5v { position:relative;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #iPNJzvsCWSx8P92g4HWDiVkDSMWBOqZS { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #K5Xnpn5MaFP1mClibgdsAltktBH43xrS { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #ameTrDgaWfKunK2c13hMmlaKftQ4Psk5 { position:relative;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #Ts1dKKoQFevADLfdS6GzUqeWAkD94PaP { position:relative; }
#oQq80iHbPrpp6lVyG2EEouRPV8vxymBQ { position:relative;display:block; }
#nA317NTSZo3Tq5TPA4RHCMSGfGikSETy { position:relative;display:block; }
#xxxXVzbkFao2BncPgSR5Ri0aAn7I8rsg { position:relative;display:block; }
#ASgNc6krBe7Sv7czL8OQyC3hcEUWaMqR { position:relative;display:block; }
#VTPDln0sfFiiuBwEoHLJOn0cVrT3E1fG { position:relative;display:block; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #rT2ZTnIaciFVnwErphncgU1asAvPlyfp { position:relative; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #bCFFh0IG7Z4G8Tk8RaGgT4lhbzsyePSn { position:relative; }
#vc2spy7lKeLBCPfbg45ro0fSsplv8ZMH { display:block;width:25.9375rem;position:absolute;font-family:"almarai bold and extra";font-size:2.625rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:13.5rem;height:3.41145625rem;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:right;text-align-last:right;display:block; }
#Q4pLncBLq15kstaRAJwW9LcUDDDxyeie { display:block;width:6.3125rem;position:absolute;font-family:"chillax medium";font-size:3.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:11.9375rem;left:40.25rem;height:4.14388125rem;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:right;text-align-last:right;display:block; }
#CbHiSaV5wRA26p6XWUbiFJu1x8mBwF82 { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:10.375rem;top:5.9375rem;left:38.125rem;overflow:hidden;display:block; }
#DAbqevgOvgtOINlv80qgTE3dsh6QPx1s { position:absolute;display:block;z-index:15042;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:10.9375rem;top:7.3125rem;left:11.5rem;overflow:hidden;display:block; }
#gWANXvTOLZh52bcnspTxxUG8hM8BmEvJ { display:block;width:1.0625rem;position:absolute;font-family:chillax;font-size:1.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.5625rem;left:23.5rem;height:2.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:#39006b;text-align:center;text-align-last:center;display:block; }
#NmxkowstkC0hD8PskGoz5xO263Drgrp1 { position:absolute;display:block;z-index:15043;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.6875rem;width:11.9375rem;top:7.125rem;left:25.1875rem;overflow:hidden;display:block; }
#ADAwsQ8DB9498KsE7fqDxyv9r1UxXRPn { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.3125rem;top:54.3125rem;left:35.625rem;overflow:hidden;display:block; }
#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { background-color: transparent; background-image: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container > .video-iframe-container { display: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row > .video-iframe-container { display: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .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); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { border-width: 0; border-radius: 0; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#ofpgx3J35pq0zla5ipC8bavcAgczSdHR { display:block;width:22.1875rem;position:absolute;font-family:"almarai bold and extra";font-size:2.125rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.375rem;left:37.75rem;height:2.33615625rem;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:right;text-align-last:right;display:block; }
#sDdyVRS59IMTbMabcAk40w14oxN3Wmkk { display:block;width:32.625rem;position:absolute;font-family:"noto kufi";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:13.25rem;left:27.375rem;height:4.19970625rem;color:#000000;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; }
#lgf1L2NaWNJocmiVviONNgQyr4PpovH0 { position:absolute;display:block;z-index:15008;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;height:21.0625rem;width:21.0625rem;top:2.875rem;left:0rem;overflow:hidden;display:block; }
#MvdVTdc5em384zT3EQa8tOexmfeZShEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ.adaptive-delivery-prevent-bg, #MvdVTdc5em384zT3EQa8tOexmfeZShEJ.lazyload, #MvdVTdc5em384zT3EQa8tOexmfeZShEJ.lazyloading { background-image: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { background-color: transparent; background-image: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container > .video-iframe-container { display: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row > .video-iframe-container { display: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .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); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { border-width: 0; border-radius: 0; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#ntz1ROS7FXT0oAU8JkvMb0OR8VBHfUIy { position:absolute;display:block;z-index:15006;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:26rem;width:59.25rem;top:11.15625rem;left:0.375rem;overflow:hidden;display:block; }
#zdsKdSyLH6K4bpwQRUlyqLGlnS9uluSe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#W00vNapz876HotX7Z6JJwXEWT6n5tZSd { display:block;width:26.375rem;position:absolute;font-family:"almarai bold and extra";font-size:1.625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:4rem;left:16.8125rem;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:#39006b;text-align:center;text-align-last:center;display:block; }
#uRcwGnGD9zK5WFdP3slUewxs8Uk3TLg8 { display:block;width:47.75rem;position:absolute;font-family:"noto kufi";font-size:1rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:7.5rem;left:6.125rem;height:1.4rem;color:#000000;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; }
#Od3n4MTGEJ11wa9IEhS9x4TbncmRXbXz { background-color:#39006b;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:#46d1c0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto kufi";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:2.875rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:40.1748046875rem;left:20.90625rem;display:block; }
#p6tkPqSLO2Tw8JIa44fcA8EyA1cTHGFZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { background-color: transparent; background-image: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .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); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { border-width: 0; border-radius: 0; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { font-size:0.875rem;font-family:arial;height:29.5rem;width:60rem;position:relative;display:block; }#aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { display:block;width:29.5625rem;position:absolute;font-family:"almarai bold and extra";font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:6.375rem;left:15.25rem;height:1.99375rem;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:#46d1c0;text-align:center;text-align-last:center;display:block; }
#MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { box-sizing:content-box;height:12.4375rem;width:60rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:12.625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:55.375rem;top:15.875rem;left:2.3125rem;overflow:hidden;display:block; }
#ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { box-sizing:content-box;height:12.4375rem;width:60rem;position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;top:10.5625rem;left:0rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:60rem;display:none; }
#Lwr36bkZJHRfqrQas7uLnNZfeDrTa1i1 { display:block;width:52.875rem;position:absolute;font-family:"almarai bold and extra";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:4.4375rem;left:3.5625rem;height:1.1675375rem;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:#ffffff;text-align:center;text-align-last:center;display:block; }
#A1giE9EDaN3mTR9CuyWkdPI2IJiBG3qw { display:block;width:60rem;position:absolute;font-family:"noto kufi";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:9.1875rem;left:0rem;height:1.1675375rem;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:#ffffff;text-align:center;text-align-last:center;display:block; }
#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(104,137,255,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; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { background-color: transparent; background-image: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container > .video-iframe-container { display: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container { display: none; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .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); }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { border-width: 0; border-radius: 0; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;position:relative;display:block; }#Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { color:#39006b;display:block;width:60rem;position:absolute;font-family:"almarai bold and extra";font-size:1.625rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:1.71875rem;left:0rem;height:1.62543125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(104,137,255,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; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { background-color: transparent; background-image: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container > .video-iframe-container { display: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container { display: none; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .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); }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { border-width: 0; border-radius: 0; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { position:absolute;display:block;z-index:15015;height:21.75rem;width:57.8125rem;top:1.0625rem;left:1.09375rem;display:block; }
#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,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; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container { background-color: transparent; background-image: none; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container > .video-iframe-container { display: none; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row > .video-iframe-container { display: none; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .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); }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container { border-width: 0; border-radius: 0; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#dJvKLaVfV22cwonHlq8lvFV4ro7PIIRQ { color:#39006b;display:block;width:37.25rem;position:absolute;font-family:"almarai bold and extra";font-size:1.625rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.255859375rem;left:11.375rem;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;text-align:center;text-align-last:center;display:block; }
#D90gDv1axgztX9DSXkonOHFecoAZPSCH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,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; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container { background-color: transparent; background-image: none; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container > .video-iframe-container { display: none; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row > .video-iframe-container { display: none; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .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); }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container { border-width: 0; border-radius: 0; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:60rem;position:relative;display:block; }#WWZm3SKV4naSxDDDEkm8vSrCJsgxw18K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:32.5rem;width:57.8125rem;top:0rem;left:1.09375rem;display:block; }
#Bb7Gq9E0CRrNT1ATOoSshwBWFthDkMFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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:18.5rem;width:60rem;position:relative;display:block; }#ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:"almarai bold and extra";font-size:1.875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:4.5rem;left:21.9375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { background-color:#46d1c0;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:#39006b;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"noto kufi";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9rem;height:2.875rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:11.375rem;left:25.5rem;display:block; }
#gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lFZJGs4wH5VHsM8zboW6mHPFSFzL3rMH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#39006b;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; }#woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"noto kufi";font-size:0.6875rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:1.5rem;left:8.6875rem;height:0.8941rem;text-align:left;text-align-last:left;display:block; }
#C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { color:#ffffff;display:block;width:7.1875rem;position:absolute;font-family:"noto kufi";font-size:0.6875rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:0.8941rem;text-align:right;text-align-last:right;display:block; }
#uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { color:#ffffff;display:block;width:0.625rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.5rem;left:7.875rem;height:0.8941rem;display:block; }
#wPQHO9FhtLNJdrC3wchIBUFZVDk9e4NQ { position:absolute;display:block;z-index:15007;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:9.75rem;top:1.15625rem;left:45.90625rem;overflow:hidden;display:block; }
#EtPHl4NAXZCduddHRnmTHeqcNZNxV2Lc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(75,83,236,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) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:0.25rem;left:18.21875rem;width:11.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:9.75rem;height:1.5625rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGOMwh1I87eyTU99NOiadPeqMI3rFDBP { display:none; }
 }@media only screen and (max-width: 763px) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { top:0.8125rem;left:29.96875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@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) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:0.8125rem;left:0rem;width:7.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:9.75rem;height:1.5625rem;top:0.875rem;left:38rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkBF5EGm03uOV0IFQKvdTBAf5yuVnLDD { display:none; }
 }@media only screen and (max-width: 763px) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { top:0.875rem;left:4.125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@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:47.75rem;height:2.9375rem;top:21rem;left:0rem;font-size:1.0625rem;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) { #fcrNIvTo0RCCl0Le2pqw79sd9AxVTdam { top:54.875rem;left:40.125rem;width:7.5rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FA9GkVXuHXE03ngxpbJh7qUarBxHu1qU { width:16.8125rem;height:3.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #v8lVS2tCMPi13PWsfO1D3FZRN3vCXOiL { top:53.1875rem;left:38.4375rem;width:9.1875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eftwTfLMWrG03mMcfTTSRGN0vCeRB1DF { top:53.1875rem;left:22.5625rem;width:9.1875rem;height:0.9375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8PBlkAfo2xIZu8cprv4covzgCTkVVpZ { top:22.875rem;left:0rem;width:38.875rem;height:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyKQ0phLt5969NrZlRZCLKv9m6fmv0F { width:44.125rem;height:2.875rem;top:16rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-regular-label { width:23rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-textarea { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-button { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-checkbox-label { width:21.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8  { width:23rem;height:21.4375rem;top:27.375rem;left:6.25rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .radio-container { width:23rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 {display:block;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 { width:23rem;height:21.4375rem;top:27.375rem;left:6.25rem; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #KDdCbeFUoc5FDVWgPS0r064ooBhgiDTR {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qfVkoNqsQ0b7PeJ5AdJ6KKiR05EvvSun {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #l7lnLgUnPhZTZUXRnArqv1lWiGt4TgCM {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #dk6TZZaNuToCwEqV3xp5SEVuPzQdFVom {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #XnbCrB4Zp3qTk8QvsnELTDxEEUG9nR4D {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #u66GpqiyouIbXVDFewzJqrptK4HtpXzp {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #nNUKHyInURpdW75EGCLghVA2SyTxpE70 {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qKDZxmpByolG5mWA1uFHLS8WIdGE5U5v {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #iPNJzvsCWSx8P92g4HWDiVkDSMWBOqZS {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #K5Xnpn5MaFP1mClibgdsAltktBH43xrS {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #ameTrDgaWfKunK2c13hMmlaKftQ4Psk5 {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #Ts1dKKoQFevADLfdS6GzUqeWAkD94PaP {  }
 }@media only screen and (max-width: 763px) { #oQq80iHbPrpp6lVyG2EEouRPV8vxymBQ { display:block; }
 }@media only screen and (max-width: 763px) { #nA317NTSZo3Tq5TPA4RHCMSGfGikSETy { display:block; }
 }@media only screen and (max-width: 763px) { #xxxXVzbkFao2BncPgSR5Ri0aAn7I8rsg { display:block; }
 }@media only screen and (max-width: 763px) { #ASgNc6krBe7Sv7czL8OQyC3hcEUWaMqR { display:block; }
 }@media only screen and (max-width: 763px) { #VTPDln0sfFiiuBwEoHLJOn0cVrT3E1fG { display:block; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #rT2ZTnIaciFVnwErphncgU1asAvPlyfp {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #bCFFh0IG7Z4G8Tk8RaGgT4lhbzsyePSn {  }
 }@media only screen and (max-width: 763px) { #vc2spy7lKeLBCPfbg45ro0fSsplv8ZMH { width:25.9375rem;height:3.375rem;top:12.0625rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4pLncBLq15kstaRAJwW9LcUDDDxyeie { width:6.3125rem;height:4.125rem;top:11.9375rem;left:31.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbHiSaV5wRA26p6XWUbiFJu1x8mBwF82 { top:5.9375rem;left:21.375rem;width:10.375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbqevgOvgtOINlv80qgTE3dsh6QPx1s { top:7.3125rem;left:4.9375rem;width:10.9375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWANXvTOLZh52bcnspTxxUG8hM8BmEvJ { width:1.0625rem;height:2.4375rem;top:6.5625rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmxkowstkC0hD8PskGoz5xO263Drgrp1 { top:7.125rem;left:19rem;width:11.9375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADAwsQ8DB9498KsE7fqDxyv9r1UxXRPn { top:54.3125rem;left:19.4375rem;width:12.3125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW { display:block; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofpgx3J35pq0zla5ipC8bavcAgczSdHR { width:22.1875rem;height:2.3125rem;top:9.375rem;left:9.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDdyVRS59IMTbMabcAk40w14oxN3Wmkk { width:32.625rem;height:4.1875rem;top:13.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgf1L2NaWNJocmiVviONNgQyr4PpovH0 { top:2.875rem;left:0rem;width:21.0625rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvdVTdc5em384zT3EQa8tOexmfeZShEJ { display:block; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntz1ROS7FXT0oAU8JkvMb0OR8VBHfUIy { top:11.125rem;left:0rem;width:47.75rem;height:20.95358649789rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdsKdSyLH6K4bpwQRUlyqLGlnS9uluSe { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #W00vNapz876HotX7Z6JJwXEWT6n5tZSd { width:26.375rem;height:;top:4rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRcwGnGD9zK5WFdP3slUewxs8Uk3TLg8 { width:47.75rem;height:1.375rem;top:7.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Od3n4MTGEJ11wa9IEhS9x4TbncmRXbXz { width:18.1875rem;height:2.875rem;top:40.125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tkPqSLO2Tw8JIa44fcA8EyA1cTHGFZ { display:block; }
 }@media only screen and (max-width: 763px) { #dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { display:block; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { width:29.5625rem;height:1.9375rem;top:6.375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { top:12.625rem;left:0rem;width:47.75rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { top:15.875rem;left:0rem;width:47.75rem;height:5.1738148984199rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { top:10.5625rem;left:0rem;width:47.75rem;height:12.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { display:none; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { width:47.75rem;height:47.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lwr36bkZJHRfqrQas7uLnNZfeDrTa1i1 { width:47.75rem;height:1.125rem;top:4.4375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1giE9EDaN3mTR9CuyWkdPI2IJiBG3qw { width:47.75rem;height:1.125rem;top:9.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:47.75rem;height:1.625rem;top:1.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { top:1.0625rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 { display:block; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJvKLaVfV22cwonHlq8lvFV4ro7PIIRQ { width:37.25rem;height:;top:1.25rem;left:5.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D90gDv1axgztX9DSXkonOHFecoAZPSCH { display:block; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWZm3SKV4naSxDDDEkm8vSrCJsgxw18K { top:0rem;left:0rem;width:47.75rem;height:26.843243243243rem;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) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:16.125rem;height:5.25rem;top:4.5rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:9rem;height:2.875rem;top:11.375rem;left:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { 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) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { top:1.5rem;left:2.5625rem;width:6.25rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { top:1.5rem;left:0rem;width:7.1875rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { top:1.5rem;left:1.75rem;width:0.625rem;height:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPQHO9FhtLNJdrC3wchIBUFZVDk9e4NQ { width:9.75rem;height:1.5625rem;top:1.125rem;left:38rem;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) { #RH7SQyBXgzJS3UatwTIharH0lHzNlQRU { top:0.28125rem;left:9.40625rem;width:8.1875rem;height:2.25rem;font-size:0.75rem;font-family:"noto kufi";text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #hDJ51Bd8SvGXtvdHSB5THzstmmbr708y { display:block; }
 }@media only screen and (max-width: 763px) { #F72Az2cQod1ZQJU2okb16zmiki5T1g2h { width:7.75rem;height:1.25rem;top:0.96875rem;left:0.81076389551162rem;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) { #WoQ4euuZIleRxdZexE1iiVxq37yKmu5Z { width:1.3125rem;height:1.3125rem;top:0.625rem;left:18.218749344349rem;display:block; }
 }@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) { #DR9O8FitKSEZZAILotVAuKPFGwXOUxS5 { top:0.5rem;left:10.754340469837rem;width:8.1875rem;height:2.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpeTHueJmlFwr9S17TCLynRSSIb5ouFS { display:block; }
 }@media only screen and (max-width: 763px) { #zvVasDT8vgwKXrnvL7oXA3Fs1ezG86ZS { width:7.75rem;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) { #dHFlTUBnhrqPnNIsafn91img4xpeUqlM { width:1.5625rem;height:1.5625rem;top:0.84375rem;left:9.2187502980231rem;display:none; }
 }@media only screen and (max-width: 763px) { #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.adaptive-delivery-prevent-bg, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyload, #zytLqTPLTnJKdqvbcbbHDiXVlhlv61PC.lazyloading { background-image: none; }#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:79.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xto0ORGZLXkalOxh03LBgbtzRPXLsK8E { width:18.4375rem;height:5.6860375rem;top:14.875rem;left:0.78125rem;font-size:0.8125rem;line-height:1.4;text-align:center;text-align-last:center;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) { #fcrNIvTo0RCCl0Le2pqw79sd9AxVTdam { width:7.5rem;height:2.375rem;top:54.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FA9GkVXuHXE03ngxpbJh7qUarBxHu1qU { top:52.5rem;left:4.875rem;width:10.25rem;height:2.0625rem;z-index:15039;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #v8lVS2tCMPi13PWsfO1D3FZRN3vCXOiL { width:9.1875rem;height:0.73095625rem;top:51.1875rem;left:5.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eftwTfLMWrG03mMcfTTSRGN0vCeRB1DF { width:9.1875rem;height:0.73095625rem;top:55.6875rem;left:5.4375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8PBlkAfo2xIZu8cprv4covzgCTkVVpZ { width:20rem;height:19.125rem;top:60.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #liyKQ0phLt5969NrZlRZCLKv9m6fmv0F { width:13.9375rem;height:3.9388rem;top:9.5810546875rem;left:3.03125rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#39006b;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#39006b; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-text {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-select {padding-top: 0; padding-bottom: 0;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.9375rem;overflow:hidden; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8  { width:17.5rem;height:auto;top:23.71875rem;left:0rem; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 {display:block;}#zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 { width:17.5rem;height:auto;top:23.71875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #KDdCbeFUoc5FDVWgPS0r064ooBhgiDTR {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qfVkoNqsQ0b7PeJ5AdJ6KKiR05EvvSun {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #l7lnLgUnPhZTZUXRnArqv1lWiGt4TgCM {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #dk6TZZaNuToCwEqV3xp5SEVuPzQdFVom {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #XnbCrB4Zp3qTk8QvsnELTDxEEUG9nR4D {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #u66GpqiyouIbXVDFewzJqrptK4HtpXzp {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #nNUKHyInURpdW75EGCLghVA2SyTxpE70 {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #qKDZxmpByolG5mWA1uFHLS8WIdGE5U5v {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #iPNJzvsCWSx8P92g4HWDiVkDSMWBOqZS {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #K5Xnpn5MaFP1mClibgdsAltktBH43xrS {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #ameTrDgaWfKunK2c13hMmlaKftQ4Psk5 {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #Ts1dKKoQFevADLfdS6GzUqeWAkD94PaP {  }
 }@media only screen and (max-width: 763px) { #oQq80iHbPrpp6lVyG2EEouRPV8vxymBQ { display:block; }
 }@media only screen and (max-width: 763px) { #nA317NTSZo3Tq5TPA4RHCMSGfGikSETy { display:block; }
 }@media only screen and (max-width: 763px) { #xxxXVzbkFao2BncPgSR5Ri0aAn7I8rsg { display:block; }
 }@media only screen and (max-width: 763px) { #ASgNc6krBe7Sv7czL8OQyC3hcEUWaMqR { display:block; }
 }@media only screen and (max-width: 763px) { #VTPDln0sfFiiuBwEoHLJOn0cVrT3E1fG { display:block; }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #rT2ZTnIaciFVnwErphncgU1asAvPlyfp {  }
 }@media only screen and (max-width: 763px) { #zAMlFsDMFpfzkWEUxbZAqEwIcCeKdyt8 #bCFFh0IG7Z4G8Tk8RaGgT4lhbzsyePSn {  }
 }@media only screen and (max-width: 763px) { #vc2spy7lKeLBCPfbg45ro0fSsplv8ZMH { width:13.0625rem;height:1.7068125rem;top:7.875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.3125rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Q4pLncBLq15kstaRAJwW9LcUDDDxyeie { width:3.375rem;height:2.03125rem;top:7.6875rem;left:15.6875rem;text-align:left;text-align-last:left;font-size:1.5625rem;color:#39006b;line-height:1.3;font-family:"chillax semi-bold";display:block; }
 }@media only screen and (max-width: 763px) { #CbHiSaV5wRA26p6XWUbiFJu1x8mBwF82 { width:6.6875rem;height:2.5625rem;top:2.25rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAbqevgOvgtOINlv80qgTE3dsh6QPx1s { width:6rem;height:0.6875rem;top:6.0625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWANXvTOLZh52bcnspTxxUG8hM8BmEvJ { width:1.0625rem;height:1.13606875rem;top:5.8125rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NmxkowstkC0hD8PskGoz5xO263Drgrp1 { width:6.125rem;height:1rem;top:5.875rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADAwsQ8DB9498KsE7fqDxyv9r1UxXRPn { width:12.3125rem;height:3.5rem;top:56.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW { background-color:#ffffff;background-image:none;display:block; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { background-color: transparent; background-image: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container > .video-iframe-container { display: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row > .video-iframe-container { display: none; }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .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); }#UkMTl7QlHeQvRsVR27sPuXmGsu59RPrW > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofpgx3J35pq0zla5ipC8bavcAgczSdHR { width:13.6875rem;height:1.625rem;top:3.4375rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #sDdyVRS59IMTbMabcAk40w14oxN3Wmkk { width:16.25rem;height:5.6803375rem;top:6.3125rem;left:1.875rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lgf1L2NaWNJocmiVviONNgQyr4PpovH0 { width:16.5625rem;height:16.5625rem;top:13.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvdVTdc5em384zT3EQa8tOexmfeZShEJ { background-color:rgba(75,83,236,0.05);background-image:url("https://images.assets-landingi.com/uc/adbe0c5c-3d7b-4bf4-b34e-592fcd01ff4c/LPBG.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ.adaptive-delivery-prevent-bg, #MvdVTdc5em384zT3EQa8tOexmfeZShEJ.lazyload, #MvdVTdc5em384zT3EQa8tOexmfeZShEJ.lazyloading { background-image: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { background-color: transparent; background-image: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container > .video-iframe-container { display: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row > .video-iframe-container { display: none; }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .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); }#MvdVTdc5em384zT3EQa8tOexmfeZShEJ > .row .container { width:20rem;height:36.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntz1ROS7FXT0oAU8JkvMb0OR8VBHfUIy { width:19.5625rem;height:8.5625rem;top:12.875rem;left:0rem;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdsKdSyLH6K4bpwQRUlyqLGlnS9uluSe { top:12.90625rem;left:2.625rem;width:14.75rem;height:14.75rem;z-index:15035;overflow:hidden;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W00vNapz876HotX7Z6JJwXEWT6n5tZSd { width:9.625rem;height:2.92535rem;top:3.8125rem;left:5.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#39006b;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #uRcwGnGD9zK5WFdP3slUewxs8Uk3TLg8 { width:14.9375rem;height:3.4082rem;top:7.625rem;left:2.53125rem;font-size:0.875rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Od3n4MTGEJ11wa9IEhS9x4TbncmRXbXz { width:15.25rem;height:2.875rem;top:30.58642578125rem;left:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6tkPqSLO2Tw8JIa44fcA8EyA1cTHGFZ { display:block; }
 }@media only screen and (max-width: 763px) { #dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl { background-color:#39006b;background-image:none;display:block; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { background-color: transparent; background-image: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row > .video-iframe-container { display: none; }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .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); }#dzcT3aBqBAX47Rz4fJr3qBdPPVJ4CkTl > .row .container { width:20rem;height:31.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIhSPNH5RTXTtiTJTN6JgxETcprhlVd8 { width:11.75rem;height:3.2487rem;top:5.1875rem;left:4.125rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#46d1c0;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MuTZvoUamRXdm6JdtEJgWxP5ObtryNvF { width:20rem;height:4.3125rem;top:13.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gRNRAGF89J7kf8SwcPQ7IM8QmpBt1P1Q { width:17.1875rem;height:1.875rem;top:14.78125rem;left:0.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANxUdkTHOd7QQdo1LvQdVfBlq79TOhT0 { width:20rem;height:4.3125rem;top:17.625rem;left:2.5rem;z-index:15036;display:none; }
 }@media only screen and (max-width: 763px) { #IN4IRxZ0iN7uwaTmf0aTOT16yhTOGk97 { top:14.8125rem;left:1.5rem;width:17rem;height:12.5rem;z-index:15037;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qeTytqGmhwaNlJlUXwFOvVxoEWPTVoDV { top:12.6875rem;left:1.9375rem;width:16.1875rem;height:16.1875rem;z-index:15038;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Lwr36bkZJHRfqrQas7uLnNZfeDrTa1i1 { width:20rem;height:0.975rem;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1giE9EDaN3mTR9CuyWkdPI2IJiBG3qw { width:14rem;height:3.1477875rem;top:9.5625rem;left:3rem;text-align:center;text-align-last:center;font-size:0.75rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #MGQtIPAVEopRMVH6h5EliTrGrChLZ0di { display:block; }#MGQtIPAVEopRMVH6h5EliTrGrChLZ0di > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ow6dbdfDtxVGitbqvLyJS9IslG6C9a1V { width:20rem;height:1.12521875rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f { display:block; }#ugVQKSFcQpNpm9PoT3OarmLAsFSLgf9f > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OxyS8zNDLWTsRq2UfWTICQ6SCdZHTcZT { width:20rem;height:21.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 { display:block; }#lKITUfWPNaIKqhSHDXzSU0GFmTALvWm0 > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJvKLaVfV22cwonHlq8lvFV4ro7PIIRQ { width:14.1875rem;height:1.462675rem;top:1.95556640625rem;left:2.90625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D90gDv1axgztX9DSXkonOHFecoAZPSCH { display:block; }#D90gDv1axgztX9DSXkonOHFecoAZPSCH > .row .container { width:20rem;height:14.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WWZm3SKV4naSxDDDEkm8vSrCJsgxw18K { height:11.2430625rem;width:20rem;top:0rem;left:0rem;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:13.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZdSSgpJ3bwSoMu6WpnAHnnae10LyL4Rt { width:9.5625rem;height:2.92535rem;top:3.625rem;left:5.21875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tWqtTQpgZ6Z5eQkT7etkhSud6d2IBGKK { width:9.8125rem;height:2.1875rem;top:7.4375rem;left:5.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVaOamTWPKZtez3bkS7l29CGtTF3wZGi { 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:8.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woOb37ZvN81iJJ0nZQvBKKfGLR0uezUG { width:5.375rem;height:0.8941rem;top:5.5625rem;left:10.3125rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #C79DUrEAoh5ulmuTWOO4mBzWAUrGIgSZ { width:5.125rem;height:0.8941rem;top:5.5625rem;left:4.375rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uELkwlSkXvBgG0WEx4aGNowTReUTTbCx { width:0.625rem;height:0.8941rem;top:5.5625rem;left:9.6875rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPQHO9FhtLNJdrC3wchIBUFZVDk9e4NQ { width:9.75rem;height:1.5625rem;top:2.9375rem;left:5.125rem;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; } }