.table .hide{height:0;margin:0;opacity:0;padding:0;transition:opacity .5s ease;visibility:hidden}.table button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;padding:0}.table__container{margin:0 auto;max-width:1230px;padding:50px 15px;position:relative}@media (min-width:768px){.table__container{background:transparent;margin-top:125px;padding:0 15px}}.table__no-results{font-weight:500;margin-top:30px;opacity:1;transition:opacity .5s ease;visibility:visible}.table__search{align-items:center;display:flex;flex-direction:column;margin-bottom:30px}.table__search input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(../../img/search.svg);background-position:95%;background-repeat:no-repeat;background-size:25px;border:1px solid #0050a0;border-radius:60px;color:#000;font-family:var(--font-secondary);font-size:1.125rem;font-weight:700;line-height:1.75rem;max-width:600px;outline:none;padding:10px 45px 10px 20px;position:relative;text-decoration:none;width:100%}.table__search input::-moz-placeholder{color:#000}.table__search input::placeholder{color:#000}@media (min-width:550px){.table__search input{font-size:1.5625rem;line-height:2.125rem;padding:20px 70px 20px 35px}}.table__select{margin:0 auto 30px}@media (min-width:992px){.table__select{display:none}}.table__table{margin:0 auto;max-width:800px;width:100%}.table__table-head{opacity:0;visibility:hidden}.table__table-head tr{display:grid;grid-template-columns:19% 19% 18% 19% 25%}.table__table-head tr th{height:0}.table__table-head tr th button{font-family:var(--font-roboto-condensed);font-size:.75rem;padding:0}@media (min-width:992px){.table__table-head{opacity:1;position:relative;visibility:visible}.table__table-head:after{background-color:#fff000;content:"";height:5px;left:calc(-50vw - -50%);position:absolute;top:auto;width:100vw;z-index:1}.table__table-head button{align-items:center;display:flex}.table__table-head button svg{margin-left:10px;transition:transform .5s ease}.table__table-head button svg path{transition:all .5s ease}.table__table-head button:hover svg path{fill-opacity:1}.table__table-head button.active svg{transform:rotate(180deg)}.table__table-head button.active svg path{fill-opacity:1}.table__table-head tr{text-align:left;text-transform:uppercase}.table__table-head tr th{height:auto;padding:15px 0}}.table__table-body{font-family:var(--font-roboto-condensed);font-size:1.125rem;line-height:1.5625rem;vertical-align:top}.table__table-body tr{border:1px solid #d5eef4;display:flex;flex-direction:column;margin-bottom:25px;padding:20px;transition:opacity .5s ease}.table__table-body tr td{display:block;margin-bottom:20px}.table__table-body tr td strong{font-weight:700}.table__table-body tr td a{border-bottom:1px dotted #0050a0;color:#0050a0;position:relative;text-decoration:none}.table__table-body tr td a:after{background:transparent;bottom:-1px;content:"";height:1px;left:0;position:absolute;transition:all .3s ease-in-out;width:100%}@media (min-width:992px){.table__table-body tr td a:hover:after{background:#0050a0}}.table__table-body tr td a{border-bottom:1px dashed #0050a0}.table__table-body tr td:before{color:#0050a0;content:attr(data-label);display:block;font-weight:700;margin-bottom:5px}@media (min-width:992px){.table__table-body tr{border:none;display:grid;grid-template-columns:19% 19% 18% 19% 25%;margin:0;padding:0;position:relative}.table__table-body tr:after{background-color:#d5eef4;bottom:0;content:"";height:1px;left:calc(-50vw - -50%);position:absolute;width:100vw;z-index:1}.table__table-body tr td{margin:0;padding:20px 0}.table__table-body tr td:before{display:none}.table__table-body tr td:first-child{font-weight:700}}.table__table_equal-columns .table__table-head tr{grid-template-columns:repeat(var(--column),1fr)}@media (min-width:992px){.table__table_equal-columns .table__table-body tr{grid-template-columns:repeat(var(--column),1fr)}}

/*# sourceMappingURL=table.css.map*/