:root {
  --asg-video-gold: #d5b85c;
  --asg-video-gold-soft: rgba(213, 184, 92, 0.42);
  --asg-video-surface: rgba(19, 19, 18, 0.76);
}

.asg-video-hero,
#rec2237270521 {
  position: relative;
}

.asg-hero-video-trigger {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 45;
  top: 238px;
  right: clamp(24px, 3.2vw, 52px);
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  align-items: center;
  width: 220px;
  min-height: 78px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid var(--asg-video-gold-soft);
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, rgba(42, 41, 37, 0.9), var(--asg-video-surface));
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36), inset 0 1px rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  font-family: 'Inter Tight', Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  isolation: isolate;
  touch-action: manipulation;
  transition: transform 220ms ease-out, border-color 220ms ease-out, box-shadow 220ms ease-out;
}

.asg-hero-video-trigger::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -6px;
  border: 1px solid rgba(224, 197, 105, 0.72);
  border-radius: 23px;
  box-shadow: 0 0 0 rgba(213, 184, 92, 0), 0 0 28px rgba(213, 184, 92, 0);
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  animation: asg-video-frame-attention 5.4s ease-in-out infinite;
}

.asg-hero-video-trigger:hover::before {
  border-color: rgba(232, 206, 119, 0.95);
  box-shadow: 0 0 12px rgba(213, 184, 92, 0.28), 0 0 34px rgba(213, 184, 92, 0.2);
  opacity: 1;
  transform: scale(1);
}

.asg-hero-video-trigger--standalone {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: min(220px, 100%) !important;
  margin-top: 20px;
}

.asg-hero-video-trigger:hover {
  transform: translateY(-2px);
  border-color: rgba(213, 184, 92, 0.78);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.44), 0 0 24px rgba(213, 184, 92, 0.12), inset 0 1px rgba(255, 255, 255, 0.1);
}

.asg-hero-video-trigger:active {
  transform: translateY(0) scale(0.985);
}

.asg-hero-video-trigger:focus {
  outline: none;
}

.asg-hero-video-trigger:focus-visible {
  outline: 2px solid var(--asg-video-gold);
  outline-offset: 3px;
}

.asg-hero-video-trigger__poster {
  position: relative;
  display: block;
  width: 108px;
  aspect-ratio: 848 / 464;
  overflow: hidden;
  border-radius: 13px;
  background: #111;
}

.asg-hero-video-trigger__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.2));
}

.asg-hero-video-trigger__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.asg-hero-video-trigger__play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 50%;
  color: #141311;
  background: var(--asg-video-gold);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.34);
  transform: translate(-50%, -50%);
}

.asg-hero-video-trigger__play::after {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px solid rgba(213, 184, 92, 0.62);
  border-radius: inherit;
  animation: asg-video-pulse 2.4s ease-out 3;
}

.asg-hero-video-trigger__play svg {
  width: 15px;
  height: 15px;
  margin-left: 2px;
  fill: currentColor;
}

.asg-hero-video-trigger__copy {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0 8px 0 10px;
}

.asg-hero-video-trigger__title {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.asg-hero-video-trigger__meta {
  color: #d8c678;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

#rec2262681411.asg-process-videos-enhanced .t396__artboard {
  height: auto !important;
  min-height: 0 !important;
}

#rec2262681411.asg-process-videos-enhanced .t396__carrier,
#rec2262681411.asg-process-videos-enhanced .t396__filter {
  height: 100% !important;
}

#rec2262681411.asg-process-videos-enhanced .t396__elem[data-elem-type="video"] {
  display: none !important;
}

.asg-process-videos {
  position: relative;
  z-index: 4;
  width: min(1200px, 100%);
  box-sizing: border-box;
  margin: 0 auto;
  padding: 28px 33px 30px;
  font-family: 'Inter Tight', Arial, sans-serif;
}

.asg-process-videos__controls {
  display: none;
}

.asg-process-videos__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 8px;
}

.asg-process-videos__item {
  flex: 0 1 calc((100% - 32px) / 5);
  max-width: 221px;
  min-width: 0;
}

