
#research_carousel .box_wrap {
  width: 100% !important;
  aspect-ratio: 9 / 16 !important;
  background: #000 !important;
  position: relative !important;
  overflow: hidden !important;
  border-radius: 4px !important;
  display: block !important;
  cursor: default !important;
  touch-action: pan-y !important;
  -webkit-user-drag: none !important;
  transform: translateZ(0);
  clip-path: inset(0 round 8px) !important;
}

#research_carousel .tns-item {
  padding-left: 12px !important;
  padding-right: 12px !important;
  box-sizing: border-box !important;
  background: transparent !important;
}

#research_carousel .jeg_thumb,
#research_carousel .thumbnail-container {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#research_carousel .thumbnail-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  pointer-events: none !important;
  display: block !important;
}

#research_carousel .thumbnail-container::after,
#research_carousel .thumbnail-container::before {
  content: none !important;
  background: transparent !important;
}

#research_carousel .neuron-video-holder {
  position: absolute !important;
  inset: 0 !important;
  z-index: 6 !important;
  background: #000;
  border-radius: 0 !important;
  display: block !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: opacity 0.15s ease !important;
}

#research_carousel .neuron-video-holder.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#research_carousel .neuron-video-holder iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  z-index: 1 !important;
  border-radius: 0 !important;
}

#research_carousel .neuron-loader {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(0, 0, 0, 0.15) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity 0.15s ease !important;
  pointer-events: none !important;
}

#research_carousel .neuron-video-holder.is-loading .neuron-loader {
  opacity: 1 !important;
  visibility: visible !important;
}

#research_carousel .neuron-loader::after {
  content: "" !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 50% !important;
  border: 3px solid rgba(255, 255, 255, 0.35) !important;
  border-top-color: rgba(255, 255, 255, 0.95) !important;
  animation: neuronSpin 0.8s linear infinite !important;
}

@keyframes neuronSpin {
  to {
    transform: rotate(360deg);
  }
}

#research_carousel .neuron-sound-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 4 !important;
  background: transparent !important;
  cursor: pointer !important;
}

#research_carousel .neuron-read-cta {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  bottom: auto !important;
  z-index: 5 !important;
  text-align: center !important;
  transform: translateY(-120%) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transition: transform 0.22s ease, opacity 0.22s ease !important;
}

#research_carousel .neuron-video-holder.cta-visible .neuron-read-cta {
  transform: translateY(0) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

#research_carousel .neuron-read-cta a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 52px !important;
  padding: 0 12px !important;
  width: 100% !important;
  border-radius: 0 !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  background: #f2f2f9 !important;
  color: #17173C !important;
  letter-spacing: 0.04em !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  font-size: 13px !important;
  font-family: inherit !important;
box-shadow: 0px 2px 3px 1px rgb(0 0 0 / 10%);
}

#research_carousel .neuron-read-link::after {
  content: " \2197" !important;
  margin-left: 6px !important;
  font-weight: 700 !important;
  color: #e61949 !important;
}

#research_carousel .overlay_content {
position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 60% !important;
    background: linear-gradient(to top, rgba(23, 23, 60, 0.82) 10%, rgba(23, 23, 60, 0.45) 50%, rgba(23, 23, 60, 0) 100%) !important;
    z-index: 10 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 14px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    transition: opacity 0.3s ease !important;
}

@media (hover: hover) and (pointer: fine) {
  #research_carousel .box_wrap:hover .overlay_content {
    opacity: 0 !important;
  }
}

#research_carousel .jeg_post_title,
#research_carousel .jeg_post_title a {
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.22 !important;
}

#research_carousel .neuron-exc-fixed {
  color: #ffffff !important;
  display: none;
}

#research_carousel .jeg_nav_prev,
#research_carousel .jeg_nav_next {
  cursor: pointer !important;
  z-index: 30 !important;
}

#research_carousel .jnews-edit-post,
#research_carousel .jeg_post_meta,
#research_carousel .jeg_video_icon,
#research_carousel .jeg_nav_dots {
  display: none !important;
}

#research_carousel .tns-ovh,
#research_carousel .tns-inner,
#research_carousel .box_wrap {
  cursor: default !important;
}

#neuron-touch-reels {
  display: none;
}

