*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Roboto, serif;
  font-weight: 300;
  background-color: #f6f8fb;
}

.highcharts-credits {
  display: none;
}

header {
  position: sticky;
  background-color: #f6f8fb;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: row !important;
  justify-content: space-between;
  z-index: 10;
}
header .langs-list {
  display: flex;
  align-items: center;
  gap: 12px;
}
header ul {
  padding-left: 0;
  display: flex;
  align-items: center;
  list-style: none;
  gap: 12px;
}
header ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.5s;
  font-weight: bolder;
}
header ul li a:hover {
  color: #517896;
}
header ul li a.active {
  color: #517896;
}
header button {
  padding: 4px 12px;
  font-size: 12px;
  box-shadow: none;
  border: none;
  background-color: #efefef;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.5s;
  display: flex;
  align-items: center;
}
header button svg {
  width: 25px;
  height: 22px;
  margin-right: 8px;
}
header button:hover, header button.active {
  color: white;
  background: #009bd5;
}
header button.active {
  pointer-events: none;
}

.container {
  display: flex;
  flex-direction: column;
  max-width: 760px;
  margin: 0 auto;
}
.container.results-form {
  display: none;
}
.container img {
  width: 30%;
  margin: 0 auto;
}
.container h1 {
  width: 100%;
  text-align: center;
  color: #517896;
  accent-color: #517896;
}
.container p {
  width: 100%;
  font-size: 100%;
  margin-top: 0;
}
.container h2,
.container h3 {
  width: 100%;
  font-size: 150%;
  font-weight: 400;
}
.container form {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  gap: 16px;
}
.container form strong {
  margin-bottom: 5px;
  display: block;
  font-weight: 400;
}
.container form label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.container form label p {
  margin: 0;
  padding-left: 8px;
}
.container form .flex {
  display: grid;
  align-items: start;
  grid-template-columns: 1fr 1fr;
}
.container form .inputs-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.container form input[type=radio]:checked + span {
  background-color: #517896;
  color: #fff;
}
.container form .btn-style {
  width: 100%;
}
.container form .btn-style span {
  float: left;
  margin-right: 2.5%;
  background-color: #f0f2f6;
  border-radius: 6px;
  overflow: auto;
  border: solid #517896 1px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.container form .btn-style input {
  display: none;
}
.container form input[type=text],
.container form input[type=number] {
  background-color: #f0f2f6;
  border-radius: 6px;
  border: solid #517896 1px;
  width: 100%;
  padding: 9.2px;
}
.container form input[type=text]:focus,
.container form input[type=number]:focus {
  outline: none;
}
.container form .calculate-btn {
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
  width: 60%;
  background-color: white;
  border: solid #517896 1px;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.5s;
}
.container form .calculate-btn:hover {
  background-color: #517896;
  color: #fff;
}
.container form .from-items {
  display: grid;
  gap: 16px;
  width: 100%;
}
.container form .from-items > div:first-child {
  height: 44px;
}
.container #line_chart {
  margin-bottom: 40px;
}
.container .risk-results {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.container .risk-results p {
  margin: 0;
  max-width: 82%;
}
.container .risk-results .btn-risk {
  background-color: rgb(18, 78, 135);
}
.container .risk-results .with-an-lp {
  background-color: #9fbed6;
}
.container .risk-results button {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border-radius: 16px;
  color: #fff;
  border: none;
}
.container .after-graph {
  color: rgba(50, 50, 50, 0.7);
  font-weight: 400;
}
.container .if_so {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.container .if_so input {
  width: 95%;
}
.container .if_so datalist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  writing-mode: vertical-lr;
  width: 96%;
  padding-top: 5px;
}
.container .if_so datalist option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}
.container .vascular-age-out.low {
  background-color: #1abc9c;
}
.container .vascular-age-out.moderate {
  background-color: #f6a148;
}
.container .vascular-age-out.high {
  background-color: #f76801;
}
.container .vascular-age-out.veryhigh {
  background-color: #e52a28;
}

footer p {
  color: #8498AF;
  font-size: 100%;
  text-align: center;
  margin-top: 20px;
}

.responsive {
  display: none !important;
}

.authors-page ul {
  gap: 16px;
  display: grid;
  padding-left: 0;
  list-style: none;
}
.authors-page ul > li {
  padding: 20px 30px;
  background-color: #fff;
  border: 1px solid #e9edf2;
  box-shadow: 0px 9px 24px 0px rgba(20, 65, 118, 0.0392156863);
  border-radius: 16px;
  position: relative;
  display: grid;
  grid-template-columns: 180px calc(100% - 180px);
  gap: 16px;
  height: 243px;
  margin-top: 40px;
}
.authors-page ul > li > div {
  position: relative;
  width: 100%;
}
.authors-page ul > li img {
  position: absolute;
  width: 100%;
  height: 247px;
  bottom: 0;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.authors-page ul > li strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 30.72px;
  text-align: left;
  color: #1d2024;
}
.authors-page ul > li span {
  display: block;
  color: #768194;
  margin-top: 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  text-align: left;
}
.authors-page ul > li ol {
  padding-left: 0;
  list-style: none;
  background-color: #f6f8fb;
  width: 100%;
  padding: 10px 20px;
  border-radius: 16px;
  margin-top: 20px;
  gap: 8px;
  display: grid;
}
.authors-page ul > li ol li {
  display: flex;
  align-items: center;
}
.authors-page ul > li ol li svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.authors-page ul > li ol li span {
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  color: #1d2024;
  font-weight: 600;
}

.source-page {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .container, .authors-page, .authors-header {
    max-width: 90%;
  }
}
@media (max-width: 450px) {
  .container {
    max-width: 90%;
  }
  .container img {
    width: 80%;
  }
  .container form {
    flex-direction: column;
  }
  .container form .calculate-btn {
    display: none;
  }
  .container form .responsive {
    display: inline-block !important;
  }
  .container form .flex {
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto !important;
  }
  header {
    flex-direction: column !important;
  }
  header ul {
    margin: 10px;
  }
  header .langs-list {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .authors-page {
    max-width: 90%;
  }
  .authors-page ul > li {
    padding: 15px;
    grid-template-columns: 1fr;
    height: -moz-fit-content;
    height: fit-content;
  }
  .authors-page .authors-img {
    height: 240px;
    display: flex;
    justify-content: center;
  }
  .authors-page .authors-img img {
    width: 250px;
    height: 300px;
  }
}/*# sourceMappingURL=index.css.map */