.asg-process-video-card {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  box-sizing: border-box;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(213, 184, 92, 0.34);
  border-radius: 22px;
  color: #13120f;
  background: rgba(17, 17, 16, 0.78);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32), inset 0 1px rgba(255, 255, 255, 0.07);
  cursor: pointer;
  touch-action: manipulation;
  transition: transform 220ms ease-out, border-color 220ms ease-out, box-shadow 220ms ease-out;
}

.asg-process-video-card:hover {
  transform: translateY(-3px);
  border-color: rgba(213, 184, 92, 0.76);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.44), 0 0 26px rgba(213, 184, 92, 0.09), inset 0 1px rgba(255, 255, 255, 0.09);
}

.asg-process-video-card:active {
  transform: translateY(-1px) scale(0.99);
}

.asg-process-video-card:focus {
  outline: none;
}

.asg-process-video-card:focus-visible {
  outline: 2px solid var(--asg-video-gold);
  outline-offset: 3px;
}

.asg-process-video-card__poster,
.asg-process-video-card__poster img,
.asg-process-video-card__shade {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.asg-process-video-card__poster img {
  object-fit: cover;
  transition: transform 420ms ease-out, filter 280ms ease-out;
}

.asg-process-video-card:hover .asg-process-video-card__poster img {
  transform: scale(1.025);
  filter: brightness(1.04);
}

.asg-process-video-card__shade {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0.5) 100%);
}

.asg-process-video-card__play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  background: var(--asg-video-gold);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.42);
  transform: translate(-50%, -50%);
}

.asg-process-video-card__play::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 1px solid rgba(213, 184, 92, 0.64);
  border-radius: inherit;
  animation: asg-video-pulse 2.5s ease-out 3;
}

.asg-process-video-card__play svg {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  fill: currentColor;
}

.asg-process-video-card__duration {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  min-width: 42px;
  box-sizing: border-box;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: #fff;
  background: rgba(10, 10, 9, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 650;
  line-height: 1;
  text-align: center;
}

@keyframes asg-video-pulse {
  0%, 40% {
    opacity: 0;
    transform: scale(0.82);
  }
  52% {
    opacity: 0.75;
  }
  82%, 100% {
    opacity: 0;
    transform: scale(1.48);
  }
}

@keyframes asg-video-frame-attention {
  0%, 58%, 100% {
    border-color: rgba(213, 184, 92, 0.28);
    box-shadow: 0 0 0 rgba(213, 184, 92, 0), 0 0 0 rgba(213, 184, 92, 0);
    opacity: 0;
    transform: scale(0.985);
  }
  66% {
    border-color: rgba(235, 208, 116, 0.92);
    box-shadow: 0 0 14px rgba(213, 184, 92, 0.34), 0 0 38px rgba(213, 184, 92, 0.2);
    opacity: 1;
    transform: scale(1);
  }
  76% {
    border-color: rgba(213, 184, 92, 0.44);
    box-shadow: 0 0 26px rgba(213, 184, 92, 0.08), 0 0 52px rgba(213, 184, 92, 0.04);
    opacity: 0;
    transform: scale(1.035);
  }
}

.asg-site-footer__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px;
}

