.fa-icon {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-style: normal;
  display: inline;
  line-height: 1;
  vertical-align: baseline;
  cursor: text;
  -webkit-font-smoothing: antialiased;
}

#editor .fa-icon + * {
  font-weight: normal !important;
  font-family: inherit !important;
}
.truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ntv-container {
  width: 100%;
  margin: 30px auto;
  display: block;
}

.ntv-container #ntv-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ntv-container #ntv-header-container img {
  width: 160px;
  transition: opacity 0.2s ease;
}

.ntv-container #ntv-header-container img:hover {
  opacity: 0.85;
}

.ntv-container #ntv-header-container h1 {
  font-size: 22px;
  font-weight: 700;
}

.ntv-container #ntv-header-container i {
  font-size: 18px;
}

.ntv-video-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.ntv-top-videos {
  position: relative;
  cursor: pointer;
}

.ntv-top-videos img {
  width: 100%;
  height: auto;
  display: block;
}

.ntv-top-videos:hover {
  transform: translateY(-2px);
}

.ntv-top-videos:hover img {
  opacity: 0.9;
}

.ntv-top-video-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ntv-top-video-cover i {
  font-size: 46px;
  color: #fff;
  opacity: 0.9;
}

.ntv-top-videos:hover .ntv-top-video-cover i {
  transform: scale(1.05);
}

.ntv-top-video-info {
  padding: 10px 0;
}

.ntv-top-videos h1 {
  font-size: 16px;
  font-weight: 600;
}

.ntv-top-videos h2 {
  font-size: 13px;
  font-weight: 400;
}

.ntv-top-videos i {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .ntv-video-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

.liveBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: red;
  color: #fff;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 3px;
}

.live {
  position: relative;
  width: 14px;
  height: 14px;
  background: red;
  border-radius: 50%;
}

.live-1,
.live-2,
.live-3,
.live-4 {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  animation: animationIconAll 2s infinite;
}

.scale-shadow {
  position: relative;
}

.scale-shadow:before,
.scale-shadow:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

#shadow-3:before {
  animation: animationShadow1 2s infinite;
}

#shadow-3:after {
  animation: animationShadow2 2s infinite;
}

@keyframes animationIconPhone {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

@keyframes animationIconAll {
  0% { transform: scale(1); opacity: 1; }
  100% { transform: scale(2); opacity: 0; }
}

@keyframes animationShadow1 {
  0% { transform: scale(1); opacity: 0.4; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes animationShadow2 {
  0% { transform: scale(1); opacity: 0.2; }
  100% { transform: scale(2); opacity: 0; }
}

.custom-gallery-container {
  width: 100%;
  position: relative;
}

.custom-gallery-slider-wrapper {
  position: relative;
}

.custom-gallery-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-slide-inner {
  width: 100%;
  position: relative;
}

.custom-slide-image {
  width: 100%;
  height: auto;
  display: block;
}

.custom-slide-caption {
  padding: 12px 0;
  font-size: 14px;
}

.custom-fullscreen-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
}

#customGalleryFullscreen.fullscreen {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
}

.custom-swiper-button-prev,
.custom-swiper-button-next {
  color: #fff;
}

.custom-swiper-pagination-bullet {
  background: #999;
}

.custom-swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 768px) {
  #impact-special-ad .impact-adviser-text .full-view-ad h1,
  #impact-special-ad .impact-adviser-text .full-view-ad h2,
  #impact-special-ad .impact-adviser-text .full-view-ad h3 {
    text-align: center;
  }

  #impact-special-ad .impact-ad-block-top,
  #impact-special-ad .impact-ad-block,
  #impact-special-ad .impact-ad-block-bottom {
    width: 100%;
  }

  #impact-special-ad .impact-adviser-btn {
    margin: 0 auto;
  }

  #web-device {
    display: none!important;
  }
}

#web-device {
  display: block;
}
.social-buttons {
  display: block;
  margin: 20px 0;
  padding: 5px 0;
}
blockquote {
    position: relative;
    padding: 18px 22px;
    margin: 18px 0;
    border-left: 4px solid #F40009;
    border-radius: 8px;
    background: #f7f7f7;
    font-style: italic;
    color: #333;
    line-height: 1.5;
}

blockquote span:first-child {
    font-size: 34px;
    font-weight: bold;
    color: #888;
    margin-right: 6px;
    vertical-align: top;
}

blockquote.quote-xl { font-size: 1.55rem; padding: 24px 26px; border-left-width: 6px; }
blockquote.quote-md { font-size: 1.25rem; padding: 20px 24px; border-left-width: 5px; }
blockquote.quote-sm { font-size: 1rem; padding: 16px 20px; border-left-width: 4px; }

.highlight-md, .highlight-xl, .highlight-sm {
    position: relative;
    padding: 16px 20px;
    margin: 18px 0;
    border-top: 4px solid rgba(244,0,9,1);
    border-bottom: 4px solid rgba(244,0,9,1);
    border-radius: 6px;
    background: #f7f7f7;
    font-style: italic;
    color: #333;
    line-height: 1.5;
}
figure, .article-content figure {
    display: block;
    margin: 12px 0;
    padding: 0;
    max-width: 100%;
}

figure img, .article-content figure img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-inline: auto;
}

