:root{--gray-0:#f8f9fa;--gray-05:#f3f6f9;--gray-1:#f1f3f5;--gray-2:#e9ecef;--gray-3:#dee2e6;--gray-4:#ced4da;--gray-5:#a2aab1;--gray-6:#868e96;--gray-7:#4b5056;--gray-8:#31363b;--gray-9:#212529;--green:#51b681;--green-1:#95cd7f;--green-2:#73b18a;--green-3:#4d8994;--green-4:#30619d;--green-5:#30379d;--red:#f34646;--red-1:#efcf4a;--red-2:#e0a944;--red-3:#d37d36;--red-4:#cd583c;--red-5:#ab2e3f;--blue:#07a7e6;--blue-1:#70bdee;--blue-2:#618be1;--blue-3:#5b5ed5;--blue-4:#623ac6;--blue-5:#58119f;--rainbow-1:#66da87;--rainbow-2:#f06262;--rainbow-3:#4996c6;--rainbow-4:#e2c173;--rainbow-5:#5066f4;--orange:#ff7e22;--yellow:#fca62a;--pink:#e855b3;--purple:#623ac6;--indigo:#5a43f1;--indigo-dark:#4509cf;--indigo-light:#969bf6;--indigo-muted:#f1f2fd;--font-family-base:"Quicksand Variable","Montserrat",sans-serif;--font-family-monospace:"Fira Code",Menlo,monospace;--font-family-heading:"Montserrat","Quicksand Variable","Work Sans",sans-serif;--font-color-base:var(--gray-7);--font-color-muted:var(--gray-6);--font-color-heading:var(--gray-8);--font-color-bright:var(--gray-9);--font-color-hero-heading:var(--gray-0);--font-color-blog-link:#e2cf73;--border-color:var(--gray-4);--border-radius:4px;--button-border-color:var(--gray-6);--background-color:#fff;--card-background-color:var(--gray-05);--button-background-color:#fff;--marker:#68a7de;--link:var(--indigo);--link-hover-color:var(--indigo-muted);--navbar:var(--gray-9);--year:#3d84b4;--star:var(--yellow);--post-time-color:var(--gray-6);--card-time-color:var(--font-color-muted);--project-time-color:var(--font-color-muted);--highlight-color:var(--green);--blockquote-background:var(--indigo-muted);--file-background:#e9ecef;--inline-code-background-color:rgba(0,0,0,.05);--content-width:1160px;--content-width--small:550px;--content-width--medium:700px}*,:after,:before{box-sizing:border-box}html{font-family:var(--font-family-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-display:swap;font-kerning:normal;font-size:16px;font-weight:400;line-height:1.6;scroll-behavior:smooth;transition:all .3s}body{background:var(--background-color);margin:0;padding:0}a{border-bottom:1px solid transparent;color:var(--link);transition:all .25s}blockquote,ol,p,table,ul{color:var(--font-color-base)}ol,p,ul{-webkit-font-smoothing:auto;letter-spacing:-.01rem;line-height:1.7;margin-bottom:1.5rem;margin-top:0}ul{padding-left:1.5rem}ol li ol,ul li ul{margin-bottom:0;margin-top:.5rem}li{line-height:1.5;margin-bottom:.5rem;padding-left:.25rem}li::marker{color:var(--marker);font-size:1.1rem;line-height:1}main{margin-top:60px}blockquote{background:var(--blockquote-background);border-left:4px solid var(--indigo-light);border-radius:var(--border-radius);margin:1.5rem 0;padding:1rem}blockquote p{font-size:1rem;font-weight:400;line-height:1.7}blockquote p:last-of-type{margin:0}h1,h2,h3,h4,h5{color:var(--font-color-heading);font-weight:600;line-height:1.1;margin-bottom:1.5rem;margin-top:0;scroll-margin-top:80px}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading)!important}h1:not(:first-child),h2:not(:first-child),h3:not(:first-child),h4:not(:first-child){margin-top:3rem}h2+h3{margin-top:1.5rem!important}h2{color:var(--font-color-heading);font-size:1.9rem;font-weight:700;letter-spacing:-.03rem;margin:0 0 1rem;padding-bottom:.3rem}h2 code{font-size:1.9rem!important}h3{color:var(--font-color-heading);font-family:var(--font-family-heading);font-size:1.5rem;font-weight:900;margin-bottom:1rem}h3 code{font-size:1.5rem!important}h4,h4 code{font-weight:600;margin-bottom:1.5rem;text-transform:uppercase}h4,h4 code,h5{color:var(--font-color-base);font-size:1.1rem}h5{font-family:var(--font-family-heading);font-weight:700;letter-spacing:-.02rem;margin-bottom:1rem}h2.home-heading{align-items:center;border:0;display:flex;justify-content:space-between;margin-bottom:1rem;padding:0}h2.home-heading .title{font-family:var(--font-family-base);font-size:1.6rem;font-weight:700;letter-spacing:-.03rem;margin-bottom:.75rem}@media screen and (min-width:800px){h2.home-heading .title{font-size:1.6rem}}table{border:1px solid var(--border-color);border-collapse:separate;border-spacing:0;display:table;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;margin-top:0;max-width:100%;overflow-x:auto;width:100%}td,th{border-bottom:1px solid var(--border-color);hyphens:auto;padding:.5rem;text-align:left;word-break:break-word}th{background:var(--card-background-color);border-bottom:2px solid var(--border-color)}img{display:block;max-width:100%}.container{margin-left:auto;margin-right:auto;max-width:var(--content-width);padding:0 3.5rem}@media screen and (max-width:566px){.container{padding:0 2rem}}@media screen and (max-width:366px){.container{padding:0 1.2rem}}.navigation .container{padding:0 1.5rem}@media screen and (max-width:394px){.navigation a.item,.navigation button.item{font-size:.9rem!important}}@media screen and (max-width:367px){.navigation a.item,.navigation button.item{font-size:.8rem!important;margin:0 .2rem!important}}@media screen and (max-width:325px){.container{padding:0 1.2rem}}@media screen and (max-width:700px){body{text-align:left}a.post{display:block!important}a.post p{display:none}}.layout{display:flex;flex-direction:column;min-height:100vh}.segment{margin-bottom:1.5rem;margin-top:1.5rem}.segment.small{margin-bottom:1rem;margin-top:1rem}.segment.large{margin-bottom:4rem;margin-top:4rem}@media screen and (max-width:700px){.year i{display:none!important}}@media screen and (min-width:700px){.segment{margin-bottom:3rem;margin-top:3rem}.segment.small{margin-bottom:1.5rem;margin-top:1.5rem}}a.button,button{align-items:center;-webkit-appearance:none;background:var(--button-background-color);border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--font-color-base);cursor:pointer;display:inline-flex;font-family:var(--font-family-base);font-size:1rem;font-weight:500;gap:.25rem;line-height:1;padding:.6rem 1rem}a.button img,button img{margin-right:.25rem;max-height:20px}a.button:hover,button:hover{border-color:var(--border-color-hover);color:var(--font-color-bright)}.navigation{background:var(--navbar);left:0;padding:.95rem 0;position:fixed;top:0;width:100%;z-index:3}.navigation .container{display:flex}.navigation a,.navigation a:hover{background:0 0;text-decoration:none}.navigation a.item.brand:hover{border-bottom-color:var(--rainbow-2)}.navigation .item.brand span,.theme-toggle span{display:none}.navigation .logo{height:22px;min-height:22px;min-width:22px;width:22px}.navigation nav{gap:.25rem;width:100%}.navigation a.item,.navigation button.item,.navigation nav{align-items:center;display:flex;justify-content:space-between}.navigation a.item,.navigation button.item{border:2px solid transparent;border-left:none;border-radius:0;border-right:none;color:#fff9;cursor:pointer;font-size:1rem;font-weight:500;gap:.5rem;margin:0 .5rem;padding:0}.nav-item-outer{align-items:center;display:flex}.nav-item-outer:not(:last-child){margin-right:.6rem}.nav-image{display:none;height:22px;min-height:22px;min-width:22px;width:22px}.navigation a.brand{align-items:center;border-bottom:2px solid transparent;color:#fff;display:flex;font-size:1.05rem;font-weight:600;gap:.5rem;line-height:1.2;margin:0 .5rem 0 .25rem}.navigation a.item.active,.navigation a.item:hover,.navigation button.item.active,.navigation button.item:hover{color:#fff}.navigation a.item.about-me.active,.navigation a.item.about-me:hover{border-bottom-color:var(--rainbow-3)}.navigation a.item.blog.active,.navigation a.item.blog:hover{border-bottom-color:var(--rainbow-4)}.navigation a.item.projects.active,.navigation a.item.projects:hover{border-bottom-color:var(--rainbow-5)}.navigation a.item.github.active,.navigation a.item.github:hover{border-bottom-color:var(--rainbow-1)}button.theme-toggle img{margin:0}button.theme-toggle{background:var(--gray-8);border-color:var(--gray-7);color:var(--gray-0);margin-left:auto;padding:.4rem .5rem}button.theme-toggle:hover{background:var(--gray-7);border-color:var(--gray-6);color:#fff}@media screen and (min-width:850px){button.theme-toggle img{margin-right:.25rem}.nav-image,.navigation .item.brand span,.theme-toggle span{display:block}.navigation .logo{display:none;margin-right:0}.navigation a.brand{margin:0 1.5rem 0 .25rem}.navigation nav{gap:1.5rem}}.card{background:var(--card-background-color);border-radius:var(--border-radius);position:relative}.card span{font-size:1rem;font-weight:500;opacity:.8;text-transform:uppercase}.card img{width:40%}@media screen and (max-width:900px){.card img{display:none}}.card a.card-header,.card h2{border:0;color:var(--font-color-heading);color:#292929;display:block;font-family:var(--font-family-base);font-size:1.45rem;font-weight:700;line-height:1.2;margin:.5rem 0;padding:0;text-decoration:none}.card-content{display:flex;justify-content:space-between}.card-metadata{flex-direction:column;padding:1rem}.card a.card-header:hover,.card h2:hover{border-color:currentColor}.card p{color:var(--font-color-muted);font-family:var(--font-family-base);font-size:.95rem;line-height:1.4;margin:0}.card time{color:var(--card-time-color);font-family:var(--font-family-monospace);font-size:1.1rem}.card.muted{align-items:center;background:0 0;border:1px solid var(--border-color);padding:1rem}.card.muted time{color:var(--font-color-muted)}.card.muted h2{margin:.25rem 0 1rem}main{flex:1}.hero{overflow:hidden;padding:1.5rem 0 0;position:relative;width:100%}@media screen and (min-width:700px){.hero.index{padding:3.5rem 0 2rem}}.hero h1{color:var(--font-color-heading);font-size:2rem;font-weight:700;letter-spacing:-.06rem;line-height:1.1;margin:0}.home-hero{align-items:center}@media screen and (max-width:1030px){.home-hero{align-items:center;flex-direction:column}}@media screen and (min-width:700px){.hero{padding:2.5rem 0 .5rem}.hero-img{max-width:320px}.hero h1{font-size:3rem;letter-spacing:-.08rem}}p.hero-description{-webkit-font-smoothing:antialiased;color:var(--font-color-muted);font-size:1.1rem;font-weight:500;line-height:1.4;margin-top:1.5rem}@media screen and (min-width:1000px){p.hero-description{font-size:1.2rem}.hero-img{max-width:320px!important}}.hero .sub-title{color:var(--font-color-muted);font-size:1.1rem;font-weight:500}.highlight{color:var(--highlight-color)}.hero-wrapper{display:block;margin-top:3rem}@media screen and (min-width:700px){.hero-wrapper{align-items:center;display:flex;gap:3rem;margin-top:5rem}}.decoration{width:60%}.post-preview .card p{margin-bottom:1rem}.post-preview{display:grid;gap:1rem;grid-template-columns:repeat(1,1fr)}.post-preview>div{flex:1}.post-preview a.button{font-size:1rem;padding:.7rem .85rem}a.anchor,a.anchor:hover{background:0 0!important;color:var(--link)}a.anchor svg{fill:var(--link)}.card-metadata p{color:#292929}.year{color:var(--year)}a.post{background:#fbfbfb;border-radius:5px;margin-bottom:.6rem;padding:1rem;transition:all .25s}a.post:hover h3{text-shadow:0 0 10px var(--font-color-blog-link)}a.post h3{font-size:1.5rem;margin:0 0 .5rem}@media screen and (min-width:700px){a.post h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}}.grid{display:block}.article-content{padding-top:2rem}@media screen and (min-width:1000px){.grid{display:grid;gap:5rem;grid-template-columns:auto 280px}.article-content{max-width:100%;min-width:0;padding-top:5rem}.article-content ol,.article-content p,.article-content ul{font-size:20px;line-height:32px}}.links{margin-top:1rem}.post-sidebar{margin-top:8rem}@media screen and (min-width:700px){.post-sidebar{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}}@media screen and (max-width:999px){.post-sidebar{margin-top:2rem}}@media screen and (min-width:700px){.post-sidebar-card{padding:1.5rem}}.post-sidebar-card{background:var(--card-background-color);border:1px solid var(--button-border-color);border-radius:var(--border-radius);margin:1.5rem 0;padding:1rem}.post-sidebar h2{border:0;color:var(--font-color-muted);font-size:1.1rem;font-weight:700;margin:0 0 1rem;text-transform:uppercase}.post-sidebar p,.post-sidebar ul{font-size:1rem}@media screen and (max-width:700px){.post-sidebar ul{list-style:none!important;padding:0!important}}.post-sidebar p:last-of-type{margin-bottom:0}.post-sidebar .tags{gap:.5rem}.list a{background-color:transparent;border-radius:var(--border-radius);color:var(--font-color-base);font-size:1rem;font-weight:600;margin:0-.3rem;padding:.1rem .3rem}.list a:hover{background:var(--highlight-color);color:#fff;text-decoration:none}.links,.tags{display:flex;flex-wrap:wrap;gap:.5rem}a.tag{background:var(--button-background-color)!important;border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--font-color-base);font-size:.9rem;font-weight:400;padding:.2rem .4rem}a.tag,a.tag:hover{text-decoration:none}a.tag:hover{border-color:var(--border-color-hover);color:var(--font-color-bright)}a.tag.active{background:var(--highlight-color)!important;border-color:var(--highlight-color);color:#fff;font-weight:600}a.cat{color:var(--font-color-muted);font-family:var(--font-family-monospace);font-size:1.1rem;text-decoration:none}a.cat:hover{color:var(--font-color-bright);text-decoration:underline}a.category{align-items:center;display:flex;justify-content:space-between;text-decoration:none}a.category.active{background:var(--highlight-color);color:#fff}a.category.active .count,a.category:hover .count{color:#fff}.category .count{color:var(--font-color-muted);font-family:var(--font-family-monospace);font-size:1.1rem;font-weight:400}.width.small{max-width:var(--content-width--small)}.width.medium{max-width:var(--content-width--medium)}.flex{display:flex;gap:1rem}.space-between{justify-content:space-between}.desktop-only{display:none!important}@media screen and (min-width:700px){.desktop-only{display:flex!important}}.post-header{padding:2rem 0 .5rem}.post-header h1{font-size:2.25rem;font-weight:700;letter-spacing:-.07rem;line-height:1.05;margin-bottom:.75rem;margin-top:.25rem!important}@media screen and (min-width:700px){.post-header h1{font-size:3.25rem}}.footer{font-family:var(--post-font-family);padding:3rem 0}.footer section{align-items:center;display:flex;flex-direction:column;gap:1.25rem}.footer img{display:inline-block;max-height:20px;width:auto}.footer nav{display:flex;gap:.25rem;margin:0 1rem}.footer a,.footer span{align-items:center;color:var(--font-color-base);display:flex;font-size:1rem;line-height:1.2;padding:0 .5rem}.footer a:hover{text-decoration:underline}.star{align-items:center;color:var(--star);display:flex;font-family:var(--font-family-monospace);font-size:1.1rem;gap:.5rem}.star a{color:var(--font-color-muted)}.star a:hover{color:var(--font-color-bright);text-decoration:underline}.stars{position:absolute;right:1.5rem;top:1.5rem}.circle{border-radius:50%;height:40px;margin:.5rem 0;min-height:40px;min-width:40px;width:40px}@media screen and (min-width:700px){.circle{border-radius:50%;height:50px;margin:.5rem 0;min-height:50px;min-width:50px;width:50px}}.year{position:relative}.year i{font-size:80px;left:-25px;opacity:.1;position:absolute;top:-27px}:root{--background-color:var(--gray-8);--card-background-color:var(--gray-9);--font-color-heading:var(--gray-1);--font-color-base:var(--gray-2);--font-color-muted:var(--gray-4);--font-color-bright:#fff;--border-color:var(--gray-7);--border-color-hover:var(--gray-6);--button-background-color:var(--gray-8);--star:var(--rainbow-5);--year:var(--rainbow-4);--post-time-color:var(--rainbow-4);--card-time-color:var(--rainbow-1);--project-time-color:var(--star);--link:#a4a9ff;--link-hover-color:#222;--blockquote-background:var(--gray-9);--marker:#e77cc7;--file-background:rgba(0,0,0,.2);--inline-code-background-color:rgba(0,0,0,.2);--highlight-color:var(--rainbow-4);--code-font-color:#b3b9c5;--code-background-color:var(--gray-9);--terminal-background-color:#111;--terminal-color:var(--rainbow-4);--terminal-bar:-webkit-linear-gradient(top,#444,#222);--terminal-border:var(--border-color);--terminal-accent:var(--gray-6);--string:#92d192;--variable:#f2777a;--property:#b3b9c5;--number:#fca369;--operator:#ac8d58;--punctuation:#c7cdd7;--comment:#777c85;--function:#76d4d6;--keyword:#ffeea6;--attribute:#ffd479;--class:#e1a6f2;--tag:#6ab0f3;--error:#b0292c}a.post{background:0 0;border-bottom:1px solid var(--border-color);display:flex;gap:1rem;padding:.4rem 0;text-decoration:none}@media screen and (min-width:700px){.posts.newspaper{-moz-column-gap:2rem;column-gap:2rem;display:grid}a.post h3{font-size:1.1rem;font-weight:600}}a.post h3{color:var(--font-color-blog-link);font-family:var(--font-family-base);font-size:1.1rem;font-weight:500;line-height:1.3;margin:0}a.post time{color:var(--post-time-color);display:none;margin-left:auto}@media screen and (min-width:700px){a.post time{display:block}}time{display:block;font-family:var(--font-family-monospace);font-size:.9rem;letter-spacing:-.03rem;white-space:nowrap}.four-oh-four{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center}form,input{font-family:var(--font-family-base)}.background{display:flex}.form-container{flex:0 1 700px;margin:8rem auto 0;padding:10px}.screen{background:#3e3e3e;border-radius:15px;position:relative}.screen:after{border-radius:15px;box-shadow:0 20px 40px #0006;content:"";display:block;inset:0 20px;position:absolute;z-index:-1}.screen-header{align-items:center;background:#4d4d4f;border-top-left-radius:15px;border-top-right-radius:15px;display:flex;padding:10px 20px}.screen-header-left{margin-right:auto}.screen-header-button{background:#fff;border-radius:8px;display:inline-block;height:8px;margin-right:3px;width:8px}.screen-header-button.close{background:#ed1c6f}.screen-header-button.maximize{background:#e8e925}.screen-header-button.minimize{background:#74c54f}.screen-header-right{display:flex}.screen-header-ellipsis{background:#999;border-radius:8px;height:3px;margin-left:2px;width:3px}.screen-body{display:flex}.screen-body-item{flex:1;padding:40px 50px 10px}.app-title,.screen-body-item.left{display:flex;flex-direction:column}.app-title{color:var(--font-color-blog-link);font-size:26px;position:relative}.app-title:after{background:var(--font-color-blog-link);bottom:-10px;content:"";display:block;height:4px;left:0;position:absolute;width:25px}.app-form-group{margin-bottom:15px}.app-form-group.message{margin-top:40px}.app-form-group.buttons{margin-bottom:0;text-align:right}.app-form-control{background:0 0;border:0;border-bottom:1px solid #666;color:#ddd;font-size:14px;outline:0;padding:10px 0;transition:border-color .2s;width:100%}.app-form-control::-moz-placeholder{color:#ececec}.app-form-control::placeholder{color:#ececec}.app-form-control:focus{border-bottom-color:#ddd}.app-form-button{background:0 0;border:0;color:var(--font-color-blog-link);cursor:pointer;font-size:14px;outline:0}.app-form-button:hover{background-color:var(--font-color-blog-link);color:#31363b}@media screen and (max-width:763px){.screen-body{flex-direction:column}.app-title{flex-direction:row}.app-title span{margin-right:12px}.app-title:after{display:none}}@media screen and (max-width:600px){.screen-body{padding:40px 10px}.form-container,.screen-body-item{padding:0}}h2{border:0}.skill-title{font-size:1.2rem}.skill-text p{font-size:89%}.first-button,.first-button-container{text-align:center}.first-button{background-color:var(--blue);border-radius:0;color:#fff;font-size:14px;font-weight:500;letter-spacing:3px;line-height:17px;margin:0 auto;outline:0;padding:17px 60px 14px;position:relative;text-decoration:none;text-transform:uppercase;transition:color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;vertical-align:middle;width:auto}.first-button:after{border:2px solid var(--blue);box-sizing:border-box;content:"";display:block;height:100%;left:7px;opacity:.5;position:absolute;top:7px;transition:transform .4s cubic-bezier(.2,.78,.12,.86);width:100%;z-index:-5}.about-second{display:flex;gap:2rem;margin-top:3rem}.col-skill{align-items:center;display:flex;flex:1 1 0;flex-direction:column;gap:1.5rem;text-align:center}@media screen and (max-width:890px){.about-second{flex-direction:column}}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-cyrillic-ext-400-normal.D7WlbQ7d.woff2)format("woff2"),url(/_astro/fira-code-cyrillic-ext-400-normal.DQ4J9vT3.woff)format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-cyrillic-400-normal.CISwbqxD.woff2)format("woff2"),url(/_astro/fira-code-cyrillic-400-normal.DJuFNr2d.woff)format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-greek-ext-400-normal.29pKeDY_.woff2)format("woff2"),url(/_astro/fira-code-greek-ext-400-normal.B3Ce951f.woff)format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-greek-400-normal.-vxxe_do.woff2)format("woff2"),url(/_astro/fira-code-greek-400-normal.vzvDRywA.woff)format("woff");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-latin-ext-400-normal.D8LVdQHX.woff2)format("woff2"),url(/_astro/fira-code-latin-ext-400-normal.CVnm3Zzm.woff)format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Fira Code;font-style:normal;font-weight:400;src:url(/_astro/fira-code-latin-400-normal.BzypJxJk.woff2)format("woff2"),url(/_astro/fira-code-latin-400-normal.PFR0Tj-d.woff)format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Work Sans;font-style:normal;font-weight:400;src:url(/_astro/work-sans-vietnamese-400-normal.Dtu8X5r1.woff2)format("woff2"),url(/_astro/work-sans-vietnamese-400-normal.RUrI7Cd4.woff)format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Work Sans;font-style:normal;font-weight:400;src:url(/_astro/work-sans-latin-ext-400-normal.DFCb0lrE.woff2)format("woff2"),url(/_astro/work-sans-latin-ext-400-normal.BHfVSso1.woff)format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Work Sans;font-style:normal;font-weight:400;src:url(/_astro/work-sans-latin-400-normal.CO25iGFc.woff2)format("woff2"),url(/_astro/work-sans-latin-400-normal.C_QB87mg.woff)format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-cyrillic-ext-wght-normal.B2xhLi22.woff2)format("woff2-variations");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-cyrillic-wght-normal.CMZtQduZ.woff2)format("woff2-variations");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-greek-ext-wght-normal.CGAr0uHJ.woff2)format("woff2-variations");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-greek-wght-normal.CaVNZxsx.woff2)format("woff2-variations");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-vietnamese-wght-normal.CBcvBZtf.woff2)format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-latin-ext-wght-normal.DO1Apj_S.woff2)format("woff2-variations");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Inter Variable;font-style:normal;font-weight:100 900;src:url(/_astro/inter-latin-wght-normal.Dx4kXJAl.woff2)format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/_astro/montserrat-cyrillic-ext-400-normal.vOaqz9CW.woff2)format("woff2"),url(/_astro/montserrat-cyrillic-ext-400-normal.4z3sNOWE.woff)format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/_astro/montserrat-cyrillic-400-normal.9OhHGxkQ.woff2)format("woff2"),url(/_astro/montserrat-cyrillic-400-normal.95VoEncJ.woff)format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/_astro/montserrat-vietnamese-400-normal.BWKK40rE.woff2)format("woff2"),url(/_astro/montserrat-vietnamese-400-normal.DoB8ClNE.woff)format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/_astro/montserrat-latin-ext-400-normal.omNc5MGi.woff2)format("woff2"),url(/_astro/montserrat-latin-ext-400-normal.DE2qOTV3.woff)format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(/_astro/montserrat-latin-400-normal.BfmCfwfZ.woff2)format("woff2"),url(/_astro/montserrat-latin-400-normal.BhTl8mZv.woff)format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-cyrillic-ext-400-normal.BZJRkJ55.woff2)format("woff2"),url(/_astro/source-sans-pro-cyrillic-ext-400-normal.DtD_g0fW.woff)format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-cyrillic-400-normal.Bo6gnWEs.woff2)format("woff2"),url(/_astro/source-sans-pro-cyrillic-400-normal.h6inArLS.woff)format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-greek-ext-400-normal.DurV-KM9.woff2)format("woff2"),url(/_astro/source-sans-pro-greek-ext-400-normal.BfIWL1p1.woff)format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-greek-400-normal.CZJmCPdY.woff2)format("woff2"),url(/_astro/source-sans-pro-greek-400-normal.C-qB9CTB.woff)format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-vietnamese-400-normal.DmpbtSrx.woff2)format("woff2"),url(/_astro/source-sans-pro-vietnamese-400-normal.C_X2WPHN.woff)format("woff");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-latin-ext-400-normal.b0izRs8p.woff2)format("woff2"),url(/_astro/source-sans-pro-latin-ext-400-normal.B4yavu5O.woff)format("woff");unicode-range:u+0100-02af,u+0304,u+0308,u+0329,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Source Sans Pro;font-style:normal;font-weight:400;src:url(/_astro/source-sans-pro-latin-400-normal.tpsLXCSJ.woff2)format("woff2"),url(/_astro/source-sans-pro-latin-400-normal.R7DZS9ko.woff)format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Quicksand Variable;font-style:normal;font-weight:300 700;src:url(/_astro/quicksand-vietnamese-wght-normal.ei70gACF.woff2)format("woff2-variations");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-display:swap;font-family:Quicksand Variable;font-style:normal;font-weight:300 700;src:url(/_astro/quicksand-latin-ext-wght-normal.uYkVrN1x.woff2)format("woff2-variations");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Quicksand Variable;font-style:normal;font-weight:300 700;src:url(/_astro/quicksand-latin-wght-normal.BONBXOUv.woff2)format("woff2-variations");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}.astro-route-announcer{left:0;position:absolute;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;white-space:nowrap;width:1px}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{mix-blend-mode:plus-lighter;opacity:0}to{mix-blend-mode:plus-lighter;opacity:1}}@keyframes astroFadeOut{0%{mix-blend-mode:plus-lighter;opacity:1}to{mix-blend-mode:plus-lighter;opacity:0}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-new(*),::view-transition-old(*){animation:none!important}[data-astro-transition-scope]{animation:none!important}}