.asg-footer-video-cta {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  min-height: 48px;
  box-sizing: border-box;
  padding: 7px 14px 7px 8px;
  border: 1px solid rgba(213, 184, 92, 0.62);
  border-radius: 13px;
  color: #f7f4eb;
  background: linear-gradient(135deg, rgba(43, 41, 34, 0.82), rgba(22, 22, 20, 0.84));
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  font-family: 'Inter Tight', Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  touch-action: manipulation;
  transition: color 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.asg-footer-video-cta:hover {
  border-color: rgba(232, 205, 112, 0.94);
  background: linear-gradient(135deg, rgba(56, 51, 35, 0.94), rgba(30, 29, 24, 0.94));
  box-shadow: 0 0 22px rgba(213, 184, 92, 0.12), inset 0 1px rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.asg-footer-video-cta:active {
  transform: translateY(0) scale(0.99);
}

.asg-footer-video-cta:focus {
  outline: none;
}

.asg-footer-video-cta:focus-visible {
  outline: 2px solid var(--asg-video-gold);
  outline-offset: 3px;
}

.asg-footer-video-cta__icon {
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  color: #17150f;
  background: var(--asg-video-gold);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.asg-footer-video-cta__icon svg {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  fill: currentColor;
}

.asg-footer-video-cta__copy {
  display: grid;
  gap: 2px;
}

.asg-footer-video-cta__copy strong {
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
}

.asg-footer-video-cta__copy small {
  color: #d8c678;
  font-size: 10px;
  font-weight: 550;
  line-height: 1.15;
}

.asg-footer-video-cta--standalone {
  margin-top: 18px;
}

.asg-video-modal[hidden] {
  display: none !important;
}

.asg-video-modal {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
  opacity: 0;
  transition: opacity 220ms ease-out;
}

.asg-video-modal.is-open {
  opacity: 1;
}

.asg-video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.asg-video-modal__dialog {
  position: relative;
  width: min(1280px, calc(100vw - 48px), calc((100dvh - 48px) * 1.827586));
  aspect-ratio: 848 / 464;
  overflow: hidden;
  border: 1px solid rgba(213, 184, 92, 0.5);
  border-radius: 24px;
  background: #050505;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.68), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
  opacity: 0;
  transform: scale(0.965) translateY(10px);
  transition: opacity 240ms ease-out, transform 240ms ease-out;
}

.asg-video-modal.is-portrait .asg-video-modal__dialog {
  width: min(430px, calc(100vw - 48px), calc((100dvh - 48px) * 0.5625));
  aspect-ratio: 9 / 16;
}

.asg-video-modal.is-open .asg-video-modal__dialog {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.asg-video-modal__frame,
.asg-video-modal__frame iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.asg-video-modal__frame iframe {
  position: relative;
  z-index: 2;
  border: 0;
  background: #050505;
}

.asg-video-modal__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-items: center;
  color: #d8c678;
}

.asg-video-modal__loader::before {
  content: "";
  width: 34px;
  height: 34px;
  border: 2px solid rgba(213, 184, 92, 0.22);
  border-top-color: #d5b85c;
  border-radius: 50%;
  animation: asg-video-spin 850ms linear infinite;
}

.asg-video-modal.is-ready .asg-video-modal__loader {
  display: none;
}

.asg-video-modal__close {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 5;
  top: 12px;
  right: 12px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(213, 184, 92, 0.58);
  border-radius: 50%;
  color: #fff;
  background: rgba(10, 10, 10, 0.78);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.36);
  cursor: pointer;
  touch-action: manipulation;
  transition: background-color 180ms ease-out, border-color 180ms ease-out, transform 180ms ease-out;
}

.asg-video-modal__close:hover {
  border-color: #d5b85c;
  background: rgba(36, 34, 27, 0.94);
  transform: scale(1.04);
}

.asg-video-modal__close:focus {
  outline: none;
}

.asg-video-modal__close:focus-visible {
  outline: 2px solid #d5b85c;
  outline-offset: 3px;
}

.asg-video-modal__close svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.8;
}

.asg-video-modal__sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.asg-video-modal-open {
  overflow: hidden;
  overscroll-behavior: none;
}

@keyframes asg-video-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1199px) {
  .asg-hero-video-trigger {
    top: 150px;
    right: 20px;
    width: 204px;
    grid-template-columns: 98px minmax(0, 1fr);
  }

  .asg-hero-video-trigger__poster {
    width: 98px;
  }

  .asg-process-videos {
    width: min(960px, 100%);
    padding-inline: 34px;
  }

  .asg-process-videos__grid {
    column-gap: 10px;
  }

  .asg-process-videos__item {
    flex-basis: calc((100% - 30px) / 4);
  }
}

@media (max-width: 959px) {
  .asg-hero-video-trigger {
    top: 540px;
    right: 18px;
  }

  .asg-process-videos {
    width: min(640px, 100%);
  }

  .asg-process-videos__item {
    flex-basis: calc((100% - 20px) / 3);
  }
}

@media (max-width: 959px) and (orientation: landscape) {
  .asg-hero-video-trigger {
    top: 270px;
  }
}

