* {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 0;
  outline: 0 none;
}

html {
  position: relative;
  scroll-behavior: smooth;
}

body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4em;
  background: white;
  color: #0c0c0c;
  max-width: 100%;
  overflow-x: hidden;
}

body p {
  margin: 15px 0;
}

td {
  word-break: break-word;
}

a {
  position: relative;
  color: #C22132;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  position: relative;
  font-weight: 900;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
  word-break: break-word;
}

h1 span, h1 a {
  display: block;
  font-size: 26px;
  line-height: 30px;
  text-transform: none;
}

h2 {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  margin-top: 60px;
  color: #C22132;
}

h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background: #C22132;
  width: 80px;
  height: 2px;
  margin-top: -15px;
}

h3 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  min-width: 555px;
  overflow: visible;
}

header .header-wrapper {
  background: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

header .header-wrapper .logo-wrapper {
  position: relative;
  -webkit-box-flex: 0 1 400px;
  -moz-box-flex: 0 1 400px;
  -webkit-flex: 0 1 400px;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  padding: 15px 40px;
}

header .header-wrapper .logo-wrapper .logo {
  width: 100%;
  height: 100%;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}

header .header-wrapper .space {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

header .header-wrapper .export {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  padding: 20px 40px;
}

header .header-wrapper .export .text {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  padding-right: 5px;
  font-weight: bold;
}

header .header-wrapper .export ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
}

header .header-wrapper .export ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 0 0 5px;
}

header .header-wrapper .export ul li a {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  padding: 7px 20px;
  text-decoration: none;
  background: #f2f2f2;
  border-radius: 5px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  background: #f2f2f2;
  color: #C22132;
  overflow: hidden;
  width: 100%;
}

header .header-wrapper .export ul li a span {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  top: 0;
  font-size: 14px;
}

header .header-wrapper .export ul li a:after {
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../images/icons/download.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
}

header .header-wrapper .export ul li a:hover {
  background: #C22132;
  color: white;
  border: 1px solid #C22132;
}

header .header-wrapper .export ul li a:hover span {
  top: 200%;
}

header .header-wrapper .export ul li a:hover:after {
  top: 50%;
}

main {
  min-height: calc(100vh - 70px);
  padding: 0 40px 80px 40px;
  position: relative;
  max-width: 1440px;
}

main a[href^="http://"]:after, main a[href^="https://"]:after {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #C22132;
  display: inline;
  position: absolute;
  right: -30px;
  top: -2px;
  background-image: url("../images/icons/download.png");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}

main a[href^="#"]:after, main a[href^=".."]:after {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 5px;
  background: #C22132;
  display: inline;
  position: absolute;
  right: -30px;
  top: -2px;
  background-image: url("images/icons/anchor.png");
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
}

main section {
  padding-top: 110px;
}

main section .content-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main section .content-wrapper table {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-collapse: collapse;
}

main section .content-wrapper table thead tr {
  background: #d2d2d2;
}

main section .content-wrapper table tbody tr {
  background: #eaeaea;
  border-bottom: 1px solid #d2d2d2;
}

main section .content-wrapper table tbody tr:nth-child(odd) {
  background: #f2f2f2;
}

main section .content-wrapper table td, main section .content-wrapper table th {
  padding: 20px;
  text-align: left;
  vertical-align: top;
}

main section .content-wrapper table td:first-child, main section .content-wrapper table th:first-child {
  border-right: 1px solid #d2d2d2;
  padding-right: 40px;
}

main section .content-wrapper table td .description, main section .content-wrapper table th .description {
  max-height: 750px;
  overflow: auto;
  display: block;
}

main section.overflow {
  font-style: italic;
}

footer {
  position: relative;
  width: 100vw;
  padding: 25px 40px 0 40px;
  height: 70px;
  background: #f2f2f2;
  border-top: 1px solid #d2d2d2;
  color: #0c0c0c;
  min-width: 555px;
  overflow: visible;
}

@media screen and (max-width: 919px) {
  header {
    position: relative;
  }
  header .header-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header .header-wrapper .logo-wrapper {
    -webkit-box-flex: 0 0 75px;
    -moz-box-flex: 0 0 75px;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
  }
  header .header-wrapper .export {
    padding: 10px 40px;
    border-bottom: 1px solid #f2f2f2;
  }
  main section {
    padding-top: 40px;
  }
}
@media (max-width: 580px) {
  thead {
    display: none;
  }
  main a[href^="http://"]::after, main a[href^="https://"]::after, main a[href^="#"]::after, main a[href^=".."]::after {
    display: none;
  }
  .export .text {
    display: none;
  }
  header .header-wrapper .export ul li a {
    font-size: 0.875rem;
    padding: 5px 8px;
  }
  td {
    display: block;
  }
  main section .content-wrapper table td:first-child, main section .content-wrapper table th:first-child {
    border-right: 0 none;
  }
  td:before {
    margin-bottom: 3px;
    content: attr(data-title);
    min-width: 98px;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #969696;
    display: block;
  }
  h1 {
    font-size: 14px;
  }
  h1 a {
    font-size: 18px;
  }
}


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