figcaption, .article-content figcaption {
    display: block;
    font-size: 0.85rem;
    color: #555;
    text-align: center;
    margin-top: 4px;
}
/* Container for the article content */
article.content-fluid {
    font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.75rem;
    margin: 0 0 1.75rem 0;
    padding: 0;
    font-weight: normal;
    text-align: justify;
    color: #333;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

/* Paragraphs */
article.content-fluid p {
    font-size: 1.25rem; /* slightly smaller for better reading flow */
    line-height: 1.75rem;
    margin: 0 0 1.5rem 0; /* space between paragraphs */
    letter-spacing: -0.02rem;
    color: #333;
    text-align: justify;
    overflow-wrap: break-word;
}
article .content-fluid b {
  font-weight: 900;
}

article .content-fluid h1, h2, h3 {
  color: #1f2123!important;
  font-weight: 700!important;
  margin-top: 0!important;
  margin-bottom: 0!important;
}

article h4 .content-fluid {
    font-family: 'Roboto', sans-serif;
    font-size: 1.757vw;
    font-size: 1.200em;
    font-weight: normal;
    color: #858585!important;
    letter-spacing: -.03em;
    margin: 0;
    padding: 10px 0 10px 0;
    line-height: normal;
}

@media screen and (max-width: 768px) {
    article h4 .content-fluid {
        font-family: 'Roboto', sans-serif;
        font-size: 5vw !important;
        font-weight: normal;
        color: #858585;
        letter-spacing: -.03em;
        margin: 0;
        padding: 10px 0 10px 0;
        line-height: normal;
    }
}
/* Responsive adjustments */
@media (max-width: 900px) {
    article.content-fluid {
        line-height: 1.6rem;
    }
    article.content-fluid p {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 600px) {
    article.content-fluid {
        padding: 0 0.5rem; /* small padding for mobile */
        line-height: 1.5rem;
    }
    article.content-fluid p {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-bottom: 1rem;
    }
}
article #fluid-label .fa-telegram {
    background: #0088cc;
    color: white;
}
article img {
  max-height: 550px;
  object-fit: cover;
}
article .content-fluid iframe {
  width:50vw;
  height:100%;
  aspect-ratio: 16 / 9;
  top:0;
  left:0;
  align-self: flex-start;
}
article .content-fluid .fb-frame {
  width:100%;
  height:100%;
  top:0;
  left:0;
  align-self: flex-start;
}
article .content-fluid .fb-frame iframe {
  width:480px;
  height:848px;
  aspect-ratio: none;
  top:0;
  left:0;
  align-self: flex-start;
}
article .content-fluid img {
    width: inherit;
    height: inherit;
}
.swipper-slide-title {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fafafa;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  z-index: 99999;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.1;
  background: rgba(0, 0, 0, 1);
  padding: 10px 0 10px 0;
}
.swipper-slide-title p {
  padding: 0 20px 0 20px;
}

@media screen and (max-width: 768px){
.swipper-slide-title {
  font-size: 13px;
}
article img {
  max-height: 230px;
  object-fit: cover;
}
article .content-fluid iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  top:0;
  left:0;
}
}
@media only screen
and (max-device-width : 480px) {
#jn-adsense {
  display: none;
}
}

#jn-media-adsense {
  display: none;
}

@media only screen
and (max-device-width : 480px) {
#jn-media-adsense {
  display: block!important;
}
}
.show_more_main .loading {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #333;
    font-size: 14px;
    background: none!important;
    padding: 0;
    border: none!important;
    outline: none!important;
}

.show_more_main .loading i {
  font-size: 16px;           /* spinner size */
}
.target-container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-color: #fff;
}

.xctn {
  width: 65%;
  height: auto;
  margin-bottom: 40px;
}

.thumbSection {
  background: transparent;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}

.swiper-slide-active {
  min-width: 100%!important;
}

#viewFullscreen.fullscreen{
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
 }

 #viewFullscreen {
   display: flex;align-items: center;
   align-content:center;
   justify-content:center;
   background:#141414;
   width: 100%;
   height: 100%;
 }

/* Safari */
:-webkit-full-screen {
  background-color: yellow;
}

/* IE11 */
:-ms-fullscreen {
  background-color: yellow;
}

/* Standard syntax */
:fullscreen {
  background-color: yellow;
}
.expandBtn {
  background-color: #141414;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.expand {
  background-color: #141414;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

:root {
    --colorOne: #141414;
    --colorTwo: #5c5c5c;
    --colorWhite: #e5e5e5;
    --color-primary: #000000;

    --tileBorderRadius: 4px;

    --fontOne: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.thumbTile__image {
  display: flex;
  position: relative;
  width: auto;
  height: 100vh;
  padding-top: 0;
  object-position: center;
  object-fit: contain;
  z-index: 1;
  padding-left: 0;
  border-radius: 0;
  opacity: 1;
  border-radius: 8px;
  align-self: center;
}

.thumbTitle {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 5px 0 10px 5px;
    color: #fff;
    webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-weight:600;
}

.thumbTiles.swiper-container {
    padding: 0 4%;
}

.thumbTile {
    width: 20%;
}

.thumbTiles .swiper-button-prev,
.thumbTiles .swiper-button-next {
    height: 100%;
    width: 4%;
    width: 4%;
    top: 0;
    bottom: 0;
    margin: 0;
    background-color: transparent;
}

.thumbTiles .swiper-button-prev {
    left: 0;
    border-top-right-radius: var(--tileBorderRadius);
    border-bottom-right-radius: var(--tileBorderRadius);
    background:rgba(0,0,0,.25)
}

.thumbTiles .swiper-button-next {
    right: 0;
    border-top-left-radius: var(--tileBorderRadius);
    border-bottom-left-radius: var(--tileBorderRadius);
    background:rgba(0,0,0,.25)
}

.thumbTiles .swiper-button-prev::after,
.thumbTiles .swiper-button-next::after {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    transition: transform 0.1s ease-out;
}

@media screen and (min-width: 640px) {
    .thumbTiles .swiper-button-prev::after,
    .thumbTiles .swiper-button-next::after {
        display: none;
        font-size: 2.4vw;
    }

    .thumbTiles .swiper-button-prev:hover::after,
    .thumbTiles .swiper-button-next:hover::after {
        transform: scale(1.25);
    }

    .thumbTiles:hover .swiper-button-prev::after,
    .thumbTiles:hover .swiper-button-next::after {
        display: block;
    }
}

@media only screen and (max-width: 767px) {

  .target-container {
    width: 100%;
    height: 300px;
    background-color: #fff;
  }

  .xctn {
    width: 94%;
    height: auto!important;
    margin-bottom: 40px;
  }

  #viewFullscreen {
    background:#141414;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
  }

  .thumbTile__image {
      display: flex;
      position: relative;
      width: 100%;
      height: 300px;
      max-height: 100vh;
      padding-top: 0;
      object-position: center;
      object-fit: contain;
      z-index: 1;
      padding-left: 0;
      border-radius: 0;
      align-self: center;
  }

.thumbSection {
    background: transparent;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 0;
}

.thumbTitle {
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 5px 0 10px 10px;
    color: #fff;
    text-transform: lowercase;
    padding: 5px 0 0 5px;
    font-weight: 600;
}

}

@media only screen and (max-width: 1023px){

.thumbTile__image {
    display: flex;
    position: relative;
    width: 100%;
    height: 300px;
    max-height: 100vh;
    padding: 0;
    object-position: center;
    object-fit: contain;
    z-index: 1;
    padding-left: 0;
    border-radius: 0;
    align-self: center;
}

.thumbTitle {
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 5px 0 10px 10px;
    color: #fff;
    text-transform: lowercase;
    webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-weight: 600;
}

}
@media screen and (orientation: landscape) {
  .target-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .thumbTile__image {
      display: flex;
      position: relative;
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      padding: 0;
      object-position: center;
      object-fit: contain;
      z-index: 1;
      padding-left: 0;
      border-radius: 0;
      align-self: center;
  }
}

.cookies-container.hide {
            display: none !important;
            margin: auto;
            width: 100%;
        }

.cookies-container.hide {
            display: block;
            margin: auto;
            width: 100%;
}

#special-ad {
    display: block;
    z-index: 9999;
}

