body {
  background-color: #18171a;
  color: #ffb200;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  position: relative;
}

* {
  box-sizing: border-box;
}

a,
span,
i {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

@font-face {
  font-family: "Montserrat SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat ExtraBold";
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.bgyellow {
  background-color: #ffb200;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.text-right {
  text-align: right;
}

h1,
.h1 {
  margin: 0;
  font-family: "Montserrat ExtraBold";
  font-size: 61px;
  line-height: 1.2;
}

h2,
.h2 {
  margin: 0;
  font-family: "Montserrat ExtraBold";
  font-size: 61px;
  line-height: 1.2;
}

p,
.p {
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
}

.pt110 {
  padding-top: 110px;
}

.pb110 {
  padding-bottom: 110px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.openredirectgallery {
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-- Legacy --*/
.legacysection {
  background: #90909029;
  padding: 43px 0 29px;
}

.titletabswrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.titletabswrap>ul.tabbutton {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
}

.titletabswrap>ul.tabbutton li {
  font-family: "Montserrat SemiBold";
  font-size: 25px;
  line-height: 1.2;
  text-decoration: none;
  color: #ffb200;
  cursor: pointer;
}

.legacyboxslider {
  background: #ffffff;
  position: relative;
  padding: 27px 18px 45px 14px;
  box-shadow: 20px 20px 30px 0px #b2b2b240;
}

.legacyboxslider>.legacynumber {
  position: absolute;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  right: 17px;
  top: 17px;
}

.legacyslider {
  margin: 0 15px;
  max-width: 349px;
  position: relative;
}

.legacyslider>h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  text-align: right;
  font-family: "Montserrat";
  font-weight: normal;
}

.legacyboxslider>img.pin {
  position: absolute;
  left: -21px;
  top: 54px;
  z-index: 1;
}

.legacyboxslider>.thumblgcimg {
  transform: rotate(-2deg);
  width: 208px;
  aspect-ratio: 208/143;
  object-fit: cover;
  object-position: center;
}

.legacyboxslider>h3 {
  font-family: "Montserrat";
  font-size: 24px;
  line-height: 1.2;
  margin: 24px 0 0;
  color: #18171a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.legacyboxslider>p {
  font-size: 13px;
  line-height: 1.4;
  color: #18171a;
  padding: 18px 0 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.legacyboxslider .text-right {
  padding-top: 6px;
}

.legacyboxslider a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  text-decoration: none;
  font-family: "Montserrat ExtraBold";
  color: #18171a;
  gap: 10px;
}

.legacyboxslider a img {
  width: 15px;
}

.legacytabcontentwrap .legacysliderwrap {
  margin: 0 -15px;
}

.legacysliderboxwrap {
  overflow: hidden;
  margin-top: 50px;
}

.legacysliderboxwrap>.container,
.legacytabcontentwrap .legacysliderwrap,
.legacytabcontentwrap .legacysliderwrap .slick-list {
  overflow: visible;
}

.custom-modal-content .custom-modal-btmcontent h3 {
  font-family: "Montserrat SemiBold";
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 17px;
}

.custom-modal-content .custom-modal-btmcontent p {
  margin: 0;
  font-family: "Montserrat";
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.custom-modal-centercontent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 23px 0;
}

.custom-popup-overlay.awarddetailmodal .custom-modal-content {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
  border-radius: 38px;
}

.awarddetailmodal .custom-modal-topcontent span.awardnumb {
  font-family: "Montserrat ExtraBold";
  font-size: 25px;
  line-height: 1.2;
  color: #ffb200;
  margin-left: auto;
}

.custom-popup-overlay.awarddetailmodal .custom-modal-content .close-btn {
  right: 40px;
  font-size: 80px;
  top: -20px;
}

.awardrowsctn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 58px;
}

.awardcolsctn {
  border-bottom: 1px solid #ffb200;
}

.custom-modal-content .awardcolsctn>h3 {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Montserrat";
  color: #ffb200;
  width: 100%;
}

.custom-modal-content .awardcolsctn p {
  margin: 4px 0 0;
  font-size: 20px;
  line-height: 1.2;
  color: #ffffff;
  width: 100%;
  padding-bottom: 10px;
}

.custom-modal-cntrlftcnt {
  max-width: 410px;
}

.custom-modal-cntrlftcnt>img {
  display: block;
}

.custom-modal-cntrrgtcnt {
  width: 100%;
  max-width: calc(100% - 440px);
}

.custom-modal-topcontent {
  display: flex;
  flex-wrap: wrap;
}

.custom-modal-topcontent>h2 {
  font-size: 25px;
  line-height: 1.2;
  color: #ffb200;
  text-decoration: underline;
}

/*-- Media --*/
.mediascttopwrap .slick-slide img {
  width: 100%;
  object-fit: cover;
}

.mediascttopsldr {
  position: relative;
  margin: 0 5px;
  margin: 0 8px;
  height: auto;
  max-height: 420px;
}

.mediascttopsldrwrap {
  margin: 0 -8px;
}

.mediascttopsldr>img {
  /* aspect-ratio: 235/333; */
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.mediascttopsldr::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(118, 113, 128, 0) 0%, #18171a 100%);
  width: 100%;
  height: 80%;
}

.mediascttopsldr p {
  position: absolute;
  font-size: 16px;
  line-height: 1.4;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  bottom: 20px;
  color: #ffffff;
  left: 0;
  right: 0;
}

.mediascttopsldr>p {
  position: absolute;
  font-size: 16px;
  line-height: 1.4;
  max-width: calc(100% - 20px);
  margin: 0 auto;
  bottom: 20px;
  color: #ffffff;
  left: 0;
  right: 0;
}

.mediasctnbbox {
  padding: 43px 80px;
}

.mediasctbttomwrap {
  display: flex;
  flex-wrap: wrap;
  padding-top: 47px;
}

.mediasctbttomrgtwrap {
  max-width: 254px;
  width: 100%;
  padding-left: 24px;
  border-left: 1px dashed #ffb200;
  margin-left: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mediasctbttomlftrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 35px;
}

.mediasctbttomlftwrap {
  max-width: calc(100% - 284px);
  width: 100%;
}

.mediasctbttomlftcols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px dashed #ffb200;
  padding-bottom: 27px;
  align-items: start;
}

.mediasctbttomlftcols p {
  max-width: 158px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #ffb200;
}

.mediasctbttomrgtrows p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  color: #ffb200;
}

