.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f0f2ff;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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#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:14px;font-family:arial;height:83px;width:1200px;position:relative;display:block; }#eys0zcF93Sg2KnXuMA78fiyD5dmSzCdy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:82px;width:115px;top:0px;left:0px;overflow:hidden;display:block; }
#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Inp3E3qw/home.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO.adaptive-delivery-prevent-bg { background-image: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { background-color: transparent; background-image: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container > .video-iframe-container { display: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row > .video-iframe-container { display: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .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); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { border-width: 0; border-radius: 0; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { font-size:14px;font-family:arial;height:630px;width:1200px;position:relative;display:block; }#mxPdsGfo6iCGrlNMTTAyWJuIxksT43AA { color:#70f6e2;display:block;width:391px;position:absolute;font-family:lato;font-size:60px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:52px;left:0px;height:156px;font-style:normal;display:block; }
#N0GUdQwSUf0zl3KxlL2Pl37skNMWkfpg { color:#70f6e2;display:block;width:257px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:208px;left:1px;height:33px;font-style:normal;display:block; }
#O9ZT2GE1DMam45gR1eR6qGLUH25n6pRL { color:#70f6e2;display:block;width:435px;position:absolute;font-family:lato;font-size:16px;font-weight:300;z-index:100002;line-height:1.7;letter-spacing:0;top:274px;left:18px;height:108px;font-style:normal;display:block; }
#pVTvUJFgw9mhX6eTAPRathg3HOXIeqXJ { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -moz-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -ms-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -o-linear-gradient(180deg, #70f6e2, #06b5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );";background-image: linear-gradient(180deg, #70f6e2, #06b5d3);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:400px;border-top-right-radius:400px;border-bottom-left-radius:400px;border-bottom-right-radius:400px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:lato;font-size:18px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:178px;height:55px;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:428px;left:0px;display:block; }
#LREtqgbXI8Gbur933FubnTZaTD3HKfTd { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#JbK7Dpgy1RIQTcOR17JqTqzHwrxxkgBh { position:absolute;display:block;z-index:100004;background-color:#25c0d2;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:99px;width:2px;top:279px;left:2.5px;display:block; }
#DZKR9O2KmekpteZorgmNwyV7WxaDV0VR { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:511px;width:900px;display:none; }
#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/OOYbeIlQ/1new.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ.adaptive-delivery-prevent-bg { background-image: none; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container { background-color: transparent; background-image: none; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container > .video-iframe-container { display: none; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row > .video-iframe-container { display: none; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .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); }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container { border-width: 0; border-radius: 0; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container { font-size:14px;font-family:arial;height:423px;width:1200px;position:relative;display:block; }#Hiy7EZlcP8wdXkebGpw68ZGa3gLLK1mf { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:300px;width:536px;top:29px;left:71.5px;display:block; }
#Rf4icPBPgof1GZNSRWu8Bxh0mP2ELwMT { color:#70f6e2;display:block;width:391px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:49px;left:677px;height:104px;font-style:normal;display:block; }
#npfqoEbSlzKPEC1fT2mONKrmnIKwzACl { color:#70f6e2;display:block;width:435px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100003;line-height:1.7;letter-spacing:0;top:186px;left:678px;height:90px;font-style:normal;display:block; }
#RoRtredKtDONWJVnz64AdkpsSl4Jkndf { position:absolute;display:block;z-index:100005;background-color:#25c0d2;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:2px;width:99px;top:160px;left:678px;display:block; }
#nTL3JTrxQIbUkMH25kTNTBfWvTJL9vmw { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:255px;left:515.5px;overflow:hidden;display:block; }
#R2BXK0ylt2HQtkOM9muAogIg8o8utGDE { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:8px;left:144.5px;overflow:hidden;display:block; }
#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aQdVT8K3/4_noweew.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH.adaptive-delivery-prevent-bg { background-image: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { background-color: transparent; background-image: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container > .video-iframe-container { display: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row > .video-iframe-container { display: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .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); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { border-width: 0; border-radius: 0; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { font-size:14px;font-family:arial;height:527px;width:1200px;position:relative;display:block; }#uZtmnIcuTomPJreTDiv5gtMJ0WiDcnAQ { color:#70f6e2;display:block;width:391px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:155px;left:73.5px;height:52px;font-style:normal;display:block; }
#BlMIvaosykzpz6wiL9Uk1I140Vs69y3u { color:#70f6e2;display:block;width:392px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100004;line-height:1.7;letter-spacing:0;top:241px;left:74px;height:90px;font-style:normal;display:block; }
#p2aU3EhNO8vCTaNSflL4fQAFvCRJDCD3 { position:absolute;display:block;z-index:100006;background-color:#25c0d2;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:2px;width:99px;top:214px;left:74px;display:block; }
#fNisi2esxyendpeTR6HK5hpdqFR3vLuL { position:relative;display:none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL { border-width: 0; border-radius: 0; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#pMVXJo9goM0uiWsJ1CFHzCKukFr0aA0c { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:96.5px;left:417.5px;overflow:hidden;display:none; }
#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fy1ZD8eb/3_od_doluNowe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au.adaptive-delivery-prevent-bg { background-image: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { background-color: transparent; background-image: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container > .video-iframe-container { display: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row > .video-iframe-container { display: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .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); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { border-width: 0; border-radius: 0; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { font-size:14px;font-family:arial;height:408px;width:1200px;position:relative;display:block; }#T7T7ELpATPZIkG4VQkX1S3DXQvgenLfx { color:#70f6e2;display:block;width:391px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:131px;left:675px;height:52px;font-style:normal;display:block; }
#Lmb8ebiOV203s2hA3e29Ng07HdxO18Ul { color:#70f6e2;display:block;width:429px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:217px;left:675px;height:60px;font-style:normal;display:block; }
#W5UxHRK4ghei8PftCSw6BrThIocVFr3E { position:absolute;display:block;z-index:100009;background-color:#25c0d2;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:2px;width:99px;top:190px;left:675px;display:block; }
#bb9LDnnv3zQ1BhSLa9FlgsXXQOEZikQK { position:absolute;display:block;z-index:100010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/fpg7ZPUx/Tasks_1_E_Aharon.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: -1px 1px 3px rgba(74,82,143,0.53) ;height:365px;width:416px;top:39px;left:133.5px;display:block; }
#bb9LDnnv3zQ1BhSLa9FlgsXXQOEZikQK.adaptive-delivery-prevent-bg { background-image: none; }
#mSZ9SEZwXGWMiGW3aaoFrzH4RXiHZnE8 { position:absolute;display:block;z-index:100011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XAQz30A0/task_small.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:9px;border-top-right-radius:9px;border-bottom-left-radius:9px;border-bottom-right-radius:9px;box-shadow: -1px 1px 6px rgba(74,82,143,0.39) ;height:197px;width:111px;top:0px;left:511.5px;display:block; }
#mSZ9SEZwXGWMiGW3aaoFrzH4RXiHZnE8.adaptive-delivery-prevent-bg { background-image: none; }
#ZwUoO53By1eBQi0QHK6AOrM9mbqykCFl { position:absolute;display:block;z-index:100012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/d3LY0FJx/Mini_srodek.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:7px;border-top-right-radius:7px;border-bottom-left-radius:7px;border-bottom-right-radius:7px;box-shadow: -1px 1px 6px rgba(74,82,143,0.5) ;height:40px;width:77px;top:294px;left:491.5px;display:block; }
#ZwUoO53By1eBQi0QHK6AOrM9mbqykCFl.adaptive-delivery-prevent-bg { background-image: none; }
#vIF04LFoEd5Syl63NkUIgiOx4cW7cWT3 { position:absolute;display:block;z-index:99998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:255px;left:515.5px;overflow:hidden;display:none; }
#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/6Jc5Yp3Q/2_od_dolu.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE.adaptive-delivery-prevent-bg { background-image: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { background-color: transparent; background-image: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container > .video-iframe-container { display: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row > .video-iframe-container { display: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .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); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { border-width: 0; border-radius: 0; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { font-size:14px;font-family:arial;height:526px;width:1200px;position:relative;display:block; }#pD99GQDdwremg61UlRcBGQBAJGKflowr { color:#70f6e2;display:block;width:391px;position:absolute;font-family:lato;font-size:40px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:167px;left:74px;height:52px;font-style:normal;display:block; }
#QeaP9F4AlX2ETX7rlyUputdoVkStOzDL { position:absolute;display:block;z-index:100009;background-color:#25c0d2;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:2px;width:99px;top:226px;left:74px;display:block; }
#SdRsC9QwVB6AreIVoTwL02GdBme9hu0C { color:#70f6e2;display:block;width:392px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:100007;line-height:1.7;letter-spacing:0;top:253px;left:74px;height:150px;font-style:normal;display:block; }
#mEv2OPFTga3UD6BVlu3hlwaIEpEFth4s { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:96.5px;left:417.5px;overflow:hidden;display:block; }
#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J { position:relative;display:none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J { border-width: 0; border-radius: 0; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;position:relative;display:none; }#BGciFlQEm2wGA1HDOKKJySw106TklCKZ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: -1px 1px 4px rgba(209,214,244,0.86) ;height:69px;width:223px;display:none; }
#zlHHeAZKKLUVcDTkMT7nJHHKxbKCwI5V { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:107px;width:125px;top:96.5px;left:417.5px;overflow:hidden;display:none; }
#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/04blCqcq/6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn.adaptive-delivery-prevent-bg { background-image: none; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container { background-color: transparent; background-image: none; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container > .video-iframe-container { display: none; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row > .video-iframe-container { display: none; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .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); }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container { border-width: 0; border-radius: 0; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container { font-size:14px;font-family:arial;height:677px;width:1200px;position:relative;display:block; }#KrCH0VDtlni5xWWPknkzuFBFh8xpkt62 { color:#70f6e2;display:block;width:469px;position:absolute;font-family:lato;font-size:45px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:136px;left:453px;height:58px;font-style:normal;display:block; }
#CxnH7ET6W8TMv5yf8belrf0WCVkIFmxF { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:124px;width:176px;top:103px;left:271px;overflow:hidden;display:block; }
#EAsEAb9lTh1kmVVaTzTb2LUcHvQTe2Xt { position:absolute;display:block;z-index:100003;background-color:#00074b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:26px;border-top-right-radius:26px;border-bottom-left-radius:26px;border-bottom-right-radius:26px;height:255px;width:1067px;top:270.5px;left:66.5px;display:block; }
#zJRO5anP7CCWdkdlxMlogboDTw0fRwuU { color:#70f6e2;display:block;width:392px;position:absolute;font-family:lato;font-size:28px;font-weight:400;z-index:100008;line-height:1.7;letter-spacing:0;top:309px;left:131px;height:47px;font-style:normal;display:block; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-form-header {  }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-regular-label { display:none;width:769px;height:auto;font-size:12px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:55px;width:769px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#4a528f;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:12px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-textarea { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:47px;width:769px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#4a528f;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:left;text-align-last:left;font-size:12px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:55px;width:769px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:300;text-align:center;text-align-last:center;font-size:12px;background-color:transparent;background-image:none;font-style:normal; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:55px;width:200px;padding-top:0px;padding-right:14px;padding-bottom:0px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:14px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -moz-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -ms-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -o-linear-gradient(180deg, #70f6e2, #06b5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );";background-image: linear-gradient(180deg, #70f6e2, #06b5d3);background-size:initial !important;overflow:hidden;box-shadow: 1px 10px 30px rgba(0,0,0,0.5) ; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]:-moz-placeholder { font-size:12px;font-family:"open sans";color:#4a528f;text-align:left;text-align-last:left; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]::-moz-placeholder { font-size:12px;font-family:"open sans";color:#4a528f;text-align:left;text-align-last:left; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]:-ms-input-placeholder { font-size:12px;font-family:"open sans";color:#4a528f;text-align:left;text-align-last:left; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]::-webkit-input-placeholder { font-size:12px;font-family:"open sans";color:#4a528f;text-align:left;text-align-last:left; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:964px;height:auto;font-size:12px;font-family:lato;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff;font-weight:300;font-style:normal; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:370.5px;vertical-align:middle;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container:first-of-type{padding-top:0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container:last-of-type{padding-bottom:0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:989px;height:auto;left:101.5px;top:347px;z-index:100009;position:absolute; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .radio-container { width:779px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:989px;height:auto;left:101.5px;top:347px;z-index:100009;position:absolute; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #T9L4osJtroZZAF072UZQw31tpkTeNEe5 { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #wzt25vO3DK6u5AHcqo46uXh70TTbEbPR { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #z9xKpKP6tb3OqlWEIBsZNQWe01ggBobe { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #iKNbmyMCCFcIDbp2XravhymE4Togmraq { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #yr4H7upW5ecAE4TElXqFXDiNJPJXKidr { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #b08x4uVCT7nZ5IUAigswIHVlSbsr7lhx { position:relative;display:block;z-index:100000; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #I18AduwBiKD73yrFcigaeOJ5q3ZP1cAO { position:relative;display:block;z-index:100000; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #fHhUEDkeDTBCvdt1CMqN6cIsnAd90fK8 { position:relative; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #zUoJ8lJDzIrI0evfsyfRxiaGlmc4kXCU { position:relative;z-index:2; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #TzTPcwl4fz371edtCx6dItV7wkRhqp4i { position:relative; }
#rq4orHQsUohX90a6tRL1ne3kyJdvfzOM { color:#70f6e2;display:block;width:493px;position:absolute;font-family:lato;font-size:12px;font-weight:300;z-index:100009;line-height:1.7;letter-spacing:0;top:458px;left:143px;height:20px;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eys0zcF93Sg2KnXuMA78fiyD5dmSzCdy { top:0px;left:0px;width:115px;height:82px;display:block; }
 }@media only screen and (max-width: 763px) { #QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO { display:block; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxPdsGfo6iCGrlNMTTAyWJuIxksT43AA { top:52px;left:0px;width:391px;height:156px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #N0GUdQwSUf0zl3KxlL2Pl37skNMWkfpg { top:208px;left:0px;width:257px;height:33px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZT2GE1DMam45gR1eR6qGLUH25n6pRL { top:274px;left:0px;width:435px;height:108px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pVTvUJFgw9mhX6eTAPRathg3HOXIeqXJ { width:178px;height:55px;top:428px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LREtqgbXI8Gbur933FubnTZaTD3HKfTd { display:block; }
 }@media only screen and (max-width: 763px) { #JbK7Dpgy1RIQTcOR17JqTqzHwrxxkgBh { top:279px;left:0px;width:2px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #DZKR9O2KmekpteZorgmNwyV7WxaDV0VR { width:764px;height:433px;display:none; }
 }@media only screen and (max-width: 763px) { #afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ { display:block; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiy7EZlcP8wdXkebGpw68ZGa3gLLK1mf { top:29px;left:0px;width:536px;height:300px;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4icPBPgof1GZNSRWu8Bxh0mP2ELwMT { top:49px;left:373px;width:391px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #npfqoEbSlzKPEC1fT2mONKrmnIKwzACl { top:186px;left:329px;width:435px;height:90px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #RoRtredKtDONWJVnz64AdkpsSl4Jkndf { top:160px;left:460px;width:99px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #nTL3JTrxQIbUkMH25kTNTBfWvTJL9vmw { top:255px;left:297.5px;width:125px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #R2BXK0ylt2HQtkOM9muAogIg8o8utGDE { top:8px;left:0px;width:125px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH { display:block; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtmnIcuTomPJreTDiv5gtMJ0WiDcnAQ { top:155px;left:0px;width:391px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #BlMIvaosykzpz6wiL9Uk1I140Vs69y3u { top:241px;left:0px;width:392px;height:90px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p2aU3EhNO8vCTaNSflL4fQAFvCRJDCD3 { top:214px;left:0px;width:99px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #fNisi2esxyendpeTR6HK5hpdqFR3vLuL { display:none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #pMVXJo9goM0uiWsJ1CFHzCKukFr0aA0c { top:96px;left:199.5px;width:125px;height:107px;display:none; }
 }@media only screen and (max-width: 763px) { #cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au { display:block; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7T7ELpATPZIkG4VQkX1S3DXQvgenLfx { top:131px;left:373px;width:391px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #Lmb8ebiOV203s2hA3e29Ng07HdxO18Ul { top:217px;left:335px;width:429px;height:60px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #W5UxHRK4ghei8PftCSw6BrThIocVFr3E { top:190px;left:457px;width:99px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #bb9LDnnv3zQ1BhSLa9FlgsXXQOEZikQK { top:39px;left:0px;width:416px;height:365px;display:block; }
 }@media only screen and (max-width: 763px) { #mSZ9SEZwXGWMiGW3aaoFrzH4RXiHZnE8 { top:0px;left:293.5px;width:111px;height:197px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwUoO53By1eBQi0QHK6AOrM9mbqykCFl { top:294px;left:273.5px;width:77px;height:40px;display:block; }
 }@media only screen and (max-width: 763px) { #vIF04LFoEd5Syl63NkUIgiOx4cW7cWT3 { top:255px;left:297.5px;width:125px;height:107px;display:none; }
 }@media only screen and (max-width: 763px) { #XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE { display:block; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD99GQDdwremg61UlRcBGQBAJGKflowr { top:167px;left:0px;width:391px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #QeaP9F4AlX2ETX7rlyUputdoVkStOzDL { top:226px;left:0px;width:99px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #SdRsC9QwVB6AreIVoTwL02GdBme9hu0C { top:253px;left:0px;width:392px;height:150px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mEv2OPFTga3UD6BVlu3hlwaIEpEFth4s { top:96px;left:199.5px;width:125px;height:107px;display:block; }
 }@media only screen and (max-width: 763px) { #iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J { display:none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BGciFlQEm2wGA1HDOKKJySw106TklCKZ { width:223px;height:69px;display:none; }
 }@media only screen and (max-width: 763px) { #zlHHeAZKKLUVcDTkMT7nJHHKxbKCwI5V { top:96px;left:199.5px;width:125px;height:107px;display:none; }
 }@media only screen and (max-width: 763px) { #s7uVcFbwk8SWQeayzS6csgTC8XirtZEn { display:block; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrCH0VDtlni5xWWPknkzuFBFh8xpkt62 { top:136px;left:235px;width:469px;height:58px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #CxnH7ET6W8TMv5yf8belrf0WCVkIFmxF { top:103px;left:53px;width:176px;height:124px;display:block; }
 }@media only screen and (max-width: 763px) { #EAsEAb9lTh1kmVVaTzTb2LUcHvQTe2Xt { top:270px;left:0px;width:764px;height:255px;display:block; }
 }@media only screen and (max-width: 763px) { #zJRO5anP7CCWdkdlxMlogboDTw0fRwuU { top:309px;left:0px;width:392px;height:47px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-regular-label { width:504px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text { width:504px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-textarea { width:504px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select { width:504px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-checkbox-label { width:699px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-radio-label { width:238px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt  { width:724px;height:auto;top:347px;left:0px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .radio-container { width:514px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt {display:inline-block;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt { width:724px;height:auto;top:347px;left:0px; }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #T9L4osJtroZZAF072UZQw31tpkTeNEe5 {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #wzt25vO3DK6u5AHcqo46uXh70TTbEbPR {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #z9xKpKP6tb3OqlWEIBsZNQWe01ggBobe {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #iKNbmyMCCFcIDbp2XravhymE4Togmraq {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #yr4H7upW5ecAE4TElXqFXDiNJPJXKidr {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #b08x4uVCT7nZ5IUAigswIHVlSbsr7lhx {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #I18AduwBiKD73yrFcigaeOJ5q3ZP1cAO {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #fHhUEDkeDTBCvdt1CMqN6cIsnAd90fK8 {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #zUoJ8lJDzIrI0evfsyfRxiaGlmc4kXCU {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #TzTPcwl4fz371edtCx6dItV7wkRhqp4i {  }
 }@media only screen and (max-width: 763px) { #rq4orHQsUohX90a6tRL1ne3kyJdvfzOM { top:458px;left:0px;width:493px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:320px;height:112px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eys0zcF93Sg2KnXuMA78fiyD5dmSzCdy { width:149px;height:106px;top:0px;left:85.5px;display:block; }
 }@media only screen and (max-width: 763px) { #QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/5g9LHT2r/bgmob_2x.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO.adaptive-delivery-prevent-bg { background-image: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { background-color: transparent; background-image: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container > .video-iframe-container { display: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row > .video-iframe-container { display: none; }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .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); }#QVHXTPTWcsWyqwlbyfzMHDktfTZxhkTO > .row .container { width:320px;height:750px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mxPdsGfo6iCGrlNMTTAyWJuIxksT43AA { width:320px;height:116px;top:46px;left:0px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #N0GUdQwSUf0zl3KxlL2Pl37skNMWkfpg { width:257px;height:28px;top:162px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #O9ZT2GE1DMam45gR1eR6qGLUH25n6pRL { width:295px;height:189px;top:219px;left:25px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pVTvUJFgw9mhX6eTAPRathg3HOXIeqXJ { width:178px;height:55px;top:443px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #LREtqgbXI8Gbur933FubnTZaTD3HKfTd { display:block; }
 }@media only screen and (max-width: 763px) { #JbK7Dpgy1RIQTcOR17JqTqzHwrxxkgBh { width:2px;height:173px;top:227px;left:11px;display:block; }
 }@media only screen and (max-width: 763px) { #DZKR9O2KmekpteZorgmNwyV7WxaDV0VR { top:538px;left:0px;width:320px;height:179px;z-index:100005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ { display:block; }#afGP1Bcu4JSO1PTMUK9vyRDqDAPwZvoZ > .row .container { width:320px;height:507px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hiy7EZlcP8wdXkebGpw68ZGa3gLLK1mf { height:179.10447761194px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Rf4icPBPgof1GZNSRWu8Bxh0mP2ELwMT { width:320px;height:82px;top:243px;left:0px;font-size:32px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #npfqoEbSlzKPEC1fT2mONKrmnIKwzACl { width:320px;height:120px;top:367px;left:0px;font-size:18px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #RoRtredKtDONWJVnz64AdkpsSl4Jkndf { width:99px;height:2px;top:345px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #nTL3JTrxQIbUkMH25kTNTBfWvTJL9vmw { width:125px;height:107px;top:120.09375px;left:195px;display:block; }
 }@media only screen and (max-width: 763px) { #R2BXK0ylt2HQtkOM9muAogIg8o8utGDE { width:125px;height:107px;top:0px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UmhYpOU8/bg2_2x.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH.adaptive-delivery-prevent-bg { background-image: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { background-color: transparent; background-image: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container > .video-iframe-container { display: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row > .video-iframe-container { display: none; }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .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); }#MCfbgpCKUsl4Ndyuhsl1H7kpWLROh4pH > .row .container { width:320px;height:301px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uZtmnIcuTomPJreTDiv5gtMJ0WiDcnAQ { width:320px;height:41px;top:72px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BlMIvaosykzpz6wiL9Uk1I140Vs69y3u { width:320px;height:120px;top:155px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #p2aU3EhNO8vCTaNSflL4fQAFvCRJDCD3 { width:99px;height:2px;top:135px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fNisi2esxyendpeTR6HK5hpdqFR3vLuL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/LILeb6gZ/mob_1.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#fNisi2esxyendpeTR6HK5hpdqFR3vLuL.adaptive-delivery-prevent-bg { background-image: none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container { background-color: transparent; background-image: none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container > .video-iframe-container { display: none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row > .video-iframe-container { display: none; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .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); }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container { border-width: 0; border-radius: 0; }#fNisi2esxyendpeTR6HK5hpdqFR3vLuL > .row .container { width:320px;height:321px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pMVXJo9goM0uiWsJ1CFHzCKukFr0aA0c { width:125px;height:107px;top:92px;left:1px;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/kzzzSeO1/bg2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au.adaptive-delivery-prevent-bg { background-image: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { background-color: transparent; background-image: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container > .video-iframe-container { display: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row > .video-iframe-container { display: none; }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .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); }#cSnUKdTrz1y1fg5HyMgQtaMOM55bf7au > .row .container { width:320px;height:729px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7T7ELpATPZIkG4VQkX1S3DXQvgenLfx { width:320px;height:41px;top:74px;left:0px;font-size:32px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Lmb8ebiOV203s2hA3e29Ng07HdxO18Ul { width:320px;height:90px;top:157px;left:0px;font-size:18px;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #W5UxHRK4ghei8PftCSw6BrThIocVFr3E { width:99px;height:2px;top:137px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #bb9LDnnv3zQ1BhSLa9FlgsXXQOEZikQK { width:320px;height:365px;top:302px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mSZ9SEZwXGWMiGW3aaoFrzH4RXiHZnE8 { width:97px;height:173px;top:276px;left:167px;display:block; }
 }@media only screen and (max-width: 763px) { #ZwUoO53By1eBQi0QHK6AOrM9mbqykCFl { width:77px;height:40px;top:605px;left:221px;display:block; }
 }@media only screen and (max-width: 763px) { #vIF04LFoEd5Syl63NkUIgiOx4cW7cWT3 { width:125px;height:107px;top:264.09375px;left:102.5px;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/UmhYpOU8/bg2_2x.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }
#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE.adaptive-delivery-prevent-bg { background-image: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { background-color: transparent; background-image: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container > .video-iframe-container { display: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row > .video-iframe-container { display: none; }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .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); }#XZHyf2HSfFQT6UZhBkrk2B96Wl5At5JE > .row .container { width:320px;height:384px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pD99GQDdwremg61UlRcBGQBAJGKflowr { width:320px;height:41px;top:71px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #QeaP9F4AlX2ETX7rlyUputdoVkStOzDL { width:99px;height:2px;top:133px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SdRsC9QwVB6AreIVoTwL02GdBme9hu0C { width:320px;height:180px;top:168px;left:0px;font-size:18px;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #mEv2OPFTga3UD6BVlu3hlwaIEpEFth4s { width:125px;height:107px;top:215px;left:195px;display:none; }
 }@media only screen and (max-width: 763px) { #iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PDOZnz3m/mob_tracker.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J.adaptive-delivery-prevent-bg { background-image: none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container { background-color: transparent; background-image: none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container > .video-iframe-container { display: none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row > .video-iframe-container { display: none; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .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); }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container { border-width: 0; border-radius: 0; }#iXsncWhu0ZgO6mFkNIPkKQm54GOChr7J > .row .container { width:320px;height:344px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BGciFlQEm2wGA1HDOKKJySw106TklCKZ { top:242px;left:17.5px;width:191px;height:58px;z-index:100000;overflow:hidden;box-shadow: -1px 1px 4px rgba(209,214,244,0.86) ;display:block; }
 }@media only screen and (max-width: 763px) { #zlHHeAZKKLUVcDTkMT7nJHHKxbKCwI5V { width:125px;height:107px;top:0px;left:11.5px;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #s7uVcFbwk8SWQeayzS6csgTC8XirtZEn { display:block; }#s7uVcFbwk8SWQeayzS6csgTC8XirtZEn > .row .container { width:320px;height:609px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KrCH0VDtlni5xWWPknkzuFBFh8xpkt62 { width:320px;height:41px;top:158px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CxnH7ET6W8TMv5yf8belrf0WCVkIFmxF { width:176px;height:124px;top:58px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #EAsEAb9lTh1kmVVaTzTb2LUcHvQTe2Xt { width:320px;height:332px;top:219px;left:0px;z-index:100000;border-top-left-radius:19px;border-top-right-radius:19px;border-bottom-left-radius:19px;border-bottom-right-radius:19px;display:block; }
 }@media only screen and (max-width: 763px) { #zJRO5anP7CCWdkdlxMlogboDTw0fRwuU { width:226px;height:60px;top:251px;left:47px;font-size:25px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-form-header {  }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-regular-label { display:none;width:270px;height:auto;font-size:12px;font-family:"open sans";line-height:1;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;text-align:left;text-align-last:left;color:#ffffff;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:55px;width:270px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#4a528f;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:center;text-align-last:center;font-size:12px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-text {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-textarea { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:47px;width:270px;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#4a528f;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:400;text-align:center;text-align-last:center;font-size:12px;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:1px solid rgba(214,212,212,0.7);border-right:1px solid rgba(214,212,212,0.7);border-bottom:1px solid rgba(214,212,212,0.7);border-left:1px solid rgba(214,212,212,0.7);height:55px;width:270px;padding-top:0;padding-right:15px;padding-bottom:0;padding-left:15px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:300;text-align:center;text-align-last:center;font-size:12px;background-color:transparent;background-image:none;font-style:normal; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-select {padding-top: 0; padding-bottom: 0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:3px;margin-right:3px;margin-bottom:3px;margin-left:5px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top;box-sizing:border-box; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-button { border-top-left-radius:50px;border-top-right-radius:50px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;border-top:0;border-right:0;border-bottom:0;border-left:0;height:55px;width:270px;padding-top:0px;padding-right:14px;padding-bottom:0px;padding-left:14px;margin-top:5px;margin-right:5px;margin-bottom:5px;margin-left:5px;color:#ffffff;line-height:1;box-sizing:border-box;font-family:"open sans";font-weight:bold;text-align:center;text-align-last:center;font-size:14px;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -moz-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -ms-linear-gradient(180deg, #70f6e2, #06b5d3);background-image: -o-linear-gradient(180deg, #70f6e2, #06b5d3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#70f6e2', endColorstr='#06b5d3' );";background-image: linear-gradient(180deg, #70f6e2, #06b5d3);background-size:initial !important;overflow:hidden;box-shadow: 1px 10px 30px rgba(0,0,0,0.5) ; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]:-moz-placeholder { font-size:12px;font-family:lato;color:#4a528f;text-align:center;text-align-last:center; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]::-moz-placeholder { font-size:12px;font-family:lato;color:#4a528f;text-align:center;text-align-last:center; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]:-ms-input-placeholder { font-size:12px;font-family:lato;color:#4a528f;text-align:center;text-align-last:center; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt [class*="-text"]::-webkit-input-placeholder { font-size:12px;font-family:lato;color:#4a528f;text-align:center;text-align-last:center; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:255px;height:auto;font-size:11px;font-family:ubuntu;line-height:1.2;margin-top:2px;margin-right:0px;margin-bottom:0px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#ffffff; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:16px;height:16px;margin-top:23px;margin-right:0px;margin-bottom:3px;margin-left:3px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;vertical-align:middle; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-radio-label { font-size:16px;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:32px;width:121px;vertical-align:middle;margin-top:22px;margin-right:0px;margin-bottom:3px;margin-left:0px;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;padding-top:0px;padding-left:0px;padding-right:0px;padding-bottom:0px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container:first-of-type{padding-top:0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-container:last-of-type{padding-bottom:0;}#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:280px;height:auto;left:0px;top:310px;z-index:100002; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .radio-container { width:280px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;color:#000000;font-family:arial;width:280px;height:auto;left:0px;top:310px;z-index:100002; }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #T9L4osJtroZZAF072UZQw31tpkTeNEe5 {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #wzt25vO3DK6u5AHcqo46uXh70TTbEbPR {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #z9xKpKP6tb3OqlWEIBsZNQWe01ggBobe {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #iKNbmyMCCFcIDbp2XravhymE4Togmraq {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #yr4H7upW5ecAE4TElXqFXDiNJPJXKidr {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #b08x4uVCT7nZ5IUAigswIHVlSbsr7lhx {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #I18AduwBiKD73yrFcigaeOJ5q3ZP1cAO {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #fHhUEDkeDTBCvdt1CMqN6cIsnAd90fK8 {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #zUoJ8lJDzIrI0evfsyfRxiaGlmc4kXCU {  }
 }@media only screen and (max-width: 763px) { #mhP8LB60J7Ecoc1fBxdo9Ga6uxRVSstt #TzTPcwl4fz371edtCx6dItV7wkRhqp4i {  }
 }@media only screen and (max-width: 763px) { #rq4orHQsUohX90a6tRL1ne3kyJdvfzOM { width:222px;height:20px;top:495px;left:40px;font-size:12px;display:block; }
 }