.header__wrapper {
  display: none;
}

.promo-footer {
  display: none;
}

.lp-pom-root {
  overflow: hidden;
}

#lp-pom-root {
  margin-top: -1px !important;
  border-top: 0 !important;
}

.ebook-form {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ebook-form.is-loading {
  opacity: 0.5;
  pointer-events: none;
}

.ebook-popup {
  background: rgba(119, 119, 119, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.ebook-popup:not(.is-open) {
  opacity: 0;
  pointer-events: none;
}

.ebook-popup:not(.is-open) .ebook-popup-inner {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.ebook-popup-inner {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: white;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
  width: 640px;
  text-align: center;
  padding: 40px 40px 0px 40px;
  font-size: 17px;
  position: relative;
}

.ebook-popup-close {
  width: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  cursor: pointer;
}

.ebook-popup strong {
  font-weight: bold;
}

.ebook-popup em {
  font-style: italic;
}

.ebook-popup .lp-pom-button {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4070), to(#FF4070));
  background: -webkit-linear-gradient(#ff4070, #FF4070);
  background: -o-linear-gradient(#ff4070, #FF4070);
  background: linear-gradient(#ff4070, #FF4070);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-radius: 100px;
  padding: 10px 40px;
  display: inline-block;
  margin: 30px 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.lp-pom-root .lp-pom-form-field.legacy {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 12px;
}

div.lp-pom-root .lp-pom-form-field.legacy label {
  position: absolute;
  left: 0;
  top: 0;
}

div.lp-pom-root .lp-pom-form-field.legacy select {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #666;
}

div.lp-pom-root .lp-pom-form-field.legacy select option {
  padding: 0.2em;
}

div.lp-pom-root .lp-pom-form-field.legacy textarea,
div.lp-pom-root .lp-pom-form-field.legacy input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  border: 1px solid #666;
}

div.lp-pom-root .lp-pom-form-field.legacy input[type=text]::-moz-focus-inner {
  padding: 0;
  border: none;
}

div.lp-pom-root .lp-pom-form-field.legacy select::-moz-focus-inner {
  padding: 0;
  border: none;
}

div.lp-pom-root .lp-pom-form-field.legacy .optionsList {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

div.lp-pom-root .lp-pom-form-field.legacy .option {
  position: relative;
  margin-bottom: 6px;
}

div.lp-pom-root .lp-pom-form-field.legacy .option input {
  position: absolute;
}

div.lp-pom-root .lp-pom-form-field.legacy .option label {
  position: relative;
  display: block;
}

div.lp-pom-root .lp-pom-form input.submit {
  position: absolute;
  left: 0;
  top: 0;
}

.lp-pom-form.has-axis * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.lp-pom-form.has-axis form {
  position: static !important;
}

.lp-pom-form.has-axis .fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lp-pom-form.has-axis input,
.lp-pom-form.has-axis select,
.lp-pom-form.has-axis textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.lp-pom-form.has-axis input[type='text'],
.lp-pom-form.has-axis input[type='email'],
.lp-pom-form.has-axis input[type='tel'],
.lp-pom-form.has-axis select,
.lp-pom-form.has-axis textarea {
  width: 100%;
}

.lp-pom-form.has-axis select {
  padding: 0.2em;
}

.lp-pom-form.has-axis input::-moz-focus-inner {
  padding: 0;
  border: none;
}

.lp-pom-form.has-axis select::-moz-focus-inner {
  padding: 0;
  border: none;
}

.lp-pom-form.has-axis .option {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
  padding-left: 20px;
  padding-right: 8px;
}

.lp-pom-form.has-axis .option input {
  margin-right: 8px;
  margin-left: -20px;
}

html {
  color: #000;
  background: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

button::-moz-focus-inner {
  padding: 0;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

:focus {
  outline: 0;
}

blockquote,
q {
  quotes: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html,
body,
.lp-pom-body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body.lp-pom-body.lp-sub-page {
  -webkit-transform: translateZ(0);
}

body.lp-pom-body:not(.lp-convertable-page) {
  background-color: #fff;
}

body.lp-pom-body.lp-convertable-page {
  overflow: hidden;
}

body.lp-pom-body.lp-sub-page .lp-pom-root {
  overflow: hidden;
}

div.lp-pom-root {
  min-height: 100%;
  position: relative;
  top: 0;
}

div.lp-pom-root,
.cke-text {
  font-size: 14px;
  line-height: 17px;
}

.lp-pom-body {
  font-family: Arial, sans-serif;
}

.lp-positioned-content {
  position: absolute;
  left: 50%;
  top: 0;
  height: 0;
  z-index: 1;
}

.lp-pom-block-content {
  position: relative;
  height: 100%;
}

.lp-pom-root .lp-pom-button {
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.lp-pom-root .lp-pom-button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

div.lp-pom-root .lp-pom-button span {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  padding: 0 8px 0 8px;
  cursor: pointer;
}

div.lp-pom-root .lp-pom-button {
  *background-image: url(https://promoalltest.cdnpromo.com/images/transparent.gif);
  _background-image: url(https://promoalltest.cdnpromo.com/images/transparent.gif);
  background-image: url(https://promoalltest.cdnpromo.com/images/transparent.gif);
  background: rgba(0, 0, 0, 0);
}

.lp-pom-button .label strong {
  font-weight: bolder;
}

.lp-pom-button .label em {
  font-style: italic;
}

.lp-pom-text span[style~="color:"] a {
  color: inherit;
}

div.lp-pom-root .lp-pom-text span {
  line-height: 0;
}

div.lp-pom-root .lp-pom-text.inline span {
  line-height: 1;
}

div.lp-pom-root .lp-pom-text p,
.cke-text p {
  line-height: 17px;
}

div.lp-pom-root .lp-pom-text.nlh p,
.cke-text.nlh p {
  line-height: 22px;
}

div.lp-pom-root .lp-pom-text a,
.cke-text a {
  text-decoration: underline;
}

div.lp-pom-root .lp-pom-text h1,
.cke-text h1 {
  font-size: 28px;
  margin-bottom: 19px;
  line-height: 34px;
}

div.lp-pom-root .lp-pom-text h2,
.cke-text h2 {
  font-size: 21px;
  margin-bottom: 16px;
  line-height: 25px;
}

div.lp-pom-root .lp-pom-text h3,
.cke-text h3 {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 19px;
}

div.lp-pom-root .lp-pom-text h4,
.cke-text h4 {
  font-size: 14px;
  margin-bottom: 14px;
  line-height: 17px;
}

div.lp-pom-root .lp-pom-text h5,
.cke-text h5 {
  font-size: 12px;
  margin-bottom: 13px;
  line-height: 14px;
}

div.lp-pom-root .lp-pom-text h6,
.cke-text h6 {
  font-size: 10px;
  margin-bottom: 12px;
  line-height: 12px;
}

div.lp-pom-root .lp-pom-text .lplh-8,
div.lp-pom-root .lp-pom-text.nlh .lplh-8,
.cke-text .lplh-8,
.cke-text.nlh .lplh-8 {
  line-height: 8px;
}

div.lp-pom-root .lp-pom-text .lplh-9,
div.lp-pom-root .lp-pom-text.nlh .lplh-9,
.cke-text .lplh-9,
.cke-text.nlh .lplh-9 {
  line-height: 9px;
}

div.lp-pom-root .lp-pom-text .lplh-10,
div.lp-pom-root .lp-pom-text.nlh .lplh-10,
.cke-text .lplh-10,
.cke-text.nlh .lplh-10 {
  line-height: 10px;
}

div.lp-pom-root .lp-pom-text .lplh-11,
div.lp-pom-root .lp-pom-text.nlh .lplh-11,
.cke-text .lplh-11,
.cke-text.nlh .lplh-11 {
  line-height: 11px;
}

div.lp-pom-root .lp-pom-text .lplh-12,
div.lp-pom-root .lp-pom-text.nlh .lplh-12,
.cke-text .lplh-12,
.cke-text.nlh .lplh-12 {
  line-height: 12px;
}

div.lp-pom-root .lp-pom-text .lplh-13,
div.lp-pom-root .lp-pom-text.nlh .lplh-13,
.cke-text .lplh-13,
.cke-text.nlh .lplh-13 {
  line-height: 13px;
}

div.lp-pom-root .lp-pom-text .lplh-14,
div.lp-pom-root .lp-pom-text.nlh .lplh-14,
.cke-text .lplh-14,
.cke-text.nlh .lplh-14 {
  line-height: 14px;
}

div.lp-pom-root .lp-pom-text .lplh-15,
div.lp-pom-root .lp-pom-text.nlh .lplh-15,
.cke-text .lplh-15,
.cke-text.nlh .lplh-15 {
  line-height: 15px;
}

div.lp-pom-root .lp-pom-text .lplh-16,
div.lp-pom-root .lp-pom-text.nlh .lplh-16,
.cke-text .lplh-16,
.cke-text.nlh .lplh-16 {
  line-height: 16px;
}

div.lp-pom-root .lp-pom-text .lplh-17,
div.lp-pom-root .lp-pom-text.nlh .lplh-17,
.cke-text .lplh-17,
.cke-text.nlh .lplh-17 {
  line-height: 17px;
}

div.lp-pom-root .lp-pom-text .lplh-18,
div.lp-pom-root .lp-pom-text.nlh .lplh-18,
.cke-text .lplh-18,
.cke-text.nlh .lplh-18 {
  line-height: 18px;
}

div.lp-pom-root .lp-pom-text .lplh-19,
div.lp-pom-root .lp-pom-text.nlh .lplh-19,
.cke-text .lplh-19,
.cke-text.nlh .lplh-19 {
  line-height: 19px;
}

div.lp-pom-root .lp-pom-text .lplh-20,
div.lp-pom-root .lp-pom-text.nlh .lplh-20,
.cke-text .lplh-20,
.cke-text.nlh .lplh-20 {
  line-height: 20px;
}

div.lp-pom-root .lp-pom-text .lplh-22,
div.lp-pom-root .lp-pom-text.nlh .lplh-22,
.cke-text .lplh-22,
.cke-text.nlh .lplh-22 {
  line-height: 22px;
}

div.lp-pom-root .lp-pom-text .lplh-24,
div.lp-pom-root .lp-pom-text.nlh .lplh-24,
.cke-text .lplh-24,
.cke-text.nlh .lplh-24 {
  line-height: 24px;
}

div.lp-pom-root .lp-pom-text .lplh-26,
div.lp-pom-root .lp-pom-text.nlh .lplh-26,
.cke-text .lplh-26,
.cke-text.nlh .lplh-26 {
  line-height: 26px;
}

div.lp-pom-root .lp-pom-text .lplh-29,
div.lp-pom-root .lp-pom-text.nlh .lplh-29,
.cke-text .lplh-29,
.cke-text.nlh .lplh-29 {
  line-height: 29px;
}

div.lp-pom-root .lp-pom-text .lplh-31,
div.lp-pom-root .lp-pom-text.nlh .lplh-31,
.cke-text .lplh-31,
.cke-text.nlh .lplh-31 {
  line-height: 31px;
}

div.lp-pom-root .lp-pom-text .lplh-32,
div.lp-pom-root .lp-pom-text.nlh .lplh-32,
.cke-text .lplh-32,
.cke-text.nlh .lplh-32 {
  line-height: 32px;
}

div.lp-pom-root .lp-pom-text .lplh-34,
div.lp-pom-root .lp-pom-text.nlh .lplh-34,
.cke-text .lplh-34,
.cke-text.nlh .lplh-34 {
  line-height: 34px;
}

div.lp-pom-root .lp-pom-text .lplh-35,
div.lp-pom-root .lp-pom-text.nlh .lplh-35,
.cke-text .lplh-35,
.cke-text.nlh .lplh-35 {
  line-height: 35px;
}

div.lp-pom-root .lp-pom-text .lplh-38,
div.lp-pom-root .lp-pom-text.nlh .lplh-38,
.cke-text .lplh-38,
.cke-text.nlh .lplh-38 {
  line-height: 38px;
}

div.lp-pom-root .lp-pom-text .lplh-40,
div.lp-pom-root .lp-pom-text.nlh .lplh-40,
.cke-text .lplh-40,
.cke-text.nlh .lplh-40 {
  line-height: 40px;
}

div.lp-pom-root .lp-pom-text .lplh-42,
div.lp-pom-root .lp-pom-text.nlh .lplh-42,
.cke-text .lplh-42,
.cke-text.nlh .lplh-42 {
  line-height: 42px;
}

div.lp-pom-root .lp-pom-text .lplh-43,
div.lp-pom-root .lp-pom-text.nlh .lplh-43,
.cke-text .lplh-43,
.cke-text.nlh .lplh-43 {
  line-height: 43px;
}

div.lp-pom-root .lp-pom-text .lplh-45,
div.lp-pom-root .lp-pom-text.nlh .lplh-45,
.cke-text .lplh-45,
.cke-text.nlh .lplh-45 {
  line-height: 45px;
}

div.lp-pom-root .lp-pom-text .lplh-58,
div.lp-pom-root .lp-pom-text.nlh .lplh-58,
.cke-text .lplh-58,
.cke-text.nlh .lplh-58 {
  line-height: 58px;
}

div.lp-pom-root .lp-pom-text .lplh-77,
div.lp-pom-root .lp-pom-text.nlh .lplh-77,
.cke-text .lplh-77,
.cke-text.nlh .lplh-77 {
  line-height: 77px;
}

div.lp-pom-root .lp-pom-text .lplh-86,
div.lp-pom-root .lp-pom-text.nlh .lplh-86,
.cke-text .lplh-86,
.cke-text.nlh .lplh-86 {
  line-height: 86px;
}

div.lp-pom-root .lp-pom-text .lplh-87,
div.lp-pom-root .lp-pom-text.nlh .lplh-87,
.cke-text .lplh-87,
.cke-text.nlh .lplh-87 {
  line-height: 87px;
}

div.lp-pom-root .lp-pom-text .lplh-115,
div.lp-pom-root .lp-pom-text.nlh .lplh-115,
.cke-text .lplh-115,
.cke-text.nlh .lplh-115 {
  line-height: 115px;
}

div.lp-pom-root .lp-pom-text p,
.cke-text p,
div.lp-pom-root .lp-pom-text blockquote,
.cke-text blockquote,
div.lp-pom-root .lp-pom-text ul,
.cke-text ul,
div.lp-pom-root .lp-pom-text dl,
.cke-text dl {
  margin-bottom: 16px;
}

div.lp-pom-root .lp-pom-text > p:last-child,
div.lp-pom-root .lp-pom-text > blockquote:last-child,
div.lp-pom-root .lp-pom-text > dl:last-child,
div.lp-pom-root .lp-pom-text > h1:last-child,
div.lp-pom-root .lp-pom-text > h2:last-child,
div.lp-pom-root .lp-pom-text > h3:last-child,
div.lp-pom-root .lp-pom-text > h4:last-child,
div.lp-pom-root .lp-pom-text > h5:last-child,
div.lp-pom-root .lp-pom-text > h6:last-child,
div.lp-pom-root .lp-pom-text .fr-view > p:last-child,
div.lp-pom-root .lp-pom-text .fr-view > blockquote:last-child,
div.lp-pom-root .lp-pom-text .fr-view > dl:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h1:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h2:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h3:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h4:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h5:last-child,
div.lp-pom-root .lp-pom-text .fr-view > h6:last-child {
  margin-bottom: 0;
}

div.lp-pom-root .lp-pom-text h1,
.cke-text h1,
div.lp-pom-root .lp-pom-text h2,
.cke-text h2,
div.lp-pom-root .lp-pom-text h3,
.cke-text h3,
div.lp-pom-root .lp-pom-text h4,
.cke-text h4,
div.lp-pom-root .lp-pom-text h5,
.cke-text h5,
div.lp-pom-root .lp-pom-text h6,
.cke-text h6 {
  font-weight: bolder;
}

div.lp-pom-root .lp-pom-text b,
.cke-text b,
div.lp-pom-root .lp-pom-text strong,
.cke-text strong {
  font-weight: bolder;
}

div.lp-pom-root .lp-pom-text optgroup,
.cke-text optgroup {
  font-weight: normal;
}

div.lp-pom-root .lp-pom-text abbr,
.cke-text abbr,
div.lp-pom-root .lp-pom-text acronym,
.cke-text acronym {
  border-bottom: 1px dotted #000;
  cursor: help;
}

div.lp-pom-root .lp-pom-text em,
.cke-text em {
  font-style: italic;
}

div.lp-pom-root .lp-pom-text del,
.cke-text del {
  text-decoration: line-through;
}

div.lp-pom-root .lp-pom-text blockquote,
.cke-text blockquote,
div.lp-pom-root .lp-pom-text ul,
.cke-text ul,
div.lp-pom-root .lp-pom-text ol,
.cke-text ol,
div.lp-pom-root .lp-pom-text dl,
.cke-text dl {
  margin: 14px;
  font-size: 14px;
  line-height: 17px;
}

div.lp-pom-root .lp-pom-text ul,
.cke-text ul {
  margin-left: 16px;
}

div.lp-pom-root .lp-pom-text ol,
.cke-text ol {
  margin-left: 25px;
}

div.lp-pom-root .lp-pom-text li,
.cke-text li {
  display: list-item;
}

div.lp-pom-root .lp-pom-text ol li,
.cke-text ol li {
  list-style: decimal outside;
}

div.lp-pom-root .lp-pom-text ul li,
.cke-text ul li {
  list-style: disc outside;
}

div.lp-pom-root .lp-pom-text dl dd,
.cke-text dl dd {
  margin-left: 14px;
}

div.lp-pom-root .lp-pom-text th,
.cke-text th,
div.lp-pom-root .lp-pom-text td,
.cke-text td {
  border: 1px solid #000;
  padding: 7px;
}

div.lp-pom-root .lp-pom-text th,
.cke-text th {
  font-weight: bold;
  text-align: center;
}

div.lp-pom-root .lp-pom-text caption,
.cke-text caption {
  margin-bottom: 7px;
  text-align: center;
}

div.lp-pom-root .lp-pom-text sup,
.cke-text sup {
  vertical-align: super;
}

div.lp-pom-root .lp-pom-text sub,
.cke-text sub {
  vertical-align: sub;
}

div.lp-pom-root #powered-by-unbounce {
  display: block !important;
  position: absolute !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 48px !important;
  overflow: hidden !important;
  background: #0098db !important;
  z-index: 8675309 !important;
  text-align: center !important;
  font-size: 11px !important;
  color: #666 !important;
  font-weight: bold !important;
  -webkit-transform: rotate(0deg) !important;
      -ms-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

div.lp-pom-root #powered-by-unbounce a {
  display: block !important;
  position: static !important;
  visibility: visible !important;
  z-index: 18885159161 !important;
  text-indent: 0 !important;
  height: 44px !important;
}

div.lp-pom-root #powered-by-unbounce img {
  display: inline !important;
  position: static !important;
  visibility: visible !important;
  max-width: 440px;
  margin-top: 7px;
  width: 85% !important;
  vertical-align: bottom !important;
}

div.lp-pom-root .lp-element.lp-code {
  overflow: hidden;
}

.lp-pom-root .lp-pom-image img {
  vertical-align: top;
}

.lp-pom-root .lp-pom-image a img {
  cursor: pointer;
}

.lp-pom-social-widget .horizontal {
  margin-left: 0;
  padding: 0;
}

.lp-pom-social-widget .horizontal .facebook_container {
  margin-left: 0;
  overflow: hidden;
}

.lp-pom-social-widget .widget {
  padding-right: 5px;
}

.lp-pom-social-widget .fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
  display: none !important;
}

.lp-pom-social-widget iframe.fb_ltr {
  display: none !important;
}

.fb_edge_widget_with_comment span {
  width: 120px !important;
}

.fb_recommend .fb_edge_widget_with_comment iframe {
  width: 97px !important;
}

body.ms-windows .fb_recommend {
  overflow: hidden;
  width: 88px;
}

body.ms-windows .fb_like {
  overflow: hidden;
  width: 48px !important;
}

body.ms-windows .lp-editor .fb_recommend {
  overflow: hidden;
  width: 90px;
}

body.ms-windows .lp-editor .fb_like {
  overflow: hidden;
  width: 50px !important;
}

@-moz-document url-prefix()  {
  body.ms-windows .fb_recommend {
    width: 86px !important;
  }

  body.ms-windows .lp-editor .fb_recommend {
    width: 90px !important;
  }

  body.ms-windows .lp-editor .fb_like {
    width: 50px !important;
  }
}

.fb_like .fb_edge_widget_with_comment iframe {
  width: 50px !important;
}

.lp-pom-social-widget .vertical {
  margin-left: 0;
  overflow: hidden;
}

.lp-pom-social-widget .horizontal.widget_container {
  margin-right: -5px;
}

.lp-pom-social-widget .widget.horizontal.container {
  margin-right: 0;
  white-space: nowrap;
  float: left;
}

.lp-pom-social-widget .facebook_container.horizontal.container {
  margin: 0;
}

.lp-pom-social-widget .widget_container.horizontal.top .twitter_container {
  margin-top: 40px;
}

.lp-pom-social-widget .widget_container.horizontal.top.widget-count-1 .twitter_container {
  margin-top: 0;
}

div.lp-social-widget-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}

.lp-pom-video-background iframe {
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

body {
  color: #666666;
}

a {
  color: #45a5c1;
  text-decoration: none;
}

#lp-pom-root {
  display: block;
  background: rgba(238, 238, 238, 0);
  background-image: url(http://d9hhrg4mnvzow.cloudfront.net/landing.promo.com/ebook/dc5bc2b5-trusted-by-bar-1200_00000002401v0fl00001o.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-style: none;
  margin: auto;
  padding-top: 0px;
  border-radius: 0px;
  min-width: 1200px;
  height: 1684px;
}

#lp-pom-block-8 {
  display: block;
  background: white;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: -1px;
  position: relative;
}

#lp-pom-text-196 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 20px;
  top: 20px;
  z-index: 17;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-text-197 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 30px;
  top: 30px;
  z-index: 18;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-text-294 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 10px;
  z-index: 63;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-block-9 {
  display: block;
  background: #ff4070;
  border-style: none none solid none;
  border-width: 1px;
  border-color: #f3f3f3;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  border-radius: 0px;
  width: 100%;
  height: 490px;
  position: relative;
}

#lp-pom-text-107 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 94px;
  top: 162px;
  z-index: 1;
  width: 658px;
  height: 96px;
  position: absolute;
}

#lp-pom-text-108 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 100px;
  top: 276px;
  z-index: 2;
  width: 597px;
  height: 56px;
  position: absolute;
}

#lp-pom-text-163 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 12px;
  z-index: 16;
  width: 722px;
  height: 29px;
  position: absolute;
}

#lp-pom-text-164 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 11px;
  z-index: 15;
  width: 597px;
  height: 44px;
  position: absolute;
}

#lp-pom-image-264 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 94px;
  top: 72px;
  z-index: 53;
  position: absolute;
}

#lp-pom-box-280 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 13px;
  top: 7px;
  z-index: 59;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-image-285 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 10px;
  top: -101px;
  z-index: 62;
  position: absolute;
}

#lp-pom-image-286 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 979px;
  top: 188px;
  z-index: 10;
  position: absolute;
}

#lp-pom-box-289 {
  display: block;
  background: #ffca0c;
  border-style: none;
  border-radius: 103px;
  left: 1105px;
  top: 1px;
  z-index: 40;
  width: 143px;
  height: 143px;
  position: absolute;
}

#lp-pom-box-293 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 0px;
  top: 20px;
  z-index: 23;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-box-296 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 9px;
  top: 9px;
  z-index: 24;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-text-295 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 20px;
  top: 20px;
  z-index: 64;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-box-297 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 20px;
  top: 21px;
  z-index: 65;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-block-153 {
  display: block;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 515px;
  position: relative;
}

#lp-pom-text-109 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 681px;
  top: 596px;
  z-index: 4;
  width: 300px;
  height: 22px;
  position: absolute;
}

#lp-pom-image-146 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 179px;
  top: 528px;
  z-index: 5;
  position: absolute;
}

#lp-pom-text-155 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 688px;
  top: 646px;
  z-index: 6;
  width: 364px;
  height: 203px;
  position: absolute;
}