#special-ad a {
    text-decoration: underline;
    cursor: pointer;
    color: #7FFFD4;
}

#special-ad .adviser-text {
    width: 90%;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    line-height: normal;
    text-align: left;
}

#special-ad .ad-modal {
    display: flex;
    width: 85%;
    background-color: rgba(55, 55, 55, 0.9);
    position: fixed;
    z-index: 99;
    bottom: 20%;
    left: 7.5%;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #a1c269, #003e30 ) 1 100%;
    z-index: 9999;
    color: #fff;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 25%), 0 12px 28px 0 rgb(0 0 0 / 19%);
    padding: 5px;
}

#special-ad .ad-modal-contents {
    display: inline-flex;
    width: 95%;
    text-align: center;
    padding: 8px;
    margin: auto;
    align-items: center;
}

#special-ad .close {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
    width: 90%;
    min-width: 90%;
    margin: auto;
    text-align: center;
    padding-right: 10px;
}

#special-ad .close:hover {
    cursor: pointer;
}

#special-ad .ad-block {
    display: block;
    width: 100%;
    height: 100%;
}

#special-ad .ad-block-top {
    display: block;
    width: 100%;
}

#special-ad .ad-block-bottom {
    display: block;
    width: 100%;
}

#special-ad .adviser-btn {
    display: inline-block;
    width: calc(15% - 15px);
    padding-left: 0;
}

@media screen and (max-width: 768px) {
#special-ad .ad-modal {
    display: flex;
    height: 35vh!important;
    width: 90vw!important;
    background-color: rgba(55, 55, 55, 0.9);
    position: fixed;
    z-index: 99;
    bottom: 15vh!important;
    left: 2.5vw!important;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #a1c269, #003e30 ) 1 100%;
    margin: auto;
}

#special-ad .ad-modal-contents {
    display: block!important;
    width: 95%!important;
    text-align: center;
    padding-top: 0!important;
}

#special-ad .close {
    display: block!important;
    font-size: 15px!important;
    font-weight: normal!important;
    color: #fff;
    background-color: #000;
    cursor: pointer;
    padding: 3px 7px 3px 7px!important;
    border-radius: 5px;
    min-width: 95%!important;
    text-align: center!important;
    margin: auto!important;
}

#special-ad .adviser-text {
    display: inline-block;
    width: 100%!important;
    min-width: 100%;
    color: #fff!important;
    font-size: 15px!important;
    font-weight: normal!important;
    line-height: normal;
    text-align: left;
}

#special-ad .ad-block-top {
    display: block;
    width: 100%;
    min-width: 100%;
}

#special-ad .ad-block {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
}

#special-ad .ad-block-bottom {
    display: block;
    width: 100%;
    min-width: 100%;
}

#special-ad .adviser-btn {
    display: block!important;
    padding-top: 7px!important;
    min-width: 50%;
    margin: auto!important;
}

#special-ad .adviser-btn {
    display: inline-block;
    width: 50%!important;
    padding-left: 0;
}

}
.impact-container.hide {
            display: none !important;
            margin: auto;
            width: 100%;
            height: 100%;
        }

.impact-container.hide {
            display: block;
            margin: auto;
            width: 100%;
            height: 100%;
}

#impact-special-ad {
    display: block;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#impact-special-ad a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

#impact-special-ad .impact-adviser-text {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

#impact-special-ad .impact-adviser-text .full-view-ad {
    display: block;
}

#impact-special-ad .impact-adviser-text .full-view-ad h1 {
    font-size: 7.5vw;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    transition: 0.5s;
}

#impact-special-ad .impact-adviser-text .full-view-ad h1:hover {
    color: lightgray;
    transform: scale(1.1);
}

#impact-special-ad .impact-adviser-text .full-view-ad h2 {
    font-size: 6vw;
    font-weight: normal;
    color: #fff;
    line-height: 1;
    transition: 0.5s;
    margin-bottom: 0;
}
#impact-special-ad .impact-adviser-text .full-view-ad h2:hover {
    color: lightgray;
    transform: scale(1.1);
}
#impact-special-ad .impact-adviser-text .full-view-ad h3 {
    font-size: 2.5vw;
    font-weight: normal;
    color: lightgray;
    line-height: 2;
    transition: 0.5s;
}
#impact-special-ad .impact-adviser-text .full-view-ad h3:hover {
    color: white;
    transform: scale(1.1);
}

