@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;800&display=swap);html{font-size:100%;scroll-behavior:smooth}@media screen and (min-width:320px){html{font-size:calc(11.33333px + .83333vw)}}@media screen and (min-width:1280px){html{font-size:22px}}body{font-weight:400;line-height:1.65;display:block;overflow-x:hidden;color:#333;background:#fff;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}p{margin:.25rem}h1,h2,h3,h4,h5{margin:2rem 0 1.05rem;font-family:Rubik,sans-serif;line-height:1.15;color:#333}h1{margin-top:0;font-size:3.052em}h1,h2{font-weight:600}h2{font-size:2.441em}h3{font-size:1.953em}h3,h4{font-weight:500}h4{font-size:1.563em}h5{font-size:1.25em;font-weight:400}*{margin:0;padding:0;text-decoration:none;outline-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}ul{list-style:none;padding:1vw 3vw}ul li{line-height:1em;margin:1em 0}button,input,select,textarea{font-family:inherit;font-size:inherit;outline:none}a{color:#333}a:hover{color:#6278f6}a:not([href]){cursor:default}a.icon{cursor:pointer}a.icon.active svg{transform:rotate(180deg)}a.icon svg{width:10px;height:10px;fill:#333;margin:0 0 0 4px;transition:.2s ease}a.btn{cursor:pointer;color:#a1abb7;font-size:.8em}a.btn:hover{color:#333;text-decoration:underline}a.help{font-size:.6em;cursor:pointer}a.help:hover{color:#333;text-decoration:underline}a.button{position:relative;display:block;margin:16px 10px 0;padding:10px 40px;color:#fff;font-size:.8em;border-radius:999px;background:#333;z-index:1;border:3px solid transparent;transition:all .3s cubic-bezier(.5,-.75,.7,2);float:left;cursor:pointer}a.button:hover{color:#333;border:3px solid #333;background:transparent}a.disabled{pointer-events:none;cursor:not-allowed}input{position:relative;width:100%;min-height:40px;padding:5px 10px;border:0;background:transparent}input::-moz-placeholder{color:rgba(0,0,0,.5)}input::placeholder{color:rgba(0,0,0,.5)}.section{position:relative;width:100%;padding:3vw}.section-header{width:100%;padding:3vw 3vw 5vw;margin-top:-3vw;background:#b8c1f6}.section-header--bread{display:flex;align-items:center;font-size:.6em}.section-header .input{display:flex;align-items:center;margin:24px;font-size:2em;border-bottom:1px solid #000}.section-header .input a{width:2em;height:2em}.section-header .input a:hover svg{fill:#6278f6}.section-header .input a svg{width:50%;height:50%;margin:25%;fill:#333}.accordion{position:relative;width:100%;margin-top:30px;border-top:1px solid #000}.accordion-item{border-bottom:1px solid #000}.accordion-item.active .accordion-item-head svg line:first-child{transform:rotate(90deg)}.accordion-item.active .accordion-item-body{max-height:none}.accordion-item-head{display:flex;justify-content:space-between;align-items:center;padding:32px 2vw;transition:.2s ease-in-out;cursor:pointer}.accordion-item-head:hover{padding:32px 5vw;background:#333;color:#fff}.accordion-item-head:hover svg line{stroke:#fff;transition:.2s ease;transform-origin:center}.accordion-item-head p{font-weight:500;font-size:1.2em;pointer-events:none}.accordion-item-head svg{width:1.2em;height:1.2em;fill:none;pointer-events:none}.accordion-item-head svg line{stroke:#333;stroke-width:4;stroke-linecap:round}.accordion-item-body{max-height:0;overflow:hidden;transition:.3s ease-in-out;white-space:pre-wrap}.document-item{display:grid;grid-template-columns:50px 1fr;align-items:center;grid-gap:1em}.document-item-large{grid-template-columns:110px 1fr}.document-item .number{justify-self:center;font-size:.8em;white-space:nowrap}.data-table{display:grid;grid-gap:.5em;overflow-x:auto}.data-table-row{display:grid;grid-template-columns:repeat(6,minmax(100px,1fr));place-items:center;grid-gap:.1em;font-size:.6em}.data-table-row-3{grid-template-columns:repeat(3,minmax(100px,1fr))}.data-table-row-5{grid-template-columns:repeat(5,minmax(100px,1fr))}.data-table-row:nth-child(2n){background:rgba(0,0,0,.1)}.data-table-head{border-bottom:1px solid #000;text-transform:uppercase;font-size:.8em;font-weight:500}.missing-message{display:grid;place-items:center;padding-top:64px}