@import"https://fonts.googleapis.com/css2?family=Heebo:wght@300&family=Roboto:wght@500&display=swap";body{margin:0;font-family:var(--primary-font);color:var(--primary-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace;color:var(--secondary-color)}.logo{border-radius:50%;display:block;margin:0;padding:0}.footer{display:flex;padding-top:25px;margin-top:50px;padding-bottom:25px;align-items:center}.footer-links,.footer-credits{flex-basis:50%}.footer-links{margin-left:-40px}.footer-nav-link-list{display:flex;list-style:none;justify-content:space-between;align-items:center}.footer-nav-link-item{font-weight:700;font-size:80%}.footer-nav-link-list a{text-decoration:none;color:var(--secondary-color)}.footer-nav-link-list a:hover{color:var(--link-hover)}.footer-credits-text{justify-content:flex-end;color:var(--tertiary-color);font-size:14px;text-align:right}@media(max-width:600px){.footer{flex-direction:column;height:85px}.footer-links{display:flex;width:100%;justify-content:center}.footer-nav-link-list{width:100%}}.nav-container{margin:0;display:flex;justify-content:center;align-items:center}.navbar{display:flex;justify-content:center;align-items:center;position:fixed;top:3vh;z-index:999}.nav-background{width:380px;height:40px;padding-left:0%;padding-right:0%;background:var(--teal-mid);box-shadow:var(--shadow-nav);border-radius:40px;border:1px solid rgba(255,255,255,.12)}.nav-list{display:flex;justify-content:space-between;list-style:none;align-items:center;margin-left:-16px;margin-right:20px;margin-top:11px}.nav-item{font-weight:700;font-size:80%}.nav-item.active a{color:var(--accent-bright)!important}.nav-item a{text-decoration:none;color:var(--text-on-teal)}.nav-item a:hover{color:var(--accent-bright);transition:color .3s ease-in-out}@media(max-width:600px){.navbar{margin-left:25%;margin-right:25%;width:80%;font-size:80%}.nav-background{width:80%;height:40px}.nav-item{font-weight:700}}.homepage-story{width:90%;mix-blend-mode:normal;border-radius:20px;opacity:.8}.homepage-story:hover{background:var(--surface-card-hover);opacity:1;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:var(--shadow-soft)}.homepage-story-content{padding:30px}.homepage-story-date{opacity:1;color:var(--tertiary-color);font-size:12px;margin-bottom:1em}.homepage-story-title{opacity:1;color:var(--primary-color);font-size:16px;margin-bottom:1em;font-weight:700}.homepage-story-description{opacity:1;color:var(--secondary-color);font-size:12px;line-height:1.5}.homepage-story-link{opacity:1;padding-top:20px;font-size:15px;font-weight:700}.homepage-story-link a{color:var(--link-color);text-decoration:none}.homepage-story-link a:hover{color:var(--link-hover)}@media(max-width:600px){.homepage-story{width:100%}}.card{mix-blend-mode:normal;border-radius:20px;outline:1px solid var(--border-subtle);background:var(--surface-card);box-shadow:var(--shadow-soft)}.card-container{padding:30px 30px 5px}.card-header{display:flex;align-items:center}.card-icon{font-size:15px;color:var(--tertiary-color)}.card-title{color:var(--secondary-color);font-size:14px;padding-left:20px;font-weight:650}.card-body{padding-top:40px;font-size:15px}.works-body{margin-bottom:10px}.work{display:flex;padding-bottom:40px;width:400px}.work-image{height:30px;width:30px;border-radius:50%;outline:4px solid var(--surface-elevated);box-shadow:var(--shadow-soft)}.work-title{font-size:15px;font-weight:700;padding-left:20px;margin-top:-3px;color:var(--secondary-color)}.work-subtitle{position:absolute;font-size:12px;color:var(--secondary-color);padding-top:22px;padding-left:50px}.work-duration{position:absolute;width:350px;font-size:12px;padding-top:20px;text-align:right;color:var(--tertiary-color)}.project{mix-blend-mode:normal;border-radius:20px;opacity:.8;height:100%}.project a{text-decoration:none}.project:hover{background:var(--accent-bright);opacity:1;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:var(--shadow-soft)}.project:hover .project-link{color:var(--text-on-accent);transition:color .3s ease-in-out}.project-container{padding:30px}.project-logo,.project-logo img{width:100%}.project-title{font-family:var(--secondary-font);color:var(--primary-color);font-size:16px;padding-top:15px;margin-bottom:1em;font-weight:700}.project-description{color:var(--secondary-color)}.project-link{display:flex;align-items:center;color:var(--secondary-color);font-size:12px;padding-top:20px}.project-link-icon{padding-left:5px;font-size:13px}.project-link-text{padding-left:20px;font-weight:700}@media(max-width:600px){.project{height:300px}}.all-projects-container{display:flex;flex-wrap:wrap;align-items:stretch;padding-top:30px;padding-bottom:30px;margin-left:-35px;margin-right:-35px}.all-projects-project{width:calc(100% / 3);box-sizing:border-box;padding:10px;overflow:hidden}@media(max-width:600px){.all-projects-project{width:50%}}.homepage-logo-container{display:flex;justify-content:left;align-items:center;padding-top:130px}.homepage-container{padding-top:25px;flex:1;display:flex;flex-direction:column}.homepage-first-area{display:flex;justify-content:space-between;align-items:center}.homepage-first-area-left-side{width:500%;display:flex;flex-direction:column;align-items:flex-start}.homepage-title,.homepage-subtitle{width:85%!important}.homepage-first-area-right-side{display:flex;flex-direction:column;align-items:center}.homepage-image-container{width:80%;height:70%}.homepage-image-wrapper{overflow:hidden;border-radius:10%;transform:rotate(3deg)}.homepage-image-wrapper img{width:100%}.homepage-socials{display:flex;justify-content:left;align-items:center;padding-top:30px}.homepage-social-icon{padding-right:20px;font-size:25px;transition:color .2s ease-in-out;color:var(--secondary-color)}.homepage-social-icon:hover{color:var(--link-hover)}.homepage-after-title{display:flex}.homepage-projects{flex-basis:300px;padding-top:40px}.homepage-stories{flex-basis:900px;padding-top:30px;margin-left:-30px}.homepage-story{padding-bottom:5px}.homepage-works{flex-basis:600px;padding-top:30px}@media(max-width:1024px){.homepage-first-area{flex-direction:column}.homepage-first-area-left-side{display:flex;flex-direction:column;align-items:flex-start;width:100%;order:2}.homepage-title{width:100%!important;margin-top:20px;order:2}.homepage-subtitle{width:100%!important;margin-top:10px;order:3}.homepage-first-area-right-side{width:100%;order:1}.homepage-image-container{padding-top:50px;padding-bottom:50px;margin-left:10px;order:1}.homepage-after-title{flex-direction:column}.homepage-projects,.homepage-stories{flex-basis:auto}.homepage-works{flex-basis:auto;margin-left:-25px;margin-right:-25px}}.social,.email-wrapper{display:flex;padding-bottom:20px}.social a,.email-wrapper a{text-decoration:none}.social-icon{font-size:15px;color:var(--secondary-color);transition:color .2s ease-in-out}.social-text{color:var(--secondary-color);padding-left:30px;margin-top:-20px;font-weight:600;font-size:14px;transition:color .2s ease-in-out}.social a:hover .social-icon,.social a:hover .social-text,.email-wrapper a:hover{color:var(--link-hover)}.email:before{content:"";display:block;padding-top:20px;border-top:1px solid var(--border-subtle);margin-top:20px}.email-wrapper{padding-top:20px}.about-logo-container{display:flex;justify-content:left;padding-top:25px}.about-logo{display:flex;position:fixed;border:1px solid white;border-radius:50%;box-shadow:0 4px 10px #00000040;top:4vh}.about-container{display:flex;flex-direction:column;height:100%;margin:0;padding-top:120px}.about-main{display:flex}.about-right-side{flex-basis:900px}.about-title{width:100%!important}.about-subtitle{width:80%!important}.about-left-side{display:flex;flex-direction:column;flex-basis:300px}.about-image-container{width:370px}.about-image-wrapper{display:inline-block;overflow:hidden;width:100%;border-radius:10%;transform:rotate(3deg)}.about-image-wrapper img{display:block;width:100%}.about-socials{padding-top:50px;padding-bottom:50px}.about-socials-mobile{display:none}@media(max-width:1024px){.about-logo{z-index:100}.about-main{flex-direction:column}.about-subtitle{padding-top:20px!important}.about-left-side{flex-basis:100%;order:1}.about-right-side{flex-basis:100%;order:2}.about-image-container{padding-bottom:40px}.about-socials{display:none}.about-socials-mobile{padding-top:30px;display:flex}}@media(max-width:600px){.about-container{padding-top:60px}.about-image-container{width:80%}}.projects-logo-container{display:flex;justify-content:left;padding-top:25px}.projects-logo{display:flex;position:fixed;border:1px solid white;border-radius:50%;box-shadow:0 4px 10px #00000040;top:4vh;z-index:999}.projects-container{display:flex;flex-direction:column;height:100%;margin:0;padding-top:120px}@media(max-width:600px){.projects-container{padding-top:60px}.projects-project{width:50%}}.story{display:flex}.story a{text-decoration:none}.story-left-side{min-width:0%;max-width:0%}.story-right-side{flex-basis:100%;min-width:700px;mix-blend-mode:normal;border-radius:20px;opacity:.8;padding:30px}.story-right-side:hover{background:var(--surface-card-hover);opacity:1;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:var(--shadow-soft)}.story-date{padding-top:30px;font-size:15px;color:var(--tertiary-color)}.story-title{color:var(--primary-color);font-size:16px;font-weight:600}.story-description{padding-top:10px;font-size:12px;color:var(--secondary-color);font-weight:480;line-height:25px}.story-link{padding-top:10px;font-size:14px;color:var(--link-color);font-weight:700}@media(max-width:1024px){.story-left-side{min-width:10%;max-width:10%}.story-right-side{flex-basis:90%;min-width:85%;max-width:85%}}.stories-logo-container{display:flex;justify-content:left;padding-top:25px}.stories-logo{display:flex;position:fixed;border:1px solid var(--border-subtle);border-radius:50%;box-shadow:var(--shadow-soft);top:4vh}.stories-main-container{display:flex;flex-direction:column;height:100%;margin:0;padding-top:120px}.stories-container{display:flex;flex-direction:column}.stories-wrapper{padding-top:50px;padding-bottom:50px;display:flex;flex-direction:column}.stories-story{padding-top:0;padding-left:35px;padding-bottom:20px;border-left:2px solid var(--border-subtle);width:100%}@media(max-width:1024px){.stories-title,.stories-subtitle{width:100%!important}}:root{--rpv-core__annotation--link-hover-background-color: rgba(255, 255, 0, .2);--rpv-core__annotation-popup-wrapper-background-color: #faf089;--rpv-core__annotation-popup-wrapper-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--rpv-core__annotation-popup-content-border-top-color: #1a202c;--rpv-core__arrow-border-color: rgba(0, 0, 0, .3);--rpv-core__asking-password-color: #000;--rpv-core__asking-password-wrapper-background-color: #fff;--rpv-core__asking-password-wrapper-border-color: rgba(0, 0, 0, .3);--rpv-core__button-background-color: rgba(0, 0, 0, .3);--rpv-core__button-color: #000;--rpv-core__doc-error-background-color: #fff;--rpv-core__doc-error-text-background-color: #c02424;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #fff;--rpv-core__full-screen-target-background-color: #fff;--rpv-core__inner-page-background-color: #fff;--rpv-core__menu-divider-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__menu-item-color: #000;--rpv-core__menu-item--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__menu-item--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button-color: #000;--rpv-core__minimal-button--hover-background-color: rgba(0, 0, 0, .1);--rpv-core__minimal-button--disabled-color: rgba(0, 0, 0, .3);--rpv-core__minimal-button--selected-background-color: rgba(0, 0, 0, .1);--rpv-core__modal-body-background-color: #fff;--rpv-core__modal-body-border-color: rgba(0, 0, 0, .3);--rpv-core__modal-overlay-background-color: rgba(0, 0, 0, .5);--rpv-core__page-layer-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);--rpv-core__popover-body-background-color: #fff;--rpv-core__popover-body-border-color: rgba(0, 0, 0, .3);--rpv-core__popover-body-color: #000;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__primary-button-color: #fff;--rpv-core__progress-bar-background-color: rgba(0, 0, 0, .1);--rpv-core__progress-bar-progress-background-color: #2566e8;--rpv-core__progress-bar-progress-color: #fff;--rpv-core__separator-border-bottom-color: rgba(0, 0, 0, .3);--rpv-core__spinner-border-color: rgba(0, 0, 0, .4);--rpv-core__spinner-border-transparent-color: transparent;--rpv-core__splitter-background-color: transparent;--rpv-core__splitter--hover-background-color: rgba(0, 0, 0, .2);--rpv-core__text-layer-text--selection-background-color: rgb(0, 0, 255, 1);--rpv-core__text-layer-text--selection-color: transparent;--rpv-core__textbox-background-color: #fff;--rpv-core__textbox-border-color: rgba(0, 0, 0, .2);--rpv-core__textbox-color: #000;--rpv-core__tooltip-body-background-color: #000;--rpv-core__tooltip-body-color: #fff}.rpv-core__viewer--dark{--rpv-core__asking-password-background-color: #363636;--rpv-core__asking-password-color: #fff;--rpv-core__asking-password-wrapper-border-color: #191919;--rpv-core__asking-password-wrapper-background-color: #191919;--rpv-core__button-background-color: #171717;--rpv-core__button-color: #fff;--rpv-core__doc-error-background-color: #191919;--rpv-core__doc-error-text-background-color: #c02323;--rpv-core__doc-error-text-color: #fff;--rpv-core__doc-loading-background-color: #191919;--rpv-core__full-screen-target-background-color: #1a1a1a;--rpv-core__inner-page-background-color: #1a1a1a;--rpv-core__menu-divider-border-bottom-color: #000;--rpv-core__menu-item-color: #fff;--rpv-core__menu-item--hover-background-color: #2566e8;--rpv-core__menu-item--disabled-color: #5e5e5e;--rpv-core__minimal-button-color: #fff;--rpv-core__minimal-button--disabled-color: #5e5e5e;--rpv-core__minimal-button--hover-background-color: #191919;--rpv-core__minimal-button--selected-background-color: #1657bb;--rpv-core__modal-body-background-color: #363636;--rpv-core__primary-button-background-color: #2566e8;--rpv-core__popover-body-background-color: #363636;--rpv-core__popover-body-color: #fff;--rpv-core__progress-bar-background-color: #000;--rpv-core__separator-border-bottom-color: #000;--rpv-core__spinner-border-color: #fff;--rpv-core__splitter-background-color: #1a1a1a;--rpv-core__splitter--hover-background-color: #2566e8;--rpv-core__textbox-background-color: #121212;--rpv-core__textbox-border-color: #121212;--rpv-core__textbox-color: #fff;--rpv-core__tooltip-body-background-color: #414141;--rpv-core__tooltip-body-color: #fff}.rpv-core__annotation{position:absolute}.rpv-core__annotation-layer{z-index:1}.rpv-core__arrow{border-bottom:1px solid var(--rpv-core__arrow-border-color);border-left-color:var(--rpv-core__arrow-border-color);border-right:1px solid var(--rpv-core__arrow-border-color);border-top-color:var(--rpv-core__arrow-border-color);height:10px;position:absolute;width:10px;z-index:0}.rpv-core__arrow--tl{bottom:0;left:0;transform:translate(50%,50%) rotate(45deg)}.rpv-core__arrow--tc{bottom:0;left:50%;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--tr{bottom:0;right:0;transform:translate(-50%,50%) rotate(45deg)}.rpv-core__arrow--rt{left:0;top:0;transform:translate(-50%,50%) rotate(135deg)}.rpv-core__arrow--rc{left:0;top:50%;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--rb{bottom:0;left:0;transform:translate(-50%,-50%) rotate(135deg)}.rpv-core__arrow--bl{left:0;top:0;transform:translate(50%,-50%) rotate(225deg)}.rpv-core__arrow--bc{left:50%;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--br{right:0;top:0;transform:translate(-50%,-50%) rotate(225deg)}.rpv-core__arrow--lt{right:0;top:0;transform:translate(50%,50%) rotate(315deg)}.rpv-core__arrow--lc{right:0;top:50%;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__arrow--lb{bottom:0;right:0;transform:translate(50%,-50%) rotate(315deg)}.rpv-core__asking-password{background-color:var(--rpv-core__asking-password-background-color);border-radius:.25rem;color:var(--rpv-core__asking-password-color);padding:2rem}.rpv-core__asking-password--rtl{direction:rtl}.rpv-core__asking-password-wrapper{align-items:center;background-color:var(--rpv-core__asking-password-wrapper-background-color);border:1px solid var(--rpv-core__asking-password-wrapper-border-color);display:flex;height:100%;justify-content:center;width:100%}.rpv-core__asking-password-message{margin:.5rem 0}.rpv-core__asking-password-body{align-items:center;display:flex;justify-content:center}.rpv-core__asking-password-input{width:15rem}.rpv-core__asking-password-input--ltr{margin-right:.5rem}.rpv-core__asking-password-input--rtl{margin-left:.5rem}.rpv-core__button{background-color:var(--rpv-core__button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__button--rtl{direction:rtl}.rpv-core__canvas-layer{direction:ltr;left:0;position:absolute;overflow:hidden;top:0}.rpv-core__doc-error{align-items:center;background-color:var(--rpv-core__doc-error-background-color);display:flex;justify-content:center;height:100%}.rpv-core__doc-error--rtl{direction:rtl}.rpv-core__doc-error-text{background-color:var(--rpv-core__doc-error-text-background-color);border-radius:.25rem;color:var(--rpv-core__doc-error-text-color);line-height:1.5;max-width:50%;padding:.5rem}.rpv-core__doc-loading{background-color:var(--rpv-core__doc-loading-background-color);align-items:center;display:flex;justify-content:center;height:100%;width:100%;min-height:inherit}.rpv-core__doc-loading--rtl{direction:rtl}.rpv-core__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1;text-align:center}.rpv-core__icon--rtl{transform:scaleX(-1)}.rpv-core__inner-container{min-height:inherit}.rpv-core__inner-pages{overflow:auto}.rpv-core__inner-pages--rtl{direction:rtl}.rpv-core__inner-pages--single{overflow:hidden}.rpv-core__inner-page-container--single{overflow:auto}.rpv-core__inner-page{background-color:var(--rpv-core__inner-page-background-color)}.rpv-core__inner-page--single{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-even{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-odd{display:flex;align-items:center;justify-content:flex-start}.rpv-core__inner-page--dual-cover{display:flex;align-items:center;justify-content:center}.rpv-core__inner-page--dual-cover-odd{display:flex;align-items:center;justify-content:flex-end}.rpv-core__inner-page--dual-cover-even{display:flex;align-items:center;justify-content:flex-start}.rpv-core__annotation--link a{height:100%;left:0;position:absolute;top:0;width:100%}.rpv-core__annotation--link a:hover{background-color:var(--rpv-core__annotation--link-hover-background-color)}.rpv-core__menu{display:flex;flex-direction:column}.rpv-core__menu--rtl{direction:rtl;text-align:right}.rpv-core__menu-divider{border-bottom:1px solid var(--rpv-core__menu-divider-border-bottom-color);margin:.25rem 0}.rpv-core__menu-item{align-items:center;background-color:#0000;color:var(--rpv-core__menu-item-color);border:none;cursor:pointer;display:flex;justify-content:center;padding:.25rem 0;width:100%}.rpv-core__menu-item:focus{background-color:var(--rpv-core__menu-item--hover-background-color);outline:0}.rpv-core__menu-item:hover{background-color:var(--rpv-core__menu-item--hover-background-color)}.rpv-core__menu-item-icon{align-items:center;display:flex}.rpv-core__menu-item-icon--ltr{padding-left:1rem;padding-right:.5rem}.rpv-core__menu-item-icon--rtl{padding-left:.5rem;padding-right:1rem}.rpv-core__menu-item-label{flex-grow:1;flex-shrink:1;white-space:nowrap}.rpv-core__menu-item-label--ltr{padding-right:2rem}.rpv-core__menu-item-label--rtl{padding-left:2rem}.rpv-core__menu-item-check--ltr{padding-right:1rem}.rpv-core__menu-item-check--rtl{padding-left:1rem}.rpv-core__menu-item--disabled{color:var(--rpv-core__menu-item--disabled-color)}.rpv-core__menu-item--disabled:hover{background-color:#0000}.rpv-core__menu-item--ltr{text-align:left}.rpv-core__menu-item--rtl{direction:rtl;text-align:right}.rpv-core__minimal-button{background-color:#0000;border:none;border-radius:.25rem;color:var(--rpv-core__minimal-button-color);cursor:pointer;height:2rem;padding:0 .5rem}.rpv-core__minimal-button:hover{background-color:var(--rpv-core__minimal-button--hover-background-color)}.rpv-core__minimal-button--disabled{color:var(--rpv-core__minimal-button--disabled-color)}.rpv-core__minimal-button--rtl{direction:rtl}.rpv-core__minimal-button--selected{background-color:var(--rpv-core__minimal-button--selected-background-color)}.rpv-core__modal-body{background-color:var(--rpv-core__modal-body-background-color);border:1px solid var(--rpv-core__modal-body-border-color);border-radius:.25rem;margin:1rem;max-width:32rem;overflow:auto}.rpv-core__modal-body--rtl{direction:rtl}.rpv-core__modal-overlay{background-color:var(--rpv-core__modal-overlay-background-color);bottom:0;left:0;position:fixed;right:0;top:0;z-index:9999;align-items:center;display:flex;justify-content:center}.rpv-core__page-layer{align-items:center;display:flex;justify-content:center;overflow:visible;position:relative}.rpv-core__page-layer:after{content:"";position:absolute;bottom:.25rem;left:.25rem;right:.25rem;top:.25rem;box-shadow:var(--rpv-core__page-layer-box-shadow)}.rpv-core__page-layer--single{margin:0 auto}.rpv-core__page-size-calculator{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.rpv-core__popover-body{background-color:var(--rpv-core__popover-body-background-color);border:1px solid var(--rpv-core__popover-body-border-color);border-radius:.25rem;color:var(--rpv-core__popover-body-color);left:0;padding:.5rem 0;position:absolute;top:-9999px;z-index:9999}.rpv-core__popover-body-arrow{background-color:var(--rpv-core__popover-body-background-color)}.rpv-core__popover-body--rtl{direction:rtl}.rpv-core__popover-overlay{bottom:0;left:0;position:fixed;right:0;top:0}.rpv-core__annotation-popup-wrapper{background-color:var(--rpv-core__annotation-popup-wrapper-background-color);box-shadow:var(--rpv-core__annotation-popup-wrapper-box-shadow);font-size:.75rem;padding:.25rem;word-break:break-word}.rpv-core__annotation-popup-wrapper--rtl{direction:rtl}.rpv-core__annotation-popup-title{font-weight:600;margin-bottom:.25rem}.rpv-core__annotation-popup-date{font-size:.5rem}.rpv-core__annotation-popup-content{border-top:1px solid var(--rpv-core__annotation-popup-content-border-top-color);padding:.25rem;max-height:16rem;overflow:auto}.rpv-core__primary-button{background-color:var(--rpv-core__primary-button-background-color);border:none;border-radius:.25rem;color:var(--rpv-core__primary-button-color);cursor:pointer;height:2rem;padding:0 1rem}.rpv-core__primary-button--rtl{direction:rtl}.rpv-core__progress-bar{background-color:var(--rpv-core__progress-bar-background-color);border-radius:9999px;padding:.125rem}.rpv-core__progress-bar--rtl{direction:rtl}.rpv-core__progress-bar-progress{align-items:center;background-color:var(--rpv-core__progress-bar-progress-background-color);border-radius:9999px;color:var(--rpv-core__progress-bar-progress-color);display:flex;font-size:.75rem;justify-content:center;height:.75rem}.rpv-core__separator{border-bottom:1px solid var(--rpv-core__separator-border-bottom-color)}.rpv-core__spinner{border-bottom:2px solid var(--rpv-core__spinner-border-transparent-color);border-left:2px solid var(--rpv-core__spinner-border-transparent-color);border-right:2px solid var(--rpv-core__spinner-border-color);border-top:2px solid var(--rpv-core__spinner-border-color);border-radius:9999px}.rpv-core__spinner--animating{animation-duration:.4s;animation-name:rpv-core__spinner-transform;animation-iteration-count:infinite;animation-timing-function:linear}@keyframes rpv-core__spinner-transform{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rpv-core__splitter{background-color:var(--rpv-core__splitter-background-color);cursor:ew-resize;height:100%;width:.25rem}.rpv-core__splitter:hover,.rpv-core__splitter--resizing{cursor:col-resize;background-color:var(--rpv-core__splitter--hover-background-color)}.rpv-core__splitter-body--resizing{cursor:col-resize}.rpv-core__splitter-sibling--resizing{pointer-events:none;-webkit-user-select:none;user-select:none}.rpv-core__textbox{background-color:var(--rpv-core__textbox-background-color);border:1px solid var(--rpv-core__textbox-border-color);box-sizing:border-box;border-radius:.25rem;color:var(--rpv-core__textbox-color);padding:0 .5rem;height:2rem;width:100%}.rpv-core__textbox--rtl{direction:rtl}.rpv-core__text-layer{left:0;position:absolute;top:0;height:100%;width:100%;opacity:.2;line-height:1;z-index:1}.rpv-core__text-layer span::selection{background-color:var(--rpv-core__text-layer-text--selection-background-color);color:var(--rpv-core__text-layer-text--selection-color)}.rpv-core__text-layer br::selection{color:#0000}.rpv-core__text-layer-text{color:#0000;cursor:text;position:absolute;transform-origin:0% 0%;white-space:pre}.rpv-core__tooltip-body{background-color:var(--rpv-core__tooltip-body-background-color);border-radius:.25rem;color:var(--rpv-core__tooltip-body-color);left:0;max-width:20rem;position:absolute;text-align:center;top:-9999px;z-index:9999}.rpv-core__tooltip-body--rtl{direction:rtl}.rpv-core__tooltip-body-arrow{background-color:var(--rpv-core__tooltip-body-background-color)}.rpv-core__tooltip-body-content{padding:.5rem}.rpv-core__display--block{display:block}.rpv-core__display--hidden{display:none}@media(min-width:640px){.rpv-core__display--hidden-small{display:none}.rpv-core__display--block-small{display:block}}@media(min-width:768px){.rpv-core__display--hidden-medium{display:none}.rpv-core__display--block-medium{display:block}}@media(min-width:1024px){.rpv-core__display--hidden-large{display:none}.rpv-core__display--block-large{display:block}}.rpv-core__viewer{min-height:inherit}.read-story-logo-container{display:flex;justify-content:left;padding-top:25px}.read-story-logo{display:flex;position:fixed;border:1px solid var(--border-subtle);border-radius:50%;box-shadow:var(--shadow-soft);top:4vh}.read-story-container{display:flex;height:100%;margin:0;padding-top:120px}.read-story-back{padding-top:68px;padding-right:50px;width:40px;height:40px}.read-story-back-button{width:50px;border-radius:50%;box-shadow:var(--shadow-soft)}.read-story-wrapper{width:80%;padding-top:30px}.read-story-date-container{border-left:2px solid var(--quaternary-color);color:var(--tertiary-color);font-size:16 px;align-items:center;height:22px}.read-story-date{font-family:var(--primary-font);padding-left:15px}.read-story-title{padding-top:50px;padding-bottom:50px;width:100%!important}.read-story-body{padding-bottom:50px;font-size:16px;line-height:30px;font-family:system-ui;align-self:left;color:var(--secondary-color)}.pdf-container{border:1px solid var(--border-medium);border-radius:8px;height:750px;box-shadow:var(--shadow-soft)}.read-project-logo-container{display:flex;justify-content:left;padding-top:25px}.read-project-logo{display:flex;position:fixed;border:1px solid var(--border-subtle);border-radius:50%;box-shadow:var(--shadow-soft);top:4vh}.read-project-container{display:flex;height:100%;margin:0;padding-top:120px;justify-content:center}.read-project-back{padding-top:68px;padding-right:50px;width:40px;height:40px}.read-project-back-button{width:50px;border-radius:50%;box-shadow:var(--shadow-soft)}.read-project-wrapper{width:80%;padding-top:30px}.read-project-date-container{justify-content:center;border-left:0px solid var(--quaternary-color);color:var(--tertiary-color);font-size:16 px;align-items:center;height:22px}.read-project-skills{width:100%;border-radius:20px;background-color:var(--teal-soft);border:1px solid var(--border-subtle)}.read-project-date{justify-content:center;font-family:var(--primary-font);padding-left:0}.read-project-title{text-align:center;color:var(--primary-color);padding-top:50px;padding-bottom:50px;width:100%!important}.read-project-body{text-align:center;padding:50px;font-size:24px;line-height:30px;font-family:system-ui;border-radius:20px;background-color:var(--surface-card);border:1px solid var(--border-subtle);box-shadow:var(--shadow-soft);color:var(--primary-color)}.skill{align-items:center;text-align:center;mix-blend-mode:normal;border-radius:20px;opacity:.92;height:100%;background:var(--teal-soft);border:1px solid var(--border-subtle)}.skill a{text-decoration:none}.skill:hover{background:var(--accent-bright);opacity:1;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out;box-shadow:var(--shadow-soft)}.skill:hover .skill-link{color:var(--text-on-accent);transition:color .3s ease-in-out}.skill-container{padding:10px}.skill-logo,.skill-logo img{width:100%}.skill-image{text-align:center;justify-self:center;align-items:center;align-self:"center"}.skill-title{font-family:var(--secondary-font);color:var(--primary-color);font-size:16px;padding-top:15px;margin-bottom:1em;font-weight:700}.skill-description{color:var(--secondary-color)}.skill-link{display:flex;align-items:center;color:var(--secondary-color);font-size:12px;padding-top:20px}.skill-link-icon{text-align:center;padding-left:5px;font-size:13px}.skill-link-text{padding-left:20px;font-weight:700}@media(max-width:600px){.skill{height:300px}}.some-skills-container{display:flex;flex-wrap:wrap;align-items:stretch;padding-top:30px;padding-bottom:30px;margin-left:35px;margin-right:35px}.some-skills-title{text-justify:center;padding-top:30px;padding-bottom:30px}.some-skills-skill{width:20%;box-sizing:border-box;padding:10px;overflow:hidden}@media(max-width:600px){.some-skills-skill{width:50%}}.contact-logo-container{display:flex;justify-content:left;padding-top:25px}.contact-logo{display:flex;position:fixed;border:1px solid white;border-radius:50%;box-shadow:0 4px 10px #00000040;top:4vh}.contact-subtitle{width:100%!important}.contact-container{display:flex;flex-direction:column;justify-content:space-around;margin-top:120px}.socials-container{display:flex;flex-direction:column;margin-top:80px}.contact-socials{display:flex;justify-content:flex-start;align-items:center}.not-found{overflow:hidden;height:100vh}.notfound-logo-container{display:flex;justify-content:left;padding-top:25px}.notfound-logo{display:flex;position:fixed;border:1px solid var(--border-subtle);border-radius:50%;box-shadow:var(--shadow-soft);top:4vh;z-index:999}.notfound-container{display:flex;flex-direction:column;height:100%;margin:0;padding-top:120px}.notfound-message{position:fixed;display:flex;flex-direction:column;justify-content:center;align-items:center;top:50%;left:50%;transform:translate(-50%,-50%)}.notfound-title{font-family:var(--secondary-font);color:var(--primary-color);font-size:80px;padding-top:15px;font-weight:700}.not-found-message{color:var(--secondary-color);font-size:2rem;margin:2rem 0;text-align:center}.not-found-link{font-size:1.5rem;text-decoration:none;color:var(--text-on-teal);background-color:var(--link-color);padding:1rem 2rem;border-radius:50px;transition:all .3s ease-in-out;box-shadow:var(--shadow-soft)}.not-found-link:hover{background-color:var(--surface-elevated);color:var(--link-hover);box-shadow:var(--shadow-medium)}@media(max-width:500px){.notfound-message{position:absolute;top:auto;left:auto;width:100%;transform:none}.notfound-title{font-size:50px}.not-found-message{width:100%;font-size:15px;margin-top:10px;margin-left:-5px;margin-right:32px}.not-found-link{font-size:15px;padding:15px}}.image-gallery-icon{color:#fff;transition:all .3s ease-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{left:20px;right:auto;bottom:auto;width:auto;top:50%;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.gallery-logo-container{display:flex;justify-content:left;padding-top:25px}.gallery-logo{display:flex;position:fixed;border:1px solid var(--border-subtle);border-radius:50%;box-shadow:var(--shadow-soft);top:4vh;z-index:10}.gallery-container{display:flex;flex-direction:column;width:100%;padding-top:120px;padding-bottom:2rem}.gallery-wrapper{max-width:900px;width:100%;margin:0 auto;border:1px solid var(--border-medium);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-medium);background:var(--surface-elevated)}.gallery-wrapper .image-gallery-slide .image-gallery-image{max-height:65vh;width:100%;object-fit:contain;background:var(--bg-mint-subtle)}.gallery-video-slide{position:relative;width:100%}.gallery-video{display:block;background:#000}.gallery-thumb-inner{position:relative;display:block}.gallery-thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-on-teal);background:#1a2f2c73;pointer-events:none}.gallery-wrapper .image-gallery-icon{color:var(--teal-deep);filter:drop-shadow(0 1px 2px rgba(26,47,44,.15))}.gallery-wrapper .image-gallery-icon:hover{color:var(--link-color)}.gallery-wrapper .image-gallery-left-nav,.gallery-wrapper .image-gallery-right-nav{padding:20px 8px}.gallery-wrapper .image-gallery-left-nav .image-gallery-svg,.gallery-wrapper .image-gallery-right-nav .image-gallery-svg{height:64px;width:32px}.gallery-wrapper .image-gallery-thumbnail.active,.gallery-wrapper .image-gallery-thumbnail:focus,.gallery-wrapper .image-gallery-thumbnail:hover{border-color:var(--link-color)}.gallery-wrapper .image-gallery-thumbnail{border-color:transparent}.gallery-wrapper .image-gallery-description{background:#1a2f2cbf;bottom:0}.gallery-wrapper .image-gallery-index{background:#1a2f2c99}.gallery-wrapper .image-gallery-bullets .image-gallery-bullet{border-color:var(--teal-mid);box-shadow:none}.gallery-wrapper .image-gallery-bullets .image-gallery-bullet.active{background:var(--link-color);border-color:var(--link-color)}@media(max-width:768px){.gallery-container{padding-top:100px}.gallery-wrapper .image-gallery-slide .image-gallery-image{max-height:50vh}.gallery-wrapper .image-gallery-left-nav .image-gallery-svg,.gallery-wrapper .image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}:root{--bg-mint: #d8f8f5;--bg-mint-subtle: #e9faf7;--teal-deep: #3a6b65;--teal-mid: #5f9289;--teal-soft: #9bbdb8;--accent-bright: #7ef5ea;--accent-bright-hover: #5ce8db;--surface-card: #f2fcfa;--surface-card-hover: #e6f7f3;--surface-elevated: #ffffff;--surface-muted: #b5d4cf;--primary-color: #1a2f2c;--secondary-color: #3a504c;--tertiary-color: #5a716c;--quaternary-color: #8fa9a4;--link-color: #0f766e;--link-hover: #0d5c56;--text-on-teal: #f0fdf9;--text-on-accent: #134e4a;--border-subtle: #c5ddd8;--border-medium: #9fc4bd;--shadow-color: rgba(26, 47, 44, .1);--shadow-soft: 0 2px 12px var(--shadow-color);--shadow-medium: 0 6px 24px rgba(26, 47, 44, .12);--shadow-nav: 0 2px 16px rgba(26, 47, 44, .16);--primary-font: "Heebo", sans-serif;--secondary-font: "Roboto", sans-serif}html,body,#root,.App{min-height:100vh}body{background-color:var(--bg-mint);color:var(--primary-color)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:var(--bg-mint-subtle)}::-webkit-scrollbar-thumb{background-color:var(--teal-soft);border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:var(--teal-mid)}.page-content{background-color:var(--bg-mint);position:relative;color:var(--text-on-teal);min-height:100vh;display:flex;flex-direction:column}.page-content:before,.page-content:after{content:"";position:absolute;top:0;bottom:0;width:calc((100% - 1200px)/2);background-color:var(--teal-deep);border:0}.page-content:before{left:0;z-index:1}.page-content:after{right:0;z-index:1}.content-wrapper{max-width:1000px;margin:0 auto;flex:1;display:flex;flex-direction:column;width:100%}.title{color:var(--primary-color);font-family:var(--secondary-font);font-size:45px;font-weight:700;width:70%}.subtitle{padding-top:10px;color:var(--secondary-color);font-size:16px;line-height:1.75;width:70%;margin-top:25px}a{color:var(--link-color);transition:color .2s ease-in-out}a:hover{color:var(--link-hover)}.page-footer{position:block;margin-top:auto;padding-top:2rem}.page-footer:before{content:"";position:absolute;left:0;right:0;border-top:1px solid var(--border-subtle)}@media(max-width:1270px){.page-content:before,.page-content:after{width:5%}.content-wrapper{max-width:90%;padding-left:10%;padding-right:10%}}@media(max-width:1024px){.page-content:before,.page-content:after{width:calc((100% - 950px)/2)}.content-wrapper{max-width:980px}}@media(max-width:800px){.content-wrapper{max-width:90%;margin:0 auto;padding:0 10px}.page-content:before,.page-content:after{display:none}.title,.subtitle{width:100%}}
