.jenny__container {
  border-radius: 24px;
  background: linear-gradient(10deg, #0078FF 82.44%, #00DBD1 92.06%, #8CFF00 147.07%), #D9D9D9;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 1100px;
  margin: 65px auto 65px auto;
  height: 501px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jenny__container {
    max-width: 935px;
    height: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jenny__container {
    max-width: 535px;
    height: 620px;
    background-image: linear-gradient(67deg, #0078FF 35.83%, #00DBD1 67.65%, #8CFF00 97.61%);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__container {
    width: 100%;
    height: auto;
    background: linear-gradient(10deg, #0078FF 51.44%, #00DBD1 79.06%, #8CFF00 105.07%), #D9D9D9;
    border-radius: 0;
    margin-top: -50px;
  }
}
.jenny__title {
  color: #FFF;
  font-family: "Poppins";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.92px;
  padding-top: 75px;
  padding-left: 48px;
}
.jenny__title span {
  color: #8CFF00;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jenny__title {
    font-size: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jenny__title {
    font-size: 40px;
    padding-top: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__title {
    margin-top: 80px;
    font-size: 32px;
    padding-left: 16px;
    padding-right: 10px;
  }
}
.jenny__copy {
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.25px;
  margin-top: 20px;
  margin-bottom: 54px;
  padding-left: 48px;
}
.jenny__copy ul {
  margin-top: 20px;
}
.jenny__copy li {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='17' viewBox='0 0 21 17' fill='none'%3E%3Cg clip-path='url(%23clip0_7716_2533)'%3E%3Cpath d='M18.6899 0.20166C18.9914 0.20166 19.2811 0.321153 19.4944 0.533586L20.6667 1.70094C21.1108 2.14368 21.1108 2.86115 20.6667 3.30389L7.84628 16.0702C7.62373 16.2919 7.33298 16.4022 7.04171 16.4022C6.75044 16.4022 6.45917 16.2919 6.23662 16.0702L0.333317 10.1911C0.119994 9.97916 0 9.69064 0 9.38935C0 9.08807 0.119994 8.80057 0.333317 8.58814L1.50557 7.42078C1.72812 7.19967 2.01939 7.08937 2.31066 7.08937C2.60192 7.08937 2.89319 7.19967 3.11523 7.42078L7.04222 11.3309L17.8853 0.533586C18.0986 0.321153 18.3878 0.20166 18.6899 0.20166Z' fill='%238CFF00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7716_2533'%3E%3Crect width='21' height='16.2' fill='white' transform='translate(0 0.200684)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-repeat: no-repeat;
  list-style: none;
  background-position: left;
  padding-left: 35px;
  margin-left: -38px;
  margin-bottom: 10px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__copy li {
    background-position: 0 5px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__copy {
    padding-left: 21px;
  }
}
.jenny__video {
  margin-left: -35px;
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .jenny__video {
    max-width: 564px;
    top: 50px;
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jenny__video {
    margin: 0 auto;
    width: 541px;
    margin-top: -38px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__video {
    display: none;
  }
}
.jenny__video-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__video-mobile {
    display: block;
    width: 100%;
    margin: 0 auto 20px auto;
    max-width: 350px;
  }
}
.jenny__play-mobile {
  display: none;
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__play-mobile {
    display: block;
    left: 52% !important;
    top: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .jenny__play-desktop {
    left: 50% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .jenny__play-desktop {
    display: none;
  }
}

.oe-modal__button-play {
  background: url("/wp-content/uploads/sites/8/2024/08/play-toggle.webp") no-repeat !important;
  left: 58%;
}