#impact-special-ad .impact-ad-modal {
    display: flex;
    width: calc(100% - 10px);
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    z-index: 999999!important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-width: 0 5px 0 5px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #a1c269, #003e30 ) 1 100%;
    z-index: 9999;
    color: #fff;
    box-shadow: 10px 10px 10px 10px rgb(0 0 0 / 25%), 0 12px 28px 0 rgb(0 0 0 / 19%);
    padding: 0;
}

#impact-special-ad .impact-ad-modal-contents {
    display: inline-flex;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: -5px;
    margin: 0;
    margin: auto;
    align-items: center;
    background:
    url(/assets/images/santa-rosa-rs-brasil.jpg) top center no-repeat,
    url(background-pattern.png) repeat;
    background-size: cover;
}

#impact-special-ad .impact-ad-modal img {
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}

#impact-special-ad .impact-close {
    position: absolute;
    top: 10px;
    right: 25px;
    display: block;
    font-size: 36px;
    font-stretch: expanded;
    font-weight: normal;
    color: white;
    background: transparent;
    cursor: pointer;
    padding: 3px 15px 3px 15px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    padding-right: 10px;
    -webkit-transform:scale(1.4,1); /* Safari and Chrome */
    -moz-transform:scale(1.4,1); /* Firefox */
    -ms-transform:scale(1.4,1); /* IE 9 */
    -o-transform:scale(1.4,1); /* Opera */
    transform:scale(1.4,1); /* W3C */
    transition: 0.5s;
}

#impact-special-ad .impact-close:hover {
    cursor: pointer;
    color: lightgray;
}

#impact-special-ad .impact-close:hover {
    cursor: pointer;
}

#impact-special-ad .impact-ad-block {
    display: block;
    width: 100%;
    height: 100%;
}

#impact-special-ad .impact-ad-block-top {
    display: block;
    width: 100%;
}

#impact-special-ad .impact-ad-block-bottom {
    display: block;
    width: 100%;
}

#impact-special-ad .impact-adviser-btn {
    display: inline-block;
    width: calc(15% - 15px);
    padding-left: 0;
}

@media screen and (max-width: 768px) {

  #impact-special-ad .impact-adviser-text .full-view-ad h1 {
      font-size: 8.5vw;
      font-weight: bold;
      color: #fff;
      line-height: 1.2;
      transition: 0.5s;
  }

  #impact-special-ad .impact-adviser-text .full-view-ad h2 {
      font-size: 7vw;
      font-weight: normal;
      color: #fff;
      line-height: 1.2;
      transition: 0.5s;
      margin-bottom: 5px;
  }

  #impact-special-ad .impact-adviser-text .full-view-ad h3 {
      font-size: 5vw;
      font-weight: normal;
      color: lightgray;
      line-height: 1.2;
      transition: 0.5s;
  }

#impact-special-ad .impact-ad-block-top {
    display: block;
    width: 100%;
    min-width: 100%;
}

#impact-special-ad .impact-ad-block {
    display: block;
    width: 100%;
    min-width: 100%;
    height: 100%;
}

#impact-special-ad .impact-ad-block-bottom {
    display: block;
    width: 100%;
    min-width: 100%;
}

#impact-special-ad .impact-adviser-btn {
    display: block!important;
    padding-top: 7px!important;
    min-width: 50%;
    margin: auto!important;
}

#impact-special-ad .impact-adviser-btn {
    display: inline-block;
    width: 50%!important;
    padding-left: 0;
}

}
.truncate {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ntv-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #141414;
  width: 100%;
  margin-top: 10px;
}
.ntv-container #ntv-header-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 8px 8px 8px;
}
.ntv-container #ntv-header-container img {
  display: inline-flex;
  width: 80px;
  height: auto;
  padding-left: 5px;
  vertical-align: middle;
  -webkit-filter: brightness(100%);
  transition: all 0.3s;
}
.ntv-container #ntv-header-container img:hover {
  cursor: pointer;
  -webkit-filter: brightness(80%);
  transform: scale(1.1);
}
.ntv-container #ntv-header-container h1 {
  display: inline-flex;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  padding-left: 5px;
  vertical-align: middle;
}
.ntv-container #ntv-header-container i {
  color: #e50914;
  font-size: 1em;
  line-height: 1.2em;
  vertical-align: middle;
}
.ntv-video-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
  padding: 10px 25px;
}
.ntv-top-videos {
  background-color: #0A0B0D;
  border-radius: 10px;
  padding: 0;
  height: 100%;
  min-height: 100%;
  margin: 0;
  transition: all 0.5s ease;
}
.ntv-top-videos:hover {
  transform: scale(1.1);
}

.ntv-top-videos:hover img {
  -webkit-filter: brightness(70%);
  transition: all 0.3s;
}

.ntv-top-video-cover {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 50%;
  position: relative;
  border-radius: 10px;
}

.ntv-top-video-cover i {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  text-align: center;
  color: #fff;
  opacity: 0.5;
  transition: all 1s ease-out;
}

.ntv-top-videos:hover .ntv-top-video-cover i {
  display: block;
  opacity: 1;
}

.ntv-top-video-info {
  width: 100%;
  height: 90px;
}
.ntv-top-video-cover img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  object-fit: cover;
  object-position: center;
}
.ntv-top-videos img {
  padding:0;
  margin:0;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
  -webkit-filter: brightness(100%);
}
.ntv-top-videos h1 {
  font-size: 0.8em;
  font-weight: normal;
  color: lightgray;
  line-height: 1.4;
  padding: 5px 0 0 8px;
}
.ntv-top-videos h2 {
  font-size: 0.7em;
  font-weight: normal;
  color: gray;
  line-height: 1.4;
  padding: 6px 0 0 8px;
}
.ntv-top-videos i {
  padding-right: 3px;
}

