.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:241,237,232;--color-primary-1:213,201,187;--color-primary-2:185,165,141;--color-primary-3:197,150,86;--color-primary-4:37,33,28;--color-secondary-0:228,231,235;--color-secondary-1:174,184,195;--color-secondary-2:120,137,155;--color-secondary-3:87,105,143;--color-secondary-4:24,27,31;--color-tertiary-0:255,255,255;--color-tertiary-1:223,224,234;--color-tertiary-2:84,84,84;--color-tertiary-3:39,40,40;--color-tertiary-4:0,0,0;--headlines-font-family:Cairo;--paragraphs-font-family:Cairo; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f8f8f8;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); }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !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; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.adaptive-delivery-prevent-bg, #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.lazyload, #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.lazyloading { background-image: none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container { background-color: transparent; background-image: none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container > .video-iframe-container { display: none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row > .video-iframe-container { display: none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .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); }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container { border-width: 0; border-radius: 0; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:60rem;position:relative;display:block; }#K9T7q8xgIa3zUIoDABO16WdUGD5g5iUn { color:rgba(var(--color-primary-2),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:13.497314453125rem;left:33.18359375rem;height:3.571775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aZ2aN4lZwnH8WQagycRSwAcZd54QDPGm { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.433625rem;height:2.99805rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:18.3740234375rem;left:36.748046875rem;display:block; }
#uFfgK9XwHlTMfwEv3Dxkc87vQUgzBUAl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izTOffZxEVM2XJ3l3l5yPCm7N17lZMK3 { color:#e0efe5;display:block;width:30.5603125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:5.687255859375rem;left:26.18408203125rem;height:6.09375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-form-header { font-size:0.75rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:0.75rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-0),1);font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:15rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-0),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(13deg, rgba(var(--color-tertiary-0),1), rgba(var(--color-primary-3),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:3rem;margin-bottom:0.25rem;margin-left:3rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:9rem;height:3.125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(var(--color-tertiary-4),0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5); }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:raleway;font-size:0.875rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:rgba(var(--color-tertiary-0),1);vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal;float:none; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .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; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-container:first-of-type{padding-top:0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-container:last-of-type{padding-bottom:0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN  { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.40234375rem;top:12.7890625rem;z-index:15006;position:absolute; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN {display:block;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-3),1));background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.625rem 1.875rem rgba(46,17,125,0.5) ;font-size:0.75rem;left:2.4375rem;top:5.6875rem;z-index:15006;position:absolute; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #bFcMi0TRWiaFFcrpUhH5aLfXF84u6goM { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JwS6d90T6Qh7pMfTGBswHlpeV5C3zdVI { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JbspQTr5EvEbFqTvAty4G7BabU7zJcdt { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #Mc4NAbgz3XJTyvfexsaETEuKBXOQnmTz { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #iKCe755VAkAX9TAgWWOsZUpJ4B1f9gxb { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #UytqASfFJT9kmT6oWT9f5m1x0VGTEILC { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #dD1F7afOGSP4B8X7qzTix7F8A77gunrR { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #ZF6KTrH5V21WE3ZMrKluZS7rrmDULETQ { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #c9JX4y3EHMlazF6DZNwLRLZbE7yghsGF { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #RDg5aN6PmQo8vTgoTPP7ukpfC5u24QoV { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #rtoqhxqpuvM66aerb3vLLAHtJ6TgewcM { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #qevBbJu9B4NiuZgav4hrChEyDzOKpJoc { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #PiPH1vXG0CgAd0LMb8n9iRET8Tg29fQd { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #BfTzOcQzvXRpwrRULaCQi5xFNdl9HqM1 { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JntqULgFLydwrQ3tkOFm4PQLFnfgyavT { position:relative; }
#ES6OFeB6ABaRnehayiOXU0hsqPmqMnxv { position:relative;display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #GUBOrvH3TrDXOF3ncVay9eLlprknhRwc { position:relative; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #IwnQXUuqp8arzaoGdUGVHbsCRt1pNXgg { position:relative; }
#T74biySnnAmqFC8We9dkcTI5LQBi7LcT { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3733125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3rem;height:2.03125rem;display:block; }
#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container { background-color: transparent; background-image: none; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container > .video-iframe-container { display: none; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row > .video-iframe-container { display: none; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .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); }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container { border-width: 0; border-radius: 0; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container { font-size:0.875rem;font-family:arial;height:11.875rem;width:60rem;position:relative;display:block; }#hVbdRI3biPRoqhppGDIbp6cbZiqGxQ2f { 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:11.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !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; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.adaptive-delivery-prevent-bg, #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.lazyload, #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.lazyloading { background-image: none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container { background-color: transparent; background-image: none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container > .video-iframe-container { display: none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row > .video-iframe-container { display: none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .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); }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container { border-width: 0; border-radius: 0; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;position:relative;display:block; }#XLBSwU4q3eB5C9ARGtfr6Lp6ekpcqo3O { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.648681640625rem;left:19.21875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#Fe2lK9TOyHS9tDaEFlM8qXPBUUwnMohB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #414247;border-left:0.125rem solid #414247;border-right:0.125rem solid #414247;border-bottom:0.125rem solid #414247;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #877f7e ;height:2.6875rem;width:24.1875rem;top:3rem;left:17.9375rem;display:block; }
#xMNxXZoGV1u660WlZXXdI77dm1KMSh0s { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.5625rem;width:23rem;top:9.21875rem;left:4.6875rem;display:block; }
#OBsZcZZ5ATmdGzdr9ZKTIVuXuUvEqwnR { color:rgba(var(--color-tertiary-4),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:17.1533203125rem;left:36.873779296875rem;height:17.06540625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inrfKlgClizSyCay4cIOcicDRrMWgPK0 { color:rgba(var(--color-primary-3),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15070;line-height:1.3;letter-spacing:0;top:11.090087890625rem;left:36.873779296875rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W3QlumOHzzM5V4v2Vunci4ZXRsAg8uRt { color:rgba(var(--color-tertiary-4),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15075;line-height:1.3;letter-spacing:0;top:17.152099609375rem;left:8.59619140625rem;height:17.06540625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BzsECRJDOvWPENpuTqiB0bf7Pen0vdQ0 { color:rgba(var(--color-primary-3),1);display:block;width:15.9985625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:11.090087890625rem;left:8.59619140625rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XisJhMyaIHw281vXgnBlUpTkWPKE70aB { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.5625rem;width:23rem;top:9.21875rem;left:32.8125rem;display:block; }
#iMroqTNNT30RTNCcpehzTqXdohZPGB7q { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.43725rem;height:2.99926875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.872314453125rem;left:40.155029296875rem;display:block; }
#PLve6Mmo1ddqRMF9wL6RCi11ndQFVFU7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NxmpasRHEbyMSLEW4PTWtqSeTIdmoGmW { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.43725rem;height:2.99926875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.872314453125rem;left:11.87744140625rem;display:block; }
#RmtE2oT9nODX0CzqyFVE6NT4nEQSu5NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1fc9fb1f-f757-47a4-838e-85ebc937da4e/AHJweb.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:fixed;background-size:contain !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; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.adaptive-delivery-prevent-bg, #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.lazyload, #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.lazyloading { background-image: none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container { background-color: transparent; background-image: none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container > .video-iframe-container { display: none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row > .video-iframe-container { display: none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .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); }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container { border-width: 0; border-radius: 0; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container { font-size:0.875rem;font-family:arial;height:66.625rem;width:60rem;position:relative;display:block; }#pBcK5DCKB4MorT9trl67RGeW0wdBowzX { color:rgba(var(--color-tertiary-0),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:3.648681640625rem;left:19.21875rem;height:1.54296875rem;text-align:center;text-align-last:center;display:block; }
#BlMg2h0oqTqmoJoTyVTaaivTVTDPvvTo { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #414247;border-left:0.125rem solid #414247;border-right:0.125rem solid #414247;border-bottom:0.125rem solid #414247;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem #877f7e ;height:2.6875rem;width:24.1875rem;top:3rem;left:17.9375rem;display:block; }
#mz94zQqJzizBnfMZTlLHo2IkpyogNqA1 { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.1875rem;width:24.6875rem;top:9.1875rem;left:2.875rem;display:block; }
#cxo0GG8mJ4TnkJ3L6UlPNxPeH7Sx9Hf7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15069;opacity:1;top:10.5rem;left:3.125rem; }
#KOdA4su1eOdur4lvqakxu7TXxJHslE1t { position:absolute;display:block;z-index:15065;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:8.4375rem;width:11.4978125rem;top:10.5rem;left:9.5rem;overflow:hidden;display:block; }
#atCKV9DA7IeWMqIPsAqnvNXA3f0TNqVQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.687rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:22.3125rem;left:9.375rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vO9zDkmFQD42Ipq0MJGuWy2eHFleIZHg { color:rgba(var(--color-tertiary-2),1);display:block;width:24.12475rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:20rem;left:3.125rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WqGbxFDmQT1bv3bcV8mOEKcFqWgEfk1F { color:rgba(var(--color-tertiary-4),1);display:block;width:23.562rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:24.6875rem;left:3.4375rem;height:5.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RrGfyNg8MAvThyBHbMoUd64D43iKI5wf { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4360625rem;height:2.99926875rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:30.625rem;left:11.125rem;display:block; }
#pKFuSW1iXlmsA02Jtaz7GOhfndflKG55 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BmgoAQHqsBtLishq0DmW1PPitPmKmbFR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15068;opacity:1;top:10.5rem;left:32.875rem; }
#EuK64dDL3fiERi58ksHSEgF0GA5Q3Vlm { position:absolute;display:block;z-index:15065;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:8.4375rem;width:11.499rem;top:10.5rem;left:38.875rem;overflow:hidden;display:block; }
#JSaq6GcQ0Z7amiMIW2AR5X7K26FhLyrV { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.1875rem;width:24.6875rem;top:9.1875rem;left:32.4375rem;display:block; }
#L1fg8lL8dXo4Hp1DN3VzynlF80qb7AMV { color:rgba(var(--color-tertiary-2),1);display:block;width:23.5608125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:19.625rem;left:32.875rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F7aCoTqBGPPgMXxUhQbPrkzq0xLt8POn { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4985625rem;position:absolute;font-family:rubik;font-size:1.4375rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:22.3125rem;left:33rem;height:1.86889375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yxts20uCKl3M4lryNzh4G9qT6wq9roOe { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15050;line-height:1.3;letter-spacing:0;top:24.6875rem;left:33.0625rem;height:5.1953125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SN04XQbIldKuhiXFUhJetKSTTUBoDiOE { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4360625rem;height:2.99926875rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:30.625rem;left:40.0625rem;display:block; }
#ZLro5dEZqRkuq3QxrZWzOp6BsATfdvgJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I5pwRk9xWnLhdRGsTJEJTiAgGKOxWsdS { position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.17) ;height:25.18675rem;width:24.6875rem;top:37.875rem;left:17.6875rem;display:block; }
#zA8KiRCOSW48lVnLwwKBzTem7d0dxhC7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9370125rem;width:2.9370125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:39.810791015625rem;left:19.21875rem; }
#RHQTMi9kTa54X0hyuK63vliQaCy2TX5U { position:absolute;display:block;z-index:15058;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:8.4375rem;width:11.4978125rem;top:39.810791015625rem;left:24.25048828125rem;overflow:hidden;display:block; }
#XWXHFXFdoTvIxqEwkeFcBeciuLG6iWzr { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:rubik;font-size:1.5rem;font-weight:700;z-index:15059;line-height:1.3;letter-spacing:0;top:48.868408203125rem;left:20.560302734375rem;height:1.9494625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XOD3qi5R3PK6v1MrbdGiAEhbxyzAott8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4985625rem;position:absolute;font-family:rubik;font-size:1.0625rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:51.44091796875rem;left:18.24951171875rem;height:2.76123125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ky1P6Q6mqswrXbfRrlqUAGHlvcbrIO9f { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:300;z-index:15043;line-height:1.3;letter-spacing:0;top:54.6240234375rem;left:18.28125rem;height:3.8964875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QtlWhbDGnKTIlzVzyrJBBCxPrkSHiA7T { background-color:#484848;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4360625rem;height:2.99926875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:59.124755859375rem;left:25.28076171875rem;display:block; }
#VD35XEWeltvFA7vd2QRO9whnAREQI2kT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container { background-color: transparent; background-image: none; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container > .video-iframe-container { display: none; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row > .video-iframe-container { display: none; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .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); }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container { border-width: 0; border-radius: 0; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#f4asB3V3sUTSq9k3iQaekD7sPDtbSpP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.499rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.9;letter-spacing:0;top:6.875rem;left:1.015625rem;height:5.4638625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#drORJltQpPvt0yeWCooEsZgNccQ2TwGC { color:#0e0a52;display:block;width:24.187rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.31201171875rem;left:32.513427734375rem;height:2.84375rem;font-style:normal;text-align:right;text-align-last:right;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CZiz017V334FGVJMmgT080KTy7vgWigP { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.3125rem;left:34.8125rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#tiIzIN9qpdD9LvWeQUJa5m1GtR8N2dFg { color:rgba(var(--color-tertiary-0),1);display:block;width:17.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.0625rem;left:37.0625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#NdfaIpaa2VywOzxk2694Lwa41CxynXch { color:rgba(var(--color-tertiary-4),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:10.8125rem;left:35.6875rem;height:1.21875rem;text-align:right;text-align-last:right;display:block; }
#wuQIy0TUHieHfR5iXW90TubPp38kx2TS { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:7.25rem;left:55.0625rem;overflow:hidden;display:block; }
#W1PDoxwbMUm83lSpD0oTOuZRi29k9EcK { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:9rem;left:55.0625rem;overflow:hidden;display:block; }
#XgF46beCMiM3D69FbatxziQgqR7bJ30x { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.5625rem;top:10.75rem;left:55.125rem;overflow:hidden;display:block; }
#SVkyqBlUfe7vgBS3r8Mc9wTaaazMdq8f { position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:0.125rem;top:7.1552734375rem;left:33.780517578125rem;display:block; }
#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(200deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { background-color: transparent; background-image: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container > .video-iframe-container { display: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container { display: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .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); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { border-width: 0; border-radius: 0; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:60rem;position:relative;display:block; }#xBOcHlAThbqSsVrl8NQwKzlcac7bhV68 { color:rgba(var(--color-tertiary-4),1);display:block;width:33.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15000;line-height:1.4;letter-spacing:0;top:2.3109321594238rem;left:12.375rem;height:6.4721625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c9sCVKixZBgdlm686DUDrzbSVl7H4wS5 { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#zhhgKLOHcZurIxIkOQ2k7U54pueoovE2 { box-sizing:content-box;color:#434343;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:block;z-index:15004;top:18.125rem;left:6rem;display:none; }
#Zx2JqMUVVBv2qx0SGRT3CTrHUTD7CFk2 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.43725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:10.4052734375rem;left:19.404296875rem;height:1.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ztTsSub1sSiC2a4s9ZVVI5mtPopAF6cu { 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:9.6875rem;width:9.6875rem;top:2.3125rem;left:1.53125rem;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 { display:block; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K9T7q8xgIa3zUIoDABO16WdUGD5g5iUn { width:16.5625rem;height:3.5625rem;top:13.4375rem;left:27.05859375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ2aN4lZwnH8WQagycRSwAcZd54QDPGm { width:9.375rem;height:2.9375rem;top:18.3125rem;left:30.623046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFfgK9XwHlTMfwEv3Dxkc87vQUgzBUAl { display:block; }
 }@media only screen and (max-width: 763px) { #izTOffZxEVM2XJ3l3l5yPCm7N17lZMK3 { top:5.625rem;left:17.25rem;width:30.5rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-regular-label { display:block; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN  { width:15rem;height:auto; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN {display:block;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #bFcMi0TRWiaFFcrpUhH5aLfXF84u6goM {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JwS6d90T6Qh7pMfTGBswHlpeV5C3zdVI { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JbspQTr5EvEbFqTvAty4G7BabU7zJcdt {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #Mc4NAbgz3XJTyvfexsaETEuKBXOQnmTz {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #iKCe755VAkAX9TAgWWOsZUpJ4B1f9gxb { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #UytqASfFJT9kmT6oWT9f5m1x0VGTEILC {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #dD1F7afOGSP4B8X7qzTix7F8A77gunrR {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #ZF6KTrH5V21WE3ZMrKluZS7rrmDULETQ { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #c9JX4y3EHMlazF6DZNwLRLZbE7yghsGF {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #RDg5aN6PmQo8vTgoTPP7ukpfC5u24QoV {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #rtoqhxqpuvM66aerb3vLLAHtJ6TgewcM { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #qevBbJu9B4NiuZgav4hrChEyDzOKpJoc {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #PiPH1vXG0CgAd0LMb8n9iRET8Tg29fQd {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #BfTzOcQzvXRpwrRULaCQi5xFNdl9HqM1 { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JntqULgFLydwrQ3tkOFm4PQLFnfgyavT {  }
 }@media only screen and (max-width: 763px) { #ES6OFeB6ABaRnehayiOXU0hsqPmqMnxv { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #GUBOrvH3TrDXOF3ncVay9eLlprknhRwc {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #IwnQXUuqp8arzaoGdUGVHbsCRt1pNXgg {  }
 }@media only screen and (max-width: 763px) { #T74biySnnAmqFC8We9dkcTI5LQBi7LcT { top:2.3125rem;left:0rem;width:16.3125rem;height:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp { display:block; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVbdRI3biPRoqhppGDIbp6cbZiqGxQ2f { top:0rem;left:0rem;width:47.75rem;height:9.40078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ { display:block; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XLBSwU4q3eB5C9ARGtfr6Lp6ekpcqo3O { top:3.625rem;left:13.09375rem;width:21.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2lK9TOyHS9tDaEFlM8qXPBUUwnMohB { top:3rem;left:11.8125rem;width:24.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNxXZoGV1u660WlZXXdI77dm1KMSh0s { top:9.1875rem;left:0rem;width:23rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBsZcZZ5ATmdGzdr9ZKTIVuXuUvEqwnR { top:17.125rem;left:30.748779296875rem;width:15.9375rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inrfKlgClizSyCay4cIOcicDRrMWgPK0 { top:11.0625rem;left:30.748779296875rem;width:15.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3QlumOHzzM5V4v2Vunci4ZXRsAg8uRt { top:17.125rem;left:2.47119140625rem;width:15.9375rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzsECRJDOvWPENpuTqiB0bf7Pen0vdQ0 { top:11.0625rem;left:2.47119140625rem;width:15.9375rem;height:4.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XisJhMyaIHw281vXgnBlUpTkWPKE70aB { top:9.1875rem;left:24.8125rem;width:22.9375rem;height:33.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMroqTNNT30RTNCcpehzTqXdohZPGB7q { width:9.375rem;height:2.9375rem;top:37.8125rem;left:34.030029296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLve6Mmo1ddqRMF9wL6RCi11ndQFVFU7 { display:block; }
 }@media only screen and (max-width: 763px) { #NxmpasRHEbyMSLEW4PTWtqSeTIdmoGmW { width:9.375rem;height:2.9375rem;top:37.8125rem;left:5.75244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmtE2oT9nODX0CzqyFVE6NT4nEQSu5NU { display:block; }
 }@media only screen and (max-width: 763px) { #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD { display:block; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pBcK5DCKB4MorT9trl67RGeW0wdBowzX { top:3.625rem;left:13.09375rem;width:21.5625rem;height:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlMg2h0oqTqmoJoTyVTaaivTVTDPvvTo { top:3rem;left:11.8125rem;width:24.125rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz94zQqJzizBnfMZTlLHo2IkpyogNqA1 { top:9.1875rem;left:0rem;width:24.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxo0GG8mJ4TnkJ3L6UlPNxPeH7Sx9Hf7 { top:10.5rem;left:0rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOdA4su1eOdur4lvqakxu7TXxJHslE1t { top:10.5rem;left:3.375rem;width:11.4375rem;height:8.3932405620631rem;display:block; }
 }@media only screen and (max-width: 763px) { #atCKV9DA7IeWMqIPsAqnvNXA3f0TNqVQ { top:22.3125rem;left:3.25rem;width:11.625rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vO9zDkmFQD42Ipq0MJGuWy2eHFleIZHg { top:20rem;left:0rem;width:24.0625rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqGbxFDmQT1bv3bcV8mOEKcFqWgEfk1F { top:24.6875rem;left:0rem;width:23.5rem;height:5.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrGfyNg8MAvThyBHbMoUd64D43iKI5wf { width:9.375rem;height:2.9375rem;top:30.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKFuSW1iXlmsA02Jtaz7GOhfndflKG55 { display:block; }
 }@media only screen and (max-width: 763px) { #BmgoAQHqsBtLishq0DmW1PPitPmKmbFR { top:10.5rem;left:26.75rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuK64dDL3fiERi58ksHSEgF0GA5Q3Vlm { top:10.5rem;left:32.75rem;width:11.4375rem;height:8.3932405620631rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSaq6GcQ0Z7amiMIW2AR5X7K26FhLyrV { top:9.1875rem;left:23.0625rem;width:24.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1fg8lL8dXo4Hp1DN3VzynlF80qb7AMV { top:19.625rem;left:24.25rem;width:23.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aCoTqBGPPgMXxUhQbPrkzq0xLt8POn { top:22.3125rem;left:24.3125rem;width:23.4375rem;height:1.8125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxts20uCKl3M4lryNzh4G9qT6wq9roOe { top:24.6875rem;left:24.3125rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SN04XQbIldKuhiXFUhJetKSTTUBoDiOE { width:9.375rem;height:2.9375rem;top:30.625rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLro5dEZqRkuq3QxrZWzOp6BsATfdvgJ { display:block; }
 }@media only screen and (max-width: 763px) { #I5pwRk9xWnLhdRGsTJEJTiAgGKOxWsdS { top:37.875rem;left:11.5625rem;width:24.6875rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA8KiRCOSW48lVnLwwKBzTem7d0dxhC7 { top:39.75rem;left:13.09375rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHQTMi9kTa54X0hyuK63vliQaCy2TX5U { top:39.75rem;left:18.12548828125rem;width:11.4375rem;height:8.3932405620631rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWXHFXFdoTvIxqEwkeFcBeciuLG6iWzr { top:48.8125rem;left:14.435302734375rem;width:18.125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOD3qi5R3PK6v1MrbdGiAEhbxyzAott8 { top:51.4375rem;left:12.12451171875rem;width:23.4375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky1P6Q6mqswrXbfRrlqUAGHlvcbrIO9f { top:54.5625rem;left:12.15625rem;width:23.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtlWhbDGnKTIlzVzyrJBBCxPrkSHiA7T { width:9.375rem;height:2.9375rem;top:59.0625rem;left:19.15576171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD35XEWeltvFA7vd2QRO9whnAREQI2kT { display:block; }
 }@media only screen and (max-width: 763px) { #s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx { display:block; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4asB3V3sUTSq9k3iQaekD7sPDtbSpP0 { width:31.4375rem;height:5.4375rem;top:6.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drORJltQpPvt0yeWCooEsZgNccQ2TwGC { width:24.125rem;height:2.8125rem;top:2.25rem;left:23.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiz017V334FGVJMmgT080KTy7vgWigP { top:7.3125rem;left:27.6875rem;width:20rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiIzIN9qpdD9LvWeQUJa5m1GtR8N2dFg { top:9.0625rem;left:29.9375rem;width:17.8125rem;height:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdfaIpaa2VywOzxk2694Lwa41CxynXch { top:10.8125rem;left:28.5625rem;width:19.125rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQIy0TUHieHfR5iXW90TubPp38kx2TS { top:7.25rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1PDoxwbMUm83lSpD0oTOuZRi29k9EcK { top:9rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgF46beCMiM3D69FbatxziQgqR7bJ30x { top:10.75rem;left:46.1875rem;width:1.5625rem;height:1.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkyqBlUfe7vgBS3r8Mc9wTaaazMdq8f { top:7.125rem;left:27.655517578125rem;width:0.125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d { display:block; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBOcHlAThbqSsVrl8NQwKzlcac7bhV68 { width:33.5rem;height:6.4375rem;top:2.25rem;left:6.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9sCVKixZBgdlm686DUDrzbSVl7H4wS5 { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhhgKLOHcZurIxIkOQ2k7U54pueoovE2 { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx2JqMUVVBv2qx0SGRT3CTrHUTD7CFk2 { top:10.375rem;left:13.279296875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTsSub1sSiC2a4s9ZVVI5mtPopAF6cu { top:2.3125rem;left:0rem;width:9.6875rem;height:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 { background-color:transparent;background-image:url("https://images.assets-landingi.com/v2PwGGGH/53561349_islamic_pattern_seamless_geometric_background_in_arabian_style.webp");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.adaptive-delivery-prevent-bg, #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.lazyload, #un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65.lazyloading { background-image: none; }#un3Ayvv0lfV1hNEgEESQ8wFzoyZ8yW65 > .row .container { width:20rem;height:49.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #K9T7q8xgIa3zUIoDABO16WdUGD5g5iUn { width:17.4361875rem;height:4.1979125rem;top:39.62768125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #aZ2aN4lZwnH8WQagycRSwAcZd54QDPGm { width:9.375rem;height:2.9375rem;top:45.07445625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFfgK9XwHlTMfwEv3Dxkc87vQUgzBUAl { display:block; }
 }@media only screen and (max-width: 763px) { #izTOffZxEVM2XJ3l3l5yPCm7N17lZMK3 { width:20rem;height:6.0546875rem;top:32.32299375rem;left:0rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:right;text-align-last:right; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-text {padding-top: 0; padding-bottom: 0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-select {padding-top: 0; padding-bottom: 0;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-input-button { width:9rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN  { width:15rem;height:auto;top:24.570314407349rem;left:1.25rem; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN {display:block;}#f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN { width:15rem;height:24.125rem;top:4.44824375rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #bFcMi0TRWiaFFcrpUhH5aLfXF84u6goM {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JwS6d90T6Qh7pMfTGBswHlpeV5C3zdVI { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JbspQTr5EvEbFqTvAty4G7BabU7zJcdt {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #Mc4NAbgz3XJTyvfexsaETEuKBXOQnmTz {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #iKCe755VAkAX9TAgWWOsZUpJ4B1f9gxb { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #UytqASfFJT9kmT6oWT9f5m1x0VGTEILC {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #dD1F7afOGSP4B8X7qzTix7F8A77gunrR {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #ZF6KTrH5V21WE3ZMrKluZS7rrmDULETQ { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #c9JX4y3EHMlazF6DZNwLRLZbE7yghsGF {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #RDg5aN6PmQo8vTgoTPP7ukpfC5u24QoV {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #rtoqhxqpuvM66aerb3vLLAHtJ6TgewcM { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #qevBbJu9B4NiuZgav4hrChEyDzOKpJoc {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #PiPH1vXG0CgAd0LMb8n9iRET8Tg29fQd {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #BfTzOcQzvXRpwrRULaCQi5xFNdl9HqM1 { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #JntqULgFLydwrQ3tkOFm4PQLFnfgyavT {  }
 }@media only screen and (max-width: 763px) { #ES6OFeB6ABaRnehayiOXU0hsqPmqMnxv { display:block; }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #GUBOrvH3TrDXOF3ncVay9eLlprknhRwc {  }
 }@media only screen and (max-width: 763px) { #f2rh29wmMbAgGTNxJDLraWuqaKk0TJZN #IwnQXUuqp8arzaoGdUGVHbsCRt1pNXgg {  }
 }@media only screen and (max-width: 763px) { #T74biySnnAmqFC8We9dkcTI5LQBi7LcT { width:16.371125rem;height:1.94921875rem;top:1.25rem;left:1.8125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp { display:block; }#s5qn2Z4qEh8P4Ty6e9arb1TphUXbtGzp > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hVbdRI3biPRoqhppGDIbp6cbZiqGxQ2f { width:20rem;height:3.93676875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/v2PwGGGH/53561349_islamic_pattern_seamless_geometric_background_in_arabian_style.webp");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.adaptive-delivery-prevent-bg, #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.lazyload, #x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ.lazyloading { background-image: none; }#x7mKA7kGJzaHI2F2aAks9vq2GfV35rHQ > .row .container { width:20rem;height:74.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XLBSwU4q3eB5C9ARGtfr6Lp6ekpcqo3O { width:17.99925rem;height:1.4624rem;top:1.8994140625rem;left:2.00075rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe2lK9TOyHS9tDaEFlM8qXPBUUwnMohB { width:17.937rem;height:2.749025rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMNxXZoGV1u660WlZXXdI77dm1KMSh0s { width:20rem;height:33.5625rem;top:5.405275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBsZcZZ5ATmdGzdr9ZKTIVuXuUvEqwnR { width:13.4375rem;height:15.8386rem;top:48.1523453125rem;left:4.061279296875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inrfKlgClizSyCay4cIOcicDRrMWgPK0 { width:15.9375rem;height:4.0625rem;top:42.089112890625rem;left:4.061279296875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3QlumOHzzM5V4v2Vunci4ZXRsAg8uRt { width:15.9985625rem;height:17.06540625rem;top:13.338624609375rem;left:3.90869140625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzsECRJDOvWPENpuTqiB0bf7Pen0vdQ0 { width:15.9375rem;height:4.0625rem;top:7.276612890625rem;left:3.90869140625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XisJhMyaIHw281vXgnBlUpTkWPKE70aB { width:20rem;height:33.5rem;top:40.217775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMroqTNNT30RTNCcpehzTqXdohZPGB7q { width:9.6875rem;height:2.99926875rem;top:68.871339453125rem;left:7.342529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PLve6Mmo1ddqRMF9wL6RCi11ndQFVFU7 { display:block; }
 }@media only screen and (max-width: 763px) { #NxmpasRHEbyMSLEW4PTWtqSeTIdmoGmW { width:9.6875rem;height:2.99926875rem;top:34.058839453125rem;left:7.18994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmtE2oT9nODX0CzqyFVE6NT4nEQSu5NU { display:block; }
 }@media only screen and (max-width: 763px) { #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD { background-color:transparent;background-image:url("https://images.assets-landingi.com/v2PwGGGH/53561349_islamic_pattern_seamless_geometric_background_in_arabian_style.webp");background-position:bottom center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;display:none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.adaptive-delivery-prevent-bg, #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.lazyload, #iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD.lazyloading { background-image: none; }#iwEa6fRDXyGmCnAK0LZAgLao2xfCxpfD > .row .container { width:20rem;height:84.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pBcK5DCKB4MorT9trl67RGeW0wdBowzX { width:17.99925rem;height:1.4624rem;top:1.8994140625rem;left:2.00075rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlMg2h0oqTqmoJoTyVTaaivTVTDPvvTo { width:17.937rem;height:2.749025rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz94zQqJzizBnfMZTlLHo2IkpyogNqA1 { width:20rem;height:25.125rem;top:5.405275rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cxo0GG8mJ4TnkJ3L6UlPNxPeH7Sx9Hf7 { display:flex;width:2.875rem;height:2.875rem;top:6.717530859375rem;left:0.250244140625rem; }
 }@media only screen and (max-width: 763px) { #KOdA4su1eOdur4lvqakxu7TXxJHslE1t { width:11.4375rem;height:8.3932405620631rem;top:6.717530859375rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #atCKV9DA7IeWMqIPsAqnvNXA3f0TNqVQ { width:11.62475rem;height:1.9494625rem;top:18.530275rem;left:6.500244140625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vO9zDkmFQD42Ipq0MJGuWy2eHFleIZHg { width:20rem;height:1.62475625rem;top:16.21826328125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WqGbxFDmQT1bv3bcV8mOEKcFqWgEfk1F { width:20rem;height:4.22363125rem;top:20.90576328125rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrGfyNg8MAvThyBHbMoUd64D43iKI5wf { width:9.375rem;height:2.9375rem;top:26.84326328125rem;left:8.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKFuSW1iXlmsA02Jtaz7GOhfndflKG55 { display:block; }
 }@media only screen and (max-width: 763px) { #BmgoAQHqsBtLishq0DmW1PPitPmKmbFR { display:flex;width:2.875rem;height:2.875rem;top:33.092530859375rem;left:0.438232421875rem; }
 }@media only screen and (max-width: 763px) { #EuK64dDL3fiERi58ksHSEgF0GA5Q3Vlm { width:11.4375rem;height:8.3932405620631rem;top:33.092530859375rem;left:6.43798828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSaq6GcQ0Z7amiMIW2AR5X7K26FhLyrV { width:20rem;height:25.125rem;top:31.780275rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1fg8lL8dXo4Hp1DN3VzynlF80qb7AMV { width:20rem;height:1.9494625rem;top:42.21728671875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F7aCoTqBGPPgMXxUhQbPrkzq0xLt8POn { width:20rem;height:1.7858875rem;top:44.905275rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxts20uCKl3M4lryNzh4G9qT6wq9roOe { width:20rem;height:0;top:47.28076328125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #SN04XQbIldKuhiXFUhJetKSTTUBoDiOE { width:9.375rem;height:2.9375rem;top:53.21826328125rem;left:7.625732421875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLro5dEZqRkuq3QxrZWzOp6BsATfdvgJ { display:block; }
 }@media only screen and (max-width: 763px) { #I5pwRk9xWnLhdRGsTJEJTiAgGKOxWsdS { width:20rem;height:25.125rem;top:58.155275rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #zA8KiRCOSW48lVnLwwKBzTem7d0dxhC7 { display:flex;width:2.875rem;height:2.875rem;top:60.09131015625rem;left:1.531982421875rem; }
 }@media only screen and (max-width: 763px) { #RHQTMi9kTa54X0hyuK63vliQaCy2TX5U { width:11.4375rem;height:8.3932405620631rem;top:60.09131015625rem;left:6.563720703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWXHFXFdoTvIxqEwkeFcBeciuLG6iWzr { width:18.125rem;height:1.9494625rem;top:69.14892734375rem;left:1.875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XOD3qi5R3PK6v1MrbdGiAEhbxyzAott8 { width:20rem;height:2.76123125rem;top:71.720948828125rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ky1P6Q6mqswrXbfRrlqUAGHlvcbrIO9f { width:20rem;height:0;top:74.904542578125rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #QtlWhbDGnKTIlzVzyrJBBCxPrkSHiA7T { width:9.375rem;height:2.9375rem;top:79.405275rem;left:7.593994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VD35XEWeltvFA7vd2QRO9whnAREQI2kT { display:block; }
 }@media only screen and (max-width: 763px) { #s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx { display:block; }#s2TREmZEq4Gsz6RAGsTHXxw4kSurM6xx > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f4asB3V3sUTSq9k3iQaekD7sPDtbSpP0 { width:19.187rem;height:3.3252rem;top:4.53125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #drORJltQpPvt0yeWCooEsZgNccQ2TwGC { width:16.62475rem;height:2.03125rem;top:1.25rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZiz017V334FGVJMmgT080KTy7vgWigP { width:15.68725rem;height:1.05590625rem;top:9.10644375rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiIzIN9qpdD9LvWeQUJa5m1GtR8N2dFg { width:15.3125rem;height:1.05590625rem;top:13.84765625rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdfaIpaa2VywOzxk2694Lwa41CxynXch { width:16.3745rem;height:1.05590625rem;top:18.58886875rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuQIy0TUHieHfR5iXW90TubPp38kx2TS { width:1.5625rem;height:1.186525rem;top:11.41113125rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1PDoxwbMUm83lSpD0oTOuZRi29k9EcK { width:1.5625rem;height:1.186525rem;top:16.15234375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgF46beCMiM3D69FbatxziQgqR7bJ30x { width:1.5625rem;height:1.186525rem;top:20.89355625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVkyqBlUfe7vgBS3r8Mc9wTaaazMdq8f { width:0.125rem;height:5.3125rem;top:21.8720703125rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d { background-color:transparent;background-image: -webkit-linear-gradient(top, #c59656, #b9a58d);background-image: -moz-linear-gradient(top, #c59656, #b9a58d);background-image: -ms-linear-gradient(top, #c59656, #b9a58d);background-image: -o-linear-gradient(top, #c59656, #b9a58d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c59656', endColorstr='#b9a58d' );";background-image: linear-gradient(to bottom, #c59656, #b9a58d);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; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { background-color: transparent; background-image: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container > .video-iframe-container { display: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container { display: none; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .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); }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { border-width: 0; border-radius: 0; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#psp7GLwJbU7rBy5AFRx4sJi5yhPTI98d > .row .container { width:20rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBOcHlAThbqSsVrl8NQwKzlcac7bhV68 { width:20rem;height:4.9462875rem;top:14.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #c9sCVKixZBgdlm686DUDrzbSVl7H4wS5 { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #zhhgKLOHcZurIxIkOQ2k7U54pueoovE2 { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zx2JqMUVVBv2qx0SGRT3CTrHUTD7CFk2 { width:19.4360625rem;height:1.298825rem;top:21.568603515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztTsSub1sSiC2a4s9ZVVI5mtPopAF6cu { width:13.125rem;height:13.125rem;top:1.25rem;left:3.4375rem;z-index:15001;overflow:hidden;display:block; }
 }