.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:228,224,239;--color-primary-1:167,151,200;--color-primary-2:78,47,145;--color-primary-3:39,24,73;--color-primary-4:12,7,22;--color-secondary-0:248,229,216;--color-secondary-1:235,178,138;--color-secondary-2:222,126,60;--color-secondary-3:255,216,0;--color-secondary-4:223,130,20;--color-tertiary-0:255,255,255;--color-tertiary-1:170,155,202;--color-tertiary-2:113,89,167;--color-tertiary-3:78,47,145;--color-tertiary-4:75,65,93;--headlines-font-family:"Vazirmatn";--paragraphs-font-family:"Vazirmatn"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #004f62, #094583);background-image: -moz-linear-gradient(45deg, #004f62, #094583);background-image: -ms-linear-gradient(45deg, #004f62, #094583);background-image: -o-linear-gradient(45deg, #004f62, #094583);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f62', endColorstr='#094583' );";background-image: linear-gradient(45deg, #004f62, #094583);background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { position:relative;display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#SnO9v28zPpf2iOeiwQquVkVTqDnwe4FC { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.01171875rem;left:3.5625rem;height:1.7871125rem;font-style:normal;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:3.625rem;left:30.875rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { position:absolute;display:block;z-index:15007;background-color:rgba(237,246,255,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:23.125rem;width:23.125rem;top:2.6875rem;left:33.3125rem;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { position:absolute;display:block;z-index:15009;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:18.125rem;width:18.125rem;top:0.625rem;left:31.125rem;overflow:hidden;display:block; }
#xRtIuncH0CLtXfvT5MTEyfdvkXz6Bbtp { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.01171875rem;left:3.5625rem;height:1.7871125rem;font-style:normal;display:none; }
#Tazh1pZX8uqAQ15IuUmkGSELC7au1oLs { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Porc5WXhN3ccSmT8d9XwlQSG7cyexwly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { position:relative;display:none; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { border-width: 0; border-radius: 0; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:36.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#O3rxgpTgAirQM7LZ3E2mkGpCmmcG5g6v { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.5rem;left:0rem;height:6.82425rem;font-style:normal;display:block; }
#vsfo51p7RLShlXTTplzc8swNopKoDRIE { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.0625rem;left:1.25rem;height:1.75rem;font-style:normal;display:none; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-form-header {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:15rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-text {padding-top: 0; padding-bottom: 0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;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.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-select {padding-top: 0; padding-bottom: 0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .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; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#000000;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;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:12rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .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; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container:first-of-type{padding-top:0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container:last-of-type{padding-bottom:0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);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;left:0rem;top:11.4375rem;z-index:15008;position:absolute; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-info-text { display:block;height:auto;font-family:lato;font-size:2.125rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch {display:block;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -moz-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -ms-linear-gradient(45deg, #ffea7d, #ffd600);background-image: -o-linear-gradient(45deg, #ffea7d, #ffd600);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffea7d', endColorstr='#ffd600' );";background-image: linear-gradient(45deg, #ffea7d, #ffd600);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;left:0rem;top:11.4375rem;z-index:15008;position:absolute;display:none; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #J3dhPuyUV87TCHfVcWFXMZx8hf3RcKor { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xXUG2K8ODc9gipt9t0Po3vxTFdXZT8Cr { position:relative;display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #iksoQoiO6Oiy1htPVhfdIGLGq0xCyIzq { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #f14ES5e6npZOIAOSIhpmhZnzvKqHkAki { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #cndncIq1DXErJZT9imsVKW7uaBLMVmaN { position:relative;display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #l0dvLN3TXpFVJQ3LrctNWlbrfVxuOfwd { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #Z3FTNuWSOAG366MWcw1lSL799PsAiGDy { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xVKq1IKlHOOtQlP9iuLX7fP8BsIxhW6N { position:relative;display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #v30OCNx8f6s63iRXDIe6idbKMtC80o98 { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xCpJ8k91VKBJAkG2ucp3rIRJMXOzZ0Q5 { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #BVkvC3o1Q1FeTX2PSw9zQJVSPS3Wa8Wc { position:relative;display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #OLndgn2MTybHXs0Kxn5XqzBTLI7XUsiO { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #x0xxL5KcRH26yua1VaafsoNoiV0FoXgE { position:relative; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #ByrW1O7wHt7ZReE47C5XSMDvTTeqcdZl { position:relative; }
#HCpEhsQN0Xarm0zplzouuimuiyBJwZ10 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#bDN7Rgc2ag6Ok3Fa8kUQ9qBPCdSBHqdi { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#TZWZ8n0xadIHEkWErwS0F7ADESTfU2t0 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#omekKxT3XwUtIClTDastCUUL4HZz9atS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#BchrrSIzO3Td7CNAHDx6bNHqqq3AhwST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gxOcvTOVOG9lqoHiFBUD9aZLrfTO3lOs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#txuiRt2M2TOvbUoTsrB3VBLzckLSri0l { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#cqFeQTzR8DZdKfBkOERwwDkFULWf4Pqo { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#lqTUmC8l1Pl0R4EteLftVaM9bwQNKEy2 { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#PtpC62bcCzp0ncg53T491uFXlI5IfTQg { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:60rem;position:relative;display:block; }#eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { 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:28.5rem;width:28.5rem;top:2.03125rem;left:0rem;overflow:hidden;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { color:#094583;display:block;width:30.0625rem;position:absolute;font-family:georgia;font-size:2.625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5.875rem;left:29.9375rem;height:3.4121125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { color:#094583;display:block;width:30rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1396484375rem;left:30rem;height:5.361325rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#IeJPsiXGpN9eLJvBolueRKUmzlV2riW4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Q17f88x8tCGUeFPoSr2wxwrveM1sLc61 { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#OQiQmfeQePLMMVSP5iEBDhwT3aZXp1TS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { border-width: 0; border-radius: 0; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { font-size:0.875rem;font-family:arial;height:38.1875rem;width:60rem;position:relative;display:none; }#J8sNOgMDoDXISNulxLN2lREFQVqyZRfp { position:absolute;display:block;z-index:15007;background-color:#ffcf66;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:3.125rem;width:3.125rem;top:21.1875rem;left:32.25rem;display:block; }
#xB5XeWO3FP9vxToT7ZXtRGi7zpJwOkwW { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#Wco8cISGAnkJkfyIrJavdDtE6zENp0R4 { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#bRTPbH6lpeFGzNybIycmb7iLZPtANKRM { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#UV5QA7BAOxMRbNJfOHyDVl6x7ktX1m7f { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#Q13XcQIJEVUldHuae6FOtvR7mwyv4Jde { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:60rem;width:58rem;display:none; }
#WWXZ8K7lvtEIv6dI22obwpgeXzhmoJva { 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:43.875rem;width:48rem;display:none; }
#SKrSuloyHRsnxSW4naaRvsFCy9BSraZZ { 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:43.875rem;width:35.0625rem;display:none; }
#VIHc9ICtPDLoLH5xsOrkepSkAfqWTBoM { 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:43.75rem;width:35.0625rem;display:none; }
#NKdKSgLfdd8AGNenn3NW79SJL5xNIGDr { 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:43.75rem;width:35rem;display:none; }
#TEar8yztaBamPidDN0qcb1iEz8arg2Hg { 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:43.75rem;width:30.625rem;display:none; }
#A4u2sGCzqTQFpdSLHlqL7BPX1tqlCQ66 { 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:43.75rem;width:25.5625rem;display:none; }
#MRcZTP0bLraczQmP5EF6QIVS0Tys8GMq { 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:25.6875rem;width:25.5625rem;display:none; }
#L6z67llNrkqnpkmDKREypLwtLGttkXoC { 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:25.6875rem;width:16.125rem;display:none; }
#ghbfwTsv4ld7zrbb31a6VR0gFt1UuXfI { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#amcTsrCHTgb5GAW3WWlPz3k5GTtKeoHq { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vRp6p28TB8ECMPfHylAgF39vOcC4FzoA { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#lVAAffemFXLlbusvOelnaQaT8nBCMkET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { background-color: transparent; background-image: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .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); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { border-width: 0; border-radius: 0; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { font-size:0.875rem;font-family:arial;height:35.625rem;width:60rem;position:relative;display:block; }#mb6T6Gxk41nAvHpop1svTIm4ntCsGeJm { color:#f9f9f9;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:1.9375rem;left:0rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W5RSF6RZFlf5Lzbp8fAFGaHTzznq0x5i { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#oRCbQO0xoE2XxOilEq5ydfPp38Z1TDzv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#iKtG7P3Ms5B1GQhXcTCnd7XT89VSR9Za { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#GwvwShOSo4vvwEaMc6PwI6oEzz6sb3UB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#ydV6gN7TIrhbSThWoukUqXOpculDz1ed { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#EAbiGJhtAWLavHXzlS6DGD6sWTce9DhA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#cTuH5UgZ4sHlkLJWL5g4Qw8l6d7TRxZl { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#TzC11uXtaDRmgKlk6qH7amCFVhMKfrr7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#lTb2HwVs2fUyq2GSHwKQKeEpHtkF00aq { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#BtTHFHw27epI4fNnZVWDoJ3xZIHMZe73 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XWGHB36LUscuV78qu1T9qagTTlOtOwmJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#wyPiIL67F8dFrxT5MpelssT1kBK7FodP { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#fZEgMIJkk3iis2IZVVCGEVBdHWFgGnBH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SoocH31MCBCoc8mJxuUuNXs4f187b0E8 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#cxi6XUqpmLeVAU0y2RP7aRogJpz0ssIz { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#SJgvBKogK65uI7wgxpFViiaGTik01S8M { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#x4t0VkpuMipABupxOsEBReqBkcqQ3Wmy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#bdxODEz8gxMi5oTBHoTrzDdNQcZmweRc { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#HIDvTQGPlEaXseVAXnfwixmzEiJVa7FW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#pbtBpUzm6bxKBKXTdhHgWTaPe4GL7Nvi { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#CqW05EqoXQ8TeNtP44uT8ZTu3OisbmTm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#q8rR4A7GcwyomnrmkExhzs7uDtQwTyRq { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { position:relative;display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { background-color: transparent; background-image: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .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); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { border-width: 0; border-radius: 0; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UraFVGzHsDvg7xzuQeQgIMNKrWXb5dCu { color:#094583;display:block;width:30rem;position:absolute;font-family:georgia;font-size:1.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.1396484375rem;left:30rem;height:5.361325rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#FZPeoylzUcaWrwnkkZfMNmCaL3ma1Gcn { z-index:15003;background-color:#01d8a9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#Qtz6krODC0M9sxTlfFBeZbVmuFNOBcJZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Vt5Z9q0MD6s8ElxFwdB9xunbvNrhJH76 { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#wPLtTLh7xZLk3Xw6RAfFvvxgWyfEoQcr { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { position:relative;display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#pKUe9e83fgQHEPPq5hfKIyoz8nbSBuNt { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.5rem;width:12.5rem;display:none; }
#aEWxrK0L8QRi4rIPOQzNTnTwErVDOsIK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#DIthAbUzIDxQywVcW78DS8Ux1wPpKUf5 { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#kdRLkO6FpqawLHdwWGrRtVZIPIrIuE6s { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UqN51dXFFhWmqDNNR54g0Nf6KL5dlRzV { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#cbolQEzDrxMiDwETQcoAJwZVZqDQbZTV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#UGd2nbulDGrwnDAAM9TLeyfh901GGv2l { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.0625rem;left:0rem;height:10.9375rem;display:none; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.5rem;width:17.5rem;top:15.5986328125rem;left:3.603515625rem;overflow:hidden;display:block; }
#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki { border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { border-width: 0; border-radius: 0; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:none; }#TKzwbK6SMCsBFErLTqVNy8fH1MgP4lam { position:absolute;display:block;z-index:15003;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.375rem;display:block; }
#W5PPt0kIFbvk6qFhVIwGZnMyRoPmiIav { position:absolute;display:block;z-index:15005;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:52.9375rem;display:block; }
#rQW9HaMwCmghgW8kKKHa7aAeKVirxBcX { position:absolute;display:block;z-index:15007;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:56.9375rem;display:block; }
#mzmpRo3ttfLD8rkfIVRw3ZpEvwue289d { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:3.673825rem;font-style:normal;display:block; }
#XO0rx9ScsH8R5rTtNXVvlrUHF44b9eD4 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.03125rem;left:52.6875rem;height:3.6738375rem;font-style:normal;display:block; }
#lfPG4Rbq76ZWMZoyXTbLyiM81lH6S642 { position:absolute;display:block;z-index:15015;background-color:#000000;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:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#Ex1dJA4eavTaVNTJaProEVPkEIazkwr8 { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:41.3125rem;height:1.2246125rem;font-style:normal;display:block; }
#MOXqvZkaNI3gSLxRfm2kpuTg9T2JzM9T { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.04980625rem;font-style:normal;display:block; }
#rBTPv91xvA7u8cF47OnAcRKuMkXVFlfl { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.04980625rem;font-style:normal;display:block; }
#rRrpLAuIHPQdBPWN1aOy5PzhvBbPoxcB { position:absolute;display:block;z-index:15016;background-color:#000000;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:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#QaqQncnKeBgAu1kzED09LNZwQUISFeAw { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:39.375rem; }
#X6IhD0C73CnuBN71kayZAtrXD1csEWkU { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.849609375rem;left:50.625rem; }
#d91kHeaFhgd6TQzfKtiCTbinGmLZX7Qy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:14.6875rem;left:0rem; }
#mfk1IH8cR5sUMUpwXL4WAOSIWVqGGBNc { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:15.25rem;left:4rem; }
#exfTrbZKGTdoQ514veAoX7QWyAGVaFJ3 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:14.875rem;left:6.625rem; }
#zgdPgu5fLuz9zaoX9Nby2Tza1DxNp8ue { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;top:15.25rem;left:10.375rem; }
#trCAfceKJveJbmUgJ2HFbKeQ8FIldAER { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:48.96875rem; }
#gpSAb0rFq737S5l8h4JDHvADn18XmvI0 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:53.53125rem; }
#FLp2JxGNSMV34wwZo8Uzs3WHmGwZ1Pv6 { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:57.375rem; }
body { position:relative;display:block; }
#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:47.75rem;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { top:8.75rem;left:0rem;width:20rem;height:7.3125rem;font-size:1.375rem;display:block; }
#SnO9v28zPpf2iOeiwQquVkVTqDnwe4FC { top:5.8125rem;left:0rem;width:19.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { top:3.625rem;left:23.875rem;width:23.125rem;height:23.125rem;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { top:2.6875rem;left:24.125rem;width:23.125rem;height:23.125rem;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { top:0.625rem;left:23.875rem;width:18.125rem;height:18.125rem;display:block; }
#xRtIuncH0CLtXfvT5MTEyfdvkXz6Bbtp { top:15.5625rem;left:0rem;width:19.75rem;height:3.5625rem;font-size:1.0625rem;display:none; }
#Tazh1pZX8uqAQ15IuUmkGSELC7au1oLs { width:;height:;display:none; }
#Porc5WXhN3ccSmT8d9XwlQSG7cyexwly { display:block; }
#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { display:none; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container { width:47.75rem;position:relative;display:none; }#O3rxgpTgAirQM7LZ3E2mkGpCmmcG5g6v { top:2.25rem;left:0rem;width:20rem;height:4.875rem;font-size:1.375rem;display:block; }
#vsfo51p7RLShlXTTplzc8swNopKoDRIE { top:5.5625rem;left:0rem;width:17.1875rem;height:3.375rem;font-size:1.375rem;display:none; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-regular-label { display:block;height:auto; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch  { width:15rem;height:auto; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch {display:block;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch { width:15rem;height:auto;display:none; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #J3dhPuyUV87TCHfVcWFXMZx8hf3RcKor {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xXUG2K8ODc9gipt9t0Po3vxTFdXZT8Cr { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #iksoQoiO6Oiy1htPVhfdIGLGq0xCyIzq {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #f14ES5e6npZOIAOSIhpmhZnzvKqHkAki {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #cndncIq1DXErJZT9imsVKW7uaBLMVmaN { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #l0dvLN3TXpFVJQ3LrctNWlbrfVxuOfwd {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #Z3FTNuWSOAG366MWcw1lSL799PsAiGDy {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xVKq1IKlHOOtQlP9iuLX7fP8BsIxhW6N { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #v30OCNx8f6s63iRXDIe6idbKMtC80o98 {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xCpJ8k91VKBJAkG2ucp3rIRJMXOzZ0Q5 {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #BVkvC3o1Q1FeTX2PSw9zQJVSPS3Wa8Wc { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #OLndgn2MTybHXs0Kxn5XqzBTLI7XUsiO {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #x0xxL5KcRH26yua1VaafsoNoiV0FoXgE {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #ByrW1O7wHt7ZReE47C5XSMDvTTeqcdZl {  }
#HCpEhsQN0Xarm0zplzouuimuiyBJwZ10 { display:none; }
#bDN7Rgc2ag6Ok3Fa8kUQ9qBPCdSBHqdi { top:42.1875rem;left:0rem;width:20rem;height:6.25rem;font-size:1.3125rem;display:none; }
#TZWZ8n0xadIHEkWErwS0F7ADESTfU2t0 { display:none; }
#omekKxT3XwUtIClTDastCUUL4HZz9atS { display:none; }
#BchrrSIzO3Td7CNAHDx6bNHqqq3AhwST { display:none; }
#gxOcvTOVOG9lqoHiFBUD9aZLrfTO3lOs { display:none; }
#txuiRt2M2TOvbUoTsrB3VBLzckLSri0l { top:117.3125rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:none; }
#cqFeQTzR8DZdKfBkOERwwDkFULWf4Pqo { top:73.3125rem;left:0rem;width:14.875rem;height:4rem;font-size:1.25rem;display:none; }
#lqTUmC8l1Pl0R4EteLftVaM9bwQNKEy2 { top:77.375rem;left:0rem;width:15.5rem;height:4rem;font-size:1.25rem;display:none; }
#PtpC62bcCzp0ncg53T491uFXlI5IfTQg { display:none; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:47.75rem;position:relative;display:block; }#eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { top:2rem;left:0rem;width:28.5rem;height:28.5rem;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { top:0.5rem;left:0rem;width:19.375rem;height:7.3125rem;font-size:1.25rem;display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { top:9.375rem;left:0rem;width:19.375rem;height:16.25rem;font-size:1.25rem;display:block; }
#IeJPsiXGpN9eLJvBolueRKUmzlV2riW4 { display:none; }
#Q17f88x8tCGUeFPoSr2wxwrveM1sLc61 { width:;height:;display:none; }
#OQiQmfeQePLMMVSP5iEBDhwT3aZXp1TS { display:block; }
#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ { display:none; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { width:47.75rem;position:relative;display:none; }#J8sNOgMDoDXISNulxLN2lREFQVqyZRfp { top:21.1875rem;left:26.125rem;width:3.125rem;height:3.125rem;display:block; }
#xB5XeWO3FP9vxToT7ZXtRGi7zpJwOkwW { top:2.0625rem;left:0rem;width:20rem;height:6.25rem;font-size:1.3125rem;display:none; }
#Wco8cISGAnkJkfyIrJavdDtE6zENp0R4 { top:88.125rem;left:0rem;width:20rem;height:6rem;font-size:1.25rem;display:none; }
#bRTPbH6lpeFGzNybIycmb7iLZPtANKRM { top:265.6875rem;left:0rem;width:20rem;height:4rem;font-size:1.25rem;display:none; }
#UV5QA7BAOxMRbNJfOHyDVl6x7ktX1m7f { display:none; }
#Q13XcQIJEVUldHuae6FOtvR7mwyv4Jde { width:47.75rem;height:49.375rem;display:none; }
#WWXZ8K7lvtEIv6dI22obwpgeXzhmoJva { width:39.5rem;height:36.0625rem;display:none; }
#SKrSuloyHRsnxSW4naaRvsFCy9BSraZZ { width:28.8125rem;height:36.0625rem;display:none; }
#VIHc9ICtPDLoLH5xsOrkepSkAfqWTBoM { width:28.8125rem;height:35.9375rem;display:none; }
#NKdKSgLfdd8AGNenn3NW79SJL5xNIGDr { width:28.75rem;height:35.9375rem;display:none; }
#TEar8yztaBamPidDN0qcb1iEz8arg2Hg { width:25.125rem;height:35.9375rem;display:none; }
#A4u2sGCzqTQFpdSLHlqL7BPX1tqlCQ66 { width:21rem;height:35.9375rem;display:none; }
#MRcZTP0bLraczQmP5EF6QIVS0Tys8GMq { width:21rem;height:21.125rem;display:none; }
#L6z67llNrkqnpkmDKREypLwtLGttkXoC { width:13.25rem;height:21.125rem;display:none; }
#ghbfwTsv4ld7zrbb31a6VR0gFt1UuXfI { display:none; }
#amcTsrCHTgb5GAW3WWlPz3k5GTtKeoHq { display:none; }
#vRp6p28TB8ECMPfHylAgF39vOcC4FzoA { width:;height:;display:none; }
#lVAAffemFXLlbusvOelnaQaT8nBCMkET { display:block; }
#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { width:47.75rem;position:relative;display:block; }#mb6T6Gxk41nAvHpop1svTIm4ntCsGeJm { top:2rem;left:0rem;width:20rem;height:9.5625rem;font-size:1.5rem;display:none; }
#W5RSF6RZFlf5Lzbp8fAFGaHTzznq0x5i { top:13.1875rem;left:0rem;width:17.125rem;height:10rem;font-size:1.25rem;display:none; }
#oRCbQO0xoE2XxOilEq5ydfPp38Z1TDzv { display:none; }
#iKtG7P3Ms5B1GQhXcTCnd7XT89VSR9Za { top:24.5625rem;left:0rem;width:17.125rem;height:10rem;font-size:1.25rem;display:none; }
#GwvwShOSo4vvwEaMc6PwI6oEzz6sb3UB { display:none; }
#ydV6gN7TIrhbSThWoukUqXOpculDz1ed { top:36rem;left:0rem;width:17.125rem;height:18rem;font-size:1.25rem;display:none; }
#EAbiGJhtAWLavHXzlS6DGD6sWTce9DhA { display:none; }
#cTuH5UgZ4sHlkLJWL5g4Qw8l6d7TRxZl { top:56.9375rem;left:0rem;width:17.125rem;height:18rem;font-size:1.25rem;display:none; }
#TzC11uXtaDRmgKlk6qH7amCFVhMKfrr7 { display:none; }
#lTb2HwVs2fUyq2GSHwKQKeEpHtkF00aq { top:76.4375rem;left:0rem;width:20rem;height:6rem;font-size:1.125rem;display:none; }
#BtTHFHw27epI4fNnZVWDoJ3xZIHMZe73 { display:none; }
#XWGHB36LUscuV78qu1T9qagTTlOtOwmJ { display:none; }
#wyPiIL67F8dFrxT5MpelssT1kBK7FodP { width:;height:;display:none; }
#fZEgMIJkk3iis2IZVVCGEVBdHWFgGnBH { display:block; }
#SoocH31MCBCoc8mJxuUuNXs4f187b0E8 { display:none; }
#cxi6XUqpmLeVAU0y2RP7aRogJpz0ssIz { top:89.1875rem;left:0rem;width:20rem;height:6.25rem;font-size:1.3125rem;display:none; }
#SJgvBKogK65uI7wgxpFViiaGTik01S8M { display:none; }
#x4t0VkpuMipABupxOsEBReqBkcqQ3Wmy { display:none; }
#bdxODEz8gxMi5oTBHoTrzDdNQcZmweRc { top:117.3125rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:none; }
#HIDvTQGPlEaXseVAXnfwixmzEiJVa7FW { display:none; }
#pbtBpUzm6bxKBKXTdhHgWTaPe4GL7Nvi { top:73.3125rem;left:0rem;width:14.875rem;height:4rem;font-size:1.25rem;display:none; }
#CqW05EqoXQ8TeNtP44uT8ZTu3OisbmTm { display:none; }
#q8rR4A7GcwyomnrmkExhzs7uDtQwTyRq { top:77.375rem;left:0rem;width:15.5rem;height:4rem;font-size:1.25rem;display:none; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:47.75rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:47.75rem;position:relative;display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { width:47.75rem;position:relative;display:block; }#UraFVGzHsDvg7xzuQeQgIMNKrWXb5dCu { top:1.5rem;left:0rem;width:19.25rem;height:26rem;font-size:1.25rem;display:none; }
#FZPeoylzUcaWrwnkkZfMNmCaL3ma1Gcn { width:;height:;display:none; }
#Qtz6krODC0M9sxTlfFBeZbVmuFNOBcJZ { display:block; }
#Vt5Z9q0MD6s8ElxFwdB9xunbvNrhJH76 { display:none; }
#wPLtTLh7xZLk3Xw6RAfFvvxgWyfEoQcr { top:35.125rem;left:0rem;width:20rem;height:6.25rem;font-size:1.3125rem;display:none; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:47.75rem;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:47.75rem;position:relative;display:block; }#pKUe9e83fgQHEPPq5hfKIyoz8nbSBuNt { display:none; }
#aEWxrK0L8QRi4rIPOQzNTnTwErVDOsIK { display:none; }
#DIthAbUzIDxQywVcW78DS8Ux1wPpKUf5 { top:117.3125rem;left:0rem;width:20rem;height:2rem;font-size:1.25rem;display:none; }
#kdRLkO6FpqawLHdwWGrRtVZIPIrIuE6s { display:none; }
#UqN51dXFFhWmqDNNR54g0Nf6KL5dlRzV { top:73.3125rem;left:0rem;width:14.875rem;height:4rem;font-size:1.25rem;display:none; }
#cbolQEzDrxMiDwETQcoAJwZVZqDQbZTV { display:none; }
#UGd2nbulDGrwnDAAM9TLeyfh901GGv2l { top:77.375rem;left:0rem;width:15.5rem;height:4rem;font-size:1.25rem;display:none; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:47.75rem;position:relative;display:block; }#cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { top:15.5625rem;left:0.541015625rem;width:17.5rem;height:17.5rem;display:block; }
#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki { display:none; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { width:47.75rem;position:relative;display:none; }#TKzwbK6SMCsBFErLTqVNy8fH1MgP4lam { top:14.5625rem;left:42.25rem;width:3.0625rem;height:3.0625rem;display:block; }
#W5PPt0kIFbvk6qFhVIwGZnMyRoPmiIav { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#rQW9HaMwCmghgW8kKKHa7aAeKVirxBcX { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
#mzmpRo3ttfLD8rkfIVRw3ZpEvwue289d { top:0.75rem;left:0rem;width:14.625rem;height:4.875rem;font-size:0.875rem;display:block; }
#XO0rx9ScsH8R5rTtNXVvlrUHF44b9eD4 { top:6rem;left:40.4375rem;width:7.3125rem;height:3.5625rem;font-size:0.875rem;display:block; }
#lfPG4Rbq76ZWMZoyXTbLyiM81lH6S642 { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
#Ex1dJA4eavTaVNTJaProEVPkEIazkwr8 { top:27.625rem;left:0.25rem;width:7.3125rem;height:1.375rem;font-size:0.875rem;display:block; }
#MOXqvZkaNI3gSLxRfm2kpuTg9T2JzM9T { top:29.1875rem;left:0rem;width:20rem;height:1rem;font-size:0.75rem;display:block; }
#rBTPv91xvA7u8cF47OnAcRKuMkXVFlfl { top:16rem;left:0rem;width:20rem;height:1rem;font-size:0.75rem;display:block; }
#rRrpLAuIHPQdBPWN1aOy5PzhvBbPoxcB { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
#QaqQncnKeBgAu1kzED09LNZwQUISFeAw { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
#X6IhD0C73CnuBN71kayZAtrXD1csEWkU { top:5.8125rem;left:44.5rem;width:1.5625rem;height:1.5625rem;display:block; }
#d91kHeaFhgd6TQzfKtiCTbinGmLZX7Qy { top:14.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
#mfk1IH8cR5sUMUpwXL4WAOSIWVqGGBNc { top:15.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
#exfTrbZKGTdoQ514veAoX7QWyAGVaFJ3 { top:14.875rem;left:0.5rem;width:2.8125rem;height:2.8125rem;display:block; }
#zgdPgu5fLuz9zaoX9Nby2Tza1DxNp8ue { top:15.25rem;left:4.25rem;width:2.1875rem;height:2.1875rem;display:block; }
#trCAfceKJveJbmUgJ2HFbKeQ8FIldAER { top:15.125rem;left:42.84375rem;width:1.875rem;height:1.875rem;display:block; }
#gpSAb0rFq737S5l8h4JDHvADn18XmvI0 { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#FLp2JxGNSMV34wwZo8Uzs3WHmGwZ1Pv6 { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
body { position:relative;background-color:#626ba4;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { display:block; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { background-color: transparent; background-image: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row > .video-iframe-container { display: none; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .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); }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN { border-width: 0; border-radius: 0; }#MnU1SDzBvlV1orGE23SOg1bpn8y68ztN > .row .container { width:20rem;height:35.75rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#zwtsJEf91cCVEuKXLf7NFM5JNmVl6cPc { width:20rem;height:3.57421875rem;top:1.412109375rem;left:0rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;font-family:zarid;color:rgba(var(--color-tertiary-0),1);display:block; }
#SnO9v28zPpf2iOeiwQquVkVTqDnwe4FC { width:19.75rem;height:1.54345625rem;top:5.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:rgba(var(--color-tertiary-0),1);display:block; }
#Vmuvg4wn0EQTqp3hsrlXZTUIFfMQTZxA { width:5.0625rem;height:5.1875rem;top:23.09375rem;left:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nqR0JcpTJpKU1OVBpCUcAWRCr0LsgoEQ { width:2.9375rem;height:3rem;top:24.625rem;left:0rem;z-index:15008;background-color:rgba(56,139,197,0.5);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#v2F7RlbmmpbR7Z416h2ScopvXVpEQyBI { width:19.875rem;height:19.875rem;top:7.3125rem;left:-0.0625rem;overflow:hidden;border-top:0.1875rem solid #eac12a;border-left:0.1875rem solid #eac12a;border-right:0.1875rem solid #eac12a;border-bottom:0.1875rem solid #eac12a;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;display:block; }
#xRtIuncH0CLtXfvT5MTEyfdvkXz6Bbtp { width:19.75rem;height:2.76171875rem;top:28.61328125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15005;font-family:var(--paragraphs-font-family);text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:rgba(var(--color-tertiary-0),1);display:block; }
#Tazh1pZX8uqAQ15IuUmkGSELC7au1oLs { top:32.1875rem;left:4.03125rem;z-index:15006;width:11.9375rem;height:3.5625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);font-family:tajawal;font-weight:700;font-style:normal;font-size:1.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Porc5WXhN3ccSmT8d9XwlQSG7cyexwly { display:block; }
#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { display:block; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { background-color: transparent; background-image: none; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container > .video-iframe-container { display: none; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row > .video-iframe-container { display: none; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .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); }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM { border-width: 0; border-radius: 0; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DPgBsosdpho7R1iZu8T8X36bxXEkQJCM > .row .container { width:20rem;height:61.9375rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#O3rxgpTgAirQM7LZ3E2mkGpCmmcG5g6v { width:20rem;height:1.7871125rem;top:2.287109375rem;left:0rem;font-size:1.375rem;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
#vsfo51p7RLShlXTTplzc8swNopKoDRIE { width:17.1875rem;height:3.4121125rem;top:5.375rem;left:1.40625rem;font-size:1.3125rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);z-index:15008;text-shadow:0.0625rem 0.0625rem 0.0625rem rgba(0,0,0,0.5);color:rgba(var(--color-tertiary-0),1);display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-regular-label { display:block;width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);font-size:1.25rem;overflow:hidden;height:auto;text-align:right;text-align-last:right;background-color:transparent;background-image:none; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-text { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-text {padding-top: 0; padding-bottom: 0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-textarea { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-select { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-select {padding-top: 0; padding-bottom: 0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-input-button { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ef0a0a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:1.875rem;overflow:hidden;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-checkbox-label { width:15.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container:first-of-type{padding-top:0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-container:last-of-type{padding-bottom:0;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch  { width:16.5rem;height:auto;top:9.287109375rem;left:0rem;background-color:#ffcf7f;background-image:none;border-top:0.5rem dashed #e5175a;border-left:0.5rem dashed #e5175a;border-right:0.5rem dashed #e5175a;border-bottom:0.5rem dashed #e5175a;z-index:15009; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .radio-container { width:16.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch .widget-info-text { color:#000000;font-family:lato;font-size:0.875rem; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch {display:block;}#VbMEuWD92OtKhdTlCaC12NnWtOf9alch { width:16.5rem;height:auto;top:9.287109375rem;left:0rem;background-color:#ffcf7f;background-image:none;border-top:0.5rem dashed #e5175a;border-left:0.5rem dashed #e5175a;border-right:0.5rem dashed #e5175a;border-bottom:0.5rem dashed #e5175a;z-index:15009; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #J3dhPuyUV87TCHfVcWFXMZx8hf3RcKor {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xXUG2K8ODc9gipt9t0Po3vxTFdXZT8Cr { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #iksoQoiO6Oiy1htPVhfdIGLGq0xCyIzq {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #f14ES5e6npZOIAOSIhpmhZnzvKqHkAki {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #cndncIq1DXErJZT9imsVKW7uaBLMVmaN { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #l0dvLN3TXpFVJQ3LrctNWlbrfVxuOfwd {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #Z3FTNuWSOAG366MWcw1lSL799PsAiGDy {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xVKq1IKlHOOtQlP9iuLX7fP8BsIxhW6N { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #v30OCNx8f6s63iRXDIe6idbKMtC80o98 {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #xCpJ8k91VKBJAkG2ucp3rIRJMXOzZ0Q5 {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #BVkvC3o1Q1FeTX2PSw9zQJVSPS3Wa8Wc { display:block; }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #OLndgn2MTybHXs0Kxn5XqzBTLI7XUsiO {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #x0xxL5KcRH26yua1VaafsoNoiV0FoXgE {  }
#VbMEuWD92OtKhdTlCaC12NnWtOf9alch #ByrW1O7wHt7ZReE47C5XSMDvTTeqcdZl {  }
#HCpEhsQN0Xarm0zplzouuimuiyBJwZ10 { top:41.3125rem;left:0rem;width:19.5rem;height:7.5rem;z-index:15005;background-color:#0a5a94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;display:block; }
#bDN7Rgc2ag6Ok3Fa8kUQ9qBPCdSBHqdi { width:20rem;height:6.29883125rem;top:42.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:#ffffff;font-family:var(--paragraphs-font-family);z-index:15031;font-weight:700;font-style:normal;display:block; }
#TZWZ8n0xadIHEkWErwS0F7ADESTfU2t0 { top:50.8125rem;left:0rem;width:19.5625rem;height:9.75rem;z-index:15011;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-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#omekKxT3XwUtIClTDastCUUL4HZz9atS { display:flex;top:51.4375rem;left:16.8125rem;width:2.4375rem;height:2.4375rem;z-index:15029; }
#BchrrSIzO3Td7CNAHDx6bNHqqq3AhwST { display:flex;top:53.9375rem;left:16.875rem;width:2.4375rem;height:2.4375rem;z-index:15030; }
#gxOcvTOVOG9lqoHiFBUD9aZLrfTO3lOs { display:flex;top:56.875rem;left:16.9375rem;width:2.4375rem;height:2.4375rem;z-index:15031; }
#txuiRt2M2TOvbUoTsrB3VBLzckLSri0l { width:14.875rem;height:2rem;top:51.6875rem;left:1.1875rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15017;font-weight:700;font-style:normal;display:block; }
#cqFeQTzR8DZdKfBkOERwwDkFULWf4Pqo { width:15.5rem;height:2rem;top:54.4375rem;left:1.1875rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15018;font-weight:700;font-style:normal;display:block; }
#lqTUmC8l1Pl0R4EteLftVaM9bwQNKEy2 { width:16.0625rem;height:2rem;top:57.375rem;left:0.8125rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15019;font-weight:700;font-style:normal;display:block; }
#PtpC62bcCzp0ncg53T491uFXlI5IfTQg { top:1.287109375rem;left:0rem;width:20rem;height:3.5625rem;z-index:15001;background-color:rgba(34,34,42,0.16);background-image:none;border-top-left-radius:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { background-color: transparent; background-image: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row > .video-iframe-container { display: none; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .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); }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { border-width: 0; border-radius: 0; }#kJeXzxpyrwuRGIq4BiVTsDgsV6wcWGDx > .row .container { width:20rem;height:52.9375rem;position:relative;display:block; }#eGdZgo9mURLsyKgQQSNT86UfADuD7AV9 { width:20rem;height:20rem;top:32.9375rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#g5n9ZyQWzTcSDlibVr3IC9DHb1rRyvu7 { width:19.375rem;height:3.25rem;top:0.583984375rem;left:0rem;font-size:1.25rem;color:rgba(var(--color-tertiary-3),1);text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#JBdxfSXbccyPxSGgnwiqdVVO9osTeOl3 { width:19.25rem;height:16.25rem;top:6.25rem;left:0.375rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
#IeJPsiXGpN9eLJvBolueRKUmzlV2riW4 { top:0rem;left:0rem;width:20rem;height:4.9375rem;z-index:14999;background-color:rgba(var(--color-primary-2),0.1);background-image:none;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Q17f88x8tCGUeFPoSr2wxwrveM1sLc61 { top:26.8125rem;left:2.96875rem;z-index:15005;width:14.0625rem;height:4.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);font-family:tajawal;font-weight:700;font-style:normal;font-size:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#OQiQmfeQePLMMVSP5iEBDhwT3aZXp1TS { display:block; }
#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { background-color: transparent; background-image: none; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container > .video-iframe-container { display: none; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row > .video-iframe-container { display: none; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .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); }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { border-width: 0; border-radius: 0; }#UDEVG1Zv5KhenP3KQ0wC1KORUXPGPxPZ > .row .container { width:20rem;height:236.0625rem;position:relative;display:block; }#J8sNOgMDoDXISNulxLN2lREFQVqyZRfp { width:3.125rem;height:3.125rem;top:232.625rem;left:16.875rem;background-color:rgba(var(--color-secondary-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;display:block; }
#xB5XeWO3FP9vxToT7ZXtRGi7zpJwOkwW { width:20rem;height:6.2988125rem;top:2.0625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15009;font-weight:700;font-style:normal;display:block; }
#Wco8cISGAnkJkfyIrJavdDtE6zENp0R4 { width:20rem;height:6rem;top:210.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);z-index:15014;font-weight:400;font-style:normal;display:block; }
#bRTPbH6lpeFGzNybIycmb7iLZPtANKRM { width:20rem;height:4rem;top:219.75rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-3),1);font-family:var(--paragraphs-font-family);z-index:15015;font-weight:700;font-style:normal;display:block; }
#UV5QA7BAOxMRbNJfOHyDVl6x7ktX1m7f { top:209.5625rem;left:0rem;width:20rem;height:7.5625rem;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Q13XcQIJEVUldHuae6FOtvR7mwyv4Jde { top:11.375rem;left:0rem;width:20rem;height:20.6875rem;z-index:15025;overflow:hidden;border-top:0.25rem solid #1f419b;border-left:0.25rem solid #1f419b;border-right:0.25rem solid #1f419b;border-bottom:0.25rem solid #1f419b;display:block; }
#WWXZ8K7lvtEIv6dI22obwpgeXzhmoJva { top:35.0625rem;left:1.75rem;width:16.5rem;height:15.0625rem;z-index:15026;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#SKrSuloyHRsnxSW4naaRvsFCy9BSraZZ { top:160.75rem;left:2.125rem;width:15.4375rem;height:19.375rem;z-index:15027;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#VIHc9ICtPDLoLH5xsOrkepSkAfqWTBoM { top:52.25rem;left:1.1875rem;width:17.25rem;height:21.5625rem;z-index:15028;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#NKdKSgLfdd8AGNenn3NW79SJL5xNIGDr { top:184rem;left:1.1875rem;width:17.25rem;height:21.5625rem;z-index:15029;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#TEar8yztaBamPidDN0qcb1iEz8arg2Hg { top:75.125rem;left:2.3125rem;width:15.0625rem;height:21.5625rem;z-index:15030;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#A4u2sGCzqTQFpdSLHlqL7BPX1tqlCQ66 { top:99rem;left:3.5625rem;width:12.5625rem;height:21.5625rem;z-index:15031;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#MRcZTP0bLraczQmP5EF6QIVS0Tys8GMq { top:123.625rem;left:3.5625rem;width:12.5625rem;height:12.625rem;z-index:15032;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#L6z67llNrkqnpkmDKREypLwtLGttkXoC { top:138.375rem;left:3.5625rem;width:12.8125rem;height:20.375rem;z-index:15033;overflow:hidden;border-top:0.1875rem solid #1f419b;border-left:0.1875rem solid #1f419b;border-right:0.1875rem solid #1f419b;border-bottom:0.1875rem solid #1f419b;display:block; }
#ghbfwTsv4ld7zrbb31a6VR0gFt1UuXfI { top:218.75rem;left:0.125rem;width:19.75rem;height:6.0625rem;z-index:15001;background-color:#1e3a5f;background-image:none;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#amcTsrCHTgb5GAW3WWlPz3k5GTtKeoHq { top:1.5625rem;left:0.5rem;width:19.1875rem;height:7.1875rem;z-index:15004;background-color:rgba(var(--color-primary-2),0.1);background-image:none;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#vRp6p28TB8ECMPfHylAgF39vOcC4FzoA { top:228.5625rem;left:2.96875rem;z-index:15019;width:14.0625rem;height:4.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);font-family:tajawal;font-weight:700;font-style:normal;font-size:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#lVAAffemFXLlbusvOelnaQaT8nBCMkET { display:block; }
#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { background-color: transparent; background-image: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row > .video-iframe-container { display: none; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .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); }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { border-width: 0; border-radius: 0; }#Wuvwzaf0h3NFi3n6RuHSNCRzP48HMSxa > .row .container { width:20rem;height:107.6875rem;position:relative;display:block; }#mb6T6Gxk41nAvHpop1svTIm4ntCsGeJm { width:20rem;height:9.599625rem;top:2.03125rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-3),1);z-index:15004;display:block; }
#W5RSF6RZFlf5Lzbp8fAFGaHTzznq0x5i { width:17.125rem;height:10rem;top:13.1875rem;left:0.5rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15005;display:block; }
#oRCbQO0xoE2XxOilEq5ydfPp38Z1TDzv { display:flex;top:13.1875rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15017; }
#iKtG7P3Ms5B1GQhXcTCnd7XT89VSR9Za { width:17.125rem;height:10rem;top:24.5625rem;left:0.5rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15007;display:block; }
#GwvwShOSo4vvwEaMc6PwI6oEzz6sb3UB { display:flex;top:24.5625rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15019; }
#ydV6gN7TIrhbSThWoukUqXOpculDz1ed { width:17.125rem;height:18rem;top:36rem;left:0.5rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15009;display:block; }
#EAbiGJhtAWLavHXzlS6DGD6sWTce9DhA { display:flex;top:36rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15021; }
#cTuH5UgZ4sHlkLJWL5g4Qw8l6d7TRxZl { width:17.125rem;height:18rem;top:56.9375rem;left:0.5rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);z-index:15011;display:block; }
#TzC11uXtaDRmgKlk6qH7amCFVhMKfrr7 { display:flex;top:56.9375rem;left:17.5625rem;width:2.4375rem;height:2.4375rem;z-index:15023; }
#lTb2HwVs2fUyq2GSHwKQKeEpHtkF00aq { width:20rem;height:3.5996125rem;top:77.375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-4),1);font-family:var(--paragraphs-font-family);z-index:15007;font-weight:700;font-style:normal;display:block; }
#BtTHFHw27epI4fNnZVWDoJ3xZIHMZe73 { top:1.3935546875rem;left:0.5rem;width:19.1875rem;height:10.6875rem;z-index:15003;background-color:rgba(var(--color-primary-2),0.1);background-image:none;border-top-right-radius:1.4375rem;border-bottom-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-top-left-radius:1.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#XWGHB36LUscuV78qu1T9qagTTlOtOwmJ { top:76.3935546875rem;left:0rem;width:20rem;height:5.5625rem;z-index:15002;background-color:rgba(var(--color-secondary-4),0.1);background-image:none;border-top-right-radius:1.6875rem;border-bottom-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-top-left-radius:1.6875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#wyPiIL67F8dFrxT5MpelssT1kBK7FodP { top:83.5rem;left:2.96875rem;z-index:15006;width:14.0625rem;height:4.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);font-family:tajawal;font-weight:700;font-style:normal;font-size:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fZEgMIJkk3iis2IZVVCGEVBdHWFgGnBH { display:block; }
#SoocH31MCBCoc8mJxuUuNXs4f187b0E8 { top:88.3125rem;left:0rem;width:19.5rem;height:7.5rem;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;display:block; }
#cxi6XUqpmLeVAU0y2RP7aRogJpz0ssIz { width:20rem;height:6.29883125rem;top:89.1875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);z-index:15042;font-weight:700;font-style:normal;display:block; }
#SJgvBKogK65uI7wgxpFViiaGTik01S8M { top:96.9375rem;left:0.4375rem;width:19.5625rem;height:9.75rem;z-index:15022;background-color:rgba(var(--color-primary-2),0.15);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#x4t0VkpuMipABupxOsEBReqBkcqQ3Wmy { display:flex;top:97.5625rem;left:17.25rem;width:2.4375rem;height:2.4375rem;z-index:15040; }
#bdxODEz8gxMi5oTBHoTrzDdNQcZmweRc { width:14.875rem;height:2rem;top:97.8125rem;left:1.625rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15028;font-weight:700;font-style:normal;display:block; }
#HIDvTQGPlEaXseVAXnfwixmzEiJVa7FW { display:flex;top:100.0625rem;left:17.3125rem;width:2.4375rem;height:2.4375rem;z-index:15041; }
#pbtBpUzm6bxKBKXTdhHgWTaPe4GL7Nvi { width:15.5rem;height:2rem;top:100.5625rem;left:1.625rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15029;font-weight:700;font-style:normal;display:block; }
#CqW05EqoXQ8TeNtP44uT8ZTu3OisbmTm { display:flex;top:103rem;left:17.375rem;width:2.4375rem;height:2.4375rem;z-index:15042; }
#q8rR4A7GcwyomnrmkExhzs7uDtQwTyRq { width:16.0625rem;height:2rem;top:103.5rem;left:1.25rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15030;font-weight:700;font-style:normal;display:block; }
#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.adaptive-delivery-prevent-bg, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyload, #ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc.lazyloading { background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { background-color: transparent; background-image: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row > .video-iframe-container { display: none; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .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); }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { border-width: 0; border-radius: 0; }#ncNGWP3OTkiAS1oJuTUPzpU4kmu6c2Fc > .row .container { width:20rem;height:4rem;position:relative;display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { display:block; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { background-color: transparent; background-image: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row > .video-iframe-container { display: none; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .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); }#VyASubfJ985CIEC3g185T3OHbulGgfV7 { border-width: 0; border-radius: 0; }#VyASubfJ985CIEC3g185T3OHbulGgfV7 > .row .container { width:20rem;height:1.0625rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { display:block; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { background-color: transparent; background-image: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row > .video-iframe-container { display: none; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .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); }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb { border-width: 0; border-radius: 0; }#amPohu5O5KhLZA0IP8H984fcUTxCn9yb > .row .container { width:20rem;height:42.9375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#UraFVGzHsDvg7xzuQeQgIMNKrWXb5dCu { width:19.25rem;height:26rem;top:1.5rem;left:0.75rem;font-size:1.25rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);z-index:15005;display:block; }
#FZPeoylzUcaWrwnkkZfMNmCaL3ma1Gcn { top:28.9375rem;left:2.96875rem;z-index:15018;width:14.0625rem;height:4.0625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;color:rgba(var(--color-tertiary-0),1);font-family:tajawal;font-weight:700;font-style:normal;font-size:2.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Qtz6krODC0M9sxTlfFBeZbVmuFNOBcJZ { display:block; }
#Vt5Z9q0MD6s8ElxFwdB9xunbvNrhJH76 { top:34.25rem;left:0rem;width:19.5rem;height:7.5rem;z-index:15028;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(246,216,14,0.5) ;display:block; }
#wPLtTLh7xZLk3Xw6RAfFvvxgWyfEoQcr { width:20rem;height:6.29883125rem;top:35.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);z-index:15054;font-weight:700;font-style:normal;display:block; }
#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { display:block; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { background-color: transparent; background-image: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row > .video-iframe-container { display: none; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .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); }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W { border-width: 0; border-radius: 0; }#doEJTZWEOQZTdqOS1klbBUb937ryHf9W > .row .container { width:20rem;height:1.4375rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/223868e9-852a-40d2-a120-883e19779cc2/Group8.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.adaptive-delivery-prevent-bg, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyload, #oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5.lazyloading { background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { background-color: transparent; background-image: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row > .video-iframe-container { display: none; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .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); }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { border-width: 0; border-radius: 0; }#oKQZUislDb2C10nKJpcKAxJXdIXK4CZ5 > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; }#pKUe9e83fgQHEPPq5hfKIyoz8nbSBuNt { top:0.1875rem;left:0.25rem;width:19.5625rem;height:9.75rem;z-index:15034;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-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-0),0.5) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#aEWxrK0L8QRi4rIPOQzNTnTwErVDOsIK { display:flex;top:0.8125rem;left:17.0625rem;width:2.4375rem;height:2.4375rem;z-index:15052; }
#DIthAbUzIDxQywVcW78DS8Ux1wPpKUf5 { width:14.875rem;height:2rem;top:1.0625rem;left:1.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15040;font-weight:700;font-style:normal;display:block; }
#kdRLkO6FpqawLHdwWGrRtVZIPIrIuE6s { display:flex;top:3.3125rem;left:17.125rem;width:2.4375rem;height:2.4375rem;z-index:15053; }
#UqN51dXFFhWmqDNNR54g0Nf6KL5dlRzV { width:15.5rem;height:2rem;top:3.8125rem;left:1.4375rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15041;font-weight:700;font-style:normal;display:block; }
#cbolQEzDrxMiDwETQcoAJwZVZqDQbZTV { display:flex;top:6.25rem;left:17.1875rem;width:2.4375rem;height:2.4375rem;z-index:15054; }
#UGd2nbulDGrwnDAAM9TLeyfh901GGv2l { width:16.0625rem;height:2rem;top:6.75rem;left:1.0625rem;font-size:1.25rem;text-align:right;text-align-last:right;color:rgba(var(--color-tertiary-3),1);font-family:var(--paragraphs-font-family);z-index:15042;font-weight:700;font-style:normal;display:block; }
#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { background-color: transparent; background-image: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row > .video-iframe-container { display: none; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .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); }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { border-width: 0; border-radius: 0; }#IU0E8aBZSLGR1pgaCqh0SpTHfL3V8Tnk > .row .container { width:20rem;height:20rem;position:relative;display:block; }#cKODFasb0P6aqnWlx5zThnLRHKtrOnc6 { width:20rem;height:20rem;top:0rem;left:0rem;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.3125rem solid #000000;border-left:0;border-right:0;border-bottom:0;display:block; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { background-color: transparent; background-image: none; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container > .video-iframe-container { display: none; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row > .video-iframe-container { display: none; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .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); }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { border-width: 0; border-radius: 0; }#ekMqUV0wFsupS1sZhRhS8WyDFsf52Tki > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; }#TKzwbK6SMCsBFErLTqVNy8fH1MgP4lam { width:3.0625rem;height:3.0625rem;top:31.8125rem;left:3.9375rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#W5PPt0kIFbvk6qFhVIwGZnMyRoPmiIav { width:3.0625rem;height:3.0625rem;top:31.8125rem;left:8.5625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#rQW9HaMwCmghgW8kKKHa7aAeKVirxBcX { width:3.0625rem;height:3.0625rem;top:31.8125rem;left:13.0625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#mzmpRo3ttfLD8rkfIVRw3ZpEvwue289d { width:14.625rem;height:4.89844375rem;top:0.75rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#XO0rx9ScsH8R5rTtNXVvlrUHF44b9eD4 { width:7.3125rem;height:4.1997rem;top:21.9375rem;left:7.4375rem;font-size:1rem;display:block; }
#lfPG4Rbq76ZWMZoyXTbLyiM81lH6S642 { width:18.75rem;height:0.0625rem;top:27.4375rem;left:0.625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#Ex1dJA4eavTaVNTJaProEVPkEIazkwr8 { width:7.3125rem;height:1.3999rem;top:18.5625rem;left:7.375rem;font-size:1rem;display:block; }
#MOXqvZkaNI3gSLxRfm2kpuTg9T2JzM9T { width:20rem;height:1.04980625rem;top:29.1875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#rBTPv91xvA7u8cF47OnAcRKuMkXVFlfl { width:20rem;height:1.04980625rem;top:16rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);display:block; }
#rRrpLAuIHPQdBPWN1aOy5PzhvBbPoxcB { width:18.75rem;height:0.0625rem;top:14.0625rem;left:0.625rem;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#QaqQncnKeBgAu1kzED09LNZwQUISFeAw { width:1.5625rem;height:1.5625rem;top:18.5rem;left:5.25rem;display:block; }
#X6IhD0C73CnuBN71kayZAtrXD1csEWkU { width:1.5625rem;height:1.5625rem;top:21.9375rem;left:5.25rem;display:block; }
#d91kHeaFhgd6TQzfKtiCTbinGmLZX7Qy { width:3.125rem;height:3.125rem;top:9.5625rem;left:4.0625rem;display:block; }
#mfk1IH8cR5sUMUpwXL4WAOSIWVqGGBNc { width:1.875rem;height:1.875rem;top:10.1875rem;left:7.6875rem;display:block; }
#exfTrbZKGTdoQ514veAoX7QWyAGVaFJ3 { width:2.8125rem;height:2.8125rem;top:9.75rem;left:10.1875rem;display:block; }
#zgdPgu5fLuz9zaoX9Nby2Tza1DxNp8ue { width:2.1875rem;height:2.1875rem;top:10.0625rem;left:13.75rem;display:block; }
#trCAfceKJveJbmUgJ2HFbKeQ8FIldAER { width:1.875rem;height:1.875rem;top:32.4375rem;left:4.5625rem;display:block; }
#gpSAb0rFq737S5l8h4JDHvADn18XmvI0 { width:1.875rem;height:1.875rem;top:32.4375rem;left:9.0625rem;display:block; }
#FLp2JxGNSMV34wwZo8Uzs3WHmGwZ1Pv6 { width:2.1875rem;height:2.1875rem;top:32.25rem;left:13.5rem;display:block; }