@media only screen and (max-width: 767px) {

  .ntv-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-color: #141414;
    width: 100%;
    margin-top: 30px;
  }

  .ntv-container #ntv-header-container h1 {
    font-size: 4vw;
}

  .ntv-top-videos h1 {
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 3px 0 0 4px;
}
.ntv-top-videos h2 {
    font-size: 12px;
    padding: 3px 0 0 4px;
}
}

@media screen and (max-width: 768px){
  .ntv-video-wrapper {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 10px;
      grid-row-gap: 20px;
      margin-bottom: 40px;
      padding: 10px 15px;
  }
}
.liveBtn {
  font-size: 5px;
}

.live{
width:10px;
background:transparent;
display:flex;
justify-content:center;
align-items:center;
position:relative;
z-index:10;
margin: 5px;
overflow:visible;
float: left;
}

.live-1, .live-2, .live-3, .live-4{
width:10px;
height:10px;
background:red;
border-radius:50%;
color:red;
display:flex;
justify-content:center;
align-items:center;
font-size:10px;
cursor: pointer;
}
.live-1{
background-image: radial-gradient(live, #00de91, #03c672, #04af54, #049837, #008116);
transform:rotate(90deg);
position:relative;
animation: animationIconPhone 1s infinite linear;
}
.live-2{
background-image: radial-gradient(live, #f0e955, #d7d244, #beba33, #a6a421, #8e8e0b);
animation: animationIconAll 1s infinite linear;
}
.live-3{
background-image: radial-gradient(live, #ff6969, #fd4f4f, #fd3131, #ff0f0f, #ff0000);
animation: animationIconAll 1s infinite linear;
}
.live-4{
background-image: radial-gradient(live, #8534ee, #7727ca, #681aa8, #580f88, #470569);
animation: animationIconAll 1s infinite linear;
}
.scale-shadow{
position:absolute;
color:#fd0000;
width:12px;
height:12px;
}
.scale-shadow:before{
position:absolute;
content:'';
width:100%;
height:100%;
border-radius:50%;
z-index:-1;
transform:scale(1.3);

}
.scale-shadow:after{
position:absolute;
content:'';
width:100%;
height:100%;
border-radius:50%;
z-index:-1;
transform:scale(1.5);
}

#shadow-3:before{
 background:radial-gradient(live, rgba(255, 26, 26,.3), rgba(255, 26, 26,.1));
animation:animationShadow1 3s infinite linear;
}

#shadow-3:after{
border:.5px solid #ff0000;
animation: animationShadow2 1.5s infinite;
}

@keyframes animationIconPhone{
0%{transform: rotate(100deg);}
10%{transform: rotate(70deg);}
20%{transform: rotate(100deg);}
30%{transform: rotate(70deg);}
40%{transform: rotate(100deg);}
50%{transform: rotate(70deg);}
60%{transform: rotate(100deg);}
100%{transform: rotate(100deg);}
}
@keyframes animationIconAll{
0%{transform: rotate(0deg);}
10%{transform: rotate(15deg);}
20%{transform: rotate(-15deg);}
30%{transform: rotate(15deg);}
40%{transform: rotate(-15deg);}
50%{transform: rotate(15deg);}
60%{transform: rotate(-15deg);}
100%{transform: rotate(0deg);}
}

@keyframes animationShadow1{
0%{
  opacity:0;
  transform:scale(1.2);
}
25%{
  opacity:1;
  transform:scale(1.5);
}
50%{
  opacity:1;
  transform:scale(1.2);
}
75%{
  opacity:1;
  transform:scale(1.5);
}
100%{
  opacity:0;
  transform:scale(1.2);
}
}
@keyframes animationShadow2{
0%{
  opacity:0;
  transform:scale(1.3);
}
25%{
  opacity:1;
  transform:scale(1.7);
}
50%{
  opacity:1;
  transform:scale(1.7);
}
100%{
  opacity:0;
  transform:scale(2);
}
}

.target-container {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-color: #fff;
}

.xctn {
  width: 65%;
  height: auto;
  margin-bottom: 40px;
}

.thumbSection {
  background: transparent;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
  z-index: 0;
  overflow: hidden;
}

.swiper-slide-active {
  min-width: 100%!important;
}

#viewFullscreen.fullscreen{
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
 }

 #viewFullscreen {
   display: flex;align-items: center;
   align-content:center;
   justify-content:center;
   background:#141414;
   width: 100%;
   height: 100%;
 }

/* Safari */
:-webkit-full-screen {
  background-color: yellow;
}

/* IE11 */
:-ms-fullscreen {
  background-color: yellow;
}

