.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%);
}
.pdc-events {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 3px auto auto;
  gap: 1rem;
  padding: var(--padding-top) var(--padding);
  background: var(--text);
  color: var(--background);
}
.pdc-events a {
  position: static;
  overflow: unset;
  display: block;
}
.pdc-events a::before {
  content: unset;
  background: unset;
  height: unset;
  width: unset;
}
.pdc-events hr.horizontal {
  grid-column: span 5;
}
@media (max-width: 1024px) {
  .pdc-events hr.horizontal {
    grid-column: 1/-1;
  }
}
.pdc-events hr.horizontal + hr.horizontal {
  grid-column: span 7;
}
@media (max-width: 1024px) {
  .pdc-events hr.horizontal + hr.horizontal {
    display: none;
  }
}
.pdc-events__heading {
  grid-column: span 5;
}
@media (max-width: 1024px) {
  .pdc-events__heading {
    grid-column: 1/-1;
  }
}
.pdc-events__events {
  grid-column: span 12;
  margin-top: var(--padding);
}
@media (max-width: 1024px) {
  .pdc-events__events {
    display: flex;
    flex-direction: column;
    gap: var(--padding-top);
  }
}
.pdc-events__event {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: var(--padding) 1rem;
}
.pdc-events__event:hover .pdc-events__logo .svg-video__video video {
  opacity: 0.8;
}
.pdc-events__event:hover .pdc-events__text svg {
  transform: translate(0.1em, -0.1em);
}
.pdc-events__logo {
  position: relative;
  grid-column: span 5;
  height: max(50px, 8.8vw);
}
@media (max-width: 1024px) {
  .pdc-events__logo {
    grid-column: 1/-1;
  }
}
.pdc-events__logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.pdc-events__logo .svg-video__video {
  aspect-ratio: var(--ratio);
  height: 100%;
  width: unset !important;
}
@media (max-width: 1024px) {
  .pdc-events__logo video {
    opacity: 0.8;
  }
}
.pdc-events__logo svg {
  width: auto;
  height: 100%;
}
.pdc-events__text {
  grid-column: span 7;
  padding-left: var(--padding-top);
}
@media (max-width: 1024px) {
  .pdc-events__text {
    grid-column: 1/-1;
    padding-left: 0;
  }
}
.pdc-events__text a {
  text-decoration: none;
  color: inherit;
}
.pdc-events__text a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pdc-events__text svg {
  width: 0.38em;
  height: auto;
  transition: transform 0.4s ease-out;
}
.pdc-events__text p {
  margin-top: 1.16em;
}
