.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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { position:relative;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.5rem;top:1.125rem;left:0rem;overflow:hidden;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { position:relative;display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.1875rem;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; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { position:relative;display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.0625rem;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; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { 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:3.5rem;width:3.5rem;top:2.3125rem;left:20.25rem;overflow:hidden;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.1875rem;top:1.9375rem;left:49.999219894409rem;overflow:hidden;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { position:absolute;display:block;z-index:15001;background-color:#def9d8;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:36rem;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { position:absolute;display:block;z-index:15002;background-color:#ffd6d6;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:51rem;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { position:absolute;display:block;z-index:14999;background-color:#e8dffe;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:5.375rem;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { position:absolute;display:block;z-index:15000;background-color:#fff6e3;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:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:4.375rem;width:4.375rem;top:1.875rem;left:20.25rem;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { color:#5f35fb;display:block;width:14.5rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.9750061035156rem;left:0.375rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { color:#ffc143;display:block;width:14.625rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.9375rem;left:15.250001907349rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { color:#7fd65a;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7.9375rem;left:30.000001907349rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { color:#df4a4c;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLN8oTIlxif43zTyZfQ3T8pMS5VnMbDJ { 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; }
#PJ7JoOlrTl4Sx7GTfZaPGCotTayxDlWb { 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; }
#Tmtss6USpibpaUOEpg5PTHQyPGyu9CMB { 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; }
#w4QevxhyTB5fFnOkyfryUUbxxS2sM0Pr { z-index:15003;top:56.875rem;left:5.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#bBQCBF64mPTd6IVzE4HeW0zPTUvwDKbd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw { 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;opacity:1;top:57.3125rem;left:14.6875rem;display:none; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QwBzWgdpbvK6rpLQr6lnswpesHKm0AT0 { z-index:15003;top:56.875rem;left:57.9375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#rChrg6EDsACOipzeNGzQ2gOT8NFSxOK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx { 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;opacity:1;top:57.3125rem;left:59.9375rem;display:none; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#HBc50tbkef9mf8CO5QEvxmTM1EGoccBP { color:#df4a4c;display:block;width:14.8125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:8rem;left:45.000001907349rem;height:1.70605625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { font-size:0.875rem;font-family:arial;height:21.1875rem;width:60rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5546875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:7.73046875rem;left:1.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:4.8296871185303rem;left:20.02499961853rem;overflow:hidden;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.0607643127441rem;left:24.1875rem;overflow:hidden;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { color:rgba(255,255,255,0.19);display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:3.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.414930343628rem;left:14.555557250976rem;height:4.0625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { color:#ffffff;display:block;width:25.25rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5.5625rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:7.75rem;left:32.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:5.1859359741211rem;left:55.937498092651rem;overflow:hidden;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:3.140625rem;left:50.624998092651rem;overflow:hidden;display:block; }
#azRvQBSyzZamVXZKLaVawtleMNIP3Mhu { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:none; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfaff;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; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:60rem;position:relative;display:block; }#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { color:#fff6e3;display:block;width:26.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4296875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6050338745119rem;left:1.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:3.7039070129394rem;left:20.836717605591rem;overflow:hidden;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:1.9351577758789rem;left:25.000001907349rem;overflow:hidden;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { color:#ffffff;display:block;width:24.75rem;position:absolute;font-family:dosis;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:4.4375rem;left:32.625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { color:#ffffff;display:block;width:23.1875rem;position:absolute;font-family:dosis;font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.625rem;left:32.625rem;height:6.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:1.4375rem;top:2.644100189209rem;left:56rem;overflow:hidden;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:2.7274341583252rem;left:49.8125rem;overflow:hidden;display:block; }
#Q4n4Mo2boHT8ZyZlxe2NzGRW2AabzTxk { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:none; }
#A34TebsF0b3ho1tU5UkCzz6zTrizwKhD { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:18.375rem;width:28.75rem;top:1.75rem;left:0rem;display:none; }
#o4oLW1WAmeq2iBsKFQDBVS1Q1b1ERFRK { z-index:15003;top:56.875rem;left:5.0625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.48) ;box-sizing:border-box;color:#1333c5;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#TBDDelrukavoezbgD1VShSfPLEqJ7MO4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N { 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;opacity:1;top:57.3125rem;left:14.6875rem;display:none; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#T6yGKyMHfRh5fqt8SBfdk7mW3oCDkIOa { z-index:15003;top:56.875rem;left:57.9375rem;background-color:#25d366;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.3125rem 2.1875rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:changa;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:none; }
#NBKZOUvOVeKww8LrbLpoFETkK1JTHQVx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq { 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;opacity:1;top:57.3125rem;left:59.9375rem;display:none; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1333c5;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; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z > .row .container { border-width: 0; border-radius: 0; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:none; }#NbxTyxc2lDhJne2t78uSeacmGfme0Th7 { color:#ffffff;display:block;width:29.1875rem;position:absolute;font-family:changa;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:2.568359375rem;left:15.375rem;height:1.29980625rem;display:block; }
body { position:relative;background-color:#ffffff;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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { top:1.125rem;left:0rem;width:7.5rem;height:2.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { top:0rem;left:0rem;width:20rem;height:5.0625rem;font-size:1.4375rem;color:#000000;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:47.75rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { top:2.3125rem;left:15.65625rem;width:3.5rem;height:3.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { top:1.9375rem;left:39.280469894409rem;width:4.1875rem;height:4.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { top:1.875rem;left:28.34375rem;width:4.375rem;height:4.375rem;background-color:#def9d8;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;box-shadow: none;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { top:1.875rem;left:40.28125rem;width:4.375rem;height:4.375rem;background-color:#ffd6d6;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;box-shadow: none;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { top:1.875rem;left:3.84375rem;width:4.375rem;height:4.375rem;background-color:#e8dffe;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;box-shadow: none;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { top:1.875rem;left:15.65625rem;width:4.375rem;height:4.375rem;background-color:#fff6e3;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;box-shadow: none;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { top:5.875rem;left:0rem;width:19.5625rem;height:1.625rem;font-size:1.3125rem;color:#5f35fb;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { top:17.125rem;left:0rem;width:19.625rem;height:1.625rem;font-size:1.3125rem;color:#ffc143;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { top:28.75rem;left:0rem;width:19.25rem;height:1.625rem;font-size:1.3125rem;color:#7fd65a;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { top:41.0625rem;left:0rem;width:18.9375rem;height:1.625rem;font-size:1.3125rem;color:#df4a4c;display:block; }
#XLN8oTIlxif43zTyZfQ3T8pMS5VnMbDJ { display:none; }
#PJ7JoOlrTl4Sx7GTfZaPGCotTayxDlWb { display:none; }
#Tmtss6USpibpaUOEpg5PTHQyPGyu9CMB { display:none; }
#w4QevxhyTB5fFnOkyfryUUbxxS2sM0Pr { top:56.875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:none; }
#bBQCBF64mPTd6IVzE4HeW0zPTUvwDKbd { display:block; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw { top:57.3125rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:none; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#QwBzWgdpbvK6rpLQr6lnswpesHKm0AT0 { top:56.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:none; }
#rChrg6EDsACOipzeNGzQ2gOT8NFSxOK1 { display:block; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx { top:57.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:47.75rem;position:relative;display:block; }#HBc50tbkef9mf8CO5QEvxmTM1EGoccBP { top:0.75rem;left:0rem;width:18.9375rem;height:1.625rem;font-size:1.3125rem;color:#df4a4c;display:none; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:47.75rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { top:5rem;left:0rem;width:17.25rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { top:7.1875rem;left:0rem;width:16.75rem;height:6.375rem;font-size:1.0625rem;color:#ffffff;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { top:4.8125rem;left:16.96249961853rem;width:1.4375rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { top:3rem;left:21.125rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { top:1.625rem;left:3.3125rem;width:12.5rem;height:2.5625rem;font-size:1.8125rem;color:rgba(255,255,255,0.19);display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { top:24.375rem;left:0rem;width:18rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { top:26.5625rem;left:0rem;width:16.375rem;height:4.75rem;font-size:1.0625rem;color:#ffffff;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { top:5.125rem;left:46.3125rem;width:1.4375rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { top:3.125rem;left:41.437498092651rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#azRvQBSyzZamVXZKLaVawtleMNIP3Mhu { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:47.75rem;position:relative;display:block; }#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { top:4.625rem;left:0rem;width:15.875rem;height:1.625rem;font-size:1.25rem;color:#fff6e3;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { top:6.8125rem;left:0rem;width:16.9375rem;height:7.9375rem;font-size:1.0625rem;color:#ffffff;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { top:3.6875rem;left:17.774217605591rem;width:1.4375rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { top:1.875rem;left:21.937501907349rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { top:24.6875rem;left:0rem;width:17.625rem;height:1.625rem;font-size:1.25rem;color:#ffffff;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { top:26.875rem;left:0rem;width:17.25rem;height:7.9375rem;font-size:1.0625rem;color:#ffffff;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { top:2.625rem;left:46.3125rem;width:1.4375rem;height:1.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { top:2.6875rem;left:40.625rem;width:1.75rem;height:1.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#Q4n4Mo2boHT8ZyZlxe2NzGRW2AabzTxk { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
#A34TebsF0b3ho1tU5UkCzz6zTrizwKhD { top:1.75rem;left:0rem;width:28.75rem;height:18.375rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -moz-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -ms-linear-gradient(55deg, #5f35fb, #7b40f4);background-image: -o-linear-gradient(55deg, #5f35fb, #7b40f4);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f35fb', endColorstr='#7b40f4' );";background-image: linear-gradient(55deg, #5f35fb, #7b40f4);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:none; }
#o4oLW1WAmeq2iBsKFQDBVS1Q1b1ERFRK { top:56.875rem;left:0rem;width:14.0625rem;height:4.0625rem;display:none; }
#TBDDelrukavoezbgD1VShSfPLEqJ7MO4 { display:block; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N { top:57.3125rem;left:1.0625rem;width:3.125rem;height:3.125rem;display:none; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#T6yGKyMHfRh5fqt8SBfdk7mW3oCDkIOa { top:56.875rem;left:33.6875rem;width:14.0625rem;height:4.0625rem;display:none; }
#NBKZOUvOVeKww8LrbLpoFETkK1JTHQVx { display:block; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq { top:57.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:none; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z { display:none; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z > .row .container { width:47.75rem;position:relative;display:none; }#NbxTyxc2lDhJne2t78uSeacmGfme0Th7 { top:2.5625rem;left:9.25rem;width:29.1875rem;height:1.25rem;font-size:0.625rem;display:block; }
body { position:relative;background-color:#ffffff;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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN { background-color:#1333c5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { background-color: transparent; background-image: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { display: none; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .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); }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { border-width: 0; border-radius: 0; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lWGese7BChk37rPkRccDSWHuIFwdaPIN > .row .container { width:20rem;height:4.125rem;position:relative;display:block; }#cemLcoPdx3GrXaTsJd7DOBsBt4pTTE0O { width:5.3125rem;height:1.75rem;top:1.1875rem;left:7.892578125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;overflow:hidden;display:block; }
#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { display:block; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { background-color: transparent; background-image: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row > .video-iframe-container { display: none; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .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); }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm { border-width: 0; border-radius: 0; }#FT1z02BTTaq3kJT6AXDk8puDQZuZEdSm > .row .container { width:20rem;height:7.23046875rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#Alkw7ZyrDRH1OGkH45xdF544CTPyPJ9k { width:20rem;height:5.60595625rem;top:1.625rem;left:0rem;font-size:1.4375rem;color:#1333c5;font-family:tajawal;display:block; }
#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { display:block; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { background-color: transparent; background-image: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row > .video-iframe-container { display: none; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .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); }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV { border-width: 0; border-radius: 0; }#F4L6dCoac9D63gAIwAZc29vsPKqbbMRV > .row .container { width:20rem;height:52.625rem;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#ua9vitfIIAWwfuarmqVneM8CIXIEKuiB { width:3.5rem;height:3.5rem;top:13.4375rem;left:7.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ExqImoVTz8iWal0yc8gotUC0KUbGxxK9 { width:4.1875rem;height:4.25rem;top:30.5625rem;left:8.1875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#wHcGA5QUicRDIauC2TXRIULURxfPQTTg { width:4.375rem;height:4.375rem;top:21.6875rem;left:7.8125rem;background-color:#f4f4f4;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;box-shadow: none;display:block; }
#P1SrTTuaprhCEhISeI1skaIBits07seq { width:4.375rem;height:4.375rem;top:30.5rem;left:8.0625rem;background-color:#ffd6d6;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;box-shadow: none;display:block; }
#Xuflhibc2fMrFWooJLwb7Qggmx5XBGai { width:4.375rem;height:4.375rem;top:4.4375rem;left:8rem;background-color:#1333c5;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;box-shadow: none;display:block; }
#i8kMuAuukDazQsHbmKWa5nvRbgRMEkC4 { width:4.375rem;height:4.375rem;top:13rem;left:7.9375rem;background-color:#f4f4f4;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;box-shadow: none;display:block; }
#we2qy1nzrheCS96teVKAdGXg8TTyfgvW { width:19.5625rem;height:1.625rem;top:9.3125rem;left:0.375rem;font-size:1.25rem;color:#050405;font-family:tajawal;display:block; }
#tm7KeOAVPuHnlfcgGyHVhnCkwGXuTZS7 { width:19.625rem;height:1.625rem;top:17.875rem;left:0.3125rem;font-size:1.25rem;color:#0c0c0b;font-family:tajawal;display:block; }
#cmVOqfFXPqQmAui0mrEyeuzFJsn1JGPu { width:19.25rem;height:1.625rem;top:26.5625rem;left:0.125rem;font-size:1.25rem;color:#1a1c19;font-family:tajawal;display:block; }
#qKkk8UDEfvTydf0h8VfF2BirCfq9T7Wq { width:18.9375rem;height:1.625rem;top:35.5625rem;left:0.6875rem;font-size:1.25rem;color:#050505;font-family:tajawal;display:block; }
#XLN8oTIlxif43zTyZfQ3T8pMS5VnMbDJ { display:flex;top:5.0625rem;left:8.5625rem;width:3.125rem;height:3.125rem;z-index:15012; }
#PJ7JoOlrTl4Sx7GTfZaPGCotTayxDlWb { display:flex;top:13.625rem;left:8.5625rem;width:3.125rem;height:3.125rem;z-index:15013; }
#Tmtss6USpibpaUOEpg5PTHQyPGyu9CMB { display:flex;top:22.3125rem;left:8.5625rem;width:3.125rem;height:3.125rem;z-index:15014; }
#w4QevxhyTB5fFnOkyfryUUbxxS2sM0Pr { top:40.375rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15011;display:block; }
#bBQCBF64mPTd6IVzE4HeW0zPTUvwDKbd { display:block; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw { display:flex;width:2.1875rem;height:2.1875rem;top:41rem;left:5.8125rem;font-size:1.5rem;z-index:15034; }
#qiM3gw1BVWgffdy0blVAcqn1BNKtOvPw > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#QwBzWgdpbvK6rpLQr6lnswpesHKm0AT0 { top:45.25rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;background-color:#00bc4a;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15011;display:block; }
#rChrg6EDsACOipzeNGzQ2gOT8NFSxOK1 { display:block; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx { display:flex;width:1.875rem;height:1.875rem;top:46.0625rem;left:12.1875rem;font-size:1.3125rem;z-index:15034; }
#p5CDRdrAtIvweIl65T4MT7GVR57N00kx > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu { background-color:#fbfaff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { background-color: transparent; background-image: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row > .video-iframe-container { display: none; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .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); }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { border-width: 0; border-radius: 0; }#ncbBIStKKAKOovnx0UZG00UeGxwRN1bu > .row .container { width:20rem;height:3.125rem;position:relative;display:block; }#HBc50tbkef9mf8CO5QEvxmTM1EGoccBP { width:18.9375rem;height:1.625rem;top:0.75rem;left:0.53125rem;font-size:1.25rem;color:#1333c5;font-family:tajawal;z-index:15012;display:block; }
#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { background-color: transparent; background-image: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row > .video-iframe-container { display: none; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .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); }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { border-width: 0; border-radius: 0; }#MCLQgbBhrPmSCNtRw3vABr71lOF2HaTK > .row .container { width:20rem;height:39.5rem;position:relative;display:block; }#O1wK7PFfdL8qg8dO5t7iyJdIDMHeCgxa { width:19.375rem;height:18.375rem;top:0.875rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -moz-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -ms-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -o-linear-gradient(55deg, #0505ed, #1e2d56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0505ed', endColorstr='#1e2d56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0505ed', endColorstr='#1e2d56' );";background-image: linear-gradient(55deg, #0505ed, #1e2d56);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#uSyU4eEaHVHsu68cp1E5zi8CdBuklSS5 { width:17.25rem;height:1.625rem;top:5.0546875rem;left:1.875rem;font-size:1.25rem;color:#ffffff;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#bS5wb7HQnJNDmT39Xufq2J9MLSBNVNip { width:16.75rem;height:7.96875rem;top:7.642578125rem;left:2.125rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#NBWr7tmhghLPXZuO4GEG23w3aSuw0TB2 { width:1.4375rem;height:1.5rem;top:16.33046913147rem;left:17.187500357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#eoUW1tJtRlw8QEMdaTIAtLbULFvFSirO { width:1.75rem;height:1.75rem;top:13.95546913147rem;left:13.562500357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#EfZMQhxcFdIwZPfhPzcnmpRSNkD7KgbG { width:15rem;height:2.35595625rem;top:1.66796875rem;left:3.875rem;font-size:1.8125rem;color:rgba(255,255,255,0.19);font-family:tajawal;display:block; }
#uQZnuWsccWNiw0CBtUaxNfgn1oWZH7iC { width:18rem;height:1.625rem;top:23.0625rem;left:1rem;font-size:1.25rem;color:#1333c5;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#F7vg6IVoIlZiOw5Blim6uB8Wfx66iuN9 { width:16.375rem;height:6.375rem;top:26.4375rem;left:2.3125rem;font-size:1.0625rem;color:#020410;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#SHIUOXXVscJVohlWgXU4N7LTCGxuwtWa { width:1.4375rem;height:1.5rem;top:36.0625rem;left:14.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#HQOlhshWMlKLXRrmMMFcN32eDWESRasK { width:1.75rem;height:1.75rem;top:33.892189025879rem;left:16.812500357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#azRvQBSyzZamVXZKLaVawtleMNIP3Mhu { width:19.375rem;height:18.375rem;top:21.125rem;left:0.3125rem;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15001;display:block; }
#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { background-color: transparent; background-image: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row > .video-iframe-container { display: none; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .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); }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { border-width: 0; border-radius: 0; }#ccOix5cHgopvtf2h92LJIcCWTD8NofD0 > .row .container { width:20rem;height:54.125rem;position:relative;display:block; }#OImEK5et8XxEfPCkCID4V3cLpr3zlpkV { width:15.875rem;height:1.625rem;top:3rem;left:2.0625rem;font-size:1.25rem;color:#fff6e3;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#OACLPNMaD1pWHwB3qiw7WtsqFoeM07Ll { width:16.9375rem;height:9.5625rem;top:6.8125rem;left:1.75rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#mtXoDtbVfpraH5lEgzVl9PTHpdArkKTv { width:1.4375rem;height:1.5rem;top:16.375rem;left:14.09375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#lmDHRNx4uDtQR3TnSlr1ZdJGgzPixI80 { width:1.75rem;height:1.75rem;top:16.642188549042rem;left:16.375000357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#ueup0iJ2hpqprLmO4l1qrxI5cEXNSxwk { width:17.625rem;height:3.25rem;top:22.8125rem;left:1.1875rem;font-size:1.25rem;color:#1333c5;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#PdI9ewuyhlUBLJIfESykX86k9WfLb47R { width:17.25rem;height:11.15625rem;top:26.875rem;left:1.875rem;font-size:1.0625rem;color:#020515;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
#XE4VZgqxJFV4lneBsk99AMLp6Xq7PCGd { width:1.4375rem;height:1.5rem;top:37.72500038147rem;left:17.625000357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#b0RDWM9GO1cVn2Bsh0MaLm8LWI1U8CD1 { width:1.75rem;height:1.75rem;top:36.175001144409rem;left:13.937500357628rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#Q4n4Mo2boHT8ZyZlxe2NzGRW2AabzTxk { width:19.375rem;height:18.375rem;top:1.359375rem;left:0.3125rem;background-color:transparent;background-image: -webkit-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -moz-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -ms-linear-gradient(55deg, #0505ed, #1e2d56);background-image: -o-linear-gradient(55deg, #0505ed, #1e2d56);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0505ed', endColorstr='#1e2d56' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0505ed', endColorstr='#1e2d56' );";background-image: linear-gradient(55deg, #0505ed, #1e2d56);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15002;display:block; }
#A34TebsF0b3ho1tU5UkCzz6zTrizwKhD { width:19.375rem;height:18.375rem;top:21.671875rem;left:0.3125rem;background-color:#f4f4f4;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;z-index:15003;display:block; }
#o4oLW1WAmeq2iBsKFQDBVS1Q1b1ERFRK { top:42.6875rem;left:3.75rem;width:12.5rem;height:3.4375rem;line-height:1.3;text-align:center;text-align-last:center;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15007;font-family:changa;display:block; }
#TBDDelrukavoezbgD1VShSfPLEqJ7MO4 { display:block; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N { display:flex;width:2.1875rem;height:2.1875rem;top:43.3125rem;left:5.78125rem;font-size:1.5rem;z-index:15030; }
#wm63TWLkzxDNzn2uH6pypLlHxmyVHr4N > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#T6yGKyMHfRh5fqt8SBfdk7mW3oCDkIOa { top:47.5625rem;left:3.75rem;width:12.5rem;height:3.4375rem;text-align:center;text-align-last:center;background-color:#00bc4a;background-image:none;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;z-index:15007;display:block; }
#NBKZOUvOVeKww8LrbLpoFETkK1JTHQVx { display:block; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq { display:flex;width:1.875rem;height:1.875rem;top:48.375rem;left:12.1875rem;font-size:1.3125rem;z-index:15030; }
#Zvk1TIAJp0cfD2vX11nwdtTWZehzfgsq > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z { display:block; }#Z6ktzpMRB0QTRpbhcEZvZnPrTWVqUG5Z > .row .container { width:20rem;height:1.8125rem;position:relative;display:block; }#NbxTyxc2lDhJne2t78uSeacmGfme0Th7 { width:20rem;height:0.8125rem;top:0.599609375rem;left:0rem;font-size:0.625rem;text-align:center;text-align-last:center;font-family:tajawal;display:block; }