/* Standard syntax */
:fullscreen {
  background-color: yellow;
}
.expandBtn {
  background-color: #141414;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.expand {
  background-color: #141414;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

:root {
    --colorOne: #141414;
    --colorTwo: #5c5c5c;
    --colorWhite: #e5e5e5;
    --color-primary: #000000;

    --tileBorderRadius: 4px;

    --fontOne: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.thumbTile__image {
  display: flex;
  position: relative;
  width: auto;
  height: 100vh;
  padding-top: 0;
  object-position: center;
  object-fit: contain;
  z-index: 1;
  padding-left: 0;
  border-radius: 0;
  opacity: 1;
  border-radius: 8px;
  align-self: center;
}

.thumbTitle {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 5px 0 10px 5px;
    color: #fff;
    webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-weight:600;
}

.thumbTiles.swiper-container {
    padding: 0 4%;
}

.thumbTile {
    width: 20%;
}

.thumbTiles .swiper-button-prev,
.thumbTiles .swiper-button-next {
    height: 100%;
    width: 4%;
    width: 4%;
    top: 0;
    bottom: 0;
    margin: 0;
    background-color: transparent;
}

.thumbTiles .swiper-button-prev {
    left: 0;
    border-top-right-radius: var(--tileBorderRadius);
    border-bottom-right-radius: var(--tileBorderRadius);
    background:rgba(0,0,0,.25)
}

.thumbTiles .swiper-button-next {
    right: 0;
    border-top-left-radius: var(--tileBorderRadius);
    border-bottom-left-radius: var(--tileBorderRadius);
    background:rgba(0,0,0,.25)
}

.thumbTiles .swiper-button-prev::after,
.thumbTiles .swiper-button-next::after {
    color: #fff;
    font-size: 4vw;
    font-weight: bold;
    transition: transform 0.1s ease-out;
}

@media screen and (min-width: 640px) {
    .thumbTiles .swiper-button-prev::after,
    .thumbTiles .swiper-button-next::after {
        display: none;
        font-size: 2.4vw;
    }

    .thumbTiles .swiper-button-prev:hover::after,
    .thumbTiles .swiper-button-next:hover::after {
        transform: scale(1.25);
    }

    .thumbTiles:hover .swiper-button-prev::after,
    .thumbTiles:hover .swiper-button-next::after {
        display: block;
    }
}

@media only screen and (max-width: 767px) {

  .target-container {
    width: 100%;
    height: 300px;
    background-color: #fff;
  }

  .xctn {
    width: 94%;
    height: auto!important;
    margin-bottom: 40px;
  }

  #viewFullscreen {
    background:#141414;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
  }

  .thumbTile__image {
      display: flex;
      position: relative;
      width: 100%;
      height: 300px;
      max-height: 100vh;
      padding-top: 0;
      object-position: center;
      object-fit: contain;
      z-index: 1;
      padding-left: 0;
      border-radius: 0;
      align-self: center;
  }

.thumbSection {
    background: transparent;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    z-index: 0;
}

.thumbTitle {
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 20px;
    margin: 5px 0 10px 10px;
    color: #fff;
    text-transform: lowercase;
    padding: 5px 0 0 5px;
    font-weight: 600;
}

}

@media only screen and (max-width: 1023px){

.thumbTile__image {
    display: flex;
    position: relative;
    width: 100%;
    height: 300px;
    max-height: 100vh;
    padding: 0;
    object-position: center;
    object-fit: contain;
    z-index: 1;
    padding-left: 0;
    border-radius: 0;
    align-self: center;
}

.thumbTitle {
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 5px 0 10px 10px;
    color: #fff;
    text-transform: lowercase;
    webkit-font-smoothing: antialiased;
    padding: 0 0 0 10px;
    font-weight: 600;
}

}
@media screen and (orientation: landscape) {
  .target-container {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .thumbTile__image {
      display: flex;
      position: relative;
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      padding: 0;
      object-position: center;
      object-fit: contain;
      z-index: 1;
      padding-left: 0;
      border-radius: 0;
      align-self: center;
  }
}
.xctn {
    background-color: #333;
}
/* Gallery container */
.custom-gallery-container {
    width: 100%;
    position: relative;
    overflow: visible;
}

/* Swiper slides */
.custom-gallery-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

/* Images */
.custom-slide-image {
    width: 100%;
    max-height: 90vh;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
    display: block;
}

/* Caption */
.custom-slide-caption p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
}

/* Slide inner wrapper for fullscreen button */
.custom-slide-inner {
    position: relative;
}

/* Fullscreen button */
.custom-fullscreen-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.4);
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 5px 8px;
    cursor: pointer;
    border-radius: 4px;
    z-index: 10;
}

/* Fullscreen container */
#customGalleryFullscreen.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

/* Navigation arrows */
.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
}

.custom-swiper-button-prev {
    left: 10px;
}

.custom-swiper-button-next {
    right: 10px;
}

.custom-swiper-button-prev::after,
.custom-swiper-button-next::after {
    font-size: 24px;
    color: #fff;
}

.custom-swiper-button-prev::after { content: '‹'; }
.custom-swiper-button-next::after { content: '›'; }

/* Pagination bullets */
.custom-swiper-pagination-bullet {
    background: rgba(255,255,255,0.8);
}

.custom-swiper-pagination-bullet-active {
    background: #fff;
}
.custom-slide-caption {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.custom-gallery-slider-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #141414;
    padding: 20px 0;
}
#customGalleryFullscreen.fullscreen {
    z-index: 99999 !important;
}
/* Slide inner wrapper */
.custom-slide-inner {
    display: flex;
    flex-direction: column; /* stack image above caption */
    align-items: center;    /* center horizontally */
    justify-content: center; /* center vertically if needed */
    width: 100%;
}

/* Caption */
.custom-slide-caption {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}
#customGalleryFullscreen.fullscreen .custom-slide-inner {
    flex-direction: column;
}
/* Slide wrapper: stack image and caption vertically */
.custom-slide-inner {
    display: flex;
    flex-direction: column;  /* vertical layout */
    align-items: center;     /* center horizontally */
    justify-content: flex-start;
    width: 100%;
}

/* Caption */
.custom-slide-caption {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

/* Image */
.custom-slide-image {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
}
#customGalleryFullscreen.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(20, 20, 20, 0.95);
    z-index: 99999 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.custom-gallery-slider-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #141414; /* dark slider background */
}
.custom-slide-inner {
    display: flex;
    flex-direction: column;   /* vertical stack */
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.custom-slide-image {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    cursor: pointer;
}

.custom-slide-caption {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
}

/* Fullscreen button inside slide */
.custom-fullscreen-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 5px 8px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
}
.custom-swiper-button-prev,
.custom-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 9999;
    color: #fff;
    font-size: 28px;
}

/* Force content for arrows */
.custom-swiper-button-prev::after { content: '‹'; }
.custom-swiper-button-next::after { content: '›'; }

.custom-swiper-button-prev { left: 10px; }
.custom-swiper-button-next { right: 10px; }

@media screen and (max-width: 768px) {
    #web-device {
        display: none!important;
    }
}
#web-device {
  display: block;
}
.newsletter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #034f43;
  width: 100%;
  height: 100%;
  min-height: 200px;
  padding: 0;
  margin: 0;
}