#lp-pom-text-156 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 703px;
  top: 843px;
  z-index: 7;
  width: 300px;
  height: 29px;
  position: absolute;
}

#lp-pom-image-182 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 188px;
  top: 535px;
  z-index: 12;
  position: absolute;
}

#lp-pom-image-194 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 207px;
  top: 557px;
  z-index: 14;
  position: absolute;
}

#lp-pom-image-200 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 19px;
  top: 924px;
  z-index: 20;
  position: absolute;
}

#lp-pom-text-201 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 99px;
  top: 955px;
  z-index: 21;
  width: 300px;
  height: 29px;
  position: absolute;
}

#lp-pom-box-254 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: -219px;
  top: 924px;
  z-index: 38;
  width: 1198px;
  height: 0px;
  position: absolute;
}

#lp-pom-text-309 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 700px;
  top: 646px;
  z-index: 70;
  width: 364px;
  height: 174px;
  position: absolute;
}

#lp-pom-box-312 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 600px;
  top: 611px;
  z-index: 71;
  width: 98px;
  height: 257px;
  position: absolute;
}

#lp-pom-block-167 {
  display: block;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 0px;
  position: relative;
}

#lp-pom-box-115 {
  display: block;
  background: white;
  border-style: none;
  border-radius: 8px;
  left: 743px;
  top: 62px;
  z-index: 41;
  width: 427px;
  height: 340px;
  position: absolute;
}

