.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;
  }
}
body { background-color:#fafafa;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab.adaptive-delivery-prevent-bg { background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { background-color: transparent; background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .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); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { border-width: 0; border-radius: 0; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { font-size:14px;font-family:arial;height:671px;width:960px;position:relative;display:block; }#CAGlgTJz3xu7aiKrhqcToFRTdcsik4Oo { display:block;width:481px;position:absolute;font-family:gotham;font-size:44px;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:272.9296875px;left:35.9375px;height:122.5px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#vvBDwpNttwkpCwGCuz61QKg6AJLrCVk9 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:81px;width:152px;position:absolute;display:block;z-index:100001;top:535px;left:774px;display:block; }
#i15a2ccsLcLps00JEda0OviAHbfoVfdb { border-bottom:0;border-left:0;border-right:0;border-top:0;height:76px;width:148px;position:absolute;display:block;z-index:100010;top:536px;left:776px;overflow:hidden;display:block; }
#AgfRvUsX2M6p61GoiuWhQIUI7AsFpk1v { display:block;width:515px;position:absolute;font-family:dosis;font-size:28px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:327.94033813477px;left:35.9375px;height:36.25px;color:#ffffff;display:block; }
#yMEaA6i9OMe1OXb97UDcqeIR3caRFJ9M { background-color:#e80b26;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #e80b26;border-left:2px solid #e80b26;border-right:2px solid #e80b26;border-bottom:2px solid #e80b26;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:226.04262px;height:55.02732px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:534.98046875px;left:130.9375px;display:block; }
#q6OtvKtnTKadpAbzorrqlHJHpuSrm5Tc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#hcuiyQwUIc7RU9HSGFsobi5G20tZpaL2 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:202px;width:204px;top:0px;left:61.946014404297px;overflow:hidden;display:block; }
#vfFWbXh6A0aNeQ8NhTF4hQtPAwgCcGfD { position:absolute;display:block;z-index:100010;background-color:rgba(255,255,255,0.8);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;height:186px;width:265px;top:0px;left:35.9375px;display:block; }
#dG4IdQU7FlxfcWU16GselUzIH2b2wwua { display:block;width:535px;position:absolute;font-family:"gotham book";font-size:36px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #000000;top:389.98046875px;left:0px;height:92.5px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { position:relative;display:block; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { background-color: transparent; background-image: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container > .video-iframe-container { display: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row > .video-iframe-container { display: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .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); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { border-width: 0; border-radius: 0; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { display:block;width:500px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:41px;left:230px;height:48.75px;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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:499px;width:960px;position:relative;display:block; }#Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { display:block;width:384px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:37.997158050537px;left:57.485794067383px;height:183.75px;color:#384a59;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UFbbcykz0QplhxXkaSutdEL9H4DBCPdc { position:absolute;display:block;z-index:100002;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:187px;width:285px;top:269.94316101074px;left:96.477264404297px;overflow:hidden;display:block; }
#ZMFNlHLiwElt0Br4D3S8u2xdaVp3tfMo { position:absolute;display:block;z-index:100003;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;height:175px;width:283px;top:54.985794067383px;left:577.5px;overflow:hidden;display:block; }
#r2rkSBIiDwlqWkAMz8WUMOrGEu0OrfWP { display:block;width:385px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:248.9914855957px;left:527.5px;height:210px;color:#384a59;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 { position:relative;display:none; }#TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 { border-width: 0; border-radius: 0; }#TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:none; }#ZM9vGsscAGcb9mD1K7fCmN2WfqVrGWSp { display:block;width:668px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:41.477264404297px;left:144.98579406738px;height:49px;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TleLlxphzikJCarastpoUytfwyQRvnF2 { position:relative;display:none; }#TleLlxphzikJCarastpoUytfwyQRvnF2 { border-width: 0; border-radius: 0; }#TleLlxphzikJCarastpoUytfwyQRvnF2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.92);background-image:none;font-size:14px;font-family:arial;height:300px;width:960px;position:relative;display:none; }#MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF { display:block;width:351px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:74.985794067383px;left:64.488632202148px;height:;color:#384a59;font-style:normal;text-align:left;text-align-last:left;display:block; }#MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
#W5RKOCnT9iNEmTMqn51mNOeXzcXhc2RK { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:222px;width:221px;top:38.977279663086px;left:610.48292541504px;overflow:hidden;display:block; }
#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { position:relative;display:block; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { background-color: transparent; background-image: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container > .video-iframe-container { display: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row > .video-iframe-container { display: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .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); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { border-width: 0; border-radius: 0; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#AvP335pOcLdk8qsVzGuJNrerOSk0y9fT { display:block;width:500px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:41px;left:230px;height:48.75px;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { position:relative;display:block; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { background-color: transparent; background-image: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container > .video-iframe-container { display: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row > .video-iframe-container { display: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .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); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { border-width: 0; border-radius: 0; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.92);background-image:none;font-size:14px;font-family:arial;height:388px;width:960px;position:relative;display:block; }#xCTAd6nPHmJACxsbokwHe5ugMSSrfEIW { display:block;width:423px;position:absolute;font-family:lato;font-size:18px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:10.46875px;left:506.97265625px;height:341.25px;color:#384a59;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ks7nI6ZnMQEsXf7qw16O5wDgTSr9bCET { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:33px;border-top-right-radius:33px;border-bottom-left-radius:33px;border-bottom-right-radius:33px;height:280px;width:280px;top:42.997161865234px;left:100px;overflow:hidden;display:block; }
#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC { position:relative;display:block; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC { background-color: transparent; background-image: none; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container > .video-iframe-container { display: none; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row > .video-iframe-container { display: none; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .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); }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC { border-width: 0; border-radius: 0; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/43GEdY6S/Consejos-de-meditacion-para-ni%C3%B1os-1.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:451px;width:960px;position:relative;display:block; }
#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container.adaptive-delivery-prevent-bg { background-image: none; }#n0nMwg5Bk8XTz666x0fD5oyHPAw7Crgp { position:absolute;display:block;z-index:100000;background-color:rgba(232,11,38,0.66);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;height:327px;width:960px;top:61.974418640137px;left:-0.17045593261719px;display:block; }
#JnonECzp4KQz7PV8e0cHF5HOnqlWzWZ9 { display:block;width:387px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:102.40056610107px;left:46.491485595703px;height:30px;color:#f40032;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yidUvQ9iTucP2pqRRq8deBkPvlhLEKZ2 { background-color:transparent;background-image:none;border-top:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-bottom:2px solid #ffffff;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;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:222.03862px;height:51.04292px;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:269.9609375px;left:574.453125px;display:block; }
#frkNk40ReRBs18oRaAL8nMqvd4QMn8yy { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:100000;display:block; }
#i67hRIf2C1KnIK4d4Tk6b2VS9CT0osA9 { display:block;width:405.996px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:100003;line-height:1.6;letter-spacing:0;top:113.33984375px;left:46.484375px;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaCJs1o3o6BV1Uac29v2EROHrub0k89N { display:block;width:405.977px;position:absolute;font-family:lato;font-size:26px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:120.87890625px;left:554.00390625px;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KadKzeZc8R6vghbSsqw4EBGrnhVxDgbF { display:block;width:405.977px;position:absolute;font-family:lato;font-size:33px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:90.87890625px;left:36.9921875px;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BryKXttNpyq0nA6Qeq6oU96iKWA20ibI { display:block;width:405.977px;position:absolute;font-family:lato;font-size:17px;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:188.37890625px;left:554.00390625px;height:;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { position:relative;display:block; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { background-color: transparent; background-image: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container > .video-iframe-container { display: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row > .video-iframe-container { display: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .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); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { border-width: 0; border-radius: 0; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#RTz7c8DnG1MtCTOWPgOHsEhwavZ6dm1g { display:block;width:573px;position:absolute;font-family:lato;font-size:38px;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:41px;left:193px;height:48.75px;color:#f40032;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { position:relative;display:block; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { background-color: transparent; background-image: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container > .video-iframe-container { display: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row > .video-iframe-container { display: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .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); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { border-width: 0; border-radius: 0; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#e80b26;background-image:none;font-size:14px;font-family:arial;height:445px;width:960px;position:relative;display:block; }#ZtIrrU4WdlPL3t7bVKd7b01EaXuHKxlx { position:absolute;display:block;z-index:100002;height:120px;width:216px;top:0px;left:480.9765625px;display:block; }
#eLKgw6XIihaCbUtztWI69B6MnWbHkZuw { display:block;width:372.984px;position:absolute;font-family:lato;font-size:24px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:33.984375px;left:38.45703125px;height:210px;font-style:normal;color:#ffffff;display:block; }
#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { position:relative;display:block; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { background-color: transparent; background-image: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container > .video-iframe-container { display: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row > .video-iframe-container { display: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .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); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { border-width: 0; border-radius: 0; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX.adaptive-delivery-prevent-bg { background-image: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { background-color: transparent; background-image: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .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); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { border-width: 0; border-radius: 0; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { font-size:14px;font-family:arial;height:845px;width:960px;position:relative;display:block; }#yVuTIFH1zI1iwEOfNpXHb0Be4N9g1Hrs { border-top:1px solid #e80b26;border-left:1px solid #e80b26;border-right:1px solid #e80b26;border-bottom:1px solid #e80b26;background-color:rgba(149,149,149,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:549px;width:409px;position:absolute;display:block;z-index:100001;top:246px;left:267px;display:block; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-form-header {  }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:16px;font-weight:bold;color:#ffffff;width:342px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;overflow:hidden; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:342px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-textarea { border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:342px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0px 0px 0px #000000 ; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:342px;box-sizing:border-box;height:43px;color:#161616;font-family:lato;font-size:16px;overflow:hidden;box-shadow: 0px 0px 0px #000000 ; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-button { border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#c8002a;background-image: -webkit-linear-gradient(top, #e80b26, #e80b26);background-image: -moz-linear-gradient(top, #e80b26, #e80b26);background-image: -ms-linear-gradient(top, #e80b26, #e80b26);background-image: -o-linear-gradient(top, #e80b26, #e80b26);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80b26', endColorstr='#e80b26' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e80b26', endColorstr='#e80b26' );";background-image: linear-gradient(to bottom, #e80b26, #e80b26);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;box-sizing:border-box;font-size:18px;font-weight:700;color:#f2f9ff;width:342px;height:55px;font-family:lato;overflow:hidden;font-style:normal; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:322px;overflow:hidden;font-style:normal; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:24px;vertical-align:middle;font-family:lato;font-size:18px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-container:first-of-type{padding-top:0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-container:last-of-type{padding-bottom:0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:342px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:280px;top:253.96875px;z-index:100004;position:absolute; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:342px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-info-text { display:block;height:auto;font-family:lato;font-size:12px;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 {display:block;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:342px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:280px;top:253.96875px;z-index:100004;position:absolute; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hGm2Vb3GSTwTIcn6gT8fCLsvvh6mVsWw { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kr7MPkS7idc43y8zUAIfrdcwhzdImaWQ { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #w2IrSKyIEuVBnh2ybDmogrueAT7xdAwH { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #X2N0IPtgJv9lAivW1rbKOQsXnKDIhPyu { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kuVESATXERnAqvSKRis5DlIwPhfTweB8 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #XEeW4sLI2TzQh7oDf5GlF7uTgDmUEKHy { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #ptHTLHVO9vs7V00yTbkQdkWwMJiB2diX { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #Orb1yl2VCZREzy0KqZVbppSXrghRN4Td { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hfFci8mVKzUQJmbeehRcF7hhXQn3R4BT { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #TNhF2O6te8ul8hqcddgMFBhU07QTSmR1 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g8KsBJcbdpwzzbldr9Fig5bWe47rT69D { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g1vq6Wp1wvVBHhQwJX9bXyWSyDXg2pAv { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #vxcd5sAW7aLXCO9T8yvuBDnF8rKo6KW0 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #pX2qiIGSiJaXTNA9AmZRfNBNDTtaDI9W { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #LsDQ4LsT6mF19aO3BTvOBTxom0EO6Cpp { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #PpmnVqgJQ2TnofnBl8fPvV49fDrb7Bf5 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #shniblxDzzoEESycg0aOmM6OZtOxeRH3 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #mDRBhFClkBasse0aMAV8Bp80smyW7cq8 { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #OXFg3rqTNtVdbKup8ITbrQV7vv25DEZM { position:relative; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #N2fg3rqNBT1n0Wzs8xqyVd5No7T9WDpf { position:relative; }
#WHZgMTW3verXIxrTuTqVTZGyif1bxAoB { display:block;width:545px;position:absolute;font-family:lato;font-size:22px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:169px;left:208px;height:55px;font-style:normal;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#vLPpSEaFrgX1F8Tksk82vUlm3kIWt7xD { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:202px;width:204px;top:10px;left:378px;overflow:hidden;display:block; }
#STClB16vk8WARgUdGa9fVlpxElT6hZNo { position:relative;display:block; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo { background-color: transparent; background-image: none; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row .container > .video-iframe-container { display: none; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row > .video-iframe-container { display: none; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .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); }#STClB16vk8WARgUdGa9fVlpxElT6hZNo { border-width: 0; border-radius: 0; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:14px;font-family:arial;height:132px;width:960px;position:relative;display:block; }#uCAbGi6oNKZFD0r19bc9cdEDFKvlKxsh { border-bottom:0;border-left:0;border-right:0;border-top:0;height:75px;width:146.992px;position:absolute;display:block;z-index:100011;top:28.984375px;left:749.47265625px;overflow:hidden;display:block; }
#XMrS3TpJrUR8TVhRhrcq7OeRXBLCx1dh { box-sizing:content-box;color:#39a500;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:46.484375px;left:72.8515625px;display:block; }
#yxP6AVNmyArUCwTrCU2onE9pqyrAfX3t { color:#000000;display:block;width:320px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:56.484375px;left:122.8515625px;height:28.75px;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#fafafa;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 959px) { #sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }
#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab.adaptive-delivery-prevent-bg { background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { background-color: transparent; background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .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); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { width:764px;height:527px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CAGlgTJz3xu7aiKrhqcToFRTdcsik4Oo { width:415px;height:100px;top:233.93464660645px;left:49.985795021057px;display:block; }
 }@media only screen and (max-width: 959px) { #vvBDwpNttwkpCwGCuz61QKg6AJLrCVk9 { width:152px;height:81px;top:0px;left:541px;display:block; }
 }@media only screen and (max-width: 959px) { #i15a2ccsLcLps00JEda0OviAHbfoVfdb { width:134px;height:69px;top:6px;left:550px;display:block; }
 }@media only screen and (max-width: 959px) { #AgfRvUsX2M6p61GoiuWhQIUI7AsFpk1v { width:397px;height:28.75px;top:340.95169067383px;left:49.985795021057px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #yMEaA6i9OMe1OXb97UDcqeIR3caRFJ9M { width:228.02272px;height:57.02272px;top:427.98294067383px;left:49.985795021057px;display:block; }
 }@media only screen and (max-width: 959px) { #q6OtvKtnTKadpAbzorrqlHJHpuSrm5Tc { display:block; }
 }@media only screen and (max-width: 959px) { #hcuiyQwUIc7RU9HSGFsobi5G20tZpaL2 { width:204px;height:202px;top:0px;left:80px;display:block; }
 }@media only screen and (max-width: 959px) { #vfFWbXh6A0aNeQ8NhTF4hQtPAwgCcGfD { width:265px;height:186px;top:0px;left:50px;display:block; }
 }@media only screen and (max-width: 959px) { #dG4IdQU7FlxfcWU16GselUzIH2b2wwua { width:415px;height:100px;top:233.93464660645px;left:49.985795021057px;display:block; }
 }@media only screen and (max-width: 959px) { #ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { display:block; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:579px;height:48.75px;top:41px;left:92px;display:block; }
 }@media only screen and (max-width: 959px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:764px;height:544px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:307px;height:236.25px;top:42px;left:37px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #UFbbcykz0QplhxXkaSutdEL9H4DBCPdc { width:325px;height:213px;top:20.980113983154px;left:410.49713993073px;display:block; }
 }@media only screen and (max-width: 959px) { #ZMFNlHLiwElt0Br4D3S8u2xdaVp3tfMo { width:283.011364px;height:175.011364px;top:336.9886341095px;left:36.974431037903px;display:block; }
 }@media only screen and (max-width: 959px) { #r2rkSBIiDwlqWkAMz8WUMOrGEu0OrfWP { width:306px;height:262.5px;top:250.98008918762px;left:419.99997806549px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 { display:none; }#TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZM9vGsscAGcb9mD1K7fCmN2WfqVrGWSp { width:571px;height:49px;top:41px;left:96px;display:block; }
 }@media only screen and (max-width: 959px) { #TleLlxphzikJCarastpoUytfwyQRvnF2 { display:none; }#TleLlxphzikJCarastpoUytfwyQRvnF2 { border-width: 0; border-radius: 0; }#TleLlxphzikJCarastpoUytfwyQRvnF2 > .row .container { width:764px;height:350px;background-color:rgba(255,255,255,0.92);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:none; } }@media only screen and (max-width: 959px) { #MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF { width:350px;height:290px;top:57.982971191406px;left:397.99713993073px;line-height:1.5;display:block; }#MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 959px) { #W5RKOCnT9iNEmTMqn51mNOeXzcXhc2RK { width:221px;height:222px;top:64.985626220703px;left:80.497155189514px;display:block; }
 }@media only screen and (max-width: 959px) { #XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { display:block; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #AvP335pOcLdk8qsVzGuJNrerOSk0y9fT { width:545px;height:48.75px;top:41.988647460938px;left:109.48863315582px;display:block; }
 }@media only screen and (max-width: 959px) { #X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { display:block; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { background-color: transparent; background-image: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container > .video-iframe-container { display: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row > .video-iframe-container { display: none; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .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); }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { border-width: 0; border-radius: 0; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container { width:764px;background-color:rgba(255,255,255,0.92);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;height:549px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #xCTAd6nPHmJACxsbokwHe5ugMSSrfEIW { width:335.994px;height:472.5px;top:41.974433898926px;left:404.97156620026px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #Ks7nI6ZnMQEsXf7qw16O5wDgTSr9bCET { width:280px;height:280px;top:42px;left:51px;display:block; }
 }@media only screen and (max-width: 959px) { #LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC { display:none; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container { width:764px;height:366px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #n0nMwg5Bk8XTz666x0fD5oyHPAw7Crgp { width:765px;height:261px;top:60.994318962097px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #JnonECzp4KQz7PV8e0cHF5HOnqlWzWZ9 { width:177px;height:30px;top:94.928955078125px;left:32.982953071594px;display:block; }
 }@media only screen and (max-width: 959px) { #yidUvQ9iTucP2pqRRq8deBkPvlhLEKZ2 { width:226.03372px;height:55.03972px;top:228.96305847168px;left:32.982953071594px;display:block; }
 }@media only screen and (max-width: 959px) { #frkNk40ReRBs18oRaAL8nMqvd4QMn8yy { display:block; }
 }@media only screen and (max-width: 959px) { #i67hRIf2C1KnIK4d4Tk6b2VS9CT0osA9 { width:571px;height:55px;top:141.96020507812px;left:15.965909004211px;display:block; }
 }@media only screen and (max-width: 959px) { #uaCJs1o3o6BV1Uac29v2EROHrub0k89N { width:571px;height:55px;top:141.96020507812px;left:15.965909004211px;display:block; }
 }@media only screen and (max-width: 959px) { #KadKzeZc8R6vghbSsqw4EBGrnhVxDgbF { width:571px;height:55px;top:141.96020507812px;left:15.965909004211px;display:block; }
 }@media only screen and (max-width: 959px) { #BryKXttNpyq0nA6Qeq6oU96iKWA20ibI { width:571px;height:55px;top:141.96020507812px;left:15.965909004211px;display:block; }
 }@media only screen and (max-width: 959px) { #ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { display:none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #RTz7c8DnG1MtCTOWPgOHsEhwavZ6dm1g { width:558px;height:48.75px;top:41px;left:103px;display:block; }
 }@media only screen and (max-width: 959px) { #FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { display:none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container { width:764px;height:333px;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZtIrrU4WdlPL3t7bVKd7b01EaXuHKxlx { width:216px;height:120px;top:0px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #eLKgw6XIihaCbUtztWI69B6MnWbHkZuw { width:290px;height:270px;top:21.463134765625px;left:45.994317054749px;display:block; }
 }@media only screen and (max-width: 959px) { #UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { display:block; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container { width:764px;height:11px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX { display:block; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX { background-color: transparent; background-image: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .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); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX { border-width: 0; border-radius: 0; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { width:764px;height:865px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }
#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container.adaptive-delivery-prevent-bg { background-image: none; } }@media only screen and (max-width: 959px) { #yVuTIFH1zI1iwEOfNpXHb0Be4N9g1Hrs { width:409px;height:556px;top:268px;left:176px;display:block; }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-regular-label { width:342px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-textarea { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-button { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-checkbox-label { width:322px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3  { width:342px;height:auto;top:274px;left:186px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .radio-container { width:342px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 {display:block;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 { width:342px;height:auto;top:274px;left:186px; }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hGm2Vb3GSTwTIcn6gT8fCLsvvh6mVsWw {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kr7MPkS7idc43y8zUAIfrdcwhzdImaWQ {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #w2IrSKyIEuVBnh2ybDmogrueAT7xdAwH {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #X2N0IPtgJv9lAivW1rbKOQsXnKDIhPyu {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kuVESATXERnAqvSKRis5DlIwPhfTweB8 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #XEeW4sLI2TzQh7oDf5GlF7uTgDmUEKHy {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #ptHTLHVO9vs7V00yTbkQdkWwMJiB2diX {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #Orb1yl2VCZREzy0KqZVbppSXrghRN4Td {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hfFci8mVKzUQJmbeehRcF7hhXQn3R4BT {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #TNhF2O6te8ul8hqcddgMFBhU07QTSmR1 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g8KsBJcbdpwzzbldr9Fig5bWe47rT69D {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g1vq6Wp1wvVBHhQwJX9bXyWSyDXg2pAv {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #vxcd5sAW7aLXCO9T8yvuBDnF8rKo6KW0 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #pX2qiIGSiJaXTNA9AmZRfNBNDTtaDI9W {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #LsDQ4LsT6mF19aO3BTvOBTxom0EO6Cpp {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #PpmnVqgJQ2TnofnBl8fPvV49fDrb7Bf5 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #shniblxDzzoEESycg0aOmM6OZtOxeRH3 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #mDRBhFClkBasse0aMAV8Bp80smyW7cq8 {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #OXFg3rqTNtVdbKup8ITbrQV7vv25DEZM {  }
 }@media only screen and (max-width: 959px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #N2fg3rqNBT1n0Wzs8xqyVd5No7T9WDpf {  }
 }@media only screen and (max-width: 959px) { #WHZgMTW3verXIxrTuTqVTZGyif1bxAoB { width:385px;height:55px;top:175.90896606445px;left:189.48862552643px;display:block; }
 }@media only screen and (max-width: 959px) { #vLPpSEaFrgX1F8Tksk82vUlm3kIWt7xD { width:204px;height:202px;top:8.906135559082px;left:279.98578739166px;display:block; }
 }@media only screen and (max-width: 959px) { #STClB16vk8WARgUdGa9fVlpxElT6hZNo { display:block; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #uCAbGi6oNKZFD0r19bc9cdEDFKvlKxsh { width:133.984px;height:68.9844px;top:31.9921875px;left:587.98828125px;display:block; }
 }@media only screen and (max-width: 959px) { #XMrS3TpJrUR8TVhRhrcq7OeRXBLCx1dh { width:50px;height:50px;top:41.484375px;left:30.234375px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #yxP6AVNmyArUCwTrCU2onE9pqyrAfX3t { width:320px;height:28.75px;top:52.109375px;left:78.984375px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#f5f5f5;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); } }@media only screen and (max-width: 763px) { #sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab.adaptive-delivery-prevent-bg { background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { background-color: transparent; background-image: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row > .video-iframe-container { display: none; }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .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); }#sgVRw1Bmqiw9g9LLBcr3DXplamT4P4Ab > .row .container { width:320px;height:800px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAGlgTJz3xu7aiKrhqcToFRTdcsik4Oo { width:285px;height:131.25px;top:256.98861694336px;left:17.5px;text-align:center;text-align-last:center;line-height:1.1;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #vvBDwpNttwkpCwGCuz61QKg6AJLrCVk9 { width:151.973px;height:80.9961px;top:682.48046875px;left:84.00390625px;display:block; }
 }@media only screen and (max-width: 763px) { #i15a2ccsLcLps00JEda0OviAHbfoVfdb { width:125px;height:63.9844px;top:690.48828125px;left:97.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AgfRvUsX2M6p61GoiuWhQIUI7AsFpk1v { width:315px;height:28.75px;top:397px;left:3px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yMEaA6i9OMe1OXb97UDcqeIR3caRFJ9M { width:224.03162px;height:53.03512px;top:587.734375px;left:47.96875px;display:block; }
 }@media only screen and (max-width: 763px) { #q6OtvKtnTKadpAbzorrqlHJHpuSrm5Tc { display:block; }
 }@media only screen and (max-width: 763px) { #hcuiyQwUIc7RU9HSGFsobi5G20tZpaL2 { width:204px;height:201.01463414634px;top:36px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #vfFWbXh6A0aNeQ8NhTF4hQtPAwgCcGfD { width:265px;height:186px;top:36px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #dG4IdQU7FlxfcWU16GselUzIH2b2wwua { width:320px;height:140px;top:396.9921875px;left:0px;text-align:center;text-align-last:center;line-height:1.1;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { display:block; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA { background-color: transparent; background-image: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container > .video-iframe-container { display: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row > .video-iframe-container { display: none; }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .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); }#ayiyiR7grTuOuVnzLV4TJzynGQHFuybA > .row .container { width:320px;height:141.46484375px;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dg2PzfBtguqhmNZGdZqQT3qRk43D7sSS { width:265px;height:97.5px;top:43.977294921875px;left:27.485795974731px;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:320px;height:1105px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bxg7iyHHc5AgM0wJITvT2WMaTFzyKLzF { width:275px;height:288.75px;top:246.96022415161px;left:22.485795974731px;font-size:18px;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #UFbbcykz0QplhxXkaSutdEL9H4DBCPdc { width:285.011364px;height:187.011364px;top:35.965866088867px;left:16.49147605896px;display:block; }
 }@media only screen and (max-width: 763px) { #ZMFNlHLiwElt0Br4D3S8u2xdaVp3tfMo { width:283px;height:174.00437677125px;top:577.96876907349px;left:17.5px;display:block; }
 }@media only screen and (max-width: 763px) { #r2rkSBIiDwlqWkAMz8WUMOrGEu0OrfWP { width:285px;height:262.5px;top:770.96588134766px;left:17.5px;font-size:18px;color:#384a59;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 { display:none; }#TXzzSHRIaV7yeTOPNfcimSdOcNHfSli6 > .row .container { width:320px;height:185px;background-color:#f5f5f5;background-image:none;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZM9vGsscAGcb9mD1K7fCmN2WfqVrGWSp { width:265px;height:147px;top:19px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #TleLlxphzikJCarastpoUytfwyQRvnF2 { display:none; }#TleLlxphzikJCarastpoUytfwyQRvnF2 > .row .container { width:320px;height:515px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF { width:285px;height:205px;top:29.943145751953px;left:17.5px;display:block; }#MbXTFtN7nzmiQV2HEvQSGz3zuOK8KSQF li:before{ content: "\2003"; background-image: url(//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/d42d977161507b91ad02cfbd4379a447.png); }
 }@media only screen and (max-width: 763px) { #W5RKOCnT9iNEmTMqn51mNOeXzcXhc2RK { width:221px;height:222px;top:259.92894363403px;left:50.482954025269px;display:block; }
 }@media only screen and (max-width: 763px) { #XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { display:block; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF { background-color: transparent; background-image: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container > .video-iframe-container { display: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row > .video-iframe-container { display: none; }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .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); }#XgudckzCC8BtdnMvvuOZcBnOJ2w7R3DF > .row .container { width:320px;height:155px;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AvP335pOcLdk8qsVzGuJNrerOSk0y9fT { width:265px;height:97.5px;top:4px;left:27.5px;display:block; }
 }@media only screen and (max-width: 763px) { #X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e { display:block; }#X0v1eCQL7SE2PmS6FK44EKft7CMCEh8e > .row .container { width:320px;height:890px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xCTAd6nPHmJACxsbokwHe5ugMSSrfEIW { width:275px;height:551.25px;top:294.09100723267px;left:22.485795974731px;font-size:18px;text-align:left;text-align-last:left;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #Ks7nI6ZnMQEsXf7qw16O5wDgTSr9bCET { width:245px;height:245px;top:18.934661865234px;left:37.499998092651px;display:block; }
 }@media only screen and (max-width: 763px) { #LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC { display:block; }#LmmaCC5TcKTp24iq8ULBBn9neeVsw2OC > .row .container { width:320px;height:450px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n0nMwg5Bk8XTz666x0fD5oyHPAw7Crgp { width:320px;height:461px;top:-11.5390625px;left:-0.15625px;display:block; }
 }@media only screen and (max-width: 763px) { #JnonECzp4KQz7PV8e0cHF5HOnqlWzWZ9 { width:245px;height:30px;top:94.886363983154px;left:25.965906143188px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yidUvQ9iTucP2pqRRq8deBkPvlhLEKZ2 { width:222.05862px;height:50.04682px;top:362.890625px;left:48.96484375px;display:block; }
 }@media only screen and (max-width: 763px) { #frkNk40ReRBs18oRaAL8nMqvd4QMn8yy { display:block; }
 }@media only screen and (max-width: 763px) { #i67hRIf2C1KnIK4d4Tk6b2VS9CT0osA9 { width:258.984px;height:140px;top:72.109375px;left:30.5078125px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uaCJs1o3o6BV1Uac29v2EROHrub0k89N { width:188.984px;height:67.5px;top:201.97265625px;left:83.22265625px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #KadKzeZc8R6vghbSsqw4EBGrnhVxDgbF { width:265px;height:165px;top:14.4140625px;left:27.5px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BryKXttNpyq0nA6Qeq6oU96iKWA20ibI { width:230px;height:42.5px;top:269.47265625px;left:45px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { display:block; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA { background-color: transparent; background-image: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container > .video-iframe-container { display: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row > .video-iframe-container { display: none; }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .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); }#ZDsx8golGOOm2lZO2UbSCUq8e8DPk4NA > .row .container { width:320px;height:126.484375px;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTz7c8DnG1MtCTOWPgOHsEhwavZ6dm1g { width:265px;height:97.5px;top:29px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { display:block; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh { background-color: transparent; background-image: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container > .video-iframe-container { display: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row > .video-iframe-container { display: none; }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .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); }#FNTuUKDz68Pp0rRvDoT4TeagDkvUoMNh > .row .container { width:320px;height:485px;background-color:#e80b26;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtIrrU4WdlPL3t7bVKd7b01EaXuHKxlx { width:39px;height:20px;top:194px;left:36.97265625px;display:block; }
 }@media only screen and (max-width: 763px) { #eLKgw6XIihaCbUtztWI69B6MnWbHkZuw { width:264px;height:157.5px;top:34.474426269531px;left:36.974431991577px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { display:block; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB { background-color: transparent; background-image: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container > .video-iframe-container { display: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row > .video-iframe-container { display: none; }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .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); }#UKPLOFGKTeTHXM7eJUugTowSpsDDa0sB > .row .container { width:320px;height:10px;background-color:#f5f5f5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/aFf56aTc/ArtExcel3a.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX.adaptive-delivery-prevent-bg { background-image: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { background-color: transparent; background-image: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row > .video-iframe-container { display: none; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .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); }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { border-width: 0; border-radius: 0; }#qES8zqeMbs2MeOkTJ4DykwC0vxrIQ6MX > .row .container { width:320px;height:930px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yVuTIFH1zI1iwEOfNpXHb0Be4N9g1Hrs { width:320px;height:571px;top:257px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-regular-label { width:270px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-textarea { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-input-button { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .widget-checkbox-label { width:251px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3  { width:270px;height:auto;top:264px;left:4px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 .radio-container { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 {display:block;}#poCXcQRFvnyTTEpkikctzp3Vuohny5G3 { width:270px;height:auto;top:264px;left:4px; }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hGm2Vb3GSTwTIcn6gT8fCLsvvh6mVsWw {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kr7MPkS7idc43y8zUAIfrdcwhzdImaWQ {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #w2IrSKyIEuVBnh2ybDmogrueAT7xdAwH {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #X2N0IPtgJv9lAivW1rbKOQsXnKDIhPyu {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #kuVESATXERnAqvSKRis5DlIwPhfTweB8 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #XEeW4sLI2TzQh7oDf5GlF7uTgDmUEKHy {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #ptHTLHVO9vs7V00yTbkQdkWwMJiB2diX {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #Orb1yl2VCZREzy0KqZVbppSXrghRN4Td {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #hfFci8mVKzUQJmbeehRcF7hhXQn3R4BT {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #TNhF2O6te8ul8hqcddgMFBhU07QTSmR1 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g8KsBJcbdpwzzbldr9Fig5bWe47rT69D {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #g1vq6Wp1wvVBHhQwJX9bXyWSyDXg2pAv {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #vxcd5sAW7aLXCO9T8yvuBDnF8rKo6KW0 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #pX2qiIGSiJaXTNA9AmZRfNBNDTtaDI9W {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #LsDQ4LsT6mF19aO3BTvOBTxom0EO6Cpp {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #PpmnVqgJQ2TnofnBl8fPvV49fDrb7Bf5 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #shniblxDzzoEESycg0aOmM6OZtOxeRH3 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #mDRBhFClkBasse0aMAV8Bp80smyW7cq8 {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #OXFg3rqTNtVdbKup8ITbrQV7vv25DEZM {  }
 }@media only screen and (max-width: 763px) { #poCXcQRFvnyTTEpkikctzp3Vuohny5G3 #N2fg3rqNBT1n0Wzs8xqyVd5No7T9WDpf {  }
 }@media only screen and (max-width: 763px) { #WHZgMTW3verXIxrTuTqVTZGyif1bxAoB { width:236px;height:45px;top:177.99714660645px;left:41.988634109497px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vLPpSEaFrgX1F8Tksk82vUlm3kIWt7xD { width:204px;height:202px;top:7.9827747344971px;left:57.997159957886px;display:block; }
 }@media only screen and (max-width: 763px) { #STClB16vk8WARgUdGa9fVlpxElT6hZNo { display:block; }#STClB16vk8WARgUdGa9fVlpxElT6hZNo > .row .container { width:320px;height:240px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uCAbGi6oNKZFD0r19bc9cdEDFKvlKxsh { width:148px;height:76px;top:28px;left:86px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XMrS3TpJrUR8TVhRhrcq7OeRXBLCx1dh { width:50px;height:50px;top:137.96875px;left:135px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #yxP6AVNmyArUCwTrCU2onE9pqyrAfX3t { width:285px;height:28.75px;top:194.98046875px;left:17.5px;font-size:23px;display:block; }
 }