html {
  box-sizing: border-box;
  font-family: 'Verdana';
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 80% !important;
  }
}
@media only screen and (max-width: 576px) {
  html {
    font-size: 70% !important;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background-color: #e9e8dc;
  overflow-x: hidden !important;
}
@media only screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
.body--still {
  position: fixed;
  top: 0;
  right: 0;
}
.wrapper {
  margin: 0 auto;
  max-width: 77.5rem;
}
@media only screen and (max-width: 1024px) {
  .header {
    border-top: 10px solid #565656;
  }
}
p {
  font-family: 'Verdana';
}
/* SCREEN SIZE VARIABLES */
/* COLOR VARIABLES AS PER EBC */
/* OLD/LEGACY COMMONLY USED COLORS */
/* FONT VARIABLES */
@font-face {
  font-family: 'BebasNeue Bold';
  src: url('../../fonts/BebasNeue-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Book';
  src: url('../fonts/BebasNeue-Book.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Light';
  src: url('../fonts/BebasNeue-Light.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular';
  src: url('../fonts/BebasNeue-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'BebasNeue Regular IE';
  src: url('../fonts/BebasNeue-webfont.eot');
}
@font-face {
  font-family: 'BebasNeue Thin';
  src: url('../fonts/BebasNeue-Thin.otf') format('opentype');
}
.wtvn {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 900px) {
  .wtvn {
    flex-wrap: wrap;
  }
}
.wtvn__header {
  background-color: #da282e;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 2rem;
  background-repeat: no-repeat;
  background-size: 190px;
  background-position: 10px center;
}
@media only screen and (max-width: 768px) {
  .wtvn__header {
    background-size: 100px;
  }
}
.wtvn__title {
  font-family: 'BebasNeue Bold';
  font-size: clamp(30px, 3.5vw, 52px);
  text-transform: uppercase;
  width: 80%;
  margin: auto;
  margin-top: 30px;
}
.wtvn__subtitle {
  font-family: 'Verdana';
  font-size: 1rem;
  width: 80%;
  margin: auto;
  line-height: 20px;
}
.wtvn__block {
  width: 67%;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .wtvn__block {
    width: 100%;
  }
}
.wtvn__block-image {
  width: 14rem;
  height: 14rem;
}
.wtvn__block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wtvn__text {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.wtvn__icon {
  width: 7.5rem;
  height: 7.5rem;
}
.wtvn__icon img {
  width: 100%;
  height: 100%;
}
.wtvn__title {
  width: 80%;
}
.wtvn__title h2 {
  font-family: 'BebasNeue Bold';
  font-size: clamp(30px, 3.5vw, 52px);
  text-transform: uppercase;
}
.wtvn__title p {
  font-family: 'Verdana';
  font-size: 1rem;
  line-height: 20px;
  margin-top: 1rem;
}
.wtvn input[type="text"] {
  display: block;
  border-radius: 3rem;
  width: 85%;
  height: 3rem;
  margin: 1rem auto 2rem;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 2rem;
  color: #56565696;
  font-family: 'Verdana';
  font-size: 14px;
  z-index: 10;
}
.wtvn__news {
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  width: 33%;
}
@media only screen and (max-width: 900px) {
  .wtvn__news {
    width: 100%;
  }
}
.wtvn__news-header {
  background-color: #565656;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 1rem;
}
.wtvn__news-header h3 {
  font-family: 'BebasNeue Bold';
  font-size: clamp(20px, 3.5vw, 24px);
}
.wtvn__news-header a {
  font-family: 'Verdana';
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 120px;
  margin-right: 0.5rem;
}
.wtvn__news-header a:hover {
  text-decoration: underline;
}
.wtvn__news-header a:hover img {
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.wtvn__news-header a img {
  margin-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.wtvn__news-list li {
  padding: 1rem;
  border-bottom: 1px solid #E9E8DC;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wtvn__news-list li:last-of-type {
  border: none;
}
.wtvn__news-list li:hover .red {
  display: block;
}
.wtvn__news-list li:hover .grey {
  display: none;
}
.wtvn__news-list li:hover a {
  text-decoration: underline;
}
.wtvn__news-list li .red {
  display: none;
}
.wtvn__news-list li .grey {
  display: block;
}
.wtvn__news-list li a {
  font-family: 'Verdana';
  font-size: 14px;
  color: #000;
  width: fit-content;
  max-width: 80%;
}
