@charset "UTF-8";:root{--header-height:80px;--layout-padding:2.5%}@media screen and (min-width:993px){:root{--header-height:100px;--layout-padding:80px}}@media screen and (min-width:1201px){:root{--header-height:120px;--layout-padding:128px}}::selection{background-color:#0c3a5e;color:#fff}:user-valid{color:#0f0}:user-invalid{color:red}*,::after,::before{box-sizing:border-box}html{font-size:16px;color-scheme:dark light;hanging-punctuation:first last;scroll-behavior:smooth;color:#353535}body{min-height:100svh;max-width:1920px;margin:0 auto;padding:0;overflow:overlay;overflow-x:hidden}body.hidden{overflow:hidden}a,blockquote,h1,h2,h3,h4,h5,h6,li,p,span{font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-optical-sizing:auto;font-style:normal}h1,h2,h3,h4,h5,h6{text-wrap:balance;font-weight:500}a,blockquote,li,p,span{font-weight:400;font-size:clamp(18px,1.04vw,20px);max-width:85ch}ol,p,ul{line-height:1.5}p{margin:0;text-wrap:pretty}a{text-decoration:none;color:inherit}a:hover{color:#e7a900}button{padding:0;border:0;background:inherit;cursor:pointer}ol,ul{list-style:none;padding:0}img,picture,svg,video{display:block;max-width:100%}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#0c3a5e}::-webkit-scrollbar-thumb{background-color:#fff;background-clip:padding-box}section.members>div,section.members>div .member>ul{display:flex;flex-flow:row wrap;justify-content:space-between}section.members>div{margin-top:4rem}section.members>div .member{position:relative;width:100%;margin-bottom:2rem;background-color:#fff;border-radius:20px;padding:2rem 1rem;box-shadow:rgba(0,0,0,.1) 0 0 10px}@media screen and (min-width:993px){section.members>div .member{width:calc(50% - 2rem);margin-bottom:0;padding:2rem}}section.members>div .member h3{margin-bottom:.5rem;text-transform:uppercase;font-weight:600}section.members>div .member h3+p{margin-bottom:2rem}section.members>div .member>ul{margin-top:0;padding-left:1rem}section.members>div .member>ul li{width:49%;list-style:disc;min-width:310px}section.members>div .member>ul li::marker{color:#e7a900}section.members>div .member .icone{position:absolute;top:2rem;right:1rem;border:1px solid #0c3a5e;background-color:#0c3a5e;fill:#fff}section.members>div .member .icone:hover{background-color:#fff;border-color:#0c3a5e;fill:#0c3a5e}