{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,qBACE,GACE,wBACF,CACA,GACE,mBACF,CACF,CACA,kBACE,eAGE,uCAAwC,CACxC,kDAAmD,CAHnD,aAIF,CACA,gDAJE,iBAMF,CACA,yBACE,aAAc,CAEd,eAAgB,CADhB,iBAAkB,CAElB,uBACF,CACA,sCAEE,mBAAoB,CACpB,WAAY,CAFZ,gBAGF,CACA,qCACE,uBAAwB,CACxB,eACF,CACA,sBAKE,YAAa,CAFb,QAAS,CACT,SAAU,CAHV,uBAAwB,CACxB,UAAW,CAIX,SACF,CACA,sBACE,YAAa,CAGb,aAAc,CAFd,kBAAmB,CAMnB,gBAAiB,CADjB,eAAgB,CADhB,iBAAkB,CADlB,gBAAiB,CAFjB,UAMF,CACA,gCACE,YAAa,CACb,kBAAmB,CACnB,UACF,CACA,uCACE,gCACE,qBAAsB,CACtB,wBAA0B,CAC1B,yBACF,CACF,CACA,8BAKE,sBAAuB,CAHvB,YAAa,CADb,YAAa,CAGb,qBAAsB,CAEtB,8BAA+B,CAH/B,SAIF,CACA,0CACE,eACF,CACA,uCACE,8BACE,YAAa,CAKb,wBAJF,CACF,CAMA,4BAEE,YAAa,CADb,YAAa,CAEb,yBAA2B,CAC3B,kBAAmB,CACnB,sBAAuB,CACvB,SACF,CACA,uCACE,4BACE,MAAO,CACP,UACF,CACF,CACA,qBAOE,uBAAwB,CANxB,YAAa,CACb,MAAO,CACP,KAAM,CACN,eAAgB,CAChB,kBAAmB,CAGnB,iBAAkB,CAFlB,oBAGF,CACA,uCACE,qBACE,YACF,CACF,CACA,wCACE,YACF,CACA,2BAOE,qJAA4J,CAF5J,QAAS,CAJT,UAAW,CASX,aAAc,CACd,gBAAiB,CAHjB,mBAAoB,CANpB,eAAgB,CAChB,OAAQ,CACR,KAAM,CAEN,YAAa,CAGb,SAGF,CACA,oBAKE,eAAgB,CADhB,WAAiC,CAAjC,gCAAiC,CAGjC,+BAAgC,CADhC,cAAe,CAGf,MAAO,CAGP,iBAAmB,CADnB,eAAgB,CAEhB,gBAAiB,CAXjB,0BAA4B,CAD5B,iBAAkB,CAOlB,iBAAkB,CAElB,kBAIF,CACA,sEACE,2CACF,CACA,oEACE,8BACF,CACA,2BAEE,kBAAmB,CADnB,YAAa,CAEb,WACF,CACA,2BAEE,YAAa,CACb,cAAe,CACf,sBAAuB,CACvB,iBAAkB,CAJlB,gBAKF,CACA,uCACE,2BACE,YAAa,CAKb,0BAJF,CACF,CAMA,gCACE,eAAgB,CAQhB,8CAA+C,CAJ/C,kBAAmB,CADnB,cAAe,CADf,aAAc,CAId,cAAgB,CAChB,YAAc,CANd,gBAAiB,CAIjB,aAIF,CACA,sCACE,wCACF,CACA,0CACE,4BACF,CACA,+BAEE,YAAa,CACb,SAAU,CAFV,iBAAkB,CAGlB,QAAS,CACT,mCACF,CAIA,2GACE,aACF,CACA,4DACE,iCAAkC,CAClC,gBAAiB,CACjB,uBAAwB,CACxB,mBAAoB,CACpB,SAAU,CACV,cACF,CACA,0FACE,aACF,CACA,iGACE,iCAAkC,CAClC,gBAAiB,CACjB,uBAAwB,CACxB,mBAAoB,CACpB,SAAU,CACV,cACF,CACA,kCACE,gBAAiB,CACjB,iCAAkC,CAClC,uBAAwB,CACxB,wBAAyB,CAKzB,SAAU,CADV,2BAA4B,CAF5B,2BAA4B,CAD5B,wBAAyB,CAEzB,gCAGF,CACF","file":"style.css","sourcesContent":["@keyframes countdown {\n  from {\n    stroke-dashoffset: 31.416;\n  }\n  to {\n    stroke-dashoffset: 0;\n  }\n}\n@layer components {\n  .carousel-hero {\n    margin: 0 auto;\n    position: relative;\n    background: var(--color-surface-primary);\n    border-bottom: 1px solid var(--color-border-subtle);\n  }\n  .carousel-hero__viewport-wrapper {\n    position: relative;\n  }\n  .carousel-hero__viewport {\n    margin: 0 auto;\n    position: relative;\n    overflow: hidden;\n    transform: translateZ(0);\n  }\n  .carousel-hero__viewport.is-draggable {\n    user-select: none;\n    cursor: -webkit-grab;\n    cursor: grab;\n  }\n  .carousel-hero__viewport.is-dragging {\n    cursor: -webkit-grabbing;\n    cursor: grabbing;\n  }\n  .carousel-hero__track {\n    transform: translateZ(0);\n    width: 100%;\n    margin: 0;\n    padding: 0;\n    display: flex;\n    z-index: 1;\n  }\n  .carousel-hero__slide {\n    display: flex;\n    flex-direction: row;\n    width: 100%;\n    flex: 0 0 100%;\n    user-select: none;\n    position: relative;\n    overflow: hidden;\n    min-height: 35rem;\n  }\n  .carousel-hero__slide-container {\n    display: flex;\n    flex-direction: row;\n    width: 100%;\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__slide-container {\n      flex-direction: column;\n      padding-left: 0 !important;\n      padding-right: 0 !important;\n    }\n  }\n  .carousel-hero__slide-content {\n    flex: 0 0 50%;\n    display: flex;\n    z-index: 2;\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 3.75rem 5rem 3.75rem 0;\n  }\n  .carousel-hero__slide-content > *:last-child {\n    margin-bottom: 0;\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__slide-content {\n      flex: initial;\n    }\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__slide-content {\n      padding: 1.875rem 0.625rem;\n    }\n  }\n  .carousel-hero__slide-image {\n    flex: 0 0 50%;\n    display: flex;\n    margin-bottom: 0 !important;\n    object-fit: contain;\n    object-position: center;\n    width: 50%;\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__slide-image {\n      flex: 1;\n      width: 100%;\n    }\n  }\n  .carousel-hero__tabs {\n    display: flex;\n    flex: 1;\n    gap: 0;\n    overflow-x: auto;\n    overflow-y: inherit;\n    scrollbar-width: none;\n    -ms-overflow-style: none;\n    position: relative;\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__tabs {\n      display: none;\n    }\n  }\n  .carousel-hero__tabs::-webkit-scrollbar {\n    display: none;\n  }\n  .carousel-hero__tabs::after {\n    content: \"\";\n    position: sticky;\n    right: 0;\n    top: 0;\n    bottom: 0;\n    width: 3.5rem;\n    background: linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--color-surface-primary), transparent 50%) 20%, var(--color-surface-primary) 100%);\n    pointer-events: none;\n    z-index: 1;\n    flex-shrink: 0;\n    margin-left: auto;\n  }\n  .carousel-hero__tab {\n    position: relative;\n    padding: 1.5625rem 0.9375rem;\n    border: none;\n    border-top: 4px solid transparent;\n    background: none;\n    cursor: pointer;\n    color: var(--color-text-default);\n    text-align: center;\n    flex: 1;\n    white-space: nowrap;\n    font-weight: 700;\n    font-size: 0.875rem;\n    line-height: 1rem;\n  }\n  .carousel-hero__tab.is-active, .carousel-hero__tab[aria-selected=true] {\n    border-top-color: var(--color-border-accent);\n  }\n  .carousel-hero__tab:hover:not(.is-active):not([aria-selected=true]) {\n    color: var(--color-text-accent);\n  }\n  .carousel-hero__navigation {\n    display: flex;\n    align-items: center;\n    gap: 0.625rem;\n  }\n  .carousel-hero__pagination {\n    user-select: none;\n    display: none;\n    flex-wrap: wrap;\n    justify-content: center;\n    padding: 1.25rem 0;\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__pagination {\n      display: flex;\n    }\n  }\n  @media screen and (max-width: 991.98px) {\n    .carousel-hero__pagination {\n      justify-content: flex-start;\n    }\n  }\n  .carousel-hero__pagination-item {\n    background: none;\n    user-select: none;\n    display: block;\n    cursor: pointer;\n    border-radius: 100%;\n    width: 0.625rem;\n    height: 0.625rem;\n    margin: 0.5rem;\n    background-color: var(--color-surface-contrast);\n  }\n  .carousel-hero__pagination-item:hover {\n    background-color: var(--color-icon-brand);\n  }\n  .carousel-hero__pagination-item.is-active {\n    background-color: transparent;\n  }\n  .carousel-hero__pagination-svg {\n    position: relative;\n    display: none;\n    left: -1px;\n    top: -1px;\n    transform: rotate(-90deg) scale(1, -1);\n  }\n  .is-playing .is-active > .carousel-hero__pagination-svg {\n    display: block;\n  }\n  .is-paused .is-active > .carousel-hero__pagination-svg {\n    display: block;\n  }\n  .is-paused .is-active > .carousel-hero__pagination-svg circle {\n    stroke: var(--color-border-accent);\n    stroke-width: 2px;\n    stroke-dasharray: 31.416;\n    stroke-dashoffset: 0;\n    fill: none;\n    animation: none;\n  }\n  .carousel-hero:not(.is-playing):not(.is-paused) .is-active > .carousel-hero__pagination-svg {\n    display: block;\n  }\n  .carousel-hero:not(.is-playing):not(.is-paused) .is-active > .carousel-hero__pagination-svg circle {\n    stroke: var(--color-border-accent);\n    stroke-width: 2px;\n    stroke-dasharray: 31.416;\n    stroke-dashoffset: 0;\n    fill: none;\n    animation: none;\n  }\n  .carousel-hero__pagination-circle {\n    stroke-width: 2px;\n    stroke: var(--color-border-accent);\n    stroke-dasharray: 31.416;\n    stroke-dashoffset: 31.416;\n    animation-name: countdown;\n    animation-iteration-count: 1;\n    animation-timing-function: linear;\n    animation-direction: reverse;\n    fill: none;\n  }\n}"]}