#floating-contact-info{background-color:var(--header-background);border-radius:100px;padding:12px 24px;position:fixed;bottom:16px;right:16px;display:flex;flex-direction:row;align-items:center;cursor:default}@media (max-width: 400px){#floating-contact-info{right:50%;transform:translate(50%)}}#floating-contact-info.hovered span{margin-left:8px;transition:all .5s;animation:grow .3s ease-in-out forwards,show 1.5s}#floating-contact-info span{color:var(--white-text);font-size:.875rem;cursor:default;transition:all .5s;transition-delay:3.25s;margin-left:12px;animation:hide .3s ease-in-out forwards 3s,shrink .5s ease-in-out 3.3s forwards,eraseInitialMargin .5s ease-in-out 3.3s forwards}#floating-contact-info span:first-of-type{margin-right:16px}@keyframes eraseInitialMargin{0%{margin-left:12px}to{margin-left:0}}@keyframes hide{0%{opacity:1}to{opacity:0}}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes shrink{0%{max-width:200px}to{max-width:0px}}@keyframes grow{0%{max-width:0px}to{max-width:200px}}.timeline-item{display:grid;grid-template-columns:1fr auto;column-gap:2em}.timeline-item:not(:first-child){padding-top:24px}.timeline-item p{line-height:18px}.timeline-item>div:first-of-type{flex-direction:row;display:flex;justify-content:space-between;align-items:flex-start}.timeline-item>div:first-of-type>div span{color:var(--tertiary-text);font-size:.75rem;font-weight:400;white-space:nowrap}.timeline-item>div:first-of-type>div:first-of-type{position:relative;width:90px;height:100%}.timeline-item>div:first-of-type>div:first-of-type span{background-color:var(--main-background)}.timeline-item>div:first-of-type>div:first-of-type span.end{padding-bottom:8px}.timeline-item>div:first-of-type>div:first-of-type:after{content:"";width:1.75px;position:absolute;top:16px;bottom:-52px;right:0;z-index:-1;transform:translate(-50%);background-color:var(--light-gray-2)}.timeline-item>div:first-of-type>div:first-of-type:before{width:6px;height:6px;border-radius:50%;background-color:var(--light-gray-2);border:2.5px solid var(--main-background);right:-4px;transform:translateY(50%);top:4px;position:absolute;content:""}@media (max-width: 400px){.timeline-item>div:first-of-type>div:first-of-type{width:65px;text-align:center}.timeline-item>div:first-of-type>div:first-of-type:has(.end){text-align:left}.timeline-item>div:first-of-type>div:first-of-type:after{content:"";width:1.75px;position:absolute;top:1.5em;bottom:-2.5em;right:50%;z-index:-1;transform:translate(-50%);background-color:var(--light-gray-2)}.timeline-item>div:first-of-type>div:first-of-type:before{width:0px;height:0px;opacity:0}}.timeline-item--header{flex-direction:row;display:flex;gap:12px;margin-bottom:24px;align-items:center}.timeline-item--header>div{display:flex;flex-direction:column}.timeline-item--header img,.timeline-item--header svg{width:36px;height:auto;border-radius:50%;border:1px solid var(--light-gray-2)}.timeline-item--header h4+span,.timeline-item--header h4+span+p{color:var(--secondary-text)}.timeline-item--header h4+span{margin-top:4px;font-style:italic}.timeline-item>div:last-of-type{display:flex;flex-direction:column;align-items:flex-start}.timeline-item>div:last-of-type p{padding-left:8px}#profile-page{max-width:calc(100% - 32px);width:625px;height:100%}#bio-card-top-half{position:sticky;z-index:2;top:65px}#bio-card-top-half--cover{position:absolute;top:-40;width:100%;height:120px;transform:translateY(-65px);background-color:var(--main-background)}#bio-card-top-half--content{padding:20px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;position:sticky;top:0;width:100%;gap:12px;background-color:var(--light-gray);border-radius:20px}#bio-card-top-half--profile{width:100%;border-radius:50%;border:2.5px solid white;height:54px;width:54px;max-width:12vw;max-height:12vw;overflow:hidden}#bio-card-top-half--profile img{width:100%;height:auto;transform:scaleX(-1);filter:brightness(1.2)}#bio-card-top-half a svg{transform:translateY(-2px)}#bio-card-top-half--professional-links{position:absolute;top:50%;transform:translateY(-50%);right:24px;gap:12px;display:flex;flex-direction:row;align-items:center}@media (max-width: 400px){#bio-card-top-half--professional-links{opacity:0;visibility:hidden}}#bio-card-top-half--professional-links a{display:flex;align-items:center;justify-content:center}#bio-card-top-half--personal-info{display:flex;flex-direction:column;gap:6px;flex-grow:1}#bio-card-top-half--personal-info>div:first-of-type{gap:8px;display:flex}#bio-card-top-half--personal-info>div:first-of-type div{display:flex;width:min-content;flex-direction:row;align-items:center;margin-left:-2px;gap:2px}#bio-card-top-half--personal-info span{color:var(--secondary-text);white-space:nowrap}#bio-card-shadow{position:sticky;z-index:1;top:139px;left:0;right:0;height:64px;width:100%;background-color:var(--main-background);mask-image:linear-gradient(to bottom,black 30%,transparent 100%)}#bio-card-bottom-half{position:relative;padding:16px 24px 24px 28px;margin-top:-109px;background-color:var(--light-gray);border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:1}#bio-card-bottom-half--professional-links{opacity:0;visibility:hidden;display:flex;flex-direction:row;align-items:center;gap:12px}#bio-card-bottom-half--professional-links a{display:flex;align-items:center;justify-content:center}#bio-card-bottom-half p{margin-top:24px;line-height:20px}@media (max-width: 400px){#bio-card-bottom-half{padding-top:12px;margin-top:-77px}#bio-card-bottom-half--professional-links{opacity:1;visibility:visible;padding-top:24px}#bio-card-bottom-half p{margin-top:16px}}#timeline{display:flex;flex-direction:column;padding:32px 6px;z-index:0;gap:16px;position:relative;margin:12px 0 48px}
