/* Global styles */
body .pdpWrapper section #intern-lp-top .description-block,
body .pdpWrapper section #intern-faq .faq-apply-text p {
  color: #fff;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
  line-height: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}

.hero-arrow-decor {
  display: none;
}

/* Hero Panel */
body .pdpWrapper section #intern-lp-top .intern-hero-banner {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  height: fit-content;
  background: url("https://assets.corsair.com/image/upload/v1758092146/pages/Early%20Talent%20Program%20LP/assets/Begin_Your_Journey.jpg") top center no-repeat;
  background-size: cover;
  align-items: center;
  padding: 14rem 1.25rem 0;
}

body .pdpWrapper section #intern-lp-top .hero-title {
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  color: #fff;
  text-align: center;
  font-size: 4.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.5rem;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

body .pdpWrapper section #intern-lp-top .hero-subtitle {
  color: #ece81a;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

/* Section Title */
body .pdpWrapper section #intern-lp-top .section-header {
  padding: 1.25rem;
}

body .pdpWrapper section #intern-lp-top .section-title {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

body .pdpWrapper section #intern-lp-top .hr-gradient {
  margin-top: 2rem;
  background: linear-gradient(90deg,
      rgba(242, 97, 206, 0) 0%,
      #f261ce 16.65%,
      #efc3b3 33.31%,
      #ece81a 50.13%,
      #ade7b8 66.71%,
      #00e5ff 83.38%,
      rgba(0, 229, 255, 0) 100%);
  border-width: 0;
  height: 1px;
}

/* Carousel Container */
body .pdpWrapper section #intern-lp-top .carousel-2tile-wrapper {
  position: relative;
}

body .pdpWrapper section #intern-lp-top .carousel-2tile-content {
  margin-bottom: 0;
  position: relative;
}

body .pdpWrapper section #intern-lp-top .intern-carousel-2tile {
  padding: 5rem 0;
}

/* Carousel Content */
body .pdpWrapper section #intern-lp-top .carousel-2tile-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.25rem;
  margin-bottom: 1rem;
}

body .pdpWrapper section #intern-lp-top .carousel-copy-subtitle {
  color: #ece81a;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.125rem;
}

body .pdpWrapper section #intern-lp-top .carousel-copy-title {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

body .pdpWrapper section #intern-lp-top .carousel-copy-desc {
  color: #fff;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-top: 1rem;
  margin-bottom: 0;
}

body .pdpWrapper section #intern-lp-top .intern-bg-cool {
  background: linear-gradient(120deg, #243131 0%, #171723 100%);
}

body .custom-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 24px;
}

body .custom-carousel-dots li {
  flex: 1;
  position: relative;
}

body .custom-carousel-dots li button {
  width: 100%;
  color: transparent;
}

body .custom-carousel-dots li::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-color: #fff;
  opacity: 0.4;
  pointer-events: none;
}

body .custom-carousel-dots .slick-active::after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  background-color: #fff;
  pointer-events: none;

  animation: 5.2s linear dotsfill;
}

/* Slick arrows */
body .carousel-2tile-utils .ep-prev:focus,
body .carousel-2tile-utils .ep-next:focus {
  outline: none;
}

body .carousel-2tile-utils .ep-prev {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
}

body .carousel-2tile-utils .ep-next {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 10%;
}

body .carousel-2tile-utils .ep-prev svg {
  margin-right: auto;
  margin-left: 0.5rem;
  position: relative;
  z-index: 999;
}

body .carousel-2tile-utils .ep-next svg {
  margin-right: 0.5rem;
  margin-left: auto;
  position: relative;
  z-index: 999;
}

body .carousel-2tile-utils .ep-prev::before {
  z-index: 10;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(270deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(14, 14, 14, 0.7) 100%);
  position: absolute;
  left: -1px;
  top: 0;
  height: 100%;
  width: 50px;
}

body .carousel-2tile-utils .ep-next::before {
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(14, 14, 14, 0.7) 100%);
  position: absolute;
  right: -1px;
  top: 0;
  height: 100%;
  width: 50px;
}

/* Testimonial Block */
body div[class*="SlideHow_heading"] {
  line-height: 36px;
  text-transform: uppercase;
}

body div[class*="SlideHow_heading"] a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

body div[class*="SlideHow_heading"] a::after {
  content: " " attr(href);
  font-size: 1.125rem;
  margin-left: 0.25rem;
}

body div[class*="SlideHow_description"] blockquote {
  margin-top: 0.5rem;
}

body div[class*="SlideHow_description"].mask-scrollbar {
  -webkit-mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0.2));
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0.2));
}

body div[class*="SlideHow_description"] {
  padding-right: 1.5rem;
  overflow-y: auto !important;
  max-height: 300px;
  height: fit-content;
  display: block !important;
  scrollbar-width: thin;
  scrollbar-color: #6e6e6e #474747;
  position: relative !important;
  margin-top: 0 !important;
  width: calc(100% - 1rem) !important;
}

