*,
*::before,
*::after {
  box-sizing: inherit;
}
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
input,
select {
  overflow: visible;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
img {
  vertical-align: middle;
}
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
label {
  display: inline-block;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  resize: vertical;
  overflow: auto;
}
[hidden] {
  display: none !important;
}
.sf-display-none.sf-display-none {
  display: block;
}
.nomark,
label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body[class^='icon-'] {
  overflow: hidden;
}
body.open-modal-step1 .modal-step1,
body.open-modal-step2 .modal-step2,
body.open-modal-step3 .modal-step3,
body.open-modal-before-step2 .modal-before-step2 {
  display: block;
}
.page-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #21242e;
  background: rgba(33, 36, 46, 0.8);
  z-index: 999;
  overflow: auto;
  display: none;
}
.page-modal .close-modal-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-modal .modal-container {
  padding: 10%;
}
.page-modal .modal-main {
  max-width: 700px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
.page-modal .main-modal-header {
  margin-bottom: 20px;
}
.page-modal .warning-message {
  color: red;
  padding: 0 0 10px;
  font-size: 20px;
  text-align: center;
}
.page-modal .modal-title {
  text-align: center;
  font-size: 35px;
  font-weight: 900;
  color: #2e313f;
}
.page-modal .modal-title .step {
  display: block;
  color: #808e9e;
}
.page-modal .main-form .input {
  border: 1px solid #ccc;
  font-size: 24px;
  padding: 5px 20px;
  font-weight: 100;
  line-height: 24px;
  width: 100%;
  outline: none;
}
.page-modal .main-form .input:focus {
  box-shadow: inset 0 0 2px #ffde38;
  border-color: #ffde38;
}
.page-modal .button {
  border: none;
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
}
.page-modal .button-solid-secondary {
  background-color: #808e9e;
  color: #000000;
}
.page-modal .button-solid-secondary:hover {
  background-color: #667485;
}
.page-modal.modal-step2 .modal-main {
  max-width: 830px;
}
.page-modal.modal-step2 .modal-title {
  font-size: 30px;
}
.page-modal.modal-step2 .button {
  max-width: 600px;
  margin: 20px auto 0;
}
.page-modal.modal-step3 .modal-main {
  max-width: 830px;
}
.page-modal.modal-step3 .modal-title {
  font-size: 30px;
}
.page-modal.modal-step3 .button {
  max-width: 600px;
  margin: 20px auto 0;
}
.page-modal.modal-step3 .offer-text-warning {
  color: #ec1e00;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
  margin-top: 10px;
}
.page-modal.modal-step2-paleo .item-2 .modal-title {
  max-width: 600px;
}
.page-modal .cover {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 35px auto;
  display: block;
}
.page-modal .or-container {
  position: relative;
  text-align: center;
  margin: 20px auto;
}
.page-modal .or-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: grey;
}
.page-modal .or-text {
  font-size: 30px;
  font-weight: bold;
  color: grey;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 20px;
}
.page-modal .btn-send-text {
  position: relative;
}
.page-modal .btn-send-text:before {
  content: "...";
  position: absolute;
  left: 100%;
  bottom: 0;
  overflow: hidden;
  width: 0;
  animation: pills 1s steps(1, end) both infinite;
  display: none;
}
.page-modal .text-animation .btn-send-text:before {
  display: block;
}
@media (max-width: 820px) {
  .page-modal .modal-main {
    margin-top: 5%;
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  .page-modal .modal-main {
    border-radius: 0;
    margin: 5% auto 100px;
  }
  .page-modal .modal-container {
    padding: 5% 10px;
    max-width: 500px;
    margin: auto;
  }
  .page-modal.modal-step2 .modal-title,
  .page-modal.modal-step3 .modal-title {
    font-size: 21px;
  }
  .page-modal.modal-step2 .offer-text-warning,
  .page-modal.modal-step3 .offer-text-warning {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .page-modal .modal-title {
    font-size: 24px;
  }
  .page-modal .main-form .input {
    font-size: 16px;
  }
  .page-modal .button {
    font-size: 16px;
  }
  .page-modal.modal-step3 .offer-text-warning {
    font-size: 17px;
  }
}
@keyframes pills {
  0% {
    width: 0;
  }
  25% {
    width: calc(18px - 12px);
  }
  50% {
    width: calc(18px - 6px);
  }
  75% {
    width: 18px;
  }
  100% {
    width: 18px;
  }
}
.gradient {
  background: #f6f8fc;
  background: -moz-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f8fc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fc', endColorstr='#ffffff', GradientType=0);
}
.page-modal .button {
  border-radius: 0;
}
.page-modal .button-solid-primary {
  background-color: #d95726;
}
.page-modal .button-solid-primary:hover {
  background-color: #ae461e;
}
html {
  font-family: sans-serif;
}
.wf-loading * {
  color: transparent !important;
}
.wf-active {
  font-family: 'Roboto', sans-serif;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-wrapper .disable-click {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 40px;
}
.freebook__ps--html .button {
  border-radius: 4px;
  width: 100%;
  display: block;
  padding: 16px 10px;
}
.freebook__ps--html .button:hover {
  text-decoration: none;
}
.button-solid-primary {
  color: #000000;
  background-color: #333745;
}
.button-solid-primary:hover {
  background-color: #1d2028;
}
.weight-regular {
  font-weight: 400;
}
.weight-bold {
  font-weight: 700;
}
.weight-black {
  font-weight: 900;
}
.italics {
  font-style: italic;
}
.inline-block {
  display: inline-block;
}
.underline {
  text-decoration: underline;
}
.page-section {
  overflow: hidden;
}
.brand-new {
  background: #f6f8fc;
  background: -moz-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f8fc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fc', endColorstr='#ffffff', GradientType=0);
  padding: 55px 0;
}
.brand-new h2 {
  color: #241f20;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.13;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 770px;
}
.brand-new h2 .blue {
  color: #e79348;
}
.brand-new .main-p {
  text-align: center;
  line-height: 1.7;
  padding: 22px 0 0;
  max-width: 760px;
  margin: auto;
  color: #241f20;
  font-size: 18px;
  font-weight: 400;
}
.brand-new .paint-bg {
  display: inline-block;
  width: 291px;
  background: url("../images/freebook-bb/bg-paint-2@2x.png") no-repeat center;
  background-size: 291px 69px;
  color: #fefefe;
  text-align: left;
  padding-left: 10px;
  font-size: 42px;
  font-style: italic;
  text-transform: uppercase;
}
.brand-new .img-1 {
  z-index: 3;
  position: relative;
}
.brand-new .border {
  position: relative;
  display: inline-block;
}
.brand-new .border-radius {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px dashed #49505d;
  border-radius: 50%;
  z-index: 1;
}
.brand-new .img-2 {
  z-index: 2;
  position: absolute;
  bottom: -122px;
  right: -7px;
}
.brand-new .flex {
  display: flex;
  padding-top: 30px;
}
.brand-new .left {
  min-height: 510px;
  flex: 1 0 auto;
}
.brand-new .right {
  flex: 1 1 auto;
}
@media (max-width: 1023px) {
  .brand-new .img-1 {
    max-width: 340px;
  }
  .brand-new .left {
    min-height: 460px;
  }
  .brand-new .check {
    padding-left: 20px;
  }
  .brand-new .check li {
    background-size: 50px;
    padding-left: 60px;
    font-size: 15px;
    min-height: 50px;
    margin-top: 30px;
  }
  .brand-new .check li:first-child {
    margin-top: 0;
  }
  .brand-new .check li .text {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .brand-new h2 {
    line-height: 1.1;
  }
  .brand-new .paint-bg {
    line-height: 69px;
    display: block;
    margin: auto;
  }
  .brand-new .img-1 {
    width: 100%;
    max-width: 270px;
  }
  .brand-new .img-2 {
    display: none;
  }
  .brand-new .flex {
    display: block;
    text-align: center;
  }
  .brand-new .check {
    padding-left: 10px;
  }
  .brand-new .check li {
    background-size: 35px;
    padding-left: 40px;
    font-size: 14px;
  }
  .brand-new .check li .text {
    font-size: 18px;
  }
  .brand-new .border {
    width: 100%;
    max-width: 280px;
  }
  .brand-new.brand-new-1 .left,
  .brand-new.brand-new-3 .left {
    min-height: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .brand-new.brand-new-1 .right,
  .brand-new.brand-new-3 .right {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 366px;
  }
  .brand-new.brand-new-2 .right {
    min-height: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: auto;
  }
  .brand-new.brand-new-2 .left {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    max-width: 366px;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .brand-new {
    padding: 30px 0;
  }
  .brand-new h2 {
    font-size: 20px;
  }
  .brand-new .paint-bg {
    font-size: 27px;
    background-size: contain;
    width: 187px;
    line-height: 45px;
  }
  .brand-new .flex {
    padding-top: 20px;
  }
  .brand-new .right {
    margin-top: 20px;
  }
  .brand-new .check {
    padding: 0;
    margin: auto;
  }
  .brand-new .check li {
    background: none;
    padding: 0;
    font-size: 14px;
    min-height: 0;
    margin-top: 20px;
  }
  .brand-new .check li:first-child {
    margin-top: 0;
  }
  .brand-new .check li .text {
    font-size: 16px;
  }
}
.brand-new-1 .img-2 {
  z-index: 1;
  bottom: -210px;
  right: 80px;
}
.brand-new-1 .flex {
  padding-top: 0;
  margin-top: -20px;
}
.brand-new-1 .left {
  margin-left: -50px;
  display: flex;
  align-items: flex-start;
}
.brand-new-1 .right {
  margin-top: 60px;
  margin-left: -50px;
}
@media (max-width: 1440px) {
  .brand-new-1 .img-1 {
    width: 500px;
  }
  .brand-new-1 .left {
    margin-left: 40px;
    margin-top: 110px;
  }
  .brand-new-1 .img-2 {
    z-index: 2;
    bottom: -100px;
    right: 150px;
    width: 400px;
  }
}
@media (max-width: 1023px) {
  .brand-new-1 h2 br {
    display: none;
  }
  .brand-new-1 .left {
    margin-top: 80px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .brand-new-1 .flex {
    margin-top: 20px;
  }
  .brand-new-1 .left {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
  }
  .brand-new-1 .right {
    margin-left: 0;
    margin-top: 16px;
  }
}
.brand-new-2 .flex {
  padding-top: 0;
}
.brand-new-2 .left {
  min-height: 0;
  max-width: 730px;
}
.brand-new-2 .right {
  margin-bottom: 100px;
  margin-right: -255px;
  min-height: 520px;
  text-align: right;
  display: flex;
  align-items: flex-end;
}
.brand-new-2 .border-radius {
  border-color: #fff;
}
.brand-new-2 .img-1 {
  top: -260px;
}
.brand-new-2 .img-2 {
  right: auto;
  left: 100px;
  top: 100px;
  z-index: 4;
}
@media (max-width: 1440px) {
  .brand-new-2 .img-1 {
    top: 0;
    left: -60px;
  }
  .brand-new-2 .right {
    margin-bottom: 0;
    margin-top: -70px;
    margin-left: 60px;
    text-align: left;
    align-items: flex-start;
  }
  .brand-new-2 .img-2 {
    z-index: 4;
    top: 430px;
    left: 80px;
    max-width: 330px;
  }
}
@media (max-width: 1023px) {
  .brand-new-2 .left {
    max-width: 500px;
  }
  .brand-new-2 .check li {
    background-size: 50px;
    padding-left: 60px;
    font-size: 15px;
    min-height: 50px;
    margin-top: 30px;
  }
  .brand-new-2 .img-2 {
    top: 200px;
    left: 10px;
  }
}
@media (max-width: 767px) {
  .brand-new-2 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .brand-new-2 .check li {
    background-size: 35px;
    padding-left: 40px;
    font-size: 14px;
  }
  .brand-new-2 .left {
    margin-top: 0;
    margin-left: 0;
  }
  .brand-new-2 .right {
    margin-left: 0;
  }
  .brand-new-2 .img-1 {
    left: 0;
  }
}
@media (max-width: 619px) {
  .brand-new-2 .flex {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .brand-new-2 .check li {
    background-image: none;
    background: 0 0;
    padding: 0;
    font-size: 14px;
    min-height: 0;
    margin-top: 20px;
  }
  .brand-new-2 .flex {
    display: flex;
    flex-direction: column;
  }
  .brand-new-2 .left {
    order: 2;
    margin-top: 20px;
  }
  .brand-new-2 .right {
    order: 1;
  }
}
.brand-new-3 .img-2 {
  z-index: 4;
  right: -90px;
  bottom: -230px;
}
.brand-new-3 .flex {
  padding-top: 0;
}
.brand-new-3 .left {
  margin-left: -180px;
  margin-top: -80px;
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .brand-new-3 .img-1 {
    width: 400px;
  }
  .brand-new-3 .left {
    margin-left: -100px;
    margin-top: 0;
  }
  .brand-new-3 .right {
    margin-left: 20px;
  }
  .brand-new-3 .img-2 {
    z-index: 4;
    top: auto;
    bottom: -290px;
    right: -90px;
  }
}
@media (max-width: 1023px) {
  .brand-new-3 {
    margin-bottom: 100px;
  }
  .brand-new-3 .left {
    margin-top: -60px;
  }
  .brand-new-3 .right {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .brand-new-3 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .brand-new-3 .left {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .brand-new-3 .right {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .brand-new-3 .flex {
    margin-top: 0;
  }
  .brand-new-3 .check {
    padding: 0;
  }
}
.eat-love {
  overflow: hidden;
  background: #f6f8fc;
  background: -moz-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f8fc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fc', endColorstr='#ffffff', GradientType=0);
}
.eat-love .container {
  position: relative;
}
.eat-love .bg {
  padding: 16px 0;
  background-color: #241f20;
  background-size: 1920px 151px;
  position: relative;
  z-index: 1;
}
.eat-love .bg:before {
  content: "";
  background: transparent resolve("freebook-kbg-bg-paint-2.png") no-repeat bottom center;
  position: absolute;
  width: width("freebook-kbg-bg-paint-2.png");
  height: height("freebook-kbg-bg-paint-2.png");
  left: 50%;
  bottom: -20px;
  z-index: -1;
  transform: translateX(-50%);
}
.eat-love h2 {
  font-size: 42px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  color: #e79449;
}
.eat-love h2 .color {
  color: #fff;
  display: block;
  font-size: 32px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.eat-love p {
  max-width: 650px;
  color: #333745;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 34px;
  margin-right: 0;
  margin-left: 0;
}
.eat-love p:first-child {
  margin-top: 0;
}
.eat-love .text {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 1023px) {
  .eat-love .text {
    padding: 70px 0;
  }
}
.eat-love .bg-main {
  position: absolute;
  bottom: 0;
  right: -140px;
}
.eat-love .bg-main-mobile {
  display: none;
}
@media (max-width: 1023px) {
  .eat-love .bg-main {
    display: none;
  }
  .eat-love p {
    max-width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .eat-love .bg {
    padding: 14px 0;
    margin-bottom: 20px;
  }
  .eat-love h2 {
    font-size: 23px;
  }
  .eat-love h2 .color {
    font-size: 30px;
  }
  .eat-love .text {
    padding: 40px 0 70px;
  }
  .eat-love p {
    margin-left: auto;
    margin-top: 20px;
    max-width: 100%;
  }
  .eat-love p:first-child {
    margin-top: 0;
  }
}
@media (max-width: 479px) {
  .eat-love h2 {
    font-size: 16px;
  }
  .eat-love h2 .color {
    display: inline;
    font-size: 16px;
  }
  .eat-love .text {
    padding: 10px 0;
  }
  .eat-love p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.section-1 {
  background-color: #fafafa;
}
.section-1 .cover {
  max-width: 100%;
  display: block;
  margin: auto;
}
.section-1 h2 {
  padding: 50px 0 30px;
  font-size: 35px;
  font-weight: 900;
  color: #333745;
  text-align: center;
  max-width: 840px;
}
.section-1 h2 .color {
  color: #1e879a;
}
@media (max-width: 767px) {
  .section-1 h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .section-1 h2 {
    font-size: 16px;
  }
}
.testimonials {
  background: #f6f8fc;
  background: -moz-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6f8fc), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, #f6f8fc 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f6f8fc 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f8fc', endColorstr='#ffffff', GradientType=0);
  text-align: center;
  padding: 50px 0;
}
.testimonials h2 {
  font-size: 35px;
  font-weight: 900;
  color: #2e313f;
}
.testimonials h2 .color {
  color: #808e9e;
  display: block;
}
.testimonials .headline-3 {
  display: inline-block;
  background: resolve("freebook-eik-bg-paint.png") no-repeat center;
  background-size: contain;
  max-width: 496px;
  width: 100%;
  font-size: 35px;
  font-weight: 900;
  padding: 30px 0 30px 35px;
  margin: -40px auto 25px;
  position: relative;
  color: #fff;
  text-align: left;
}
.testimonials p {
  max-width: 910px;
  color: #333745;
  font-weight: 400;
  margin: auto;
}
.testimonials .button {
  max-width: 650px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 0;
  margin: 35px auto 25px;
  background-color: #d95726;
}
.testimonials .button:hover {
  background-color: #ae461e;
}
.testimonials .free-book {
  color: #333745;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  text-decoration: underline;
}
.testimonials .shipping-handling {
  font-size: 20px;
  padding-top: 10px;
}
.testimonials .paragraph-1--1 {
  margin-top: -20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonials h2 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .testimonials {
    padding: 30px 0;
  }
  .testimonials h2 {
    font-size: 16px;
  }
  .testimonials .headline-3 {
    background-size: contain;
    width: 305px;
    font-size: 22px;
    padding: 20px 0;
    text-align: center;
  }
  .testimonials p {
    font-size: 14px;
    line-height: 1.7;
  }
  .testimonials .button {
    padding: 16px 14px;
  }
}
.page-footer {
  background: #262626;
  padding: 40px 0 30px;
  text-align: center;
}
.page-footer p {
  color: #818181;
  font-size: 10px;
  font-weight: 400;
  margin-top: 20px;
}
.page-footer p:first-child {
  margin-top: 0;
}
.page-footer .nav {
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.page-footer li {
  display: inline-block;
  margin-left: 20px;
}
.page-footer li:first-child {
  margin-left: 0;
}
.page-footer .copy,
.page-footer a {
  color: rgba(250, 250, 250, 0.26);
  font-size: 18px;
  line-height: 1.33;
  font-weight: 400;
}
.page-footer .copy {
  font-weight: 400;
  text-align: center;
}
.page-footer .copy a {
  font-weight: 400;
}
@media (max-width: 479px) {
  .page-footer {
    text-align: center;
  }
  .page-footer .copy,
  .page-footer a {
    font-size: 11px;
  }
  .page-footer li {
    margin-left: 10px;
  }
  .page-footer li:first-child {
    margin-left: 0;
  }
}
.flip-container .flipper {
  max-width: 360px;
}
.box {
  margin-top: -46vh;
  padding: 10px 20px;
}
.box #warning-message {
  color: red;
  font-size: 30px;
  margin: 10px 0 -20px;
}
.box .button-primary,
.box .button-secondary {
  text-shadow: none;
  box-shadow: none;
}
.box .button-primary {
  font-size: 24px;
  font-weight: 700;
  padding: 17px 5px;
  margin-top: 20px;
}
.box .box-footer {
  margin-top: 20px;
  font-size: 0;
}
.box .box-footer .item {
  display: inline-block;
  vertical-align: middle;
}
.box .secure-icon {
  padding: 0 20px;
  width: 99px;
}
.box .secure-text {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.box .secure-text .special {
  color: #ea504a;
  font-size: 18px;
  font-weight: 700;
  display: block;
}
@media (max-width: 500px) {
  .box .main-headline {
    font-size: 21px;
  }
  .box .main-headline .special {
    display: inline;
  }
  .box .main-form {
    margin-top: 10px;
  }
  .box .button {
    font-size: 14px;
  }
  .box .input-text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {
  .box {
    margin-top: -37vh;
    font-size: 14px;
  }
  .box p {
    margin-top: 10px;
  }
  .box .secure-icon {
    width: 69px;
    padding: 0 10px;
  }
  .box .button-primary {
    font-size: 18px;
  }
}
@media (max-width: 390px) {
  .box {
    margin-top: -70%;
  }
}
.page-2-container,
.page-3-container {
  width: auto;
}
.page-2-container .box,
.page-3-container .box {
  width: 360px;
  padding: 10px 20px 20px;
}
@media (max-width: 500px) {
  .page-2-container .box,
  .page-3-container .box {
    width: 100%;
  }
}
.page-2-container .main-headline {
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.page-2-container .main-headline .special {
  display: block;
}
.page-2-container .button-primary {
  margin-top: 10px;
  font-size: 21px;
}
@media (max-width: 500px) {
  .page-2-container .box .button-primary {
    font-size: 14px;
  }
  .page-2-container .box .main-headline {
    font-size: 30px;
  }
}
.flip-container .page {
  width: 100%;
}
.page-header {
  text-align: center;
  background: #fff resolve("freebook-eik-header-background.jpg") no-repeat bottom center;
  background-size: 1920px auto;
  min-height: 801px;
  padding: 30px 0 40px;
  margin: auto;
  border: none;
}
.page-header .display-inline-block {
  display: inline-block;
}
.page-header p {
  margin: auto;
}
.page-header .cover {
  max-width: 175px;
}
.page-header h1 {
  color: #241f20;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.56;
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
}
.page-header .paint-bg {
  display: inline-block;
  width: 155px;
  background: resolve("freebook-stk-header-paint-bg.png") no-repeat center;
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
}
.page-header h2 {
  color: #241f20;
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  font-family: Roboto, sans-serif;
  max-width: 690px;
  margin: auto;
}
.page-header .under-h2 {
  color: #1e879a;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  font-style: italic;
  max-width: 360px;
}
.page-header .under-h2 .weight-semibold {
  font-weight: 500;
  font-style: normal;
}
.page-header .paragraph-1 {
  color: #333333;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 20px;
  max-width: 420px;
}
.page-header .img-cover {
  max-width: 502px;
  margin-top: -30px;
  margin-left: -50px;
  margin-right: 50px;
}
.page-header .flex {
  text-align: center;
  margin-top: 45px;
  font-size: 0;
}
.page-header .button {
  border-radius: 4px;
  width: 100%;
  display: block;
  padding: 16px 10px;
}
.page-header .button:hover {
  text-decoration: none;
}
.page-header .button-solid-primary {
  color: #ffffff;
  background-color: #d95726;
  border-radius: 0;
}
.page-header .button-solid-primary:hover {
  background-color: #ae461e;
}
.page-header .box-not h2 {
  color: #241f20;
  font-size: 38px;
  font-weight: 300;
}
.page-header .box-not .under-h2 {
  color: #e79449;
  font-size: 25px;
  font-weight: 400;
}
.page-header .flex-left {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  min-width: 450px;
  margin-top: 20px;
}
.page-header .flex-left .box {
  max-width: 360px;
  margin: auto;
  padding: 25px 15px 20px;
  border-radius: 15px;
  background-color: #212121;
  background-color: rgba(33, 33, 33, 0.9);
}
.page-header .flex-left .button {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin: 40px auto 40px;
  max-width: 385px;
}
.page-header .flex-left .paragraph-1.paragraph-1--1 {
  margin-top: -30px;
  margin-bottom: 20px;
}
.page-header .flex-right {
  display: inline;
  vertical-align: top;
  text-align: center;
  margin-left: -80px;
}
.page-header .flex-right .button {
  font-size: 20px;
  font-weight: 700;
}
.page-header .flex-right h2 {
  font-size: 30px;
  line-height: 1.1;
}
.page-header .flex-right .weight-bold {
  font-style: italic;
}
.page-header .flex-right .weight-regular {
  display: block;
  font-style: normal;
}
.page-header .flex-right .cover {
  padding: 12px 0 14px;
}
.page-header .secure .left,
.page-header .secure .middle,
.page-header .secure .right {
  display: inline-block;
  vertical-align: middle;
}
.page-header .secure .middle {
  margin: 0 20px;
  max-width: 64px;
  height: auto;
}
.page-header .secure-text {
  color: #2b2b2b;
  font-size: 31px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  line-height: 1.1;
}
.page-header .secure-text .color-primary {
  color: #4b3853;
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.page-header .shipping-handling {
  color: #fff;
  font-size: 20px;
  padding-top: 10px;
}
.page-header .t-i {
  font-style: italic;
}
.page-header--header {
  color: #4b3853;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .page-header {
    min-height: 780px;
  }
  .page-header .img-cover {
    max-width: 448px;
  }
}
@media (max-width: 1440px) {
  .page-header {
    background-position: bottom -25px left 50%;
    min-height: 620px;
  }
  .page-header .img-cover {
    max-width: 361px;
    margin: -10px 50px 0 0;
  }
  .page-header .flex {
    margin-top: 25px;
  }
  .page-header .flex-left {
    margin-top: 0;
  }
  .page-header .flex-left .button {
    margin: 20px auto;
  }
  .page-header .flex-left .under-h2 {
    margin: 10px auto;
  }
  .page-header .flex-left .paragraph-1 {
    margin-top: 26px;
  }
  .page-header .flex-left .paragraph-1.paragraph-1--1 {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1280px) {
  .page-header {
    background-size: 1650px auto;
    background-position: bottom 0 left 50%;
    min-height: 0;
  }
  .page-header h1 {
    line-height: 1.2;
  }
  .page-header h2 {
    line-height: 1.1;
    font-size: 25px;
    padding-bottom: 20px;
  }
  .page-header .img-cover {
    max-width: 350px;
  }
  .page-header .flex {
    margin-top: 15px;
  }
  .page-header .flex-right {
    margin-left: 20px;
  }
  .page-header .flex-left {
    margin-top: 10px;
  }
  .page-header .flex-left .button {
    margin: 24px auto 15px;
  }
  .page-header .flex-left h2 {
    padding-bottom: 0;
  }
  .page-header .flex-left .under-h2 {
    margin: 14px auto 0;
  }
  .page-header .flex-left .paragraph-1 {
    margin-top: 23px;
  }
}
@media (max-width: 1023px) {
  .page-header {
    background-position: bottom 0 left 55%;
    overflow: hidden;
    min-height: 540px;
  }
  .page-header h2 {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .page-header .img-cover {
    max-width: 310px;
    margin: 0 0 0 -20px;
  }
  .page-header .flex-left {
    min-width: 0;
    padding: 0 10px;
    margin-top: 10px;
  }
  .page-header .flex-left .button {
    font-size: 17px;
    padding: 14px 10px;
    margin: 15px auto;
  }
  .page-header .flex-left .under-h2 {
    margin: 8px auto 0;
  }
  .page-header .flex-left .paragraph-1 {
    margin-top: 18px;
  }
  .page-header .flex-right {
    max-width: 380px;
    margin-left: -20px;
  }
  .page-header .flex-right h2 {
    font-size: 27px;
  }
  .page-header .flex-right .under-h2 {
    font-size: 18px;
  }
  .page-header .flex-right .cover {
    padding: 10px 0;
  }
  .page-header .flex-right .button {
    font-size: 17px;
    padding: 14px 10px;
  }
  .page-header .flex-right .middle {
    margin: 0 5px;
    max-width: 48px;
  }
  .page-header .secure {
    margin-top: 10px;
  }
  .page-header .secure-text {
    font-size: 25px;
  }
  .page-header .secure-text .color-primary {
    font-size: 18px;
  }
}
@media (max-width: 920px) and (min-width: 768px) {
  .page-header .flex-right .cover {
    max-height: 22vw;
  }
}
@media (max-width: 767px) {
  .page-header {
    background-image: resolve("freebook-eik-header-background-mobile.jpg");
    background-size: cover;
    overflow: hidden;
    background-position: center;
  }
  .page-header .paragraph-1 {
    font-size: 14px;
  }
  .page-header h1 {
    font-size: 23px;
  }
  .page-header h2 {
    font-size: 28px;
  }
  .page-header .paint-bg {
    margin: auto;
    font-size: 23px;
    width: 119px;
    background-size: contain;
  }
  .page-header .flex {
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
  }
  .page-header .flex-left {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
  .page-header .flex-left .button {
    font-size: 22px;
  }
  .page-header .flex-left h2 {
    font-size: 26px;
  }
  .page-header .flex-left .under-h2 {
    font-size: 22px;
  }
  .page-header .img-cover {
    margin: auto;
    width: 100%;
    height: auto;
    min-width: 0;
    max-width: 200px;
  }
  .page-header .flex-right {
    margin-top: 20px;
    font-size: 0;
    margin-left: -60px;
  }
  .page-header .flex-right .cover {
    max-height: none;
    max-width: 180px;
    padding: 20px 0;
  }
  .page-header .flex-right .button {
    font-size: 0;
    max-width: 290px;
    margin: auto;
  }
  .page-header .flex-right .button:before {
    content: "Send Me My FREE Diabetes Cookbook Now!";
    color: #fff;
    font-size: 22px;
  }
  .page-header .flex-right .middle {
    margin: 0 10px;
    max-width: none;
  }
  .page-header .tablet {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
  }
}
@media (max-width: 479px) {
  .page-header .flex-left .button {
    font-size: 19px;
  }
  .page-header .paint-bg {
    display: block;
    font-size: 20px;
    width: 108px;
  }
  .page-header h1 {
    font-size: 20px;
  }
  .page-header h2 {
    font-size: 19px;
    line-height: 1.3;
  }
  .page-header .secure .middle {
    margin: 0 13px;
  }
}
.freebook__ps--html .or-container {
  width: 100%;
  height: auto;
  margin: 20px auto;
  display: inline-block;
}
.freebook__ps--html .line {
  width: 42%;
  float: left;
  height: 3px;
  background: grey;
  margin-top: 19px;
}
.freebook__ps--html .or-h {
  float: left;
  width: 16%;
  font-size: 30px;
  font-weight: bold;
  color: grey;
}
.freebook__ps--html .offer-text {
  color: #ec1e00;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}
.freebook__ps--html .warning {
  display: inline-block;
  margin: 30px auto;
}
.freebook__ps--html .cover {
  width: 100%;
  height: auto;
  max-width: 200px;
  margin: 35px auto;
}
.freebook__ps--html .video-wrapper {
  max-width: 711px;
  width: 100%;
  margin: auto;
  text-align: auto;
}
.freebook__ps--html #video {
  width: 100%;
  max-width: 711px;
}
.freebook__ps--html .orangebutton {
  max-width: 510px;
}
.freebook__ps--html .orangebutton:hover {
  color: #000000;
  text-decoration: none;
}
.freebook__ps--html .modal-step3 .modal-title {
  font-size: 29px;
}
.freebook__ps--html .main-modal-wrap {
  text-align: center;
}
.freebook__ps--html .remodal .modal-title {
  font-size: 25px;
}
.freebook__ps--html .button-solid-secondary-2 {
  background: #fec500;
}
.freebook__ps--html .button-solid-secondary-2:hover {
  background: #cb9d00;
}
.freebook__ps--html .button-solid-secondary-3 {
  background: #0ba739;
}
.freebook__ps--html .button-solid-secondary-3:hover {
  background: #087729;
}
.freebook__ps--html .modal-container {
  padding: 5%;
}
@media (max-width: 991px) {
  .freebook__ps--html a.button-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .freebook__ps--html .title {
    font-size: 20px;
    padding: 10px 0;
    margin: auto;
  }
  .freebook__ps--html .header-container {
    min-height: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .freebook__ps--html .modal-step3 .modal-title {
    font-size: 27px;
  }
  .freebook__ps--html .modal-step3 .offer-text {
    font-size: 27px;
  }
}
@media screen and (max-width: 580px) {
  .freebook__ps--html #fb-like {
    display: block !important;
    left: 0 !important;
    margin: auto !important;
    margin-top: 25px !important;
  }
  .freebook__ps--html #modal-bounce-content {
    text-align: center !important;
  }
}
@media (max-width: 479px) {
  .freebook__ps--html .hero h1 {
    font-size: 25px;
    margin: 10px auto;
  }
  .freebook__ps--html a.button-header {
    font-size: 36px;
    margin: 10px 0 20px;
  }
  .freebook__ps--html a.mobile-link-email {
    font-size: 34px;
  }
  .freebook__ps--html .row1sideblock h3 {
    font-size: 22px;
  }
  .freebook__ps--html ul.checks,
  .freebook__ps--html h2.li-headline {
    margin-left: -15px;
    margin-right: -15px;
  }
  .freebook__ps--html h2.li-headline {
    font-size: 22px;
  }
  .freebook__ps--html ul.checks li {
    line-height: 1.3;
    font-size: 17px;
    padding-left: 25px;
    background-size: 19px auto;
    background-position: 0 2px;
  }
  .freebook__ps--html .greybox h2 {
    margin-top: 0;
  }
  .freebook__ps--html .remodal {
    vertical-align: top;
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .freebook__ps--html .remodal input[type=text],
  .freebook__ps--html .remodal input[type=text]:focus {
    width: 100%;
  }
  .freebook__ps--html .step {
    display: block;
  }
  .freebook__ps--html .remodal .modal-title {
    font-size: 16px;
  }
  .freebook__ps--html .modal-step2 .button {
    margin-top: 10px;
  }
  .freebook__ps--html .modal-step3 .modal-title {
    font-size: 21px;
  }
  .freebook__ps--html .modal-step3 .offer-text {
    font-size: 17px;
  }
  .freebook__ps--html .or-container {
    margin: 10px auto;
  }
  .freebook__ps--html .or-h {
    font-size: 25px;
  }
  .freebook__ps--html .line {
    margin-top: 16px;
  }
  .freebook__ps--html .offer-text {
    font-size: 20px;
  }
  .freebook__ps--html .button {
    padding: 16px 5px;
    font-size: 15px;
  }
  .freebook__ps--html .page-modal .cover {
    max-width: 150px;
    margin: 20px auto 0;
  }
}
@media (max-height: 880px) and (min-width: 500px) {
  .freebook__ps--html .modal-container {
    padding: 3%;
  }
  .freebook__ps--html .page-modal.modal-step2 .button {
    margin-top: 10px;
    font-size: 20px;
    padding: 13px 10px;
  }
  .freebook__ps--html .offer-text {
    font-size: 25px;
  }
  .freebook__ps--html .cover {
    margin: 20px auto 0;
    max-width: 150px;
  }
  .freebook__ps--html .remodal .modal-title {
    font-size: 21px;
  }
}
.bg-free {
  background: #4b3853;
  padding: 40px 0;
}
.bg-free p {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  max-width: 650px;
  margin: auto;
}
@media (min-width: 1700px) {
  .flip-container .flipper {
    max-width: 480px;
  }
  .box {
    width: 500px;
  }
  .box p {
    font-size: 26px;
  }
  .box .main-paragraph {
    font-size: 20px;
  }
  .box .button-primary {
    font-size: 30px;
  }
  .box .secure-text {
    font-size: 30px;
  }
  .box .secure-text .special {
    font-size: 22px;
  }
  .box .secure-icon {
    width: 109px;
  }
  .box .warning {
    font-size: 26px;
  }
  .page-2-container .box {
    width: 500px;
  }
  .page-2-container .main-headline .special {
    display: inline-block;
  }
  .page-2-container .button-primary {
    font-size: 26px;
  }
  .page-2-container .button-secondary {
    font-size: 25px;
  }
  .page-3-container .box {
    width: 500px;
  }
}
.pop-a .modal-step-378 .item {
  padding: 0 5px;
  transition: all 500ms ease;
}
.pop-a .modal-step-378 .item:first-child {
  margin-bottom: -20px;
}
.pop-a .modal-step-378 .item:last-child {
  max-width: 420px;
  width: 100%;
}
.pop-a .modal-step-378 .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 -5px;
  padding-bottom: 20px;
  position: relative;
}
.pop-a .modal-step-378 .item-wrap .cover {
  margin: 0;
}
.pop-a .modal-step-378 .js-text {
  display: none;
}
.pop-a .modal-step-378 .js-action .item {
  max-width: 100%;
}
.pop-a .modal-step-378 .js-action .item:first-child {
  max-width: 0;
}
.pop-a .modal-step-378 .js-action .item-wrap {
  display: block;
}
@media (min-width: 480px) and (max-width: 767px) {
  .pop-a .modal-step-378 .modal-container {
    max-width: 100%;
    padding: 3%;
  }
  .pop-a .modal-step-378 .offer-text {
    font-size: 25px;
  }
  .pop-a .modal-step-378 .modal-title {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  .pop-a .modal-step-378 .modal-container {
    padding: 3%;
  }
  .pop-a .modal-step-378 .item {
    margin: 0;
    max-width: 100%;
  }
  .pop-a .modal-step-378 .item:first-child {
    margin: 0;
  }
  .pop-a .modal-step-378 .item-wrap {
    display: block;
    min-height: 0;
  }
  .pop-a .modal-step-378 .item-wrap .cover {
    margin: auto;
  }
  .pop-a .modal-step-378 .item-wrap .offer-text {
    margin-bottom: 20px;
  }
  .pop-a .modal-step-378 .item-wrap .modal-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