@media (max-width: 1024px) {
  #research_carousel .tns-outer,
  #research_carousel .jeg_posts_wrap,
  #research_carousel .jeg_block_navigation,
  #research_carousel .tns-controls,
  #research_carousel [data-controls],
  #research_carousel [class*="nav"] {
    display: none !important;
  }

  #neuron-touch-reels {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin-top: 10px;
    box-sizing: border-box;
  }

  #neuron-touch-reels .neuron-touch-rail {
    display: flex;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 0 18px 12px;
    box-sizing: border-box;
    scrollbar-width: none;
  }

  #neuron-touch-reels .neuron-touch-rail::-webkit-scrollbar {
    display: none;
  }

  #neuron-touch-reels .neuron-touch-card {
    position: relative;
    flex: 0 0 52vw;
    width: 52vw;
    aspect-ratio: 9 / 16;
    border-radius: 14px;
    overflow: hidden;
    background: #000;
    scroll-snap-align: start;
    cursor: pointer;
  }

  #neuron-touch-reels .neuron-touch-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  #neuron-touch-reels .neuron-touch-card::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    transform: translate(-50%, -50%);
    border-radius: 999px;
    background: rgba(9, 9, 80, 0.72);
    border: 1px solid rgba(255,255,255,0.28);
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    pointer-events: none;
  }

  #neuron-touch-reels .neuron-touch-card::before {
    content: "";
    position: absolute;
    left: calc(50% + 2px);
    top: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 14px solid #ffffff;
    pointer-events: none;
  }

  #neuron-touch-reels .neuron-touch-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 42%;
    display: flex;
    align-items: flex-end;
    padding: 10px;
    box-sizing: border-box;
    background: linear-gradient(
      to top,
      rgba(0,0,0,0.94) 0%,
      rgba(0,0,0,0.55) 55%,
      rgba(0,0,0,0) 100%
    );
    color: #ffffff;
    font-size: 18px;
    font-family: Geist-Bold,Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.3;
    pointer-events: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #neuron-touch-reels .neuron-touch-card {
    flex-basis: 31vw;
    width: 31vw;
  }

  #neuron-touch-reels .neuron-touch-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  #home_research_slider_row {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
}

@media (max-width: 430px) {
  #neuron-touch-reels .neuron-touch-rail {
    gap: 10px;
    padding-left: 16px;
    padding-right: 16px;
  }

  #neuron-touch-reels .neuron-touch-card {
    flex-basis: 58vw;
    width: 58vw;
  }

  #neuron-touch-reels .neuron-touch-title {
    font-size: 18px;
    line-height: 1.3;
    padding: 9px;
  }

  #neuron-touch-reels .neuron-touch-card::after {
    width: 38px;
    height: 38px;
  }

  #neuron-touch-reels .neuron-touch-card::before {
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 12px;
  }
}

.neuron-mobile-video-modal {
  position: fixed;
  inset: 0;
  z-index: 10000020;
  background: #000;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 180ms ease;
}

.neuron-mobile-video-modal.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.neuron-mobile-video-topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: calc(58px + env(safe-area-inset-top, 0px));
  padding: calc(env(safe-area-inset-top, 0px) + 10px) 14px 8px;
  z-index: 10000040;
  box-sizing: border-box;
  background: #f2f2f9;
  border-bottom: 1px solid rgba(9, 9, 79, 0.12);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.neuron-mobile-video-back,
.neuron-mobile-video-link,
.neuron-mobile-video-prev,
.neuron-mobile-video-next {
  border: 0;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

.neuron-mobile-video-back,
.neuron-mobile-video-link {
  position: relative;
  z-index: 2;
  color: #17173C;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.neuron-mobile-video-back {
  text-align: left;
}

.neuron-mobile-video-link {
  text-align: right;
}

.neuron-mobile-video-link::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-left: 7px;
  border-top: 2px solid #e61949;
  border-right: 2px solid #e61949;
  transform: translateY(-1px) rotate(45deg);
  display: inline-block;
}

.neuron-mobile-video-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  min-width: 122px;
  color: #17173C;
  border-radius: 999px;
  padding: 7px 12px;
    box-shadow: 0px 0px 12px rgba(9, 9, 79, 0.06);
    
}

.neuron-mobile-video-prev,
.neuron-mobile-video-next {
  width: 22px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #17173C;
  font-size: 22px;
  font-weight: 500;
  line-height: 1 !important;
  padding-bottom: 2px;
}

.neuron-mobile-video-count {
  min-width: 34px;
  text-align: center;
  color: #17173C;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.neuron-mobile-video-stage {
  position: absolute;
  top: calc(58px + env(safe-area-inset-top, 0px));
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #000;
}

.neuron-mobile-video-track {
  position: absolute;
  inset: 0;
  display: flex;
  height: 100%;
  transition: transform 240ms ease;
  will-change: transform;
}

.neuron-mobile-video-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.neuron-mobile-video-frame {
  position: relative;
  width: min(100vw, 56.25vh);
  height: min(177.78vw, 100%);
  max-width: 100vw;
  max-height: 100%;
  background: #000;
}

.neuron-mobile-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
}

.neuron-mobile-video-swipe-zone {
  position: fixed;
  top: 32%;
  bottom: 32%;
  z-index: 10000030;
  width: 18%;
  background: transparent;
  touch-action: pan-y;
}

.neuron-mobile-video-swipe-zone-left {
  left: 0;
}

.neuron-mobile-video-swipe-zone-right {
  right: 0;
}

.neuron-mobile-video-bottom,
.neuron-mobile-video-cta {
  display: none !important;
}

body.neuron-video-modal-open {
  overflow: hidden !important;
  touch-action: none !important;
}

@media (min-width: 1025px) {
  .neuron-mobile-video-modal,
  #neuron-touch-reels {
    display: none !important;
  }
}
