.huge-heading {
  font-size: max(5rem, 12.7vw);
  /* 184px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.huge-heading * {
  font-weight: inherit;
}
@media (max-width: 750px) {
  .huge-heading {
    font-size: 7rem;
  }
}
@media (max-width: 350px) {
  .huge-heading {
    font-size: 5rem;
  }
}
.xlarge-heading {
  font-size: max(3rem, 4.5vw);
  /* 64px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.xlarge-heading * {
  font-weight: inherit;
}
.large-heading {
  font-size: max(2.25rem, 3.6vw);
  /* 52px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.large-heading * {
  font-weight: inherit;
}
@media (max-width: 350px) {
  .large-heading {
    font-size: 2rem;
  }
}
.medium-heading {
  font-size: max(1.75rem, 2.5vw);
  /* 36px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.medium-heading * {
  font-weight: inherit;
}
.large-body {
  font-size: max(1.5rem, 1.94vw);
  /* 28px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.large-body * {
  font-weight: inherit;
}
.medium-body {
  font-size: max(1.25rem, 1.6vw);
  /* 24px */
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.medium-body * {
  font-weight: inherit;
}
.small-body {
  font-size: max(1.125rem, 1.38vw);
  /* 20px */
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.small-body * {
  font-weight: inherit;
}
.font-medium {
  font-weight: 500;
}
.font-medium * {
  font-weight: inherit;
}
hr {
  color: inherit;
}
hr.horizontal {
  border: none;
  border-bottom: 3px solid currentColor;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
hr.vertical {
  border: none;
  border-left: 3px solid currentColor;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes auto-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw - 1rem));
  }
}
@keyframes auto-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% + 100vw - 1rem));
  }
}
.clip-mask {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.clip-mask--pdc {
  --scale: 0.007139;
}
.clip-mask--pdg {
  --scale: 0.0046;
}
.clip-mask--ipdw {
  --scale: 0.00427;
}
.clip-mask--pd360 {
  --scale: 0.00332;
}
.clip-mask--plus {
  --ratio: 1/1;
  --scale: 0.01;
}
.clip-mask clipPath {
  transform: scale(var(--scale), calc(var(--scale) * var(--ratio)));
}
.svg-video a {
  position: relative;
  display: inline-block;
  line-height: 0;
}
.svg-video a:hover .svg-video__video video {
  opacity: 0.8;
}
.svg-video a:hover svg {
  opacity: 0;
}
.svg-video__video {
  background: var(--background);
}
.svg-video .svg-video__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: var(--ratio);
  display: block;
}
.svg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.svg-video--pdc .svg-video__video {
  -webkit-clip-path: url(#pdc-clip);
          clip-path: url(#pdc-clip);
}
.svg-video--pdg .svg-video__video {
  -webkit-clip-path: url(#pdg-clip);
          clip-path: url(#pdg-clip);
}
.svg-video--ipdw .svg-video__video {
  -webkit-clip-path: url(#ipdw-clip);
          clip-path: url(#ipdw-clip);
}
.svg-video--pd360 .svg-video__video {
  -webkit-clip-path: url(#pd360-clip);
          clip-path: url(#pd360-clip);
}
.st-stagger-text {
  opacity: 0;
  -webkit-animation: fadeIn 0s 0.15s ease-in-out forwards;
          animation: fadeIn 0s 0.15s ease-in-out forwards;
}
.st-stagger-text .line {
  -webkit-clip-path: inset(-5%);
          clip-path: inset(-5%);
}
.st-stagger-text .line:first-child {
  -webkit-clip-path: inset(-1.5rem -5%);
          clip-path: inset(-1.5rem -5%);
}
.page-header {
  --ratio: 421 / 130;
  position: relative;
  z-index: 0;
  min-height: calc(100svh - var(--padding) * 2);
  padding: var(--padding);
}
.page-header canvas {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}
@media (hover: none) {
  .page-header canvas {
    -webkit-animation: fadeOut 0.3s 1.3s ease-out forwards;
            animation: fadeOut 0.3s 1.3s ease-out forwards;
  }
}
.page-header video,
.page-header img {
  position: absolute;
  left: 0;
  width: 100%;
  aspect-ratio: var(--ratio);
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.page-header svg {
  fill: none;
}
.page-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: calc(100svh - var(--padding) * 2);
}
.page-header .clip-container {
  width: 100%;
  height: 100%;
  -webkit-clip-path: url(#clip-mask);
          clip-path: url(#clip-mask);
}
.page-header__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - var(--padding) * 2);
  z-index: 10;
  outline: 5px solid var(--background);
  outline-offset: -2px;
}
@media (max-width: 1024px) {
  .page-header__overlay {
    outline-offset: -1px;
  }
}
.page-header__overlay::before {
  content: "";
  position: absolute;
  top: -100svh;
  left: -2px;
  right: -2px;
  bottom: 99%;
  background: var(--background);
  z-index: 1;
}
.page-header__overlay::after {
  content: "";
  position: absolute;
  top: 99%;
  left: -2px;
  right: -2px;
  bottom: -100svh;
  background: var(--background);
  z-index: 1;
}
.page-header__overlay svg {
  width: 100%;
  display: block;
}
.page-header .overlay-text {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  margin: 0;
  height: auto;
  overflow: visible;
}
.page-header .overlay-text.blurred {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  filter: blur(2px);
  z-index: 1;
}
.page-header .clip-text {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -10px;
  left: -10px;
}
.page-header #clip-mask {
  --scale: 0.002375;
  --ratio: 421 / 130;
  transform: scale(var(--scale), calc(var(--scale) * var(--ratio)));
}
