.footer {
  padding-top: 57.8px;
  padding-bottom: 84.3px;
  background-color: #f7f7f7
}

.footer__cont {
  width: 789.256px;
  margin: 0 auto
}

.footer__flex,
.footer__nav {
  justify-content: space-between
}

.footer__nav li a {
  font-size: 18.0789px !important;
  font-weight: 700 !important;
  color: gray !important
}

.footer__flex {
  margin-top: 25.297px;
  padding: 14.4342px 14.4342px 12.0261px 21.051px;
  border-radius: 10px;
  background-color: #eaeaea;
  align-items: center;
  align-content: center
}

.footer__flex img {
  width: 211.7636px;
  min-width: 211.7636px;
  height: auto
}

.footer__disc,
.footer__flex p {
  text-align: justify;
  color: #b0b0b0;
  font-weight: 400
}

.footer__flex p {
  width: calc(100% - 226.2364px);
  font-size: 11.4287px
}

.footer__disc {
  margin-top: 22.867px;
  font-size: 11.4379px
}

.remainder {
  display: none
}

@media screen and (max-width:1100px) {
  .footer {
    padding-top: 4.81vw;
    padding-bottom: 7.02vw
  }

  .footer__cont {
    width: 65.79vw
  }

  .footer__nav li a {
    font-size: 1.5vw
  }

  .footer__flex {
    margin-top: 2.1vw;
    padding: 1.2vw 1.2vw 1vw 1.75vw;
    border-radius: .5vw
  }

  .footer__flex img {
    width: 17.65vw;
    min-width: 17.65vw
  }

  .footer__flex p {
    width: calc(100% - 18.85vw);
    font-size: .95vw
  }

  .footer__disc {
    margin-top: 1.9vw;
    font-size: .95vw
  }
}

@media screen and (max-width:767px) {
  .footer {
    padding-top: 9.26vw
  }

  .footer__cont {
    width: 89.01vw
  }

  .footer__nav li {
    margin: 0 1vw;
    margin-bottom: 2.57vw
  }

  .footer__nav li a {
    font-size: 3.86vw
  }

  .footer__flex {
    margin-top: .77vw;
    padding: 5.92vw 3.34vw 2.57vw;
    border-radius: 1.93vw;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: flex-start
  }

  .footer__flex img {
    width: 47.55vw;
    min-width: 47.55vw
  }

  .footer__flex p {
    width: 100%
  }

  .footer__disc,
  .footer__flex p {
    margin-top: 4.12vw;
    font-size: 3vw
  }
}

.mobile-only {
  display: none
}

@media screen and (max-width:767px) {
  .mobile-only {
    display: block
  }
}

.desktop-only {
  display: block
}

@media screen and (max-width:767px) {
  .desktop-only {
    display: none
  }
}

.desktop-only.headline img {
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 80%
}

.headline.mobile-only img {
  margin: 0 auto;
  display: block;
  width: 90%
}

.remainder.showed,
.section__bonuses,
.section__faq,
.section__money,
.section__products,
.section__qual,
.section__recom,
.section__reviews,
.section__second {
  /*display: none*/
}

@media screen and (max-width:767px) {
  .section__first {
    min-height: 100vh
  }
}

.button-shown .section__bonuses,
.button-shown .section__faq,
.button-shown .section__money,
.button-shown .section__products,
.button-shown .section__qual,
.button-shown .section__recom,
.button-shown .section__reviews,
.button-shown .section__second {
  display: block
}

@media screen and (max-width:767px) {
  .button-shown .remainder.showed {
    display: block
  }
}

.button-shown .section__featured,
.button-shown .section__reverenc {
  display: none
}

@media screen and (max-width:767px) {
  .button-shown .section__first {
    min-height: unset
  }

  .button-shown .footer {
    padding-bottom: 38.56vw !important
  }
}

@media screen and (min-width:767px) {
  .button-shown .section__first {
    height: auto;
    min-height: auto
  }
}

.button-shown .watch-section {
  display: none
}

@media screen and (max-width:767px) {
  #disclaimer-link {
    display: none
  }

  .referenc__coll ol {
    padding-left: 3vw
  }
}

.playbutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  z-index: 5
}

.playbutton-overlay svg {
  fill: hsl(var(--main-color-hue), var(--main-color-saturation), calc(var(--main-color-lightness) - 5%));
  width: 50%;
  margin: 14% auto
}

@media screen and (min-width:768px) {
  .video__unmut {
    max-width: 80%;
    max-height: 50%;
    margin: 12% auto 0
  }

  .video__unmut img {
    max-width: 80px
  }

  .video__unmut span {
    margin-top: 5px
  }
}

@media screen and (min-width:1500px) {
  .video__unmut span {
    font-size: 55em
  }
}

