.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  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:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container { background-color: transparent; background-image: none; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container > .video-iframe-container { display: none; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row > .video-iframe-container { display: none; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .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); }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container { border-width: 0; border-radius: 0; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:60rem;position:relative;display:block; }#irp93ByPCiyBzDcToVTo4KiTUh1OHUpe { color:#ffffff;display:block;width:51.1875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.73124980926512rem;left:4.40625rem;height:2.6rem;text-align:center;text-align-last:center;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/QMgaYoNH/Untitled_design_7_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:60rem;position:relative;display:block; }#mKF9d2X0kX8TQ5g0f0Hz1kHMQlSd1t10 { color:#000000;display:block;width:20.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:4rem;left:19.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#rEnas8d1kuCznVFhFg8gd1AA3xDn18tV { position:absolute;display:block;z-index:99999;background-color:rgba(0,0,0,0.48);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.5625rem;width:39.4375rem;top:2.8125rem;left:10.28125rem;display:block; }
#ldkue47ZUXr8BhiaOOcRT3H0e4abIA8Z { position:absolute;display:block;z-index:99999;background-color:#ff3fbe;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;height:3.625rem;width:35.125rem;top:3.8125rem;left:12.4375rem;display:block; }
#EkovyuoGskx4c5aFsS3MbasT86KL2p8H { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:8.375rem;left:18.53125rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#p3UTldnVb7ZJaIl6cOblI6rwETEC7u6O { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.375rem;left:18.53125rem;height:;text-align:center;text-align-last:center;display:block; }
#CSFftQiTFLXdQnDT0ARE0yEFXSoPS49d { color:#000000;display:block;width:24.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.5rem;left:17.75rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#sL23UxgcHLex85PWxVDfupFbApnIbixi { color:#000000;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:19rem;left:11.71875rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#TWg0LqAzbU3A8ws6TASQLO35OnooTOn5 { background-color:#ff3fbe;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:26.75rem;left:21.5rem;display:block; }
#EkGZOinT8qyNrtMmZbHpp5ynMkKRzCkg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#lDSnLxgLw4FBTZAaFoWDPTfILfakuulA { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:30.5rem;left:21.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.50625rem;padding-right:0.44875rem;padding-bottom:0.50625rem;padding-left:0.44875rem;display:block;align-items:center;width:2.6925rem;min-width:2.6925rem;height:2.72rem;position:relative;font-family:"open sans";font-size:2.02375rem;font-weight:700;line-height:43.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.590625rem;height:1.075rem;position:relative;font-family:"open sans";font-size:0.75875rem;font-weight:400;line-height:17.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.375rem;height:5.12375rem;padding-top:0.6325rem;padding-right:0.64125rem;padding-bottom:0.6325rem;padding-left:0.64125rem;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:33.610416412354rem;left:20.295833587646rem;z-index:100007; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #fI2JwCATyCe0UQvw13Taa0Qy1fVkExaT { display:flex;position:relative;top:0rem;left:0rem; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #ghJE39SgmhwuDZ5k6Vlibp68wK7cShZt { width:auto; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #TynisPVvM9EPQ0muFqMUVhJuaJGMxKfr {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #PPAaX3s9EfpUTggdJEECMNtVlSuKwrDE { display:flex;position:relative;top:0rem;left:0rem; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #k0BinaR7SGaxqVdpFelCcTeG7uu8OmIO {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #Mv4lp14TykbTTLWeasGqHITUiIz2ZTN2 {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #aCtxbNROw9msO6qlJDNdwzuMdqUUqRRz { display:flex;position:relative;top:0rem;left:0rem; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #esTbgGLkUET4EkUCUqcUMlVhihzGMynm {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #RbM70cs4dbmBxNHgLxaTXye7uu6vXv64 {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #NEVsl57bmV6A99BwKbGIDxZZMgcFgDLT { display:flex;position:relative;top:0rem;left:0rem; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #G9SGAPthiQzPu9yIfAc6veSP9WQC5mV7 {  }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #vOLLH27sD3CoMfaek5TZeWyd1JkWW8Us {  }
#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys { position:relative;display:block; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys { background-color: transparent; background-image: none; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row .container > .video-iframe-container { display: none; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row > .video-iframe-container { display: none; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .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); }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys { border-width: 0; border-radius: 0; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#fAQDZ3FDQRSGLQ0UOqp6gOPMbEGfIaah { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.8125rem;width:29.9375rem;top:4.9812498092651rem;left:30rem;display:block; }
#gZ0RyJvluRHKwUcNbEsWVS38ggDUnyFc { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.3125rem;left:2.9375rem;height:2.6rem;display:block; }
#xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 { color:#000000;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:5.625rem;left:1.0625rem;height:15.525rem;display:block; }#xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y89ExzyU/3.png); }
#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h { position:relative;display:block; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h { background-color: transparent; background-image: none; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row .container > .video-iframe-container { display: none; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row > .video-iframe-container { display: none; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .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); }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h { border-width: 0; border-radius: 0; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:12.75rem;width:60rem;position:relative;display:block; }#Coryk2LkgSn8MWvCwZR2LwMxIITl2tDF { background-color:#ff3fbe;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:0.6875rem;left:21.25rem;display:block; }
#oetqeBaukpCbpJTJoRwOnlKzrxu1xA87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#AWLJA01U8J4X6OmlviytKOIidVdG2kUZ { color:#000000;display:block;width:17.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.75rem;left:21.3125rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:0.50625rem;padding-right:0.44875rem;padding-bottom:0.50625rem;padding-left:0.44875rem;display:block;align-items:center;width:2.6925rem;min-width:2.6925rem;height:2.72rem;position:relative;font-family:"open sans";font-size:2.02375rem;font-weight:700;line-height:43.52px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.590625rem;height:1.075rem;position:relative;font-family:"open sans";font-size:0.75875rem;font-weight:400;line-height:17.2px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:18.375rem;height:5.12375rem;padding-top:0.6325rem;padding-right:0.64125rem;padding-bottom:0.6325rem;padding-left:0.64125rem;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:5.875rem;left:20.1875rem;z-index:100010; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #CUaoD0Ts87d73pkdkZuqwiRmz6UMOrkd { display:flex;position:relative;top:0rem;left:0rem; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #FbwAVSbTnTziCsPIROlsHiTXJ2CxdLSx { width:auto; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #cvIXUh4pJrwdsNfoSJThs6kEOSCs7toe {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #TG9IZVb1RUurezvXM6vBkqi9ZnDuPTHB { display:flex;position:relative;top:0rem;left:0rem; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #vt7eagorQrNvOFy2ABqklK9wlcrbmCkg {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #A9BWbpWq9OAJ4mqXVyhGmGtETA3qyIEf {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #ic6JholQ78oWcUmc5mPUUosvZ5xKR9yk { display:flex;position:relative;top:0rem;left:0rem; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #MDprMOkK940qhxGTcluhdoAdVt66Ruzm {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #TZzQ1DoaTLTQFfN42GFcfoNw7EcTq55i {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #CgDIutE7R53gaQ7To1cvmIyQdvOQ5gvn { display:flex;position:relative;top:0rem;left:0rem; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #wLSHae7PkvqzHBaZQ6neodHXM2FBSVD9 {  }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm #wJawZIzg3xZXuBgNqLTdNq18gitkDUT6 {  }
#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc { position:relative;display:block; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc { background-color: transparent; background-image: none; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row .container > .video-iframe-container { display: none; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row > .video-iframe-container { display: none; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .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); }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc { border-width: 0; border-radius: 0; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#OgpJf2woyU1lFc53onnyzmDZS5tsAsMB { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.25rem;top:4.25rem;left:0.875rem;display:block; }
#k4MPXc3HItH9kTrqKcc7EJRNKhSAWowc { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.25rem;top:4.25rem;left:20.875rem;display:block; }
#dIO5qocdC4CqeS8xpTvpii98DcVmxqOx { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.25rem;width:18.25rem;top:4.25rem;left:40.875rem;display:block; }
#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 { position:relative;display:block; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 { background-color: transparent; background-image: none; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row .container > .video-iframe-container { display: none; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row > .video-iframe-container { display: none; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .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); }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 { border-width: 0; border-radius: 0; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#hnrJD3WAFifx4WUDDEU0uLDwiCzI9679 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:19.75rem;top:0.625rem;left:0.125rem;overflow:hidden;display:block; }
#XpA9r1h3vFSQT7puApAX0MxnQfgNZ8tK { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.25rem;width:15.5rem;top:0.75rem;left:22.25rem;overflow:hidden;display:block; }
#k3PkZqsByhsv9DlvtN1zRLss5XOFZhdk { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.375rem;width:17.375rem;top:0.6875rem;left:41.3125rem;overflow:hidden;display:block; }
#y03Ch5VBbefQmWiasIeq39yxhGsT44bW { position:absolute;display:block;z-index:100003;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;height:2.0625rem;width:17.75rem;top:16.125rem;left:41.3125rem;display:block; }
#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 { position:relative;display:block; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 { background-color: transparent; background-image: none; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row .container > .video-iframe-container { display: none; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row > .video-iframe-container { display: none; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .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); }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 { border-width: 0; border-radius: 0; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:26.8125rem;width:60rem;position:relative;display:block; }#ButfLr5Z2nguunum7LFLng9kfNk7u83o { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.375rem;width:28.5625rem;top:1.90625rem;left:0.71875rem;overflow:hidden;display:block; }
#vWZTO663aHhK6ALse35Ozyt2eaBBc9Ex { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.625rem;width:29.5625rem;top:2.78125rem;left:30.21875rem;overflow:hidden;display:block; }
#BREnz8InGINkQo3MUXx736UrBnEFUX0l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff4ab1;background-image:none;position:relative;display:block; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container { background-color: transparent; background-image: none; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container > .video-iframe-container { display: none; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row > .video-iframe-container { display: none; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .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); }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container { border-width: 0; border-radius: 0; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container { font-size:0.875rem;font-family:arial;height:3.9375rem;width:60rem;position:relative;display:block; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container { background-color: transparent; background-image: none; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container > .video-iframe-container { display: none; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row > .video-iframe-container { display: none; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .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); }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container { border-width: 0; border-radius: 0; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container { font-size:0.875rem;font-family:arial;height:19.8125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL { display:block; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irp93ByPCiyBzDcToVTo4KiTUh1OHUpe { top:0.6875rem;left:0rem;width:47.75rem;height:5.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKF9d2X0kX8TQ5g0f0Hz1kHMQlSd1t10 { top:4rem;left:13.8125rem;width:20.125rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEnas8d1kuCznVFhFg8gd1AA3xDn18tV { top:2.8125rem;left:4.15625rem;width:39.4375rem;height:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldkue47ZUXr8BhiaOOcRT3H0e4abIA8Z { top:3.8125rem;left:6.3125rem;width:35.125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkovyuoGskx4c5aFsS3MbasT86KL2p8H { top:8.375rem;left:12.40625rem;width:22.9375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UTldnVb7ZJaIl6cOblI6rwETEC7u6O { top:11.375rem;left:12.40625rem;width:22.9375rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSFftQiTFLXdQnDT0ARE0yEFXSoPS49d { top:14.5rem;left:11.625rem;width:24.5rem;height:;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL23UxgcHLex85PWxVDfupFbApnIbixi { top:19rem;left:5.59375rem;width:37.0625rem;height:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWg0LqAzbU3A8ws6TASQLO35OnooTOn5 { width:17.5rem;height:3.4375rem;top:26.75rem;left:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGZOinT8qyNrtMmZbHpp5ynMkKRzCkg { display:block; }
 }@media only screen and (max-width: 763px) { #lDSnLxgLw4FBTZAaFoWDPTfILfakuulA { top:30.5rem;left:15.1875rem;width:17.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv { display:flex;width:18rem;height:5.0625rem;top:33.5625rem;left:14.170833587646rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #fI2JwCATyCe0UQvw13Taa0Qy1fVkExaT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #ghJE39SgmhwuDZ5k6Vlibp68wK7cShZt {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #TynisPVvM9EPQ0muFqMUVhJuaJGMxKfr {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #PPAaX3s9EfpUTggdJEECMNtVlSuKwrDE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #k0BinaR7SGaxqVdpFelCcTeG7uu8OmIO {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #Mv4lp14TykbTTLWeasGqHITUiIz2ZTN2 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #aCtxbNROw9msO6qlJDNdwzuMdqUUqRRz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #esTbgGLkUET4EkUCUqcUMlVhihzGMynm {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #RbM70cs4dbmBxNHgLxaTXye7uu6vXv64 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #NEVsl57bmV6A99BwKbGIDxZZMgcFgDLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #G9SGAPthiQzPu9yIfAc6veSP9WQC5mV7 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #vOLLH27sD3CoMfaek5TZeWyd1JkWW8Us {  }
 }@media only screen and (max-width: 763px) { #zTOWxEoQZbdx4mDJAtCR53zcStIVMSys { display:block; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAQDZ3FDQRSGLQ0UOqp6gOPMbEGfIaah { top:4.9375rem;left:17.8125rem;width:29.9375rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0RyJvluRHKwUcNbEsWVS38ggDUnyFc { top:1.3125rem;left:0rem;width:20rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 { top:5.625rem;left:0rem;width:27.9375rem;height:15.5rem;font-size:1.5rem;display:block; }#xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y89ExzyU/3.png); }
 }@media only screen and (max-width: 763px) { #v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h { display:block; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Coryk2LkgSn8MWvCwZR2LwMxIITl2tDF { width:17.5rem;height:3.4375rem;top:0.6875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oetqeBaukpCbpJTJoRwOnlKzrxu1xA87 { display:block; }
 }@media only screen and (max-width: 763px) { #AWLJA01U8J4X6OmlviytKOIidVdG2kUZ { top:4.75rem;left:15.1875rem;width:17.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm { display:flex;width:18rem;height:5.0625rem;top:33.5625rem;left:14.170833587646rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #CUaoD0Ts87d73pkdkZuqwiRmz6UMOrkd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #FbwAVSbTnTziCsPIROlsHiTXJ2CxdLSx {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #cvIXUh4pJrwdsNfoSJThs6kEOSCs7toe {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #TG9IZVb1RUurezvXM6vBkqi9ZnDuPTHB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #vt7eagorQrNvOFy2ABqklK9wlcrbmCkg {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #A9BWbpWq9OAJ4mqXVyhGmGtETA3qyIEf {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #ic6JholQ78oWcUmc5mPUUosvZ5xKR9yk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #MDprMOkK940qhxGTcluhdoAdVt66Ruzm {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #TZzQ1DoaTLTQFfN42GFcfoNw7EcTq55i {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #CgDIutE7R53gaQ7To1cvmIyQdvOQ5gvn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #wLSHae7PkvqzHBaZQ6neodHXM2FBSVD9 {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #wJawZIzg3xZXuBgNqLTdNq18gitkDUT6 {  }
 }@media only screen and (max-width: 763px) { #k6cSLPsPrecD2sJuwgsEDISx78eRVsAc { display:block; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgpJf2woyU1lFc53onnyzmDZS5tsAsMB { top:4.25rem;left:0rem;width:18.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MPXc3HItH9kTrqKcc7EJRNKhSAWowc { top:4.25rem;left:13.5rem;width:18.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIO5qocdC4CqeS8xpTvpii98DcVmxqOx { top:4.25rem;left:29.375rem;width:18.25rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 { display:block; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnrJD3WAFifx4WUDDEU0uLDwiCzI9679 { top:0.625rem;left:0rem;width:19.75rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpA9r1h3vFSQT7puApAX0MxnQfgNZ8tK { top:0.75rem;left:16.0625rem;width:15.5rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PkZqsByhsv9DlvtN1zRLss5XOFZhdk { top:0.6875rem;left:30.25rem;width:17.375rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03Ch5VBbefQmWiasIeq39yxhGsT44bW { top:16.125rem;left:30rem;width:17.75rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 { display:block; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ButfLr5Z2nguunum7LFLng9kfNk7u83o { top:1.875rem;left:0rem;width:28.5625rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWZTO663aHhK6ALse35Ozyt2eaBBc9Ex { top:2.75rem;left:18.1875rem;width:29.5625rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREnz8InGINkQo3MUXx736UrBnEFUX0l { display:block; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTrNUVuqsHwT486Ic96muxL8pVkT1BLd { display:block; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL { display:block; }#ByEiHy2fuBdQqJSA14Q2KMNlZkWmMewL > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #irp93ByPCiyBzDcToVTo4KiTUh1OHUpe { width:20rem;height:7.8rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#000000;background-image:url("https://images.assets-landingi.com/QMgaYoNH/Untitled_design_7_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKF9d2X0kX8TQ5g0f0Hz1kHMQlSd1t10 { width:20rem;height:3.25rem;top:0.95208454132081rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEnas8d1kuCznVFhFg8gd1AA3xDn18tV { width:20rem;height:38.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldkue47ZUXr8BhiaOOcRT3H0e4abIA8Z { width:20rem;height:3.625rem;top:0.76458263397219rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkovyuoGskx4c5aFsS3MbasT86KL2p8H { width:20rem;height:4.7125rem;top:4.9520835876465rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3UTldnVb7ZJaIl6cOblI6rwETEC7u6O { width:20rem;height:2.35625rem;top:10.264583587646rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSFftQiTFLXdQnDT0ARE0yEFXSoPS49d { width:20rem;height:4.7125rem;top:13.389583587646rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sL23UxgcHLex85PWxVDfupFbApnIbixi { width:20rem;height:11.7rem;top:18.445833206177rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWg0LqAzbU3A8ws6TASQLO35OnooTOn5 { width:17.5rem;height:3.4375rem;top:31.264583587646rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkGZOinT8qyNrtMmZbHpp5ynMkKRzCkg { display:block; }
 }@media only screen and (max-width: 763px) { #lDSnLxgLw4FBTZAaFoWDPTfILfakuulA { width:17.375rem;height:1.1375rem;top:35.237499237061rem;left:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv .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; }
#kzouBb354pHpKrA5FuTLSJX1tIdgAHlv { display:flex;width:18rem;height:5.0625rem;top:36.3125rem;left:0.35833358764649rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #fI2JwCATyCe0UQvw13Taa0Qy1fVkExaT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #ghJE39SgmhwuDZ5k6Vlibp68wK7cShZt {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #TynisPVvM9EPQ0muFqMUVhJuaJGMxKfr {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #PPAaX3s9EfpUTggdJEECMNtVlSuKwrDE { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #k0BinaR7SGaxqVdpFelCcTeG7uu8OmIO {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #Mv4lp14TykbTTLWeasGqHITUiIz2ZTN2 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #aCtxbNROw9msO6qlJDNdwzuMdqUUqRRz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #esTbgGLkUET4EkUCUqcUMlVhihzGMynm {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #RbM70cs4dbmBxNHgLxaTXye7uu6vXv64 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #NEVsl57bmV6A99BwKbGIDxZZMgcFgDLT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #G9SGAPthiQzPu9yIfAc6veSP9WQC5mV7 {  }
 }@media only screen and (max-width: 763px) { #kzouBb354pHpKrA5FuTLSJX1tIdgAHlv #vOLLH27sD3CoMfaek5TZeWyd1JkWW8Us {  }
 }@media only screen and (max-width: 763px) { #zTOWxEoQZbdx4mDJAtCR53zcStIVMSys { display:block; }#zTOWxEoQZbdx4mDJAtCR53zcStIVMSys > .row .container { width:20rem;height:38.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fAQDZ3FDQRSGLQ0UOqp6gOPMbEGfIaah { height:11.231732776618rem;width:20rem;top:25.775rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ0RyJvluRHKwUcNbEsWVS38ggDUnyFc { width:20rem;height:2.6rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 { width:20rem;height:19.425rem;top:5.1rem;left:0rem;font-size:1.5rem;display:block; }#xihlJ3rwv9rwLfTEOccTounhZnNBSeS1 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/y89ExzyU/3.png); }
 }@media only screen and (max-width: 763px) { #v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h { display:block; }#v2xE1Bb7qU4SlGPcXvVSB3NzEvQtM49h > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Coryk2LkgSn8MWvCwZR2LwMxIITl2tDF { width:17.5rem;height:3.4375rem;top:0.57708358764649rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oetqeBaukpCbpJTJoRwOnlKzrxu1xA87 { display:block; }
 }@media only screen and (max-width: 763px) { #AWLJA01U8J4X6OmlviytKOIidVdG2kUZ { width:17.375rem;height:1.1375rem;top:4.5770835876465rem;left:1.671875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm .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; }
#TrnTBASd6m1TkWac21rEkMHpGFXetexm { display:flex;width:18rem;height:5.0625rem;top:6.5625rem;left:0.35833358764649rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #CUaoD0Ts87d73pkdkZuqwiRmz6UMOrkd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #FbwAVSbTnTziCsPIROlsHiTXJ2CxdLSx {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #cvIXUh4pJrwdsNfoSJThs6kEOSCs7toe {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #TG9IZVb1RUurezvXM6vBkqi9ZnDuPTHB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #vt7eagorQrNvOFy2ABqklK9wlcrbmCkg {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #A9BWbpWq9OAJ4mqXVyhGmGtETA3qyIEf {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #ic6JholQ78oWcUmc5mPUUosvZ5xKR9yk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #MDprMOkK940qhxGTcluhdoAdVt66Ruzm {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #TZzQ1DoaTLTQFfN42GFcfoNw7EcTq55i {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #CgDIutE7R53gaQ7To1cvmIyQdvOQ5gvn { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #wLSHae7PkvqzHBaZQ6neodHXM2FBSVD9 {  }
 }@media only screen and (max-width: 763px) { #TrnTBASd6m1TkWac21rEkMHpGFXetexm #wJawZIzg3xZXuBgNqLTdNq18gitkDUT6 {  }
 }@media only screen and (max-width: 763px) { #k6cSLPsPrecD2sJuwgsEDISx78eRVsAc { display:block; }#k6cSLPsPrecD2sJuwgsEDISx78eRVsAc > .row .container { width:20rem;height:35.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OgpJf2woyU1lFc53onnyzmDZS5tsAsMB { height:10.25rem;width:18.25rem;top:1.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4MPXc3HItH9kTrqKcc7EJRNKhSAWowc { height:10.25rem;width:18.25rem;top:12.75rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIO5qocdC4CqeS8xpTvpii98DcVmxqOx { height:10.25rem;width:18.25rem;top:24.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 { display:block; }#v9CIQnvSFwdTADoHInbT6Qe3xGqaolw8 > .row .container { width:20rem;height:60.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hnrJD3WAFifx4WUDDEU0uLDwiCzI9679 { width:19.75rem;height:17.5rem;top:1.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpA9r1h3vFSQT7puApAX0MxnQfgNZ8tK { width:15.5rem;height:17.25rem;top:20rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3PkZqsByhsv9DlvtN1zRLss5XOFZhdk { width:17.375rem;height:17.375rem;top:38.5rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y03Ch5VBbefQmWiasIeq39yxhGsT44bW { width:17.75rem;height:2.0625rem;top:53.875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 { display:block; }#TOOLUO5wTlqSwEOCe9gFx62F1HWTEVi2 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ButfLr5Z2nguunum7LFLng9kfNk7u83o { width:20rem;height:14.967177242888rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vWZTO663aHhK6ALse35Ozyt2eaBBc9Ex { width:20rem;height:13.276955602537rem;top:17.4666875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BREnz8InGINkQo3MUXx736UrBnEFUX0l { display:block; }#BREnz8InGINkQo3MUXx736UrBnEFUX0l > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eTrNUVuqsHwT486Ic96muxL8pVkT1BLd { display:block; }#eTrNUVuqsHwT486Ic96muxL8pVkT1BLd > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }