*,*:before,*:after{box-sizing:border-box}*:not(dialog){margin:0}@media(prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}ol,ul{list-style-type:none}@font-face{font-family:Biotif;src:url(/fonts/Biotif-Bold.woff2) format("woff2"),url(/fonts/Biotif-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Biotif;src:url(/fonts/Biotif-Regular.woff2) format("woff2"),url(/fonts/Biotif-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Trade Gothic Next LT Pro;src:url(/fonts/TradeGothicNextLtPro-Reg.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Trade Gothic Next LT Pro;src:url(/fonts/trade-gothic-next-compressed--bold-compressed.woff2) format("woff2"),url(/fonts/trade-gothic-next-compressed--bold-compressed.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Trade Gothic Next LT Pro;src:url(/fonts/trade-gothic-next-compressed--heavy-compressed.woff2) format("woff2"),url(/fonts/trade-gothic-next-compressed--heavy-compressed.woff2) format("woff");font-weight:800;font-style:normal;font-display:swap}h1{font-family:Trade Gothic Next LT Pro;font-weight:8܀;font-size:128px;line-height:100%;text-transform:uppercase}.text--body{font-family:Biotif;font-size:20px;line-height:120%;text-box:trim-both cap alphabetic}:root{--color-clemson-orange: #f56600}body{min-height:100vh;color:var(--color-text);background-image:url(/images/stripe-background.png);background-position:50% 0;background-size:2134px 1430px;background-repeat:repeat;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{position:relative;height:100dvh;overflow:hidden}.modal[data-v-c163d25a]{--modal-bg: #0f0f10;--modal-surface: #fff;--modal-border: rgba(255, 255, 255, .08);--modal-text: #333;--modal-muted: #888;--modal-accent: #c8f04b;--modal-radius: 2.5px;--modal-shadow: 0 5.021px 37.657px 0 rgba(0, 0, 0, .15);--modal-duration-in: 1s;--modal-duration-out: 1s;--modal-blur: 5px}.modal[data-v-c163d25a]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.modal__backdrop[data-v-c163d25a]{position:absolute;inset:0;background:#0000;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);transition:background var(--modal-duration-in) ease,backdrop-filter var(--modal-duration-in) ease,-webkit-backdrop-filter var(--modal-duration-in) ease}.modal__backdrop--visible[data-v-c163d25a]{background:#0000000d;backdrop-filter:blur(var(--modal-blur));-webkit-backdrop-filter:blur(var(--modal-blur));transition-duration:var(--modal-duration-in)}.modal-leave-active .modal__backdrop[data-v-c163d25a]{transition-duration:var(--modal-duration-out)}.modal__container[data-v-c163d25a]{position:relative;z-index:1;width:100%;max-width:300px;background:var(--modal-surface);border-radius:var(--modal-radius);box-shadow:var(--modal-shadow);padding:75px 68px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:25px;overflow:hidden;color:#333}.modal__close[data-v-c163d25a]{position:absolute;top:15px;right:15px;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:transparent;border-radius:50%;border:none;color:var(--modal-muted);cursor:pointer;transition:color .2s,border-color .2s;padding:0}.modal__close[data-v-c163d25a]:hover{color:var(--modal-text)}.modal-enter-active .modal__container[data-v-c163d25a]{animation:modal-slide-in-c163d25a var(--modal-duration-in) cubic-bezier(.34,1.56,.64,1) both}.modal-leave-active .modal__container[data-v-c163d25a]{animation:modal-slide-out-c163d25a var(--modal-duration-out) ease forwards}@keyframes modal-slide-in-c163d25a{0%{opacity:0;transform:scale(.88) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modal-slide-out-c163d25a{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.92) translateY(8px)}}.tooltip[data-v-508b7957]{position:fixed;transform:translateY(-50%);width:390px;max-width:calc(100vw - 60px);background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:55px 30px;box-shadow:0 4px 20px #00000040;text-align:left;font-family:Biotif;pointer-events:auto;z-index:9999;-webkit-tap-highlight-color:transparent}.tooltip--orange[data-v-508b7957]{border-left:8px solid #f56600}.tooltip--purple[data-v-508b7957]{border-left:8px solid #522d80}.tooltip[data-v-508b7957]:focus{outline:none;box-shadow:none}.tooltip--left[data-v-508b7957]:after{content:"";position:absolute;top:calc(50% - 2px);left:100%;width:82px;height:4px;pointer-events:none}.tooltip--right[data-v-508b7957]:before{content:"";position:absolute;top:calc(50% - 2px);right:100%;width:82px;height:4px;pointer-events:none}.tooltip--orange[data-v-508b7957]:before,.tooltip--orange[data-v-508b7957]:after{background-color:#f56600}.tooltip--purple[data-v-508b7957]:before,.tooltip--purple[data-v-508b7957]:after{background-color:#522d80}.tooltip--left[data-v-508b7957]{transform:translate(-100%) translateY(-50%)}.close-btn[data-v-508b7957]{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border:none;background:#f0f0f0;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .2s}.close-btn[data-v-508b7957]:hover{background:#e0e0e0}.tooltip h3[data-v-508b7957]{margin:0 0 20px;font-size:20px;font-weight:700;line-height:140%;text-box:trim-both cap alphabetic}.tooltip--orange h3[data-v-508b7957]{color:#f56600;font-family:Biotif;font-size:20px;font-style:normal;font-weight:700;line-height:140%;text-transform:uppercase}.tooltip--purple h3[data-v-508b7957]{color:#522d80}.tooltip p[data-v-508b7957]{margin:0;color:#333;line-height:140%;text-box:trim-both cap alphabetic;font-size:16px}#timeline[data-v-fc1d4f26]{height:100%;display:flex;align-items:center;justify-content:center}.tooltip-fade-enter-active[data-v-fc1d4f26],.tooltip-fade-leave-active[data-v-fc1d4f26]{transition:opacity .2s ease,transform .2s ease}.tooltip-fade-enter-from[data-v-fc1d4f26],.tooltip-fade-leave-to[data-v-fc1d4f26]{opacity:0;transform:translateY(-50%) scale(.95)}.tooltip-fade-enter-to[data-v-fc1d4f26],.tooltip-fade-leave-from[data-v-fc1d4f26]{opacity:1;transform:translateY(-50%) scale(1)}@keyframes pulse-fc1d4f26{0%,to{transform:scale(1)}50%{transform:scale(1.055)}}[id^=orange-][data-v-fc1d4f26],[id^=purple-][data-v-fc1d4f26]{animation:pulse-fc1d4f26 2.75s ease-in-out infinite;transform-box:fill-box;transform-origin:center}[id=orange-clinical-testing][data-v-fc1d4f26]{animation-delay:.3s}[id=orange-specialist-visit][data-v-fc1d4f26]{animation-delay:.6s}[id=orange-genetic-testing][data-v-fc1d4f26]{animation-delay:.9s}[id=purple-pcp-visits][data-v-fc1d4f26]{animation-delay:.2s}[id=purple-clinical-testing][data-v-fc1d4f26]{animation-delay:.5s}[id=purple-specialist-visit][data-v-fc1d4f26]{animation-delay:.8s}[id=purple-genetic-testing][data-v-fc1d4f26]{animation-delay:1.1s}.index[data-v-e1a7bc6f]{position:relative}#logo[data-v-e1a7bc6f]{position:absolute;top:80px;left:80px}main[data-v-e1a7bc6f]{position:relative;z-index:2;height:100%}header[data-v-e1a7bc6f]{position:absolute;right:80px;bottom:80px;width:759px}header h1[data-v-e1a7bc6f]{color:#f56600;margin:33px auto 6px}header .subheader[data-v-e1a7bc6f]{font-family:Trade Gothic Next LT Pro;font-size:51px;font-weight:700;line-height:90%;text-transform:uppercase;color:#522d80;margin-bottom:40px}header p[data-v-e1a7bc6f]{font-family:Biotif;font-size:18px;line-height:140%}footer[data-v-e1a7bc6f]{position:absolute;bottom:80px;left:80px;border:2px solid #e8e8e8;padding:13px 37px;background-color:#fff;display:flex;gap:48px}footer .legend-item[data-v-e1a7bc6f]{font-family:Trade Gothic Next LT Pro;font-weight:700;font-size:32px;line-height:100%;text-transform:uppercase;display:flex;align-items:center;justify-content:flex-end;gap:6px}footer .legend-item .line[data-v-e1a7bc6f]{width:37px;height:11px;margin-right:2px}footer .legend-item--orange[data-v-e1a7bc6f]{color:#f56600}footer .legend-item--orange .line[data-v-e1a7bc6f]{background-color:#f56600}footer .legend-item--purple[data-v-e1a7bc6f]{color:#522d80}footer .legend-item--purple .line[data-v-e1a7bc6f]{background-color:#522d80}
