.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:284.4375rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#JXc12fnLefw5ZP9lXAdzEsNx0iMJVBBX { color:#000000;display:block;width:49.4375rem;position:absolute;font-family:oswald;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:3.59375rem;left:5.28125rem;height:6.75rem;text-align:center;text-align-last:center;display:block; }
#IECZ5E5wimTyJzRTbI8sPq42KwqLWFwP { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:5.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:107.375rem;left:8.25rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ff0000, #000000);background-image: -moz-linear-gradient(181deg, #ff0000, #000000);background-image: -ms-linear-gradient(181deg, #ff0000, #000000);background-image: -o-linear-gradient(181deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(181deg, #ff0000, #000000);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.72375rem;padding-right:0.66375rem;padding-bottom:0.72375rem;padding-left:0.66375rem;display:block;align-items:center;width:3.97875rem;min-width:3.97875rem;height:3.889375rem;position:relative;font-family:"open sans";font-size:2.895625rem;font-weight:400;line-height:62.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.30625rem;height:1.535625rem;position:relative;font-family:"open sans";font-size:1.085625rem;font-weight:700;line-height:24.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.875rem;height:7.45rem;padding-top:0.09rem;padding-right:0.094375rem;padding-bottom:0.09rem;padding-left:0.094375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:14.4375rem;left:23.467014312744rem;z-index:15012; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #dWfFZHIc02zkbF962WI44CbQpD3AmoZV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #uvxOrTh2neIEczEvZHTTVpdFX06q5VHv { width:auto; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #T3x8eBlugAPnHwcsbfFQp6qCHKagsRZi {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #qdWTTmI12IBtyCgOn7gksaA4l86JSs87 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #N1eUz9OaFceyFUd3EH9qkN6FnioqxsAo {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #LdFfBte8tiDwXixqVRxroGIhfCQCzGDF {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #arNkfbdOR8vcvoACZUFubfI8uKWJTUqX { display:flex;position:relative;top:0rem;left:0rem; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #IvNfIzuduXNM9gGl4TTHWFFi6arecsTG {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #y9QU8iMHeQUu3B3CDvUK09LgOn8QBrCJ {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #W2grMhtmFastV4eulTAci5ADNsTDUqAk { display:flex;position:relative;top:0rem;left:0rem; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #DmmaDcq7PyZn7KPrgdb7h0vogIyiCFNT {  }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #vR2o4LEVwAbw0FFGQK8N61NhVPIctGwU {  }
#knssKLnd5ncBRBl9Ok7auOkJScTh4UCM { color:#000000;display:block;width:39.375rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:11.1875rem;left:10.3125rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#fyWdDHKEswEkZC7Si5WWVcDwpVeklwV6 { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 0.5rem #6d0202 ;height:6.8125rem;width:55.9375rem;top:1.875rem;left:2.03125rem;display:block; }
#UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt { color:#000000;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:33.6796875rem;left:10.3125rem;height:68.93125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
#ECff0dLI1TLW4IdZ9zHk3HHxBhTw8reV { position:absolute;display:block;z-index:14998;background-color:rgba(0,77,255,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:116.375rem;width:50.375rem;top:24.375rem;left:4.8125rem;display:block; }
#mCy31ETEr7oRCyQZc1n07p9wbU1uXWwP { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:114.4375rem;left:8.1875rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#Jl41fUipHLzXascPKAfUCoffHPRu5JOB { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:26.513904094696rem;left:8.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#WxlT6TPV7hgwqvil3kDTXdgI3zd7T90Q { z-index:15015;top:119.9375rem;left:6.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -moz-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -ms-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -o-linear-gradient(45deg, #12cc44, #1d5b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#1d5b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#1d5b00' );";background-image: linear-gradient(45deg, #12cc44, #1d5b00);background-size:auto !important;border-top:0.125rem solid #f7f7f7;border-left:0.125rem solid #f7f7f7;border-right:0.125rem solid #f7f7f7;border-bottom:0.125rem solid #f7f7f7;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.25rem 0.625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.0902775rem;height:5.9652775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fcSSDISvLhl6oKSGRsag8dFKPhbxxFJO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pSshn4MFG8qXN3KKAFQ90l0UF12TvSxg { z-index:15016;top:127.8125rem;left:6.4375rem;background-color:#e800df;background-image:none;border-top:0.125rem solid #f7f7f7;border-left:0.125rem solid #f7f7f7;border-right:0.125rem solid #f7f7f7;border-bottom:0.125rem solid #f7f7f7;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.25rem 0.625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.0902775rem;height:5.7152775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hdIfSN2q64TQQLgmSHezmXJqtSIDhBwR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PUf9QgWsDE28TM55sSLhRbH6PcutADyH { position:absolute;display:block;z-index:15035;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.875rem;width:47.375rem;top:135.375rem;left:6.2569465637206rem;overflow:hidden;display:block; }
#edKfTWtyRendkrwOHOyN8r0F3dd0Uu7m { box-sizing:content-box;height:10.3125rem;width:23.125rem;position:absolute;display:block;z-index:15036;background-color:transparent;background-image:none;top:107.37500190735rem;left:18.047744750976rem;border-top:0.4375rem solid #d70000;border-left:0.4375rem solid #d70000;border-right:0.4375rem solid #d70000;border-bottom:0.4375rem solid #d70000;display:block; }
#SZy6VngJMLzZKNAwgLTU5O8zskNDgnRW { position:absolute;display:block;z-index:15007;background-color:rgba(0,77,255,0.06);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:117.3125rem;width:50.375rem;top:146.875rem;left:4.8125rem;display:block; }
#NTT9aNlJKtkDau4yk9ydieSeWOW3TMNs { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:149.4375rem;left:8.25rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE { color:#000000;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:155.875rem;left:10.3125rem;height:11.28125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
#OfR6PAzzmfDDQXBWJt02Rnp1Spv4kwsk { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:5.9375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:227.9375rem;left:8.3125rem;height:7.71875rem;text-align:center;text-align-last:center;display:block; }
#NkHxHt8TOk8ahoKDkqMK4xAnTJFzX160 { box-sizing:content-box;height:10.3125rem;width:23.125rem;position:absolute;display:block;z-index:15045;background-color:transparent;background-image:none;top:227.9375rem;left:18.125rem;border-top:0.4375rem solid #d70000;border-left:0.4375rem solid #d70000;border-right:0.4375rem solid #d70000;border-bottom:0.4375rem solid #d70000;display:block; }
#V0wUFkkhBUWaLg60HUpnVTGdgvdfUbHT { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:235rem;left:8.3125rem;height:2.84375rem;text-align:center;text-align-last:center;display:block; }
#UX984y7APcJJVBM0obbgmdzIwtrehAIM { z-index:15024;top:241.5625rem;left:6.5rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -moz-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -ms-linear-gradient(45deg, #12cc44, #1d5b00);background-image: -o-linear-gradient(45deg, #12cc44, #1d5b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#1d5b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#1d5b00' );";background-image: linear-gradient(45deg, #12cc44, #1d5b00);background-size:auto !important;border-top:0.125rem solid #f7f7f7;border-left:0.125rem solid #f7f7f7;border-right:0.125rem solid #f7f7f7;border-bottom:0.125rem solid #f7f7f7;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.25rem 0.625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.0902775rem;height:5.9652775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#diyz5xLIxgPrTGm3PO6SSJTQSbirZbF9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VcpOuArf4FD1ioZy3Ltv9r9X4B064qAi { z-index:15025;top:249.4375rem;left:6.5rem;background-color:#e800df;background-image:none;border-top:0.125rem solid #f7f7f7;border-left:0.125rem solid #f7f7f7;border-right:0.125rem solid #f7f7f7;border-bottom:0.125rem solid #f7f7f7;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: 0.0625rem 0.25rem 0.625rem #000000 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:2.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:47.0902775rem;height:5.7152775rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ogTmO30aS0v6a3BlI7NbNK38VaWZ5zsI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UBO7Hhqt5RorTJkUfZI2MTTZF39Zm6Xw { position:absolute;display:block;z-index:15044;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:3.875rem;width:47.375rem;top:257.5rem;left:6.3125rem;overflow:hidden;display:block; }
#MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz { color:#000000;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:168rem;left:10.375rem;height:16.29375rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
#VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy { color:#000000;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:204.1875rem;left:10.375rem;height:18.8rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
#XQsSc4seDM2XbpO84SuEcMRvgh34XvDl { color:#000000;display:block;width:39.375rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:185.125rem;left:10.375rem;height:19.1125rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#XQsSc4seDM2XbpO84SuEcMRvgh34XvDl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XQsSc4seDM2XbpO84SuEcMRvgh34XvDl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;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; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-number { border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #ff0000, #000000);background-image: -moz-linear-gradient(181deg, #ff0000, #000000);background-image: -ms-linear-gradient(181deg, #ff0000, #000000);background-image: -o-linear-gradient(181deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(181deg, #ff0000, #000000);background-size:contain !important;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(85,0,134,0.6) ;color:#ffffff;padding-top:0.72375rem;padding-right:0.66375rem;padding-bottom:0.72375rem;padding-left:0.66375rem;display:block;align-items:center;width:3.97875rem;min-width:3.97875rem;height:3.889375rem;position:relative;font-family:"open sans";font-size:2.895625rem;font-weight:400;line-height:62.23px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.30625rem;height:1.535625rem;position:relative;font-family:"open sans";font-size:1.085625rem;font-weight:700;line-height:24.57px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:12.875rem;height:7.449625rem;padding-top:0.09rem;padding-right:0.094375rem;padding-bottom:0.09rem;padding-left:0.094375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:272.625rem;left:23.4375rem;z-index:15014; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #gnOuAHSLcKPBE4OU2WPKCaGbfdC3hIoh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OROXFwTKxkpVugMsdKGhlyZCOCFcfRir { width:auto; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #byZa3tI3PGvcGH2gowm5L4PR9HKANamA {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #qnKSN6hetulgaB21FIFHG2IDEXPQFfB5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OIetJqwg0Lhhesmfki0f2Up9RZHEAgyl {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #owvKWoh1zTd62JGgw6l6iPBvV4bXClVg {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #UGbE2xgPuxH1dZsqaTSELNoRs1gSCGAK { display:flex;position:relative;top:0rem;left:0rem; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Db85TE3aazo13cX9hEz9wniCTzfE0RrH {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #lTz1yiggh5Qcv8sKPw5vaorGUhl11Znd {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #DiOUcDQ9eghL5Uy5fkaGAuReSgZsiC5Q { display:flex;position:relative;top:0rem;left:0rem; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #I6XyI1uwrUCk5wfMLhZw5S8wAHdkyxrO {  }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Lil8JB1NMOXa5ZHADs3p2fwmbUd0sKJo {  }
#CtODvAp22OC3UBLgAqHUzFJPbXkFWhbN { color:#000000;display:block;width:39.375rem;position:absolute;font-family:oswald;font-size:1.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:269.25rem;left:10.3125rem;height:2.19375rem;text-align:center;text-align-last:center;display:block; }
#PNIqhUXsRPWrh8vGUcQ93r6sdXuFrruI { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:47.625rem;display:none; }
#J4OxXXDL8Rwp9TkCwi4EHNuVfSlhn3vQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:47.625rem;display:none; }
#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #2f02ff;background-color:#0b2759;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; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container { background-color: transparent; background-image: none; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container > .video-iframe-container { display: none; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row > .video-iframe-container { display: none; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .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); }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container { border-width: 0; border-radius: 0; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:60rem;position:relative;display:block; }#Jc1A3BHziXsBTtT1ExZKsLJx4u0frQdL { color:#edeae2;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:1.0625rem;left:0rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXc12fnLefw5ZP9lXAdzEsNx0iMJVBBX { top:3.5625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECZ5E5wimTyJzRTbI8sPq42KwqLWFwP { top:107.375rem;left:2.125rem;width:43.5625rem;height:7.6875rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH { width:9.25rem;height:5.1875rem;display:flex;top:10.3125rem;left:23.34375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #dWfFZHIc02zkbF962WI44CbQpD3AmoZV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #uvxOrTh2neIEczEvZHTTVpdFX06q5VHv {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #T3x8eBlugAPnHwcsbfFQp6qCHKagsRZi {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #qdWTTmI12IBtyCgOn7gksaA4l86JSs87 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #N1eUz9OaFceyFUd3EH9qkN6FnioqxsAo {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #LdFfBte8tiDwXixqVRxroGIhfCQCzGDF {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #arNkfbdOR8vcvoACZUFubfI8uKWJTUqX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #IvNfIzuduXNM9gGl4TTHWFFi6arecsTG {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #y9QU8iMHeQUu3B3CDvUK09LgOn8QBrCJ {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #W2grMhtmFastV4eulTAci5ADNsTDUqAk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #DmmaDcq7PyZn7KPrgdb7h0vogIyiCFNT {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #vR2o4LEVwAbw0FFGQK8N61NhVPIctGwU {  }
 }@media only screen and (max-width: 763px) { #knssKLnd5ncBRBl9Ok7auOkJScTh4UCM { top:11.1875rem;left:4.1875rem;width:39.375rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyWdDHKEswEkZC7Si5WWVcDwpVeklwV6 { top:1.875rem;left:0rem;width:47.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt { top:33.625rem;left:4.1875rem;width:39.375rem;height:71.0625rem;font-size:0.9375rem;display:block; }#UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #ECff0dLI1TLW4IdZ9zHk3HHxBhTw8reV { top:24.375rem;left:0rem;width:47.75rem;height:116.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCy31ETEr7oRCyQZc1n07p9wbU1uXWwP { top:114.4375rem;left:2.0625rem;width:43.5625rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl41fUipHLzXascPKAfUCoffHPRu5JOB { top:26.5rem;left:2.09375rem;width:43.5625rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxlT6TPV7hgwqvil3kDTXdgI3zd7T90Q { top:119.9375rem;left:0.375rem;width:46.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSSDISvLhl6oKSGRsag8dFKPhbxxFJO { display:block; }
 }@media only screen and (max-width: 763px) { #pSshn4MFG8qXN3KKAFQ90l0UF12TvSxg { top:127.8125rem;left:0.3125rem;width:46.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIfSN2q64TQQLgmSHezmXJqtSIDhBwR { display:block; }
 }@media only screen and (max-width: 763px) { #PUf9QgWsDE28TM55sSLhRbH6PcutADyH { top:135.375rem;left:0.1319465637207rem;width:47.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #edKfTWtyRendkrwOHOyN8r0F3dd0Uu7m { top:107.375rem;left:11.922744750976rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZy6VngJMLzZKNAwgLTU5O8zskNDgnRW { top:146.875rem;left:0rem;width:47.75rem;height:117.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT9aNlJKtkDau4yk9ydieSeWOW3TMNs { top:149.4375rem;left:2.125rem;width:43.5625rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE { top:155.875rem;left:4.1875rem;width:39.375rem;height:11.25rem;font-size:0.9375rem;display:block; }#TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
 }@media only screen and (max-width: 763px) { #OfR6PAzzmfDDQXBWJt02Rnp1Spv4kwsk { top:227.9375rem;left:2.1875rem;width:43.5625rem;height:7.6875rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkHxHt8TOk8ahoKDkqMK4xAnTJFzX160 { top:227.9375rem;left:12rem;width:23.125rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0wUFkkhBUWaLg60HUpnVTGdgvdfUbHT { top:235rem;left:2.1875rem;width:43.5625rem;height:2.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX984y7APcJJVBM0obbgmdzIwtrehAIM { top:241.5625rem;left:0.375rem;width:46.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyz5xLIxgPrTGm3PO6SSJTQSbirZbF9 { display:block; }
 }@media only screen and (max-width: 763px) { #VcpOuArf4FD1ioZy3Ltv9r9X4B064qAi { top:249.4375rem;left:0.375rem;width:46.9375rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTmO30aS0v6a3BlI7NbNK38VaWZ5zsI { display:block; }
 }@media only screen and (max-width: 763px) { #UBO7Hhqt5RorTJkUfZI2MTTZF39Zm6Xw { top:257.5rem;left:0.1875rem;width:47.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz { top:168rem;left:4.25rem;width:39.375rem;height:16.25rem;font-size:0.9375rem;display:block; }#MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy { top:204.1875rem;left:4.25rem;width:39.375rem;height:20.9375rem;font-size:0.9375rem;display:block; }#VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #XQsSc4seDM2XbpO84SuEcMRvgh34XvDl { top:185.125rem;left:4.25rem;width:39.375rem;height:19.0625rem;font-size:0.9375rem;display:block; }#XQsSc4seDM2XbpO84SuEcMRvgh34XvDl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y { width:9.25rem;height:5.1875rem;display:flex;top:10.3125rem;left:23.34375rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #gnOuAHSLcKPBE4OU2WPKCaGbfdC3hIoh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OROXFwTKxkpVugMsdKGhlyZCOCFcfRir {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #byZa3tI3PGvcGH2gowm5L4PR9HKANamA {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #qnKSN6hetulgaB21FIFHG2IDEXPQFfB5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OIetJqwg0Lhhesmfki0f2Up9RZHEAgyl {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #owvKWoh1zTd62JGgw6l6iPBvV4bXClVg {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #UGbE2xgPuxH1dZsqaTSELNoRs1gSCGAK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Db85TE3aazo13cX9hEz9wniCTzfE0RrH {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #lTz1yiggh5Qcv8sKPw5vaorGUhl11Znd {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #DiOUcDQ9eghL5Uy5fkaGAuReSgZsiC5Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #I6XyI1uwrUCk5wfMLhZw5S8wAHdkyxrO {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Lil8JB1NMOXa5ZHADs3p2fwmbUd0sKJo {  }
 }@media only screen and (max-width: 763px) { #CtODvAp22OC3UBLgAqHUzFJPbXkFWhbN { top:269.25rem;left:4.1875rem;width:39.375rem;height:2.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNIqhUXsRPWrh8vGUcQ93r6sdXuFrruI { width:47.625rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #J4OxXXDL8Rwp9TkCwi4EHNuVfSlhn3vQ { width:47.625rem;height:10.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 { display:block; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc1A3BHziXsBTtT1ExZKsLJx4u0frQdL { top:1.0625rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:173.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JXc12fnLefw5ZP9lXAdzEsNx0iMJVBBX { width:17.625rem;height:3.75rem;top:2.09375rem;left:1.1875rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IECZ5E5wimTyJzRTbI8sPq42KwqLWFwP { width:20rem;height:2.599825rem;top:71.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .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; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-number { padding-top:0.354375rem;padding-right:0.3325rem;padding-bottom:0.354375rem;padding-left:0.3325rem;width:1.99375rem;min-width:1.99375rem;height:1.90375rem;font-size:1.4175rem;line-height:30.46px;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #000000, #000000);background-image: -moz-linear-gradient(181deg, #000000, #000000);background-image: -ms-linear-gradient(181deg, #000000, #000000);background-image: -o-linear-gradient(181deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(181deg, #000000, #000000);background-size:contain !important;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(85,0,134,0.6) ; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6575rem;height:0.751875rem;font-size:0.53125rem;line-height:12.03px;top:0rem;left:0rem;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Q4CFPL5pgpygdIJqGpct066P0bOeOOFH { width:7.5625rem;height:3.710625rem;display:flex;top:10.261284828186rem;left:6.1718751192093rem;z-index:15024;padding-top:0.04375rem;padding-right:0.046875rem;padding-bottom:0.04375rem;padding-left:0.046875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #dWfFZHIc02zkbF962WI44CbQpD3AmoZV { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #uvxOrTh2neIEczEvZHTTVpdFX06q5VHv {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #T3x8eBlugAPnHwcsbfFQp6qCHKagsRZi {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #qdWTTmI12IBtyCgOn7gksaA4l86JSs87 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #N1eUz9OaFceyFUd3EH9qkN6FnioqxsAo {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #LdFfBte8tiDwXixqVRxroGIhfCQCzGDF {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #arNkfbdOR8vcvoACZUFubfI8uKWJTUqX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #IvNfIzuduXNM9gGl4TTHWFFi6arecsTG {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #y9QU8iMHeQUu3B3CDvUK09LgOn8QBrCJ {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #W2grMhtmFastV4eulTAci5ADNsTDUqAk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #DmmaDcq7PyZn7KPrgdb7h0vogIyiCFNT {  }
 }@media only screen and (max-width: 763px) { #Q4CFPL5pgpygdIJqGpct066P0bOeOOFH #vR2o4LEVwAbw0FFGQK8N61NhVPIctGwU {  }
 }@media only screen and (max-width: 763px) { #knssKLnd5ncBRBl9Ok7auOkJScTh4UCM { width:18.625rem;height:1.5434rem;top:7.96875rem;left:0.6875rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fyWdDHKEswEkZC7Si5WWVcDwpVeklwV6 { width:16.625rem;height:5.4375rem;top:1.25rem;left:1.6875rem;box-shadow: 0rem 0rem 0.5rem #6d0202 ;display:block; }
 }@media only screen and (max-width: 763px) { #UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt { width:16.5625rem;height:49.1875rem;top:19.808160781861rem;left:1.7187501192093rem;font-size:0.9375rem;display:block; }#UiyGgw1QOMUyrMOi5iHBgyxtcPXUoZVt li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #ECff0dLI1TLW4IdZ9zHk3HHxBhTw8reV { width:18.875rem;height:75.0625rem;top:15.808160781861rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCy31ETEr7oRCyQZc1n07p9wbU1uXWwP { width:20rem;height:1.86805625rem;top:74.1875rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jl41fUipHLzXascPKAfUCoffHPRu5JOB { width:20rem;height:2.11198125rem;top:16.884548187256rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WxlT6TPV7hgwqvil3kDTXdgI3zd7T90Q { top:78.625rem;left:0.6875rem;width:18.5277775rem;height:2.6527775rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #12cc44, #137e00);background-image: -moz-linear-gradient(78deg, #12cc44, #137e00);background-image: -ms-linear-gradient(78deg, #12cc44, #137e00);background-image: -o-linear-gradient(78deg, #12cc44, #137e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#137e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#137e00' );";background-image: linear-gradient(78deg, #12cc44, #137e00);background-size:auto !important;border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcSSDISvLhl6oKSGRsag8dFKPhbxxFJO { display:block; }
 }@media only screen and (max-width: 763px) { #pSshn4MFG8qXN3KKAFQ90l0UF12TvSxg { top:82.4375rem;left:0.625rem;width:18.6527775rem;height:2.6875rem;font-size:1rem;background-color:#e800df;background-image:none;border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdIfSN2q64TQQLgmSHezmXJqtSIDhBwR { display:block; }
 }@media only screen and (max-width: 763px) { #PUf9QgWsDE28TM55sSLhRbH6PcutADyH { width:19.875rem;height:1.6256596306069rem;top:120.87135625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #edKfTWtyRendkrwOHOyN8r0F3dd0Uu7m { width:12.9375rem;height:5.5rem;top:70.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZy6VngJMLzZKNAwgLTU5O8zskNDgnRW { width:18.875rem;height:68.9375rem;top:94.5rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTT9aNlJKtkDau4yk9ydieSeWOW3TMNs { width:20rem;height:2.11198125rem;top:95.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE { width:16.5625rem;height:6.40625rem;top:99.0625rem;left:1.6875rem;font-size:0.9375rem;display:block; }#TEmz5Dbdu9iH3deKQyLkNDJn9MiyiXzE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
 }@media only screen and (max-width: 763px) { #OfR6PAzzmfDDQXBWJt02Rnp1Spv4kwsk { width:20rem;height:2.599825rem;top:145.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkHxHt8TOk8ahoKDkqMK4xAnTJFzX160 { width:12.125rem;height:4.875rem;top:145.25rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V0wUFkkhBUWaLg60HUpnVTGdgvdfUbHT { width:20rem;height:1.86805625rem;top:148.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UX984y7APcJJVBM0obbgmdzIwtrehAIM { top:152.25rem;left:0.625rem;width:18.6527775rem;height:2.6875rem;font-size:1rem;background-color:transparent;background-image: -webkit-linear-gradient(78deg, #12cc44, #137e00);background-image: -moz-linear-gradient(78deg, #12cc44, #137e00);background-image: -ms-linear-gradient(78deg, #12cc44, #137e00);background-image: -o-linear-gradient(78deg, #12cc44, #137e00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#137e00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#12cc44', endColorstr='#137e00' );";background-image: linear-gradient(78deg, #12cc44, #137e00);background-size:auto !important;border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #diyz5xLIxgPrTGm3PO6SSJTQSbirZbF9 { display:block; }
 }@media only screen and (max-width: 763px) { #VcpOuArf4FD1ioZy3Ltv9r9X4B064qAi { top:155.9375rem;left:0.625rem;width:18.6527775rem;height:2.625rem;font-size:1rem;background-color:#e800df;background-image:none;border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogTmO30aS0v6a3BlI7NbNK38VaWZ5zsI { display:block; }
 }@media only screen and (max-width: 763px) { #UBO7Hhqt5RorTJkUfZI2MTTZF39Zm6Xw { width:19.875rem;height:1.6256596306069rem;top:224.80885625rem;left:0.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz { width:16.5625rem;height:9.46875rem;top:105.4375rem;left:1.6875rem;font-size:0.9375rem;display:block; }#MPk8VqFGNVBPJ5mpWNCm4dCBKhR2STMz li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy { width:16.5625rem;height:15.875rem;top:128.6875rem;left:1.6875rem;font-size:0.9375rem;display:block; }#VtHkXux7A9hyHJ2CGfTKwkXBk8ML3xHy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/888ed75a-d7a2-448c-857b-a89ca7e1d203/8.png); }
 }@media only screen and (max-width: 763px) { #XQsSc4seDM2XbpO84SuEcMRvgh34XvDl { width:16.5625rem;height:13.75rem;top:114.9375rem;left:1.6875rem;font-size:0.9375rem;display:block; }#XQsSc4seDM2XbpO84SuEcMRvgh34XvDl li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/ca927c16-b601-4795-a054-b8fc0f05f75a/9.png); }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y .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; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-number { padding-top:0.354375rem;padding-right:0.3325rem;padding-bottom:0.354375rem;padding-left:0.3325rem;width:1.99375rem;min-width:1.99375rem;height:1.90375rem;font-size:1.4175rem;line-height:30.46px;top:0rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(181deg, #000000, #000000);background-image: -moz-linear-gradient(181deg, #000000, #000000);background-image: -ms-linear-gradient(181deg, #000000, #000000);background-image: -o-linear-gradient(181deg, #000000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000' );";background-image: linear-gradient(181deg, #000000, #000000);background-size:contain !important;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;box-shadow: 0.0625rem 0.25rem 0.9375rem rgba(85,0,134,0.6) ; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.6575rem;height:0.751875rem;font-size:0.53125rem;line-height:12.03px;top:0rem;left:0rem;color:#000000;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ySburzfhlVVx65zIbelKBuHG0r8Qys1y { width:7.5625rem;height:3.710625rem;display:flex;top:168.1875rem;left:6.1875rem;z-index:15024;padding-top:0.04375rem;padding-right:0.046875rem;padding-bottom:0.04375rem;padding-left:0.046875rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #gnOuAHSLcKPBE4OU2WPKCaGbfdC3hIoh { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OROXFwTKxkpVugMsdKGhlyZCOCFcfRir {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #byZa3tI3PGvcGH2gowm5L4PR9HKANamA {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #qnKSN6hetulgaB21FIFHG2IDEXPQFfB5 { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #OIetJqwg0Lhhesmfki0f2Up9RZHEAgyl {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #owvKWoh1zTd62JGgw6l6iPBvV4bXClVg {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #UGbE2xgPuxH1dZsqaTSELNoRs1gSCGAK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Db85TE3aazo13cX9hEz9wniCTzfE0RrH {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #lTz1yiggh5Qcv8sKPw5vaorGUhl11Znd {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #DiOUcDQ9eghL5Uy5fkaGAuReSgZsiC5Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #I6XyI1uwrUCk5wfMLhZw5S8wAHdkyxrO {  }
 }@media only screen and (max-width: 763px) { #ySburzfhlVVx65zIbelKBuHG0r8Qys1y #Lil8JB1NMOXa5ZHADs3p2fwmbUd0sKJo {  }
 }@media only screen and (max-width: 763px) { #CtODvAp22OC3UBLgAqHUzFJPbXkFWhbN { width:20rem;height:1.5434rem;top:165.375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PNIqhUXsRPWrh8vGUcQ93r6sdXuFrruI { top:86.5625rem;left:4.3125rem;width:11.3125rem;height:2.3125rem;z-index:15034;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4OxXXDL8Rwp9TkCwi4EHNuVfSlhn3vQ { top:159.8125rem;left:4.3125rem;width:11.3125rem;height:2.3125rem;z-index:15035;overflow:hidden;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 { display:block; }#kV16O7u2znsqAIMIEoTWJr7rMPCM1a12 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jc1A3BHziXsBTtT1ExZKsLJx4u0frQdL { width:20rem;height:3.9375rem;top:0.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }