@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Overpass+Mono:wght@300..700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Italic.otf) format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-LightItalic.otf) format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Extralight.otf) format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-ExtralightItalic.otf) format("opentype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-MediumItalic.otf) format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Sentient;src:url(/assets/fonts/Sentient-BoldItalic.otf) format("opentype");font-weight:700;font-style:italic;font-display:swap}*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:inherit}body{background-color:#f8fafc;align-items:center;justify-content:center}.header{width:100%;flex-direction:row;justify-content:space-between;margin-top:16px}.header,.header_left-aligned{display:flex;align-items:center}.header_left-aligned{gap:8px;padding-left:40px}.header_right-aligned{display:flex;align-items:center;gap:8px;padding-right:40px}.header-button{display:flex;padding:12px 16px;justify-content:center;align-items:center;background-color:transparent;color:var(--gray-500,#64748b);border:1px solid transparent;font-family:var(--font-overpass-mono),monospace;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.header-button:hover{cursor:pointer;border:1px solid var(--brand-50,#eff6ff);background:var(--brand-50,#eff6ff);color:var(--brand-500,#3b82f6)}.header-button-active{border-radius:4px;background:var(--brand-100,#dbeafe);align-self:stretch;color:var(--brand-400,#60a5fa);border:1px solid var(--brand-100,#dbeafe)}.contact-button,.header-button-active{display:flex;padding:12px 16px;justify-content:center;align-items:center;font-family:var(--font-overpass-mono),monospace;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.contact-button{position:relative;border-radius:4px;background:var(--brand-400,#60a5fa);color:var(--brand-50,#eff6ff);border:1px solid var(--brand-400,#60a5fa)}.contact-button:hover{background:#3b82f6;border:1px solid #3b82f6;cursor:pointer}.copy-feedback{position:absolute;top:64px;right:40px;margin-top:8px;padding:8px;border:1px solid #3b82f6;background:#eff6ff;color:#1e40af;border-radius:4px;font-family:Urbanist,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.body-home{max-width:1280px;align-items:start;justify-content:start;margin:80px auto 66px;gap:80px}.body-home,.home-text_container{display:flex;width:100%;flex-direction:column}.home-text_container{max-width:810px;gap:40px;box-sizing:border-box}.home-nested-text_container{max-width:100%}.home-nested-text_container,.page_title-block{width:100%;box-sizing:border-box}.home-subtitle_group{display:flex;flex-direction:row;gap:8px}.home-title_text{color:var(--gray-800,#1e293b);font-family:Sentient;font-size:64px;font-style:normal;font-weight:400;line-height:normal;white-space:normal}.home-subtitle_text{color:#64748b;font-weight:500}.home-subtitle_button,.home-subtitle_text{font-family:var(--font-manrope),sans-serif;font-size:32px;font-style:normal;line-height:normal}.home-subtitle_button{display:flex;align-items:center;justify-content:center;gap:10px;border-radius:4px;background:transparent;color:#1e293b;border:transparent;font-weight:700}.home-subtitle_button:hover{cursor:pointer}.home-subtitle_button-icon{width:24px;height:24px;color:#1e293b}.resume-button{display:flex;padding:16px 24px;justify-content:center;align-items:center;gap:10px;border-radius:2px;background:#3b82f6;color:#fff;border:1px solid #3b82f6;font-family:var(--font-overpass-mono),monospace;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.projects-container{display:grid;grid-template-rows:auto auto;grid-gap:40px;gap:40px;width:100%;max-width:1280px}.first-row{display:grid;grid-template-columns:1fr;grid-gap:40px;gap:40px;box-sizing:border-box}.second-row{display:grid;flex-direction:column;grid-template-columns:1fr 543px;grid-gap:40px;gap:40px}#gcx-now-card{grid-area:gcx-now}#troubleshooting-card{grid-area:troubleshooting}#admin-modernization-card{grid-area:admin-modernization}#sleeper-routes-card{grid-area:sleeper-routes}.fixed-project_card{display:flex;position:relative;width:100%;height:480px;border-radius:8px;background:linear-gradient(131deg,rgba(251,218,97,.4) -5.86%,#ffc371 112.57%);box-sizing:border-box}.title-text_project_card{color:var(--orange-700,#c2410c);font-size:24px;font-weight:700}.subtext-text_project_card,.title-text_project_card{font-family:var(--font-manrope),sans-serif;font-style:normal;line-height:normal}.subtext-text_project_card{color:var(--orange-500,#f97316);font-size:16px;font-weight:600}.full-project_card{height:320px}.flexible-project_card,.full-project_card{display:flex;width:100%;position:relative;border-radius:8px;overflow:hidden;background:linear-gradient(75deg,rgba(247,107,28,.32) -37.74%,rgba(251,218,97,.8) 136.76%)}.flexible-project_card{height:480px}.title-text_flexible-project_card{color:var(--green-700,#15803d);font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.subtext-text_flexible-project_card{color:var(--green-600,#16a34a);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.fixed-project_card-option_2{display:flex;position:relative;width:100%;height:480px;border-radius:8px;background:linear-gradient(97deg,rgba(61,156,107,.4) -15.87%,#d1fae5 107.58%)}.text-project_card{flex-direction:column;gap:12px;padding:32px}.subtext-project_card,.text-project_card{display:flex;width:100%;box-sizing:border-box}.subtext-flexible-project_card{display:flex;width:100%}.subtext-text_flexible-project_card{display:flex}.title-project_card{display:flex;flex-direction:row;width:100%;gap:8px;align-items:center;justify-content:flex-start;box-sizing:border-box}.mobile_container_block{height:480px;padding:32px;gap:10px;align-self:stretch;border-radius:8px;border:1px solid var(--Colors-Gray-6,#d9d9d9);background:var(--Colors-Gray-3,#f0f0f0);overflow:hidden}.mobile_container_block,.mobile_container_text_wrapper{display:flex;flex-direction:column;align-items:flex-start}.mobile_container_text_wrapper{width:320px;gap:8px}.title-text_project_card-mobile{color:var(--Colors-Gray-12,#202020);font-size:24px;font-weight:700}.subtext-text_project_card-mobile,.title-text_project_card-mobile{font-family:var(--font-manrope),sans-serif;font-style:normal;line-height:normal}.subtext-text_project_card-mobile{color:var(--Colors-Gray-11,#646464);font-size:16px;font-weight:600}.mobile_hero_image{position:relative;width:100%;min-height:800px}.mobile_mockup_image{position:absolute;right:-172px;bottom:-10px;width:1025px;height:auto}.about_me_container{display:flex;flex-direction:column;align-items:flex-start;gap:48px;align-self:stretch}.about_me_divider_section{display:flex;justify-content:center;align-items:center;gap:16px;align-self:stretch}.about_me_header{color:var(--Colors-Gray-11,#646464);text-align:center;font-family:var(--font-overpass-mono),monospace;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.about_me_divider{height:1px;flex:1 0;background:var(--Colors-Gray-7,#cecece)}.about_me_container_section{display:flex;align-items:flex-start;gap:80px;align-self:stretch}.about_me_text_container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;flex:1 0}.about_me_title{color:var(--Colors-Gray-12,#202020);font-family:Sentient;font-size:32px}.about_me_text,.about_me_title{font-style:normal;font-weight:500;line-height:normal}.about_me_text{color:var(--Colors-Gray-11,#646464);font-family:var(--font-manrope),sans-serif;font-size:20px}.aboutme_image{border-radius:8px}.icon-project_card{width:24px;height:24px}.image-project_card-1,.image-project_card-2,.image-project_card-3{position:absolute;bottom:0;right:0;width:auto;height:auto}.image-project_card-4{position:absolute;bottom:0;left:0;width:auto;height:auto}.primary-button{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:8px;border-radius:2px;border:1px solid var(--brand-500,#3b82f6);background:var(--brand-500,#3b82f6);color:var(--white-white,#fff);font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.primary-button:hover{background-color:#2563eb;cursor:pointer}.secondary-button{display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:16px;border-radius:2px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.secondary-button:hover{background-color:#e2e8f0;cursor:pointer}.sidebar-body{padding-top:112px;gap:40px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease-in-out;overflow-y:auto;height:-moz-fit-content;height:fit-content}.sidebar-body,.sidebar-header{display:flex;width:160px;flex-direction:column;align-items:flex-start}.sidebar-header{gap:6px}.sidebar-option_container{display:flex;flex-direction:column;align-items:flex-start;gap:16px;align-self:stretch}.sidebar-option_active{border-left:1.5px solid #1e293b}.sidebar-option,.sidebar-option_active{display:flex;padding-left:12px;justify-content:center;align-items:center;gap:10px}.sidebar-option{align-self:stretch;transition:all .3s ease}.sidebar-title_text{font-weight:600}.sidebar-subtitle_text,.sidebar-title_text{align-self:stretch;color:#1e293b;font-family:var(--font-manrope),sans-serif;font-size:16px;font-style:normal;line-height:normal}.sidebar-subtitle_text{font-weight:400}.sidebar-option-text_active{color:#1e293b!important}.sidebar-option-text,.sidebar-option-text_active{flex:1 0;font-family:var(--font-manrope),sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.sidebar-option-text{align-self:stretch;color:#64748b;transition:all .3s ease}.modal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:20px 16px 24px;flex-direction:column;gap:20px;border-radius:4px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 6px 24px 0 rgba(0,0,0,.1)}.modal_password-title{color:#1e293b;font-family:var(--font-manrope),sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal}.modal_nested-container{display:flex;width:284px;flex-direction:column;align-items:flex-start;gap:16px}.modal-button_wrapper{gap:12px}.modal-button_wrapper,.modal_input-container{display:flex;align-items:center;align-self:stretch}.modal_input-container{padding:8px 12px;gap:16px;border-radius:4px;border:1.5px solid var(--gray-200,#e2e8f0);background:var(--white-white,#fff);color:var(--gray-700,#334155);font-family:var(--font-manrope),sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.modal_input-container::placeholder{color:#767f8c;opacity:1;font-size:12px}.password-primary-button{display:flex;padding:8px 16px;justify-content:center;align-items:center;flex:1 1;gap:8px;border-radius:2px;border:1px solid var(--brand-500,#3b82f6);background:var(--brand-500,#3b82f6);color:var(--white-white,#fff);font-family:var(--font-manrope),sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:20px}.password-primary-button:hover{background-color:#2563eb;cursor:pointer}.password-secondary-button{display:flex;padding:8px 16px;justify-content:center;align-items:center;flex:1 1;gap:16px;border-radius:2px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-family:var(--font-manrope),sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.password-secondary-button:hover{background-color:#e2e8f0;cursor:pointer}.footer{width:100%;flex-direction:row;justify-content:space-between;padding-top:32px;padding-bottom:32px;background-color:#f1f5f9}.footer,.footer_left-aligned{display:flex;align-items:center}.footer_left-aligned{gap:8px;padding-left:40px}.footer_subtitle-text{color:var(--gray-700,#334155);font-weight:600}.footer_body-text,.footer_subtitle-text{font-family:var(--font-overpass-mono),monospace;font-size:14px;font-style:normal;line-height:20px}.footer_body-text{color:var(--gray-500,#64748b);font-weight:500}.footer_right-aligned{display:flex;align-items:center;gap:24px;padding-right:40px}@media (max-width:1320px){.body-home{padding-right:24px;padding-left:24px;box-sizing:border-box;gap:56px}.second-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.projects-container{gap:24px;box-sizing:border-box}.header_left-aligned{padding-left:24px}.header_right-aligned{padding-right:24px}.mobile_mockup_image{width:900px}}.content-block .carousel-container{width:100%;max-width:100%}.carousel-main{position:relative;aspect-ratio:1;align-items:center;overflow:hidden;border-radius:1rem;background-color:#f3f4f6;box-shadow:0 10px 40px -10px rgba(0,0,0,.15);border-radius:8px;border:1px solid var(--Colors-Gray-6,#d9d9d9)}.carousel-image{position:absolute;inset:0;height:100%;width:100%;object-fit:cover;transition:opacity .5s ease-out,transform .5s ease-out;opacity:0;transform:scale(1.05)}.carousel-image.active{opacity:1;transform:scale(1)}.carousel-counter{position:absolute;bottom:1rem;right:1rem;border-radius:9999px;background-color:rgba(0,0,0,.5);padding:.375rem .75rem;font-size:.875rem;font-weight:500;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.carousel-thumbnails{display:flex;gap:.5rem;overflow-x:auto;padding:1rem 0;margin-top:1rem;background:#fff}.thumbnail-button{min-width:120px;height:80px}.thumbnail-button:hover{outline-color:rgba(156,163,175,.3);transform:scale(1.02)}.thumbnail-button.active{outline-color:#d97706;transform:scale(1.05);box-shadow:0 4px 12px rgba(217,119,6,.3)}.thumbnail-image{height:100%;width:100%;object-fit:cover;transition:filter .3s ease;filter:brightness(.9)}.thumbnail-button.active .thumbnail-image,.thumbnail-button:hover .thumbnail-image{filter:brightness(1)}.thumbnail-overlay{position:absolute;inset:0;background:linear-gradient(0deg,rgba(217,119,6,.2),transparent);opacity:0;transition:opacity .3s ease}.thumbnail-button.active .thumbnail-overlay{opacity:1}@media (max-width:1024px){.body-home{padding-right:24px;padding-left:24px;box-sizing:border-box;gap:56px;margin-top:40px}.second-row{display:flex;width:100%;max-width:100%;flex:1 1}.projects-container,.second-row{gap:24px;box-sizing:border-box}.subtext-flexible-project_card,.subtext-project_card{max-width:560px}.image-project_card-1,.image-project_card-2,.image-project_card-3{height:160px;width:auto}.image-project_card-4{display:none}.mobile_mockup_image{width:850px}.about_me_header{font-size:14px}.about_me_container_section{flex-direction:column;gap:32px}.about_me_text_container{gap:24px}.about_me_title{font-size:24px}.about_me_text{font-size:16px}.carousel-thumbnails{grid-template-columns:repeat(8,1fr)}}.stacked .first-row,.stacked .second-row{display:flex;flex-direction:column;gap:24px;box-sizing:border-box;width:100%}.full-project_card,.stacked .fixed-project_card,.stacked .fixed-project_card-option_2,.stacked .flexible-project_card{width:100%;height:200px;box-sizing:border-box}@media (max-width:810px){.body-home{gap:32px;margin-top:24px}.home-text_container{gap:24px}.home-nested-text_container{gap:8px}.home-title_text{font-size:40px}.home-subtitle_button,.home-subtitle_text{font-size:24px}.text-project_card{gap:8px;padding:24px}.title-text_flexible-project_card,.title-text_project_card,.title-text_project_card-mobile{font-size:20px}.subtext-text_flexible-project_card,.subtext-text_project_card,.subtext-text_project_card-mobile{font-size:12px}.home-subtitle_button-icon{width:16px;height:16px}.carousel-thumbnails{grid-template-columns:repeat(6,1fr)}}@media (max-width:660px){.subtext-flexible-project_card,.subtext-project_card{max-width:240px}.home-subtitle_text{font-size:16px}.home-subtitle_button{font-size:16px;gap:4px}.home-subtitle_group{gap:6px}.resume-button{padding:12px 16px;font-size:12px}.contact-button,.header-button{font-size:12px}.body-home{padding-right:16px}.body-home,.header_left-aligned{padding-left:16px}.header_right-aligned{padding-right:16px}.footer_left-aligned{padding-left:16px}.footer_right-aligned{padding-right:16px}.stacked .first-row,.stacked .second-row{display:flex;flex-direction:column;flex:1 1;gap:12px;box-sizing:border-box;width:100%;max-width:100%}.stacked .fixed-project_card,.stacked .fixed-project_card-option_2,.stacked .flexible-project_card,.stacked .full-project_card{width:100%;max-width:100%;box-sizing:border-box;flex-shrink:1;min-width:0}.mobile_container_block{gap:0}.projects-container{gap:12px}.footer_subtitle-text{font-size:10px;line-height:14px}.footer_body-text{font-size:11px;line-height:14px}.about_me_container{gap:20px}.carousel-thumbnails{grid-template-columns:repeat(5,1fr)}}@media (max-width:560px){.home-title_text{font-size:32px}.stacked .fixed-project_card,.stacked .fixed-project_card-option_2,.stacked .flexible-project_card,.stacked .full-project_card{max-width:100%;width:100%;height:-moz-fit-content;height:fit-content;box-sizing:border-box;flex-shrink:1;min-width:0}.projects-container .stacked{display:flex;width:100%;box-sizing:border-box}.image-project_card-1,.image-project_card-2,.image-project_card-3{display:none}.subtext-flexible-project_card,.subtext-project_card{max-width:100%}.projects-container{width:100%;max-width:100%;overflow-x:hidden}.about_me_header{font-size:12px}.about_me_container_section{flex-direction:column;gap:20px}.about_me_text_container{gap:16px}.about_me_title{font-size:20px}.about_me_text{font-size:12px}.aboutme_image{display:none}}