*,:after,:before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}@media only screen and (max-width:56.25em){html{font-size:50%}}@media only screen and (min-width:112.5em){html{font-size:75%}}body{box-sizing:border-box;padding:3rem;background-color:var(--color-bg)}@media only screen and (max-width:56.25em){body{padding:1rem}}body{font-family:Mulish,sans-serif;font-weight:300;line-height:1.7;letter-spacing:1px;color:var(--color-on-surface)}.navigation-heading{font-size:1.6rem;font-weight:600}.navigation-heading .dot{height:.5rem;width:.5rem;background-color:#ff0f13;border-radius:50%;display:inline-block}h1,h1.heading-primary{font-size:4rem;font-weight:300;border-radius:3px;max-width:fit-content;white-space:nowrap;text-wrap:balance}@media (max-width:37.5em){h1,h1.heading-primary{white-space:normal}}h1 span,h1.heading-primary span{color:#ff0f13}h2,.heading-secondary{font-size:3rem;font-weight:500}h3,.heading-tertiary{font-size:2.5rem;font-weight:300;border-radius:3px;white-space:nowrap;margin-block:2rem}h4,.heading-4{font-size:2rem;font-weight:400;border-radius:3px;white-space:nowrap}h4-blog,.heading-4-blog{font-weight:200;font-size:1.6rem}.blog__info{text-align:center}.blog__info--title{font-size:2rem;font-weight:400;max-width:30rem}.blog__info--date-author{font-size:1.6rem;font-weight:200;white-space:nowrap}.blog__info--date-author-span{font-weight:400}p{font-size:1.6rem;margin-block:1rem}.paragraph{border-radius:3px;max-width:fit-content;letter-spacing:2px}@media only screen and (max-width:37.5em){.paragraph{white-space:normal}}.footer__heading{font-size:2rem}.footer__info{font-size:1.6rem}.footer__info li{list-style:none}.footer__info a{text-decoration:none;color:var(--color-surface-primary)}.link{text-decoration:none;color:var(--color-on-surface)}.underline{text-decoration:underline}ul{margin-inline:4rem}li{font-size:1.4rem}*,:before,:after{box-sizing:border-box}*{margin:0}body{line-height:1.5}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}.row{max-width:114rem;margin:0 auto}.row:not(:last-child){margin-bottom:8rem}@media only screen and (max-width:56.25em){.row:not(:last-child){margin-bottom:6rem}}@media only screen and (max-width:56.25em){.row{max-width:50rem;padding:0 3rem}}.row:after{content:"";display:table;clear:both}.row [class^=col-]{float:left}.row [class^=col-]:not(:last-child){margin-right:6rem}@media only screen and (max-width:56.25em){.row [class^=col-]:not(:last-child){margin-right:0;margin-bottom:6rem}}@media only screen and (max-width:56.25em){.row [class^=col-]{width:100%!important}}.row .col-1-of-2{width:calc((100% - 6rem)/2)}.col-1-of-3{width:calc((100% - 2*6rem)/3)}.col-2-of-3{width:calc(2*(100% - 2*6rem)/3 + 6rem)}.col-1-of-4{width:calc((100% - 18rem)/4)}.col-2-of-4{width:calc(.5*(100% - 18rem) + 6rem)}.col-3-of-4{width:calc(.75*(100% - 18rem) + 12rem)}#themeToggle[data-astro-cid-oemx5le4]{border:0;background:0 0;cursor:pointer;margin:1rem}.sun[data-astro-cid-oemx5le4]{fill:#000}.moon[data-astro-cid-oemx5le4],.dark .sun[data-astro-cid-oemx5le4]{fill:transparent}.dark .moon[data-astro-cid-oemx5le4]{fill:#fff}.u-center-text{text-align:center!important}.u-margin-bottom-small{margin-bottom:1.5rem!important}.u-margin-bottom-medium{margin-bottom:4rem!important}@media only screen and (max-width:56.25em){.u-margin-bottom-medium{margin-bottom:3rem!important}}.u-margin-bottom-5{margin-bottom:5rem!important}.u-margin-bottom-big{margin-bottom:8rem!important}@media only screen and (max-width:56.25em){.u-margin-bottom-big{margin-bottom:5rem!important}}.u-margin-top-small{margin-top:1rem!important}.u-margin-top-medium{margin-top:3rem!important}.u-margin-top-big{margin-top:8rem!important}.u-margin-top-huge{margin-top:10rem!important}.max-width-10{max-width:10%!important}.nowrap{white-space:nowrap}@media only screen and (max-width:37.5em){.nowrap{white-space:unset}}.padding-top-2{padding-top:2rem}.padding-bottom-2{padding-bottom:2rem}@keyframes changeColor{0%{opacity:0;background-color:var(--color-grey-dark-2)}50%{background-image:linear-gradient(50%,120deg,transparent 0%,transparent 0%,#999 100%)}to{opacity:1;background-image:linear-gradient(120deg,transparent 0,transparent 0,transparent 100%)}}@keyframes moveInRight{0%{opacity:0;transform:translate(100px)}80%{transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animation-default{opacity:0;animation-name:fadeSlideIn;animation-duration:1s;animation-timing-function:cubic-bezier(.25,.1,.25,1);animation-fill-mode:forwards}.animation-card{opacity:0;animation-name:fadeSlideIn;animation-duration:.8s;animation-timing-function:cubic-bezier(.25,.1,.25,1);animation-fill-mode:forwards}.navigation__nav{position:fixed;opacity:0;right:0;top:0}.navigation__item{font-size:2rem;line-height:1.7}.navigation__item a{z-index:7000}.navigation__checkbox:checked~.navigation__nav{opacity:1;width:35rem;height:100%;z-index:5000;background-color:#dc143c80;animation-name:moveInRight;animation-duration:1s}@media only screen and (max-width:37.5em){.navigation__checkbox:checked~.navigation__nav{width:25rem}}.navigation__list[data-astro-cid-pux6a34n]{list-style:none;position:absolute;margin-top:3rem;margin-left:3rem}.navigation__item[data-astro-cid-pux6a34n]{font-size:2rem}.navigation__item[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{z-index:7000}.navi-text[data-astro-cid-3ef6ksr2]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.navigation[data-astro-cid-3ef6ksr2]{width:50vw;margin:0 auto}@media only screen and (max-width:37.5em){.navigation[data-astro-cid-3ef6ksr2]{width:100%}}.navigation__checkbox[data-astro-cid-3ef6ksr2]{display:none}.navigation__button[data-astro-cid-3ef6ksr2]{height:6rem;width:6rem;cursor:pointer;position:absolute;margin-left:50vw;top:.5rem;left:22vw;text-align:center;z-index:6000}@media only screen and (max-width:56.25em){.navigation__button[data-astro-cid-3ef6ksr2]{top:-1rem}}@media only screen and (max-width:37.5em){.navigation__button[data-astro-cid-3ef6ksr2]{margin-left:60vw}}.navigation__background[data-astro-cid-3ef6ksr2]{background-color:rgba(var(#000),.8);height:100vh;position:fixed;top:0;left:0;z-index:0;transition:all .3s;opacity:0}@supports (-webkit-backdrop-filter:blur(1rem)) or (backdrop-filter:blur(1rem)){.navigation__background[data-astro-cid-3ef6ksr2]{-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#0000004d}}.navigation__checkbox[data-astro-cid-3ef6ksr2]:checked~.navigation__background[data-astro-cid-3ef6ksr2]{z-index:5000;opacity:1;width:100%}.navigation__icon[data-astro-cid-3ef6ksr2]{position:absolute;margin-top:3.5rem;z-index:9000}.navigation__icon[data-astro-cid-3ef6ksr2],.navigation__icon[data-astro-cid-3ef6ksr2]:before,.navigation__icon[data-astro-cid-3ef6ksr2]:after{width:3rem;height:2px;background-color:var(--color-on-surface);display:inline-block}.navigation__icon[data-astro-cid-3ef6ksr2]:before,.navigation__icon[data-astro-cid-3ef6ksr2]:after{content:"";position:absolute;left:0;transition:all .2s}.navigation__icon[data-astro-cid-3ef6ksr2]:before{top:-.8rem}.navigation__icon[data-astro-cid-3ef6ksr2]:after{top:.8rem}.navigation__button[data-astro-cid-3ef6ksr2]:hover .navigation__icon[data-astro-cid-3ef6ksr2]:before{top:-1rem}.navigation__button[data-astro-cid-3ef6ksr2]:hover .navigation__icon[data-astro-cid-3ef6ksr2]:after{top:1rem}.navigation__checkbox[data-astro-cid-3ef6ksr2]:checked+.navigation__button[data-astro-cid-3ef6ksr2] .navigation__icon[data-astro-cid-3ef6ksr2]{position:fixed;right:0;margin-right:1rem;background-color:transparent}@media only screen and (max-width:37.5em){.navigation__checkbox[data-astro-cid-3ef6ksr2]:checked+.navigation__button[data-astro-cid-3ef6ksr2] .navigation__icon[data-astro-cid-3ef6ksr2]{top:0;margin-right:3.5rem}}.navigation__checkbox[data-astro-cid-3ef6ksr2]:checked+.navigation__button[data-astro-cid-3ef6ksr2] .navigation__icon[data-astro-cid-3ef6ksr2]:before{top:0;transform:rotate(135deg)}.navigation__checkbox[data-astro-cid-3ef6ksr2]:checked+.navigation__button[data-astro-cid-3ef6ksr2] .navigation__icon[data-astro-cid-3ef6ksr2]:after{top:0;transform:rotate(-135deg)}:root,html.light{--color-primary-light:#dc143c;--color-primary-dark:#8b0000;--color-surface-primary:#ffffff;--color-surface-secondary:#f7f7f7;--color-grey-dark:#777;--color-grey-dark-2:#999;--color-bg:#fff;--color-on-surface:#000;--color-footer:var(--color-on-surface)}html.dark{--color-bg:#282828;--color-on-surface:#ffffff;--color-surface-secondary:#575757;--color-footer:#3f3f3f}.u-center-text[data-astro-cid-sz7xmlte]{text-align:center!important}.u-margin-bottom-small[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem!important}.u-margin-bottom-medium[data-astro-cid-sz7xmlte]{margin-bottom:4rem!important}@media only screen and (max-width:56.25em){.u-margin-bottom-medium[data-astro-cid-sz7xmlte]{margin-bottom:3rem!important}}.u-margin-bottom-5[data-astro-cid-sz7xmlte]{margin-bottom:5rem!important}.u-margin-bottom-big[data-astro-cid-sz7xmlte]{margin-bottom:8rem!important}@media only screen and (max-width:56.25em){.u-margin-bottom-big[data-astro-cid-sz7xmlte]{margin-bottom:5rem!important}}.u-margin-top-small[data-astro-cid-sz7xmlte]{margin-top:1rem!important}.u-margin-top-medium[data-astro-cid-sz7xmlte]{margin-top:3rem!important}.u-margin-top-big[data-astro-cid-sz7xmlte]{margin-top:8rem!important}.u-margin-top-huge[data-astro-cid-sz7xmlte]{margin-top:10rem!important}.max-width-10[data-astro-cid-sz7xmlte]{max-width:10%!important}.nowrap[data-astro-cid-sz7xmlte]{white-space:nowrap}@media only screen and (max-width:37.5em){.nowrap[data-astro-cid-sz7xmlte]{white-space:unset}}.padding-top-2[data-astro-cid-sz7xmlte]{padding-top:2rem}.padding-bottom-2[data-astro-cid-sz7xmlte]{padding-bottom:2rem}.footer[data-astro-cid-sz7xmlte]{position:relative;padding:5rem 0;background-color:var(--color-footer);color:var(--color-surface-primary)}@media only screen and (max-width:56.25em){.footer[data-astro-cid-sz7xmlte]{max-width:100%}}