body {
  transition: margin-top 0.3s ease-in-out;
}

body.no-tabbar.back-office {
  padding-top: 275px !important;
}

#subscribe,
#footer {
  display: none;
}

/*Hide close btn in the Signup and Login popup*/

.obw-pdf {
  padding-top: 24px;
}

.obw-pdf .obw-pdf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.obw-pdf .obw-pdf-header h1 {
  margin: 0;
  color: #191919;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}

.obw-pdf .pdf-download-button {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: #d3683e;
  padding: 0;
  width: 136px;
  height: 40px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.obw-pdf .obw-pdf-body img {
  width: 100%;
}

.obw-pdf .obw-pdf-body canvas {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.obw-pdf .obw-pdf-footer {
  display: none;
  position: relative;
}

.obw-pdf .obw-pdf-footer .pdf-download-button {
  width: 100%;
}

.obw-pdf .obw-pdf-footer .obw-pdf-buttons button {
  position: relative;
  z-index: 1;
}

.obw-pdf .obw-pdf-description {
  margin-bottom: 28px;
}

.obw-pdf .obw-pdf-description p {
  margin: 0;
}

.obw-pdf.has-overlay .obw-pdf-body {
  position: relative;
}

.obw-pdf.has-overlay .obw-pdf-body:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.0208333) 97.92%, rgba(196, 196, 196, 0) 100%);
  width: 100%;
  height: 250px;
  pointer-events: none;
  content: "";
}

.obw-pdf.has-overlay .obw-pdf-buttons {
  position: relative;
  z-index: 1;
}

.obw-pdf.show-half .obw-pdf-body-wrapper {
  height: 360px;
  overflow-y: auto;
}

.obw-pdf.is-not-loggin .obw-wrapper {
  position: relative;
}

.obw-pdf.is-not-loggin .obw-pdf-footer {
  display: block;
  padding: 40px 0;
  width: 100%;
  text-align: center;
}

.obw-pdf.is-not-loggin .obw-pdf-footer p {
  position: relative;
  z-index: 1;
  margin: 0;
  margin-bottom: 8px;
  padding: 0 20px;
  color: #767676;
  font-size: 14px;
  font-style: italic;
  line-height: 18px;
}

#header .main-navigation {
  transition: margin-top 0.3s ease-in-out;
}

#header .main-navigation.is-scrolldown {
  margin-top: -92px;
}

@media screen and (min-width: 768px) {
  .obw-pdf.is-not-loggin .obw-pdf-footer .pdf-download-button {
    max-width: 320px;
  }
}

@media screen and (min-width: 992px) {
  .obw-pdf .obw-wrapper {
    margin: 0 10vw;
  }
}

@media screen and (min-width: 1024px) and (max-height: 768px) {
  .obw-pdf {
    padding-top: 16px;
  }

  .obw-pdf.show-half .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .obw-pdf .obw-pdf-header h1 {
    line-height: 26px;
  }

  .obw-pdf .pdf-download-button {
    transition: all 0.3s ease-in-out;
  }

  .obw-pdf .pdf-download-button:hover {
    background-color: #c4491b;
  }

  #header .main-navigation.is-scrolldown {
    margin-top: -98px;
  }
}

@media screen and (min-width: 1280px) and (max-height: 800px) {
  .obw-pdf {
    padding-top: 16px;
  }

  .obw-pdf.show-half .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) and (max-height: 720px) {
  .obw-pdf {
    padding-top: 16px;
  }

  .obw-pdf.show-half .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1360px) and (max-height: 768px) {
  .obw-pdf {
    padding-top: 16px;
  }

  .obw-pdf.show-half .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1366px) and (max-height: 768px) {
  .obw-pdf {
    padding-top: 16px;
  }

  .obw-pdf.show-half .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .obw-pdf {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .obw-pdf.is-not-loggin .obw-pdf-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
  }

  .obw-pdf .obw-pdf-header h1 {
    line-height: 26px;
  }

  .obw-pdf .obw-pdf-description p {
    font-size: 14px;
    line-height: 20px;
  }

  .obw-pdf .obw-pdf-footer {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .obw-pdf {
    padding-bottom: 100px;
  }

  .obw-pdf.show-half .obw-pdf-body-wrapper {
    height: 537px;
  }
}

@media screen and (max-width: 575px) {
  .obw-pdf.is-not-loggin .obw-pdf-footer p {
    padding: 0 15px;
  }
}
