.boldText {
  font-weight: 700;
}
.italicText {
  font-style: oblique;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.new_price_cur,
.new_price_val {
  padding: 0;
}
ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0;
}
ol.list-1 {
  counter-reset: section;
}
ol.list-1 li {
  counter-increment: section;
}
ol.list-1 li::before {
  content: counters(section, '.') '. ';
  margin-right: 5px;
  margin-left: -24px;
  text-align: right;
}
.list-0 {
  display: inline-block;
  margin-left: 24px;
}
ul.list-1 li::before {
  content: '•';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle;
}
ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle;
}
ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha);
}
ol li.listCircle,
ul li.listCircle {
  list-style-type: none;
}
ol li.listCircle::before,
ul li.listCircle::before {
  content: '∘';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
.imgBox__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 100px;
}
.imgBox__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  max-width: 1025px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ctContent,
.ctContentFluid,
.ntvWidget {
  width: 100%;
  background: #fff;
}
.ntvWidget {
  display: flex;
  justify-content: center;
  padding: 0;
}
.ntvWidget__wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  height: 300px;
  background-image: url(../img/ntvImgTwo.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ntvWidget__wrapperHeader {
  overflow-y: auto;
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 15%;
  max-width: 100%;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.ntvWidget__wrapperHeader::-webkit-scrollbar {
  display: none;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ntvWidget__wrapperPlay {
  display: flex;
  justify-content: center;
  width: 100%;
}
.ntvWidget__playIcon {
  display: flex;
  width: 100%;
  height: 50px;
  max-width: 50px;
}
.ntvWidget__play {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ntvWidget__footer {
  width: 100%;
  max-height: 20%;
}
.ntvWidget__wrapperFooter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  gap: 5px;
}
.ntvWidget__lineWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ntvWidget__line {
  border-radius: 10px;
  width: 100%;
  height: 6px;
  background: #606164;
}
.ntvWidget__lineImg {
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 16px;
}
.ntvWidget__footerIcons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 4px;
}
.ntvWidget__footerContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ntvWidget__logoWrapper {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 20px;
}
.ntvWidget__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 20px;
}
.ntvWidget__imgBtnWrapper {
  display: flex;
  width: 100%;
  height: fit-content;
  max-width: 15px;
}
.ntvWidget__controllerLine {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 5px;
  max-width: 41px;
}
.ntvWidget__img,
.ntvWidget__imgBtn {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.oneImageWidget {
  padding: 15px;
}
.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}
.sunnyQuote {
  display: flex;
  padding: 10px 20px 10px 40px;
}
.sunnyQuote__imgWrapper {
  display: flex;
  width: 100%;
  height: 36px;
  max-width: 48px;
}
.sunnyQuote__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sunnyQuote__paragraph {
  padding: 0 0 10px 20px;
  font-family: sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 28px;
  line-height: 36px;
  word-break: break-word;
  color: #020203;
}
.h1TitleWidget__text,
.h2TitleWidget__text,
.h3TitleWidget__text,
.h4TitleWidget__text,
.h5TitleWidget__text,
.h6TitleWidget__text {
  margin: 0;
  padding: 15px;
  font-weight: 700;
  line-height: 140%;
  word-break: break-word;
  color: #000;
}
.h1TitleWidget__text {
  font-size: 40px;
}
.h2TitleWidget__text {
  font-size: 32px;
}
.h3TitleWidget__text {
  font-size: 28px;
}
.h4TitleWidget__text {
  font-size: 24px;
}
.h5TitleWidget__text {
  font-size: 20px;
}
.h6TitleWidget__text {
  font-size: 16px;
}
.paragraphWidget__text--752339 {
  color: #000;
  background-color: #fff;
}
.paragraphWidget--773911 {
  font-weight: 700;
}
.oneImageWidget__wrapper--684356 {
  height: 500px;
}
.oneImageWidget__img--528711 {
  height: 100%;
}
.textHeightMedia--837888 {
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding-top: 25px;
  color: #000;
  font-weight: 700;
}
.paragraphWidget__text--188987 {
  font-weight: 700;
  text-align: left;
}
.paragraphWidget--288122,
.paragraphWidget__text--526223 {
  font-weight: 700;
}
.paragraphWidget--184921 {
  display: inline-block;
  padding-top: 1px;
  font-weight: 400;
}
.paragraphWidget--101467,
.paragraphWidget__text--923242 {
  font-weight: 700;
}
.paragraphWidget--837095 {
  font-weight: 400;
}
.paragraphWidget--210825,
.paragraphWidget--633003 {
  font-weight: 700;
}
.ctContent--828406 {
  background-color: #fff;
}
.oneImageWidget__img--812858 {
  object-fit: contain;
}
.sunnyQuote__paragraph--101989 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--335333 {
  font-weight: 700;
}
.paragraphWidget__text--168837 {
  font-weight: 700;
  border: 16px #000;
  text-align: left;
  background-color: #e1e1e1;
  color: #000;
}
.paragraphWidget--262784,
.paragraphWidget--542373 {
  font-weight: 400;
}
.ctContent--548015,
.ctContent--975950 {
  border: 4px #3fbc78;
  background-color: #e1e1e1;
}
.ctContent--975950 {
  border: 4px #000;
}
.paragraphWidget__text--801603 {
  background-color: transparent;
}
.paragraphWidget--332700,
.paragraphWidget--852927 {
  font-weight: 700;
}
.paragraphWidget--987868 {
  font-weight: 400;
}
.ctContent--731124 {
  background-color: #e1e1e1;
}
.paragraphWidget__text--228630 {
  background-color: transparent;
}
.paragraphWidget--459329,
.paragraphWidget--474851,
.paragraphWidget--701362 {
  font-weight: 700;
}
@media (max-width: 1200px) {
  .sunnyQuote__paragraph {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1000px) {
  .ntvWidget {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .textMedia {
    padding: 5px;
  }
  .textHeightMedia {
    line-height: normal;
  }
  .textLetterMedia {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .h1TitleWidget__text,
  .h2TitleWidget__text,
  .h3TitleWidget__text,
  .h4TitleWidget__text,
  .h5TitleWidget__text,
  .h6TitleWidget__text {
    padding: 5px;
    letter-spacing: normal;
  }
}