.mediasctbttomlftcols img {
  aspect-ratio: 122/71;
  max-width: 122px;
  width: 100%;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}

.mediasctbttomlftcols>.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}


.mediasctbttomlftcols:nth-last-child(1) {
  padding-bottom: 0;
  border-bottom: 0;
}

.mediasctbttomlftcols:nth-last-child(2) {
  border-bottom: 0;
  padding-bottom: 0;
}

.mediasctbttomrgtrows {
  position: relative;
}

.mediasctbttomrgtrows img {
  aspect-ratio: 228/132;
  width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}

.mediasctbttomrgtrows>.fulllink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.mediasctbttomrgtrows+.mediasctbttomrgtrows {
  margin-top: 24px;
}

.mediascttopsldr.mediascttopsldrcont::before {
  display: none;
}

.mediascttopsldr h3 {
  font-family: "Montserrat SemiBold";
  font-size: 27px;
  line-height: 1.4;
  color: #18171a;
  background: #ffb200;
  margin: 0;
  min-height: 327px;
  padding: 40px 25px 20px;
}

.mediascttopsldrwrap>.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 24px;
}

.mediascttopsldrwrap>.slick-dots li {
  line-height: 1;
}

.mediascttopsldrwrap>.slick-dots li button {
  font-size: 0;
  width: 46px;
  background-color: #18171a;
  border: 0;
  outline: 0;
  padding: 0;
  height: 4px;
  line-height: 0;
  display: block;
  cursor: pointer;
}

.mediascttopsldrwrap>.slick-dots li.slick-active button {
  background-color: #ffb200;
}

.mediawrap>h2 {
  border-bottom: 1px solid #ffb200;
  padding-bottom: 30px;
  margin-bottom: 23px;
}

.mediascttopsldrwrap button.slide-arrow {
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mediascttopsldrwrap button.slide-arrow.prev-arrow {
  left: -30px;
}

.mediascttopsldrwrap button.slide-arrow.next-arrow {
  right: -30px;
}

/*-- PODCAST --*/
.greyboxsection {
  background: #90909029;
  max-width: 1160px;
  margin: 0 auto;
  border-radius: 38px;
}

.podcastrowbox {
  padding: 64px 70px 155px;
}

.podcastrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
}

.podcastwrap>h2 {
  margin-bottom: 48px;
}

.imgthumbvdowrap {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.imgthumbvdowrap a {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
}

.podcastcols>p {
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.4;
  color: #ffffff;
}

/*-- Process --*/
.processwrapper {
  background-color: #ffb71c;
  border-radius: 38px;
  padding: 40px 70px;
}

.processwrapper>h2 {
  color: #18171a;
}

.processrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0px;
}

.processcols {
  text-align: center;
  min-width: 33.33%;
}

.processcols p {
  color: #18171a;
  max-width: 233px;
  margin: 0 auto;
}

.processrows>.processcols:nth-child(4),
.processrows>.processcols:nth-child(6) {
  min-width: auto;
}

.photoglrsldrcol {
  aspect-ratio: 346/278;
  overflow: hidden;
  max-width: 346px;
  position: relative;
}

.photoglrsldrcol>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photoglrsldrcol::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(357.14deg,
      rgba(0, 0, 0, 0.87) -5.59%,
      rgba(102, 102, 102, 0) 97.4%);
}

.photoglrsldrcol>p {
  position: absolute;
  max-width: calc(100% - 20px);
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.photoglrslider {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  width: max-content;
  animation: clienttele-slide 30s linear infinite;
}

.photoglrslider.reverse {
  animation: clienttele-slide-r 30s linear infinite;
}

.photogallerysection {
  overflow: hidden;
}

.photoglrslider+.photoglrslider {
  margin-top: 35px;
}

.photogallerywrap {
  margin-bottom: 50px;
}

.photoglrslider:hover,
.photoglrslider+.photoglrslider:hover {
  animation-play-state: paused;
}

@keyframes clienttele-slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes clienttele-slide-r {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}

/*-- Footer --*/
.footersection {
  padding: 50px 0;
}

.footerwrap .custom-logo {
  filter: brightness(0);
}

.footerwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.footerwrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-social-media-container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 44px;
}

.menu-footer-container>ul {
  column-count: 3;
}

.menu-footer-container>ul a {
  font-family: "Montserrat SemiBold";
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: #18171a;
  font-weight: normal;
  display: block;
}

.menu-footer-container>ul>li {
  padding: 8px 0;
}

input:not([type="submit"]),
textarea {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.2;
  background-color: rgba(144, 144, 144, 0.16);
  color: #ffb200;
  border: 0;
  outline: 0;
  padding: 15px 16px;
  width: 100%;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 178, 0, 0.76);
}

textarea {
  resize: none;
  display: block;
  max-height: 96px;
}

.contactformleftrow {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contactformleftrow>div>p {
  margin: 0;
}

.contactformleftrow>div>p>span {
  width: 100%;
  display: block;
}

.contactformright {
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}

.contactformright>p {
  margin: 0;
}

.contactformleft6 {
  width: calc(50% - 10px);
}

.contactformleft12 {
  width: 100%;
}

.contactformrows {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contactformleft {
  width: 100%;
  max-width: 492px;
}

.contactformwrap {
  width: 100%;
  max-width: 872px;
  margin: 0 auto;
}

.contactformright input {
  font-family: "Montserrat ExtraBold";
  font-size: 25px;
  line-height: 1.2;
  background-color: #ffb200;
  color: #3a3535;
  border: 1px solid #ffb200;
  outline: 0;
  padding: 32px 32px;
  width: 100%;
  cursor: pointer;
}

.contactformright .wpcf7-spinner {
  margin: 0;
  position: absolute;
  bottom: 100px;
  right: 0;
}

.contactformsection {
  padding-bottom: 80px;
}

.contactformwrap>h2 {
  margin-bottom: 55px;
}

/*-- Why World --*/
.whyworldrcrdsrows {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 47px 49px;
}

.whyworldrcrdsbox {
  position: relative;
  aspect-ratio: 544/234;
  width: 100%;
}

.whyworldrcrdsbox>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.whyworldrcrdsbox::before {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #ffb200;
  transition: 0.3s all ease-in-out; */
}

.whyworldrcrdsbox>h3 {
  position: absolute;
  bottom: 50px;
  left: 0;
  margin: 0;
  font-family: "Montserrat SemiBold";
  font-size: 25px;
  line-height: 1.4;
  padding: 0 70px;
  z-index: 99;
  color: #18171a;
  transition: 0.3s all ease-in-out;
}

.whytitlewrap {
  padding-bottom: 60px;
}

.whytitlewrap>p {
  font-family: "Montserrat SemiBold";
  font-size: 39px;
  line-height: 1.3;
}

.whytitlewrap>h2 {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 20px;
}

.whyworldrcrdsbox>.fullink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.whyworldrcrdsection {
  padding-bottom: 100px;
  padding-top: 54px;
}

.whyworldrcrdsbox:hover::before {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

/* 
.whyworldrcrdsbox:hover>h3 {
  color: #ffffff;
  bottom: 60px;
} */

.ltstwrldwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 98px;
  align-items: flex-end;
}

.ltstwrldleft {
  aspect-ratio: 370/220;
  background: #ffb200;
  width: 100%;
  max-width: 370px;
}

.ltstwrldright {
  width: 100%;
  max-width: calc(100% - 468px);
}

.ltstwrldright h2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}

.ltstwrldright h2 img {
  display: block;
}

.ltstwrldsctn {
  padding: 100px 0 60px;
}

.nischalbgw,
.ltstwrldsctn {
  background-image: url("/wp-content/uploads/2025/07/nischal-bg.webp");
  background-attachment: fixed;
}

.contactformleftrow .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb200;
  border-color: #ffb200;
  color: #000000;
  text-align: center;
  font-family: "Montserrat ExtraBold";
  padding: 10px 10px;
}

.legendrecordtopwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.legendrecordleftwrap {
  width: 605px;
  max-width: 100%;
}

.legendrecordrightwrap {
  max-width: 100%;
  width: 491px;
  aspect-ratio: 491/448;
  overflow: hidden;
}

.legendrecordrightwrap .nischal-barot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.legendrecordbottomwrap {
  display: flex;
  flex-wrap: wrap;
}

.legendrecordbottomleft {
  width: calc(100% - 772px);
  max-width: 100%;
}

.legendrecordbottomright {
  width: 100%;
  max-width: 772px;
}

.legendcardboxrows {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.legendrecordbottomleft>h2 {
  text-align: center;
  line-height: 0.9;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.legendrecordbottomleft>h2>span {
  display: block;
  font-size: 157px;
}

.legendcardboxcol>a.h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #ffb200;
  padding: 33px 16px 9px;
  text-decoration: none;
  font-family: "Montserrat ExtraBold";
  font-size: 20px;
  line-height: 1.2;
  color: #3a3535;
  width: 100%;
  position: relative;
}

.legendcardboxcol.center>a.h3 {
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

.legendcardboxcol.center>a.h3:nth-child(1) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 0s;
}

.legendcardboxcol.center>a.h3:nth-child(2) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.legendcardboxcol.center>a.h3:nth-child(3) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 3s;
}

.legendcardboxcol.right>a.h3:nth-child(1) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.legendcardboxcol.right>a.h3:nth-child(2) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 3s;
}

.legendcardboxcol.right>a.h3:nth-child(3) {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 4s;
}

.legendcardboxcol.center>a.h3:nth-child(1)>img:not(.bglened),
.legendcardboxcol.left>.legendcardbox>a img {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 0s;
}

.legendcardboxcol.center>a.h3:nth-child(2)>img:not(.bglened) {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.legendcardboxcol.center>a.h3:nth-child(3)>img:not(.bglened) {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 3s;
}

.legendcardboxcol.right>a.h3:nth-child(1)>img:not(.bglened) {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 1.5s;
}

.legendcardboxcol.right>a.h3:nth-child(2)>img:not(.bglened) {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 3s;
}

.legendcardboxcol.right>a.h3:nth-child(3)>img:not(.bglened) {
  animation: fadeInOutimg 6s ease-in-out infinite;
  animation-delay: 4s;
}

@keyframes fadeInOut {
  0% {
    background-color: transparent;
    color: #ffffff;
  }

  10% {
    background-color: #ffb200;
    color: #3a3535;
  }

  40% {
    background-color: #ffb200;
    color: #3a3535;
  }

  50% {
    background-color: transparent;
    color: #ffffff;
  }

  100% {
    background-color: transparent;
    color: #ffffff;
  }
}

@keyframes fadeInOutimg {
  0% {
    filter: brightness(0) invert(1);
  }

  10% {
    filter: brightness(1) invert(0);
  }

  40% {
    filter: brightness(1) invert(0);
  }

  50% {
    filter: brightness(0) invert(1);
  }

  100% {
    filter: brightness(0) invert(1);
  }
}

.legendcardboxcol.left>.legendcardbox>a {
  animation: fadeInOutcolor 6s ease-in-out infinite;
  animation-delay: 0s;
}

@keyframes fadeInOutcolor {
  0% {
    color: #ffffff;
  }

  10% {
    color: #3a3535;
  }

  40% {
    color: #3a3535;
  }

  50% {
    color: #ffffff;
  }

  100% {
    color: #ffffff;
  }
}

.legendcardboxcol>a.h3>.bglened,
.legendcardboxcol.right.groupcolumn a img.bglened {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.legendcardboxcol.left {
  width: 212px;
}

.legendcardboxcol.center {
  width: 244px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 8px;
}

.legendcardboxcol.right {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 9px;
}

.legendcardbox>h3 {
  font-family: "Montserrat ExtraBold";
  font-size: 20px;
  line-height: 1;
  color: #3a3535;
  margin: 0;
}

.legendcardboxcol.left .legendcardbox>h3 {
  animation: fadeInOutcolor 6s ease-in-out infinite;
  animation-delay: 0s;
}

.legendcardbox>a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  color: #3a3535;
}

.legendcardbox>h3+a {
  margin-top: 6px;
}

.legendcardboxcol.left>.legendcardbox {
  aspect-ratio: 212/214;
  background: #ffb200;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 16px;
  width: 100%;
  position: relative;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 0s;
}

.legendcardboxcol.right>.legendcardbox {
  aspect-ratio: 300/152;
  background: #ffb200;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 12px 16px;
  width: 100%;
}

.legendcardboxcol.left>.legendcardbox>.bglened {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.site-header>.main-navigation {
  display: none;
}

header.site-header {
  text-align: center;
  padding: 20px 10px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #18171a;
  z-index: 99;
  box-shadow: 0px 0px 10px 0px rgba(255, 178, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

header.site-header .custom-logo-link>.custom-logo {
  width: 260px;
}

.legendrecordsection {
  padding-top: 124px;
}

header.site-header.headershow {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all ease-in-out;
}

a.bottomtotop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
  cursor: pointer;
}

/*-- Popup --*/

.custom-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
  backdrop-filter: blur(20px);
}

.custom-popup-overlay.show {
  display: block;
}

.custom-modal-dialog {
  margin: 28px auto;
  max-width: 1038px;
  position: relative;
  width: auto;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem * 2);
}

.custom-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #212529;
  pointer-events: auto;
  background-color: #18171a;
  background-clip: padding-box;
  border: 1px solid #18171a;
  padding: 34px 43px;
  outline: 0;
}

