.videos-section-center p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.btn-latest-epi {
  border-radius: 6px;
  display: inline-block;
  background-color: #e37705;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding: 5px 20px;
  line-height: 30px;
  transform: translate(0px, 5px);
  transition: 0.5s;
  margin: 0px 0px;
}
.btn-latest-epi:hover {
  transform: translate(0px, 0px);
  transition: 0.5s;
  background-color: #005f60;
}
.btn-latest-epi span {
  font-size: 20px;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .btn-latest-epi span {
    font-size: 16px;
  }
}

.weekly-edition-div + .mivv-div {
  position: relative;
  text-align: left;
}

.mivv-div {
  text-align: left;
}

.mivv {
  color: #008083;
  transition: 0.5s;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  margin: 15px 0px 40px 0px;
}
.mivv:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid #008083;
  transition: 0.3s;
}
.mivv:hover:after {
  width: 100%;
  transition: 0.3s;
}
.mivv span {
  font-size: 22px;
  vertical-align: sub;
}
@media (max-width: 1024px) {
  .mivv {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .mivv {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.dashboard-header {
  padding: 0px 0px 15px 0px;
  margin-bottom: 10px;
}
.dashboard-header h1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0px;
}
.dashboard-header h1:after {
  content: "";
  background-color: #008083;
  width: 90px;
  height: 5px;
  display: block;
}
@media (max-width: 1090px) {
  .dashboard-header h1 {
    font-size: 20px;
  }
}

.videos-section-center {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235294);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
}
@media (max-width: 998px) {
  .videos-section-center {
    padding: 10px;
  }
}
.videos-section-center h3 {
  color: #005f60;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .videos-section-center h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
}
.videos-section-center .videos-banner {
  margin-bottom: 40px;
}
.videos-section-center .videos-banner .banner-block {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.videos-section-center .videos-banner .banner-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3411764706);
  border-radius: 8px;
  z-index: 1;
}
.videos-section-center .videos-banner .banner-block img {
  border-radius: 8px;
  height: 230px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.videos-section-center .videos-banner .banner-block .video-banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  z-index: 3;
  max-width: 390px;
}
.videos-section-center .videos-banner .banner-block .video-banner-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}
.videos-section-center .videos-banner .banner-block .video-banner-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.videos-section-center .videos-banner .banner-block .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.videos-section-center .videos-banner .banner-block .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 33px;
}
.videos-section-center .videos-banner .banner-block .play-button span i {
  line-height: 25px;
}
.videos-section-center .videos-banner .banner-block:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-section-center .weekly-edition-div .video-thumbnail {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
}
.videos-section-center .weekly-edition-div .video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.videos-section-center .weekly-edition-div .video-thumbnail img {
  border-radius: 8px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.videos-section-center .weekly-edition-div .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.videos-section-center .weekly-edition-div .video-thumbnail .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 33px;
}
.videos-section-center .weekly-edition-div .video-thumbnail .play-button span i {
  line-height: 25px;
}
.videos-section-center .weekly-edition-div .video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-section-center .weekly-edition-div h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}
@media (max-width: 1025px) {
  .videos-section-center .weekly-edition-div h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .videos-section-center .weekly-edition-div h4 {
    font-size: 20px;
  }
}
.videos-section-center .weekly-edition-div p {
  color: #4b5563;
  font-size: 18px;
}
@media (max-width: 767px) {
  .videos-section-center .weekly-edition-div p {
    font-size: 15px;
    line-height: 25px;
  }
}
.videos-section-center .weekly-edition-div a {
  color: #005f5f;
}
.videos-section-center .industry-viewpoints-div {
  margin-bottom: 15px;
}
.videos-section-center .industry-viewpoints-div h3 {
  color: #005f60;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .videos-section-center .industry-viewpoints-div h3 {
    font-size: 17px;
  }
}
.videos-section-center .industry-viewpoints-div .card {
  border: 0px;
}
.videos-section-center .industry-viewpoints-div .card .card-header {
  padding: 0px;
  border: 0px;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail img {
  border-radius: 8px;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 26px;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail .play-button span i {
  line-height: 25px;
}
.videos-section-center .industry-viewpoints-div .card .card-header.video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-section-center .industry-viewpoints-div .card .card-body {
  padding: 15px 0px 0px 0px;
}
.videos-section-center .industry-viewpoints-div .card .card-body h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .videos-section-center .industry-viewpoints-div .card .card-body h4 {
    font-size: 20px;
  }
}
.videos-section-center .industry-viewpoints-div .card .card-body p {
  color: #4b5563;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .videos-section-center .industry-viewpoints-div .card .card-body p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 22px;
  }
}
.videos-section-center .industry-viewpoints-div .card:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-section-center .industry-viewpoints-div .video-thumbnail {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  margin-bottom: 0px;
}
.videos-section-center .industry-viewpoints-div .video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.videos-section-center .industry-viewpoints-div .video-thumbnail img {
  border-radius: 8px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .videos-section-center .industry-viewpoints-div .video-thumbnail img {
    height: 220px;
  }
}
.videos-section-center .industry-viewpoints-div .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.videos-section-center .industry-viewpoints-div .video-thumbnail .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 26px;
}
.videos-section-center .industry-viewpoints-div .video-thumbnail .play-button span i {
  line-height: 25px;
}
.videos-section-center .industry-viewpoints-div .video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}
.videos-section-center .educational-series-div {
  margin-bottom: 15px;
}
.videos-section-center .educational-series-div h3 {
  color: #005f60;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1025px) {
  .videos-section-center .educational-series-div h3 {
    font-size: 17px;
  }
}
.videos-section-center .educational-series-video {
  margin: 10px 0px;
}
.videos-section-center .educational-series-video .video-thumbnail {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
}
.videos-section-center .educational-series-video .video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.videos-section-center .educational-series-video .video-thumbnail img {
  border-radius: 8px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .videos-section-center .educational-series-video .video-thumbnail img {
    height: 220px;
  }
}
.videos-section-center .educational-series-video .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.videos-section-center .educational-series-video .video-thumbnail .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 25px;
}
.videos-section-center .educational-series-video .video-thumbnail .play-button span i {
  line-height: 25px;
}
.videos-section-center .educational-series-video .video-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .videos-section-center .educational-series-video .video-content h4 {
    font-size: 16px;
  }
}
.videos-section-center .educational-series-video .video-content p {
  color: #4b5563;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.videos-section-center .educational-series-video:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.page-node-1000041 .node__content {
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.0588235);
  border: 1px solid #e5e7eb;
  border-radius: 15px;
  padding: 20px;
  margin: 10px 0px;
}
.page-node-1000041 .industry-viewpoints-div .card {
  border: 0px;
  margin-bottom: 25px;
}
.page-node-1000041 .industry-viewpoints-div .card-header {
  padding: 0px;
  border: 0px;
}
.page-node-1000041 .industry-viewpoints-div .card-body {
  border: 0px;
  padding: 0px;
}
.page-node-1000041 .industry-viewpoints-div .card-body h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
}
.page-node-1000041 .industry-viewpoints-div .card-body ul {
  padding: 0px;
}
.page-node-1000041 .industry-viewpoints-div .card-body ul li {
  list-style: none;
  padding: 5px 0px;
}
.page-node-1000041 .industry-viewpoints-div .card-body ul li a {
  color: #008083;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
.page-node-1000041 .industry-viewpoints-div .card-body ul li a:before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  margin-right: 5px;
  vertical-align: middle;
}
.page-node-1000041 .industry-viewpoints-div .card-body ul li a:hover {
  color: #e37705;
}
.page-node-1000041 .video-thumbnail {
  display: block;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  margin-bottom: 15px;
}
.page-node-1000041 .video-thumbnail:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  z-index: 1;
}
.page-node-1000041 .video-thumbnail img {
  border-radius: 8px;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page-node-1000041 .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
}
.page-node-1000041 .video-thumbnail .play-button span {
  background-color: rgba(237, 234, 234, 0.8705882353);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #005f5f;
  font-size: 33px;
}
.page-node-1000041 .video-thumbnail .play-button span i {
  line-height: 25px;
}
.page-node-1000041 .video-thumbnail:hover .play-button {
  transform: translate(-50%, -50%) scale(1.1);
}

.supreme-video {
  border: 1px solid #ececec;
  box-shadow: 0px 1px 3px 0px #e2e1e1;
  padding: 20px;
  border-radius: 15px;
  margin: 25px 0px;
}
/*# sourceMappingURL=videos.css.map */
