/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, utilities;
@layer theme {
  :root, :host {
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-normal: 400;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .container {
    width: 100%;
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }
  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }
  .h-\[304px\] {
    height: 304px;
  }
  .h-full {
    height: 100%;
  }
  .w-100 {
    width: calc(var(--spacing) * 100);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1140px\] {
    max-width: 1140px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .basis-\[200px\] {
    flex-basis: 200px;
  }
  .basis-\[234px\] {
    flex-basis: 234px;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }
  .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-\[rgba\(0\,0\,0\,0\.1\)\] {
    background-color: rgba(0,0,0,0.1);
  }
  .bg-\[rgba\(0\,0\,0\,0\.5\)\] {
    background-color: rgba(0,0,0,0.5);
  }
  .object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .pr-\[24px\] {
    padding-right: 24px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-inherit {
    color: inherit;
  }
  .text-white {
    color: var(--color-white);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .max-lg\:hidden {
    @media (width < 992px) {
      display: none;
    }
  }
  .lg\:mt-\[48px\] {
    @media (width >= 992px) {
      margin-top: 48px;
    }
  }
  .lg\:mb-\[48px\] {
    @media (width >= 992px) {
      margin-bottom: 48px;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:size-\[18px\] {
    @media (width >= 992px) {
      width: 18px;
      height: 18px;
    }
  }
  .lg\:size-\[56px\] {
    @media (width >= 992px) {
      width: 56px;
      height: 56px;
    }
  }
  .lg\:h-\[462px\] {
    @media (width >= 992px) {
      height: 462px;
    }
  }
  .lg\:basis-\[308px\] {
    @media (width >= 992px) {
      flex-basis: 308px;
    }
  }
  .lg\:basis-\[328px\] {
    @media (width >= 992px) {
      flex-basis: 328px;
    }
  }
  .lg\:gap-\[48px\] {
    @media (width >= 992px) {
      gap: 48px;
    }
  }
  .lg\:pr-\[32px\] {
    @media (width >= 992px) {
      padding-right: 32px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 992px) {
      font-size: 20px;
    }
  }
  .lg\:leading-\[28px\] {
    @media (width >= 992px) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .lg\:first\:basis-\[656px\] {
    @media (width >= 992px) {
      &:first-child {
        flex-basis: 656px;
      }
    }
  }
}
.smn-home-carousel__track {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.smn-home-carousel__track::-webkit-scrollbar {
  display: none;
}
.smn-home-carousel__arrow {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(3, 20, 25, 0.08);
  border-radius: 9999px;
  background-color: #fff;
  color: #031419;
  box-shadow: 0 1px 2px rgba(3, 20, 25, 0.18), 0 6px 16px rgba(3, 20, 25, 0.32);
  cursor: pointer;
}
.smn-home-carousel__arrow--prev {
  inset-inline-start: 0;
  margin-inline-start: -20px;
}
.smn-home-carousel__arrow--next {
  inset-inline-end: 0;
  margin-inline-end: -20px;
}
[dir="rtl"] .smn-home-carousel__arrow svg {
  transform: scaleX(-1);
}
.smn-home-carousel__arrow.is-hidden {
  display: none;
}
@media (max-width: 991px) {
  .smn-home-carousel__arrow {
    display: none !important;
  }
}
.smn-home-carousel__arrow:hover {
  opacity: 1;
  color: #031419;
}
#content[data-smn-starship-homepage] .smn-home-carousel__head {
  padding-bottom: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #content[data-smn-starship-homepage] .smn-home-carousel__head {
    margin-bottom: 24px;
  }
}
#content[data-smn-starship-homepage] .smn-home-carousel__track {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content[data-smn-starship-homepage] .smn-home-carousel__item {
  list-style: none;
}
#content[data-smn-starship-homepage] .smn-home-carousel__title {
  margin: 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
#content[data-smn-starship-homepage] .smn-home-carousel__title:has(.smn-home-carousel__title-link) {
  padding-bottom: 1px;
  border-bottom: 2px solid #B4B3B0;
}
#content[data-smn-starship-homepage] .smn-home-carousel__title-link {
  color: inherit;
  text-decoration: none;
}
#content[data-smn-starship-homepage] .smn-home-carousel__title:has(.smn-home-carousel__title-link:hover) {
  border-bottom-color: #031419;
}
@media (max-width: 991px) {
  #content[data-smn-starship-homepage] .smn-home-carousel__see-all {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
#content[data-smn-starship-homepage] .smn-home-card__link {
  color: inherit;
  text-decoration: none;
}
#content[data-smn-starship-homepage] .smn-home-card__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 210 / 214;
  -o-object-fit: cover;
     object-fit: cover;
}
#content[data-smn-starship-homepage] .smn-home-card__title {
  margin: 8px 0 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}
