@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-3xl:1.875rem;--text-3xl--line-height:calc(2.25/1.875);--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--radius-xl:.75rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.static{position:static}.z-10{z-index:10}.order-1{order:1}.order-2{order:2}.order-3{order:3}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.m-0{margin:calc(var(--spacing)*0)}.m-auto{margin:auto}.my-1{margin-block:calc(var(--spacing)*1)}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-1\.5{margin-top:calc(var(--spacing)*1.5)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-4{margin-top:calc(var(--spacing)*4)}.mt-5{margin-top:calc(var(--spacing)*5)}.mt-11{margin-top:calc(var(--spacing)*11)}.mt-12{margin-top:calc(var(--spacing)*12)}.mr-1\.5{margin-right:calc(var(--spacing)*1.5)}.mb-1\.5{margin-bottom:calc(var(--spacing)*1.5)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.mb-12{margin-bottom:calc(var(--spacing)*12)}.ml-0{margin-left:calc(var(--spacing)*0)}.ml-2{margin-left:calc(var(--spacing)*2)}.ml-6{margin-left:calc(var(--spacing)*6)}.contents{display:contents}.flex{display:flex}.inline-block{display:inline-block}.table{display:table}.w-1\/2{width:50%}.w-\[80px\]{width:80px}.w-\[250px\]{width:250px}.w-full{width:100%}.max-w-16{max-width:calc(var(--spacing)*16)}.max-w-\[1200px\]{max-width:1200px}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.cursor-pointer{cursor:pointer}.list-none{list-style-type:none}.flex-wrap{flex-wrap:wrap}.self-center{align-self:center}.rounded-xl{border-radius:var(--radius-xl)}.p-0{padding:calc(var(--spacing)*0)}.p-3{padding:calc(var(--spacing)*3)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-1{padding-block:calc(var(--spacing)*1)}.pt-6{padding-top:calc(var(--spacing)*6)}.pr-6{padding-right:calc(var(--spacing)*6)}.pb-6{padding-bottom:calc(var(--spacing)*6)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.whitespace-pre-line{white-space:pre-line}.text-white{color:var(--color-white)}@media (min-width:40rem){.sm\:order-none{order:0}.sm\:mt-5{margin-top:calc(var(--spacing)*5)}.sm\:ml-3{margin-left:calc(var(--spacing)*3)}.sm\:ml-4{margin-left:calc(var(--spacing)*4)}.sm\:hidden{display:none}.sm\:w-\[250px\]{width:250px}.sm\:w-auto{width:auto}.sm\:max-w-full{max-width:100%}}}
p,span,a,h1,h2,h3,h4,h5,h6,.text,.title,.sub-title,.paragraph-title,.text-primary,.text-secondary,.text-muted,.text-marked,.text-inverted{will-change:color;transition:color .5s}p,span,a,h1,h2,h3,h4,h5,h6{margin:0;font-size:14px;font-weight:200}.title,.sub-title,.paragraph-title{will-change:color;margin:0;font-weight:200;transition:color .5s}.title.title,.sub-title.title,.paragraph-title.title{font-size:28px}.title.sub-title,.sub-title.sub-title,.paragraph-title.sub-title{font-size:22px}.title.paragraph-title,.sub-title.paragraph-title,.paragraph-title.paragraph-title{font-size:18px}.min-text{margin:0;font-size:12px;font-weight:400}.text-italic{font-style:italic}@media (prefers-color-scheme:light){p,span,a,h1,h2,h3,h4,h5,h6,.text{color:#2c2e30}.text-secondary{color:#666}.text-primary{color:#3498db}.text-muted{color:#ddd}.text-marked{color:#27ae60}.text-inverted,.text-inverted-after:after{color:#fff!important}body{background-color:#fff}.spinner{background-image:url(/spinner_light.svg)}.bg-primary,.bg-primary-after:after,.bg-primary-before:before{background-color:#3498db}.bg-light-primary,.bg-light-primary-after:after,.bg-light-primary-before:before{background-color:#d6eaf8}.bg-secondary,.bg-secondary-after:after,.bg-secondary-before:before{background-color:#666}.bg-muted,.bg-muted-after:after,.bg-muted-before:before{background-color:#ddd}.bg-marked,.bg-marked-after:after,.bg-marked-before:before{background-color:#27ae60}.bg-inverted,.bg-inverted-after:after,.bg-inverted-before:before{background-color:#fff}.bg-veil,.bg-veil-after:after,.bg-veil-before:before{background-color:#f7fcff}.bg-footer{background-color:#ddd}.border-primary,.border-primary-after:after,.border-primary-before:before{border-color:#3498db!important}.border-secondary,.border-secondary-after:after,.border-secondary-before:before{border-color:#666!important}.border-muted,.border-muted-after:after,.border-muted-before:before{border-color:#ddd!important}.border-marked,.border-marked-after:after,.border-marked-before:before{border-color:#27ae60!important}.border-inverted,.border-inverted-after:after,.border-inverted-before:before{border-color:#fff!important}.btn{color:#fff!important;background-color:#3498db!important}.svg-icon path{fill:#3498db}}html[data-theme=light] p,html[data-theme=light] span,html[data-theme=light] a,html[data-theme=light] h1,html[data-theme=light] h2,html[data-theme=light] h3,html[data-theme=light] h4,html[data-theme=light] h5,html[data-theme=light] h6,html[data-theme=light] .text,html[data-theme=none] p,html[data-theme=none] span,html[data-theme=none] a,html[data-theme=none] h1,html[data-theme=none] h2,html[data-theme=none] h3,html[data-theme=none] h4,html[data-theme=none] h5,html[data-theme=none] h6,html[data-theme=none] .text{color:#2c2e30}html[data-theme=light] .text-secondary,html[data-theme=none] .text-secondary{color:#666}html[data-theme=light] .text-primary,html[data-theme=none] .text-primary{color:#3498db}html[data-theme=light] .text-muted,html[data-theme=none] .text-muted{color:#ddd}html[data-theme=light] .text-marked,html[data-theme=none] .text-marked{color:#27ae60}html[data-theme=light] .text-inverted,html[data-theme=light] .text-inverted-after:after,html[data-theme=none] .text-inverted,html[data-theme=none] .text-inverted-after:after{color:#fff!important}html[data-theme=light] body,html[data-theme=none] body{background-color:#fff}html[data-theme=light] .spinner,html[data-theme=none] .spinner{background-image:url(/spinner_light.svg)}html[data-theme=light] .bg-primary,html[data-theme=light] .bg-primary-after:after,html[data-theme=light] .bg-primary-before:before,html[data-theme=none] .bg-primary,html[data-theme=none] .bg-primary-after:after,html[data-theme=none] .bg-primary-before:before{background-color:#3498db}html[data-theme=light] .bg-light-primary,html[data-theme=light] .bg-light-primary-after:after,html[data-theme=light] .bg-light-primary-before:before,html[data-theme=none] .bg-light-primary,html[data-theme=none] .bg-light-primary-after:after,html[data-theme=none] .bg-light-primary-before:before{background-color:#d6eaf8}html[data-theme=light] .bg-secondary,html[data-theme=light] .bg-secondary-after:after,html[data-theme=light] .bg-secondary-before:before,html[data-theme=none] .bg-secondary,html[data-theme=none] .bg-secondary-after:after,html[data-theme=none] .bg-secondary-before:before{background-color:#666}html[data-theme=light] .bg-muted,html[data-theme=light] .bg-muted-after:after,html[data-theme=light] .bg-muted-before:before,html[data-theme=none] .bg-muted,html[data-theme=none] .bg-muted-after:after,html[data-theme=none] .bg-muted-before:before{background-color:#ddd}html[data-theme=light] .bg-marked,html[data-theme=light] .bg-marked-after:after,html[data-theme=light] .bg-marked-before:before,html[data-theme=none] .bg-marked,html[data-theme=none] .bg-marked-after:after,html[data-theme=none] .bg-marked-before:before{background-color:#27ae60}html[data-theme=light] .bg-inverted,html[data-theme=light] .bg-inverted-after:after,html[data-theme=light] .bg-inverted-before:before,html[data-theme=none] .bg-inverted,html[data-theme=none] .bg-inverted-after:after,html[data-theme=none] .bg-inverted-before:before{background-color:#fff}html[data-theme=light] .bg-veil,html[data-theme=light] .bg-veil-after:after,html[data-theme=light] .bg-veil-before:before,html[data-theme=none] .bg-veil,html[data-theme=none] .bg-veil-after:after,html[data-theme=none] .bg-veil-before:before{background-color:#f7fcff}html[data-theme=light] .bg-footer,html[data-theme=none] .bg-footer{background-color:#ddd}html[data-theme=light] .border-primary,html[data-theme=light] .border-primary-after:after,html[data-theme=light] .border-primary-before:before,html[data-theme=none] .border-primary,html[data-theme=none] .border-primary-after:after,html[data-theme=none] .border-primary-before:before{border-color:#3498db!important}html[data-theme=light] .border-secondary,html[data-theme=light] .border-secondary-after:after,html[data-theme=light] .border-secondary-before:before,html[data-theme=none] .border-secondary,html[data-theme=none] .border-secondary-after:after,html[data-theme=none] .border-secondary-before:before{border-color:#666!important}html[data-theme=light] .border-muted,html[data-theme=light] .border-muted-after:after,html[data-theme=light] .border-muted-before:before,html[data-theme=none] .border-muted,html[data-theme=none] .border-muted-after:after,html[data-theme=none] .border-muted-before:before{border-color:#ddd!important}html[data-theme=light] .border-marked,html[data-theme=light] .border-marked-after:after,html[data-theme=light] .border-marked-before:before,html[data-theme=none] .border-marked,html[data-theme=none] .border-marked-after:after,html[data-theme=none] .border-marked-before:before{border-color:#27ae60!important}html[data-theme=light] .border-inverted,html[data-theme=light] .border-inverted-after:after,html[data-theme=light] .border-inverted-before:before,html[data-theme=none] .border-inverted,html[data-theme=none] .border-inverted-after:after,html[data-theme=none] .border-inverted-before:before{border-color:#fff!important}html[data-theme=light] .btn,html[data-theme=none] .btn{color:#fff!important;background-color:#3498db!important}html[data-theme=light] .svg-icon path,html[data-theme=none] .svg-icon path{fill:#3498db}@media (prefers-color-scheme:dark){p,span,a,h1,h2,h3,h4,h5,h6,.text{color:#fff}.text-secondary{color:#8395a7}.text-primary{color:#d1d8e0}.text-muted{color:#8395a7}.text-marked{color:#1bb458}.text-inverted,.text-inverted-after:after{color:#fff!important}body{background-color:#2c2e30}.spinner{background-image:url(/spinner_dark.svg)}.bg-primary,.bg-primary-after:after,.bg-primary-before:before{background-color:#34495e}.bg-light-primary,.bg-light-primary-after:after,.bg-light-primary-before:before{background-color:#222f3e}.bg-secondary,.bg-secondary-after:after,.bg-secondary-before:before{background-color:#8395a7}.bg-muted,.bg-muted-after:after,.bg-muted-before:before{background-color:#95afc0}.bg-marked,.bg-marked-after:after,.bg-marked-before:before{background-color:#1bb458}.bg-inverted,.bg-inverted-after:after,.bg-inverted-before:before{background-color:#2c2e30}.bg-veil,.bg-veil-after:after,.bg-veil-before:before{background-color:#353b48}.bg-footer{background-color:#222f3e}.border-primary,.border-primary-after:after,.border-primary-before:before{border-color:#34495e!important}.border-secondary,.border-secondary-after:after,.border-secondary-before:before{border-color:#2c2e30!important}.border-muted,.border-muted-after:after,.border-muted-before:before{border-color:#34495e!important}.border-marked,.border-marked-after:after,.border-marked-before:before{border-color:#1bb458!important}.border-inverted,.border-inverted-after:after,.border-inverted-before:before{border-color:#2c2e30!important}.btn{color:#fff!important;background-color:#222f3e!important}.svg-icon path{fill:#fff}}html[data-theme=dark] p,html[data-theme=dark] span,html[data-theme=dark] a,html[data-theme=dark] h1,html[data-theme=dark] h2,html[data-theme=dark] h3,html[data-theme=dark] h4,html[data-theme=dark] h5,html[data-theme=dark] h6,html[data-theme=dark] .text{color:#fff}html[data-theme=dark] .text-secondary{color:#8395a7}html[data-theme=dark] .text-primary{color:#d1d8e0}html[data-theme=dark] .text-muted{color:#8395a7}html[data-theme=dark] .text-marked{color:#1bb458}html[data-theme=dark] .text-inverted,html[data-theme=dark] .text-inverted-after:after{color:#fff!important}html[data-theme=dark] body{background-color:#2c2e30}html[data-theme=dark] .spinner{background-image:url(/spinner_dark.svg)}html[data-theme=dark] .bg-primary,html[data-theme=dark] .bg-primary-after:after,html[data-theme=dark] .bg-primary-before:before{background-color:#34495e}html[data-theme=dark] .bg-light-primary,html[data-theme=dark] .bg-light-primary-after:after,html[data-theme=dark] .bg-light-primary-before:before{background-color:#222f3e}html[data-theme=dark] .bg-secondary,html[data-theme=dark] .bg-secondary-after:after,html[data-theme=dark] .bg-secondary-before:before{background-color:#8395a7}html[data-theme=dark] .bg-muted,html[data-theme=dark] .bg-muted-after:after,html[data-theme=dark] .bg-muted-before:before{background-color:#95afc0}html[data-theme=dark] .bg-marked,html[data-theme=dark] .bg-marked-after:after,html[data-theme=dark] .bg-marked-before:before{background-color:#1bb458}html[data-theme=dark] .bg-inverted,html[data-theme=dark] .bg-inverted-after:after,html[data-theme=dark] .bg-inverted-before:before{background-color:#2c2e30}html[data-theme=dark] .bg-veil,html[data-theme=dark] .bg-veil-after:after,html[data-theme=dark] .bg-veil-before:before{background-color:#353b48}html[data-theme=dark] .bg-footer{background-color:#222f3e}html[data-theme=dark] .border-primary,html[data-theme=dark] .border-primary-after:after,html[data-theme=dark] .border-primary-before:before{border-color:#34495e!important}html[data-theme=dark] .border-secondary,html[data-theme=dark] .border-secondary-after:after,html[data-theme=dark] .border-secondary-before:before{border-color:#2c2e30!important}html[data-theme=dark] .border-muted,html[data-theme=dark] .border-muted-after:after,html[data-theme=dark] .border-muted-before:before{border-color:#34495e!important}html[data-theme=dark] .border-marked,html[data-theme=dark] .border-marked-after:after,html[data-theme=dark] .border-marked-before:before{border-color:#1bb458!important}html[data-theme=dark] .border-inverted,html[data-theme=dark] .border-inverted-after:after,html[data-theme=dark] .border-inverted-before:before{border-color:#2c2e30!important}html[data-theme=dark] .btn{color:#fff!important;background-color:#222f3e!important}html[data-theme=dark] .svg-icon path{fill:#fff}*{font-family:JetBrains Mono,monospace}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:none;will-change:background-color;width:100%;height:100%;margin:0;line-height:1.3;transition:background-color .5s;overflow-x:hidden}div.slide,section.slide{width:100%;padding:24px 0}div.slide div.slide-inner,section.slide div.slide-inner{box-sizing:border-box;width:100%;max-width:1200px;margin:auto;padding:0 12px}div.slide div.slide-inner.slide-inner-centered,section.slide div.slide-inner.slide-inner-centered{text-align:center}.bg-light-primary,.bg-light-primary-after:after,.bg-light-primary-before:before,.bg-secondary,.bg-secondary-after:after,.bg-secondary-before:before,.bg-inverted,.bg-inverted-after:after,.bg-inverted-before:before,.bg-primary,.bg-primary-after:after,.bg-primary-before:before,.bg-marked,.bg-marked-after:after,.bg-marked-before:before,.bg-muted,.bg-muted-after:after,.bg-muted-before:before,.bg-veil,.bg-veil-after:after,.bg-veil-before:before,.bg-footer{will-change:background-color;transition:background-color .5s}.border-secondary,.border-secondary-after:after,.border-secondary-before:before,.border-inverted,.border-inverted-after:after,.border-inverted-before:before,.border-primary,.border-primary-after:after,.border-primary-before:before,.border-marked,.border-marked-after:after,.border-marked-before:before,.border-muted,.border-muted-after:after,.border-muted-before:before{will-change:border-color;transition:border-color .5s}a.no-link,a.no-link:hover,a.no-link:active{cursor:pointer;border:none;text-decoration:none}a{cursor:pointer;text-decoration:none}.btn{will-change:border-color;cursor:pointer;border-radius:18px;padding:12px 18px;transition:border-color .5s}.svg-icon path{will-change:fill;transition:fill .5s}.loading{text-align:center;width:100%;max-width:1200px;margin:auto;padding:64px 12px}.spinner{background-position:50%;background-repeat:no-repeat;background-size:contain;width:75px;height:37px;margin:auto}
div.SoftwareRepositoriesSection-module-scss-module__waz5Lq__softwareRepositoriesSection{vertical-align:top;border-left:1px solid;margin-left:24px;padding-left:24px;display:inline-block}div.SoftwareRepositoriesSection-module-scss-module__waz5Lq__softwareRepositoriesSection:first-child{border:0;margin:0;padding:0}div.SoftwareRepositoriesSection-module-scss-module__waz5Lq__softwareRepositoriesSection p{margin-bottom:24px}@media (max-width:720px){div.SoftwareRepositoriesSection-module-scss-module__waz5Lq__softwareRepositoriesSection{display:block;border:0!important;margin:24px 0 0!important;padding:0!important}}
div.SocialAccountsSection-module-scss-module__JRjG3q__socialAccountsSection{vertical-align:top;border-left:1px solid;margin-left:24px;padding-left:24px;display:inline-block}div.SocialAccountsSection-module-scss-module__JRjG3q__socialAccountsSection:first-child{border:0;margin:0;padding:0}div.SocialAccountsSection-module-scss-module__JRjG3q__socialAccountsSection p{margin-bottom:24px}@media (max-width:720px){div.SocialAccountsSection-module-scss-module__JRjG3q__socialAccountsSection{display:block;border:0!important;margin:24px 0 0!important;padding:0!important}}
div.InternalLinksSection-module-scss-module__ybmKYq__internalLinksSection{vertical-align:top;border-left:1px solid;margin-left:24px;padding-left:24px;display:inline-block}div.InternalLinksSection-module-scss-module__ybmKYq__internalLinksSection:first-child{border:0;margin:0;padding:0}div.InternalLinksSection-module-scss-module__ybmKYq__internalLinksSection p{margin-bottom:24px}@media (max-width:720px){div.InternalLinksSection-module-scss-module__ybmKYq__internalLinksSection{display:block;border:0!important;margin:24px 0 0!important;padding:0!important}}
div.OtherLinksSection-module-scss-module__NpXf9a__otherLinksSection{vertical-align:top;border-left:1px solid;margin-left:24px;padding-left:24px;display:inline-block}div.OtherLinksSection-module-scss-module__NpXf9a__otherLinksSection:first-child{border:0;margin:0;padding:0}div.OtherLinksSection-module-scss-module__NpXf9a__otherLinksSection p{margin-bottom:24px}@media (max-width:720px){div.OtherLinksSection-module-scss-module__NpXf9a__otherLinksSection{display:block;border:0!important;margin:24px 0 0!important;padding:0!important}}
div.LanguageSwitcher-module-scss-module__MgSGlq__languageSwitcher{vertical-align:middle;width:40px;height:20px;display:inline-block;position:relative}div.LanguageSwitcher-module-scss-module__MgSGlq__languageSwitcher div.LanguageSwitcher-module-scss-module__MgSGlq__line{background-color:#fff;width:100%;height:2px;position:absolute;top:8px}div.LanguageSwitcher-module-scss-module__MgSGlq__languageSwitcher div.LanguageSwitcher-module-scss-module__MgSGlq__dot{will-change:right;z-index:10;cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;width:18px;height:18px;transition:right .5s;position:absolute}div.LanguageSwitcher-module-scss-module__MgSGlq__languageSwitcher[data-language=it] div.LanguageSwitcher-module-scss-module__MgSGlq__dot{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb25zLWl0IiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPGcgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2Utd2lkdGg9IjFwdCI+CiAgICA8cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY0MHY0ODBIMHoiLz4KICAgIDxwYXRoIGZpbGw9IiMwMDkyNDYiIGQ9Ik0wIDBoMjEzLjN2NDgwSDB6Ii8+CiAgICA8cGF0aCBmaWxsPSIjY2UyYjM3IiBkPSJNNDI2LjcgMEg2NDB2NDgwSDQyNi43eiIvPgogIDwvZz4KPC9zdmc+Cg==);right:calc(100% - 18px)}div.LanguageSwitcher-module-scss-module__MgSGlq__languageSwitcher[data-language=en] div.LanguageSwitcher-module-scss-module__MgSGlq__dot{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGlkPSJmbGFnLWljb25zLWdiIiB2aWV3Qm94PSIwIDAgNjQwIDQ4MCI+CiAgPHBhdGggZmlsbD0iIzAxMjE2OSIgZD0iTTAgMGg2NDB2NDgwSDB6Ii8+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0ibTc1IDAgMjQ0IDE4MUw1NjIgMGg3OHY2Mkw0MDAgMjQxbDI0MCAxNzh2NjFoLTgwTDMyMCAzMDEgODEgNDgwSDB2LTYwbDIzOS0xNzhMMCA2NFYwaDc1eiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Im00MjQgMjgxIDIxNiAxNTl2NDBMMzY5IDI4MWg1NXptLTE4NCAyMCA2IDM1TDU0IDQ4MEgwbDI0MC0xNzl6TTY0MCAwdjNMMzkxIDE5MWwyLTQ0TDU5MCAwaDUwek0wIDBsMjM5IDE3NmgtNjBMMCA0MlYweiIvPgogIDxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yNDEgMHY0ODBoMTYwVjBIMjQxek0wIDE2MHYxNjBoNjQwVjE2MEgweiIvPgogIDxwYXRoIGZpbGw9IiNDODEwMkUiIGQ9Ik0wIDE5M3Y5Nmg2NDB2LTk2SDB6TTI3MyAwdjQ4MGg5NlYwaC05NnoiLz4KPC9zdmc+Cg==);right:0}
div.ThemeSwitcher-module-scss-module__obAFnq__themeSwitcher{cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover;width:18px;height:18px}
div.FooterBarTop-module-scss-module__W-PI3G__footerBarTop{width:100%;display:flex}div.FooterBarTop-module-scss-module__W-PI3G__footerBarTop div.FooterBarTop-module-scss-module__W-PI3G__credits{flex-grow:1}div.FooterBarTop-module-scss-module__W-PI3G__footerBarTop div.FooterBarTop-module-scss-module__W-PI3G__credits p.FooterBarTop-module-scss-module__W-PI3G__copyright{margin:0;font-size:12px;font-style:italic}div.FooterBarTop-module-scss-module__W-PI3G__footerBarTop div.FooterBarTop-module-scss-module__W-PI3G__credits div.FooterBarTop-module-scss-module__W-PI3G__languageSwitcher{align-self:center}
@media (max-width:768px){footer.FooterBar-module-scss-module__yAhngq__footerBar p{font-size:16px!important}}@media (max-width:1024px){footer.FooterBar-module-scss-module__yAhngq__footerBar p{font-size:14px!important}}
div.HeaderLogo-module-scss-module__HX8dPq__headerLogo{width:120px;height:40px}div.HeaderLogo-module-scss-module__HX8dPq__headerLogo span{font-size:32px}div.HeaderLogo-module-scss-module__HX8dPq__headerLogo span:last-child{padding-left:3px}

nav.HeaderNav-module-scss-module__UZ6LXq__headerNav{padding-bottom:12px}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul.HeaderNav-module-scss-module__UZ6LXq__linkList{margin:0;padding:0;list-style:none}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul.HeaderNav-module-scss-module__UZ6LXq__linkList li{text-transform:uppercase;padding:0 12px;display:inline-block}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul.HeaderNav-module-scss-module__UZ6LXq__linkList li:first-child{padding-left:0}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul.HeaderNav-module-scss-module__UZ6LXq__linkList li[data-selected=true] a{font-weight:700}@media (max-width:720px){nav.HeaderNav-module-scss-module__UZ6LXq__headerNav{z-index:990;will-change:left;max-width:90%;height:100%;transition:left .5s;position:fixed;top:0;left:-300px;width:300px!important}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav[data-show=true]{left:0}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul{box-sizing:border-box;width:100%;padding:12px!important}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul li{border-bottom:1px solid;padding:6px 0!important;display:block!important}nav.HeaderNav-module-scss-module__UZ6LXq__headerNav ul li:first-child{padding-top:0}}
header.HeaderBar-module-scss-module__lGpVVG__header div.HeaderBar-module-scss-module__lGpVVG__overlay{z-index:900;opacity:0;will-change:opacity;background-color:#000;width:100%;height:100%;transition:opacity .5s;display:none;position:fixed;top:0;left:0}@media (max-width:768px){div.HeaderBar-module-scss-module__lGpVVG__overlay[data-show=true]{opacity:.5!important;display:block!important}}
:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";--fa-font-light:normal 300 1em/1 "Font Awesome 6 Pro";--fa-font-thin:normal 100 1em/1 "Font Awesome 6 Pro";--fa-font-duotone:normal 900 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-regular:normal 400 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-light:normal 300 1em/1 "Font Awesome 6 Duotone";--fa-font-duotone-thin:normal 100 1em/1 "Font Awesome 6 Duotone";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";--fa-font-sharp-solid:normal 900 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-regular:normal 400 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-light:normal 300 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-thin:normal 100 1em/1 "Font Awesome 6 Sharp";--fa-font-sharp-duotone-solid:normal 900 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-regular:normal 400 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-light:normal 300 1em/1 "Font Awesome 6 Sharp Duotone";--fa-font-sharp-duotone-thin:normal 100 1em/1 "Font Awesome 6 Sharp Duotone"}svg.svg-inline--fa:not(:root),svg.svg-inline--fa:not(:host){box-sizing:content-box;overflow:visible}.svg-inline--fa{display:var(--fa-display,inline-block);vertical-align:-.125em;height:1em;overflow:visible}.svg-inline--fa.fa-2xs{vertical-align:.1em}.svg-inline--fa.fa-xs{vertical-align:0}.svg-inline--fa.fa-sm{vertical-align:-.07143em}.svg-inline--fa.fa-lg{vertical-align:-.2em}.svg-inline--fa.fa-xl{vertical-align:-.25em}.svg-inline--fa.fa-2xl{vertical-align:-.3125em}.svg-inline--fa.fa-pull-left{margin-right:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-pull-right{margin-left:var(--fa-pull-margin,.3em);width:auto}.svg-inline--fa.fa-li{width:var(--fa-li-width,2em);top:.25em}.svg-inline--fa.fa-fw{width:var(--fa-fw-width,1.25em)}.fa-layers svg.svg-inline--fa{margin:auto;position:absolute;inset:0}.fa-layers-counter,.fa-layers-text{text-align:center;display:inline-block;position:absolute}.fa-layers{text-align:center;vertical-align:-.125em;width:1em;height:1em;display:inline-block;position:relative}.fa-layers svg.svg-inline--fa{transform-origin:50%}.fa-layers-text{transform-origin:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.fa-layers-counter{background-color:var(--fa-counter-background-color,#ff253a);border-radius:var(--fa-counter-border-radius,1em);box-sizing:border-box;color:var(--fa-inverse,#fff);line-height:var(--fa-counter-line-height,1);max-width:var(--fa-counter-max-width,5em);min-width:var(--fa-counter-min-width,1.5em);padding:var(--fa-counter-padding,.25em .5em);right:var(--fa-right,0);text-overflow:ellipsis;top:var(--fa-top,0);transform:scale(var(--fa-counter-scale,.25));transform-origin:100% 0;overflow:hidden}.fa-layers-bottom-right{bottom:var(--fa-bottom,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 100%;top:auto}.fa-layers-bottom-left{bottom:var(--fa-bottom,0);left:var(--fa-left,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 100%;top:auto;right:auto}.fa-layers-top-right{top:var(--fa-top,0);right:var(--fa-right,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:100% 0}.fa-layers-top-left{left:var(--fa-left,0);right:auto;top:var(--fa-top,0);transform:scale(var(--fa-layers-scale,.25));transform-origin:0 0}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width,2em));text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0s);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9))translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1))translateY(var(--fa-bounce-height,-.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95))translateY(0)}57%{transform:scale(1,1)translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{z-index:var(--fa-stack-z-index,auto);margin:auto;position:absolute;inset:0}.svg-inline--fa.fa-stack-1x{width:1.25em;height:1em}.svg-inline--fa.fa-stack-2x{width:2.5em;height:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.svg-inline--fa .fa-primary{fill:var(--fa-primary-color,currentColor);opacity:var(--fa-primary-opacity,1)}.svg-inline--fa .fa-secondary{fill:var(--fa-secondary-color,currentColor);opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-primary{opacity:var(--fa-secondary-opacity,.4)}.svg-inline--fa.fa-swap-opacity .fa-secondary{opacity:var(--fa-primary-opacity,1)}.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary{fill:#000}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.f2220059.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.f6f1950f.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.bd5f4d11.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.51c18f09.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.23358719.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.15008bfb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_d9a57362-module__P0JDma__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}
/*# sourceMappingURL=bf96f6066b8f3e10.css.map*/