@charset "UTF-8";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{line-height:1.5;-webkit-text-size-adjust:100%;scroll-behavior:smooth;color:#000}body{text-rendering:optimizeSpeed;font-family:inherit;font-size:100%;line-height:inherit;min-height:100vh;-webkit-tap-highlight-color:rgba(0,0,0,0)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;color:inherit;background:none;border:none;outline:none}ul,ol{list-style:none}a{color:inherit;text-decoration:none}table{border-collapse:collapse;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;letter-spacing:-.5px;font-style:normal;font-weight:600}.simple-section,.site-footer,section,.top{padding-top:80px;padding-bottom:80px}@media (max-width: 600px){.simple-section,.site-footer,section,.top{padding-top:40px;padding-bottom:40px}}.simple-section,.bio-section,.site-footer,div.boxed,div.boxed2,.eyebrow,.top{width:100%;max-width:1020px;margin-left:auto;margin-right:auto}@media (max-width: 1100px){.simple-section,.bio-section,.site-footer,div.boxed,div.boxed2,.eyebrow,.top{width:calc(100% - 80px)}}.overview{width:100%;max-width:800px;margin-left:auto;margin-right:auto}.testimonial,div.boxed blockquote,div.boxed p,div.boxed h2{width:100%;max-width:480px;margin-left:auto;margin-right:auto}div.boxed2 hr{border:#91929766 1px solid;padding:0;margin-top:45px;margin-bottom:15px;height:1px}div.boxed2 p{text-align:justify;line-height:1.5em}html{font-size:16px;scroll-behavior:smooth;box-sizing:border-box}@media (max-width: 600px){html{font-size:14px}}body{padding:0;margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}*,*:before,*:after{box-sizing:inherit}img{max-width:100%;height:auto;border-radius:12px}a img{vertical-align:top}p{margin:0 0 10px}li{list-style:none}*:focus{outline:2px solid transparent;outline-offset:2px}hr{border:none;height:1px;display:block;margin:40px 0;border-bottom:2px dotted}b,strong{font-style:normal;font-weight:600}del{text-decoration:line-through}blockquote{margin:40px 0;padding:0 20px;border-left:1px solid}blockquote a{text-decoration:underline}i,em{font-style:italic}pre code{display:block;padding:20px;overflow:hidden;margin-bottom:20px}textarea,input,button,select{border-radius:0;appearance:none;-webkit-appearance:none;-moz-appearance:none}.margin-left{margin-left:10px}.top{display:flex;justify-content:space-between;align-items:center}.top__left{display:flex;align-items:center;gap:20px}.top__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover}@media (max-width: 600px){.top__avatar{width:40px;height:40px}}.top__brand{font-size:1.3rem;font-weight:600;font-optical-sizing:auto;font-style:normal;display:inline-block;margin-top:4px}.top__right{display:flex;align-items:center;gap:40px}@media (max-width: 600px){.top__right{gap:20px}}.top .links{display:flex;align-items:center;gap:40px}.top__link{font-size:1rem;text-decoration:none;transition:color .2s ease-in,border-color .2s ease-in}.top__link:hover{transition:color .1s ease-out,border-color .1s ease-out}.top__cta{padding:4px 16px;border-radius:999px;font-size:1rem;text-decoration:none;display:inline-flex;transition:all .3s;position:relative}.top__cta .arrow{display:inline-block;transition:transform .3s ease,bottom .3s ease;margin-left:.25em}.top__cta:hover .arrow{transform:translate(3px)}@media (max-width: 600px){@keyframes fa-bounce-x{0%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}45%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}47%{transform:translate(var(--fa-bounce-translate-x)) scale(var(--fa-bounce-jump-scale-x),var(--fa-bounce-jump-scale-y))}49%{transform:translate(0) scale(var(--fa-bounce-land-scale-x),var(--fa-bounce-land-scale-y))}51%{transform:translate(0) scale(calc(var(--fa-bounce-land-scale-x) - var(--fa-bounce-rebound)),calc(var(--fa-bounce-land-scale-y) + var(--fa-bounce-rebound)))}53%{transform:translate(var(--fa-bounce-translate-x)) scale(var(--fa-bounce-jump-scale-x),var(--fa-bounce-jump-scale-y))}55%{transform:translate(0) scale(var(--fa-bounce-land-scale-x),var(--fa-bounce-land-scale-y))}57%{transform:translate(0) scale(calc(var(--fa-bounce-land-scale-x) - var(--fa-bounce-rebound)),calc(var(--fa-bounce-land-scale-y) + var(--fa-bounce-rebound)))}59%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}to{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}}body.scheme-midnight .top__cta{position:fixed;bottom:0;left:0;width:100%;border-radius:0;background-color:#313234;color:#919297;font-size:1.25em;padding:15px 25px;z-index:1000;border-top:#3e3f41 1px solid;cursor:pointer}body.scheme-midnight .top__cta:hover{background-color:#27282a}body.scheme-midnight .top__cta .arrow{position:fixed;right:25px;bottom:15px;--fa-bounce-duration: 8s;--fa-bounce-timing: cubic-bezier(.2,.8,.25,1);--fa-bounce-iterations: infinite;--fa-bounce-initial-delay: 5s;--fa-bounce-start-scale-x: 1;--fa-bounce-start-scale-y: 1;--fa-bounce-jump-scale-x: .9;--fa-bounce-jump-scale-y: 1.15;--fa-bounce-land-scale-x: 1.02;--fa-bounce-land-scale-y: .98;--fa-bounce-rebound: .03;--fa-bounce-translate-x: .4em;display:inline-block;transform-origin:center;backface-visibility:hidden;animation:fa-bounce-x var(--fa-bounce-duration) var(--fa-bounce-timing) var(--fa-bounce-iterations) alternate;animation-delay:var(--fa-bounce-initial-delay)}@media (prefers-reduced-motion: reduce){body.scheme-midnight .top__cta .arrow{animation:none}}}.eyebrow{display:block;margin-bottom:20px;text-transform:uppercase;font-size:12px;letter-spacing:1px;text-align:center}@media (max-width: 600px){.eyebrow{text-align:left;margin-left:0}}.overview{font-size:4rem;letter-spacing:-.1875rem;line-height:4.4rem;text-align:center}@media (max-width: 600px){.overview{text-align:left;font-size:3.2rem;letter-spacing:-.0375rem;line-height:3.52rem}}section{width:100%;margin:0}section p{margin-bottom:40px}section p a{text-decoration:underline}section hr{border:none;height:160px}@media (max-width: 600px){section hr{height:80px}}div.boxed img{width:100%;max-width:1020px;border-radius:12px}div.boxed p,div.boxed h2{font-size:1.25rem;letter-spacing:-.05rem;line-height:2rem}div.boxed h2,div.boxed h3{margin-bottom:40px}div.boxed h3{margin-top:40px}div.boxed h3{font-size:1.15rem;letter-spacing:-.05rem;line-height:2rem;font-weight:400}div.boxed blockquote,div.boxed blockquote p{font-size:1rem;line-height:1.5rem}div.boxed p a{transition:color .2s ease-in,border-color .2s ease-in}div.boxed p a:hover{transition:color .1s ease-out,border-color .1s ease-out}.site-footer{display:flex;justify-content:space-between;align-items:end;padding:40px 0;font-size:1rem;flex-wrap:wrap}.site-footer a,.site-footer a:hover{text-decoration:underline}.footer-left,.footer-right{margin:.5rem 0}ul.footer-left li{padding-top:10px}.siema-wrapper{border-radius:12px;overflow:hidden;line-height:0}.siema{margin:0;display:flex}.siema>div{flex-shrink:0;width:100%;display:flex;align-items:flex-start}.siema img{display:block;vertical-align:top;width:100%;height:auto;margin:0;border-radius:0!important}.slider-controls{font-size:1rem;letter-spacing:-.1rem;line-height:1.5rem;display:flex;justify-content:flex-end;gap:20px;margin-top:16px}button{padding:15px 20px;border:rgba(184,189,201,.25) 1px solid;border-radius:15px;cursor:pointer;transition:background-color .1s ease-in-out}button:hover{background-color:#b8bdc926}[data-tf-live] button{all:inherit!important;font-family:inherit!important;display:inherit!important;max-width:inherit!important;background-color:inherit!important;color:inherit!important;font-size:inherit!important;border:inherit!important;border-radius:inherit!important;padding:inherit!important;font-weight:inherit!important;height:inherit!important;cursor:inherit!important;line-height:inherit!important;text-align:inherit!important;margin:inherit!important;text-decoration:none!important}.slider-controls button{cursor:pointer;border:1px solid}[data-tf-live] button{border:1px solid!important;padding:15px 20px!important;border:rgba(184,189,201,.25) 1px solid!important;border-radius:15px!important;cursor:pointer!important;transition:background-color .1s ease-in-out!important}[data-tf-live] button:hover{background-color:#b8bdc926!important}div.boxed .slider-heading{margin-top:0}.testimonial{border-radius:12px;padding:80px 40px;text-align:center;margin-bottom:40px}.testimonial blockquote{border-left:none;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:1rem;line-height:2rem;margin:0 0 2rem;font-style:normal;quotes:"“" "”" "‘" "’"}.testimonial blockquote p{font-size:1rem;line-height:1.5rem}.testimonial blockquote p:before{content:open-quote}.testimonial blockquote p:after{content:close-quote}.testimonial figcaption{font-size:1rem}.testimonial figcaption strong{font-weight:400}.space-arround{display:block;height:32px}.text-icon{font-size:16px;bottom:1px;position:relative;vertical-align:middle}.button-icon{margin-right:7px;font-variation-settings:"FILL" 0;transition:transform .3s,opacity .3s}button:hover .button-icon{font-variation-settings:"FILL" 1;transform:scale(1.2)}#contact-button button:before{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"contact_support";margin-right:9px;margin-left:-2px;vertical-align:middle;font-variation-settings:"FILL" 0;transition:transform .3s,opacity .3s}#contact-button:hover button:before{font-variation-settings:"FILL" 1;transform:scale(1.2)}.button-text,.button-icon{vertical-align:middle}.icon-left{margin-left:-2px;margin-right:2px}.icon-right{margin-left:6px;margin-right:2px}.simple-section{display:flex;align-items:center;align-content:space-between;justify-content:center;gap:40px;flex-wrap:wrap}.simple-section-text{display:block;margin:15px 0}.simple-section h1{width:100%;text-align:center}.simple-section p{text-align:center;margin:0}.bio-section{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap;flex-direction:row}.bio-image{width:100%}@media (min-width: 1100px){.bio-image{width:48%}}.bio-image img{width:100%;border-radius:12px}.bio-text{width:100%}.bio-text p{color:#1a1c20}.bio-section>*,.bio-text>*{max-width:480px!important;margin-left:auto;margin-right:auto}@media (min-width: 1100px){.bio-text{width:48%}}section:nth-child(odd) .boxed .bio-text{order:2}section:nth-child(odd) .boxed .bio-image{order:1}section:nth-child(2n) .boxed .bio-text{order:1}section:nth-child(2n) .boxed .bio-image{order:2}@media (max-width: 1100px){section:nth-child(odd) .boxed .bio-text{order:2}section:nth-child(odd) .boxed .bio-image{order:1}section:nth-child(2n) .boxed .bio-text{order:2}section:nth-child(2n) .boxed .bio-image{order:1}}.highlight{text-decoration:underline}.bio-links{display:flex;gap:3rem;font-size:1.25rem;line-height:2rem;flex-wrap:wrap}.bio-links ul{list-style:none;padding:0}.bio-links ul li{margin-bottom:8px}.bio-links a{text-decoration:none;position:relative}.bio-links a:before{content:"→";margin-right:.5rem;display:inline-block;transition:transform .3s ease}.bio-links a:hover{text-decoration:none}.bio-links a:hover:before{transform:translate(3px)}a.cta-project{font-size:1rem;line-height:1rem;text-decoration:none;border:1px solid;border-radius:999px;padding:2px 8px;transition:color .2s ease-in,border-color .2s ease-in}a.cta-project:hover{transition:color .1s ease-out,border-color .1s ease-out}body div.boxed a.white,body div.boxed a.white:hover,body.scheme-midnight a.cta-project.white,body.scheme-midnight a.cta-project.white:hover{font-weight:400;font-size:.7em;background-color:#919297;color:#1a1c20;border-color:#1a1c20}[data-tooltip]{cursor:help}[data-tooltip]:after{border-top-color:#919297}[data-tooltip]:before{transform:translate(-50%,-10px);background:#919297;color:#1a1c20}[data-tooltip].tooltip-hide:before,[data-tooltip].tooltip-hide:after{width:0;height:0;padding:0;margin:0;overflow:hidden;transform:translate(-100vw,-100vw)}section:not(:first-child) .boxed>div img{transition:all .3s ease-in;transform:scale(.95)}section:not(:first-child) .boxed>div.isVisible img{transform:scale(1)}section:not(:first-child) .boxed>div .cta-project{transition:all .3s ease-in;transform:scale(.85)}section:not(:first-child) .boxed>div.isVisible .cta-project{transform:scale(1)}@keyframes fa-bounce-scale{0%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}45%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}47%{transform:scale(var(--fa-bounce-jump-scale-x),var(--fa-bounce-jump-scale-y))}49%{transform:scale(var(--fa-bounce-land-scale-x),var(--fa-bounce-land-scale-y))}51%{transform:scale(calc(var(--fa-bounce-land-scale-x) - var(--fa-bounce-rebound)),calc(var(--fa-bounce-land-scale-y) + var(--fa-bounce-rebound)))}53%{transform:scale(var(--fa-bounce-jump-scale-x),var(--fa-bounce-jump-scale-y))}55%{transform:scale(var(--fa-bounce-land-scale-x),var(--fa-bounce-land-scale-y))}57%{transform:scale(calc(var(--fa-bounce-land-scale-x) - var(--fa-bounce-rebound)),calc(var(--fa-bounce-land-scale-y) + var(--fa-bounce-rebound)))}59%{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}to{transform:scale(var(--fa-bounce-start-scale-x),var(--fa-bounce-start-scale-y))}}.button-bounce-scale{--fa-bounce-duration: 8s;--fa-bounce-timing: cubic-bezier(.2,.8,.25,1);--fa-bounce-iterations: infinite;--fa-bounce-initial-delay: s;--fa-bounce-start-scale-x: 1;--fa-bounce-start-scale-y: 1;--fa-bounce-jump-scale-x: .9;--fa-bounce-jump-scale-y: 1.15;--fa-bounce-land-scale-x: 1.02;--fa-bounce-land-scale-y: .98;--fa-bounce-rebound: .03;--fa-bounce-translate-x: .4em;animation:fa-bounce-scale var(--fa-bounce-duration) var(--fa-bounce-timing) var(--fa-bounce-iterations) alternate;animation-delay:var(--fa-bounce-initial-delay)}[data-cal-link]:hover .button-bounce-scale{animation:none}.actions{display:flex;flex-wrap:wrap;gap:10px}.vertical-margin{margin-top:8px;margin-bottom:8px}.low-visibility{opacity:.5}[data-tooltip]{position:relative;display:inline-block}[data-tooltip]:after,[data-tooltip]:before{position:absolute;left:50%;transform:translate(-50%,-12px);z-index:1000;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:0;transition:opacity .35s ease .25s}[data-tooltip]:before{content:attr(data-tooltip);background:#333;color:#eee;padding:8px 12px;white-space:nowrap;bottom:100%;border-radius:3px;box-shadow:0 5px 15px -5px #000000a6}[data-tooltip]:after{content:"";background:transparent;border:8px solid transparent;border-top-color:#333}[data-tooltip]:active:after,[data-tooltip]:active:before,[data-tooltip]:focus:after,[data-tooltip]:focus:before,[data-tooltip]:hover:after,[data-tooltip]:hover:before{opacity:1}[data-tooltip].tooltip-multiline:before{width:100vw;max-width:240px;white-space:normal}[data-tooltip][class*=tooltip-bottom]:after,[data-tooltip][class*=tooltip-bottom]:before{transform:translate(-50%,12px)}[data-tooltip][class*=tooltip-bottom]:before{bottom:auto;top:100%}[data-tooltip][class*=tooltip-bottom]:after{bottom:0;border:8px solid transparent;border-bottom-color:#333}[data-tooltip].tooltip-bottom-left:before{transform:translate(-24px,12px)}[data-tooltip].tooltip-bottom-right:before{left:auto;right:50%;transform:translate(24px,12px)}[data-tooltip].tooltip-top-left:before{transform:translate(-24px,-12px)}[data-tooltip].tooltip-top-right:before{left:auto;right:50%;transform:translate(24px,-12px)}body.scheme-midnight{background-color:#1a1c20;color:#fffff5}body.scheme-midnight ::selection{background:#fffff5;color:#1a1c20;text-shadow:none}body.scheme-midnight section.bg-alt,body.scheme-midnight .testimonial{background-color:#27282a}body.scheme-midnight a.cta-project:hover{border-color:#fffff5}body.scheme-midnight blockquote,body.scheme-midnight hr,body.scheme-midnight .slider-controls button,body.scheme-midnight a.cta-project{border-color:#919297}body.scheme-midnight blockquote{border-color:#7b7d80}body.scheme-midnight .top__brand,body.scheme-midnight div.boxed p a:hover,body.scheme-midnight .testimonial figcaption strong,body.scheme-midnight .top__link:hover,body.scheme-midnight .bio-links a,body.scheme-midnight a.cta-project:hover{color:#fffff5}body.scheme-midnight .links a,body.scheme-midnight .eyebrow,body.scheme-midnight p,body.scheme-midnight pre code,body.scheme-midnight del,body.scheme-midnight .slider-controls,body.scheme-midnight .testimonial,body.scheme-midnight .testimonial p,body.scheme-midnight .site-footer,body.scheme-midnight .site-footer a,body.scheme-midnight a.cta-project{color:#919297}body.scheme-midnight .testimonial figcaption,body.scheme-midnight blockquote,body.scheme-midnight blockquote p,body.scheme-midnight blockquote a{color:#7b7d80}body.scheme-midnight .top__cta{background-color:#fbfbe5;color:#1a1c20}body.scheme-midnight .top__cta a{color:#1a1c20}body.scheme-daylight{background-color:#fffff5;color:#1a1c20}body.scheme-daylight ::selection{background:#1a1c20;color:#fffff5;text-shadow:none}body.scheme-daylight section.bg-alt,body.scheme-daylight .testimonial{background-color:#fbfbe5}body.scheme-daylight a.cta-project:hover{border-color:#1a1c20}body.scheme-daylight blockquote,body.scheme-daylight hr,body.scheme-daylight .slider-controls button,body.scheme-daylight a.cta-project{border-color:#919297}body.scheme-daylight blockquote{border-color:#7b7d80}body.scheme-daylight .top__brand,body.scheme-daylight div.boxed p a:hover,body.scheme-daylight .testimonial figcaption strong,body.scheme-daylight .top__link:hover,body.scheme-daylight .bio-text p,body.scheme-daylight .bio-links a,body.scheme-daylight a.cta-project:hover{color:#1a1c20}body.scheme-daylight .links a,body.scheme-daylight .eyebrow,body.scheme-daylight p,body.scheme-daylight pre code,body.scheme-daylight del,body.scheme-daylight .slider-controls,body.scheme-daylight .testimonial,body.scheme-daylight .testimonial p,body.scheme-daylight .site-footer,body.scheme-daylight .site-footer a,body.scheme-daylight a.cta-project{color:#919297}body.scheme-daylight .testimonial figcaption,body.scheme-daylight blockquote,body.scheme-daylight blockquote p,body.scheme-daylight blockquote a{color:#7b7d80}body.scheme-daylight .top__cta{background-color:#27282a;color:#fffff5}body.scheme-daylight .top__cta a{color:#fffff5}body.scheme-ocean{background-color:#0b1a37;color:#fffff5}body.scheme-ocean ::selection{background:#fffff5;color:#0b1a37;text-shadow:none}body.scheme-ocean section.bg-alt,body.scheme-ocean .testimonial{background-color:#13264b}body.scheme-ocean a.cta-project:hover{border-color:#fffff5}body.scheme-ocean blockquote,body.scheme-ocean hr,body.scheme-ocean .slider-controls button,body.scheme-ocean a.cta-project{border-color:#949aa8}body.scheme-ocean blockquote{border-color:#818eac}body.scheme-ocean .top__brand,body.scheme-ocean div.boxed p a:hover,body.scheme-ocean .testimonial figcaption strong,body.scheme-ocean .top__link:hover,body.scheme-ocean .bio-text p,body.scheme-ocean .bio-links a,body.scheme-ocean a.cta-project:hover{color:#fffff5}body.scheme-ocean .links a,body.scheme-ocean .eyebrow,body.scheme-ocean p,body.scheme-ocean pre code,body.scheme-ocean del,body.scheme-ocean .slider-controls,body.scheme-ocean .testimonial,body.scheme-ocean .testimonial p,body.scheme-ocean .site-footer,body.scheme-ocean .site-footer a,body.scheme-ocean a.cta-project{color:#949aa8}body.scheme-ocean .testimonial figcaption,body.scheme-ocean blockquote,body.scheme-ocean blockquote p,body.scheme-ocean blockquote a{color:#818eac}body.scheme-ocean .top__cta{background-color:#fbfbe5;color:#0b1a37}body.scheme-ocean .top__cta a{color:#0b1a37}body.scheme-forest{background-color:#194f27;color:#fffff5}body.scheme-forest ::selection{background:#fffff5;color:#194f27;text-shadow:none}body.scheme-forest section.bg-alt,body.scheme-forest .testimonial{background-color:#1e572d}body.scheme-forest a.cta-project:hover{border-color:#fffff5}body.scheme-forest blockquote,body.scheme-forest hr,body.scheme-forest .slider-controls button,body.scheme-forest a.cta-project{border-color:#a2ad8c}body.scheme-forest blockquote{border-color:#829263}body.scheme-forest .top__brand,body.scheme-forest div.boxed p a:hover,body.scheme-forest .testimonial figcaption strong,body.scheme-forest .top__link:hover,body.scheme-forest .bio-text p,body.scheme-forest .bio-links a,body.scheme-forest a.cta-project:hover{color:#fffff5}body.scheme-forest .links a,body.scheme-forest .eyebrow,body.scheme-forest p,body.scheme-forest pre code,body.scheme-forest del,body.scheme-forest .slider-controls,body.scheme-forest .testimonial,body.scheme-forest .testimonial p,body.scheme-forest .site-footer,body.scheme-forest .site-footer a,body.scheme-forest a.cta-project{color:#a2ad8c}body.scheme-forest .testimonial figcaption,body.scheme-forest blockquote,body.scheme-forest blockquote p,body.scheme-forest blockquote a{color:#829263}body.scheme-forest .top__cta{background-color:#fbfbe5;color:#194f27}body.scheme-forest .top__cta a{color:#194f27}@font-face{font-family:icomoon;src:url(/reed-web-development/assets/icomoon-Dk1utsCr.ttf?riwyrz) format("truetype"),url(/reed-web-development/assets/icomoon-D_6Nyj4p.woff?riwyrz) format("woff"),url(/reed-web-development/assets/icomoon-B5vsX_Fj.svg?riwyrz#icomoon) format("svg");font-weight:400;font-style:normal;font-display:block}.icomoon{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-react:before{content:""}.icon-aws:before{content:""}.icon-docker:before{content:""}.icon-node-js:before{content:""}.icon-vue-js:before{content:""}.icon-stack:before{content:""}.icon-git:before{content:""}header{position:fixed;z-index:10;top:0;left:0;right:0;transition:all .3s;height:220px;max-width:none!important;background-color:#1a1c20}header *{transition:all .3s}header .top{max-width:1020px}header+*{margin-top:220px}header.shadow{box-shadow:0 3px 20px #fffff533}@media (max-width: 600px){.progress-indicator{display:none}}.progress-indicator{z-index:100;position:fixed;bottom:30px;right:30px;width:100px;height:100px;transition:opacity .3s ease,transform .3s ease;opacity:1;transform:scale(1)}.progress-indicator.at-top{opacity:0;transform:scale(.5)}.progress-indicator .progress-count{position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;line-height:100px;color:#fffff5}.progress-indicator svg{position:absolute}.progress-indicator circle{fill:#1a1c20;stroke:#27282a;stroke-width:2px}.progress-indicator svg .animated-circle{fill:transparent;stroke-width:42px;stroke:#fffff5;transition:stroke .3s ease;stroke-dasharray:126;stroke-dashoffset:126}.progress-indicator.at-bottom svg .animated-circle{stroke:#628d2f}.tooltip-popup{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000}.tooltip-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000f2}.tooltip-close{position:absolute;top:30px;right:30px}.tooltip-title{margin-bottom:.5em;font-size:1.15em;color:#fffff588}.tooltip-title:first-letter{text-transform:capitalize}.tooltip-content{font-size:1.5em;position:absolute;top:50%;left:17%;transform:translate(-10%,-50%);color:#fffff5ee;padding:25px 40px;border-radius:6px;box-shadow:0 4px 12px #0003}
