@font-face {
    font-family: "Pantograph Pro";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/pantograph-pro/pantograph-wide-medium-pro.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/pantograph-pro/pantograph-wide-medium-pro.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/pantograph-pro/pantograph-wide-medium-pro.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 1000
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-100.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-100.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-100.ttf") format("truetype");
    font-style: normal;
    font-weight: 100
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-200.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-200.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-200.ttf") format("truetype");
    font-style: normal;
    font-weight: 200
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-300.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-300.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-300.ttf") format("truetype");
    font-style: normal;
    font-weight: 300
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-regular.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-regular.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-500.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-500.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-500.ttf") format("truetype");
    font-style: normal;
    font-weight: 500
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-600.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-600.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-600.ttf") format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-700.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-700.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-700.ttf") format("truetype");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-800.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-800.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-800.ttf") format("truetype");
    font-style: normal;
    font-weight: 800
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-900.woff2") format("woff2"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-900.woff") format("woff"),url("https://d11t1ygel9knij.cloudfront.net/fonts/inter/inter-v12-latin-900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900
}

html {
    font-size: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: inherit;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

html, body {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    font-family: sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    transition: color 0.5s, background-color 0.5s;
    line-height: 1.6;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
      Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter",arial, serif;
}

a, a:visited, a:active, a:hover {
  color: #002f6c;
}

a:hover {
  text-decoration: underline;
}

main {
  display: contents;
}

.column {
  float: left;
  transition: ease all .1s;
}

.column-left {
  width: 350px;
}

.column-right {
  width: calc(100% - 350px);
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 970px) {
  .column {
    width: 100% !important;
  }
}

@media (min-width: 1200px) {
  .row {
    padding: 40px;
  }
}

a,
button {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-decoration: none;
}

p, a {
  font-family: "Inter",arial, sans-serif;
}

h1 {
    font-family: 'Inter';
    padding: 5px;
}

.content {
    flex: 1 0 auto;
}

.header {
    font-size: 1.4rem;
    position: sticky;
    top: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.footer {
    flex-shrink: 0;
    padding: 0.5rem 1rem .50rem;
    font-size: 1rem;
}

.footer-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  padding: 20px;
}

.disclamer {
  line-height: 21px;
  border-top: 1px solid;
  padding: 20px;
}

.copyright-notice {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.footer-card {
  display: grid;
  grid-template-rows: subgrid;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
  
.footer-link, .footer-link:hover, .footer-link:visited, .footer-link:focus {
  font-weight: 600;
}

.center {
  display: flex;
  justify-content: center;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
  html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  }
}

@media (min-width: 1800px) {
  .main-page-container {
    margin:40px 20%;
  }
}

@media (min-width: 2000px) {
  .main-page-container {
    margin:40px 25%;
  }
}

@media (min-width: 3000px) {
  .main-page-container {
    margin:40px 30%;
  }
}


.article-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.article-table td, .article-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.article-table tr:nth-child(even){background-color: #f2f2f2;}

.article-table tr:hover {background-color: #ddd;}

.article-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #002f6c;
  color: white;
}

.landing-box {
  margin: 0 auto;
  margin-top: 100px;
  max-width: 80%;
  text-align: center;
  height: 300px;
  border: 1px solid #eaeff5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 20px;
  background: #fff;
  border-radius: 3px;
  font-family: 'Inter';
  overflow-wrap: break-word;
}