.custom-modal-content h3 {
  font-family: "Montserrat SemiBold";
  font-size: 39px;
  line-height: 1.2;
  color: #ffb200;
  margin: 0;
}

.custom-modal-content p {
  color: #ffb200;
}

.custom-modal-content h3+p {
  margin-top: 45px;
}

/* Animate in */
.custom-popup-overlay.show .custom-modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.close-btn {
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
  color: #ffffff;
  font-size: 50px;
  line-height: 0.5;
}

body.popupopen {
  overflow: hidden;
  padding-right: 17px;
}

.legendrecordtopwrap .legendrecordbottomleft {
  display: none;
}

.legacysliderwrap.hidden {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.legacysliderwrap.visible {
  visibility: visible;
  opacity: 1;
  position: relative;
}

/*-- Popup --*/

/*-- Video Popup --*/
.videomodalwrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow: auto;
  backdrop-filter: blur(20px);
}

.video-modal-dialog {
  margin: 28px auto;
  max-width: 1038px;
  position: relative;
  width: auto;
  pointer-events: none;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  min-height: calc(100% - 1.75rem * 2);
}

.videomodalwrap.show .video-modal-dialog {
  transform: translateY(0);
  opacity: 1;
}

.video-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #212529;
  pointer-events: auto;
  background-clip: padding-box;
  padding: 34px 43px;
  outline: 0;
}

.video-modal-content iframe {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 816/452;
}

.videotitletopwrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.videotitletopwrap>h2 {
  font-size: 25px;
  line-height: 1.2;
  color: #ffffff;
  font-family: "Montserrat SemiBold";
  max-width: calc(100% - 40px);
}

.videotitletopwrap .close-btn {
  position: static;
}

.videotitlebottomwrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}

.videotitlebottomwrap p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.2;
}

.videotitlewrap {
  padding-bottom: 40px;
}

/*-- Video Popup --*/
.custom-popup-overlay.awarddetailmodal .custom-modal-topcontent h2 {
  max-width: calc(100% - 50px);
}

.legacy-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.legacylistingsection {
  padding: 100px 0;
}

h2.year-title {
  font-size: 49px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Montserrat SemiBold";
}

.legacy-year-group+.legacy-year-group {
  margin-top: 75px;
}

.legacy-card {
  position: relative;
}

.legacy-content .fullboxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}

.legacy-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}

.legacy-content h3,
.legacy-content span {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  font-family: "Montserrat";
}

.legacy-card .legacy-image img {
  aspect-ratio: 356/219;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.legacy-content h3 {
  width: 100%;
  max-width: calc(100% - 30px);
}

.ltstwrldleft>img {
  display: block;
}

.legacybuttonright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: 45px;
}

.legacybuttonright>a {
  background-color: #ffb200;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  color: #000000;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 34px;
  padding: 8px 20px;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1190px;
  }
}

@media screen and (max-width: 1400px) {
  .legacytabcontentwrap .slide-arrow {
    width: 26px;
  }
}