#lp-pom-text-126 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 0px;
  top: 33px;
  z-index: 44;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-text-129 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 42px;
  top: 51px;
  z-index: 50;
  width: 336px;
  height: 22px;
  position: absolute;
}

#lp-pom-box-298 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 179px;
  top: -47px;
  z-index: 47;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-text-305 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 10px;
  z-index: 48;
  width: 427px;
  height: 58px;
  position: absolute;
}

#lp-pom-block-171 {
  display: none;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 200px;
  position: relative;
}

#lp-pom-text-175 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 25px;
  top: 1069px;
  z-index: 8;
  width: 327px;
  height: 132px;
  position: absolute;
}

#lp-pom-text-176 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 1019px;
  z-index: 11;
  width: 300px;
  height: 22px;
  position: absolute;
}

#lp-pom-text-177 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 1237px;
  z-index: 9;
  width: 300px;
  height: 29px;
  position: absolute;
}

#lp-pom-block-181 {
  display: none;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 200px;
  position: relative;
}

#lp-pom-image-282 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 174px;
  top: 1220px;
  z-index: 60;
  position: absolute;
}

#lp-pom-image-302 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 161px;
  top: 1189px;
  z-index: 66;
  position: absolute;
}

#lp-pom-box-303 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 63px;
  top: 1299px;
  z-index: 67;
  width: 98px;
  height: 98px;
  position: absolute;
}

