.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1fVa47bk/bg.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4.adaptive-delivery-prevent-bg, #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4.lazyload, #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4.lazyloading { background-image: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { background-color: transparent; background-image: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row > .video-iframe-container { display: none; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .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); }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { border-width: 0; border-radius: 0; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:60rem;position:relative;display:block; }#DuavWPWZpORcJrABau2dRo1NTnyUnOVo { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.75rem;width:30rem;top:7.9365234375rem;left:30rem;overflow:hidden;display:block; }
#LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { color:#1e1e1e;display:block;width:14.625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:1.13671875rem;font-style:normal;display:block; }
#XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { color:#1e1e1e;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:300;z-index:100003;line-height:1;letter-spacing:0;top:15.6875rem;left:0rem;height:5.625rem;font-style:normal;display:block; }
#OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { color:#1e1e1e;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:22.75rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM { 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:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;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:6.625rem;left:0.0010414123535156rem;z-index:100007; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #weGGxh4Gk61p7GFvAw8XZS3tUKEF8Ss2 { display:flex;position:relative;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #NR0dhPZnUKUGfBpFKKnGpifH7lq8DWxi { width:auto; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nrCvAhd6lh5BqE6unNTTdXis9uOr1VaT {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #WSDAHm3I19QB7SrgqSqZhNkVErvowHmQ { display:flex;position:relative;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #UuBp0nkSLkRZOc4SnpZRgTd0qkmFuZIT {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #CsZkg4ToubVAT84G1DwJmma46d1hK6wb {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #Cr8EPbgAagwJC3tlMUl4XqDC2EwUEIDi { display:flex;position:relative;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #wn55zOXPXKNO3ybGs36EdR0AwA78TGhC {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nOgzHMmPZurFXShDbPx8VWxn2oigb3cT {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #mH0WDdRwEISPrW3K4146rDEUWAZ9Z7ZO { display:flex;position:relative;top:0rem;left:0rem; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #ayhPnUKnzF7Da1EyloEWfCqA0400HfuM {  }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #GbmfbDsL56knR6CkyZ54hAgiMyFoN7k9 {  }
#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container { background-color: transparent; background-image: none; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container > .video-iframe-container { display: none; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row > .video-iframe-container { display: none; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .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); }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container { border-width: 0; border-radius: 0; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:60rem;position:relative;display:block; }#C5GhfWPkqqTndko0WfhywEzdMGVxm2B1 { z-index:100003;top:1.9375rem;left:10.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.3125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#a1tHVun1J9woeWVOmcxFXkxFvTVwZ3Me { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container { background-color: transparent; background-image: none; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container > .video-iframe-container { display: none; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row > .video-iframe-container { display: none; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .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); }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container { border-width: 0; border-radius: 0; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container { font-size:0.875rem;font-family:arial;height:36.125rem;width:60rem;position:relative;display:block; }#efWyBxqKxwxULB5DhXOM9bZhfvrFyJeA { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.375rem;width:56.0625rem;top:1.75rem;left:1.96875rem;display:block; }
#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container { background-color: transparent; background-image: none; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container > .video-iframe-container { display: none; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row > .video-iframe-container { display: none; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .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); }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container { border-width: 0; border-radius: 0; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:60rem;position:relative;display:block; }#UiVEVplMRSNolxb04PuvlJyzW3oPnMPR { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:1.125rem;left:0.9375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container { background-color: transparent; background-image: none; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container > .video-iframe-container { display: none; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row > .video-iframe-container { display: none; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .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); }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container { border-width: 0; border-radius: 0; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container { font-size:0.875rem;font-family:arial;height:19rem;width:60rem;position:relative;display:block; }#wV1TT08uoouIM58GTNRWrrUwcD2SvmAW { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100001;line-height:1;letter-spacing:0;top:8.75rem;left:0.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#cmDi9Daxxo8CApPH3Kld1Da5vWMUTevJ { color:#1e1e1e;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.985242843628rem;left:3.125rem;height:3.16699375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQaxaRBoEyRXWZiU06Fg4QTbaleSog6x { color:#1e1e1e;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:11rem;left:23.125rem;height:4.22265625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HvOx114TfdrDJgxB5PeZxEtG5WLM0nPI { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100004;line-height:1;letter-spacing:0;top:8.75rem;left:20.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#sMehXuyCZg3s3Qcl8rbOdqFgfI1IAsnt { color:#1e1e1e;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:10.985242843628rem;left:43.125rem;height:3.16699375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nfqpMZrOs7FzNrmIk2QFeqlw1yLpJmvD { color:#1e1e1e;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:100007;line-height:1;letter-spacing:0;top:8.75rem;left:40.625rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#bTZAKUTiPNBtTOiSIOeZixQ9bq6zT3Ba { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.1875rem;top:0rem;left:25.904949188233rem;overflow:hidden;display:block; }
#SDPFQusTeJgwShNsqwKXzEECtpnEKZfv { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.0625rem;width:8.1875rem;top:0rem;left:45.906032562256rem;overflow:hidden;display:block; }
#gJ4fU3JhdaMPVPoavlczXU58EKkwzyfV { box-sizing:content-box;color:#5d92ff;font-size:3.625rem;font-weight:400;line-height:1;height:5.1875rem;width:5.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.4375rem;left:7.40625rem;display:block; }
#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pw2c0WNb/bg2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.adaptive-delivery-prevent-bg, #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.lazyload, #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.lazyloading { background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { background-color: transparent; background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .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); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { border-width: 0; border-radius: 0; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { font-size:0.875rem;font-family:arial;height:102rem;width:60rem;position:relative;display:block; }#pCHOHg0VqCC5JM7CAyONnkeWQkc9p8Dt { position:absolute;display:block;z-index:100001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0.5rem 1.25rem rgba(38,38,38,0.15) ;height:25.1875rem;width:59.6875rem;top:0.625rem;left:0rem;display:block; }
#bI4sOKPpIpT3IEHJOi7FGS9gtGqJbVGG { color:#1e1e1e;display:block;width:23.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1;letter-spacing:0;top:0.625rem;left:18.03125rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mu610wkyML4v7HBy2LiFtqMBwHfe3PMr { color:#1e1e1e;display:block;width:42.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:8.111328125rem;left:8.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xq8Inzn5kIZIr691cku0IQVuKGWZ9JTV { color:#000000;display:block;width:53.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:5.5107421875rem;left:3.0625rem;height:14.29786875rem;text-align:center;text-align-last:center;display:block; }
#FOz8tRuwRC1k2PDsIc86O0czAfV31Ofe { color:#1e1e1e;display:block;width:34.1875rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:300;z-index:100006;line-height:1;letter-spacing:0;top:28.59375rem;left:12.90625rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d5WzI8UiJTSgscnT6gE88msFLzwB853D { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:28.6875rem;top:34.125rem;left:28.3125rem;overflow:hidden;display:block; }
#xPyzcJfq6BOHTJGLHKQouzpafBB0M4hX { color:#000000;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:2.375rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:35.5rem;left:0.53125rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IqtMWnVUM4T1LG8mlI3isT5xwP7ZuBS6 { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:38.9375rem;left:0.53125rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EqP98BS7t1H4xANSxbT3nvLXLWGqhI5E { color:#000000;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:2.375rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:59.5625rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HCvaxvaW0y0K4nO9Q7AvEy6kSAnB16yn { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:64rem;left:0rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E3hzNJeydXwVPnA0NgAUSVkqNF62rVf9 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.0625rem;width:28.5625rem;top:58.3671875rem;left:28.4375rem;overflow:hidden;display:block; }
#XL26n3ii9qf0lFNStqkv2MR1ZhOfv6W5 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:comfortaa;font-size:2.375rem;font-weight:700;z-index:100013;line-height:1.3;letter-spacing:0;top:85.875rem;left:0rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nrICVsIzkSLNxZMgXzhr917bUIfAL1yt { color:#000000;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:89.75rem;left:0rem;height:7.7988375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c7MxHi6bSleL8oaQw3pgOe9tRbCUW80b { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19rem;width:28.5625rem;top:82.8671875rem;left:28.4375rem;overflow:hidden;display:block; }
#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container { background-color: transparent; background-image: none; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container > .video-iframe-container { display: none; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row > .video-iframe-container { display: none; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .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); }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container { border-width: 0; border-radius: 0; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#mUz3qELnlArk20xrvlLTusZ6Bde33sW6 { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:comfortaa;font-size:3.0625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.625rem;left:9.90625rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container { background-color: transparent; background-image: none; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container > .video-iframe-container { display: none; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row > .video-iframe-container { display: none; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .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); }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container { border-width: 0; border-radius: 0; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container { font-size:0.875rem;font-family:arial;height:8rem;width:60rem;position:relative;display:block; }#ybi6rucz0hDxZ54A0TmdJfVMIWwMmozP { color:#000000;display:block;width:56.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.875rem;left:1.71875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container { background-color: transparent; background-image: none; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container > .video-iframe-container { display: none; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row > .video-iframe-container { display: none; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .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); }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container { border-width: 0; border-radius: 0; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#BiyAelfBV3dwFCItF32P05crGG8BLLqL { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2.375rem;left:30.53125rem;height:;text-align:center;text-align-last:center;display:block; }
#fp1M755EUX3frXTKmtDAgVPfcooEwTdR { color:#000000;display:block;width:40.1875rem;position:absolute;font-family:comfortaa;font-size:3.0625rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.90625rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/P0wQT6fb/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS.adaptive-delivery-prevent-bg, #DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS.lazyload, #DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS.lazyloading { background-image: none; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container { background-color: transparent; background-image: none; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container > .video-iframe-container { display: none; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row > .video-iframe-container { display: none; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .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); }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container { border-width: 0; border-radius: 0; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container { font-size:0.875rem;font-family:arial;height:66.125rem;width:60rem;position:relative;display:block; }#nW95r5vBIkRh5iTbDktuBssrCoF94w5L { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:2.375rem;left:0.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#S36uh6oGqGA4zNbu4rlacN6Z0yM23oO7 { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:6.25rem;left:0.9375rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#V7R4m7OXKT0IwiRbxuKiXwdL3gZmsyEk { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:12.9375rem;left:0.9375rem;height:2.92480625rem;text-align:center;text-align-last:center;display:block; }
#TOK1lNCdHNsoDctslcq3cWFUo3eOG4iT { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:16.5625rem;left:0.9375rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#FDIGqpIdHpPlC3dWgVCSHTrSuFyTMNRc { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:22.8125rem;left:1.875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#tG2EhToxTp5TXqXAPFexgGk0sdHa8XOI { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:29.75rem;left:0.9375rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#OEAZ14wvO1FzpnrJtHs8e6URr9FtONgc { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:36.6875rem;left:1.875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#bOGzTh6HkwuCV1n1RXUDoF9kbXOsBJoP { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:4.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:43.75rem;left:0.9375rem;height:5.5244125rem;text-align:center;text-align-last:center;display:block; }
#LMs3TtpGBZtCDmxGGoAevh5RFTnc256S { color:#1e1e1e;display:block;width:58.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0rem 0.3125rem 0.9375rem rgba(38,38,38,0.1);top:51.8125rem;left:0.9375rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#TbnsewskkDD12bTz33VNJkQE35h1TwRN { z-index:100004;top:58.875rem;left:10.34375rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:39.3125rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hOJ4m2ctSkoaO3yTTMBk0dZPtaJNFZ6s { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuavWPWZpORcJrABau2dRo1NTnyUnOVo { width:30rem;height:18.75rem;top:7.875rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { width:14.625rem;height:1.125rem;top:2.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { width:28.75rem;height:5.625rem;top:15.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { width:28.75rem;height:4.875rem;top:22.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM { display:flex;width:18rem;height:5.0625rem;top:6.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #weGGxh4Gk61p7GFvAw8XZS3tUKEF8Ss2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #NR0dhPZnUKUGfBpFKKnGpifH7lq8DWxi {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nrCvAhd6lh5BqE6unNTTdXis9uOr1VaT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #WSDAHm3I19QB7SrgqSqZhNkVErvowHmQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #UuBp0nkSLkRZOc4SnpZRgTd0qkmFuZIT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #CsZkg4ToubVAT84G1DwJmma46d1hK6wb {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #Cr8EPbgAagwJC3tlMUl4XqDC2EwUEIDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #wn55zOXPXKNO3ybGs36EdR0AwA78TGhC {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nOgzHMmPZurFXShDbPx8VWxn2oigb3cT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #mH0WDdRwEISPrW3K4146rDEUWAZ9Z7ZO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #ayhPnUKnzF7Da1EyloEWfCqA0400HfuM {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #GbmfbDsL56knR6CkyZ54hAgiMyFoN7k9 {  }
 }@media only screen and (max-width: 763px) { #s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau { display:block; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5GhfWPkqqTndko0WfhywEzdMGVxm2B1 { top:1.9375rem;left:4.21875rem;width:39.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tHVun1J9woeWVOmcxFXkxFvTVwZ3Me { display:block; }
 }@media only screen and (max-width: 763px) { #HsefatbIPWtTWoOoqz9uzaBvkZTry0ee { display:block; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efWyBxqKxwxULB5DhXOM9bZhfvrFyJeA { top:1.75rem;left:0rem;width:47.75rem;height:26.722965440357rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh { display:block; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiVEVplMRSNolxb04PuvlJyzW3oPnMPR { width:47.75rem;height:2.25rem;top:1.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW { display:block; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV1TT08uoouIM58GTNRWrrUwcD2SvmAW { width:18.75rem;height:1rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmDi9Daxxo8CApPH3Kld1Da5vWMUTevJ { width:13.75rem;height:3.125rem;top:10.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQaxaRBoEyRXWZiU06Fg4QTbaleSog6x { width:13.75rem;height:4.1875rem;top:11rem;left:16.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvOx114TfdrDJgxB5PeZxEtG5WLM0nPI { width:18.75rem;height:1rem;top:8.75rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMehXuyCZg3s3Qcl8rbOdqFgfI1IAsnt { width:13.75rem;height:3.125rem;top:10.9375rem;left:32.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfqpMZrOs7FzNrmIk2QFeqlw1yLpJmvD { width:18.75rem;height:1rem;top:8.75rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTZAKUTiPNBtTOiSIOeZixQ9bq6zT3Ba { width:8.1875rem;height:8.0625rem;top:0rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDPFQusTeJgwShNsqwKXzEECtpnEKZfv { width:8.1875rem;height:8.0625rem;top:0rem;left:35.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4fU3JhdaMPVPoavlczXU58EKkwzyfV { top:1.4375rem;left:5.34375rem;width:5.1875rem;height:5.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCHOHg0VqCC5JM7CAyONnkeWQkc9p8Dt { width:47.75rem;height:25.1875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4sOKPpIpT3IEHJOi7FGS9gtGqJbVGG { width:23.9375rem;height:3.75rem;top:0.625rem;left:11.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu610wkyML4v7HBy2LiFtqMBwHfe3PMr { width:42.375rem;height:;top:8.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xq8Inzn5kIZIr691cku0IQVuKGWZ9JTV { top:5.5rem;left:0rem;width:47.75rem;height:18.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOz8tRuwRC1k2PDsIc86O0czAfV31Ofe { width:34.1875rem;height:1.875rem;top:28.5625rem;left:6.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5WzI8UiJTSgscnT6gE88msFLzwB853D { top:34.125rem;left:19.0625rem;width:28.6875rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPyzcJfq6BOHTJGLHKQouzpafBB0M4hX { top:35.5rem;left:0rem;width:14.5rem;height:0;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtMWnVUM4T1LG8mlI3isT5xwP7ZuBS6 { top:38.9375rem;left:0rem;width:19.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqP98BS7t1H4xANSxbT3nvLXLWGqhI5E { top:59.5625rem;left:0rem;width:14.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvaxvaW0y0K4nO9Q7AvEy6kSAnB16yn { top:64rem;left:0rem;width:19.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3hzNJeydXwVPnA0NgAUSVkqNF62rVf9 { top:58.3125rem;left:19.1875rem;width:28.5625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL26n3ii9qf0lFNStqkv2MR1ZhOfv6W5 { top:85.875rem;left:0rem;width:14.5rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrICVsIzkSLNxZMgXzhr917bUIfAL1yt { top:89.75rem;left:0rem;width:19.75rem;height:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7MxHi6bSleL8oaQw3pgOe9tRbCUW80b { top:82.8125rem;left:19.1875rem;width:28.5625rem;height:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit { display:block; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUz3qELnlArk20xrvlLTusZ6Bde33sW6 { top:2.625rem;left:3.78125rem;width:40.1875rem;height:0;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu { display:block; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybi6rucz0hDxZ54A0TmdJfVMIWwMmozP { top:1.875rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyENkRim8bGtkFl9riIfzXrwT4RDz69 { display:block; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiyAelfBV3dwFCItF32P05crGG8BLLqL { top:2.375rem;left:24.40625rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp1M755EUX3frXTKmtDAgVPfcooEwTdR { top:1.375rem;left:3.78125rem;width:40.1875rem;height:3.9375rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS { display:block; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nW95r5vBIkRh5iTbDktuBssrCoF94w5L { width:47.75rem;height:2.875rem;top:2.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S36uh6oGqGA4zNbu4rlacN6Z0yM23oO7 { width:47.75rem;height:5.5rem;top:6.25rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7R4m7OXKT0IwiRbxuKiXwdL3gZmsyEk { width:47.75rem;height:2.875rem;top:12.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOK1lNCdHNsoDctslcq3cWFUo3eOG4iT { width:47.75rem;height:5.5rem;top:16.5625rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIGqpIdHpPlC3dWgVCSHTrSuFyTMNRc { width:47.75rem;height:5.8125rem;top:22.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG2EhToxTp5TXqXAPFexgGk0sdHa8XOI { width:47.75rem;height:5.5rem;top:29.75rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEAZ14wvO1FzpnrJtHs8e6URr9FtONgc { width:47.75rem;height:5.8125rem;top:36.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOGzTh6HkwuCV1n1RXUDoF9kbXOsBJoP { width:47.75rem;height:5.5rem;top:43.75rem;left:0rem;font-size:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMs3TtpGBZtCDmxGGoAevh5RFTnc256S { width:47.75rem;height:5.8125rem;top:51.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnsewskkDD12bTz33VNJkQE35h1TwRN { top:58.875rem;left:4.21875rem;width:39.3125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOJ4m2ctSkoaO3yTTMBk0dZPtaJNFZ6s { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 { display:block; }#amr50iegbgqM3zp0O2F3Lb26VT6AkZz4 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DuavWPWZpORcJrABau2dRo1NTnyUnOVo { width:20rem;height:12.5625rem;top:16.2490234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlCfRT2BtooA5S9QeQW4x8pduQP3Z8Ci { width:14.5625rem;height:1.3994125rem;top:31.1875rem;left:2.71875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #XbTbDlKwZsAqWp6PmnIfAWV8TphRitkW { width:20rem;height:3.25rem;top:5.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGVTeM1NFECzBfRSg8nKqaO8VpItl9oQ { width:20rem;height:3.8994125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM .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; }
#hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM { display:flex;width:18rem;height:5.0625rem;top:33.8095703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #weGGxh4Gk61p7GFvAw8XZS3tUKEF8Ss2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #NR0dhPZnUKUGfBpFKKnGpifH7lq8DWxi {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nrCvAhd6lh5BqE6unNTTdXis9uOr1VaT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #WSDAHm3I19QB7SrgqSqZhNkVErvowHmQ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #UuBp0nkSLkRZOc4SnpZRgTd0qkmFuZIT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #CsZkg4ToubVAT84G1DwJmma46d1hK6wb {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #Cr8EPbgAagwJC3tlMUl4XqDC2EwUEIDi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #wn55zOXPXKNO3ybGs36EdR0AwA78TGhC {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #nOgzHMmPZurFXShDbPx8VWxn2oigb3cT {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #mH0WDdRwEISPrW3K4146rDEUWAZ9Z7ZO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #ayhPnUKnzF7Da1EyloEWfCqA0400HfuM {  }
 }@media only screen and (max-width: 763px) { #hHA2wpqU1JqQISCr7oWEBkO8nsBHqUgM #GbmfbDsL56knR6CkyZ54hAgiMyFoN7k9 {  }
 }@media only screen and (max-width: 763px) { #s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau { display:block; }#s1HxzhdhcMUwEl3F9o3tKyHT6czi4Fau > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C5GhfWPkqqTndko0WfhywEzdMGVxm2B1 { top:1.25rem;left:0.5rem;width:19rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tHVun1J9woeWVOmcxFXkxFvTVwZ3Me { display:block; }
 }@media only screen and (max-width: 763px) { #HsefatbIPWtTWoOoqz9uzaBvkZTry0ee { display:block; }#HsefatbIPWtTWoOoqz9uzaBvkZTry0ee > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #efWyBxqKxwxULB5DhXOM9bZhfvrFyJeA { height:11.192865105909rem;width:20rem;top:1.8076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh { display:block; }#CVyg24ubs6waIzuCKJKr8HOAn7pSRFgh > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UiVEVplMRSNolxb04PuvlJyzW3oPnMPR { width:20rem;height:1.5rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW { display:block; }#ZH7egN2wfONhfWuF4xCylWoUpDWJMKHW > .row .container { width:20rem;height:52.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wV1TT08uoouIM58GTNRWrrUwcD2SvmAW { width:18.75rem;height:1rem;top:9.9375rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cmDi9Daxxo8CApPH3Kld1Da5vWMUTevJ { width:13.75rem;height:5.19921875rem;top:12.249351501465rem;left:3.1250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CQaxaRBoEyRXWZiU06Fg4QTbaleSog6x { width:13.75rem;height:7.7988125rem;top:29.9375rem;left:3.1250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HvOx114TfdrDJgxB5PeZxEtG5WLM0nPI { width:18.75rem;height:1rem;top:27.687065124512rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMehXuyCZg3s3Qcl8rbOdqFgfI1IAsnt { width:13.75rem;height:3.8994125rem;top:47.436851501465rem;left:3.1250000596046rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nfqpMZrOs7FzNrmIk2QFeqlw1yLpJmvD { width:18.75rem;height:1rem;top:45.1875rem;left:0.62500005960463rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTZAKUTiPNBtTOiSIOeZixQ9bq6zT3Ba { width:8.125rem;height:8.0625rem;top:18.998477935791rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDPFQusTeJgwShNsqwKXzEECtpnEKZfv { width:8.125rem;height:8.0625rem;top:36.248916625976rem;left:5.9375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ4fU3JhdaMPVPoavlczXU58EKkwzyfV { width:5.1875rem;height:5.1875rem;top:3.3349609375rem;left:7.40625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pw2c0WNb/bg2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.adaptive-delivery-prevent-bg, #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.lazyload, #enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf.lazyloading { background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { background-color: transparent; background-image: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row > .video-iframe-container { display: none; }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .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); }#enwdRfTpnQ7T0O66dxRpB3PkRA0exwUf > .row .container { width:20rem;height:139.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCHOHg0VqCC5JM7CAyONnkeWQkc9p8Dt { width:20rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bI4sOKPpIpT3IEHJOi7FGS9gtGqJbVGG { width:17.5rem;height:3.25rem;top:1.3125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mu610wkyML4v7HBy2LiFtqMBwHfe3PMr { width:20rem;height:0;top:37.3125rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xq8Inzn5kIZIr691cku0IQVuKGWZ9JTV { width:20rem;height:32.49510625rem;top:6.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOz8tRuwRC1k2PDsIc86O0czAfV31Ofe { width:20rem;height:3.25rem;top:41.0556640625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5WzI8UiJTSgscnT6gE88msFLzwB853D { width:20rem;height:13.2890625rem;top:62.1044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPyzcJfq6BOHTJGLHKQouzpafBB0M4hX { width:14.5rem;height:2.5996125rem;top:46.7431640625rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqtMWnVUM4T1LG8mlI3isT5xwP7ZuBS6 { width:19.75rem;height:7.7988375rem;top:51.5556640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EqP98BS7t1H4xANSxbT3nvLXLWGqhI5E { width:14.5rem;height:2.5996125rem;top:78.6435546875rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCvaxvaW0y0K4nO9Q7AvEy6kSAnB16yn { width:19.75rem;height:7.7988375rem;top:82.4306640625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3hzNJeydXwVPnA0NgAUSVkqNF62rVf9 { width:20rem;height:13.347625rem;top:92.5419921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XL26n3ii9qf0lFNStqkv2MR1ZhOfv6W5 { width:14.5rem;height:2.5996125rem;top:109.3896484375rem;left:2.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrICVsIzkSLNxZMgXzhr917bUIfAL1yt { width:19.75rem;height:7.7988375rem;top:114.1142578125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7MxHi6bSleL8oaQw3pgOe9tRbCUW80b { width:20rem;height:13.3036875rem;top:125.7255859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit { display:block; }#HpPfFiO2Ggrzip3v7qRdF0yxlxWcBgit > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mUz3qELnlArk20xrvlLTusZ6Bde33sW6 { width:20rem;height:5.19921875rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu { display:block; }#K44E2mzm5dUtAsG1w3yS19xdA5Nm5rVu > .row .container { width:20rem;height:13.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ybi6rucz0hDxZ54A0TmdJfVMIWwMmozP { width:20rem;height:9.098625rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXyENkRim8bGtkFl9riIfzXrwT4RDz69 { display:block; }#sXyENkRim8bGtkFl9riIfzXrwT4RDz69 > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BiyAelfBV3dwFCItF32P05crGG8BLLqL { width:12.5rem;height:0;top:5.0996125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp1M755EUX3frXTKmtDAgVPfcooEwTdR { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS { display:block; }#DAPIQKQH2Tt28rsFO08qfIJTRcmm00pS > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nW95r5vBIkRh5iTbDktuBssrCoF94w5L { width:20rem;height:1.625rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S36uh6oGqGA4zNbu4rlacN6Z0yM23oO7 { width:20rem;height:2.5996125rem;top:7.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7R4m7OXKT0IwiRbxuKiXwdL3gZmsyEk { width:20rem;height:1.625rem;top:11.0996125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOK1lNCdHNsoDctslcq3cWFUo3eOG4iT { width:20rem;height:2.5996125rem;top:13.9746125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDIGqpIdHpPlC3dWgVCSHTrSuFyTMNRc { width:20rem;height:4.875rem;top:17.824225rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tG2EhToxTp5TXqXAPFexgGk0sdHa8XOI { width:20rem;height:2.5996125rem;top:23.949225rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OEAZ14wvO1FzpnrJtHs8e6URr9FtONgc { width:20rem;height:4.875rem;top:27.7988375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOGzTh6HkwuCV1n1RXUDoF9kbXOsBJoP { width:20rem;height:2.5996125rem;top:33.9238375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMs3TtpGBZtCDmxGGoAevh5RFTnc256S { width:20rem;height:6.5rem;top:37.77345rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbnsewskkDD12bTz33VNJkQE35h1TwRN { top:45.5234375rem;left:0.5rem;width:19rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOJ4m2ctSkoaO3yTTMBk0dZPtaJNFZ6s { display:block; }
 }