.newsletter-container {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 90%;
  height: 200px;
}

.newsletter a {
  color: inherit;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}

.newsletter-intro {
   display: inline-flex;
   flex-direction: column;
   width: 50%;
   margin: 0;
   padding: 0;
}
.newsletter-intro h1 {
   font-size: 1.5em;
   font-weight: normal;
   color: #FFFFFF;
   letter-spacing: -.03em;
   line-height: 1.4;
   margin: 0;
   padding: 0;
}

.newsletter-intro p {
  font-size: 0.750em;
  line-height: 1.4;
  letter-spacing: -.03em;
  color: lightgray;
  margin: 0;
  padding: 0;
}

.newsletter-intro i {
  color: #55cc29;
}

.newsletter-agreement form {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-direction: row;
  background-color: #fff;
  border: 3px solid #55cc29;
  border-radius: 6px;
  padding: 0;
  height: 55px;
}

.newsletter-agreement input {
  flex-grow:2;
  border:none;
  margin-left: 25px;
  height: 45px;
  font-size: 0.8em;
  font-weight: lighter;
  color: gray;
  opacity: 1;
}

.newsletter-agreement input:focus {
  outline: none;
}

.newsletter-agreement form:focus-within {
  outline: 1px solid #55cc29;
}

.newsletter-agreement input::placeholder {
  color: gray;
  opacity: 1;
}

.newsletter-agreement input:-ms-input-placeholder {
  color: gray;
  opacity: 1;
}

.newsletter-agreement input::-ms-input-placeholder {
  color: gray;
  opacity: 1;
}

.newsletter-agreement button {
  height: 55px;
  background: #55cc29;
  color: #fff;
  font-size: 0.870em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  padding: 0 15px;
  border: 3px solid #55cc29;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: -3px;
}

.newsletter-agreement button:hover {
  background: #a1b0b5;
}

.newsletter-agreement p {
 font-size: 0.650em;
 line-height: 1;
 letter-spacing: -.03em;
 color: lightgray;
 margin: 0;
 padding: 0;
 text-align: center;
 margin-top: 10px;
}

.newsletter-agreement {
 display: flex;
 flex-direction: column;
 width: 50%;
 margin: 0;
 padding: 0;
}

.response {
  display: none;
  color: #55cc29;
  font-size: 0.8em;
  letter-spacing: -.03em;
  text-align: center;
  padding: 0;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 767px) {

  .response {
    display: none;
    color: #55cc29;
    font-size: 0.8em;
    letter-spacing: -.03em;
    text-align: center;
    padding: 0;
    margin: -30px 0 20px 0;
  }

  .newsletter {
    flex-direction: column;
    height: 100%;
  }

  .newsletter-container {
    flex: 1 1 100%;
    height: 100%;
  }

  .newsletter-intro {
   width: 100%;
  }
  .newsletter-intro h1 {
   font-size: 4.5vw;
   line-height: 1.2;
   padding: 40px 0 5px 0;
   text-align: center;
  }

  .newsletter-intro p {
  font-size: 3.5vw;
  line-height: 1.2;
  padding: 0 0 15px 0;
  text-align: center;
  }

  .newsletter-agreement form {
    height: 40px;
  }

  .newsletter-agreement input {
    margin-left: 15px;
    max-width: 80%;
    height: 30px;
    font-size: 4vw;
  }

  .newsletter-agreement button {
    height: 40px;
    font-size: 3vw;
    padding: 0 8px;
    margin-right: -3px;
  }

  .newsletter-agreement p {
    font-size: 3.5vw;
    line-height: 1.2;
    padding: 0 0 40px 0;
    text-align: center;
    }

  .newsletter-agreement {
   width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-device-width: 1024px) {
  .response {
    display: none;
    color: #55cc29;
    font-size: 0.8em;
    letter-spacing: -.03em;
    text-align: center;
    padding: 0;
    margin: -40px 0 30px 0;
  }

  .newsletter {
    flex-direction: column;
    height: 100%;
  }

  .newsletter-container {
    flex: 1 1 100%;
    height: 100%;
  }

  .newsletter-intro {
   width: 100%;
  }
  .newsletter-intro h1 {
   font-size: 4.5vw;
   line-height: 1.2;
   padding: 60px 0 5px 0;
   text-align: center;
  }

  .newsletter-intro p {
  font-size: 3.5vw;
  line-height: 1.2;
  padding: 0 0 25px 0;
  text-align: center;
  }

  .newsletter-agreement form {
    height: 60px;
  }

  .newsletter-agreement input {
    margin-left: 15px;
    max-width: 80%;
    height: 50px;
    font-size: 4vw;
  }

  .newsletter-agreement button {
    height: 60px;
    font-size: 3vw;
    padding: 0 8px;
    margin-right: -3px;
  }

  .newsletter-agreement p {
    font-size: 3.5vw;
    line-height: 1.2;
    padding: 10px 0 60px 0;
    text-align: center;
    }

  .newsletter-agreement {
   width: 100%;
  }
}

.pinned-container #headlines h1 {
color: #000000;
}

.pinned-container #headlines h1:hover {
color: #4e4e4e
}