#content[data-smn-starship-homepage] .smn-home-card__link:hover,
#content[data-smn-starship-homepage] .smn-home-carousel__title-link:hover,
#content[data-smn-starship-homepage] .smn-home-trending__card:hover,
#content[data-smn-starship-homepage] .smn-home-hero a:hover,
#content[data-smn-starship-homepage] .smn-video-card:hover {
  opacity: 1;
}
@media (hover: hover) and (min-width: 992px) and (prefers-reduced-motion: no-preference) {
  #content[data-smn-starship-homepage] .smn-home-card__img,
	#content[data-smn-starship-homepage] .smn-home-hero__img,
	#content[data-smn-starship-homepage] .smn-video-card__poster {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #content[data-smn-starship-homepage] .smn-home-card__link:hover .smn-home-card__img,
	#content[data-smn-starship-homepage] .smn-home-card__link:focus-visible .smn-home-card__img,
	#content[data-smn-starship-homepage] .smn-home-hero__slide:hover .smn-home-hero__img,
	#content[data-smn-starship-homepage] .smn-home-hero__slide:focus-within .smn-home-hero__img,
	#content[data-smn-starship-homepage] .smn-video-card:hover .smn-video-card__poster,
	#content[data-smn-starship-homepage] .smn-video-card:focus-visible .smn-video-card__poster {
    transform: scale(1.05);
  }
}
#content[data-smn-starship-homepage] .smn-video-card {
  color: inherit;
  text-decoration: none;
}
#content[data-smn-starship-homepage] .smn-video-card__preview,
#content[data-smn-starship-homepage] .smn-video-card__preview-block,
#content[data-smn-starship-homepage] .smn-video-card__preview video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  pointer-events: none;
}
#content[data-smn-starship-homepage] .smn-video-card__preview {
  z-index: 1;
}
#content[data-smn-starship-homepage] .smn-video-card__preview-block {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#content[data-smn-starship-homepage] .smn-video-card__preview.is-framed .smn-video-card__preview-block {
  opacity: 1;
}
#content[data-smn-starship-homepage] .smn-video-card__preview video {
  -o-object-fit: cover;
     object-fit: cover;
}
#content[data-smn-starship-homepage] [data-smn-preview="1"] {
  background: #000;
}
#content[data-smn-starship-homepage] [data-smn-preview="1"] > * {
  display: none;
}
#content[data-smn-starship-homepage] [data-smn-preview="1"] > .smn-video-card__preview {
  display: block;
}
#content[data-smn-starship-homepage] [data-smn-preview="1"]::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 2;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  pointer-events: none;
}
#content[data-smn-starship-homepage] [data-smn-preview="1"]:has(.smn-video-card__preview.is-framed)::after {
  display: none;
}
@media (prefers-reduced-motion: no-preference) {
  #content[data-smn-starship-homepage] [data-smn-preview="1"]::after {
    animation: smn-preview-spin 0.8s linear infinite;
  }
}
@keyframes smn-preview-spin {
  to {
    transform: rotate(360deg);
  }
}
#content[data-smn-starship-homepage] .smn-video-card__title {
  margin: 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #031419;
}
@media (min-width: 992px) {
  #content[data-smn-starship-homepage] .smn-video-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  #content[data-smn-starship-homepage] .smn-home-carousel--video .smn-home-carousel__arrow {
    top: 231px;
  }
}
@media (max-width: 991px) {
  #content[data-smn-starship-homepage] .smn-home-card__title {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  #content[data-smn-starship-homepage] .smn-home-carousel__title {
    font-size: 32px;
    line-height: 32px;
  }
  #content[data-smn-starship-homepage] .smn-home-card__img {
    aspect-ratio: 296 / 341;
  }
  #content[data-smn-starship-homepage] .smn-home-carousel__item.is-featured:first-child .smn-home-card__img {
    aspect-ratio: 624 / 341;
  }
  #content[data-smn-starship-homepage] .smn-home-carousel__item.is-featured:first-child .smn-home-card__title {
    margin-top: 10px;
  }
}
#content[data-smn-starship-homepage] .smn-home-carousel__track--top > li:nth-child(even) {
  display: none !important;
}
#content[data-smn-starship-homepage] .smn-home-carousel__track--bottom > li:nth-child(odd) {
  display: none !important;
}
#content[data-smn-starship-homepage] .smn-home-hero {
  position: relative;
  aspect-ratio: 1120 / 470;
  background-color: #f2f0eb;
}
#content[data-smn-starship-homepage] .smn-home-hero__slides {
  position: absolute;
  inset: 0;
}
#content[data-smn-starship-homepage] .smn-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#content[data-smn-starship-homepage] .smn-home-hero__slide:first-child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#content[data-smn-starship-homepage] .smn-home-hero.is-enhanced .smn-home-hero__slide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#content[data-smn-starship-homepage] .smn-home-hero.is-enhanced .smn-home-hero__slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#content[data-smn-starship-homepage] .smn-home-hero__bg {
  position: absolute;
  inset: 0;
  display: block;
}
#content[data-smn-starship-homepage] .smn-home-hero__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#content[data-smn-starship-homepage] .smn-home-hero__scrim {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180.08deg, rgba(0, 0, 0, 0) 0.07%, rgba(0, 0, 0, 0.6) 93.88%);
}
#content[data-smn-starship-homepage] .smn-home-hero__overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px;
  color: #fff;
  pointer-events: none;
}
#content[data-smn-starship-homepage] .smn-home-hero__overlay a {
  pointer-events: auto;
}
#content[data-smn-starship-homepage] .smn-home-hero__cats {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}
#content[data-smn-starship-homepage] .smn-home-hero__cats:empty {
  display: none;
}
#content[data-smn-starship-homepage] .smn-home-hero__cat {
  list-style: none;
}
#content[data-smn-starship-homepage] .smn-home-hero__cat:not(:last-child)::after {
  content: ", ";
  white-space: pre;
}
#content[data-smn-starship-homepage] .smn-home-hero__cat-link {
  color: #fff;
  text-decoration: none;
}
#content[data-smn-starship-homepage] .smn-home-hero__cat-link:hover {
  text-decoration: underline;
}
#content[data-smn-starship-homepage] .smn-home-hero__title {
  margin: 0;
  max-width: 60%;
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
}
#content[data-smn-starship-homepage] .smn-home-hero__title-link {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#content[data-smn-starship-homepage] .smn-home-hero__dots {
  position: absolute;
  right: 32px;
  bottom: 32px;
  z-index: 2;
  display: flex;
  gap: 8px;
}
#content[data-smn-starship-homepage] .smn-home-hero__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 9999px;
  background-color: #ffffff99;
  cursor: pointer;
}
#content[data-smn-starship-homepage] .smn-home-hero__dot:first-child {
  background-color: #ffffff;
}
#content[data-smn-starship-homepage] .smn-home-hero__dot:only-child {
  display: none;
}
#content[data-smn-starship-homepage] .smn-home-hero.is-enhanced .smn-home-hero__dot {
  background-color: #ffffff99;
}
#content[data-smn-starship-homepage] .smn-home-hero.is-enhanced .smn-home-hero__dot.is-active {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  #content[data-smn-starship-homepage] .smn-home-hero {
    aspect-ratio: auto;
    min-height: 320px;
  }
  #content[data-smn-starship-homepage] .smn-home-hero__scrim {
    background: linear-gradient(180.24deg, rgba(0, 0, 0, 0) 21.5%, rgba(0, 0, 0, 0.6) 99.79%);
  }
  #content[data-smn-starship-homepage] .smn-home-hero__overlay {
    padding: 16px 104px 16px 16px;
  }
  #content[data-smn-starship-homepage] .smn-home-hero__cats {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
  }
  #content[data-smn-starship-homepage] .smn-home-hero__title {
    max-width: 100%;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0;
  }
  #content[data-smn-starship-homepage] .smn-home-hero__dots {
    right: 16px;
    bottom: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #content[data-smn-starship-homepage] .smn-home-hero__slide {
    transition: none;
  }
}
.smn-home-trending__track {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.smn-home-trending__track::-webkit-scrollbar {
  display: none;
}
#content[data-smn-starship-homepage] .smn-home-trending__head {
  padding-bottom: 0;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  #content[data-smn-starship-homepage] .smn-home-trending__head {
    margin-bottom: 24px;
  }
}
#content[data-smn-starship-homepage] .smn-home-trending__title {
  margin: 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 992px) {
  #content[data-smn-starship-homepage] .smn-home-trending__title {
    font-size: 32px;
    line-height: 32px;
  }
}
#content[data-smn-starship-homepage] .smn-home-trending__track {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#content[data-smn-starship-homepage] .smn-home-trending__item {
  flex: 0 0 375px;
  max-width: 100%;
  scroll-snap-align: start;
  list-style: none;
}
#content[data-smn-starship-homepage] .smn-home-trending__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  height: 153px;
  padding: 16px;
  padding-inline-end: 26px;
  border-radius: 4px;
  overflow: hidden;
  color: #1a1a1a;
  text-decoration: none;
}
#content[data-smn-starship-homepage] .smn-home-trending__card-title {
  flex: 1 1 auto;
  margin: 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: inherit;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#content[data-smn-starship-homepage] .smn-home-trending__img {
  flex: 0 0 100px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 4px;
  -o-object-fit: cover;
     object-fit: cover;
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(odd) .smn-home-trending__img {
  transform: rotate(-13.55deg);
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(even) .smn-home-trending__img {
  transform: rotate(13.55deg);
}
@media (hover: hover) and (min-width: 992px) and (prefers-reduced-motion: no-preference) {
  #content[data-smn-starship-homepage] .smn-home-trending__img {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  #content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(odd) .smn-home-trending__card:hover .smn-home-trending__img,
    #content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(odd) .smn-home-trending__card:focus-visible .smn-home-trending__img {
    transform: rotate(13.55deg) scale(1.08);
  }
  #content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(even) .smn-home-trending__card:hover .smn-home-trending__img,
    #content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(even) .smn-home-trending__card:focus-visible .smn-home-trending__img {
    transform: rotate(-13.55deg) scale(1.08);
  }
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(5n+1) .smn-home-trending__card {
  background-color: #E4DEF3;
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(5n+2) .smn-home-trending__card {
  background-color: #CEDAD3;
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(5n+3) .smn-home-trending__card {
  background-color: #EFE1CC;
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(5n+4) .smn-home-trending__card {
  background-color: #EFEBE1;
}
#content[data-smn-starship-homepage] .smn-home-trending__item:nth-child(5n+5) .smn-home-trending__card {
  background-color: #E8E8E8;
}
#content[data-smn-starship-homepage] .smn-home-trending__viewport .smn-home-carousel__arrow {
  top: 50%;
}
@media (max-width: 991px) {
  #content[data-smn-starship-homepage] .smn-home-trending__track {
    gap: 16px;
  }
  #content[data-smn-starship-homepage] .smn-home-trending__item {
    flex: 0 0 248px;
  }
  #content[data-smn-starship-homepage] .smn-home-trending__card {
    gap: 22px;
    height: 105.94px;
    padding: 16px;
    padding-inline-end: 19px;
    border-radius: 2.45px;
  }
  #content[data-smn-starship-homepage] .smn-home-trending__card-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0;
  }
  #content[data-smn-starship-homepage] .smn-home-trending__img {
    flex: 0 0 61.29px;
    width: 61.29px;
    height: 61.29px;
    border-radius: 2.45px;
  }
}
#content[data-smn-starship-homepage] .smn-home-explore__scrim {
  background: #0000004d;
}
#content[data-smn-starship-homepage] .smn-home-explore .smn-home-carousel__arrow {
  top: 50%;
}
#content[data-smn-starship-homepage] .smn-home-explore__label {
  margin: 0;
  padding-inline: 16px;
  color: #fffffc;
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  #content[data-smn-starship-homepage] .smn-home-explore__label {
    font-size: 16px;
    line-height: 24px;
  }
}
#content[data-smn-starship-homepage] .smn-newsletter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 20px 40px;
  border-radius: 4px;
  background: #cec8bf;
  color: #1a1a1a;
}
#content[data-smn-starship-homepage] .smn-newsletter__copy {
  min-width: 0;
}
#content[data-smn-starship-homepage] .smn-newsletter__title {
  margin: 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