#lp-pom-image-306 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 129px;
  top: 1153px;
  z-index: 68;
  position: absolute;
}

#lp-pom-image-307 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 187px;
  top: 1174px;
  z-index: 69;
  position: absolute;
}

#lp-pom-block-170 {
  display: none;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 200px;
  position: relative;
}

#lp-pom-text-183 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 1019px;
  z-index: 61;
  width: 300px;
  height: 29px;
  position: absolute;
}

#lp-pom-block-189 {
  display: block;
  background: #fbfbfb;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1px;
  border-radius: 0px;
  width: 100%;
  height: 638px;
  position: relative;
}

#lp-pom-image-190 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 574px;
  top: 1158px;
  z-index: 13;
  position: absolute;
}

#lp-pom-text-205 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 442px;
  top: 1219px;
  z-index: 22;
  width: 314px;
  height: 132px;
  position: absolute;
}

#lp-pom-image-206 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 574px;
  top: 1389px;
  z-index: 25;
  position: absolute;
}

#lp-pom-text-208 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 540px;
  top: 1464px;
  z-index: 26;
  width: 130px;
  height: 52px;
  position: absolute;
}

#lp-pom-text-209 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 255px;
  top: 1061px;
  z-index: 27;
  width: 700px;
  height: 22px;
  position: absolute;
}

#lp-pom-image-241 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 323px;
  top: 1158px;
  z-index: 28;
  position: absolute;
}

#lp-pom-text-242 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 191px;
  top: 1219px;
  z-index: 29;
  width: 314px;
  height: 156px;
  position: absolute;
}

#lp-pom-image-243 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 317px;
  top: 1404px;
  z-index: 30;
  position: absolute;
}

#lp-pom-text-244 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 283px;
  top: 1495px;
  z-index: 31;
  width: 130px;
  height: 52px;
  position: absolute;
}

#lp-pom-image-245 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 825px;
  top: 1158px;
  z-index: 32;
  position: absolute;
}

#lp-pom-text-246 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 693px;
  top: 1219px;
  z-index: 33;
  width: 314px;
  height: 156px;
  position: absolute;
}

#lp-pom-image-247 {
  display: block;
  background: rgba(255, 255, 255, 0);
  left: 819px;
  top: 1404px;
  z-index: 34;
  position: absolute;
}

#lp-pom-text-248 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 744px;
  top: 1495px;
  z-index: 35;
  width: 211px;
  height: 52px;
  position: absolute;
}

#lp-pom-text-249 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 10px;
  top: 1019px;
  z-index: 36;
  width: 577px;
  height: 22px;
  position: absolute;
}

#lp-pom-text-251 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 20px;
  top: 1029px;
  z-index: 37;
  width: 314px;
  height: 110px;
  position: absolute;
}

#lp-pom-box-256 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 0px;
  top: 1029px;
  z-index: 45;
  width: 598px;
  height: 98px;
  position: absolute;
}

#lp-pom-box-258 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 599px;
  top: 18px;
  z-index: 46;
  width: 248px;
  height: 98px;
  position: absolute;
}

#lp-pom-box-259 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 349px;
  top: 56px;
  z-index: 49;
  width: 248px;
  height: 98px;
  position: absolute;
}

#lp-pom-box-257 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 193px;
  top: 1158px;
  z-index: 39;
  width: 6003px;
  height: 98px;
  position: absolute;
}

#lp-pom-box-260 {
  display: none;
  background: white;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  border-radius: 0px;
  left: 600px;
  top: 1072px;
  z-index: 51;
  width: 598px;
  height: 98px;
  position: absolute;
}

#lp-pom-button-263 {
  display: none;
  border-style: none;
  border-radius: 100px;
  left: 478px;
  top: 1625px;
  z-index: 52;
  width: 254px;
  height: 48px;
  position: absolute;
  background-color: #ff4070;
  background: -webkit-linear-gradient(#ff4070, #FF4070);
  background: -o-linear-gradient(#ff4070, #FF4070);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4070), to(#FF4070));
  background: linear-gradient(#ff4070, #FF4070);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: #fff;
  border-width: undefinedpx;
  border-color: #undefined;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Lato;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}

#lp-pom-image-272 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 30px;
  top: 1039px;
  z-index: 54;
  position: absolute;
}

#lp-pom-text-273 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 40px;
  top: 1049px;
  z-index: 55;
  width: 314px;
  height: 110px;
  position: absolute;
}

#lp-pom-text-274 {
  display: none;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 50px;
  top: 1059px;
  z-index: 56;
  width: 130px;
  height: 78px;
  position: absolute;
}

#lp-pom-image-275 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 60px;
  top: 1069px;
  z-index: 57;
  position: absolute;
}

#lp-pom-image-276 {
  display: none;
  background: rgba(255, 255, 255, 0);
  left: 154px;
  top: 1690px;
  z-index: 58;
  position: absolute;
}

#lp-pom-block-12 {
  display: block;
  background: white;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border-radius: 0px;
  width: 100%;
  height: 36px;
  position: relative;
}

#lp-pom-text-135 {
  display: block;
  background: rgba(255, 255, 255, 0);
  border-style: none;
  border-radius: 0px;
  left: 239px;
  top: 1661px;
  z-index: 3;
  width: 731px;
  height: 19px;
  position: absolute;
}

#lp-pom-button-56 {
  display: block;
  border-style: none;
  border-radius: 100px;
  left: 63px;
  top: 151px;
  z-index: 43;
  width: 254px;
  height: 48px;
  position: absolute;
  background-color: #ff4070;
  background: -webkit-linear-gradient(#ff4070, #FF4070);
  background: -o-linear-gradient(#ff4070, #FF4070);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff4070), to(#FF4070));
  background: linear-gradient(#ff4070, #FF4070);
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  color: #fff;
  border-width: undefinedpx;
  border-color: #undefined;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Lato;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}

#lp-pom-root .lp-positioned-content {
  top: 0px;
  width: 1200px;
  margin-left: -600px;
}

#lp-pom-block-8 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: -1px;
}

#lp-pom-block-9 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 490px;
}

#lp-pom-block-153 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 515px;
}

#lp-pom-block-167 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 0px;
}

#lp-pom-block-171 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 200px;
}

#lp-pom-block-181 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 200px;
}

#lp-pom-block-170 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 200px;
}

#lp-pom-block-189 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 638px;
}

#lp-pom-block-12 .lp-pom-block-content {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
  height: 36px;
}

#container_first_name {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  height: 47px;
}

