@charset "UTF-8";
@keyframes childnav-pos {
  from {
    top: 80px;
    opacity: 0;
  }
  to {
    top: 58px;
    opacity: 1;
  }
}
.related-content {
  padding: 80px 0;
  background: #f4f5f6;
  flex-direction: column;
}
@media (max-width: 575px) {
  .related-content {
    padding: 60px 0;
  }
}
.related-content .card-row {
  display: flex;
  margin: 0 -1%;
  margin-top: 30px;
  flex-wrap: wrap;
  justify-content: start;
}
@media (max-width: 575px) {
  .related-content .card-row {
    margin-top: 0;
  }
}
.related-content .card-row .card {
  background: #fff;
  width: 23%;
  margin: 1%;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width:979px) {
  .related-content .card-row .card {
    width: 31.33%;
  }
}
@media (max-width: 575px) {
  .related-content .card-row .card {
    width: 100%;
    margin: 15px 0;
  }
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image {
    min-height: 140px;
    overflow: hidden;
    max-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image {
    min-height: 126px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image {
    min-height: 160px;
    overflow: hidden;
    max-height: 160px;
  }
}
.related-content .card-row .card .image a {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image a {
    min-height: 126px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image a {
    min-height: 144px;
  }
}
.related-content .card-row .card .image img {
  width: 100%;
  object-fit: cover;
  transition: transform 2.4s linear;
}
.related-content .card-row .card .image img:hover {
  transform: scale(1.1);
}
@media (min-width:720px) and (max-width:979px) {
  .related-content .card-row .card .image img {
    min-height: 140px;
  }
}
@media (min-width:980px) and (max-width: 1199px) {
  .related-content .card-row .card .image img {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .related-content .card-row .card .image img {
    min-height: 160px;
  }
}
.related-content .card-row .text {
  padding: 25px 35px 25px;
  height: 100%;
  align-items: flex-start;
  display: flex;
}
@media (max-width:767px) {
  .related-content .card-row .text {
    padding: 20px 30px 30px;
  }
}
.related-content .card-row .text h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 10px;
}
.related-content .card-row .text h5 a {
  display: inline-block;
  width: 100%;
  color: #131619;
}
.related-content .card-row .text h5 a:hover {
  color: #184ea5;
}
.related-content .card-row .text p {
  font-size: 15px;
  line-height: 22px;
}

.ct-card-group {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 24px;
}
@media (max-width: 575px) {
  .ct-card-group {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 24px;
  }
}
@media (min-width:980px) {
  .ct-card-group {
    gap: 24px 48px;
  }
}

.displayCard {
  margin: 0;
  width: 100%;
  position: relative;
  transition: 0.5s ease;
  border: 0;
  min-height: 238px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
@media (min-width:768px) {
  .displayCard {
    flex-direction: row;
    align-items: center;
    margin: 0;
  }
}
.displayCard__image {
  position: relative;
  max-height: 360px;
  height: 100%;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
  margin: 0;
  border-radius: 8px;
}
@media (min-width:768px) {
  .displayCard__image {
    max-height: 320px;
    max-width: 55%;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
}
@media (min-width:980px) {
  .displayCard__image {
    max-height: 520px;
  }
}
.displayCard__image a {
  display: block;
  width: 100%;
}
.displayCard__image img {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  transition: transform 2.4s linear;
}
.displayCard__image img:hover {
  transform: scale(1.1);
}
.displayCard__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  object-fit: cover;
}
.displayCard__image .btn-vidoplay {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
}
.displayCard__image p.youtube-link {
  position: absolute;
  visibility: hidden;
}
.displayCard__image.ct-card__video {
  padding: 18% 0;
}
.displayCard__image.publication, .displayCard__image.resources, .displayCard__image.press {
  background-color: #eff1f7;
}
.displayCard__image.publication img.img-blur, .displayCard__image.resources img.img-blur, .displayCard__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
  background-color: #ffffff;
}
.displayCard__image.publication a, .displayCard__image.resources a, .displayCard__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__image.publication a img, .displayCard__image.resources a img, .displayCard__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.displayCard__video {
  position: relative;
  background-color: transparent;
  padding-bottom: 48.25%;
  /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.displayCard__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 620px;
  z-index: 3;
}
.displayCard__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.displayCard__video .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.displayCard__video .btn-vidoplay::after {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
  background-size: 100%;
}
.displayCard__video .btn-vidoplay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.displayCard__video p.youtube-link {
  height: 0px;
  margin: 0;
  visibility: hidden;
}
.displayCard__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}
.displayCard__video.d-video {
  min-height: 340px;
  max-height: 340px;
}
.displayCard__video.d-video a {
  max-height: 340px;
}
@media (max-width: 575px) {
  .displayCard__video.d-video {
    min-height: 220px;
    height: 100%;
    max-height: 220px;
  }
}
@media (min-width: 575.5px) and (max-width:767px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 38vh;
    max-height: 360px;
  }
}
@media (min-width:768px) and (max-width:979px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 340px;
  }
}
@media (min-width:980px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .displayCard__video.d-video {
    min-height: 32vh;
    height: 32vh;
    max-height: 32vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .displayCard__video.d-video {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__video.d-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
}
@media (min-width: 1200px) {
  .displayCard__video.d-video iframe {
    min-height: 320px;
    height: 100%;
    max-height: 320px;
  }
}
@media (min-width: 1440px) {
  .displayCard__video.d-video iframe {
    min-height: 340px;
    height: 100%;
    max-height: 340px;
  }
}
.displayCard__details {
  display: flex;
  align-items: center;
  z-index: 0;
  width: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in;
  background-color: #ffffff;
  margin: 0;
  right: 0;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.displayCard__details:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:768px) {
  .displayCard__details {
    min-width: calc(45% + 30px);
    width: calc(45% + 30px);
    margin: 0 0 0 -32px;
    height: calc(100% - 32px);
    padding: 16px 0;
  }
}
.displayCard__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
  position: relative;
  width: 100%;
}
.displayCard__details--body p.date,
.displayCard__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body p.date span,
.displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard__details--body p.date span.material-icons,
.displayCard__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.displayCard__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.displayCard__details--body p.date-type,
.displayCard__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard__details--body p.date-type .material-icons,
.displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body .news-date {
  color: #686a6c;
}
.displayCard__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h4.card-title,
.displayCard__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.displayCard__details--body h4,
.displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard__details--body h3.card-title,
.displayCard__details--body h3.card-title a,
.displayCard__details--body h4.card-title,
.displayCard__details--body h4.card-title a,
.displayCard__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.displayCard__details--body h3.card-title:hover,
.displayCard__details--body h3.card-title a:hover,
.displayCard__details--body h4.card-title:hover,
.displayCard__details--body h4.card-title a:hover,
.displayCard__details--body h5.card-title a:hover {
  color: #184ea5;
}
.displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.displayCard__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.displayCard__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.displayCard__details--body a.btn:focus {
  outline: none;
}
@media (max-width: 859px) {
  .displayCard__details--body {
    width: 100%;
  }
}
.displayCard__details--body a.btn {
  bottom: 16px;
}
.displayCard.video {
  flex-direction: column;
}
.displayCard.video .contextual-region {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.displayCard.video .displayCard__details {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: auto;
    bottom: auto;
  }
}
.displayCard.video .displayCard__details--body {
  width: calc(100% - 3em);
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
@media (max-width: 575px) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .displayCard.video .displayCard__details--body {
    width: 100%;
  }
}
.displayCard.video .displayCard__details--body p.date,
.displayCard.video .displayCard__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body p.date span,
.displayCard.video .displayCard__details--body p.locate span {
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p.date span.material-icons,
.displayCard.video .displayCard__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.displayCard.video .displayCard__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.displayCard.video .displayCard__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.displayCard.video .displayCard__details--body p.date-type,
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.displayCard.video .displayCard__details--body p.date-type .material-icons,
.displayCard.video .displayCard__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body .news-date {
  color: #686a6c;
}
.displayCard.video .displayCard__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.displayCard.video .displayCard__details--body h4,
.displayCard.video .displayCard__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.displayCard.video .displayCard__details--body h3.card-title,
.displayCard.video .displayCard__details--body h3.card-title a,
.displayCard.video .displayCard__details--body h4.card-title,
.displayCard.video .displayCard__details--body h4.card-title a,
.displayCard.video .displayCard__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.displayCard.video .displayCard__details--body h3.card-title:hover,
.displayCard.video .displayCard__details--body h3.card-title a:hover,
.displayCard.video .displayCard__details--body h4.card-title:hover,
.displayCard.video .displayCard__details--body h4.card-title a:hover,
.displayCard.video .displayCard__details--body h5.card-title a:hover {
  color: #184ea5;
}
.displayCard.video .displayCard__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.displayCard.video .displayCard__details--body .info p {
  margin: 0;
  padding: 0;
}
.displayCard.video .displayCard__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.displayCard.video .displayCard__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.displayCard.video .displayCard__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.displayCard.video .displayCard__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.displayCard.video .displayCard__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.displayCard.video .displayCard__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.displayCard.video .displayCard__details--body a.btn:focus {
  outline: none;
}
.displayCard.video .displayCard__details--body a.btn::after {
  bottom: 10px;
}
.displayCard.video .displayCard__details--body h3.card-title {
  margin: 0;
}
.displayCard.video .displayCard__video .card-title {
  margin-bottom: 1em;
}
.displayCard.left-text {
  flex-direction: column;
}
@media (min-width:768px) {
  .displayCard.left-text {
    flex-direction: row-reverse;
  }
}
.displayCard.left-text .displayCard__details {
  margin: 0 -32px 0 0;
}

@media (min-width: 1440px) {
  .container-rg .displayCard__details {
    max-width: 540px;
  }
}

.ct-card {
  min-width: calc(50% - 24px);
  max-width: calc(50% - 24px);
  margin: 0;
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  padding-bottom: 0.5em;
  border-radius: 8px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (max-width: 575px) {
  .ct-card {
    width: calc(100%);
    max-width: 100%;
    margin: 0;
  }
}
.ct-card__details {
  width: 100%;
}
.ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card__details--body p.date,
.ct-card__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body p.date span,
.ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card__details--body p.date span.material-icons,
.ct-card__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.ct-card__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.ct-card__details--body p.date-type,
.ct-card__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card__details--body p.date-type .material-icons,
.ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body .news-date {
  color: #686a6c;
}
.ct-card__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h4.card-title,
.ct-card__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.ct-card__details--body h4,
.ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card__details--body h3.card-title,
.ct-card__details--body h3.card-title a,
.ct-card__details--body h4.card-title,
.ct-card__details--body h4.card-title a,
.ct-card__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.ct-card__details--body h3.card-title:hover,
.ct-card__details--body h3.card-title a:hover,
.ct-card__details--body h4.card-title:hover,
.ct-card__details--body h4.card-title a:hover,
.ct-card__details--body h5.card-title a:hover {
  color: #184ea5;
}
.ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.ct-card__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.ct-card__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card__details--body .card-text {
  margin-top: 1em;
}
.ct-card__details--body p {
  margin-top: 1em;
}
.ct-card__details--body p.date-type, .ct-card__details--body p.date-field {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: #f96000;
}
.ct-card__details a.btn {
  text-transform: none;
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  bottom: 28px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card__details a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-in;
  left: 0;
  bottom: 10px;
}
.ct-card__details a.btn:hover::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f96000;
  position: absolute;
  bottom: 9px;
  transform: translate(0, 0);
}
.ct-card__image {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
  border-radius: 8px 8px 0 0;
}
.ct-card__image img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.ct-card__image img:hover {
  transition: transform 2.4s linear;
}
.ct-card__image img:hover:hover {
  transform: scale(1.1);
}
.ct-card__image a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image iframe:hover {
  transition: transform 2.4s linear;
}
.ct-card__image iframe:hover:hover {
  transform: scale(1.1);
}
.ct-card__image.publication, .ct-card__image.resources, .ct-card__image.press {
  background-color: #dee2e6;
}
.ct-card__image.publication img.img-blur, .ct-card__image.resources img.img-blur, .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 320px;
  background-color: #ffffff;
}
.ct-card__image.publication a, .ct-card__image.resources a, .ct-card__image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image.publication a img, .ct-card__image.resources a img, .ct-card__image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  background-color: #ffffff;
}
.ct-card__image .btn-vidoplay {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.ct-card__image .btn-vidoplay::after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 4;
  display: inline-block !important;
  opacity: 0.6;
  background: url(../images/icon-videoplay.svg) no-repeat center center;
}
.ct-card__image p.youtube-link {
  height: 0px;
  margin: 0;
}
.ct-card__video {
  position: relative;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 28% 0;
  border-radius: 8px 8px 0 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card__video a {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  max-height: 100%;
}
.ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card__video .contextual-region {
  position: initial;
}
.ct-card__video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}

