@import url(https://fonts.cdnfonts.com/css/inter);:root{--main:#6715FF;--background:#ffffff;--text:#030303}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{font-size:100%}body{background:var(--background);font-family:Inter,sans-serif;font-weight:500;line-height:1.75;color:var(--text)}p{margin-bottom:1rem}h1,h2,h3,h4,h5{margin:1rem 0 1.38rem;font-family:Inter,sans-serif;font-weight:400;line-height:1.3}h1{margin-top:0;font-size:4.209rem}h2{font-size:3.157rem}h3{font-size:2.369rem}h4{font-size:1.777rem}h5{font-size:1.333rem}.text_small,small{font-size:.75rem}html{padding:5%;background:var(--background);color:var(--text);font-family:Inter,sans-serif;font-size:1rem;letter-spacing:0}a{text-decoration:none}a:hover{text-decoration:none}.about{font-size:1rem;border-radius:13px;font-weight:300;display:flex;justify-content:flex-start;flex-direction:column;align-items:flex-start}li{padding:.05rem}.about__title{margin:1rem 0 .75rem}.about__subtitle{text-transform:uppercase;color:#bbb;font-size:.75rem;margin-bottom:1.38rem}.software__list{display:flex;flex-wrap:wrap;gap:1rem}a{flex:1 0 19%;flex-grow:0}@media (max-width:480px){a{flex:1 0 40%}}.software__card{flex:1 0 19%;padding:1rem;border-radius:13px;display:flex;justify-content:space-between;flex-direction:column;align-items:center;transform:translateY(0);transition:transform .1s;cursor:pointer}@media (max-width:480px){.software__card{margin:0 5%}}.software__card:hover{transform:translateY(-2%)}.software__card__title{color:#222;font-weight:500;text-align:center}.software__card__subtitle{text-transform:uppercase;color:#bbb;font-size:.75rem;margin-bottom:10px}.software__logo{max-width:75px;max-height:75px;object-fit:contain;border-radius:13px;box-shadow:0 2px 7px rgba(187,187,187,.6);margin-bottom:10px}.software__card__tags{display:flex;gap:5px;flex-wrap:wrap;justify-content:center}.software__card__tag{background-color:#ededed;color:#444;padding:2px 10px;border-radius:20px;font-size:.75rem;font-weight:500;text-align:center}.accent{color:var(--main)}.light-accent{font-weight:500}.section{max-width:1300px}.section__header{margin:3rem 0 2rem 0}.software__logo--force-square{width:75px;height:75px;object-fit:cover}