.lp-pom-form-field .ub-input-item.single.form_elem_first_name {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  height: 47px;
}

#container_work_email {
  position: absolute;
  top: 69px;
  left: 0px;
  width: 380px;
  height: 47px;
}

.lp-pom-form-field .ub-input-item.single.form_elem_work_email {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 380px;
  height: 47px;
}

#lp-pom-button-56:hover {
  background-color: #f2315a;
  background: -webkit-linear-gradient(#f2315a, #f2315a);
  background: -o-linear-gradient(#f2315a, #f2315a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2315a), to(#f2315a));
  background: linear-gradient(#f2315a, #f2315a);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

#lp-pom-button-56:active {
  background-color: #e6284e;
  background: -webkit-linear-gradient(#FF4070, #FF4070);
  background: -o-linear-gradient(#FF4070, #FF4070);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4070), to(#FF4070));
  background: linear-gradient(#FF4070, #FF4070);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

#lp-pom-button-56 .label {
  margin-top: -10px;
}

#lp-pom-image-146 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 327px;
  height: 354px;
}

#lp-pom-image-146 .lp-pom-image-container img {
  width: 327px;
  height: 354px;
}

#lp-pom-image-182 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 327px;
  height: 354px;
}

#lp-pom-image-182 .lp-pom-image-container img {
  width: 327px;
  height: 354px;
}

#lp-pom-image-190 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 49px;
  height: 29px;
}

#lp-pom-image-190 .lp-pom-image-container img {
  width: 49px;
  height: 29px;
}

#lp-pom-image-194 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 339px;
  height: 367px;
}

#lp-pom-image-194 .lp-pom-image-container img {
  width: 339px;
  height: 367px;
}

#lp-pom-image-200 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 1198px;
  height: 84px;
}

#lp-pom-image-200 .lp-pom-image-container img {
  width: 1198px;
  height: 84px;
}

#lp-pom-image-206 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 61px;
  height: 60px;
}

#lp-pom-image-206 .lp-pom-image-container img {
  width: 61px;
  height: 60px;
}

#lp-pom-image-241 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 49px;
  height: 29px;
}

#lp-pom-image-241 .lp-pom-image-container img {
  width: 49px;
  height: 29px;
}

#lp-pom-image-243 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 61px;
  height: 60px;
}

#lp-pom-image-243 .lp-pom-image-container img {
  width: 61px;
  height: 60px;
}

#lp-pom-image-245 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 49px;
  height: 29px;
}

#lp-pom-image-245 .lp-pom-image-container img {
  width: 49px;
  height: 29px;
}

#lp-pom-image-247 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 61px;
  height: 60px;
}

#lp-pom-image-247 .lp-pom-image-container img {
  width: 61px;
  height: 60px;
}

#lp-pom-button-263:hover {
  background-color: #f2315a;
  background: -webkit-linear-gradient(#f2315a, #f2315a);
  background: -o-linear-gradient(#f2315a, #f2315a);
  background: -webkit-gradient(linear, left top, left bottom, from(#f2315a), to(#f2315a));
  background: linear-gradient(#f2315a, #f2315a);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

#lp-pom-button-263:active {
  background-color: #e6284e;
  background: -webkit-linear-gradient(#FF4070, #FF4070);
  background: -o-linear-gradient(#FF4070, #FF4070);
  background: -webkit-gradient(linear, left top, left bottom, from(#FF4070), to(#FF4070));
  background: linear-gradient(#FF4070, #FF4070);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

#lp-pom-button-263 .label {
  margin-top: 0px;
}

#lp-pom-image-264 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 116px;
  height: 31px;
}

#lp-pom-image-264 .lp-pom-image-container img {
  width: 116px;
  height: 31px;
}

#lp-pom-image-272 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 49px;
  height: 29px;
}

#lp-pom-image-272 .lp-pom-image-container img {
  width: 49px;
  height: 29px;
}

#lp-pom-image-275 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 61px;
  height: 60px;
}

#lp-pom-image-275 .lp-pom-image-container img {
  width: 61px;
  height: 60px;
}

#lp-pom-image-276 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 129px;
  height: 129px;
}

#lp-pom-image-276 .lp-pom-image-container img {
  width: 129px;
  height: 129px;
}

#lp-pom-image-282 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 640px;
  height: 688px;
}

#lp-pom-image-282 .lp-pom-image-container img {
  width: 640px;
  height: 688px;
}

#lp-pom-image-285 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 239px;
  height: 218px;
}

#lp-pom-image-285 .lp-pom-image-container img {
  width: 239px;
  height: 218px;
}

#lp-pom-image-286 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 234px;
  height: 305px;
}

#lp-pom-image-286 .lp-pom-image-container img {
  width: 234px;
  height: 305px;
}

#lp-pom-image-302 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 4500px;
  height: 3200px;
}

#lp-pom-image-302 .lp-pom-image-container img {
  width: 4500px;
  height: 3200px;
}

#lp-pom-image-306 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 320px;
  height: 228px;
}

#lp-pom-image-306 .lp-pom-image-container img {
  width: 320px;
  height: 228px;
}

#lp-pom-image-307 .lp-pom-image-container {
  border-style: none;
  border-radius: 0px;
  width: 320px;
  height: 445px;
}

#lp-pom-image-307 .lp-pom-image-container img {
  width: 320px;
  height: 445px;
}

#lp-pom-root-color-overlay {
  position: absolute;
  background: rgba(238, 238, 238, 0);
  top: 0;
  width: 100%;
  height: 1684px;
  min-height: 100%;
}

#lp-pom-block-8-color-overlay {
  position: absolute;
  background: none;
  height: 0px;
  width: 100%;
}

#lp-pom-block-9-color-overlay {
  position: absolute;
  background: none;
  height: 491px;
  width: 100%;
}

#lp-pom-block-153-color-overlay {
  position: absolute;
  background: none;
  height: 515px;
  width: 100%;
}

#lp-pom-block-167-color-overlay {
  position: absolute;
  background: none;
  height: 0px;
  width: 100%;
}

#lp-pom-block-171-color-overlay {
  position: absolute;
  background: none;
  height: 200px;
  width: 100%;
}

#lp-pom-block-181-color-overlay {
  position: absolute;
  background: none;
  height: 200px;
  width: 100%;
}

#lp-pom-block-170-color-overlay {
  position: absolute;
  background: none;
  height: 200px;
  width: 100%;
}

#lp-pom-block-189-color-overlay {
  position: absolute;
  background: none;
  height: 638px;
  width: 100%;
}

#lp-pom-block-12-color-overlay {
  position: absolute;
  background: none;
  height: 36px;
  width: 100%;
}

#lp-pom-box-115-color-overlay {
  position: absolute;
  background: none;
  border-radius: 8px;
  height: 340px;
  width: 427px;
}

#lp-pom-box-254-color-overlay {
  position: absolute;
  background: none;
  height: 0px;
  width: 1198px;
}

#lp-pom-box-256-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 598px;
}

#lp-pom-box-257-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 6003px;
}

#lp-pom-box-258-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 248px;
}

#lp-pom-box-259-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 248px;
}

#lp-pom-box-260-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 598px;
}

#lp-pom-box-280-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-289-color-overlay {
  position: absolute;
  background: none;
  border-radius: 103px;
  height: 143px;
  width: 143px;
}

#lp-pom-box-293-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-296-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-297-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-298-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-303-color-overlay {
  position: absolute;
  background: none;
  height: 98px;
  width: 98px;
}

#lp-pom-box-312-color-overlay {
  position: absolute;
  background: none;
  height: 257px;
  width: 98px;
}

#lp-pom-form-55 {
  display: block;
  left: 24px;
  top: 108px;
  z-index: 42;
  width: 380px;
  height: 0px;
  position: absolute;
}

#lp-pom-form-55 .fields {
  margin: -11px;
}

#lp-pom-form-55 .lp-pom-form-field {
  position: absolute;
}

#lp-pom-form-55 .option {
  position: absolute;
}

#lp-pom-form-55 .optionsList {
  position: absolute;
}

#lp-pom-form-55 .lp-pom-form-field .single {
  height: 47px;
  font-size: 16px;
  line-height: 16px;
  padding-left: 14px;
  padding-right: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#lp-pom-form-55 .lp-pom-form-field select {
  height: 45px;
}

#lp-pom-form-55 .lp-pom-form-field .form_elem_multi {
  padding-top: 14px;
  padding-bottom: 15px;
}