ul.footer__nav.flex {
  margin: 0 25px
}

.pausebutton-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: auto;
  z-index: 4
}

@media screen and (min-width:768px) {
  .fullscreen-video .first__video {
    border-radius: 0 !important;
    max-width: unset;
    height: 100vh;
    max-width: 177vh;
    border: 0;
    margin: 0 auto;
    background: #000
  }

  .fullscreen-video .first__video>div {
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width:768px) and (max-width:767px) {
  .fullscreen-video .first__video {
    height: 100vh;
    width: 100vw
  }

  @supports (-webkit-touch-callout:none) {
    .fullscreen-video .first__video {
      height: 90vh
    }
  }
}

@media screen and (min-width:768px) {
  .fullscreen-video .section__first {
    padding: 0;
    background: #000
  }

  .fullscreen-video .section__first .container {
    padding: 0
  }

  .fullscreen-video .section__first .container .headline {
    display: none !important
  }
}

@media screen and (min-width:768px) and (max-width:767px) {
  @supports (-webkit-touch-callout:none) {
    .fullscreen-video .section__first .container .headline.mobile-only {
      display: block !important;
      margin-bottom: 5.1469vw
    }
  }

  @supports (-webkit-touch-callout:none) {
    .fullscreen-video .section__first {
      padding: 5.1469vw 0
    }
  }
}

@media screen and (min-width:768px) {

  .fullscreen-video .left-video-image,
  .fullscreen-video .right-video-image {
    display: none
  }

  .fullscreen-video .feature-section {
    padding: 0
  }

  .fullscreen-video .feature-section .video-block .video {
    border-radius: 0
  }

  .fullscreen-video .feature-section .landing-only.mobile-only {
    display: none
  }

  .fullscreen-video .vsl-fold .vsl-fold__content {
    padding: 0;
    margin: 0 !important
  }

  .fullscreen-video .vsl-fold .container {
    padding: 0
  }

  .fullscreen-video #video {
    border-radius: 0 !important;
    width: 100vw;
    height: 100vh;
    border: 0 !important;
    background: #000
  }

  .fullscreen-video #video>div {
    top: 50%;
    transform: translateY(-50%)
  }
}

@media screen and (min-width:1100px) {
  .section__featured {
    padding-top: 37px;
    padding-bottom: 46px
  }

  .section__featured .featured__title {
    font-size: 36.8px
  }

  .section__featured .featured__list {
    margin-top: 35px
  }

  .section__featured .featured__list li {
    margin: 0 36px
  }

  .section__featured .featured__list li img {
    height: 77px
  }
}

.longVideo .first__videoinner {
  padding-top: 177.7777777778% !important
}

.shortVideo .first__videoinner {
  padding-top: 56.25% !important
}

@media screen and (max-width:767px) {
  .shortVideo .first__videoinner .video__unmut img {
    width: 7vh
  }
}

.watch-section {
  display: none
}

@media screen and (max-width:767px) {
  .footer__flex {
    display: none
  }

  .watch-section {
    margin-bottom: 45px;
    display: block
  }

  .watch__button {
    display: block;
    color: #000;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    background: linear-gradient(1turn, #ffb301, #ffde00);
    position: relative;
    width: 80vw;
    height: 17vw;
    border-radius: 10.94vw;
    font-size: 6.43vw;
    margin: 0 auto;
    box-shadow: inset 0 -1vw 0 -.2vw rgba(0, 0, 0, .08)
  }

  .watch__button .watch-text {
    text-align: center;
    padding-top: 20px
  }

  .first__video {
    border: 0;
    border-radius: 0;
    width: 100%
  }

  .section__first .container {
    padding: 0
  }

  .mobile-only.headline .first__title {
    padding: 0 2.06vw
  }

  .played .mobile-only.headline {
    display: none
  }

  .played .section__first {
    padding-top: 0;
    background: #000
  }

  .played .first__video {
    margin-top: 0
  }
}

.section__first {
  background: #fff;
  margin-bottom: 0
}

.first__title {
  color: #ce3f36
}

.video-image-holder {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
  display: block;
  overflow: visible;
  position: relative
}

.first__videoinner {
  z-index: 1
}

.vturb .first__video {
  display: flex
}

.left-video-image,
.right-video-image {
  position: absolute;
  z-index: 0
}

.left-video-image img,
.right-video-image img {
  width: 100%
}

@media screen and (min-width:800px) {

  .left-video-image,
  .right-video-image {
    position: absolute
  }
}

@media screen and (max-width:799px) {

  .left-video-image,
  .right-video-image {
    position: absolute
  }

  .left-video-image img,
  .right-video-image img {
    width: 100%
  }
}