.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #662dd1);background-image: -moz-linear-gradient(180deg, #013666, #662dd1);background-image: -ms-linear-gradient(180deg, #013666, #662dd1);background-image: -o-linear-gradient(180deg, #013666, #662dd1);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#662dd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#662dd1' );";background-image: linear-gradient(180deg, #013666, #662dd1);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { border-width: 0; border-radius: 0; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { font-size:14px;font-family:arial;height:747px;width:960px;overflow:visible;position:relative;display:block; }#N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { color:#ffffff;display:block;width:348px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:211px;left:0px;height:201.6px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { position:absolute;display:block;z-index:15051;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;height:47px;width:100px;top:41px;left:157.5px;overflow:hidden;display:block; }
#phwaTS5foz46LZEaIOQT48JVw7M0d61W { color:#ffffff;display:block;width:372px;position:absolute;font-family:"dax medium";font-size:48px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:124px;left:29.5px;height:104px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { color:#ffffff;display:block;width:345px;position:absolute;font-family:inter;font-size:19px;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:475px;left:42px;height:56px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hXuoTUow4PDoCNf6ILClsWxvKteETUEV { position:absolute;display:block;z-index:15007;background-color:#013666;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;box-shadow: 5px 5px 13px rgba(0,0,0,0.1) ;height:193px;width:390px;top:453px;left:21px;display:block; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#ffffff;padding-top:7.32px;padding-right:6.99px;padding-bottom:7.32px;padding-left:6.99px;display:block;align-items:center;width:41.89px;min-width:41.89px;height:39.27px;position:relative;font-family:inter;font-size:29.23px;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0px;left:0px;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:800px;border-top-right-radius:800px;border-bottom-left-radius:800px;border-bottom-right-radius:800px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.57px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:55.85px;height:13.6px;position:relative;font-family:inter;font-size:10.97px;font-weight:700;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0;font-style:normal; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:transparent;background-image:none;display:flex;justify-content:space-between;width:287px;height:72.08px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:575px;left:69px;z-index:15014; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #S9SNmTCwZagcKS9ubEO3qxeOe9789D4h { display:flex;position:relative;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #o3oAxRWWoLXPtGMJbR8iJoGV2nfFHEUe { width:auto; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #Xy5AZPfh5xfkthS9JBEEorsPWomKQFWE {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #qc5NIpRtzPg4rNQERxvCX4B8fEwhW2IC { display:flex;position:relative;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #enbgUDep74eFrGU55C7PywGk6JStNaCb {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #yd3AXO5LT0RFHwdEniK4TTNIVrs4SKe0 {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #MOFclyaQX16CUUICDZ6S0CD7ObZnK6KQ { display:flex;position:relative;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #F6MCi4WSKBmztVMRtTDbJ1yX1rZhWx7T {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #QMBdIDC55SydpceWtho3SQXKb3aKXMbG {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #DGUzx9FxLeddwQBqMDAhZ9kuKDxpCBge { display:flex;position:relative;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #UdIFEKQmnMHucbdGEQ9HbvT7QpEFcnqs {  }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #e5e21gXE9pcS2cAiWFE3zrAPw69rihQl {  }
#k73DEnOUoKbsKZelytlyqGGxNTCwh57b { color:#ffffff;display:block;width:358px;position:absolute;font-family:inter;font-size:20px;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:248.26249694824px;left:28.5px;height:48px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { position:absolute;display:block;z-index:14996;background-color:#6b2cf7;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;box-shadow: 5px 5px 13px rgba(0,0,0,0.1) ;height:680px;width:442px;top:24px;left:518.00003051758px;display:block; }
#NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { position:absolute;display:block;z-index:15041;height:638px;width:411px;top:41px;left:534.00003051758px;display:block; }
#HxcNF6feApM3TQIeAs3bTxvpRxCf8PQB { position:absolute;display:block;z-index:15008;background-color:#6b2cf7;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;box-shadow: 5px 5px 13px rgba(0,0,0,0.1) ;height:122px;width:355px;top:558px;left:39px;display:block; }
#zrzOARv8QfWdIt25MnfqB3TaWLUTRw9q { color:#19e3db;display:block;width:169px;position:absolute;font-family:inter;font-size:80px;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:304.26251220703px;left:131px;height:88px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UkV2ZTLFx1nIMpsRJTxaJsonwPo2qPC2 { color:#19e3db;display:block;width:222px;position:absolute;font-family:inter;font-size:18px;font-weight:normal;z-index:15011;line-height:1.2;letter-spacing:0;top:392.26251220703px;left:96.5px;height:21px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#662dd1;background-image:url("https://images.assets-landingi.com/uc/2687d1a2-b6c5-43a4-b3f6-60bcacdf9281/image2.preview.mirror.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.adaptive-delivery-prevent-bg, #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.lazyload, #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.lazyloading { background-image: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { background-color: transparent; background-image: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container > .video-iframe-container { display: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row > .video-iframe-container { display: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .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); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { border-width: 0; border-radius: 0; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { font-size:14px;font-family:arial;height:557px;width:960px;position:relative;display:block; }#tdTnONKVaZT1KPzREALVKeeRNC0rzLlS { color:#013666;display:block;width:562px;position:absolute;font-family:inter;font-size:28px;font-weight:700;z-index:15002;line-height:1.4;letter-spacing:0;top:139px;left:0px;height:78px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#y5zdpTbUga24bzz37ybhHvmrX1DW2X30 { color:#013666;display:block;width:386px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:265px;left:46px;height:25px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lTcXM46qe1Fxetez7sGdxqTFx5bAMV3X { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:263px;left:13px; }
#yZiL9T7PSGJTZ5u301s2Ttb24fl1ZLwg { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:40px;width:435px;top:256px;left:0px;display:block; }
#X3s5HqtyqFpHlf5UQuFBw3PrltkiAPHI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:315px;left:13px; }
#xsvn9di1OO4RMgbJZCcuQfuwJ5a6EPym { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:416px;left:13px; }
#LVpJObKl7GziS4KCOnfLSTtU48lFA13n { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:365px;left:13px; }
#yMq2HdlDDDHwor9gOw1yTVuOu0E6SbG7 { color:#280166;display:block;width:407px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:170.00000572205px;left:49px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nmQWkmU0VmNK2ZSSUNgITl0KURQwtot7 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:40px;width:435px;top:308px;left:0px;display:block; }
#zWvTtGukNfTBs01Q9di2qUAkdcAMQ8D3 { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:40px;width:435px;top:360px;left:0px;display:block; }
#ID0yfDPzyA264sdbIfyXVXXmo9JL8CJW { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:40px;width:435px;top:410px;left:0px;display:block; }
#Q3u46WbHDpAlROT4NP4XuaGHIIQs1MPC { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:40px;width:435px;top:461px;left:0px;display:block; }
#J2QKaHIZDDguJvkWbdKJ1JFcSBbdCGLi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:27px;width:27px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:468px;left:13px; }
#ttSvRet9VIm018oDiXvUET7HrdWaRuub { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:441px;width:569px;top:661.41247558594px;left:414.17501831055px;overflow:hidden;display:none; }
#yeOBU8SSi7aGcfwNPKoxz6m3ONiKxufL { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:338px;width:435px;top:198.00002288818px;left:511.00001525879px;overflow:hidden;display:block; }
#Gsdiuqh2THVToEIbvgRPT1c2cO1aJ0t8 { color:#013666;display:block;width:386px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:315.75px;left:46.799987792969px;height:25px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDxCDVncfBmGQNMEptqxTCHahEFP7F84 { color:#013666;display:block;width:386px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:367.30001831055px;left:46.799987792969px;height:25px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#clZEVqOEB5zOztAUQ70i5IkQtRHr5vai { color:#013666;display:block;width:386px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15008;line-height:1.7;letter-spacing:0;top:416.75px;left:46.799987792969px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G9VqaRaebKQ920HJuf7bIDr4XrmyaTOu { color:#013666;display:block;width:386px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15009;line-height:1.7;letter-spacing:0;top:468.25px;left:46.799987792969px;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container { background-color: transparent; background-image: none; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container > .video-iframe-container { display: none; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row > .video-iframe-container { display: none; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .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); }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container { border-width: 0; border-radius: 0; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#aD3pXuR0oqEXXaQUp3Bq6L8m3T1FVQgt { background-color:#19e3db;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: 0 4px 10px rgba(0,12,67,0.2) ;box-sizing:border-box;color:#280166;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:396px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:65px;left:282.00003051758px;display:block; }
#HErKdMh3oIFiUxzIVClSfrSU1wMcU0dM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container { background-color: transparent; background-image: none; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container > .video-iframe-container { display: none; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row > .video-iframe-container { display: none; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .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); }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container { border-width: 0; border-radius: 0; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container { font-size:14px;font-family:arial;height:434px;width:960px;position:relative;display:block; }#ErKXTJ7gIGlc1MSkvIAGXT82n9T5CZQ6 { color:#280166;display:block;width:322px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:161px;left:128px;height:168px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xFcFIzf5REk2CioaNsExxXnsgJlmDpyI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:94px;left:129px; }
#RPGwFoKQkCqtxRnBHCGyyz0mOHMMnaUn { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:198px;width:360px;top:147px;left:107px;display:block; }
#hUPRnqBoIh1ihFM9QDGesPTevnOWqTHZ { color:#ffffff;display:block;width:248px;position:absolute;font-family:inter;font-size:20px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:101px;left:180px;height:28px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xlXw0fVUbZ19TSQTsIXLCQEq4u82BbqQ { position:absolute;display:block;z-index:15014;background-color:#ff4d4d;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:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;height:2px;width:320px;top:194px;left:127px;display:block; }
#qlCAfRK1AhPTGGdId5l76SKR2XZ9KvUU { position:absolute;display:block;z-index:15015;background-color:#ff4d4d;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:2px;width:320px;top:244px;left:129px;display:block; }
#TlpiwBMrNC9KZZdId69cweilCWUsxBXb { position:absolute;display:block;z-index:15002;background-color:#013666;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:54px;width:360px;top:87px;left:107px;display:block; }
#bJVsfJBk8J4iHuOk7LQeFv80pTxea4Sf { position:absolute;display:block;z-index:15011;background-color:#013666;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:54px;width:360px;top:87px;left:493px;display:block; }
#cNV5ORll05JN1nTqBJsMHmxCSsx7h4rl { color:#280166;display:block;width:320px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:161px;left:513px;height:168px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HreqgSbkUMuCrdkvMdcTtcATUquK8TXq { color:#ffffff;display:block;width:282px;position:absolute;font-family:inter;font-size:20px;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:100px;left:559px;height:28px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#DNBfWytgLWJlRcC9CFe3mhbabiu73RrI { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:41px;width:41px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:93px;left:513px; }
#C9Egy9nPOLKJt6iVwTd6wUBewkrocWQD { position:absolute;display:block;z-index:15016;background-color:#ff4d4d;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:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:2px;width:320px;top:291px;left:129px;display:block; }
#OhSueTdkmcr9eVrODlM9T7VFzpFmHh7o { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:200px;width:360px;top:147px;left:493px;display:block; }
#R2qdmOeWknqg61wX99OALev6vNKJ0e1J { position:absolute;display:block;z-index:15019;background-color:#09d4e1;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:2px;width:320px;top:244px;left:513px;display:block; }
#fd9IHFQcyTMevxhnUf8McCd3M0LZ0th0 { position:absolute;display:block;z-index:15020;background-color:#09d4e1;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:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:2px;width:320px;top:291px;left:513px;display:block; }
#pctmgSNoWvnhzwzwA8bcWgsAlVHkwWIC { position:absolute;display:block;z-index:15022;background-color:#09d4e1;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:99px;border-top-right-radius:99px;border-bottom-left-radius:99px;border-bottom-right-radius:99px;height:2px;width:320px;top:194px;left:513px;display:block; }
#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#013666;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; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container { background-color: transparent; background-image: none; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container > .video-iframe-container { display: none; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row > .video-iframe-container { display: none; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .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); }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container { border-width: 0; border-radius: 0; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container { font-size:14px;font-family:arial;height:735px;width:960px;position:relative;display:block; }#JwT0vtraqQzqNl32HJD5enzxu1Z8LGMM { color:#09d4e1;display:block;width:591px;position:absolute;font-family:inter;font-size:30px;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:48.962501525879px;left:184.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pOSIMD5u9BV7EiEa2tTms7p2DcwTBMSf { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:214px;width:245px;top:191px;left:0px;display:block; }
#ctbgUtrKVFsRR1Z6SfGKraTvoFLg3d9M { color:#280166;display:block;width:194px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:263px;left:26px;height:120px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPWbZhMHziy5CBk6bo7gaaMNQVkee1ZA { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:214px;width:245px;top:191px;left:261px;display:block; }
#HU8Hkhhtilv6H1XwN20R2PM3r9wA9dgI { color:#280166;display:block;width:209px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:263px;left:283px;height:120px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NTLQgckiMqLXTLDTOl4LSynIiRxS7LyM { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:210px;left:26px; }
#Z78xCfJFrUuy6beFZKfgDuuACDxPL0QV { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:210px;left:281px; }
#Ne3u1p904gaf87ZbrBiSGV7FNZNTqnJw { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:213px;width:245px;top:424px;left:0px;display:block; }
#raNBwPWHdvbcQCpMEpPrKrOk3BlQirTb { color:#280166;display:block;width:209px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:496px;left:22px;height:120px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DWBIifggAiXa1yB0V8aLhV4v2VXdfpEk { box-sizing:content-box;color:#5d92ff;font-size:29px;font-weight:400;line-height:1;height:42px;width:42px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:445px;left:22px; }
#ZLNxBgyRLibCeA0CRaRcBI9qHAEwOvZu { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:217px;width:245px;top:424px;left:261px;display:block; }
#k2KDa6z5DOQ6TIzt8xx2E15yAHfnntsl { color:#280166;display:block;width:209px;position:absolute;font-family:inter;font-size:15px;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:496px;left:279px;height:120px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fL5odTWVNxeqTXTLBFyEUEnHnPwFf1mz { box-sizing:content-box;color:#5d92ff;font-size:28px;font-weight:400;line-height:1;height:40px;width:40px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:444px;left:276px; }
#kWXam9Tvrw2b1T2FAMPf7asqnRoi2gl8 { position:absolute;display:block;z-index:15051;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;height:616px;width:483px;top:108px;left:477.00003051758px;overflow:hidden;display:block; }
#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container { background-color: transparent; background-image: none; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container > .video-iframe-container { display: none; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row > .video-iframe-container { display: none; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .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); }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container { border-width: 0; border-radius: 0; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container { font-size:14px;font-family:arial;height:180px;width:960px;position:relative;display:block; }#tUxS2Hzr6buJW3d3Gc3zLCpphoCMgOT6 { background-color:#19e3db;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: 0 4px 10px rgba(0,12,67,0.2) ;box-sizing:border-box;color:#013666;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:501px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:65px;left:229.5px;display:block; }
#cO5DODPZZLZ7awK5exkwNUVQXEXxQ81e { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6b2cf7;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; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container { background-color: transparent; background-image: none; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container > .video-iframe-container { display: none; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row > .video-iframe-container { display: none; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .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); }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container { border-width: 0; border-radius: 0; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container { font-size:14px;font-family:arial;height:400px;width:960px;position:relative;display:block; }#vZSXf5Nr1XVpBWMXxld9hTx0riTTTHlS { color:#ffffff;display:block;width:528px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:150.80000686646px;left:213.5px;height:75px;text-align:center;text-align-last:center;display:block; }
#NCI6NchnB4cKrUeWw9SL9BgtzMn7SXx2 { color:#ffffff;display:block;width:139px;position:absolute;font-family:inter;font-size:20px;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:289px;left:454px;height:34px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Sz5Gq7EQ8mZTSJwJkp4ZA90AbB8BUpSn { color:#ffffff;display:block;width:498px;position:absolute;font-family:inter;font-size:30px;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:54.987499237061px;left:228.5px;height:78px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihTilS3sQ1DH5uCBI7fUFOdI5iuRfkU0 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:78px;width:78px;top:267px;left:362px;overflow:hidden;display:block; }
#ELiWbU3VqyHQDOEsdW3uq9s1c0G33DoJ { position:absolute;display:block;z-index:14998;background-color:#6a0dfd;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:13px;border-top-right-radius:13px;border-bottom-left-radius:13px;border-bottom-right-radius:0;height:78px;width:78px;top:267px;left:287px;display:block; }
#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container { background-color: transparent; background-image: none; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container > .video-iframe-container { display: none; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row > .video-iframe-container { display: none; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .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); }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container { border-width: 0; border-radius: 0; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container { font-size:14px;font-family:arial;height:133px;width:960px;position:relative;display:block; }#Q9Da8Fu4hZHntrMvuaIPvsR0JyBKZEvq { color:#013666;display:block;width:707px;position:absolute;font-family:inter;font-size:38px;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:26.599975585938px;left:126.5px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8438a4c4-b5a6-490c-8ee7-4af385f2c04d/image9.preview.mirror.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH.adaptive-delivery-prevent-bg, #wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH.lazyload, #wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH.lazyloading { background-image: none; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container { background-color: transparent; background-image: none; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container > .video-iframe-container { display: none; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row > .video-iframe-container { display: none; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .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); }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container { border-width: 0; border-radius: 0; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container { font-size:14px;font-family:arial;height:448px;width:960px;position:relative;display:block; }#vtJCB9q0TcoLwsSWxB2Ebm8MNWuNcQOF { color:#ffffff;display:block;width:238px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:226px;left:720.00003051758px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4g6zmtT1IdItV7ST7THonFJT0ye0svF { color:#ffffff;display:block;width:243px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:228px;left:354px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yDLK3aMpl721cgMR80JH5qAVC9aIo6Pl { color:#ffffff;display:block;width:303px;position:absolute;font-family:inter;font-size:20px;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:228px;left:0px;height:52px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pEqGISAMBotm47zhlsQT3lUIlR3mQiHq { color:#280166;display:block;width:445px;position:absolute;font-family:inter;font-size:16px;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:21.962493896484px;left:257.50003051758px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ovVwMBkW3p6PXX5rmtwn5eU6SJxUXPDO { background-color:#09d4e1;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:700px;border-top-right-radius:700px;border-bottom-left-radius:700px;border-bottom-right-radius:700px;box-shadow: 0 4px 10px rgba(0,12,67,0.2) ;box-sizing:border-box;color:#013666;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:inter;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:440px;height:50px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:342.98751831055px;left:260.00003051758px;display:block; }
#PZifD77gIcXA22gd8L5AVWTIAZptTD0m { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#O203OoGJgTXkub1WZpCiZVloNLgEHnJf { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:179.80001831055px;left:0px; }
#OQdaJgmXnALVqC4x5Z8vPq8fkF6dDbEe { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:179.80001831055px;left:354.00003051758px; }
#lH2ViGTxATQBUoNHimRSWf226JiNBSgV { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:179.80001831055px;left:720.00003051758px; }
#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container { background-color: transparent; background-image: none; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container > .video-iframe-container { display: none; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row > .video-iframe-container { display: none; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .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); }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container { border-width: 0; border-radius: 0; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container { font-size:14px;font-family:arial;height:172px;width:960px;position:relative;display:block; }#XfnaA9KuVGlbDoLlwAsEO5ZZc9MiG52v { color:#6b2cf7;display:block;width:700px;position:absolute;font-family:inter;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:60px;left:130px;height:20px;text-align:center;text-align-last:center;display:block; }
#b3pNvZGqSxRlnPMM0oM6fWWV35KuC8aJ { color:#280166;display:block;width:733px;position:absolute;font-family:inter;font-size:30px;font-weight:700;z-index:15034;line-height:1.4;letter-spacing:0;top:80.787490844727px;left:113.5px;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container { background-color: transparent; background-image: none; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container > .video-iframe-container { display: none; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row > .video-iframe-container { display: none; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .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); }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container { border-width: 0; border-radius: 0; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#l3FT3OSoueTgp7LQ8EkSSVGNznD2yCxK { color:#280166;display:block;width:756px;position:absolute;font-family:inter;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.987487792969px;left:80px;height:28px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container { background-color: transparent; background-image: none; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container > .video-iframe-container { display: none; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row > .video-iframe-container { display: none; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .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); }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container { border-width: 0; border-radius: 0; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container { font-size:14px;font-family:arial;height:57px;width:960px;position:relative;display:block; }#IkRrrdViWFrNfdPBQVeT7OUv9iECdhnV { color:#494949;display:block;width:756px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:0px;left:82px;height:25px;text-align:left;text-align-last:left;display:block; }
#FOlqHy2GeWK1IN839LRD18u47nJsM5on { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container { background-color: transparent; background-image: none; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container > .video-iframe-container { display: none; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row > .video-iframe-container { display: none; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .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); }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container { border-width: 0; border-radius: 0; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#CR5OmOwfHFyv5byTaOxDdv74mTRPlkpm { color:#280166;display:block;width:756px;position:absolute;font-family:inter;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.987487792969px;left:80px;height:28px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S7nLny95Gkd1aleTi5zVTk6RamZannEt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container { background-color: transparent; background-image: none; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container > .video-iframe-container { display: none; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row > .video-iframe-container { display: none; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .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); }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container { border-width: 0; border-radius: 0; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container { font-size:14px;font-family:arial;height:68px;width:960px;position:relative;display:block; }#ZgUQInokakav1URLLZbdKAoTT2HmVsaN { color:#494949;display:block;width:756px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:0px;left:82px;height:25px;text-align:left;text-align-last:left;display:block; }
#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container { background-color: transparent; background-image: none; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container > .video-iframe-container { display: none; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row > .video-iframe-container { display: none; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .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); }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container { border-width: 0; border-radius: 0; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#hkEPsmhGWz6VciDPT2oIDaXmIRvP8Ptn { color:#280166;display:block;width:756px;position:absolute;font-family:inter;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.987487792969px;left:80px;height:28px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container { background-color: transparent; background-image: none; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container > .video-iframe-container { display: none; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row > .video-iframe-container { display: none; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .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); }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container { border-width: 0; border-radius: 0; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container { font-size:14px;font-family:arial;height:89px;width:960px;position:relative;display:block; }#XRd5nTPJUBJxaN301DkVFglnnguNZfq3 { color:#494949;display:block;width:756px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:0px;left:82px;height:50px;text-align:left;text-align-last:left;display:block; }
#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container { background-color: transparent; background-image: none; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container > .video-iframe-container { display: none; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row > .video-iframe-container { display: none; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .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); }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container { border-width: 0; border-radius: 0; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container { font-size:14px;font-family:arial;height:76px;width:960px;position:relative;display:block; }#vuxNTpnbQRZBqgTaRGMXhDSDwDZgRnLi { color:#280166;display:block;width:756px;position:absolute;font-family:inter;font-size:22px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.987487792969px;left:80px;height:28px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e4e6eb;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; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container { background-color: transparent; background-image: none; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container > .video-iframe-container { display: none; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row > .video-iframe-container { display: none; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .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); }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container { border-width: 0; border-radius: 0; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container { font-size:14px;font-family:arial;height:89px;width:960px;position:relative;display:block; }#o3I2Bl31TWRntiat7NsHFtrP1PWmLGmA { color:#494949;display:block;width:756px;position:absolute;font-family:inter;font-size:14px;font-weight:normal;z-index:15005;line-height:1.8;letter-spacing:0;top:0px;left:82px;height:50px;text-align:left;text-align-last:left;display:block; }
#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#280166;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; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { background-color: transparent; background-image: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { display: none; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .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); }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { border-width: 0; border-radius: 0; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { font-size:14px;font-family:arial;height:117px;width:960px;position:relative;display:block; }#fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { position:absolute;display:block;z-index:15067;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:44px;width:94px;top:40.000030517578px;left:0px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { width:320px;height:;top:196px;left:0px;font-size:14px;display:none; }
 }@media only screen and (max-width: 763px) { #bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { top:41px;left:59.5px;width:100px;height:47px;display:block; }
 }@media only screen and (max-width: 763px) { #phwaTS5foz46LZEaIOQT48JVw7M0d61W { width:372px;height:105px;top:124px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { width:345px;height:57px;top:475px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hXuoTUow4PDoCNf6ILClsWxvKteETUEV { width:390px;height:193px;top:453px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT { display:flex;width:288px;height:81px;top:0px;left:372px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #S9SNmTCwZagcKS9ubEO3qxeOe9789D4h { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #o3oAxRWWoLXPtGMJbR8iJoGV2nfFHEUe {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #Xy5AZPfh5xfkthS9JBEEorsPWomKQFWE {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #qc5NIpRtzPg4rNQERxvCX4B8fEwhW2IC { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #enbgUDep74eFrGU55C7PywGk6JStNaCb {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #yd3AXO5LT0RFHwdEniK4TTNIVrs4SKe0 {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #MOFclyaQX16CUUICDZ6S0CD7ObZnK6KQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #F6MCi4WSKBmztVMRtTDbJ1yX1rZhWx7T {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #QMBdIDC55SydpceWtho3SQXKb3aKXMbG {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #DGUzx9FxLeddwQBqMDAhZ9kuKDxpCBge { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #UdIFEKQmnMHucbdGEQ9HbvT7QpEFcnqs {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #e5e21gXE9pcS2cAiWFE3zrAPw69rihQl {  }
 }@media only screen and (max-width: 763px) { #k73DEnOUoKbsKZelytlyqGGxNTCwh57b { width:358px;height:48px;top:248px;left:0px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { width:442px;height:680px;top:24px;left:322px;display:block; }
 }@media only screen and (max-width: 763px) { #NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { top:41px;left:353px;width:411px;height:638px;display:block; }
 }@media only screen and (max-width: 763px) { #HxcNF6feApM3TQIeAs3bTxvpRxCf8PQB { width:355px;height:122px;top:558px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #zrzOARv8QfWdIt25MnfqB3TaWLUTRw9q { width:169px;height:88px;top:304px;left:33px;font-size:60px;display:block; }
 }@media only screen and (max-width: 763px) { #UkV2ZTLFx1nIMpsRJTxaJsonwPo2qPC2 { width:222px;height:21px;top:392px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU { display:block; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdTnONKVaZT1KPzREALVKeeRNC0rzLlS { width:562px;height:78px;top:139px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #y5zdpTbUga24bzz37ybhHvmrX1DW2X30 { width:386px;height:25px;top:265px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lTcXM46qe1Fxetez7sGdxqTFx5bAMV3X { top:263px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yZiL9T7PSGJTZ5u301s2Ttb24fl1ZLwg { top:256px;left:0px;width:435px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #X3s5HqtyqFpHlf5UQuFBw3PrltkiAPHI { top:315px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #xsvn9di1OO4RMgbJZCcuQfuwJ5a6EPym { top:416px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #LVpJObKl7GziS4KCOnfLSTtU48lFA13n { top:365px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #yMq2HdlDDDHwor9gOw1yTVuOu0E6SbG7 { width:282px;height:;top:563px;left:0px;font-size:13px;display:none; }
 }@media only screen and (max-width: 763px) { #nmQWkmU0VmNK2ZSSUNgITl0KURQwtot7 { top:308px;left:0px;width:435px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #zWvTtGukNfTBs01Q9di2qUAkdcAMQ8D3 { top:360px;left:0px;width:435px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #ID0yfDPzyA264sdbIfyXVXXmo9JL8CJW { top:410px;left:0px;width:435px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3u46WbHDpAlROT4NP4XuaGHIIQs1MPC { top:461px;left:0px;width:435px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #J2QKaHIZDDguJvkWbdKJ1JFcSBbdCGLi { top:468px;left:0px;width:27px;height:27px;display:block; }
 }@media only screen and (max-width: 763px) { #ttSvRet9VIm018oDiXvUET7HrdWaRuub { top:661px;left:168px;width:569px;height:441px;display:none; }
 }@media only screen and (max-width: 763px) { #yeOBU8SSi7aGcfwNPKoxz6m3ONiKxufL { top:198px;left:73px;width:435px;height:338px;display:block; }
 }@media only screen and (max-width: 763px) { #Gsdiuqh2THVToEIbvgRPT1c2cO1aJ0t8 { width:386px;height:;top:315px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fDxCDVncfBmGQNMEptqxTCHahEFP7F84 { width:386px;height:;top:367px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #clZEVqOEB5zOztAUQ70i5IkQtRHr5vai { width:386px;height:;top:416px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #G9VqaRaebKQ920HJuf7bIDr4XrmyaTOu { width:386px;height:;top:468px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w { display:block; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD3pXuR0oqEXXaQUp3Bq6L8m3T1FVQgt { width:396px;height:50px;top:65px;left:184.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #HErKdMh3oIFiUxzIVClSfrSU1wMcU0dM { display:block; }
 }@media only screen and (max-width: 763px) { #EbvFB1Z1xRp15lh5sDatFvevG3vV7yol { display:block; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErKXTJ7gIGlc1MSkvIAGXT82n9T5CZQ6 { width:322px;height:168px;top:161px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #xFcFIzf5REk2CioaNsExxXnsgJlmDpyI { top:94px;left:96px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #RPGwFoKQkCqtxRnBHCGyyz0mOHMMnaUn { top:147px;left:0px;width:360px;height:198px;display:block; }
 }@media only screen and (max-width: 763px) { #hUPRnqBoIh1ihFM9QDGesPTevnOWqTHZ { width:248px;height:28px;top:101px;left:6px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #xlXw0fVUbZ19TSQTsIXLCQEq4u82BbqQ { top:194px;left:0px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #qlCAfRK1AhPTGGdId5l76SKR2XZ9KvUU { top:244px;left:0px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TlpiwBMrNC9KZZdId69cweilCWUsxBXb { top:87px;left:0px;width:360px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #bJVsfJBk8J4iHuOk7LQeFv80pTxea4Sf { top:87px;left:148px;width:360px;height:54px;display:block; }
 }@media only screen and (max-width: 763px) { #cNV5ORll05JN1nTqBJsMHmxCSsx7h4rl { width:320px;height:168px;top:161px;left:188px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HreqgSbkUMuCrdkvMdcTtcATUquK8TXq { width:282px;height:28px;top:100px;left:226px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #DNBfWytgLWJlRcC9CFe3mhbabiu73RrI { top:93px;left:414px;width:41px;height:41px;display:block; }
 }@media only screen and (max-width: 763px) { #C9Egy9nPOLKJt6iVwTd6wUBewkrocWQD { top:291px;left:0px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #OhSueTdkmcr9eVrODlM9T7VFzpFmHh7o { top:147px;left:148px;width:360px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #R2qdmOeWknqg61wX99OALev6vNKJ0e1J { top:244px;left:188px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #fd9IHFQcyTMevxhnUf8McCd3M0LZ0th0 { top:291px;left:188px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #pctmgSNoWvnhzwzwA8bcWgsAlVHkwWIC { top:194px;left:188px;width:320px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE { display:block; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwT0vtraqQzqNl32HJD5enzxu1Z8LGMM { width:591px;height:78px;top:48px;left:86.5px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #pOSIMD5u9BV7EiEa2tTms7p2DcwTBMSf { top:191px;left:0px;width:245px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #ctbgUtrKVFsRR1Z6SfGKraTvoFLg3d9M { width:194px;height:120px;top:263px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #xPWbZhMHziy5CBk6bo7gaaMNQVkee1ZA { top:191px;left:163px;width:245px;height:214px;display:block; }
 }@media only screen and (max-width: 763px) { #HU8Hkhhtilv6H1XwN20R2PM3r9wA9dgI { width:209px;height:120px;top:263px;left:185px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NTLQgckiMqLXTLDTOl4LSynIiRxS7LyM { top:210px;left:0px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Z78xCfJFrUuy6beFZKfgDuuACDxPL0QV { top:210px;left:183px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #Ne3u1p904gaf87ZbrBiSGV7FNZNTqnJw { top:424px;left:0px;width:245px;height:213px;display:block; }
 }@media only screen and (max-width: 763px) { #raNBwPWHdvbcQCpMEpPrKrOk3BlQirTb { width:209px;height:120px;top:496px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #DWBIifggAiXa1yB0V8aLhV4v2VXdfpEk { top:445px;left:0px;width:42px;height:42px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLNxBgyRLibCeA0CRaRcBI9qHAEwOvZu { top:424px;left:163px;width:245px;height:217px;display:block; }
 }@media only screen and (max-width: 763px) { #k2KDa6z5DOQ6TIzt8xx2E15yAHfnntsl { width:209px;height:120px;top:496px;left:181px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #fL5odTWVNxeqTXTLBFyEUEnHnPwFf1mz { top:444px;left:178px;width:40px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #kWXam9Tvrw2b1T2FAMPf7asqnRoi2gl8 { top:108px;left:281px;width:483px;height:616px;display:block; }
 }@media only screen and (max-width: 763px) { #h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS { display:block; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUxS2Hzr6buJW3d3Gc3zLCpphoCMgOT6 { width:501px;height:50px;top:65px;left:131.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cO5DODPZZLZ7awK5exkwNUVQXEXxQ81e { display:block; }
 }@media only screen and (max-width: 763px) { #l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB { display:block; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZSXf5Nr1XVpBWMXxld9hTx0riTTTHlS { width:528px;height:76px;top:150px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #NCI6NchnB4cKrUeWw9SL9BgtzMn7SXx2 { width:139px;height:34px;top:289px;left:243px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5Gq7EQ8mZTSJwJkp4ZA90AbB8BUpSn { width:498px;height:78px;top:54px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ihTilS3sQ1DH5uCBI7fUFOdI5iuRfkU0 { top:267px;left:304px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #ELiWbU3VqyHQDOEsdW3uq9s1c0G33DoJ { top:267px;left:238px;width:78px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 { display:block; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Da8Fu4hZHntrMvuaIPvsR0JyBKZEvq { width:707px;height:;top:26px;left:28.5px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH { display:block; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtJCB9q0TcoLwsSWxB2Ebm8MNWuNcQOF { width:238px;height:52px;top:226px;left:526px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W4g6zmtT1IdItV7ST7THonFJT0ye0svF { width:243px;height:52px;top:228px;left:256.00003051758px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #yDLK3aMpl721cgMR80JH5qAVC9aIo6Pl { width:303px;height:52px;top:228px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #pEqGISAMBotm47zhlsQT3lUIlR3mQiHq { width:445px;height:;top:21px;left:159.50003051758px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ovVwMBkW3p6PXX5rmtwn5eU6SJxUXPDO { width:440px;height:50px;top:342px;left:162.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #PZifD77gIcXA22gd8L5AVWTIAZptTD0m { display:block; }
 }@media only screen and (max-width: 763px) { #O203OoGJgTXkub1WZpCiZVloNLgEHnJf { top:179px;left:0px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #OQdaJgmXnALVqC4x5Z8vPq8fkF6dDbEe { top:179px;left:256.00003051758px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #lH2ViGTxATQBUoNHimRSWf226JiNBSgV { top:179px;left:622.00003051758px;width:34px;height:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA { display:block; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfnaA9KuVGlbDoLlwAsEO5ZZc9MiG52v { width:700px;height:20px;top:60px;left:32px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #b3pNvZGqSxRlnPMM0oM6fWWV35KuC8aJ { width:733px;height:;top:80px;left:15.5px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h { display:block; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3FT3OSoueTgp7LQ8EkSSVGNznD2yCxK { width:756px;height:28px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ad7bJsB0EMyvteLxXE99hzVITZO1GynK { display:block; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkRrrdViWFrNfdPBQVeT7OUv9iECdhnV { width:756px;height:25px;top:0px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #FOlqHy2GeWK1IN839LRD18u47nJsM5on { display:block; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CR5OmOwfHFyv5byTaOxDdv74mTRPlkpm { width:756px;height:28px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #S7nLny95Gkd1aleTi5zVTk6RamZannEt { display:block; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgUQInokakav1URLLZbdKAoTT2HmVsaN { width:756px;height:25px;top:0px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl { display:block; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkEPsmhGWz6VciDPT2oIDaXmIRvP8Ptn { width:756px;height:28px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z { display:block; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRd5nTPJUBJxaN301DkVFglnnguNZfq3 { width:756px;height:50px;top:0px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG { display:block; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuxNTpnbQRZBqgTaRGMXhDSDwDZgRnLi { width:756px;height:28px;top:34px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z { display:block; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3I2Bl31TWRntiat7NsHFtrP1PWmLGmA { width:756px;height:50px;top:0px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { top:40px;left:0px;width:94px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #013666, #6b2cf7);background-image: -moz-linear-gradient(180deg, #013666, #6b2cf7);background-image: -ms-linear-gradient(180deg, #013666, #6b2cf7);background-image: -o-linear-gradient(180deg, #013666, #6b2cf7);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#013666', endColorstr='#6b2cf7' );";background-image: linear-gradient(180deg, #013666, #6b2cf7);background-size:cover !important;display:block; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { background-color: transparent; background-image: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row > .video-iframe-container { display: none; }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .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); }#xdVFrhycpxrvCrWHy240vb4Hcmn9qIL8 > .row .container { width:320px;height:1526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N6bEHuRHSaWXHmmUz5VLQVOl2wKS3z7S { width:320px;height:0;top:218.80000305176px;left:0px;font-size:14px;text-align:center;text-align-last:center;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #bX5cTTTODypO0MFadGak9Xu9VdVev0Ca { width:100px;height:47px;top:24px;left:109.99999809265px;display:block; }
 }@media only screen and (max-width: 763px) { #phwaTS5foz46LZEaIOQT48JVw7M0d61W { width:320px;height:76.8px;top:108px;left:0px;font-size:32px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cf89KPz20RsyOTawqaTfdeyA05S6hZe1 { width:309px;height:48px;top:423px;left:6px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hXuoTUow4PDoCNf6ILClsWxvKteETUEV { width:287px;height:94px;top:496px;left:17px;background-color:#6a0dfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-number { padding-top:7.19px;padding-right:6.27px;padding-bottom:7.19px;padding-left:6.27px;width:37.61px;min-width:37.61px;height:38.65px;font-size:28.76px;line-height:38.65px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:4.49px;margin-right:0;margin-bottom:0;margin-left:0;width:50.15px;height:15.28px;font-size:10.78px;line-height:15.28px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TyyhkBLDJcMeaC7GlQslAUrPEunXShRT { display:flex;width:265px;height:72.8px;top:508px;left:32px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #S9SNmTCwZagcKS9ubEO3qxeOe9789D4h { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #o3oAxRWWoLXPtGMJbR8iJoGV2nfFHEUe {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #Xy5AZPfh5xfkthS9JBEEorsPWomKQFWE {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #qc5NIpRtzPg4rNQERxvCX4B8fEwhW2IC { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #enbgUDep74eFrGU55C7PywGk6JStNaCb {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #yd3AXO5LT0RFHwdEniK4TTNIVrs4SKe0 {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #MOFclyaQX16CUUICDZ6S0CD7ObZnK6KQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #F6MCi4WSKBmztVMRtTDbJ1yX1rZhWx7T {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #QMBdIDC55SydpceWtho3SQXKb3aKXMbG {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #DGUzx9FxLeddwQBqMDAhZ9kuKDxpCBge { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #UdIFEKQmnMHucbdGEQ9HbvT7QpEFcnqs {  }
 }@media only screen and (max-width: 763px) { #TyyhkBLDJcMeaC7GlQslAUrPEunXShRT #e5e21gXE9pcS2cAiWFE3zrAPw69rihQl {  }
 }@media only screen and (max-width: 763px) { #k73DEnOUoKbsKZelytlyqGGxNTCwh57b { width:282px;height:40.8px;top:206px;left:19px;font-size:17px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Xv2BX1t4bpAOq7P7uXCczKb018bJiBG6 { width:320px;height:842px;top:632px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NdnH9mezFlxt1GLxwhwduip1nB6To2H2 { width:297px;height:807px;top:648px;left:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HxcNF6feApM3TQIeAs3bTxvpRxCf8PQB { width:320px;height:159px;top:406px;left:0px;z-index:14995;background-color:#280166;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zrzOARv8QfWdIt25MnfqB3TaWLUTRw9q { width:117px;height:72px;top:276px;left:101.49999809265px;font-size:60px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UkV2ZTLFx1nIMpsRJTxaJsonwPo2qPC2 { width:320px;height:21.6px;top:348px;left:0px;font-size:18px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU { background-color:#6b2cf7;background-image:url("https://images.assets-landingi.com/uc/2687d1a2-b6c5-43a4-b3f6-60bcacdf9281/image2.preview.mirror.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.adaptive-delivery-prevent-bg, #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.lazyload, #P56ibEfTP2DuegZV5kcFa5X0e6kZgihU.lazyloading { background-image: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { background-color: transparent; background-image: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container > .video-iframe-container { display: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row > .video-iframe-container { display: none; }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .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); }#P56ibEfTP2DuegZV5kcFa5X0e6kZgihU > .row .container { width:320px;height:913px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tdTnONKVaZT1KPzREALVKeeRNC0rzLlS { width:303px;height:78px;top:39.000015258789px;left:8.5000009536743px;font-size:20px;text-align:center;text-align-last:center;color:#ffffff;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y5zdpTbUga24bzz37ybhHvmrX1DW2X30 { width:197px;height:42px;top:231px;left:62px;font-size:14px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #lTcXM46qe1Fxetez7sGdxqTFx5bAMV3X { display:flex;width:20px;height:20px;top:239px;left:33px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #yZiL9T7PSGJTZ5u301s2Ttb24fl1ZLwg { width:280px;height:62px;top:220px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #X3s5HqtyqFpHlf5UQuFBw3PrltkiAPHI { display:flex;width:20px;height:20px;top:310px;left:33px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #xsvn9di1OO4RMgbJZCcuQfuwJ5a6EPym { display:flex;width:20px;height:20px;top:456px;left:33px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #LVpJObKl7GziS4KCOnfLSTtU48lFA13n { display:flex;width:20px;height:20px;top:383px;left:33px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #yMq2HdlDDDHwor9gOw1yTVuOu0E6SbG7 { width:254px;height:0;top:172px;left:44.000001907349px;font-size:13px;text-align:left;text-align-last:left;line-height:1.6;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #nmQWkmU0VmNK2ZSSUNgITl0KURQwtot7 { width:280px;height:62px;top:362px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zWvTtGukNfTBs01Q9di2qUAkdcAMQ8D3 { width:280px;height:62px;top:434px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ID0yfDPzyA264sdbIfyXVXXmo9JL8CJW { width:280px;height:62px;top:505px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Q3u46WbHDpAlROT4NP4XuaGHIIQs1MPC { width:280px;height:62px;top:291px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #J2QKaHIZDDguJvkWbdKJ1JFcSBbdCGLi { display:flex;width:20px;height:20px;top:527px;left:33px;font-size:14px; }
 }@media only screen and (max-width: 763px) { #ttSvRet9VIm018oDiXvUET7HrdWaRuub { width:314px;height:243px;top:606px;left:0px;z-index:15041;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yeOBU8SSi7aGcfwNPKoxz6m3ONiKxufL { width:141px;height:109px;top:1133px;left:21.500001907349px;display:none; }
 }@media only screen and (max-width: 763px) { #Gsdiuqh2THVToEIbvgRPT1c2cO1aJ0t8 { width:231px;height:21px;top:310px;left:64px;font-size:14px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fDxCDVncfBmGQNMEptqxTCHahEFP7F84 { width:164px;height:42px;top:372px;left:64px;font-size:14px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #clZEVqOEB5zOztAUQ70i5IkQtRHr5vai { width:215px;height:42px;top:445px;left:66px;font-size:14px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #G9VqaRaebKQ920HJuf7bIDr4XrmyaTOu { width:221px;height:42px;top:515px;left:63px;font-size:14px;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w { display:block; }#MKsC0uLDePAFXJRA1F6foBpa7WWrQR3w > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aD3pXuR0oqEXXaQUp3Bq6L8m3T1FVQgt { width:320px;height:52px;top:39px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #HErKdMh3oIFiUxzIVClSfrSU1wMcU0dM { display:block; }
 }@media only screen and (max-width: 763px) { #EbvFB1Z1xRp15lh5sDatFvevG3vV7yol { display:block; }#EbvFB1Z1xRp15lh5sDatFvevG3vV7yol > .row .container { width:320px;height:656px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ErKXTJ7gIGlc1MSkvIAGXT82n9T5CZQ6 { width:273px;height:147px;top:132px;left:26px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xFcFIzf5REk2CioaNsExxXnsgJlmDpyI { display:flex;width:35px;height:35px;top:61px;left:52px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #RPGwFoKQkCqtxRnBHCGyyz0mOHMMnaUn { width:290px;height:180px;top:114px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #hUPRnqBoIh1ihFM9QDGesPTevnOWqTHZ { width:169px;height:25.2px;top:66px;left:93px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xlXw0fVUbZ19TSQTsIXLCQEq4u82BbqQ { width:260px;height:2px;top:163px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qlCAfRK1AhPTGGdId5l76SKR2XZ9KvUU { width:260px;height:2px;top:204px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #TlpiwBMrNC9KZZdId69cweilCWUsxBXb { width:290px;height:54px;top:51px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #bJVsfJBk8J4iHuOk7LQeFv80pTxea4Sf { width:290px;height:54px;top:342px;left:15px;display:block; }
 }@media only screen and (max-width: 763px) { #cNV5ORll05JN1nTqBJsMHmxCSsx7h4rl { width:260px;height:168px;top:419px;left:30px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HreqgSbkUMuCrdkvMdcTtcATUquK8TXq { width:251px;height:25.2px;top:356px;left:48px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DNBfWytgLWJlRcC9CFe3mhbabiu73RrI { display:flex;width:35px;height:35px;top:351px;left:18px;font-size:24px; }
 }@media only screen and (max-width: 763px) { #C9Egy9nPOLKJt6iVwTd6wUBewkrocWQD { width:260px;height:2px;top:244px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #OhSueTdkmcr9eVrODlM9T7VFzpFmHh7o { width:290px;height:198px;top:404px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #R2qdmOeWknqg61wX99OALev6vNKJ0e1J { width:260px;height:2px;top:490px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #fd9IHFQcyTMevxhnUf8McCd3M0LZ0th0 { width:260px;height:2px;top:535px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #pctmgSNoWvnhzwzwA8bcWgsAlVHkwWIC { width:260px;height:2px;top:450px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE { display:block; }#hTfwk15H3q2TlvWXKNTwRbT5CVLm00UE > .row .container { width:320px;height:1121px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwT0vtraqQzqNl32HJD5enzxu1Z8LGMM { width:266px;height:93.6px;top:50px;left:27.000001907349px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pOSIMD5u9BV7EiEa2tTms7p2DcwTBMSf { width:155px;height:220px;top:201px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ctbgUtrKVFsRR1Z6SfGKraTvoFLg3d9M { width:124px;height:127.4px;top:269.39999389648px;left:15.5px;font-size:13px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #xPWbZhMHziy5CBk6bo7gaaMNQVkee1ZA { width:155px;height:220px;top:201px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #HU8Hkhhtilv6H1XwN20R2PM3r9wA9dgI { width:134px;height:145.6px;top:270.70001220703px;left:175.50000572205px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTLQgckiMqLXTLDTOl4LSynIiRxS7LyM { display:flex;width:40px;height:40px;top:221.30000305176px;left:57.499998092651px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #Z78xCfJFrUuy6beFZKfgDuuACDxPL0QV { display:flex;width:42px;height:42px;top:220.30000305176px;left:221.50000572205px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #Ne3u1p904gaf87ZbrBiSGV7FNZNTqnJw { width:155px;height:220px;top:435px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #raNBwPWHdvbcQCpMEpPrKrOk3BlQirTb { width:127px;height:145.6px;top:507px;left:14px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWBIifggAiXa1yB0V8aLhV4v2VXdfpEk { display:flex;width:42px;height:42px;top:454px;left:56.499998092651px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #ZLNxBgyRLibCeA0CRaRcBI9qHAEwOvZu { width:155px;height:220px;top:435px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #k2KDa6z5DOQ6TIzt8xx2E15yAHfnntsl { width:129px;height:166.4px;top:507px;left:178.00000572205px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fL5odTWVNxeqTXTLBFyEUEnHnPwFf1mz { display:flex;width:40px;height:40px;top:455px;left:222.50000572205px;font-size:30px; }
 }@media only screen and (max-width: 763px) { #kWXam9Tvrw2b1T2FAMPf7asqnRoi2gl8 { width:320px;height:408.11594202899px;top:693.40006103516px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS { display:block; }#h5Q7deKIhu4KWVFgo6a8nDraCJepTMeS > .row .container { width:320px;height:130px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUxS2Hzr6buJW3d3Gc3zLCpphoCMgOT6 { width:320px;height:52px;top:39px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cO5DODPZZLZ7awK5exkwNUVQXEXxQ81e { display:block; }
 }@media only screen and (max-width: 763px) { #l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB { display:block; }#l3pNdOJHM6ZQ4d4XT2tgmJ2VTaJzkCAB > .row .container { width:320px;height:409px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZSXf5Nr1XVpBWMXxld9hTx0riTTTHlS { width:320px;height:89.6px;top:140px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NCI6NchnB4cKrUeWw9SL9BgtzMn7SXx2 { width:125px;height:28.9px;top:278px;left:140px;font-size:17px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sz5Gq7EQ8mZTSJwJkp4ZA90AbB8BUpSn { width:287px;height:52px;top:40.977279663086px;left:16.500000953674px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihTilS3sQ1DH5uCBI7fUFOdI5iuRfkU0 { width:72px;height:72px;top:257px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #ELiWbU3VqyHQDOEsdW3uq9s1c0G33DoJ { width:78px;height:78px;top:328px;left:31px;display:block; }
 }@media only screen and (max-width: 763px) { #aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 { display:block; }#aSRHgyowLrnNTlpTNZU2Lp4gTowXZTt1 > .row .container { width:320px;height:144px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q9Da8Fu4hZHntrMvuaIPvsR0JyBKZEvq { width:283px;height:100.8px;top:42px;left:18.5px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH { display:block; }#wObX2gS6PsmTzRbnOgz7TRZJQfshBvIH > .row .container { width:320px;height:508px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vtJCB9q0TcoLwsSWxB2Ebm8MNWuNcQOF { width:239px;height:46.8px;top:295px;left:73px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4g6zmtT1IdItV7ST7THonFJT0ye0svF { width:230px;height:46.8px;top:207px;left:74px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yDLK3aMpl721cgMR80JH5qAVC9aIo6Pl { width:224px;height:46.8px;top:116px;left:74px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEqGISAMBotm47zhlsQT3lUIlR3mQiHq { width:320px;height:19.6px;top:21.599998474121px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ovVwMBkW3p6PXX5rmtwn5eU6SJxUXPDO { width:320px;height:52px;top:391px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #PZifD77gIcXA22gd8L5AVWTIAZptTD0m { display:block; }
 }@media only screen and (max-width: 763px) { #O203OoGJgTXkub1WZpCiZVloNLgEHnJf { display:flex;width:34px;height:34px;top:124.99968719482px;left:10.000000953674px; }
 }@media only screen and (max-width: 763px) { #OQdaJgmXnALVqC4x5Z8vPq8fkF6dDbEe { display:flex;width:34px;height:34px;top:216.00001144409px;left:10.000000953674px; }
 }@media only screen and (max-width: 763px) { #lH2ViGTxATQBUoNHimRSWf226JiNBSgV { display:flex;width:34px;height:34px;top:304.00001144409px;left:10.727272987366px; }
 }@media only screen and (max-width: 763px) { #Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA { display:block; }#Z9pgsXDJEXb9bQ2AuN3rLZB1K3tLKuMA > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XfnaA9KuVGlbDoLlwAsEO5ZZc9MiG52v { width:320px;height:20.8px;top:40.787490844727px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b3pNvZGqSxRlnPMM0oM6fWWV35KuC8aJ { width:231px;height:62.4px;top:71.568183898926px;left:44.500002861023px;font-size:26px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h { display:block; }#C1pQPO2cEDQ9y0J6h3T0spLMBCQrhy6h > .row .container { width:320px;height:139px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l3FT3OSoueTgp7LQ8EkSSVGNznD2yCxK { width:320px;height:57.2px;top:66.6875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ad7bJsB0EMyvteLxXE99hzVITZO1GynK { display:block; }#Ad7bJsB0EMyvteLxXE99hzVITZO1GynK > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IkRrrdViWFrNfdPBQVeT7OUv9iECdhnV { width:320px;height:70.2px;top:1px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOlqHy2GeWK1IN839LRD18u47nJsM5on { display:block; }#FOlqHy2GeWK1IN839LRD18u47nJsM5on > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CR5OmOwfHFyv5byTaOxDdv74mTRPlkpm { width:320px;height:57.2px;top:53.6875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S7nLny95Gkd1aleTi5zVTk6RamZannEt { display:block; }#S7nLny95Gkd1aleTi5zVTk6RamZannEt > .row .container { width:320px;height:53px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZgUQInokakav1URLLZbdKAoTT2HmVsaN { width:320px;height:46.8px;top:1px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl { display:block; }#E7S3i1zc5spCl7f8g6LTuwPoUqA6lLFl > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkEPsmhGWz6VciDPT2oIDaXmIRvP8Ptn { width:320px;height:57.2px;top:43.699951171875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z { display:block; }#G7cHUDc9EGNlBkzcN0VfxgB8DLz4ht8Z > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRd5nTPJUBJxaN301DkVFglnnguNZfq3 { width:320px;height:70.2px;top:1px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG { display:block; }#WhtTNnea0Og09zsBF30qcf8ZZt0zZPHG > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuxNTpnbQRZBqgTaRGMXhDSDwDZgRnLi { width:320px;height:57.2px;top:43.699951171875px;left:0px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z { display:block; }#V4den1Q4McnI9LltoOpgfT5pc5GtnM1Z > .row .container { width:320px;height:105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o3I2Bl31TWRntiat7NsHFtrP1PWmLGmA { width:320px;height:70.2px;top:1px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 { display:block; }#Nnu4P8Pelt6sqk5oKzqBTyPue6V2xcM7 > .row .container { width:320px;height:140px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEIaSdBq0JE6eb1MNIo7XtHRqpRzn5xb { width:91px;height:43px;top:37.999603271484px;left:114.50000286102px;display:block; }
 }