#lp-pom-form-55 .lp-pom-form-field .lp-form-label {
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #ffffff;
  display: block;
  margin-bottom: 4px;
  width: auto;
  margin-right: 0px;
}

#lp-pom-form-55 .lp-pom-form-field .lp-form-label .label-style {
  font-weight: bolder;
  font-style: inherit;
}

#lp-pom-form-55 .lp-pom-form-field input[type=text],
#lp-pom-form-55 .lp-pom-form-field input[type=email],
#lp-pom-form-55 .lp-pom-form-field input[type=tel],
#lp-pom-form-55 .lp-pom-form-field textarea,
#lp-pom-form-55 .lp-pom-form-field select {
  border-style: solid;
  border-width: 1px;
  border-color: #A2A2A2;
}

#lp-pom-form-55 .lp-pom-form-field .opt-label {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 16px;
}

#lp-pom-form-55 .lp-pom-form-field .opt-label .label-style {
  font-weight: inherit;
  font-style: inherit;
}

#lp-pom-form-55 .lp-pom-form-field .text {
  background-color: #fff;
  color: #666;
  border-radius: 4px;
  box-shadow: inset 0px 2px 3px #dddddd;
  -webkit-box-shadow: inset 0px 2px 3px #dddddd;
  -moz-box-shadow: inset 0px 2px 3px #dddddd;
}