#content[data-smn-starship-homepage] .smn-newsletter__title strong {
  font-weight: 600;
}
#content[data-smn-starship-homepage] .smn-newsletter__body {
  margin: 8px 0 0;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  line-height: 24px;
  max-width: 480px;
}
#content[data-smn-starship-homepage] .smn-newsletter__notice {
  margin: 12px 0 0;
  padding: 10px 14px;
  border-radius: 4px;
  border-left: 3px solid currentColor;
  background: #fffffc;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  max-width: 480px;
}
#content[data-smn-starship-homepage] .smn-newsletter__notice--success {
  color: #1d6f42;
}
#content[data-smn-starship-homepage] .smn-newsletter__notice--info {
  color: #4a4a4a;
}
#content[data-smn-starship-homepage] .smn-newsletter__notice--error {
  color: #a4262c;
}
#content[data-smn-starship-homepage] .smn-newsletter__form {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}
#content[data-smn-starship-homepage] .smn-newsletter__input {
  width: 240px;
  min-width: 0;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #1a1a1a;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  line-height: 24px;
  outline: none;
}
#content[data-smn-starship-homepage] .smn-newsletter__input::-moz-placeholder {
  color: var(--text-subtle-contrast, #A7B2BA);
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#content[data-smn-starship-homepage] .smn-newsletter__input::placeholder {
  color: var(--text-subtle-contrast, #A7B2BA);
  font-family: 'Suisse Intl', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
#content[data-smn-starship-homepage] .smn-newsletter__btn {
  flex-shrink: 0;
  height: 44px;
  padding: 0 20px;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #4a4a4a;
  color: #fffffc;
  font-family: 'Suisse Intl', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  vertical-align: middle;
  text-transform: none;
  letter-spacing: normal;
  cursor: pointer;
}
@media (max-width: 991px) {
  #content[data-smn-starship-homepage] .smn-newsletter {
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 22px 24px;
  }
  #content[data-smn-starship-homepage] .smn-newsletter__body {
    max-width: 100%;
  }
  #content[data-smn-starship-homepage] .smn-newsletter__form {
    width: 100%;
  }
  #content[data-smn-starship-homepage] .smn-newsletter__input {
    flex: 1;
    width: auto;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