body div[class*="SlideHow_description"]::-webkit-scrollbar {
  width: 8px;
}

body div[class*="SlideHow_description"]::-webkit-scrollbar-track {
  background: #474747;
}

body div[class*="SlideHow_description"]::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
  border-radius: 0px;
  border: 0px solid #ffffff;
}

/* FAQ */
body .pdpWrapper section #intern-faq .faq-img {
  background: url("https://assets.corsair.com/image/upload/f_auto/q_auto/v1699438955/pages/Early%20Talent%20Program%20LP/assets/image-corsair-hq.png") center no-repeat;
  min-height: 300px;
  background-size: cover;
}

body .pdpWrapper section .intern-bg-faq {
  background: linear-gradient(120deg, #243131 0%, #171723 100%);
  padding-bottom: 2.5rem;
}

body .pdpWrapper section #intern-faq .faq-text-section {
  padding: 2rem 1.25rem;
}

body .pdpWrapper section #intern-faq .faq-text-section hr {
  border-color: #545454;
}

body .pdpWrapper section #intern-faq .faq-apply-text {
  padding: 0 2rem;
}

body .pdpWrapper section #intern-faq .faq-text-section h3,
body .pdpWrapper section #intern-faq .faq-apply-text h3 {
  color: #fff;
  text-align: center;
  font-family: Bebas Neue Pro SmE Rg, sans-serif;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

body .pdpWrapper section #intern-faq .faq-question {
  color: #fff;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  letter-spacing: 1px;
  margin: 1rem 0;
}

body .pdpWrapper section #intern-faq .faq-link {
  color: #ece81a;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.8px;
  text-decoration-line: underline;
}

body .pdpWrapper section #intern-faq .faq-answer {
  color: #bfbfbf;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.8px;
  margin: 1rem 0;
}

body .pdpWrapper section #intern-faq .faq-answer-list {
  list-style-type: disc;
  list-style-position: outside;
}

body .pdpWrapper section #intern-faq .faq-answer-list {
  margin-left: 1.25rem;
}

@media screen and (min-width: 768px) {

  /* Hero Panel */
  /* Desktop */
  body .pdpWrapper section #intern-lp-top .intern-hero-banner {
    background-image: url("https://assets.corsair.com/image/upload/v1758214508/pages/Early%20Talent%20Program%20LP/assets/CORSAIR_2025_Intern_Group-0283.jpg");
  }

  /* Global Styles */
  body .pdpWrapper section #intern-lp-top .intern-hero-banner,
  body .pdpWrapper section #intern-lp-top .section-header,
  body .pdpWrapper section #intern-faq .faq-text-section,
  body .pdpWrapper section #intern-faq .faq-apply-text {
    padding-left: 4rem;
    padding-right: 4rem;
    padding-bottom: 1rem;
  }

  body .pdpWrapper section #intern-lp-top .intern-carousel-2tile {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-wrapper {
    max-width: 500px;
    margin: 1rem auto;
  }

  body .pdpWrapper section #intern-faq .faq-img {
    max-height: 300px;
    overflow: hidden;
  }

  body .pdpWrapper section #intern-faq .faq-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

body h2[class*="CarouselHow_heading"] {
  text-align: center;
}

@media screen and (min-width: 1050px) {

  /* that testimonial block!!! */
  body div[class*="CarouselHow_header"] {
    position: relative;
    height: 0;
    max-width: 1400px;
  }

  body h2[class*="CarouselHow_heading"] {
    text-align: left;
    padding-left: 19.25rem;
    padding-top: 3rem;
  }

  body div:has(> div[class*="CarouselHow_carouselhow-container"]) {
    background: url("https://assets.corsair.com/image/upload/f_auto/q_auto/v1699438953/pages/Early%20Talent%20Program%20LP/assets/early-talent-bg-pattern-01.png") top center no-repeat;
    background-size: cover;
    padding-right: 100px;
  }

  div[class*="CarouselHow_carouselhow-container"] {
    max-width: 1600px;
    margin: 0 auto;
  }

  body div[class*="CarouselHow_slider-list"].slick-vertical::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg,
        rgba(36, 36, 36, 0.9) 0%,
        rgba(36, 36, 36, 0) 20%,
        rgba(36, 36, 36, 0) 80%,
        rgba(36, 36, 36, 0.9) 100%);
  }

  body div[class*="SlideHow_heading"]>a {
    line-height: 26px;
  }

  body div[class*="SlideHow_sub-heading"] {
    margin-top: 0 !important;
    margin-bottom: 1rem !important;
  }

  body div[class*="SlideHow_main-container"] {
    clip-path: polygon(0 0, 100% 0, 100% 73%, 94% 100%, 0 100%);
  }

  body div[class*="SlideHow_extra-info-container"] {
    padding-top: 12%;
  }

  /* FAQ */
  body .pdpWrapper section #intern-faq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto 1fr;
    padding: 3rem;
    max-width: 1600px;
    margin: 0 auto;
  }

  body .pdpWrapper section #intern-faq .faq-text-section h3 {
    text-align: left;
  }

  body .pdpWrapper section #intern-faq .faq-text-section {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    padding-left: 0;
  }

  body .pdpWrapper section #intern-faq .faq-apply-text {
    margin-top: 2rem;
    padding-left: 0;
    padding-right: 8rem;
  }

  body .pdpWrapper section #intern-faq .faq-apply-text p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  body .pdpWrapper section #intern-faq .faq-apply-text h3 {
    text-align: left;
    margin-bottom: 1rem;
  }

  body .pdpWrapper section #intern-faq .faq-img {
    min-height: 350px;
  }
}

