{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,UACE,eAAgB,CAChB,mBAAsB,CACtB,SACF,CACA,gBAIE,mBAAoB,CADpB,kBAAoB,CAFpB,YAAa,CACb,wCAA0C,CAG1C,wBACF,CACA,oCACE,gBACE,kBACF,CACF,CACA,2BACE,gBACF,CACA,yBAGE,kBAAmB,CAFnB,YAAa,CACb,qBAAsB,CAGtB,aAAc,CACd,iBAAkB,CAFlB,UAGF,CACA,kBACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACA,oCACE,kBACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACF,CACA,kBACE,8BAA+B,CAC/B,aAAc,CAGd,oBAAqB,CAFrB,iBAGF,CACA,gBAGE,2CAA4C,CAF5C,aAAc,CAGd,uBAAwB,CACxB,mBAAoB,CAHpB,aAIF,CACA,iBASE,kBAAmB,CAJnB,+BAAgC,CAGhC,YAAa,CAPb,iBAAmB,CAEnB,eAAgB,CAQhB,aAAc,CALd,cAAe,CAFf,gBAAoB,CAFpB,gBAAiB,CAQjB,QAAS,CAHT,kBAKF,CACA,mDACE,sBACF,CACA,8CACE,YACF,CACA,gFACE,oBACF,CACA,+EACE,sBACF,CACA,mDACE,QAAS,CACT,YACF,CACA,oBACE,gBAAiB,CAEjB,eAAgB,CAChB,wBAA0B,CAF1B,mBAGF,CACA,oCACE,oBACE,iBAAkB,CAElB,eAAgB,CAChB,wBAA0B,CAF1B,gBAGF,CACF,CACA,oBACE,+BAAgC,CAEhC,aAAc,CADd,kBAAoB,CAEpB,kBAAmB,CACnB,WACF,CACA,gCACE,eACF,CACA,uBACE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAGF,CACA,oCACE,uBACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,oCACE,uBACE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,uBACE,+BAAgC,CAChC,aAAc,CACd,kBAAmB,CACnB,WACF,CACA,mCACE,eACF,CACF","file":"style.css","sourcesContent":["@layer components {\n  .timeline {\n    list-style: none;\n    margin: 0 0 1.875rem 0;\n    padding: 0;\n  }\n  .timeline__item {\n    display: grid;\n    grid-template-columns: 4rem minmax(0, 1fr);\n    column-gap: 0.625rem;\n    align-items: stretch;\n    padding-bottom: 1.5625rem;\n  }\n  @media screen and (min-width: 768px) {\n    .timeline__item {\n      column-gap: 1.25rem;\n    }\n  }\n  .timeline__item:last-child {\n    padding-bottom: 0;\n  }\n  .timeline__number-column {\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    width: 4rem;\n    grid-column: 1;\n    grid-row: 1/span 3;\n  }\n  .timeline__number {\n    font-size: 1.5rem;\n    line-height: 1.75rem;\n    font-weight: 700;\n    letter-spacing: -0.0375rem;\n  }\n  @media screen and (min-width: 768px) {\n    .timeline__number {\n      font-size: 1.75rem;\n      line-height: 2rem;\n      font-weight: 700;\n      letter-spacing: -0.0375rem;\n    }\n  }\n  .timeline__number {\n    color: var(--color-text-accent);\n    display: block;\n    text-align: center;\n    margin: 0;\n    margin-top: 1.5625rem;\n  }\n  .timeline__line {\n    flex: 1 1 auto;\n    width: 0.125rem;\n    background-color: var(--color-border-strong);\n    margin-bottom: -1.875rem;\n    margin-top: 1.875rem;\n  }\n  .timeline__label {\n    font-size: 0.875rem;\n    line-height: 1rem;\n    font-weight: 700;\n    letter-spacing: 0rem;\n    color: var(--color-text-default);\n    height: 1.25rem;\n    min-height: 1.25rem;\n    display: flex;\n    align-items: center;\n    margin: 0;\n    grid-column: 2;\n  }\n  .timeline__item:not(:first-child) .timeline__label {\n    margin-bottom: 0.3125rem;\n  }\n  .timeline__item:first-child .timeline__number {\n    margin-top: 0;\n  }\n  .timeline__item:first-child:has(.timeline__label:not(:empty)) .timeline__number {\n    margin-top: 1.5625rem;\n  }\n  .timeline__item:first-child:has(.timeline__label:not(:empty)) .timeline__label {\n    margin-bottom: 0.3125rem;\n  }\n  .timeline__item:first-child .timeline__label:empty {\n    height: 0;\n    min-height: 0;\n  }\n  .timeline__headline {\n    font-size: 1.5rem;\n    line-height: 1.75rem;\n    font-weight: 700;\n    letter-spacing: -0.0375rem;\n  }\n  @media screen and (min-width: 768px) {\n    .timeline__headline {\n      font-size: 1.75rem;\n      line-height: 2rem;\n      font-weight: 700;\n      letter-spacing: -0.0375rem;\n    }\n  }\n  .timeline__headline {\n    color: var(--color-text-default);\n    margin: 0 0 0.625rem;\n    grid-column: 2;\n    max-width: 26.25rem;\n    min-width: 0;\n  }\n  .timeline__headline > :last-child {\n    margin-bottom: 0;\n  }\n  .timeline__description {\n    font-size: 1rem;\n    line-height: 1.5rem;\n    font-weight: 400;\n    letter-spacing: -0.00625rem;\n  }\n  @media screen and (min-width: 768px) {\n    .timeline__description {\n      font-size: 1.125rem;\n      line-height: 1.625rem;\n      font-weight: 400;\n      letter-spacing: -0.0125rem;\n    }\n  }\n  @media screen and (min-width: 992px) {\n    .timeline__description {\n      font-size: 1.125rem;\n      line-height: 1.625rem;\n      font-weight: 400;\n      letter-spacing: -0.0125rem;\n    }\n  }\n  .timeline__description {\n    color: var(--color-text-default);\n    grid-column: 2;\n    max-width: 26.25rem;\n    min-width: 0;\n  }\n  .timeline__description > :last-child {\n    margin-bottom: 0;\n  }\n}"]}