@media only screen and (max-width: 600px) {
  #lp-pom-root {
    display: block;
    background: #fefdfd;
    border-style: none;
    margin: auto;
    padding-top: 0px;
    border-radius: 0px;
    min-width: 320px;
    height: 2493px;
  }

  #lp-pom-block-8 {
    display: block;
    background: white;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: -1px;
    position: relative;
  }

  #lp-pom-text-196 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 20px;
    top: 20px;
    z-index: 17;
    width: 427px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-text-197 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 347px;
    z-index: 18;
    width: 319px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-text-294 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 10px;
    z-index: 63;
    width: 427px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-block-9 {
    display: block;
    background: #ff4070;
    border-style: none none solid none;
    border-width: 1px;
    border-color: #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 318px;
    position: relative;
  }

  #lp-pom-text-107 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: -106px;
    top: 110px;
    z-index: 1;
    width: 658px;
    height: 96px;
    position: absolute;
  }

  #lp-pom-text-108 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 100px;
    top: 276px;
    z-index: 2;
    width: 597px;
    height: 56px;
    position: absolute;
  }

  #lp-pom-text-163 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 67px;
    z-index: 16;
    width: 319px;
    height: 87px;
    position: absolute;
  }

  #lp-pom-text-164 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 20px;
    top: 188px;
    z-index: 15;
    width: 277px;
    height: 66px;
    position: absolute;
  }

  #lp-pom-image-264 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 119px;
    top: 24px;
    z-index: 53;
    position: absolute;
  }

  #lp-pom-box-280 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 12px;
    top: 1px;
    z-index: 59;
    width: 98px;
    height: 64px;
    position: absolute;
  }

  #lp-pom-image-285 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 10px;
    top: -101px;
    z-index: 62;
    position: absolute;
  }

  #lp-pom-image-286 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 979px;
    top: 188px;
    z-index: 10;
    position: absolute;
  }

  #lp-pom-box-289 {
    display: none;
    background: #ffca0c;
    border-style: none;
    border-radius: 103px;
    left: 1105px;
    top: 1px;
    z-index: 40;
    width: 143px;
    height: 143px;
    position: absolute;
  }

  #lp-pom-box-293 {
    display: block;
    background: #ffca0c;
    border-style: none;
    border-radius: 113px;
    left: 281px;
    top: 110px;
    z-index: 23;
    width: 90px;
    height: 90px;
    position: absolute;
  }

  #lp-pom-box-296 {
    display: block;
    background: #ffca0c;
    border-style: none;
    border-radius: 113px;
    left: 10px;
    top: 10px;
    z-index: 24;
    width: 45px;
    height: 45px;
    position: absolute;
  }

  #lp-pom-text-295 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 20px;
    top: 21px;
    z-index: 64;
    width: 427px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-box-297 {
    display: block;
    background: #ffca0c;
    border-style: none;
    border-radius: 113px;
    left: -11px;
    top: 254px;
    z-index: 65;
    width: 45px;
    height: 45px;
    position: absolute;
  }

  #lp-pom-block-153 {
    display: none;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 515px;
    position: relative;
  }

  #lp-pom-text-109 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 681px;
    top: 423px;
    z-index: 4;
    width: 300px;
    height: 22px;
    position: absolute;
  }

  #lp-pom-image-146 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 198px;
    top: 473px;
    z-index: 5;
    position: absolute;
  }

  #lp-pom-text-155 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 688px;
    top: 473px;
    z-index: 6;
    width: 364px;
    height: 203px;
    position: absolute;
  }

  #lp-pom-text-156 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 703px;
    top: 670px;
    z-index: 7;
    width: 300px;
    height: 29px;
    position: absolute;
  }

  #lp-pom-image-182 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 188px;
    top: 362px;
    z-index: 12;
    position: absolute;
  }

  #lp-pom-image-194 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 207px;
    top: 384px;
    z-index: 14;
    position: absolute;
  }

  #lp-pom-image-200 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 19px;
    top: 751px;
    z-index: 20;
    position: absolute;
  }

  #lp-pom-text-201 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 99px;
    top: 782px;
    z-index: 21;
    width: 300px;
    height: 29px;
    position: absolute;
  }

  #lp-pom-box-254 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: -219px;
    top: 751px;
    z-index: 38;
    width: 1198px;
    height: 0px;
    position: absolute;
  }

  #lp-pom-text-309 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 331px;
    z-index: 70;
    width: 364px;
    height: 174px;
    position: absolute;
  }

  #lp-pom-box-312 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 600px;
    top: 438px;
    z-index: 71;
    width: 98px;
    height: 257px;
    position: absolute;
  }

  #lp-pom-block-167 {
    display: block;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 360px;
    position: relative;
  }

  #lp-pom-box-115 {
    display: block;
    background: white;
    border-style: none;
    border-radius: 11px;
    left: 7px;
    top: 350px;
    z-index: 41;
    width: 305px;
    height: 353px;
    position: absolute;
  }

  #lp-pom-text-126 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: -61px;
    top: 17px;
    z-index: 44;
    width: 427px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-text-129 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 455px;
    top: 24px;
    z-index: 50;
    width: 268px;
    height: 22px;
    position: absolute;
  }

  #lp-pom-box-298 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 181px;
    top: -27px;
    z-index: 47;
    width: 98px;
    height: 105px;
    position: absolute;
  }

  #lp-pom-text-305 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: -7px;
    top: -2px;
    z-index: 48;
    width: 319px;
    height: 58px;
    position: absolute;
  }

  #lp-pom-block-171 {
    display: block;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 283px;
    position: relative;
  }

  #lp-pom-text-175 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 15px;
    top: 788px;
    z-index: 8;
    width: 320px;
    height: 132px;
    position: absolute;
  }

  #lp-pom-text-176 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 15px;
    top: 736px;
    z-index: 11;
    width: 300px;
    height: 22px;
    position: absolute;
  }

  #lp-pom-text-177 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 914px;
    z-index: 9;
    width: 320px;
    height: 29px;
    position: absolute;
  }

  #lp-pom-block-181 {
    display: block;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 320px;
    height: 307px;
    position: relative;
  }

  #lp-pom-image-282 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: -57px;
    top: 825px;
    z-index: 60;
    position: absolute;
  }

  #lp-pom-image-302 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: -127px;
    top: 868px;
    z-index: 66;
    position: absolute;
  }

  #lp-pom-box-303 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 0px;
    top: 1117px;
    z-index: 67;
    width: 318px;
    height: 69px;
    position: absolute;
  }

  #lp-pom-image-306 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: -103px;
    top: 889px;
    z-index: 68;
    position: absolute;
  }

  #lp-pom-image-307 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 50px;
    top: 964px;
    z-index: 69;
    position: absolute;
  }

  #lp-pom-block-170 {
    display: block;
    background: rgba(255, 255, 255, 0);
    background-image: url(http://d9hhrg4mnvzow.cloudfront.net/landing.promo.com/ebook/52a011f5-logos-new_0i90910go09100s00001o.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 325px;
    position: relative;
  }

  #lp-pom-text-183 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 1303px;
    z-index: 61;
    width: 300px;
    height: 29px;
    position: absolute;
  }

  #lp-pom-block-189 {
    display: block;
    background: #fbfbfb;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1px;
    border-radius: 0px;
    width: 100%;
    height: 858px;
    position: relative;
  }

  #lp-pom-image-190 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 135px;
    top: 1708px;
    z-index: 13;
    position: absolute;
  }

  #lp-pom-text-205 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 3px;
    top: 1762px;
    z-index: 22;
    width: 314px;
    height: 132px;
    position: absolute;
  }

  #lp-pom-image-206 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 129px;
    top: 1891px;
    z-index: 25;
    position: absolute;
  }

  #lp-pom-text-208 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 95px;
    top: 1972px;
    z-index: 26;
    width: 130px;
    height: 52px;
    position: absolute;
  }

  #lp-pom-text-209 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: -65px;
    top: 1618px;
    z-index: 27;
    width: 700px;
    height: 22px;
    position: absolute;
  }

  #lp-pom-image-241 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 10px;
    top: 1606px;
    z-index: 28;
    position: absolute;
  }

  #lp-pom-text-242 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 1606px;
    z-index: 29;
    width: 314px;
    height: 156px;
    position: absolute;
  }

  #lp-pom-image-243 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 10px;
    top: 1606px;
    z-index: 30;
    position: absolute;
  }

  #lp-pom-text-244 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 1606px;
    z-index: 31;
    width: 130px;
    height: 52px;
    position: absolute;
  }

  #lp-pom-image-245 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 10px;
    top: 1606px;
    z-index: 32;
    position: absolute;
  }

  #lp-pom-text-246 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 1606px;
    z-index: 33;
    width: 314px;
    height: 156px;
    position: absolute;
  }

  #lp-pom-image-247 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 10px;
    top: 1606px;
    z-index: 34;
    position: absolute;
  }

  #lp-pom-text-248 {
    display: none;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 1606px;
    z-index: 35;
    width: 211px;
    height: 52px;
    position: absolute;
  }

  #lp-pom-text-249 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 1625px;
    z-index: 36;
    width: 317px;
    height: 22px;
    position: absolute;
  }

  #lp-pom-text-251 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 1762px;
    z-index: 37;
    width: 320px;
    height: 110px;
    position: absolute;
  }

  #lp-pom-box-256 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 0px;
    top: 1616px;
    z-index: 45;
    width: 598px;
    height: 98px;
    position: absolute;
  }

  #lp-pom-box-258 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 599px;
    top: 18px;
    z-index: 46;
    width: 248px;
    height: 98px;
    position: absolute;
  }

  #lp-pom-box-259 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 349px;
    top: 56px;
    z-index: 49;
    width: 248px;
    height: 98px;
    position: absolute;
  }

  #lp-pom-box-257 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 193px;
    top: 1745px;
    z-index: 39;
    width: 6003px;
    height: 98px;
    position: absolute;
  }

  #lp-pom-box-260 {
    display: none;
    background: white;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 0px;
    left: 600px;
    top: 1659px;
    z-index: 51;
    width: 598px;
    height: 98px;
    position: absolute;
  }

  #lp-pom-button-263 {
    display: none;
    border-style: none;
    border-radius: 100px;
    left: 18px;
    top: 2454px;
    z-index: 52;
    width: 283px;
    height: 55px;
    position: absolute;
    background-color: #ff4070;
    background: -webkit-linear-gradient(#ff4070, #FF4070);
    background: -o-linear-gradient(#ff4070, #FF4070);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4070), to(#FF4070));
    background: linear-gradient(#ff4070, #FF4070);
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: Lato;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
  }

  #lp-pom-image-272 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 135px;
    top: 2087px;
    z-index: 54;
    position: absolute;
  }

  #lp-pom-text-273 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 2143px;
    z-index: 55;
    width: 320px;
    height: 110px;
    position: absolute;
  }

  #lp-pom-text-274 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 2353px;
    z-index: 56;
    width: 320px;
    height: 52px;
    position: absolute;
  }

  #lp-pom-image-275 {
    display: none;
    background: rgba(255, 255, 255, 0);
    left: 60px;
    top: 1656px;
    z-index: 57;
    position: absolute;
  }

  #lp-pom-image-276 {
    display: block;
    background: rgba(255, 255, 255, 0);
    left: 128px;
    top: 2270px;
    z-index: 58;
    position: absolute;
  }

  #lp-pom-block-12 {
    display: block;
    background: white;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: 38px;
    position: relative;
  }

  #lp-pom-text-135 {
    display: block;
    background: rgba(255, 255, 255, 0);
    border-style: none;
    border-radius: 0px;
    left: 10px;
    top: 2465px;
    z-index: 3;
    width: 298px;
    height: 19px;
    position: absolute;
  }

  #lp-pom-button-56 {
    display: block;
    border-style: none;
    border-radius: 100px;
    left: 0px;
    top: 161px;
    z-index: 43;
    width: 283px;
    height: 61px;
    position: absolute;
    background-color: #ff4070;
    background: -webkit-linear-gradient(#ff4070, #FF4070);
    background: -o-linear-gradient(#ff4070, #FF4070);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff4070), to(#FF4070));
    background: linear-gradient(#ff4070, #FF4070);
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: none;
    color: #fff;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    font-family: Lato;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
  }

  body {
    color: #666666;
  }

  a {
    color: #45a5c1;
    text-decoration: none;
  }

  #lp-pom-root .lp-positioned-content {
    top: 0px;
    width: 320px;
    margin-left: -160px;
  }

  #lp-pom-block-8 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: -1px;
  }

  #lp-pom-block-9 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 318px;
  }

  #lp-pom-block-153 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 515px;
  }

  #lp-pom-block-167 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 360px;
  }

  #lp-pom-block-171 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 283px;
  }

  #lp-pom-block-181 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 307px;
  }

  #lp-pom-block-170 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 325px;
  }

  #lp-pom-block-189 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 858px;
  }

  #lp-pom-block-12 .lp-pom-block-content {
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    height: 38px;
  }

  #container_first_name {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 287px;
    height: 47px;
  }

  .lp-pom-form-field .ub-input-item.single.form_elem_first_name {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 287px;
    height: 47px;
  }

  #container_work_email {
    position: absolute;
    top: 69px;
    left: 0px;
    width: 287px;
    height: 47px;
  }

  .lp-pom-form-field .ub-input-item.single.form_elem_work_email {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 287px;
    height: 47px;
  }

  #lp-pom-button-56:hover {
    background-color: #f2315a;
    background: -webkit-linear-gradient(#f2315a, #f2315a);
    background: -o-linear-gradient(#f2315a, #f2315a);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2315a), to(#f2315a));
    background: linear-gradient(#f2315a, #f2315a);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }

  #lp-pom-button-56:active {
    background-color: #e6284e;
    background: -webkit-linear-gradient(#FF4070, #FF4070);
    background: -o-linear-gradient(#FF4070, #FF4070);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF4070), to(#FF4070));
    background: linear-gradient(#FF4070, #FF4070);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }

  #lp-pom-button-56 .label {
    margin-top: -10px;
  }

  #lp-pom-image-146 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 327px;
    height: 354px;
  }

  #lp-pom-image-146 .lp-pom-image-container img {
    width: 327px;
    height: 354px;
  }

  #lp-pom-image-182 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 327px;
    height: 354px;
  }

  #lp-pom-image-182 .lp-pom-image-container img {
    width: 327px;
    height: 354px;
  }

  #lp-pom-image-190 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-190 .lp-pom-image-container img {
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-194 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 339px;
    height: 367px;
  }

  #lp-pom-image-194 .lp-pom-image-container img {
    width: 339px;
    height: 367px;
  }

  #lp-pom-image-200 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 1198px;
    height: 84px;
  }

  #lp-pom-image-200 .lp-pom-image-container img {
    width: 1198px;
    height: 84px;
  }

  #lp-pom-image-206 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-206 .lp-pom-image-container img {
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-241 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-241 .lp-pom-image-container img {
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-243 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-243 .lp-pom-image-container img {
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-245 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-245 .lp-pom-image-container img {
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-247 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-247 .lp-pom-image-container img {
    width: 61px;
    height: 60px;
  }

  #lp-pom-button-263:hover {
    background-color: #f2315a;
    background: -webkit-linear-gradient(#f2315a, #f2315a);
    background: -o-linear-gradient(#f2315a, #f2315a);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2315a), to(#f2315a));
    background: linear-gradient(#f2315a, #f2315a);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }

  #lp-pom-button-263:active {
    background-color: #e6284e;
    background: -webkit-linear-gradient(#FF4070, #FF4070);
    background: -o-linear-gradient(#FF4070, #FF4070);
    background: -webkit-gradient(linear, left top, left bottom, from(#FF4070), to(#FF4070));
    background: linear-gradient(#FF4070, #FF4070);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
  }

  #lp-pom-button-263 .label {
    margin-top: 0px;
  }

  #lp-pom-image-264 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 82px;
    height: 22px;
  }

  #lp-pom-image-264 .lp-pom-image-container img {
    width: 82px;
    height: 22px;
  }

  #lp-pom-image-272 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-272 .lp-pom-image-container img {
    width: 49px;
    height: 29px;
  }

  #lp-pom-image-275 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-275 .lp-pom-image-container img {
    width: 61px;
    height: 60px;
  }

  #lp-pom-image-276 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 63px;
    height: 63px;
  }

  #lp-pom-image-276 .lp-pom-image-container img {
    width: 63px;
    height: 63px;
  }

  #lp-pom-image-282 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 516px;
    height: 556px;
  }

  #lp-pom-image-282 .lp-pom-image-container img {
    width: 516px;
    height: 556px;
  }

  #lp-pom-image-285 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 239px;
    height: 218px;
  }

  #lp-pom-image-285 .lp-pom-image-container img {
    width: 239px;
    height: 218px;
  }

  #lp-pom-image-286 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 234px;
    height: 305px;
  }

  #lp-pom-image-286 .lp-pom-image-container img {
    width: 234px;
    height: 305px;
  }

  #lp-pom-image-302 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 700px;
    height: 498px;
  }

  #lp-pom-image-302 .lp-pom-image-container img {
    width: 700px;
    height: 498px;
  }

  #lp-pom-image-306 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 638px;
    height: 456px;
  }

  #lp-pom-image-306 .lp-pom-image-container img {
    width: 638px;
    height: 456px;
  }

  #lp-pom-image-307 .lp-pom-image-container {
    border-style: none;
    border-radius: 0px;
    width: 219px;
    height: 305px;
  }

  #lp-pom-image-307 .lp-pom-image-container img {
    width: 219px;
    height: 305px;
  }

  #lp-pom-root-color-overlay {
    position: absolute;
    background: none;
    top: 0;
    width: 100%;
    height: 2493px;
    min-height: 100%;
  }

  #lp-pom-block-8-color-overlay {
    position: absolute;
    background: none;
    height: 0px;
    width: 100%;
  }

  #lp-pom-block-9-color-overlay {
    position: absolute;
    background: none;
    height: 319px;
    width: 100%;
  }

  #lp-pom-block-153-color-overlay {
    position: absolute;
    background: none;
    height: 515px;
    width: 100%;
  }

  #lp-pom-block-167-color-overlay {
    position: absolute;
    background: none;
    height: 360px;
    width: 100%;
  }

  #lp-pom-block-171-color-overlay {
    position: absolute;
    background: none;
    height: 283px;
    width: 100%;
  }

  #lp-pom-block-181-color-overlay {
    position: absolute;
    background: none;
    height: 307px;
    width: 320px;
  }

  #lp-pom-block-170-color-overlay {
    position: absolute;
    background: rgba(255, 255, 255, 0);
    height: 325px;
    width: 100%;
  }

  #lp-pom-block-189-color-overlay {
    position: absolute;
    background: none;
    height: 858px;
    width: 100%;
  }

  #lp-pom-block-12-color-overlay {
    position: absolute;
    background: none;
    height: 38px;
    width: 100%;
  }

  #lp-pom-box-115-color-overlay {
    position: absolute;
    background: none;
    border-radius: 11px;
    height: 353px;
    width: 305px;
  }

  #lp-pom-box-254-color-overlay {
    position: absolute;
    background: none;
    height: 0px;
    width: 1198px;
  }

  #lp-pom-box-256-color-overlay {
    position: absolute;
    background: none;
    height: 98px;
    width: 598px;
  }

  #lp-pom-box-257-color-overlay {
    position: absolute;
    background: none;
    height: 98px;
    width: 6003px;
  }

  #lp-pom-box-258-color-overlay {
    position: absolute;
    background: none;
    height: 98px;
    width: 248px;
  }

  #lp-pom-box-259-color-overlay {
    position: absolute;
    background: none;
    height: 98px;
    width: 248px;
  }

  #lp-pom-box-260-color-overlay {
    position: absolute;
    background: none;
    height: 98px;
    width: 598px;
  }

  #lp-pom-box-280-color-overlay {
    position: absolute;
    background: none;
    height: 64px;
    width: 98px;
  }

  #lp-pom-box-289-color-overlay {
    position: absolute;
    background: none;
    border-radius: 103px;
    height: 143px;
    width: 143px;
  }

  #lp-pom-box-293-color-overlay {
    position: absolute;
    background: none;
    border-radius: 112px;
    height: 90px;
    width: 90px;
  }

  #lp-pom-box-296-color-overlay {
    position: absolute;
    background: none;
    border-radius: 112px;
    height: 45px;
    width: 45px;
  }

  #lp-pom-box-297-color-overlay {
    position: absolute;
    background: none;
    border-radius: 112px;
    height: 45px;
    width: 45px;
  }

  #lp-pom-box-298-color-overlay {
    position: absolute;
    background: none;
    height: 105px;
    width: 98px;
  }

  #lp-pom-box-303-color-overlay {
    position: absolute;
    background: none;
    height: 69px;
    width: 318px;
  }

  #lp-pom-box-312-color-overlay {
    position: absolute;
    background: none;
    height: 257px;
    width: 98px;
  }

  #lp-pom-form-55 {
    display: block;
    left: 9px;
    top: 80px;
    z-index: 42;
    width: 287px;
    height: 0px;
    position: absolute;
  }

  #lp-pom-form-55 .fields {
    margin: -11px;
  }

  #lp-pom-form-55 .lp-pom-form-field {
    position: absolute;
  }

  #lp-pom-form-55 .option {
    position: absolute;
  }

  #lp-pom-form-55 .optionsList {
    position: absolute;
  }

  #lp-pom-form-55 .lp-pom-form-field .single {
    height: 47px;
    font-size: 16px;
    line-height: 16px;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

  #lp-pom-form-55 .lp-pom-form-field select {
    height: 45px;
  }

  #lp-pom-form-55 .lp-pom-form-field .form_elem_multi {
    padding-top: 14px;
    padding-bottom: 15px;
  }

  #lp-pom-form-55 .lp-pom-form-field .lp-form-label {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 4px;
    width: auto;
    margin-right: 0px;
  }

  #lp-pom-form-55 .lp-pom-form-field .lp-form-label .label-style {
    font-weight: bolder;
    font-style: inherit;
  }

  #lp-pom-form-55 .lp-pom-form-field input[type=text],
  #lp-pom-form-55 .lp-pom-form-field input[type=email],
  #lp-pom-form-55 .lp-pom-form-field input[type=tel],
  #lp-pom-form-55 .lp-pom-form-field textarea,
  #lp-pom-form-55 .lp-pom-form-field select {
    border-style: solid;
    border-width: 1px;
    border-color: #A2A2A2;
  }

  #lp-pom-form-55 .lp-pom-form-field .opt-label {
    font-family: Lato;
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 16px;
  }

  #lp-pom-form-55 .lp-pom-form-field .opt-label .label-style {
    font-weight: inherit;
    font-style: inherit;
  }

  #lp-pom-form-55 .lp-pom-form-field .text {
    background-color: #fff;
    color: #666;
    border-radius: 4px;
    box-shadow: inset 0px 2px 3px #dddddd;
    -webkit-box-shadow: inset 0px 2px 3px #dddddd;
    -moz-box-shadow: inset 0px 2px 3px #dddddd;
  }
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.1), only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.0104166666666667), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 97/96), only screen and (max-width: 600px) and (min-resolution: 97dpi) {
  #lp-pom-block-170 {
    background-image: url(http://d9hhrg4mnvzow.cloudfront.net/landing.promo.com/ebook/52a011f5-logos-new_10h0i20xc0i201k00001o.jpg);
  }
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2.1), only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2.0104166666666665), only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 193/96), only screen and (max-width: 600px) and (min-resolution: 193dpi) {
  #lp-pom-block-170 {
    background-image: url(http://d9hhrg4mnvzow.cloudfront.net/landing.promo.com/ebook/52a011f5-logos-new_1iq0r31e00r302c00001o.jpg);
  }
}