@media screen and (min-width: 1280px) {

  /* Global styles */
  body .pdpWrapper section #intern-lp-top .description-block,
  body .pdpWrapper section #intern-faq .faq-apply-text p {
    font-size: 1.25rem;
    line-height: 1.75rem;
    max-width: 1024px;
  }

  /* Hero Panel */
  body .pdpWrapper section #intern-lp-top .intern-hero-banner {
    min-height: 700px;
    height: calc(100vh - 100px);
    justify-content: flex-end;
    position: relative;
  }

  body .pdpWrapper section #intern-lp-top .intern-hero-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  }

  body .pdpWrapper section #intern-lp-top .intern-hero-banner>* {
    position: relative;
  }

  body .pdpWrapper section #intern-lp-top .intern-hero-banner svg {
    display: block;
    margin: 3rem 0 2rem;
    animation: 3s cubic-bezier(0.25, 1, 0.5, 1) 0s 1 slideInFromBottom;
  }

  body .pdpWrapper section #intern-lp-top .hero-title {
    font-size: 6rem;
    line-height: 6rem;
  }

  body .pdpWrapper section #intern-lp-top .hero-subtitle {
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }

  /* Carousel Sections */
  body .pdpWrapper section #intern-lp-top .section-header,
  body .pdpWrapper section #intern-lp-top .section-header>* {
    position: relative;
  }

  body .pdpWrapper section #intern-lp-top .section-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  }

  body .pdpWrapper section #intern-lp-top .hero-title {
    font-size: 4.75rem;
    line-height: 5rem;
    margin-bottom: 0.25rem;
  }

  body .pdpWrapper section #intern-lp-top .intern-what-we-offer,
  body .pdpWrapper section #intern-lp-top .intern-bg-trihex {
    background: url("https://assets.corsair.com/image/upload/f_auto/q_auto/v1699438953/pages/Early%20Talent%20Program%20LP/assets/early-talent-bg-pattern-01.png") top center no-repeat;
    background-size: cover;
  }

  body .pdpWrapper section #intern-lp-top .intern-bg-cool {
    background: url("https://assets.corsair.com/image/upload/f_auto/q_auto/v1699438953/pages/Early%20Talent%20Program%20LP/assets/early-talent-bg-pattern-02.png") top center no-repeat;
    background-size: cover;
  }

  body .pdpWrapper section #intern-lp-top .intern-carousel-2tile {
    display: flex;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1700px;
    margin: 0 auto;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-copy {
    width: 50%;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-wrapper {
    width: 50%;
    max-width: 840px;
  }

  body .pdpWrapper section #intern-lp-top .intern-carousel-left {
    flex-direction: row-reverse;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-copy {
    align-items: flex-start;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 1024px;
  }

  body .pdpWrapper section #intern-lp-top .carousel-2tile-copy>* {
    text-align: left;
  }

  body .pdpWrapper section #intern-lp-top .carousel-copy-subtitle {
    font-size: 0.875rem;
  }

  body .pdpWrapper section #intern-lp-top .carousel-copy-title {
    font-size: 3.75rem;
    line-height: 4rem;
  }

  body .pdpWrapper section #intern-lp-top .carousel-copy-desc {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  body h2[class*="CarouselHow_heading"] {
    padding-left: 21.25rem;
  }
}

@media screen and (min-width: 1600px) {
  body .pdpWrapper section #intern-lp-top .carousel-2tile-copy {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  body .pdpWrapper section #intern-lp-top .intern-carousel-left {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  body .pdpWrapper section #intern-lp-top .hero-title {
    font-size: 6.5rem;
    line-height: 7rem;
  }

  body h2[class*="CarouselHow_heading"] {
    padding-left: 17.25rem;
  }
}

@keyframes dotsfill {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes slideInFromBottom {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  50% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}