.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  -webkit-text-fill-color: inherit;
  background-color: #030303;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 0;
}

.section {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.flex-block {
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  padding-left: 100px;
  display: flex;
}

.flex-block-2 {
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  margin: 20px 20px 0;
  display: block;
}

.button {
  opacity: .85;
  filter: drop-shadow(0 2px 5px #817a7a57);
  color: #fefefe;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: difference;
  background-color: #3898ec00;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  background-clip: border-box;
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  align-self: center;
  width: 100px;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px 5px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: block;
  position: static;
  box-shadow: inset 1px 1px 6px 1px #ffffff26;
}

.div-block {
  margin: 20px 20px 0;
  padding-bottom: 0;
  padding-right: 0;
}

.image {
  background-color: #fff;
  border-radius: 20px;
}

.heading {
  color: #d5d8da;
  text-align: center;
  letter-spacing: 2px;
  margin: 40px 0 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
  line-height: 100%;
}

.div-block-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-span {
  filter: drop-shadow(3px 3px #5f5858);
  mix-blend-mode: normal;
  font-size: 80px;
  font-weight: 900;
  line-height: 100%;
}

.text-span-2 {
  text-align: center;
  font-size: 40px;
  line-height: 100%;
}

.text-block {
  color: #d5d8da;
  letter-spacing: 2px;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: block;
}

.div-block-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
  display: flex;
}

.text-block-2 {
  opacity: 1;
  filter: drop-shadow(3px 3px #524f4fb3);
  color: #d5d8da;
  text-align: center;
  letter-spacing: 2px;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-color: #568ec2;
  background-image: linear-gradient(262deg, #495ea8, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
  transition: opacity .2s;
  transform: translate(0);
}

.div-block-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 20%;
  display: block;
}

.div-block-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: block;
}

.button-2 {
  text-align: center;
  letter-spacing: 4px;
  background-color: #382146;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 10px 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 100%;
  display: flex;
}

.text-block-3 {
  color: #fff;
  letter-spacing: 3px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  display: block;
}

.div-block-6 {
  flex: 0 auto;
}

.text-block-4 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.link-block {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-5 {
  color: #d5d8da;
  padding: 20px 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 150%;
}

.section-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 20px;
  display: block;
}

.text-span-3 {
  font-size: 16px;
}

.text-block-6 {
  color: #d5d8da;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.div-block-7 {
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
}

.div-block-8 {
  margin: 60px 20px 20px;
}

.quick-stack {
  margin: 20px 10px 100px;
}

.text-block-7 {
  color: #d5d8da;
  text-align: center;
  letter-spacing: 1px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10px 0 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.form-card-text {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.compound-card-image {
  border: 1px #000;
  align-self: center;
  width: 80px;
  height: 60px;
  margin: 20px 10px 10px;
}

.compound-cell-1, .cell-2, .compound-cell-3, .compound-cell-2 {
  background-color: #181619;
  border: 1px solid #adaaaa;
  border-radius: 8px;
}

.text-block-9 {
  color: #75a1e3;
  letter-spacing: 2px;
  margin: 10px 10px 40px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
}

.text-block-10 {
  color: #d5d8da;
  margin: 0 10px 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 150%;
}

.text-block-11 {
  color: #d5d8da;
  max-width: 350px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Merriweather, serif;
  line-height: 150%;
}

.div-block-9 {
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-12 {
  color: #d5d8da;
  letter-spacing: 1px;
  align-self: center;
  margin-right: 10px;
  font-family: Merriweather, serif;
  line-height: 150%;
  text-decoration: none;
}

.flex-block-4 {
  margin: 20px 10px 10px;
}

.image-4 {
  background-color: #d5d8da;
  border: 1px #000;
  border-radius: 4px;
  align-self: flex-end;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.text-span-4 {
  text-decoration: underline;
}

.text-block-13 {
  color: #d5d8da;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
  text-decoration: underline;
}

.div-block-10 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
}

.quick-stack-2 {
  align-self: center;
}

.text-block-14 {
  color: #d5d8da;
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
  margin-left: 40px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}

.cell-5 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.image-5 {
  aspect-ratio: auto;
  vertical-align: middle;
  border-radius: 0;
  align-self: center;
  width: auto;
  height: 225.2px;
  max-height: 225.2px;
  margin-top: 10px;
}

.image-6 {
  aspect-ratio: auto;
  object-fit: fill;
  align-self: center;
  width: auto;
  height: 225.281px;
  min-height: auto;
}

.text-block-15 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}

.quick-stack-3 {
  margin-left: 40px;
  margin-right: 40px;
}

.text-block-16 {
  color: #d5d8da;
  letter-spacing: 2px;
  align-self: center;
  max-width: 1449px;
  margin-top: 60px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
}

.text-block-17 {
  color: #d5d8da;
  align-self: center;
  margin-bottom: 40px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.text-block-18 {
  color: #d5d8da;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 400px;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 16px;
  display: block;
}

.section-3 {
  text-align: center;
}

.div-block-11 {
  margin-top: 0;
}

.flex-block-5 {
  justify-content: center;
  align-items: center;
}

.text-block-19 {
  color: #d5d8da;
  align-self: center;
  margin-right: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.flex-block-6 {
  border: 1px solid #d5d8da;
  border-radius: 10px;
  padding: 5px 10px;
  text-decoration: none;
}

.image-7 {
  align-self: center;
  text-decoration: none;
}

.link-block-3 {
  opacity: .9;
  background-color: #382146;
  border-radius: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 100%;
  text-decoration: none;
}

.text-block-20 {
  color: #d5d8da;
  align-self: flex-start;
  font-family: Merriweather, serif;
  line-height: 140%;
}

.cell-6 {
  justify-content: flex-end;
  align-items: flex-start;
}

.cell-7 {
  justify-content: flex-end;
  align-items: flex-end;
}

.text-block-21 {
  color: #d5d8da;
  margin-left: 10px;
  font-family: Merriweather, serif;
  line-height: 140%;
}

.quick-stack-4 {
  margin-top: 10px;
  margin-bottom: 0;
}

.section-4 {
  margin-bottom: 0;
}

.body-2 {
  background-color: #030303;
}

.heading-2 {
  color: #d5d8da;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
}

.section-5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-22 {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.div-block-12 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 620px;
  margin-bottom: 20px;
  display: flex;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-23 {
  color: #d5d8da;
  min-width: 0;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 140%;
}

.section-7 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.body-3 {
  background-color: #030303;
}

.text-block-24 {
  color: #d5d8da;
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-weight: 700;
  line-height: 100%;
}

.link-block-4 {
  opacity: .9;
  background-color: #382146;
  border: 1px solid #d5d8da;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  margin-bottom: 40px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.section-8 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-8 {
  background-color: #d5d8da;
  border-radius: 20px;
  line-height: 100%;
}

.flex-block-7 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.text-block-25 {
  color: #d5d8da;
  text-align: center;
  max-width: none;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 36px;
  line-height: 120%;
  text-decoration: underline;
}

.section-9 {
  text-align: center;
}

.div-block-15 {
  text-align: center;
  max-width: 1409px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.data-title-1 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 5px;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
}

.div-block-16 {
  margin-bottom: 20px;
}

.text-block-27 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.text-span-5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  text-decoration: underline;
}

.text-block-28 {
  color: #d5d8da;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.image-9 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-29 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-18 {
  text-align: center;
  margin-top: 0;
}

.section-10 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-30 {
  color: #d5d8da;
  text-align: left;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 120%;
}

.cell-8 {
  color: #d5d8da;
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Merriweather, serif;
}

.text-block-31 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-32 {
  text-align: left;
  margin-top: 0;
  margin-left: 0;
}

.quick-stack-5 {
  border: 1px solid #d5d8da;
  border-radius: 12px;
  max-width: 1000px;
  margin: 20px;
}

.cell-9 {
  color: #d5d8da;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Merriweather, serif;
}

.cell-10, .cell-11 {
  justify-content: center;
  align-items: center;
}

.image-10 {
  border-radius: 15px;
  max-width: 75%;
}

.image-11 {
  border-radius: 15px;
  max-width: 400px;
}

.div-block-19, .div-block-20 {
  text-align: center;
}

.flex-block-8, .flex-block-9 {
  justify-content: center;
  align-items: center;
}

.text-block-33 {
  color: #d5d8da;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-34 {
  color: #d5d8da;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.text-block-35 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-36 {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 130%;
}

.div-block-21 {
  margin-top: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.flex-block-10 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.image-12 {
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-width: 30%;
}

.div-block-22 {
  margin-top: 40px;
}

.flex-block-11 {
  color: #d5d8da;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Merriweather, serif;
}

.link-block-5 {
  background-color: #382146;
  border: 1px solid #d5d8da;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
}

.text-block-37 {
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.image-13 {
  background-color: #d5d8da;
  border-radius: 20px;
}

.section-11 {
  text-align: center;
}

.section-12 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.quick-stack-6 {
  color: #d5d8da;
  border: 1px solid #d5d8da;
  border-radius: 8px;
  max-width: 1000px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
}

.quick-stack-7 {
  color: #d5d8da;
  border: 1px solid #d5d8da;
  border-radius: 8px;
  max-width: 1000px;
  height: 349.757px;
  font-family: Merriweather, serif;
}

.flex-block-12 {
  justify-content: center;
  align-items: center;
  min-width: 800px;
  max-width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cell-12 {
  word-break: normal;
  justify-content: center;
  align-items: center;
}

.cell-13 {
  justify-content: center;
  align-items: center;
}

.cell-14, .cell-15 {
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
}

.section-13 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-span-6 {
  margin-right: 60px;
  padding-right: 0;
  font-size: 18px;
  font-weight: 300;
}

.text-span-7 {
  margin-right: 60px;
  font-size: 18px;
  font-weight: 300;
}

.text-span-8 {
  font-size: 18px;
}

.div-block-23 {
  display: flex;
}

.flex-block-13 {
  margin: 10px 10px 20px;
}

.flex-block-14 {
  background-image: url('../images/RNA-vial-water-splash---v1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  max-width: 55%;
}

.flex-block-15 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #d5d8da;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  display: grid;
}

.text-block-38, .text-block-39 {
  margin-right: 0;
}

.body-4 {
  background-color: #030303;
}

.section-9-copy {
  text-align: center;
}

.div-block-16-copy {
  max-width: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-14 {
  border-radius: 15px;
  height: 195px;
}

.text-block-40 {
  color: #d5d8da;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.flex-block-16, .flex-block-16-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.cell-16 {
  justify-content: flex-start;
  align-items: center;
}

.text-block-40-copy {
  color: #d5d8da;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.image-14-copy {
  border-radius: 15px;
  height: 195px;
  padding-top: 0;
}

.cell-17 {
  justify-content: flex-start;
  align-items: center;
}

.quick-stack-8 {
  text-align: left;
  max-height: 280px;
}

.div-block-24 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 210px;
  display: flex;
}

.div-block-25 {
  background-color: #2a2d30;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  max-height: 210px;
  padding: 0 5px 10px;
  display: block;
}

.div-block-26 {
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.div-block-25-copy {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 258.813px;
  height: 210px;
  margin-left: 0;
  padding: 0 5px 10px;
  display: flex;
}

.rt-pcr {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
}

.lnps {
  margin-top: 100px;
  margin-bottom: 20px;
}

.image-15 {
  background-color: #181619;
  border-radius: 8px;
  height: 300px;
}

.flex-block-17 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding: 10px 20px;
}

.div-block-27 {
  text-align: center;
  background-color: #181619;
  border: 1px solid #d5d8da;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5px;
  display: flex;
}

.lnp-encapsulation {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.lnp-graph {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-width: 40%;
  margin-left: 20px;
  padding: 10px;
}

.flex-block-18 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.lnp-text-1 {
  color: #d5d8da;
  text-align: left;
  align-self: center;
  margin: 0 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 180%;
}

.rt-pcr-text {
  color: #d5d8da;
  text-align: center;
  margin-top: 40px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 180%;
}

.cell-18 {
  justify-content: center;
  align-items: center;
}

.text-block-41 {
  color: #d5d8da;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
}

.lnps-copy {
  margin-top: 100px;
  margin-bottom: 40px;
}

.text-block-26-copy {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.text-span-5-copy {
  font-size: 28px;
  font-weight: 300;
  text-decoration: underline;
}

.lnp-stability-v2 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px;
}

.rna-stability-v2 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

.lnp-text-v2 {
  color: #d5d8da;
  text-align: left;
  max-width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 180%;
}

.lnp-data {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-width: 40%;
  margin-left: 20px;
  padding: 10px;
}

.text-block-42 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.div-block-28 {
  text-align: center;
  align-self: center;
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 10px;
}

.flex-block-19 {
  justify-content: center;
  align-self: center;
  align-items: center;
}

._60c-title-v1 {
  margin-top: 80px;
  margin-bottom: 20px;
}

._60c-title-text-v1 {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

._60c-subtext-v1 {
  font-size: 28px;
  font-weight: 300;
  text-decoration: underline;
}

._60c-data {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 10px;
}

.flex-block-60c-data-v1 {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.div-block-60-data-v1 {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.text-block-60c-data-v1 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
}

._60-data-fig-v1 {
  justify-content: center;
  align-items: center;
  margin-left: 40px;
  margin-right: 40px;
}

._60c-data-text-v1 {
  color: #d5d8da;
  text-align: left;
  max-width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 100px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 180%;
}

._60c-data-fig-v1 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-width: 40%;
  margin-left: 20px;
  padding: 10px;
}

.image-16 {
  margin-right: 20px;
}

.image-17 {
  margin-left: 20px;
}

.image-18 {
  align-self: center;
  max-width: 70%;
}

.flex-block-20 {
  justify-content: center;
  align-self: center;
  align-items: center;
}

.text-block-43 {
  color: #d5d8da;
  margin-top: 220px;
  font-family: Droid Serif, serif;
  font-size: 30px;
  font-weight: 700;
}

.cell-19 {
  justify-content: center;
  align-items: center;
}

.image-19 {
  max-width: 50%;
}

.cell-20 {
  justify-content: center;
  align-items: center;
}

.image-20 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-width: none;
  max-height: 276.6px;
  padding: 10px 20px;
}

.image-21 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-height: 276.6px;
  padding: 10px;
}

.text-block-44 {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.flex-block-21, .cell-21 {
  justify-content: center;
  align-items: center;
}

.image-22 {
  max-height: 150px;
}

.image-23 {
  max-width: 100%;
  max-height: 170px;
  padding-right: 20px;
}

.div-block-29 {
  max-height: 150px;
  margin-bottom: 0;
}

.div-block-30 {
  max-height: 150px;
}

.div-block-21-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.text-block-35-copy {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
}

.text-block-36-copy {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 130%;
}

.flex-block-10-copy {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.div-block-22-copy {
  margin-top: 20px;
}

.image-12-copy {
  border-radius: 15px;
  max-width: 30%;
}

.link-block-5-copy {
  background-color: #382146;
  border: 1px solid #d5d8da;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
}

.flex-block-11-copy {
  color: #d5d8da;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Merriweather, serif;
}

.text-block-37-copy {
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.image-13-copy {
  background-color: #d5d8da;
  border-radius: 20px;
}

.image-24 {
  border-radius: 15px;
  max-width: 60%;
}

.flex-block-22 {
  background-color: #d5d8da;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.text-block-45 {
  color: #030303;
  margin-right: 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
}

.link-block-6 {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
}

.body-5 {
  background-color: #030303;
  line-height: 100%;
}

.text-block-46 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.div-block-31 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 30px;
  display: flex;
}

.text-block-47 {
  margin-top: 0;
}

.text-block-48 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.text-block-49 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 140%;
}

.flex-block-23 {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-32 {
  margin-bottom: 20px;
  display: block;
}

.div-block-33 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-7 {
  border: 2px solid #d5d8da;
  border-radius: 15px;
  margin-top: 20px;
  padding: 5px 10px;
  text-decoration: none;
}

.text-block-50 {
  color: #d5d8da;
  text-align: center;
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.image-25 {
  text-align: center;
}

.flex-block-24 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-51 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 150%;
}

.div-block-34 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.div-block-35 {
  text-align: center;
  border: 2px solid #d5d8da;
  border-radius: 8px;
  max-width: 950px;
  margin-top: 20px;
}

.text-block-52 {
  color: #d5d8da;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.div-block-36 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  padding-bottom: 0;
}

.body-6 {
  background-color: #030303;
}

.text-block-53 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 150%;
}

.div-block-37 {
  text-align: center;
  margin-top: 60px;
}

.text-block-54 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 140%;
}

.div-block-38 {
  text-align: center;
  margin-top: 40px;
}

.flex-block-25 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.text-block-55 {
  color: #d5d8da;
  margin-top: 40px;
  font-family: Merriweather, serif;
  font-size: 24px;
  text-decoration: underline;
}

.list {
  color: #d5d8da;
  align-self: center;
  margin-top: 40px;
  font-family: Droid Serif, serif;
  font-size: 20px;
  line-height: 140%;
}

.list-item, .list-item-2, .list-item-3 {
  margin-bottom: 10px;
}

.div-block-39 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
}

.text-block-56 {
  text-align: center;
  line-height: 140%;
}

.flex-block-26 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-14 {
  text-align: center;
}

.cell-22 {
  justify-content: center;
  align-items: center;
  display: block;
}

.text-block-14-copy {
  color: #d5d8da;
  text-align: center;
  align-self: center;
  margin-bottom: 10px;
  margin-left: 0;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}

.div-block-40 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  width: 453.453px;
  height: 240px;
}

.div-block-41 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  width: 138.922px;
  height: 240px;
}

.cell-23 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.body-7 {
  background-color: #030303;
}

.div-block-42 {
  max-width: 100%;
  max-height: 100%;
}

.cell-24, .flex-block-27 {
  justify-content: center;
  align-items: center;
}

.text-block-57 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 140%;
}

.flex-block-28 {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.cell-25 {
  justify-content: center;
  align-items: center;
}

.quick-stack-9 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-26 {
  max-width: 100%;
}

.cell-26 {
  justify-content: center;
  align-items: center;
}

.image-27 {
  max-width: 80%;
}

.image-28 {
  max-width: 60%;
}

.div-block-43 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-29 {
  max-width: 30%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.div-block-44 {
  max-width: 700px;
  margin-top: 0;
}

.image-30 {
  max-width: 40%;
}

.image-31 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  margin-left: 0;
  padding: 10px;
}

.image-32 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  padding: 10px;
}

.image-33, .image-34 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
}

.cell-27 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.text-block-58 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
}

.cell-28 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.container {
  max-width: 1200px;
}

.quick-stack-10 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-35 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  max-height: 300px;
}

.flex-block-29 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-59 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.container-2 {
  margin-top: 40px;
}

.text-span-9 {
  font-weight: 900;
  text-decoration: none;
}

.quick-stack-tech {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 20px 10px;
}

.container-3 {
  max-width: 1200px;
}

.container-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-60 {
  color: #d5d8da;
  text-align: center;
  object-fit: fill;
  border: 1px #d5d8da;
  border-radius: 15px;
  margin-top: 60px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 28px;
  font-style: italic;
  line-height: 150%;
}

.container-5 {
  margin-bottom: 40px;
}

.div-block-45 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.text-block-61 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 120%;
}

.text-block-62 {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.text-block-63 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 120%;
}

.container-6 {
  max-width: 1200px;
}

.container-7 {
  max-width: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
}

.quick-stack-compounds {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin: 20px 10px;
}

.compound-cell-4, .compound-cell-5, .compound-cell-6 {
  background-color: #181619;
  border: 1px solid #adaaaa;
  border-radius: 8px;
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.image-36 {
  text-align: center;
}

.flex-block-30 {
  justify-content: center;
  align-items: center;
}

.div-block-46 {
  text-align: center;
  max-width: 650px;
  padding: 10px;
}

.text-block-64 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 120%;
}

.div-block-47 {
  color: #d5d8da;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
}

.container-8 {
  max-width: 1200px;
}

.text-block-65 {
  color: #d5d8da;
  text-align: center;
  margin-top: 20px;
}

.cell-29 {
  justify-content: center;
  align-items: center;
}

.text-block-66 {
  font-size: 16px;
  line-height: 130%;
}

.text-span-10 {
  color: #75a1e3;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
}

.quick-stack-11 {
  margin-top: 40px;
}

.text-block-67 {
  text-align: left;
  font-size: 16px;
  line-height: 130%;
}

.cell-30 {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.image-37 {
  border: 2px solid #d5d8da;
  border-radius: 15px;
  margin-top: 20px;
}

.image-38 {
  max-width: 100%;
  margin-top: 0;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  max-width: 180px;
  margin-top: 20px;
  display: flex;
}

.text-block-68 {
  font-size: 16px;
  line-height: 130%;
}

.div-block-49 {
  max-width: 400px;
}

.cell-31 {
  justify-content: center;
  align-items: flex-start;
}

.text-block-69 {
  line-height: 130%;
}

.div-block-50 {
  text-align: center;
  max-width: 200px;
}

.cell-32 {
  justify-content: center;
  align-items: center;
}

.div-block-50-copy {
  text-align: center;
  max-width: 250px;
  max-height: 288.125px;
}

.cell-33 {
  justify-content: center;
  align-items: center;
}

.image-39 {
  max-height: 283.328px;
}

.cell-34 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.cell-35, .cell-36, .cell-37 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  padding: 10px;
}

.mechanism-pic {
  max-width: 265px;
}

.text-block-70 {
  font-size: 16px;
}

.div-block-51 {
  margin: 20px 20px 10px;
}

.list-2 {
  font-size: 16px;
  list-style-type: square;
}

.list-item-4 {
  margin-bottom: 10px;
}

.container-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-52 {
  color: #d5d8da;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 150%;
}

.div-block-53 {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  display: flex;
}

.div-block-54 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.text-block-71 {
  font-size: 20px;
}

.div-block-52-copy {
  color: #d5d8da;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 150%;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-55 {
  margin: 0 10px;
}

.div-block-56 {
  align-self: flex-start;
  margin-bottom: 40px;
}

.text-block-72 {
  font-size: 20px;
  line-height: 150%;
}

.text-block-73 {
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-57 {
  margin: 40px 20px 20px;
  font-size: 18px;
}

.container-10 {
  max-width: 1200px;
  margin-top: 40px;
}

.div-block-58 {
  color: #d5d8da;
  font-family: Merriweather, serif;
}

.text-block-74 {
  text-align: left;
  margin-top: 20px;
  font-size: 18px;
}

.grid-2 {
  grid-template-rows: auto;
  margin-top: 20px;
}

.div-block-59 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 18px;
}

.div-block-60 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-61 {
  max-width: 220px;
  margin: 10px 40px 10px 10px;
}

.div-block-62 {
  max-width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
}

.div-block-63 {
  margin: 20px 10px;
}

.text-block-75 {
  font-size: 16px;
  line-height: 150%;
}

.text-block-76 {
  color: #d5d8da;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 130%;
}

.div-block-64 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-41 {
  margin-right: 0;
}

.image-42 {
  margin-left: 0;
}

.body-8 {
  background-color: #030303;
}

.container-11 {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-65 {
  margin-top: 20px;
}

.text-block-77 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 150%;
}

.section-15 {
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-78 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 150%;
}

.text-span-11 {
  font-size: 20px;
  font-style: italic;
  text-decoration: none;
}

.div-block-66 {
  text-align: center;
  margin-top: 60px;
}

.text-span-12 {
  font-size: 22px;
  font-weight: 400;
}

.text-block-79 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-67 {
  margin-top: 40px;
}

.div-block-68 {
  margin-top: 10px;
}

.image-45 {
  border-radius: 15px;
  max-width: 80%;
}

.body-9 {
  background-color: #030303;
}

.section-16 {
  margin-left: 20px;
  margin-right: 20px;
}

.header-section {
  margin: 20px;
}

.container-12 {
  max-width: 1200px;
}

.div-block-69 {
  display: block;
}

.container-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.link-block-8 {
  background-color: #fff;
  border-radius: 15px;
  max-width: 80px;
}

.div-block-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center end;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.section-17 {
  margin-top: 60px;
}

.flex-block-31 {
  justify-content: center;
  align-items: center;
}

.container-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-15 {
  max-width: 1200px;
  margin-top: 40px;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
}

.value-grid {
  color: #d5d8da;
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Merriweather, serif;
  display: flex;
}

.section-18 {
  margin-top: 40px;
}

.value-grid-description {
  justify-content: center;
  align-items: center;
  height: 145px;
  min-height: 145px;
  margin-bottom: 10px;
  display: flex;
}

.value-grid-text {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 190px;
  height: auto;
  min-height: 92px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.div-block-73, .div-block-74, .div-block-75, .div-block-76 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-19 {
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
}

.container-16 {
  max-width: 1200px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-block-77 {
  margin-top: 20px;
}

.div-block-78 {
  margin-left: 20px;
  margin-right: 20px;
}

.container-17 {
  max-width: 1200px;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.form-card {
  background-color: #181619;
  border: 1px solid #adaaaa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.div-block-80 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  display: flex;
}

.form-card-title-1 {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.form-card-text-div-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.compound-card {
  background-color: #181619;
  border: 1px solid #adaaaa;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
}

.grid-6 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 10px;
  margin-right: 10px;
}

.form-card-image {
  width: 50px;
  height: 50px;
}

.compound-card-text {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10px;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.div-block-83 {
  margin-left: 10px;
  margin-right: 10px;
}

.compound-card-text-div-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.compound-card-title-1 {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 10px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
}

.div-block-84 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.grid-7 {
  grid-template-rows: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-85 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-86 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mechanism-div {
  text-align: center;
  background-color: #181619;
  border: 1px solid #d5d8da;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.mechanism-div-text {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.div-block-87 {
  flex-flow: column;
}

.div-block-88 {
  margin-left: 20px;
  margin-right: 20px;
}

.image-47, .image-48 {
  max-width: 260px;
}

.image-49 {
  max-width: 266px;
}

.image-50 {
  max-width: 300px;
}

.text-block-71-copy {
  font-size: 20px;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
}

.div-block-90 {
  color: #d5d8da;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 20px;
  font-family: Merriweather, serif;
  display: flex;
}

.div-block-91 {
  max-width: 400px;
  margin-bottom: 40px;
}

.div-block-92 {
  max-width: 350px;
}

.div-block-93 {
  border: 2px solid #d5d8da;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 951px;
  min-height: 350px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-94 {
  margin-top: 0;
  padding: 10px 20px 10px 0;
}

.div-block-95 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.div-block-96, .div-block-97 {
  margin-bottom: 10px;
}

.body-10, .body-11 {
  background-color: #030303;
}

.grid-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch center;
  justify-items: center;
}

.div-block-101 {
  color: #d5d8da;
  text-align: center;
  width: 50px;
  padding-top: 20px;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.text-block-81 {
  max-width: 50px;
  font-family: Merriweather, serif;
  font-weight: 900;
  text-decoration: underline;
}

.div-block-102 {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.image-51 {
  border-radius: 8px;
  max-width: none;
  max-height: 150px;
}

.image-52 {
  aspect-ratio: auto;
  border-radius: 8px;
  max-width: none;
  max-height: 150px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-103 {
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-104 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-105 {
  max-width: 770px;
}

.div-block-106 {
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.data-subhead-1 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.div-block-107 {
  margin-bottom: 40px;
}

.data-title-2 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: underline;
}

.div-block-106-v2 {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.data-subhead-2 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  text-decoration: none;
}

.div-block-105-v2 {
  margin-bottom: 10px;
}

.text-block-27-v2 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 140%;
}

.div-block-108 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 120%;
}

.text-block-82 {
  font-size: 20px;
}

.div-block-109 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 120%;
}

.section-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-110 {
  margin-bottom: 20px;
  padding: 10px;
}

.image-53 {
  height: 200px;
}

.image-54 {
  border-radius: 8px;
  max-height: 160px;
}

.div-block-111 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 8px;
  padding: 10px;
}

.text-span-13 {
  line-height: 160%;
  text-decoration: underline;
}

.div-block-112, .div-block-113 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 8px;
}

.container-18, .container-19, .container-20 {
  max-width: 1200px;
}

.lnp-title-1 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-106-v3 {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.div-block-114 {
  max-width: 360px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-115 {
  padding-left: 40px;
  padding-right: 20px;
}

.div-block-116 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  margin-left: 50px;
  margin-right: 0;
}

.grid-11 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: space-between;
}

.div-block-119 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-21, .container-22 {
  max-width: 1200px;
}

.lnp-title-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-106-v4 {
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.div-block-122 {
  max-width: 360px;
  margin-left: 20px;
  margin-right: 20px;
}

.div-block-123 {
  flex-flow: column;
  padding-left: 60px;
  padding-right: 20px;
  display: flex;
}

.div-block-124 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-125 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 8px;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.grid-12 {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: space-between;
  align-self: auto;
}

.image-55 {
  border-radius: 8px;
  max-width: 100%;
  max-height: 300px;
}

.div-block-126 {
  margin-left: 50px;
  margin-right: 0;
}

.text-block-84 {
  color: #d5d8da;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 140%;
}

.container-23 {
  max-width: 1200px;
}

.data-title-3 {
  color: #d5d8da;
  text-align: center;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  text-decoration: underline;
}

.text-block-85 {
  max-width: 50px;
  font-family: Merriweather, serif;
  font-weight: 900;
  line-height: 120%;
  text-decoration: underline;
}

.div-block-127 {
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 8px;
}

.text-block-86 {
  font-size: 20px;
}

.image-56 {
  aspect-ratio: auto;
  border-radius: 8px;
  max-width: none;
  max-height: 200px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-128 {
  color: #d5d8da;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.grid-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr;
  place-content: stretch center;
  justify-items: center;
}

.div-block-129 {
  color: #d5d8da;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 45px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 120%;
  display: flex;
}

.div-block-130 {
  aspect-ratio: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-131 {
  color: #d5d8da;
  text-align: center;
  padding-top: 100px;
  font-family: Droid Serif, serif;
  font-size: 30px;
}

.div-block-132 {
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-87 {
  font-size: 20px;
}

.image-57 {
  border-radius: 8px;
  max-width: none;
  max-height: 200px;
}

.div-block-133 {
  text-align: center;
  background-color: #181619;
  border: 2px solid #d5d8da;
  border-radius: 8px;
}

.image-58, .image-59 {
  height: 100px;
}

.div-block-134 {
  margin-bottom: 10px;
}

.container-24 {
  max-width: 1200px;
}

.div-block-135 {
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.container-25 {
  max-width: 1200px;
}

.text-block-88 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-138 {
  max-width: 800px;
  margin-bottom: 20px;
}

.div-block-138-v2 {
  max-width: 800px;
  margin-bottom: 40px;
}

.div-block-139 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-26, .container-27 {
  max-width: 1200px;
}

.div-block-140 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.link-block-9 {
  background-color: #382146;
  border: 1px solid #d5d8da;
  border-radius: 20px;
  margin-top: 10px;
  text-decoration: none;
}

.flex-block-32 {
  color: #d5d8da;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-family: Merriweather, serif;
}

.text-block-89 {
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-weight: 700;
}

.image-60 {
  background-color: #d5d8da;
  border-radius: 20px;
}

.div-block-141 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  display: flex;
}

.text-block-90 {
  color: #d5d8da;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 140%;
}

.container-28 {
  max-width: 1200px;
}

.div-block-142 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-143 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-144 {
  padding: 10px 20px;
}

.grid-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.link-block-10 {
  border: 2px solid #d5d8da;
  border-radius: 15px;
  padding: 5px 10px;
  text-decoration: none;
}

.flex-block-33 {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.text-block-91 {
  color: #d5d8da;
  text-align: center;
  margin-right: 10px;
  font-family: Droid Serif, serif;
  font-size: 18px;
}

.image-61 {
  text-align: center;
}

.div-block-149 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-150 {
  padding-left: 10px;
  padding-right: 10px;
}

.flex-block-34 {
  justify-content: center;
  align-items: center;
}

.image-62 {
  border-radius: 8px;
}

.link-block-11 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  margin-top: 20px;
  padding: 5px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-35 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-92 {
  color: #fefefe;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.image-63 {
  margin-left: 10px;
}

.link-block-12 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-36 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-93 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.image-64 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

.div-block-151 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-152 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-153 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-154 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-13 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-37 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-94 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.image-65 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

.div-block-155 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link-block-14 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px 5px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-38 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-95 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.image-66 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

.div-block-156 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-15 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-39 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-96 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.image-67 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

.div-block-157 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.link-block-16 {
  opacity: .9;
  color: #d5d8da;
  white-space: normal;
  word-break: normal;
  mix-blend-mode: difference;
  background-color: #fff0;
  background-image: linear-gradient(#fff3, #ffffff1a 50%, #ffffff0d);
  border: 1px solid #adaaaa4d;
  border-radius: 20px;
  padding: 10px;
  font-family: Droid Serif, serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  box-shadow: inset 1px 1px 6px 1px #fff3;
}

.flex-block-40 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-97 {
  color: #fefefe;
  letter-spacing: 3px;
  -webkit-text-stroke-width: 0px;
  column-count: auto;
  word-break: normal;
  margin-right: 10px;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.image-68 {
  -webkit-text-fill-color: inherit;
  background-color: #d5d8da00;
  background-clip: border-box;
  border-radius: 20px;
  margin-left: 10px;
}

@media screen and (max-width: 991px) {
  .body {
    background-attachment: fixed;
  }

  .button {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-7 {
    width: auto;
    max-width: 688px;
  }

  .text-block-7 {
    font-size: 20px;
  }

  .form-card-text {
    font-size: 16px;
  }

  .compound-card-image {
    margin-top: 10px;
  }

  .text-block-16 {
    font-size: 24px;
  }

  .text-block-25 {
    max-width: 600px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 120%;
  }

  .section-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-top: 40px;
    display: flex;
  }

  .data-title-1 {
    font-size: 28px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-30 {
    font-size: 18px;
  }

  .flex-block-12 {
    min-width: auto;
  }

  .flex-block-14 {
    max-width: none;
  }

  .div-block-16-copy {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-26 {
    max-width: 800px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-15 {
    max-width: 100%;
    height: 150px;
  }

  .lnp-text-1 {
    font-size: 16px;
  }

  .text-block-42 {
    font-size: 18px;
  }

  .div-block-28 {
    max-width: 340px;
  }

  .div-block-21-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    display: flex;
  }

  .text-block-36-copy {
    font-weight: 300;
  }

  .text-block-45 {
    font-size: 20px;
  }

  .text-block-48 {
    font-size: 28px;
  }

  .div-block-32 {
    max-width: 450px;
  }

  .text-block-51 {
    font-size: 28px;
  }

  .div-block-34 {
    max-width: 450px;
  }

  .text-block-53 {
    font-size: 28px;
  }

  .div-block-37 {
    max-width: 400px;
  }

  .text-block-57 {
    font-size: 16px;
  }

  .quick-stack-10 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-35 {
    max-height: 250px;
  }

  .text-block-59 {
    font-size: 22px;
  }

  .container-4 {
    margin-top: 20px;
  }

  .text-block-60 {
    margin-top: 40px;
  }

  .text-block-61 {
    font-size: 20px;
  }

  .text-block-62 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .container-6, .container-7 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-64 {
    line-height: 120%;
  }

  .div-block-47 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-52 {
    text-align: center;
    max-width: 550px;
  }

  .text-block-71 {
    font-size: 18px;
  }

  .div-block-55 {
    justify-content: center;
    align-items: center;
    max-width: 600px;
    line-height: 120%;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-76 {
    font-size: 18px;
  }

  .div-block-68 {
    max-width: 500px;
  }

  .div-block-70 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value-grid {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .value-grid-description {
    max-width: 250px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-78 {
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-card {
    min-width: 250px;
    max-width: 300px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-79 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .form-card-title-1 {
    font-size: 20px;
  }

  .compound-card {
    min-width: 250px;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .compound-card-text {
    font-size: 16px;
  }

  .div-block-83 {
    max-width: 600px;
  }

  .compound-card-title-1 {
    font-size: 20px;
  }

  .grid-7 {
    grid-auto-flow: row;
  }

  .div-block-85 {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .grid-8 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .mechanism-div-text {
    min-height: 70px;
  }

  .text-block-71-copy {
    font-size: 18px;
  }

  .div-block-89 {
    padding-top: 0;
  }

  .grid-9 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-91 {
    margin-bottom: 20px;
  }

  .div-block-93 {
    min-width: 500px;
  }

  .div-block-94 {
    padding-right: 0;
  }

  .div-block-98 {
    max-width: 550px;
  }

  .grid-10 {
    object-fit: fill;
  }

  .div-block-101 {
    text-align: center;
  }

  .text-block-81 {
    font-size: 24px;
  }

  .image-51 {
    min-height: 120px;
    max-height: 120px;
  }

  .image-52 {
    max-height: 120px;
  }

  .div-block-105 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    display: block;
  }

  .data-subhead-1 {
    font-size: 24px;
  }

  .data-title-2 {
    font-size: 28px;
  }

  .data-subhead-2 {
    font-size: 24px;
  }

  .div-block-105-v2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: block;
  }

  .text-block-27-v2 {
    font-size: 22px;
    line-height: 120%;
  }

  .text-block-82 {
    font-size: 15px;
    font-weight: 700;
  }

  .div-block-109 {
    font-size: 15px;
  }

  .text-block-83 {
    font-weight: 700;
  }

  .image-54 {
    max-height: 140px;
  }

  .div-block-114 {
    max-width: 300px;
    margin-right: 0;
  }

  .div-block-115 {
    padding-left: 0;
  }

  .div-block-119 {
    justify-content: center;
    align-items: center;
  }

  .div-block-122 {
    max-width: 300px;
    margin-right: 0;
  }

  .div-block-123 {
    padding-left: 0;
  }

  .text-block-84 {
    font-size: 16px;
  }

  .data-title-3 {
    font-size: 28px;
  }

  .text-block-85 {
    font-size: 24px;
  }

  .text-block-86 {
    font-size: 15px;
    font-weight: 700;
  }

  .image-56 {
    max-height: 120px;
  }

  .div-block-128 {
    margin-bottom: 0;
  }

  .grid-13 {
    object-fit: fill;
  }

  .div-block-129 {
    font-size: 15px;
  }

  .div-block-131 {
    text-align: center;
  }

  .text-block-87 {
    font-size: 15px;
    font-weight: 700;
  }

  .image-57 {
    min-height: 120px;
    max-height: 120px;
  }

  .image-58, .image-59 {
    height: 70px;
  }

  .div-block-136 {
    max-width: 400px;
  }

  .text-block-88 {
    font-size: 16px;
  }

  .div-block-138, .div-block-138-v2 {
    max-width: 600px;
  }

  .div-block-140 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .text-span {
    font-size: 60px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .text-block {
    font-size: 18px;
  }

  .div-block-4 {
    max-width: 300px;
  }

  .div-block-7 {
    width: auto;
    max-width: 400px;
  }

  .div-block-8 {
    max-width: 400px;
    margin-top: 40px;
  }

  .form-card-text {
    font-size: 14px;
    font-weight: 400;
  }

  .text-block-22 {
    font-size: 16px;
  }

  .div-block-12 {
    max-width: 560px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .div-block-15 {
    max-width: 400px;
  }

  .data-title-1 {
    font-size: 24px;
  }

  .text-block-27 {
    font-size: 16px;
  }

  .text-block-28 {
    font-size: 24px;
  }

  .div-block-18 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
  }

  .text-block-36 {
    font-size: 18px;
  }

  .div-block-21 {
    max-width: 400px;
  }

  .image-12 {
    min-width: 204px;
  }

  .flex-block-12 {
    min-width: auto;
  }

  .section-13 {
    background-image: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-26 {
    max-height: none;
  }

  .rt-pcr {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    height: auto;
  }

  .lnp-text-1 {
    font-size: 16px;
  }

  .div-block-60-data-v1 {
    max-width: 460px;
  }

  .text-block-45 {
    font-size: 20px;
  }

  .div-block-32 {
    max-width: 450px;
  }

  .text-block-51 {
    font-size: 24px;
  }

  .div-block-34 {
    max-width: 400px;
    margin-bottom: 30px;
  }

  .div-block-37 {
    max-width: 400px;
  }

  .text-block-57 {
    font-size: 16px;
  }

  .image-26 {
    max-height: 280px;
  }

  .div-block-44 {
    max-width: 600px;
  }

  .image-30 {
    max-width: 211px;
  }

  .image-35 {
    max-height: 200px;
  }

  .text-block-59 {
    font-size: 20px;
  }

  .text-block-60 {
    margin-top: 40px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-45 {
    max-width: 460px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .text-block-61 {
    max-width: 470px;
  }

  .text-block-62 {
    font-size: 28px;
  }

  .text-block-63, .text-block-64, .text-block-67 {
    font-size: 18px;
  }

  .mechanism-pic {
    max-width: 220px;
  }

  .div-block-51 {
    margin-top: 10px;
  }

  .div-block-52 {
    text-align: center;
    max-width: 535px;
  }

  .text-block-71 {
    text-align: center;
    font-size: 18px;
  }

  .div-block-52-copy {
    text-align: center;
    align-self: center;
    max-width: 400px;
  }

  .div-block-58 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .text-block-76 {
    font-size: 20px;
  }

  .text-block-77 {
    font-size: 18px;
  }

  .text-block-79 {
    font-size: 16px;
    font-weight: 300;
  }

  .div-block-67 {
    margin-top: 30px;
  }

  .header-section {
    margin-top: 20px;
  }

  .link-block-8 {
    max-width: 60px;
  }

  .value-grid-description {
    width: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-card {
    min-width: 100px;
    max-width: 200px;
  }

  .form-card-title-1 {
    font-size: 14px;
  }

  .form-card-text-div-1 {
    height: 62.0139px;
  }

  .compound-card {
    min-width: 100px;
    max-width: 200px;
  }

  .compound-card-text {
    font-size: 14px;
  }

  .div-block-83 {
    width: auto;
    max-width: 460px;
  }

  .compound-card-text-div-1 {
    height: 146px;
  }

  .compound-card-title-1 {
    font-size: 16px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-85 {
    margin-top: 0;
  }

  .div-block-86 {
    max-width: 560px;
    margin-top: 20px;
  }

  .grid-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .mechanism-div-text {
    min-height: 120px;
    font-size: 14px;
  }

  .text-block-71-copy {
    text-align: center;
    font-size: 18px;
  }

  .div-block-89 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-93 {
    min-width: 460px;
  }

  .div-block-94 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-95 {
    padding-right: 0;
  }

  .div-block-96 {
    text-align: center;
    max-width: 300px;
  }

  .div-block-98 {
    width: auto;
    max-width: 550px;
  }

  .div-block-100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-10 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-101 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .text-block-81 {
    text-decoration: underline;
  }

  .div-block-102 {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .image-51 {
    max-width: 100%;
    min-height: 100%;
  }

  .image-52 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105 {
    max-width: 360px;
  }

  .data-subhead-1, .data-title-2 {
    font-size: 24px;
  }

  .div-block-107-v2 {
    max-width: 440px;
  }

  .data-subhead-2 {
    font-size: 24px;
  }

  .text-block-27-v2 {
    font-size: 20px;
  }

  .div-block-108 {
    margin-bottom: 5px;
  }

  .div-block-109 {
    max-width: 150px;
    margin-bottom: 5px;
  }

  .lnp-title-1 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-107-v3 {
    max-width: 440px;
  }

  .div-block-114 {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-115 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-119 {
    justify-content: center;
    align-items: center;
  }

  .div-block-120 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .container-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .lnp-title-2 {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-107-v4 {
    max-width: 440px;
  }

  .div-block-122 {
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin-left: 10px;
    margin-right: 0;
  }

  .div-block-123 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-12 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-55 {
    max-height: 250px;
  }

  .text-block-84 {
    font-size: 16px;
  }

  .data-title-3 {
    font-size: 24px;
  }

  .text-block-85 {
    text-decoration: underline;
  }

  .image-56 {
    max-width: 100%;
    max-height: 150px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-128 {
    height: 25px;
    margin-bottom: 5px;
  }

  .grid-13 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-129 {
    max-width: 150px;
    height: 25px;
    margin-bottom: 5px;
  }

  .div-block-130 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-131 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .div-block-132 {
    aspect-ratio: auto;
    object-fit: contain;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .image-57 {
    max-width: 100%;
    min-height: 100%;
    max-height: 150px;
  }

  .div-block-138 {
    max-width: 500px;
    margin-top: 20px;
  }

  .div-block-138-v2 {
    max-width: 500px;
    margin-top: 0;
  }

  .div-block-142 {
    max-width: 400px;
  }

  .div-block-144 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-14 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-145, .div-block-146, .div-block-147, .div-block-148 {
    max-width: 480px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-span {
    font-size: 60px;
  }

  .text-span-2 {
    font-size: 24px;
  }

  .text-block {
    font-size: 14px;
  }

  .div-block-4 {
    margin-top: 40px;
  }

  .link-block {
    padding: 5px;
  }

  .flex-block-3 {
    max-width: 200px;
  }

  .text-block-5 {
    font-size: 24px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 16px;
  }

  .div-block-7 {
    width: auto;
    max-width: 285px;
  }

  .div-block-8 {
    width: auto;
    max-width: 240px;
    margin-top: 20px;
  }

  .text-block-7 {
    align-self: flex-start;
    margin-top: 10px;
    font-size: 16px;
  }

  .form-card-text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .text-block-10 {
    font-size: 20px;
  }

  .flex-block-4 {
    max-width: 260px;
  }

  .image-4 {
    align-self: center;
  }

  .text-block-13 {
    font-size: 18px;
  }

  .text-block-16 {
    font-size: 22px;
  }

  .text-block-17 {
    text-align: center;
    font-size: 16px;
  }

  .text-block-18 {
    font-size: 16px;
  }

  .heading-2 {
    margin-top: 0;
    padding-top: 20px;
  }

  .text-block-22 {
    font-size: 15px;
  }

  .div-block-12 {
    max-width: 350px;
  }

  .text-block-25 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 130%;
  }

  .div-block-15 {
    max-width: 325px;
    margin-top: 20px;
  }

  .data-title-1 {
    font-size: 20px;
  }

  .text-block-27 {
    font-size: 14px;
  }

  .text-block-28 {
    font-size: 20px;
  }

  .text-block-29 {
    font-size: 22px;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .text-block-31 {
    font-size: 16px;
    font-weight: 900;
  }

  .image-11 {
    max-width: 280px;
  }

  .text-block-34 {
    font-size: 18px;
    font-weight: 900;
  }

  .text-block-35 {
    font-size: 22px;
  }

  .text-block-36 {
    font-size: 16px;
  }

  .div-block-21 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-12 {
    min-width: 180px;
  }

  .flex-block-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .flex-block-14 {
    max-width: none;
  }

  .flex-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: center stretch;
    font-size: 16px;
    display: grid;
  }

  .div-block-16-copy {
    margin-bottom: 40px;
  }

  .rt-pcr {
    margin-top: 60px;
  }

  .lnp-text-1 {
    font-size: 14px;
  }

  .div-block-60-data-v1 {
    max-width: 340px;
  }

  .text-block-60c-data-v1 {
    font-size: 16px;
  }

  .div-block-21-copy {
    margin-top: 60px;
  }

  .text-block-35-copy {
    font-size: 24px;
  }

  .text-block-36-copy {
    font-size: 18px;
  }

  .image-24 {
    min-height: 40px;
  }

  .flex-block-22 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-45 {
    font-size: 16px;
  }

  .link-block-6 {
    max-width: 240px;
  }

  .text-block-48 {
    font-size: 20px;
  }

  .text-block-49 {
    font-size: 16px;
  }

  .flex-block-23 {
    margin-top: 40px;
  }

  .div-block-32 {
    max-width: 340px;
  }

  .text-block-50 {
    font-size: 16px;
  }

  .text-block-51 {
    font-size: 20px;
  }

  .div-block-34 {
    max-width: 350px;
  }

  .text-block-52 {
    font-size: 20px;
  }

  .text-block-53 {
    font-size: 22px;
  }

  .div-block-37 {
    max-width: 340px;
    margin-top: 40px;
  }

  .text-block-54 {
    font-size: 18px;
  }

  .div-block-38 {
    max-width: 250px;
  }

  .flex-block-25 {
    margin-top: 20px;
  }

  .list {
    font-size: 18px;
  }

  .div-block-39 {
    max-width: 300px;
  }

  .text-block-56 {
    font-size: 18px;
  }

  .flex-block-26 {
    margin-top: 60px;
  }

  .text-block-57 {
    font-size: 14px;
  }

  .image-26 {
    max-height: 210px;
  }

  .div-block-44 {
    max-width: 300px;
  }

  .text-block-59 {
    font-size: 16px;
  }

  .text-block-60 {
    margin-top: 20px;
    font-size: 20px;
  }

  .div-block-45 {
    max-width: 340px;
  }

  .text-block-61 {
    max-width: 250px;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-62 {
    max-width: 330px;
    font-size: 22px;
  }

  .text-block-63 {
    max-width: 330px;
    font-size: 16px;
  }

  .container-7 {
    margin-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-46 {
    padding: 0;
  }

  .text-block-64 {
    font-size: 16px;
    line-height: 130%;
  }

  .div-block-51 {
    align-self: flex-start;
    max-width: 320px;
    padding-right: 10px;
  }

  .div-block-52 {
    text-align: center;
    max-width: 340px;
  }

  .text-block-71 {
    font-size: 16px;
  }

  .div-block-52-copy {
    max-width: 320px;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-55 {
    max-width: 300px;
  }

  .text-block-73 {
    max-width: 280px;
  }

  .text-block-74 {
    font-size: 16px;
  }

  .div-block-61 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-right: 10px;
  }

  .div-block-62 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 10px;
  }

  .text-block-75 {
    font-size: 14px;
  }

  .text-block-76 {
    font-size: 18px;
  }

  .text-block-77 {
    font-size: 16px;
  }

  .image-43 {
    max-width: 100px;
  }

  .image-44 {
    max-width: 110px;
  }

  .text-span-12 {
    font-size: 18px;
  }

  .text-block-79 {
    font-size: 15px;
    font-weight: 300;
  }

  .image-45 {
    max-width: 60%;
  }

  .container-13 {
    margin-top: 40px;
  }

  .div-block-70 {
    grid-template-columns: 1fr 1fr;
  }

  .section-17 {
    margin-top: 40px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .value-grid-description {
    height: 72px;
    min-height: 72px;
    margin-top: 10px;
  }

  .value-grid-text {
    min-height: 48px;
  }

  .container-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-5 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-card {
    min-width: 122px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-card-title-1 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-81, .div-block-82 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-card-text-div-1 {
    height: 92px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .form-card-title-div-1 {
    justify-content: center;
    align-items: center;
    height: 62px;
    display: flex;
  }

  .compound-card {
    min-width: 122px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .compound-card-text {
    margin-bottom: 10px;
    font-size: 12px;
  }

  .compound-card-text-div-1 {
    min-height: 150px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .compound-card-title-div-1 {
    justify-content: center;
    align-items: center;
    height: 62px;
    display: flex;
  }

  .compound-card-title-1 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .mechanism-div {
    max-width: 320px;
  }

  .mechanism-div-text {
    min-height: 80px;
  }

  .text-block-71-copy {
    font-size: 16px;
  }

  .image-50 {
    max-width: 220px;
  }

  .text-block-71-copy {
    text-align: left;
    font-size: 16px;
  }

  .div-block-93 {
    min-width: auto;
    max-width: 300px;
  }

  .div-block-95 {
    padding-right: 0;
  }

  .div-block-99 {
    width: auto;
    max-width: 220px;
  }

  .div-block-100 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-101 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-81 {
    font-size: 22px;
  }

  .div-block-102 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-51 {
    min-height: 65px;
    max-height: 75px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-52 {
    max-height: 75px;
  }

  .div-block-103 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105, .div-block-106 {
    max-width: 285px;
  }

  .data-subhead-1 {
    font-size: 18px;
  }

  .div-block-107 {
    margin-bottom: 40px;
  }

  .data-title-2 {
    font-size: 20px;
  }

  .div-block-107-v2 {
    max-width: 300px;
  }

  .data-subhead-2 {
    font-size: 18px;
  }

  .div-block-105-v2 {
    max-width: 260px;
  }

  .text-block-27-v2 {
    font-size: 16px;
  }

  .image-53 {
    height: 150px;
  }

  .image-54 {
    max-height: 80px;
  }

  .lnp-title-1 {
    margin-top: 60px;
  }

  .div-block-107-v3 {
    max-width: 300px;
  }

  .div-block-117 {
    margin-left: 20px;
  }

  .div-block-119 {
    justify-content: center;
    align-items: center;
  }

  .lnp-title-2 {
    margin-top: 60px;
  }

  .div-block-107-v4 {
    max-width: 240px;
  }

  .div-block-122 {
    max-width: 410px;
  }

  .image-55 {
    max-height: 200px;
  }

  .div-block-126 {
    margin-left: 20px;
  }

  .text-block-84 {
    font-size: 14px;
  }

  .data-title-3 {
    font-size: 20px;
  }

  .text-block-85 {
    font-size: 22px;
  }

  .image-56 {
    max-height: 110px;
  }

  .div-block-130 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-131 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-132 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-57 {
    min-height: 65px;
    max-height: 110px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-58, .image-59 {
    height: 50px;
  }

  .div-block-135 {
    margin-top: 60px;
  }

  .div-block-136, .div-block-137 {
    max-width: 310px;
  }

  .text-block-88 {
    font-size: 14px;
  }

  .div-block-138 {
    max-width: 400px;
  }

  .div-block-138-v2 {
    max-width: 360px;
    padding-left: 10px;
  }

  .text-span-14 {
    font-size: 30px;
  }

  .div-block-140 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-141 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .div-block-142 {
    max-width: 360px;
  }

  .text-block-91 {
    font-size: 16px;
  }

  .flex-block-34 {
    justify-content: center;
    align-items: center;
  }

  .link-block-12 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-36 {
    max-width: 180px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-153 {
    margin-bottom: 20px;
  }

  .link-block-13 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-37 {
    max-width: 300px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-14 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-38 {
    max-width: 240px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-15 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-39 {
    max-width: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .link-block-16 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .flex-block-40 {
    max-width: 250px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#w-node-_774fae51-618a-b81d-277f-c09d069301ac-337899ab {
  place-self: center;
}

#w-node-a4cc60c8-cfb2-7932-20d2-1bb538fcaace-337899ab {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_19d9461c-ebf9-c8e2-b428-934532e7fd45-337899ab, #w-node-e17b5fd3-7b06-c9f3-c853-e2f039c2762d-cc2012e4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c3ceed76-2b88-0ad3-10a6-e0df02a95c0c-34abe952 {
  place-self: center;
}

#w-node-c2fca4b8-f31a-2222-d8b1-d0b64d848fe1-34abe952 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0290d18a-fd43-d75a-2681-859aac133bce-051e80bb {
  justify-self: auto;
}

#w-node-abc3c609-1fc7-4675-170c-b078cf6b047f-051e80bb {
  place-self: center;
}

#w-node-_2bab7133-b366-7d81-6f04-7ec89818caa2-051e80bb, #w-node-e82fed5f-bcec-f888-6832-31710f802c65-051e80bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-e82fed5f-bcec-f888-6832-31710f802c69-051e80bb, #w-node-b5903c4b-023b-e8df-4465-fd894c67efd4-051e80bb {
  justify-self: auto;
}

#w-node-b5903c4b-023b-e8df-4465-fd894c67efda-051e80bb {
  place-self: center;
}

#w-node-d7ec9873-99eb-ae16-1cd9-31be063835d2-051e80bb, #w-node-_7e1497d6-a546-a8ee-9287-688a44ed2dea-8e9f4605, #w-node-_70f87728-31fe-1a31-8447-5361977187a8-bc9edb81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_774fae51-618a-b81d-277f-c09d069301ac-337899ab {
    place-self: auto;
  }

  #w-node-a4cc60c8-cfb2-7932-20d2-1bb538fcaace-337899ab {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0290d18a-fd43-d75a-2681-859aac133bce-051e80bb {
    place-self: center;
  }

  #w-node-abc3c609-1fc7-4675-170c-b078cf6b047f-051e80bb {
    align-self: center;
  }

  #w-node-_55037df2-7430-c83f-d139-329cc307b816-051e80bb {
    place-self: center;
  }

  #w-node-_2bab7133-b366-7d81-6f04-7ec89818caa2-051e80bb, #w-node-e82fed5f-bcec-f888-6832-31710f802c65-051e80bb {
    justify-self: center;
  }

  #w-node-b5903c4b-023b-e8df-4465-fd894c67efd4-051e80bb {
    place-self: center;
  }

  #w-node-b5903c4b-023b-e8df-4465-fd894c67efda-051e80bb {
    align-self: center;
  }

  #w-node-b5903c4b-023b-e8df-4465-fd894c67efdd-051e80bb {
    place-self: center;
  }
}