@media screen and (max-width: 1199px) {
  .legendcardboxcol a img {
    width: 16px;
  }

  .legendcardboxcol.right.groupcolumn {
    aspect-ratio: 300 / 146 !important;
  }

  .container {
    max-width: 960px;
  }

  .legendrecordsection {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .legendrecordleftwrap {
    width: 440px;
  }

  .legendrecordrightwrap {
    width: calc(100% - 440px);
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 46px;
  }

  .legendrecordbottomleft>h2>span {
    font-size: 80px;
  }

  .legendrecordbottomright {
    max-width: 708px;
  }

  .legendcardboxcol.right {
    width: 260px;
  }

  .legendcardboxcol.center {
    width: 212px;
  }

  .legendcardboxcol>a.h3,
  .legendcardbox>h3 {
    font-size: 15px;
  }

  .legendcardbox>a {
    font-size: 14px;
  }

  .legendcardboxcol.right>.legendcardbox {
    aspect-ratio: 300 / 160;
  }

  .legendcardboxcol.left>.legendcardbox {
    aspect-ratio: 212/196;
  }

  .legendrecordbottomleft {
    width: calc(100% - 708px);
  }

  .legendrecordbottomleft>h2 img {
    width: 200px;
  }

  .whytitlewrap>p {
    font-size: 32px;
  }

  .whytitlewrap {
    padding-bottom: 40px;
  }

  .whyworldrcrdsbox>h3 {
    font-size: 22px;
    padding: 0 40px;
    bottom: 30px;
  }

  .whyworldrcrdsbox:hover>h3 {
    bottom: 40px;
  }

  .mediasctbttomlftcols p {
    max-width: 130px;
    font-size: 16px;
  }

  .mediasctbttomlftcols img {
    max-width: 100px;
  }

  .mediasctbttomrgtrows p {
    font-size: 16px;
  }

  .greyboxsection {
    max-width: calc(100% - 40px);
    border-radius: 28px;
    padding: 64px 70px;
  }

  .mediasctnbbox {
    padding: 40px 50px;
  }

  .pt110 {
    padding-top: 80px;
  }

  .podcastrows {
    gap: 60px;
  }

  .processcols:nth-child(5) {
    min-width: auto;
  }

  .processwrapper {
    padding: 40px 40px;
  }

  .processcols:nth-child(5) img {
    width: 380px;
  }

  .processcols img {
    max-height: 140px;
    width: auto;
  }

  .footerwrap .custom-logo {
    width: 200px;
  }

  .menu-footer-container {
    max-width: 390px;
  }

  .menu-footer-container>ul a {
    font-size: 17px;
  }

  .processcols p {
    font-size: 16px;
  }

  .footersection {
    padding: 30px 0;
  }

  .mediascttopsldr h3 {
    min-height: 370px;
  }

  .whyworldrcrdsrows {
    gap: 35px 30px;
  }

  .custom-popup-overlay.awarddetailmodal .custom-modal-dialog {
    max-width: 90%;
  }

  h2.year-title {
    font-size: 44px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 720px;
  }

  .legendrecordbottomright {
    max-width: 100%;
  }

  .legendcardboxcol.center {
    width: 202px;
  }

  .legendrecordbottomwrap>.legendrecordbottomleft {
    display: none;
  }

  .legendrecordtopwrap .legendrecordbottomleft {
    width: 100%;
    max-width: calc(100% - 440px);
    display: block;
  }

  .legendrecordrightwrap {
    width: 380px;
    margin: 0 auto;
  }

  .legendrecordtopwrap .legendrecordbottomleft h2 {
    text-align: right;
    line-height: 1;
  }

  .legendrecordbottomleft>h2 img {
    width: auto;
  }

  .ltstwrldwrap {
    gap: 50px;
  }

  .ltstwrldleft {
    max-width: 290px;
    margin: 0 auto;
  }

  .ltstwrldright {
    max-width: calc(100% - 340px);
  }

  .whyworldrcrdsection {
    padding-bottom: 70px;
    padding-top: 50px;
  }

  .whyworldrcrdsbox>h3 {
    padding: 0 20px;
    bottom: 20px;
    font-size: 20px;
  }

  .whyworldrcrdsbox:hover>h3 {
    bottom: 30px;
  }

  .whytitlewrap>p {
    font-size: 28px;
  }

  .mediascttopsldr h3 {
    font-size: 20px;
    min-height: 267px;
    padding: 30px 20px 20px;
  }

  .mediasctbttomlftcols {
    gap: 20px;
    flex-direction: column-reverse;
  }

  .mediasctbttomlftcols>p {
    max-width: 100%;
    line-height: 1.3;
  }

  .mediasctbttomlftcols img {
    max-width: 100%;
  }

  .mediascttopsldrwrap>.slick-dots li button {
    width: 30px;
  }

  .greyboxsection {
    padding: 50px 40px;
  }

  .podcastrows {
    gap: 40px;
  }

  .podcastwrap>h2 {
    margin-bottom: 30px;
  }

  .processcols img {
    max-height: 80px;
    width: auto !important;
  }

  .processcols p {
    max-width: 200px;
  }

  .contactformleft {
    max-width: 100%;
  }

  .footerwrap {
    gap: 30px;
  }

  .menu-social-media-container {
    margin: 0 auto;
  }

  .menu-footer-container {
    max-width: 400px;
    width: 100%;
  }

  .photoglrsldrcol {
    max-width: 280px;
  }

  .titletabswrap>ul.tabbutton li {
    font-size: 22px;
  }

  .photoglrslider {
    gap: 30px;
  }

  .photoglrslider+.photoglrslider {
    margin-top: 30px;
  }

  .mediascttopsldr h3 {
    min-height: 426px;
  }

  .custom-modal-cntrrgtcnt {
    max-width: 100%;
  }

  .legacy-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .legendcardboxcol.right.groupcolumn {
    aspect-ratio: 300 / 40 !important;
  }

  .container {
    max-width: 540px;
  }

  .legendrecordleftwrap {
    width: 100%;
    text-align: center;
  }

  .legendrecordtopwrap .legendrecordbottomleft {
    max-width: 100%;
  }

  .legendrecordtopwrap .legendrecordbottomleft h2 {
    text-align: center;
    margin: 20px auto;
  }

  .ltstwrldright {
    max-width: 100%;
  }

  .whyworldrcrdsrows {
    grid-template-columns: repeat(1, 1fr);
  }

  .mediasctbttomrgtwrap,
  .mediasctbttomlftwrap {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mediasctbttomrgtwrap {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #ffb200;
  }

  .podcastrows {
    grid-template-columns: repeat(1, 1fr);
  }

  .processcols img {
    max-height: 100px;
  }

  .processcols {
    min-width: 50%;
  }

  .legendrecordleftwrap>img {
    margin-top: 20px;
  }

  .mediascttopsldr h3 {
    min-height: 350px;
  }

  .contactformright input {
    font-size: 22px;
    padding: 20px 22px;
  }

  .footerwrap {
    justify-content: center;
  }

  .menu-footer-container>ul a {
    text-align: center;
    font-size: 16px;
  }

  .menu-footer-container>ul>li {
    padding: 6px 0;
  }

  .footerwrap .custom-logo {
    width: 180px;
  }

  .menu-social-media-container ul img {
    width: 22px;
  }

  .processrows {
    flex-direction: column;
  }

  .processwrapper>h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 42px;
  }

  .legendcardboxcol.left,
  .legendcardboxcol.center {
    width: calc(50% - 4px);
  }

  .legendcardboxcol.right {
    width: 100%;
  }

  .legendcardboxcol.left>.legendcardbox {
    aspect-ratio: auto;
    height: 100%;
  }

  .legendcardboxcol.right>.legendcardbox {
    aspect-ratio: 300 / 110;
  }

  h2.year-title {
    font-size: 40px;
  }
}

@media screen and (max-width: 575px) {

  /* latest */
  .ltstitleordesc {
    max-width: 100%;
  }

  .mediawrap .mediascttopsldrwrap>.slick-dots {
    display: none !important;
  }

  .mediawrap .mediascttopsldrwrap {
    padding-bottom: 65px;
  }

  .mediascttopsldrwrap button.slide-arrow {
    top: auto;
    transform: none;
    bottom: 0;
  }

  .mediascttopsldrwrap button.slide-arrow.prev-arrow {
    left: 35%;
  }

  .mediascttopsldrwrap button.slide-arrow.next-arrow {
    right: 35%;
  }

  .mediascttopwrap .slick-slide img {
    height: 100%;
    min-height: 400px;
    aspect-ratio: 400 / 400;
    object-position: top;
  }

  .mediawrap .legacybuttonright,
  .podcastwrap .legacybuttonright {
    justify-content: center;
  }

  .mediawrap>h2,
  .podcastwrap>h2 {
    text-align: center;
  }

  .ltstitleordesc {
    text-align: center;
  }

  .ltstwrldright h2,
  .whytitlewrap>h2 {
    align-items: center;
    text-align: center;
    justify-content: center;
  }

  .whytitlewrap>p {
    text-align: center;
  }

  /* end */
  .container {
    max-width: 100%;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 30px;
  }

  .whytitlewrap>p {
    font-size: 24px;
  }

  .whyworldrcrdsbox>h3 {
    font-size: 18px;
  }

  header.site-header .custom-logo-link>.custom-logo {
    width: 140px;
  }

  header.site-header {
    padding: 14px 10px;
  }

  .greyboxsection {
    padding: 30px 10px;
  }

  .mediascttopsldrwrap button.slide-arrow {
    display: none;
  }

  .videotitlewrap {
    padding-bottom: 20px;
  }

  .video-modal-content {
    padding: 20px;
  }

  .videotitletopwrap>h2 {
    font-size: 18px;
    max-width: 100%;
    order: 1;
  }

  .videotitletopwrap .close-btn {
    position: static;
    margin-left: auto;
  }

  .awardrowsctn {
    grid-template-columns: repeat(1, 1fr);
  }

  .custom-modal-topcontent>h2,
  .awarddetailmodal .custom-modal-topcontent span.awardnumb,
  .custom-modal-content .custom-modal-btmcontent h3 {
    font-size: 20px;
  }

  .custom-modal-topcontent>h2 {
    margin-bottom: 10px;
  }

  .awardrowsctn {
    gap: 20px 0px;
  }

  .custom-modal-content .awardcolsctn>h3 {
    font-size: 16px;
  }

  .custom-modal-content .awardcolsctn p {
    font-size: 18px;
  }

  .custom-modal-content .custom-modal-btmcontent p {
    font-size: 18px;
  }

  .custom-popup-overlay.awarddetailmodal .custom-modal-topcontent h2 {
    max-width: 100%;
  }

  .legacy-items {
    grid-template-columns: repeat(1, 1fr);
  }

  .legacy-content {
    padding: 10px;
  }

  h2.year-title {
    font-size: 34px;
  }
}

@media screen and (max-width: 420px) {

  .legendcardboxcol.right.groupcolumn a.h3,
  .legendcardboxcol.right.groupcolumn .legendcardbox {
    padding: 33px 16px 9px !important;
  }

  h1,
  .h1,
  h2,
  .h2 {
    font-size: 25px;
  }

  .whytitlewrap>p {
    font-size: 22px;
  }

  .legendrecordleftwrap>img {
    width: 191px;
  }

  .legendrecordbottomleft>h2>span {
    font-size: 76px;
  }

  .legendrecordbottomleft>h2 img {
    width: 150px;
  }

  .ltstwrldright h2 img {
    width: 150px;
  }

  .mediasctbttomlftrows {
    grid-template-columns: repeat(1, 1fr);
  }

  .contactformleft6 {
    width: 100%;
  }

  .menu-footer-container>ul {
    column-count: 2;
  }

  .legendcardboxcol.left,
  .legendcardboxcol.center {
    width: 100%;
  }

  .custom-popup-overlay.awarddetailmodal .custom-modal-content {
    padding: 40px 30px;
  }
}

/* 15-09 */
.legendcardboxcol.right.groupcolumn>.legendcardbox {
  aspect-ratio: auto;
}

.redirect.fullink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.legendcardboxcol>.legendcardbox {
  position: relative;
}

.whyworldrcrdsbox {
  position: relative;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
  animation-timing-function:
    ease;
  animation-iteration-count: infinite;
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 0s;
}

.whyworldrcrdsbox>h3 {
  animation: fadeInOutcolor 6s ease-in-out infinite;
  animation-delay: 0s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(2) .whyworldrcrdsbox>h3 {
  animation-delay: 2s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(2) .whyworldrcrdsbox {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 2s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(3) .whyworldrcrdsbox {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 3s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(3) .whyworldrcrdsbox>h3 {
  animation-delay: 3s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(4) .whyworldrcrdsbox {
  animation: fadeInOut 6s ease-in-out infinite;
  animation-delay: 4s;
}

.whyworldrcrdsrows>.whyworldrcrdscols:nth-child(4) .whyworldrcrdsbox>h3 {
  animation-delay: 4s;
}

.whyworldrcrdsbox>.bglened {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}

.legacytabcontentwrap .slide-arrow {
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  bottom: -18%;
}

.legacytabcontentwrap .slide-arrow:focus-visible {
  outline: none;
}

.legacytabcontentwrap .slide-arrow.prev-arrow {
  left: 15px;
}

.legacytabcontentwrap .slide-arrow.next-arrow {
  left: 80px;
}

.podcastcols>.imgthumbvdowrap>img {
  aspect-ratio: 1920 / 1080;
  object-fit: cover;
  object-position: center;
}

.textd-none {
  text-decoration: none;
}

.mediasctbttomwrap .mediasctbttomlftcols {
  width: 100%;
}

.ltstitleordesc h3 {
  font-size: 25px;
  margin: 30px 0 16px;
  font-family: 'Montserrat ExtraBold';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ltstitleordesc p {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.mediawrap .mediasctbttomlftrows {
  height: 100%;
}

.legendcardboxcol.right.groupcolumn {
  display: grid;
  grid-template-columns: 2fr 2fr;
  aspect-ratio: 300 / 139;
}

.legendcardboxcol.right.groupcolumn .legendcardbox {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding: 33px 16px 16px;
}

.legendcardboxcol.right.groupcolumn a.h3 {
  align-items: end;
  justify-content: space-between;
  padding: 33px 16px 16px;
}

.ltstitleordesc {
  color: #fff;
  text-decoration: none;
}