.crewlink-slide .crewlink-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: #fff;
  line-height: normal;
}
.crewlink-composition {
  position: absolute;
  top: var(--crewlink-top, 0px);
  left: 50%;
  transform: translateX(-50%);
  width: var(--crewlink-width, 100%);
  aspect-ratio: 1920 / 936;
}
.crewlink-stage > .crewlink-background {
  position: absolute;
  top: var(--crewlink-top, 0px);
  left: 0;
  width: 100%;
  height: var(--crewlink-height, 100%) !important;
  object-fit: fill;
  object-position: right top;
}
.crewlink-composition img {
  position: absolute;
  display: block;
  max-width: none !important;
  height: auto !important;
}
.crewlink-man {
  top: 0;
  left: 45.052083%;
  width: 53.28125% !important;
}
.crewlink-product {
  top: 65%;
  left: 5.208333%;
  width: 40% !important;
}
.crewlink-stage > .crewlink-label {
  position: absolute;
  top: var(--crewlink-top, 0px);
  left: 0;
  width: calc(var(--crewlink-width, 100%) * 0.27083333) !important;
  height: auto !important;
  max-width: none !important;
  display: block;
  z-index: 1;
}
.crewlink-text {
  top: 24.893162%; left: 5.208333%; width: 40% !important;
  opacity: 0;
  transform: translateY(38.461538%);
}
.crewlink-slide[data-isactiveslide="true"] .crewlink-text {
  animation: crewlink-enter 1.5s cubic-bezier(.215,.61,.355,1) .3s both;
}
/* Keep mobile navigation away from the text overlay. */
rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tp-bullets {
  top: calc(50% + var(--crewlink-nav-offset, 0px)) !important;
}
rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tparrows {
  top: auto !important;
  bottom: 6px !important;
  transform: none !important;
}
rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tp-leftarrow {
  left: 6px !important;
  right: auto !important;
}
rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tp-rightarrow {
  right: 6px !important;
  left: auto !important;
}
@media (max-width: 767px) {
  rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tparrows {
    width: 32px !important;
    height: 32px !important;
  }
  rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tparrows::before {
    line-height: 32px !important;
    font-size: 18px !important;
  }
  rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tp-leftarrow {
    left: 6px !important;
  }
  rs-module:has(.crewlink-slide[data-isactiveslide="true"]) .tp-rightarrow {
    left: 44px !important;
    right: auto !important;
  }
}
@keyframes crewlink-enter {
  from { opacity: 0; transform: translateY(38.461538%); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  .crewlink-slide[data-isactiveslide="true"] .crewlink-text {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* Two independently animated parts of the original 823 x 390 text artwork. */
.crewlink-text-primary { transform: translateX(-20%); }
.crewlink-text-secondary { top: 46.926748%; }
.crewlink-slide[data-isactiveslide="true"] .crewlink-text-primary {
  animation-name: crewlink-enter-left;
}
@keyframes crewlink-enter-left {
  from { opacity: 0; transform: translateX(-20%); }
  to { opacity: 1; transform: translateX(0); }
}
.tg-home-crewlink .tg-item-overlay {
  background-image: url(/assets/crewlink-home/main_product_menu_icon_02.png) !important;
  background-size: 100% 100% !important;
  background-color: #fff !important;
}
.tg-home-crewlink .tg-item-media-content {
  background-color: rgba(0,0,0,.18) !important;
}
.tg-home-crewlink:focus-within .tg-item-overlay,
.tg-home-crewlink:focus-within .tg-element-1 {
  opacity: 1;
  visibility: visible;
}
.tg-home-crewlink:focus-within .tg-element-2 {
  opacity: 0;
  visibility: hidden;
}
.tg-home-crewlink .tg-element-1 a { display: block; }
@media (hover: none) {
  .tg-home-crewlink .tg-element-1 { opacity: 1; visibility: visible; }
}
@media (prefers-reduced-motion: reduce) {
  .crewlink-slide[data-isactiveslide="true"] .crewlink-text-primary {
    animation: none;
    transform: none;
  }
}