.ct-card-group.colm-3 .ct-card {
  min-width: calc(100% / 3 - 32px);
  max-width: 32%;
  width: calc(100% / 3 - 32px);
}
@media (max-width: 575px) {
  .ct-card-group.colm-3 .ct-card {
    width: calc(100%);
    max-width: 100%;
  }
}
@media (min-width: 575.5px) and (max-width:979px) {
  .ct-card-group.colm-3 .ct-card {
    min-width: calc(100% / 3 - 32px);
    max-width: calc(100%);
    width: calc(100%);
  }
}
.ct-card-group.colm-3 .ct-card__image {
  background-color: #d1d1d1;
}
.ct-card-group.colm-3 .ct-card__image.publication img.img-blur, .ct-card-group.colm-3 .ct-card__image.resources img.img-blur, .ct-card-group.colm-3 .ct-card__image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 280px;
  background-color: #ffffff;
}
.ct-card-group.colm-3 .ct-card__details {
  width: 100%;
}
.ct-card-group.colm-3 .ct-card__details--body {
  background-color: #ffffff;
  padding: 32px 32px 74px 32px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date,
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span,
.ct-card-group.colm-3 .ct-card__details--body p.locate span {
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date span.material-icons,
.ct-card-group.colm-3 .ct-card__details--body p.locate span.material-icons {
  color: #686a6c;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body p.date {
  margin-bottom: 16px;
  color: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.locate {
  margin-bottom: 10px;
  color: #131619;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type,
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
}
.ct-card-group.colm-3 .ct-card__details--body p.date-type .material-icons,
.ct-card-group.colm-3 .ct-card__details--body .news-date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body .news-date {
  color: #686a6c;
}
.ct-card-group.colm-3 .ct-card__details--body p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 2px 8px;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title {
  font-weight: 700;
  margin: 0 0 0.8em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h4,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title {
  margin: 0 0 1em 0;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a {
  color: #131619;
  line-height: 1.25;
  display: block;
}
.ct-card-group.colm-3 .ct-card__details--body h3.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h3.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title:hover,
.ct-card-group.colm-3 .ct-card__details--body h4.card-title a:hover,
.ct-card-group.colm-3 .ct-card__details--body h5.card-title a:hover {
  color: #184ea5;
}
.ct-card-group.colm-3 .ct-card__details--body .info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p {
  margin: 0;
  padding: 0;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.content-type {
  color: #131619;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date {
  color: #686a6c;
  margin-bottom: 0;
  font-size: 14px;
}
.ct-card-group.colm-3 .ct-card__details--body .info p.date .material-icons {
  font-size: 18px;
  margin-right: 10px;
}
.ct-card-group.colm-3 .ct-card__details--body p {
  line-height: 1.25;
  margin-bottom: 16px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn {
  color: #131619;
  font-weight: 700;
  position: absolute;
  left: 32px;
  font-size: 16px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f96000;
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: 0.5s ease-in;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:hover::after {
  height: 3px;
  bottom: 6px;
}
.ct-card-group.colm-3 .ct-card__details--body a.btn:focus {
  outline: none;
}
.ct-card-group.colm-3 .ct-card__details--body .card-text,
.ct-card-group.colm-3 .ct-card__details--body p {
  margin-top: 1em;
}
.ct-card-group.colm-3 .ct-card__video {
  position: relative;
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 179px;
  overflow: hidden;
  background-color: #eaeaea;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .ct-card-group.colm-3 .ct-card__video {
    padding: 26% 0;
  }
}
.ct-card-group.colm-3 .ct-card__video a {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  max-height: 100%;
}
.ct-card-group.colm-3 .ct-card__video a .contextual-region {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.ct-card-group.colm-3 .ct-card__video img {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 1;
}
.ct-card-group.colm-3 .ct-card__video .contextual-region {
  position: initial;
}

.related-content .ct-card h3.card-title {
  margin-bottom: 0;
}

.path-multimedia .ct-card-group.colm-3 .ct-card__video a,
.path-videos .ct-card-group.colm-3 .ct-card__video a {
  padding: 28% 0;
  width: 100%;
  min-height: 179px;
  height: 100%;
  max-height: 100%;
}

.ct-card-group.colm-3.feature-cards .ct-card {
  border: 0;
  padding-bottom: 1em;
  background-color: #dee2e5;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card {
    padding-bottom: 0;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details {
  position: relative;
  height: 63%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details {
    height: auto;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 1em;
  right: 1em;
  height: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body {
  padding: 0.2em 2.2em 4em 2.2em;
  position: relative;
  z-index: 2;
  background: none;
  height: 100%;
}
@media (max-width: 575px) {
  .ct-card-group.colm-3.feature-cards .ct-card__details--body {
    padding: 0.2em 2.2em 5em 2.2em;
  }
}
.ct-card-group.colm-3.feature-cards .ct-card__details--body .btn {
  left: 2.6em;
  bottom: 1.5em;
}

.path-ed-photo-gallery .ct-card-group.colm-3 .ct-card__details--body {
  padding-bottom: 32px;
}

.path-ed-photo-gallery nav.pager-nav::after {
  width: auto;
}

.path-ed-photo-gallery .ct-card-group {
  margin-left: -8px;
  margin-right: -8px;
}

.data-card-group {
  display: flex;
  align-items: stretch;
  padding-bottom: 64px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  gap: 32px;
}
@media (min-width:980px) {
  .data-card-group {
    flex-wrap: nowrap;
  }
}
.data-card-group .data-card {
  box-sizing: border-box;
  transition: 0.5s ease;
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
  border-radius: 8px;
}
.data-card-group .data-card:hover {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
}
@media (min-width:980px) {
  .data-card-group .data-card {
    flex-grow: 3;
    min-width: calc(100% / 3);
    max-width: calc(100% / 3);
  }
}
.data-card-group .data-card i {
  display: block;
  width: 72px;
  height: 72px;
  margin: 0 auto 30px auto;
}
.data-card-group .data-card h3,
.data-card-group .data-card p {
  text-align: center;
}

[lang=ar] .ct-card-group.colm-3 .ct-card__details--body a.btn {
  left: auto;
  right: 32px;
}

@media (min-width: 768px) {
  [lang=ar] .displayCard__details {
    margin: 0 -32px 0 0;
  }
}

[lang=ar] .ct-card__details a.btn {
  left: auto;
  right: 32px;
}

.cc-card {
  border-radius: 8px;
  background-color: #ffffff;
  display: grid;
  grid-template-columns: 90px 3fr;
  max-width: 520px;
  padding: 20px;
  gap: 24px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s ease-in-out;
}
.cc-card:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
@media (min-width:980px) {
  .cc-card {
    padding: 24px;
  }
}
.cc-card.cmplx {
  max-width: 360px;
  grid-template-columns: 1fr;
  padding: 0;
  gap: 0;
}
@media (min-width:720px) and (max-width:979px) {
  .cc-card.cmplx {
    grid-template-columns: 280px 2fr;
  }
}
@media (min-width:980px) {
  .cc-card.cmplx {
    gap: 24px;
    max-width: 1000px;
    grid-template-columns: 360px 2fr;
  }
}
.cc-card.cmplx .cc-card_body {
  padding: 20px 20px 32px 20px;
  position: relative;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-card_body {
    padding: 24px;
  }
}
.cc-card.cmplx .cc-card_body .btn-text {
  margin-top: 32px;
  position: absolute;
  bottom: 0;
}
.cc-card.cmplx .cc-img-wrap {
  position: relative;
}
.cc-card.cmplx .cc-img {
  position: relative;
  left: 0;
  max-width: 360px;
  width: 100%;
}
@media (min-width:980px) {
  .cc-card.cmplx .cc-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.cc-card.cmplx .cc-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.cc-card .cc-img-round {
  width: 90px;
  height: 90px;
  border-radius: 75px;
  overflow: hidden;
}
.cc-card .cc-img-round img {
  width: 100%;
}
.cc-card .info {
  margin-bottom: 16px;
}
.cc-card .info p.content-type {
  color: #131619;
  text-transform: normal;
  font-size: 14px;
  font-weight: 400;
  display: inline-flex;
  background-color: #d9dbe1;
  border-radius: 75px;
  padding: 4px 8px;
}
.cc-card h4 {
  margin-bottom: 8px;
}
.cc-card p.desg {
  font-size: 16px;
  line-height: 1.25;
  color: #131619;
  margin: 0 0 32px 0 !important;
  padding: 0;
}

@media (min-width:980px) {
  .user-logged-in header .head_row {
    position: absolute;
  }
}

.filter {
  padding: 25px 0;
  margin: 0 0 15px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width:979px) {
  .filter {
    flex-wrap: wrap;
  }
}
.filter .form-group {
  position: relative;
  flex: 1;
}
.filter .form-group .selectdropdown {
  width: 100%;
}
.filter .form-group .form-group {
  position: static;
  margin: 0;
}
@media (max-width:979px) {
  .filter .form-group {
    width: 48%;
    flex: none;
  }
}
@media (max-width: 575px) {
  .filter .form-group {
    width: 100%;
  }
}
.filter .form-group label {
  display: block;
  font-weight: 400;
  font-size: 0.9em;
  padding: 10px 24px;
}
.filter .form-group input:is([type="search"], [type="text"]) {
  font-size: 16px;
  border: 1px solid #ffffff;
  padding: 16px;
  border-radius: 8px;
  color: #131619;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
}
.filter .form-group input:is([type="search"], [type="text"])::placeholder {
  color: #686a6c;
}
.filter .form-group input:is([type="search"], [type="text"]):hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
}
.filter .form-group input:is([type="search"], [type="text"]):focus, .filter .form-group input:is([type="search"], [type="text"]).is-writing, .filter .form-group input:is([type="search"], [type="text"]).active {
  border: 1px solid #f96000 !important;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input:is([type="search"], [type="text"]).error {
  border: 1px solid #f26531 !important;
  color: #a00f31;
  font-weight: 700;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.filter .form-group input:is([type="search"], [type="text"]).error::placeholder {
  color: #a00f31;
  font-weight: 700;
}
.filter .form-group input:is([type="search"], [type="text"]):focus-visible {
  border: 1px solid #f96000;
  outline: 0;
}
@media (min-width:768px) and (max-width:979px) {
  .filter .form-group input:is([type="search"], [type="text"]) {
    min-width: 200px;
  }
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]) {
  position: absolute;
  background-color: #f96000;
  color: #ffffff;
  border: 0;
  border-radius: 75px;
  bottom: 0;
  padding: 16px 48px;
  text-transform: none;
  font-size: 16px;
}
@media (max-width: 575px) {
  .filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]) {
    position: relative;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]) {
    margin-top: 10px;
  }
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]):hover {
  color: #131619;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.21);
  border: 1px solid #f96000;
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).disabled, .filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).inactive {
  box-shadow: none;
  opacity: 0.2;
  cursor: not-allowed;
  border: 1px solid #686a6c;
  color: #ffffff;
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).disabled:is(:hover, :focus), .filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).inactive:is(:hover, :focus) {
  background-color: #f96000;
  color: #ffffff !important;
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).disabled .icn svg,
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).disabled .icn svg g,
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).disabled .icn svg g path, .filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).inactive .icn svg,
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).inactive .icn svg g,
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).inactive .icn svg g path {
  fill: #ffffff;
}
.filter .form-group :is(button[type="submit"], input[type="submit"], input[type="button"]).active {
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.filter .form-group .multi-dropdown {
  margin-left: 0;
  min-width: auto;
}
.filter .form-group .multi-dropdown ul {
  padding: 0;
}
.filter .form-group .multi-dropdown li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.filter .form-group .select-dropdown {
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
}
.filter .form-group .select-dropdown select {
  font-size: 14px;
  border-radius: 4px;
  padding: 13.5px 40px 13.5px 14px;
  color: #131619;
  appearance: none;
  background-color: #eff1f7;
  width: 100%;
  position: relative;
  z-index: 2;
}
.filter .form-group .select-dropdown select:hover, .filter .form-group .select-dropdown select.is-open {
  border: 1px solid #f96000;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
@media all and (-ms-high-contrast: none) {
  .filter .form-group .select-dropdown select,
.filter .form-group .select-dropdown *::-ms-backdrop select {
    padding: 13.5px 10px 13.5px 14px;
  }
}
.filter .form-group .select-dropdown::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 20px;
  z-index: 1;
}
.filter .form-group .select-dropdown__year,
.filter .form-group .select-dropdown .selectdropdown.form-select {
  min-width: 100%;
}
.filter .form-group .select-dropdown .selectdropdown span.current {
  font-weight: normal;
}
.filter .form-group input[type=text].search-input {
  border: none;
  width: 100%;
  background: none;
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #dee2e6;
  border-radius: 5px 5px 0 0;
  padding: 10px 24px 10px 32px;
  font-size: 15px;
}
.filter .form-group .srch-icon {
  position: absolute;
  right: 15px;
  top: 20px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.filter .form-group .srch-icon svg {
  width: 16px;
  height: 16px;
}
.filter .form-group .srch-icon svg.cls-mbl {
  display: none;
}

.filter .form-group .select-dropdown .srch-icon {
  position: absolute;
  right: initial;
  left: 8px;
  top: 12px;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.filter .form-group .select-dropdown .srch-icon svg {
  width: 16px;
  height: 16px;
}
.filter .form-group .select-dropdown input[type=text].search-input {
  background-color: #f7f8fb;
}

.view-filter {
  border-bottom: 1px solid #dee2e6;
  padding: 0 0 25px;
  margin-bottom: 35px;
}
.view-filter label {
  width: 100%;
  margin: 0 0 20px;
  font-weight: 400;
  color: #4c4c4c;
}
.view-filter a {
  float: left;
  margin: 0 25px 0 0;
  color: #000;
  font-size: 14px;
  opacity: 0.4;
  transition: all ease 0.3s;
  position: relative;
}
.view-filter a i {
  float: left;
  margin: 0 12px 0 0;
}
.view-filter a:hover {
  opacity: 1;
}
.view-filter a.active {
  opacity: 1;
}
.view-filter a.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.multi-dropdown .toggle-btn {
  padding: 16px 35px 16px 16px;
  cursor: pointer;
}
.multi-dropdown .toggle-btn:after {
  border: none !important;
  width: 7px;
  height: 7px;
  border-left: 2px solid #000 !important;
  border-bottom: 2px solid #000 !important;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  right: 24px !important;
}
.multi-dropdown .toggle-btn.active::after {
  transform: rotate(135deg) !important;
  -ms-transform: rotate(135deg) !important;
}

.selected-label {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0.5% 0;
}
.selected-label li {
  list-style: none;
  background: #f6c57f;
  color: #000;
  font-weight: 600;
  border-radius: 20px;
  padding: 7px 7px 7px 13px;
  font-size: 11px;
  margin: 0 7px 7px 0;
  display: flex;
  align-items: center;
  line-height: 19px;
}
.selected-label li a.cls {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #f96000;
  margin-left: 12px;
  position: relative;
}
.selected-label li a.cls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.selected-label li a.cls::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 55%;
  background: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}

.year-select .multi-dropdown {
  min-width: 110px;
}
.year-select .multi-dropdown .toggle-btn {
  padding: 16px 26px 16px 16px;
}
.year-select .multi-dropdown .toggle-btn::after {
  right: 16px !important;
  top: 25px;
}
.year-select .multi-dropdown .toggle-btn.active::after {
  top: 27px;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox] + .checkmark {
  left: 0;
  right: auto;
  width: 4px;
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
}
.year-select .custom-multiselect01 ul li label input[type=checkbox]:checked + .checkmark {
  background: #f96000;
}
.year-select .selected-label li {
  font-weight: 900;
  font-size: 13px;
}
.year-select .selected-label li a.cls {
  margin-left: 9px;
}

.filter-by-sort ul {
  max-width: 500px;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #eff1f3;
}
.filter-by-sort ul li {
  list-style: none;
  padding: 0;
  margin: 0 30px 0 0;
}
.filter-by-sort ul li a {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 5px 18px;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #818181;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a:hover {
  color: #000;
}
.filter-by-sort ul li a::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #f96000;
  bottom: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  transition: all ease 0.2s;
}
.filter-by-sort ul li a i {
  margin-right: 12px;
}
.filter-by-sort ul li.active a {
  color: #000;
}
.filter-by-sort ul li.active a::after {
  opacity: 1;
}

.path-videos .filter {
  position: relative;
  z-index: 3;
}

.path-photo-features .multi-dropdown,
.pane-slideshow .multi-dropdown {
  min-width: auto;
}
@media (max-width:767px) {
  .path-photo-features .filter,
.pane-slideshow .filter {
    flex-wrap: wrap;
  }
  .path-photo-features .filter .form-group,
.pane-slideshow .filter .form-group {
    width: 48%;
    flex-grow: 1;
  }
  .path-photo-features .filter .form-group input[type=text],
.pane-slideshow .filter .form-group input[type=text] {
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .path-photo-features .filter .form-group,
.pane-slideshow .filter .form-group {
    margin: 0;
  }
}

[lang=ar] .filter .form-group .srch-icon {
  right: auto;
  left: 5%;
}

.filter .form-group .custom-multiselect01 ul li label {
  padding: 10px 48px 10px 24px !important;
}

/*** search filter for publication new design start ***/
.src-filter + .filter {
  justify-content: space-between;
  gap: 16px;
  border: 0 none;
}
.src-filter + .filter .form-group {
  flex-grow: 1;
  margin: 0 0 10px 0;
}
.src-filter + .filter .form-group:nth-child(3) .selectdropdown {
  min-width: 100%;
  max-width: 100%;
}
.src-filter + .filter .form-group .selectdropdown {
  min-width: 100%;
}
.src-filter + .filter .form-group .selectdropdown span.current {
  font-weight: normal;
}
@media (max-width: 575px) {
  .src-filter + .filter {
    margin-bottom: 0;
  }
}

.mob-search {
  display: none;
}
@media (max-width: 575px) {
  .mob-search {
    display: block;
    margin-bottom: 20px;
  }
}

@media (min-width: 920px) {
  .src-filter + .filter .form-group .multi-dropdown {
    min-width: auto;
  }
}
/* publication search filter */
.src-filter {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  padding-top: 15px;
}
.src-filter .form-group:first-child {
  position: relative;
}
.src-filter .form-group .srch-icon {
  position: absolute;
  left: 5%;
  top: 36%;
  width: 16px;
  height: 16px;
  z-index: 1;
}
.src-filter .form-group .srch-icon svg {
  width: 16px;
  height: 16px;
}
.src-filter .form-group .srch-icon svg.cls-mbl {
  display: none;
}
@media (max-width: 575px) {
  .src-filter .form-group:nth-child(2) {
    display: none;
  }
}

.total-results {
  font-weight: 400;
  color: #f96000;
  margin-bottom: 0;
  margin-top: 20px;
  display: none;
}

.publication-listing {
  padding: 32px 0px 45px;
  width: 100%;
  border-bottom: 1px solid #d9dbe1;
}
@media (max-width:767px) {
  .publication-listing {
    padding: 32px 0;
  }
}
.publication-listing .publication-listing-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.publication-listing .publication-listing-row .info-content figure {
  padding-right: 25px;
  margin: 0;
  width: 300px;
  border-radius: 0;
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-content figure {
    padding-right: 0;
    width: 100%;
  }
}
.publication-listing .publication-listing-row .info-content figure img {
  border: 1px #eff1f7 solid;
  width: 100%;
  border-radius: 8px;
}
.publication-listing .publication-listing-row .info-content .info {
  padding: 0 20px;
  width: 90%;
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-content .info {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-content {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.publication-listing .publication-listing-row .info-action-holder {
  flex-grow: 1;
  padding: 24px;
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-action-holder {
    padding: 0 24px 24px 24px;
  }
}
.publication-listing .publication-listing-row .info-action {
  display: flex;
  flex-grow: 1;
  gap: 20px;
}
.publication-listing .publication-listing-row .info-action .info {
  flex-grow: 1;
}
.publication-listing .publication-listing-row .info-action .info p.date {
  font-size: 14px;
  color: #131619;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 24px;
}
.publication-listing .publication-listing-row .info-action .info p.date span {
  margin-right: 10px;
  color: #f96000;
  text-align: center;
  font-size: 20px;
  width: 24px;
}
.publication-listing .publication-listing-row .info-action .info h5 a {
  color: #131619;
}
.publication-listing .publication-listing-row .info-action .info h5 a:hover {
  color: #184ea5;
}
.publication-listing .publication-listing-row .info-action .action-blk {
  display: flex;
  align-items: center;
  gap: 16px;
}
.publication-listing .publication-listing-row .info-action .action-blk .dropdown-select {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  border-radius: 6px;
}
.publication-listing .publication-listing-row .info-action .action-blk a.download {
  background-color: #f96000;
  border-radius: 75px;
  height: 40px;
  width: 40px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  transition: all ease 0.3s;
  margin: 0 auto;
}
.publication-listing .publication-listing-row .info-action .action-blk a.download:hover {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border: 1px solid #ffffff;
}
.publication-listing .publication-listing-row .info-action .action-blk .download-count {
  clear: both;
  padding: 10px 0 0 10px;
  font-size: 16px;
  color: #919fae;
}
.publication-listing .publication-listing-row .info-action .action-blk .download-icon-holder {
  text-align: center;
}
@media (max-width:979px) {
  .publication-listing .publication-listing-row .info-action {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row .info-action {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .publication-listing .publication-listing-row {
    flex-direction: column;
  }
}
.publication-listing .publication-listing-row a.btn {
  margin-top: 32px;
}

.publication-grid-holder {
  display: flex;
  flex-wrap: wrap;
}
.publication-grid-holder .publication-listing {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-bottom: 0 none;
}
@media (max-width: 1199px) {
  .publication-grid-holder .publication-listing {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .publication-grid-holder .publication-listing {
    width: 100%;
    padding: 10px 0;
  }
}
.publication-grid-holder .publication-listing .publication-listing-row {
  display: flex;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  flex: 1 1 auto;
  padding: 25px;
  align-items: inherit;
}
.publication-grid-holder .publication-listing .publication-listing-row .info-content {
  display: none;
}
.publication-grid-holder .publication-listing .publication-listing-row .info-action-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
.publication-grid-holder .publication-listing .publication-listing-row .info-action-holder .info-action {
  flex-direction: column;
}
.publication-grid-holder .publication-listing .publication-listing-row .info-action-holder a.btn {
  padding-top: 32px;
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
}
.publication-grid-holder .info-content figure {
  display: none;
}
.publication-grid-holder .info-content .info {
  padding: 0;
  width: 100%;
}
.publication-grid-holder .info-content .info-action {
  margin-left: 0;
  margin-top: 20px;
}

.result-filter-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result-filter-holder .total-results {
  flex-grow: 1;
}
.result-filter-holder .total-results .total-results label {
  color: #f96000;
  margin-bottom: 0;
}
.result-filter-holder .view-filter-holder {
  border: 1px solid #919395;
  border-radius: 5px;
}
.result-filter-holder .view-filter-holder a {
  color: #686a6c;
  font-size: 14px;
  opacity: 0.9;
  transition: all ease 0.3s;
  position: relative;
  display: inline-block;
  padding: 9px 17px;
  line-height: 11px;
  margin: 0;
}
.result-filter-holder .view-filter-holder a.active {
  opacity: 1;
  background: #686a6c;
}
.result-filter-holder .view-filter-holder a.active svg path {
  fill: #f96000;
}

.publications-blk .publication-listing .publication-listing-row {
  background: #ffffff;
}
.publications-blk .publication-listing .publication-listing-row .info-content .info {
  padding: 30px 0;
}
.publications-blk .publication-listing .publication-listing-row .info-action {
  margin: 0 30px 0 0;
}
@media (max-width: 575px) {
  .publications-blk .publication-listing .publication-listing-row .info-action {
    margin: 30px 0;
  }
}

/*** search filter for publication new design end ***/
.lang-ar .publication-listing .publication-listing-row .info-action .info p.date span {
  margin-right: 0;
  margin-left: 10px;
}
.lang-ar .publication-listing .publication-listing-row .info-content figure {
  padding-right: 0;
  padding-left: 25px;
}
.lang-ar .publications-blk .publication-listing .publication-listing-row .info-action {
  margin: 0 0 0 30px;
}

.faq-acrd {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
.faq-acrd .acrd-item {
  padding: 16px 24px;
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.faq-acrd .acrd-item .acrd-hdr {
  height: auto;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 16px;
  align-items: center;
  position: relative;
}
@media (min-width:980px) {
  .faq-acrd .acrd-item .acrd-hdr {
    grid-template-columns: 1fr 60px;
  }
}
.faq-acrd .acrd-item .acrd-hdr h4,
.faq-acrd .acrd-item .acrd-hdr h5 {
  margin: 0;
}
.faq-acrd .acrd-item .acrd-hdr h4.icon,
.faq-acrd .acrd-item .acrd-hdr h5.icon {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
}
@media (min-width: 720px) {
  .faq-acrd .acrd-item .acrd-hdr h4.icon,
.faq-acrd .acrd-item .acrd-hdr h5.icon {
    grid-template-columns: 56px 1fr;
  }
}
.faq-acrd .acrd-item .acrd-hdr h4 i,
.faq-acrd .acrd-item .acrd-hdr h5 i {
  display: flex;
  width: 48px;
  height: 48px;
}
@media (min-width: 720px) {
  .faq-acrd .acrd-item .acrd-hdr h4 i,
.faq-acrd .acrd-item .acrd-hdr h5 i {
    width: 56px;
    height: 56px;
  }
}
.faq-acrd .acrd-item .acrd-hdr h4 i img,
.faq-acrd .acrd-item .acrd-hdr h5 i img {
  width: auto;
  max-height: 48px;
}
@media (min-width: 720px) {
  .faq-acrd .acrd-item .acrd-hdr h4 i img,
.faq-acrd .acrd-item .acrd-hdr h5 i img {
    max-height: 56px;
  }
}
.faq-acrd .acrd-item .acrd-hdr h4 span,
.faq-acrd .acrd-item .acrd-hdr h4 p,
.faq-acrd .acrd-item .acrd-hdr h5 span,
.faq-acrd .acrd-item .acrd-hdr h5 p {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon {
  position: relative;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon::after {
  content: "+";
  line-height: 0;
  font-size: 32px;
  color: #ffffff;
  margin-top: -4px;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.is-active::after {
  content: "−";
  line-height: 0;
  font-size: 32px;
  color: #ffffff;
  margin-top: -4px;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.invert {
  background-color: #ffffff;
  border: 2px solid #f96000;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.invert::after {
  content: "+";
  line-height: 0;
  font-size: 32px;
  color: #f96000;
  margin-top: -4px;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.invert:hover {
  border: 2px solid #f96000;
  background-color: 2px solid #f96000;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.invert:hover::after {
  content: "+";
  line-height: 0;
  font-size: 32px;
  color: #ffffff;
  margin-top: -4px;
}
.faq-acrd .acrd-item .acrd-hdr .btn-icon.invert.is-active::after {
  content: "−";
  line-height: 0;
  font-size: 32px;
  color: #f96000;
  margin-top: -4px;
}
.faq-acrd .acrd-item .acrd-detls {
  padding: 16px 0;
  display: none;
}
.faq-acrd .acrd-item.active .acrd-detls {
  margin-bottom: 16px;
}

.pro-table-grid {
  margin: 0;
}
.pro-table-grid .prog-header {
  margin: 40px 0 16px 0;
}
.pro-table-grid .prog-header h3 {
  margin-bottom: 12px;
}
.pro-table-grid .prog-header .info p.date,
.pro-table-grid .prog-header .info p.locate {
  color: #686a6c;
  font-size: 15px;
  margin-bottom: 0.5em;
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
.pro-table-grid .prog-header .info p.date span.material-icons,
.pro-table-grid .prog-header .info p.locate span.material-icons {
  color: #f96000;
  width: 18px;
  text-align: center;
  font-size: 20px;
}
.pro-table-grid .grd-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  font-size: 16px;
  margin: 2px 0;
}
@media (min-width:720px) {
  .pro-table-grid .grd-row {
    grid-template-columns: 20% 30% 1fr;
  }
}
.pro-table-grid .grd-row.tsd {
  color: #ffffff;
  font-weight: 500;
}
@media (max-width: 719px) {
  .pro-table-grid .grd-row.tsd {
    display: none;
  }
}
.pro-table-grid .grd-row.tsd .grd-time,
.pro-table-grid .grd-row.tsd .grd-session,
.pro-table-grid .grd-row.tsd .grd-des {
  background-color: #f96000 !important;
  justify-content: center;
  align-items: start;
  font-size: 18px;
}
.pro-table-grid .grd-row.tsd .grd-time {
  border-top-left-radius: 8px;
}
.pro-table-grid .grd-row.tsd .grd-des {
  border-top-right-radius: 8px;
}
.pro-table-grid .grd-row:nth-child(odd) .grd-time,
.pro-table-grid .grd-row:nth-child(odd) .grd-session,
.pro-table-grid .grd-row:nth-child(odd) .grd-des {
  padding: 16px;
  background-color: #eff1f7;
}
.pro-table-grid .grd-row.bg-white {
  background-color: #fff;
  padding: 0.5em;
}
.pro-table-grid .grd-row.bg-white img {
  max-width: 120px;
}
.pro-table-grid .grd-row.bg-white .align-right {
  text-align: right;
  display: flex;
  justify-content: end;
  align-items: center;
}
.pro-table-grid .grd-row .grd-time,
.pro-table-grid .grd-row .grd-session,
.pro-table-grid .grd-row .grd-des {
  padding: 16px;
  background-color: #f7f8fb;
  display: flex;
  align-items: center;
  align-items: start;
  font-size: 16px;
  border-radius: 0;
}
.pro-table-grid .grd-row .grd-session,
.pro-table-grid .grd-row .grd-des {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pro-table-grid .grd-row .grd-session span,
.pro-table-grid .grd-row .grd-des span {
  display: flex;
  justify-content: flex-start;
}
.pro-table-grid .grd-row .grd-session h4,
.pro-table-grid .grd-row .grd-des h4 {
  font-size: 18px;
}

.listing-row {
  padding: 50px 0;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
}
@media (max-width:767px) {
  .listing-row {
    flex-direction: column;
    padding: 32px 0;
  }
}
.listing-row h4,
.listing-row h5 {
  margin-top: 0;
}
.listing-row h4 a,
.listing-row h5 a {
  color: #131619;
}
.listing-row h4 a:hover,
.listing-row h5 a:hover {
  color: #184ea5;
}
.listing-row_image {
  max-width: 300px;
  min-width: 300px;
  width: 100%;
  max-height: 250px;
  overflow: hidden;
  margin: 0 0 32px 0;
  position: relative;
  border-radius: 8px;
}
@media (min-width:768px) and (max-width:979px) {
  .listing-row_image {
    max-width: 280px;
    min-width: 280px;
    margin: 0 56px 32px 0;
  }
}
@media (min-width:980px) {
  .listing-row_image {
    width: 100%;
    max-height: 250px;
    margin: 0 56px 32px 0;
  }
}
@media (max-width:767px) {
  .listing-row_image {
    max-width: 100%;
    min-width: 100%;
    max-height: max-content;
  }
}
.listing-row_image img {
  width: 100%;
  border-radius: 8px;
  transition: transform 2.4s linear;
}
.listing-row_image img:hover {
  transform: scale(1.1);
}
.listing-row_image.verticle {
  max-height: none;
}
.listing-row_image.evaluation, .listing-row_image.publication, .listing-row_image.resources, .listing-row_image.press {
  background-color: #dee2e6;
}
.listing-row_image.evaluation img.img-blur, .listing-row_image.publication img.img-blur, .listing-row_image.resources img.img-blur, .listing-row_image.press img.img-blur {
  width: 100% !important;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  max-height: 520px;
}
.listing-row_image.evaluation a, .listing-row_image.publication a, .listing-row_image.resources a, .listing-row_image.press a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.listing-row_image.evaluation a img, .listing-row_image.publication a img, .listing-row_image.resources a img, .listing-row_image.press a img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.listing-row_image.ct_publications {
  max-height: fit-content;
}
.listing-row_image.video iframe,
.listing-row_image.video iframe.media-oembed-content {
  width: 100%;
  height: 100%;
}
.listing-row p.date,
.listing-row p.locate {
  font-size: 14px;
  color: #686a6c;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.listing-row p.date span,
.listing-row p.locate span {
  margin-right: 10px;
}
.listing-row p.date span.material-icons,
.listing-row p.locate span.material-icons {
  color: #f96000;
  text-align: center;
  font-size: 24px;
  width: 24px;
}
.listing-row p.date span {
  margin-right: 10px;
}
.listing-row p.date span.material-icons {
  color: #f96000;
  text-align: center;
  font-size: 18px;
  width: 24px;
}
.listing-row p.date {
  margin-bottom: 24px;
}
.listing-row p.locate {
  margin-bottom: 10px;
}

@media (min-width:768px) and (max-width:979px) {
  .lang-ar .listing-row_image {
    margin: 0 0 32px 56px;
  }
}
@media (min-width:980px) {
  .lang-ar .listing-row_image {
    margin: 0 0 32px 56px;
  }
}
.lang-ar .listing-row p.date span,
.lang-ar .listing-row p.locate span {
  margin-right: 0;
  margin-left: 10px;
}

.listing-row .cl-4 {
  width: 100%;
}
@media (min-width: 575.5px) and (max-width:979px) {
  .listing-row .cl-4 {
    width: auto;
  }
}
@media (min-width:980px) {
  .listing-row .cl-4 {
    width: auto;
  }
}
.listing-row .cl-8 {
  width: 100%;
}
@media (min-width:768px) and (max-width:979px) {
  .listing-row .cl-8 {
    width: 60%;
  }
}
@media (min-width:980px) {
  .listing-row .cl-8 {
    width: 64%;
  }
}
.listing-row .cl-8 a.btn {
  margin-top: 10px;
}

.ev-news-list-block .listing-row p.date {
  margin-bottom: 16px;
}

input#edit-submit-innovation {
  cursor: pointer;
  margin-top: 0;
  padding: 12px 24px;
  position: inherit;
  font-weight: 400;
}

.publication-listing .info-action .selectdropdown {
  min-width: 200px;
}

.resource-wrap {
  margin-top: 32px;
}
.resource-wrap .resource-list {
  display: grid;
  gap: 32px;
  padding: 32px 0;
  border-bottom: 1px solid #eff1f7;
}
@media (min-width:980px) {
  .resource-wrap .resource-list {
    grid-template-columns: 1fr 250px;
  }
}
.resource-wrap .resource-list .info-copy {
  display: grid;
  gap: 24px;
  grid-template-columns: 28px 1fr;
}
@media (min-width:720px) {
  .resource-wrap .resource-list .info-copy {
    grid-template-columns: 34px 1fr;
  }
}
.resource-wrap .resource-list .info-copy .infos {
  display: flex;
  align-items: center;
}
.resource-wrap .resource-list .info-copy .infos h5 {
  font-weight: 400;
}
.resource-wrap .resource-list .info-copy .infos h5:only-child {
  margin-bottom: 0;
}
@media (max-width: 719px) {
  .resource-wrap .resource-list .info-action {
    display: flex;
    justify-content: flex-end;
  }
}
.resource-wrap .resource-list .download-icon-holder a img {
  border-radius: 0;
}

.overley-white {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  z-index: 1001;
  top: 0;
  left: 0;
  display: none;
}
.overley-white.is-active {
  display: block;
}

.modal-wrapper {
  max-width: 80%;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  margin: 0 auto;
  display: none;
  padding: 20px;
}
.modal-wrapper.is-active {
  display: block;
}
.modal-wrapper.speaker-mdl {
  max-width: 720px;
}
@media (min-width:720px) and (max-width:979px) {
  .modal-wrapper {
    min-width: 560px;
  }
}
@media (max-height: 699px) {
  .modal-wrapper {
    max-width: 620px;
    min-width: 300px;
    width: 100%;
    top: 25px;
    max-height: 560px;
  }
}
@media (max-width: 575px) {
  .modal-wrapper {
    max-width: 95%;
    min-width: 300px;
    width: 100%;
    width: 100%;
    top: 110px;
  }
}
.modal-wrapper .row-backto {
  padding: 0;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.modal-wrapper .row-backto #btnClose {
  display: flex;
  align-items: center;
}
.modal-wrapper .row-backto #btnClose span {
  cursor: pointer;
}
.modal-wrapper .row-backto .btn-icon {
  margin-right: 16px;
  cursor: pointer;
}
.modal-wrapper .row-backto .btn-icon img {
  width: 10px;
}
.modal-wrapper .modal-box {
  background-color: #ffffff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 32px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .modal-wrapper .modal-box {
    padding: 25px;
    max-height: 70vh;
    overflow-y: auto;
  }
}
@media (max-height: 799px) and (min-width: 980px) {
  .modal-wrapper .modal-box {
    overflow: auto;
    max-height: 580px;
    padding: 20px 32px;
    scrollbar-width: thin;
    scrollbar-color: #f96000 #525252;
  }
  .modal-wrapper .modal-box::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .modal-wrapper .modal-box::-webkit-scrollbar-track {
    background-clip: content-box;
    border: 1px solid transparent;
    background-color: #525252;
  }
  .modal-wrapper .modal-box::-webkit-scrollbar-thumb {
    background-color: #f96000;
  }
  .modal-wrapper .modal-box::-webkit-scrollbar-thumb:hover {
    background-color: #e05600;
  }
  .modal-wrapper .modal-box::-webkit-scrollbar-corner {
    background-color: #525252;
  }
}
.modal-wrapper .modal-box__body {
  background-color: #ffffff;
  padding: 20px;
}

#modal-speaker.is-active {
  display: block;
}

body {
  padding-top: 0;
}

section:nth-of-type(even) {
  background-color: #eff1f7;
}

.conf-nav {
  background-color: #ffffff;
}

.banner-static.conf {
  background-color: #ffffff;
}

.filters {
  border-bottom: 1px solid #eff1f7;
}
.filters.speakers .filter .form-group button[type=submit],
.filters.speakers .filter .form-group input[type=submit],
.filters.speakers .filter .form-group input[type=button] {
  position: relative !important;
}
.filters.speakers .filter .form-group label {
  padding-left: 0;
  padding-right: 0;
}

.spkrs-wrap h5,
.spkrs-wrap h6 {
  color: #686a6c;
}

.tab-with-icon .f-dropdown.selectDropdown ul {
  border-bottom: 1px solid #eff1f7;
}
@media (min-width: 1024px) {
  .tab-with-icon .f-dropdown.selectDropdown ul {
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  .tab-with-icon .f-dropdown.selectDropdown ul li a span {
    display: flex;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .tab-with-icon .f-dropdown.selectDropdown ul li a,
.tab-with-icon .f-dropdown.selectDropdown ul li a span {
    justify-content: center;
  }
}

@media (min-width: 1024px) {
  .tab-with-icon .f-dropdown.selectDropdown ul li a img {
    height: 62px;
  }
}

@media (min-width: 1024px) {
  .tab-with-icon.no-icon .f-dropdown.selectDropdown ul li a {
    padding: 24px 48px;
  }
}

.conf-header {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width:720px) {
  .conf-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width:980px) {
  .conf-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.conf-header.fixed {
  position: fixed;
}
.conf-header.absol {
  position: absolute;
  left: 0;
  right: 0;
}
.conf-header .container-f,
.conf-header .container-sig {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px;
}
.conf-header .container-f a.brand,
.conf-header .container-sig a.brand {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}
.conf-header .container-f a.brand span.brand-img,
.conf-header .container-sig a.brand span.brand-img {
  width: 100px;
  margin-right: 10px;
}
@media (min-width:980px) {
  .conf-header .container-f a.brand span.brand-img,
.conf-header .container-sig a.brand span.brand-img {
    width: 100px;
  }
}
.conf-header .container-f a.brand span.brand-img img,
.conf-header .container-sig a.brand span.brand-img img {
  width: 100%;
}
.conf-header .container-f a.brand span.brand-logo,
.conf-header .container-sig a.brand span.brand-logo {
  font-size: 16px;
  font-weight: 400;
  color: #131619;
  display: none;
}
@media (min-width: 920px) {
  .conf-header .container-f a.brand span.brand-logo,
.conf-header .container-sig a.brand span.brand-logo {
    display: block;
  }
}
.conf-header .container-f a.brand:focus,
.conf-header .container-sig a.brand:focus {
  outline: 0;
}
.conf-header .container-f .lang-switcher,
.conf-header .container-sig .lang-switcher {
  display: flex;
  gap: 12px;
}
.conf-header .container-f .lang-switcher a,
.conf-header .container-sig .lang-switcher a {
  color: #eff1f7;
  font-weight: 400;
}
.conf-header .container-f .lang-switcher li.is-active a,
.conf-header .container-f .lang-switcher li.active a,
.conf-header .container-sig .lang-switcher li.is-active a,
.conf-header .container-sig .lang-switcher li.active a {
  color: #ffffff;
  font-weight: 700;
}

@media (min-width:980px) {
  .btn_share {
    top: 80px;
  }
}

.info-group {
  display: flex;
  gap: 32px;
  margin: 24px 0;
}
.info-group .info-item {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #ffffff;
}
.info-group span {
  display: inline-flex;
  color: #ffffff;
}
.info-group span.material-icons {
  color: #ffffff;
  width: 18px;
  text-align: center;
  font-size: 20px;
}

.grid-partners {
  display: grid;
  gap: 24px;
}
.grid-partners.col3 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width:980px) {
  .grid-partners.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-partners.col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width:720px) {
  .grid-partners.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width:980px) {
  .grid-partners.col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-partners .grid-item {
  padding: 12px;
  background-color: #ffffff;
  border: 1px solid #f7f8fb;
}
.grid-partners .grid-item img {
  margin: 0 auto;
  max-width: 100px;
}

.flex {
  display: flex;
  gap: 24px;
  margin: 32px 0;
}
@media (max-width: 719px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex .wicon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}
.flex .wicon p:first-of-type {
  margin-top: 0;
}
.flex .icon {
  position: relative;
  overflow: hidden;
  max-width: 150px;
  max-height: 150px;
  margin: 0 auto;
}
.flex .icon svg {
  width: 100%;
}
.flex.grid {
  display: grid;
  gap: 24px;
}
.flex.grid.two {
  grid-template-columns: 1fr;
}
@media (min-width:720px) and (max-width:979px) {
  .flex.grid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:980px) {
  .flex.grid.two {
    grid-template-columns: repeat(2, 1fr);
  }
}
.flex.grid.three {
  grid-template-columns: 1fr;
}
@media (min-width:720px) and (max-width:979px) {
  .flex.grid.three {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:980px) {
  .flex.grid.three {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Expending choices */
.expanding-choices .dottedContent {
  display: grid;
  align-items: flex-start;
  gap: 24px;
  margin: 32px 0 32px 0;
}
@media (min-width: 980px) {
  .expanding-choices .dottedContent {
    grid-template-columns: 150px 1fr;
  }
}
.expanding-choices .titles {
  background: #3d4042;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 4px;
  width: 150px;
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.expanding-choices .dottedContent ul {
  display: block;
}
@media (min-width: 980px) {
  .expanding-choices .dottedContent ul {
    padding-top: 0;
    padding-bottom: 0;
  }
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: start !important;
}

.expanding-choices .icon:hover:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  z-index: 3;
  content: "";
  top: 0;
  left: 0;
}

.expanding-choices .colorGreen {
  color: #04B499;
}

.expanding-choices .colorYellow {
  color: #FAA634;
}

.expanding-choices .colorBlue {
  color: #0186CA;
}

.expanding-choices .colorPink {
  color: #FFCEF1;
}

.expanding-choices .colorGreen li:before {
  background-color: #04B499;
}

.expanding-choices .colorYellow li:before {
  background-color: #FAA634;
}

.expanding-choices .colorBlue li:before {
  background-color: #0186CA;
}

.expanding-choices .colorPink li:before {
  background-color: #FFCEF1;
}

.expanding-choices .unordered-lis {
  margin: 0;
  margin-bottom: 25px;
  font-weight: 400;
  list-style: none;
}

.expanding-choices .unordered-lis span {
  color: #404040;
}

.expanding-choices .unordered-lis li {
  position: relative;
}

.expanding-choices .unordered-lis li:before {
  position: absolute;
  left: -22px;
  top: 8px;
  width: 12px;
  height: 12px;
  border: 1px solid #404040;
  border-radius: 100%;
  content: "";
}

/* Sub tab*/
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.modal__body .cc-card {
  max-width: 100%;
  box-shadow: none;
}
@media (max-width: 575px) {
  .modal__body .cc-card {
    padding: 0;
  }
}
.modal__body .cc-card:hover {
  box-shadow: none;
}
.modal__body .cc-card .social-p {
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
.modal__body .cc-card .social-p a {
  margin-right: 10px;
}
.modal__body .cc-card .social-p a img {
  width: 20px;
}
.modal__body .cc-card .social-p .btn-icon {
  width: 40px;
  height: 40px;
}
.modal__body .cc-card .cc-card_body {
  position: relative;
}

.cc-card_body {
  position: relative;
  padding-bottom: 28px;
}

.btn-txt-wrap {
  position: absolute;
  bottom: 0;
}