@media screen and (max-width: 768px) {
.pinned-container #headlines h1 {
color: #1a1a1a;
}
}
  .coverage-hero {
    background-color: #000;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://jornalnoroeste.com.br/files/images/<?php echo $displayCoverageImage; ?>");
    background-position: top;
    background-size: cover;
    display: inline-block;
    padding-bottom: 120px;
    padding-top: 100px;
    position: relative;
    width: 100%;
  }
  .coverage-hero-inset {
    box-shadow: inset 1px -240px 150px -100px #000;
}
  .coverage-wrapper {
    background-color: #000000;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 40px;
  }
  .coverage-wrapper i {
    color: #F40009;
    font-size: 8px;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2px;
  }
  .special-coverage-container {
    background-color: #000000;
    width: 100%;
    margin-bottom: 100px;
    padding-bottom: 100px;
    webkit-mask-image: linear-gradient(to top, transparent 0%, black 8%);
    mask-image: linear-gradient(to top, transparent 0%, black 8%);
  }
  .pinned-container {
    width: 100%;
    background-color: inherit;
    padding-top: 0;
    padding-bottom: 0;
}
#coverage-pinned {
  background-color: inherit;
  color: #fff;
  text-align: left;
  letter-spacing: -.03em;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  padding-left: 5%;
  padding-right: 5%;

}
#coverage-pinned .news-warpper h1 {
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: left;
}
#coverage-pinned a {
    text-decoration: none;
    color: inherit!important;
}
#coverage-pinned h1 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: left;
  transition: opacity .35s cubic-bezier(.165,.84,.44,1);
  text-transform: uppercase;
}
#coverage-pinned h1:hover {
  opacity: 0.5;
}
#coverage-pinned h2 {
  color: #fff;
  font-size: 3.3em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: left;
  transition: opacity .35s cubic-bezier(.165,.84,.44,1);
}
#coverage-pinned h2:hover {
  opacity: 0.5;
}
#coverage-pinned h3 {
  color: #fff;
  font-size: 1.20em;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 10px;
  text-align: left;
  transition: opacity .35s cubic-bezier(.165,.84,.44,1);
}
#coverage-pinned h3:hover {
  opacity: 0.5;
}
#coverage-pinned img {
  left: 0;
  width: 100%;
  height: auto;
  margin: auto;
  border-radius: 0;
  vertical-align:middle;
  margin: 0;
  -webkit-filter: brightness(100%);
  object-position: center;
  object-fit: cover;
  opacity: 0.8;
}
.coverage-top {
  display:block;
  width: 75px;
  height: 7px;
  border:0;
  border-top: 7px solid #F40009;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #coverage-pinned h2 {
    font-size: 1.8em;
  }
  #coverage-pinned h3 {
    font-size: 1.1em;
  }
  .coverage-hero {
    background-image: none;
  }
  .mobile-hero {
    display: block;
  }
  .mobile-hero img {
    display: block;
    height: 100%;
    width: 100%;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: top;
    padding-bottom: 20px;
}
.coverage-hero {
  padding-top: 0;
}
.special-coverage-container {
    margin-bottom: 25px;
    padding-bottom: 25px;
    webkit-mask-image: none;
    mask-image: none;
}
}
.pinned-container #pinned h1 {
    font-weight: 700!important;
  }
  .pinned-container #pinned h2 {
      font-weight: 700!important;
      font-size: 2.1em!important;
    }

  #pinned {
    position: relative;
    display: block;
    padding: 0;
    box-sizing: border-box;
  }

  #pinned h1 {
    color: rgba(204, 0, 0, 1)!important;
    margin: 0!important;
    font-weight: 700!important;
    transition: color 0.3s ease;
   }

   #pinned h1 a:hover {
     color: #e60000;
   }

  .news-cover-container {
    position: relative;
    display: inline-block;
  }

  .news-cover {
    display: block;
    width: 100%;
    height: auto;
  }

  .headline-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 50%;
    display: flex;
    align-items: flex-end;
    gap: 0;
    padding: 0 15px 10px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
    box-sizing: border-box;
    pointer-events: none;
    border-radius: 12px;
  }

  .headline-overlay h2 {
    position: relative;
    padding-left: 15px;
    color: #fff!important;
    margin-top: 0!important;
    margin-bottom: 0!important;
  }

  .headline-overlay h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 100%;
    background-color: #cc0000;
    border-radius: 2px;
  }

  .headline-overlay h2 a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
  }
  @media screen and (max-width: 768px) {
  .pinned-container #pinned h2 {
      font-size: 1.4em !important;
  }
  }
  .news-card {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  }
  #coverage-pinned img.news-card {
    height: auto !important;
  }
  #pinned img.news-card {
    height: auto !important;
  }
  #headlines img.news-card {
    height: auto !important;
  }
  #main-headlines img.news-card {
    height: auto !important;
  }
  .newsletter {
      background-color: #1f2933!important;
  }
  .ntv-container {
    background-color: #0E0E10!important;
    border-radius: 10px;
  }
  .ntv-top-videos h2 {
   color: gray!important;
   font-weight: normal!important;
}
  @media screen and (max-width: 768px) {
#mobile-device{
   display: block!important;
}
}
.editorial-header {
display: block;
width: 100%;
margin: 0;
padding-left: 10px;
}

.editorial-header span {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
font-size: 22px;
font-weight: 700;
line-height: 1.2;
text-transform: none;
}

.sports-header {
color: var(--clr-sports);
}
.entertainment-header {
color: var(--clr-entertainment);
}
.top-5-header {
color: rgba(204, 0, 0, 1);
}
.editorial-header-for-sports {
  border-left: 7px solid var(--clr-sports);
}
.editorial-header-for-entertainment {
  border-left: 7px solid var(--clr-entertainment);
}
.editorial-header-for-top-5 {
  border-left: 7px solid rgba(204, 0, 0, 1);
}

@media (max-width: 768px) {
  .editorial-header h2 {
      font-size: 19px;
  }
  .editorial-header {
  margin: 10px 0 20px 0;
}
.top-5-container #top-5-container-headlines {
    padding-top: -10px;
}
}
.response {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}

.response.show {
max-height: 200px;
}
.top-5-container #top-5-container-headlines {
  padding-top: 0;
}
.search-overlay .bar {
  padding: 0 16px 0 20px!important;
}
article h1.title {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(2.75rem, 4.026vw, 3.5rem);
  font-weight: 700;
  color: #222222;
  line-height: 1.18;
  letter-spacing: -0.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 0;
}

article h4.news-subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1.35rem, 2.2vw, 1.5rem);
  font-weight: 400;
  color: #858585;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  line-height: 1.5;
}