@media (max-width: 639px) {
  .asg-hero-video-trigger {
    top: 405px;
    right: auto;
    left: 30px;
    grid-template-columns: 76px minmax(0, 1fr);
    width: 210px;
    min-height: 48px;
    border-radius: 14px;
    padding: 3px;
  }

  .asg-hero-video-trigger__poster {
    width: 76px;
    border-radius: 10px;
  }

  .asg-hero-video-trigger__play {
    width: 28px;
    height: 28px;
  }

  .asg-hero-video-trigger__play svg {
    width: 12px;
    height: 12px;
  }

  .asg-hero-video-trigger__copy {
    gap: 1px;
    padding-left: 8px;
  }

  .asg-hero-video-trigger__title {
    font-size: 13px;
  }

  .asg-hero-video-trigger__meta {
    font-size: 10px;
  }

  .asg-video-modal {
    padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
  }

  .asg-video-modal__dialog {
    width: min(calc(100vw - 16px), calc((100dvh - 16px) * 1.827586));
    border-radius: 16px;
  }

  .asg-video-modal.is-portrait .asg-video-modal__dialog {
    width: min(calc(100vw - 16px), calc((100dvh - 16px) * 0.5625));
  }

  .asg-video-modal__close {
    top: 8px;
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .asg-process-videos {
    width: 100%;
    padding: 24px 0 28px;
  }

  .asg-process-videos__controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    margin-bottom: 12px;
    padding: 0 16px;
  }

  .asg-process-videos__hint {
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 550;
    line-height: 1.3;
  }

  .asg-process-videos__arrows {
    display: flex;
    gap: 8px;
  }

  .asg-process-videos__arrow {
    -webkit-appearance: none;
    appearance: none;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(213, 184, 92, 0.4);
    border-radius: 50%;
    color: #fff;
    background: rgba(25, 24, 21, 0.78);
    cursor: pointer;
    touch-action: manipulation;
    transition: color 180ms ease-out, background-color 180ms ease-out, border-color 180ms ease-out, opacity 180ms ease-out;
  }

  .asg-process-videos__arrow:hover:not(:disabled) {
    border-color: var(--asg-video-gold);
    color: #17150f;
    background: var(--asg-video-gold);
  }

  .asg-process-videos__arrow:focus {
    outline: none;
  }

  .asg-process-videos__arrow:focus-visible {
    outline: 2px solid var(--asg-video-gold);
    outline-offset: 3px;
  }

  .asg-process-videos__arrow:disabled {
    opacity: 0.34;
    cursor: default;
  }

  .asg-process-videos__arrow svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .asg-process-videos__grid {
    display: grid;
    grid-auto-columns: min(68vw, 260px);
    grid-auto-flow: column;
    grid-template-columns: none;
    justify-content: start;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    padding: 4px 16px 10px;
    scroll-padding-inline: 16px;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .asg-process-videos__grid::-webkit-scrollbar {
    display: none;
  }

  .asg-process-videos__item {
    width: auto;
    max-width: none;
    scroll-snap-align: start;
  }

  .asg-process-video-card {
    border-radius: 20px;
  }

  .asg-site-footer__actions,
  .asg-site-footer__actions .asg-site-footer__cta,
  .asg-site-footer__actions .asg-footer-video-cta {
    width: 100%;
  }

  .asg-footer-video-cta {
    min-height: 50px;
  }
}

@media (max-width: 359px) {
  .asg-hero-video-trigger {
    top: 329px;
    left: 20px;
    grid-template-columns: 68px minmax(0, 1fr);
    min-height: 44px;
    height: 44px;
  }

  .asg-hero-video-trigger__poster {
    width: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .asg-hero-video-trigger,
  .asg-hero-video-trigger::before,
  .asg-process-video-card,
  .asg-process-video-card__poster img,
  .asg-process-videos__arrow,
  .asg-video-modal,
  .asg-video-modal__dialog,
  .asg-video-modal__close {
    transition: none;
  }

  .asg-hero-video-trigger::before,
  .asg-hero-video-trigger__play::after,
  .asg-process-video-card__play::after,
  .asg-video-modal__loader::before {
    animation: none;
  }
}
