:root {
  --red\<deleted\|variable-7d356ba2-ebd7-6616-44b5-c8ab6e6db3a4\>: #b42c27;
  --black: #000;
  --border-radius: 1rem;
  --header-background: #ef972bf2;
  --sub-heading-colour: #256c7f;
  --heading: Roboto, sans-serif;
  --white: white;
  --body-text: black;
  --background: #f0edf1e6;
  --content-heading: akagi-pro, sans-serif;
  --light-salmon\<deleted\|variable-34b99dde\>: #f9b399;
  --sienna\<deleted\|variable-25de7c33\>: #aa3601;
  --yellow-font\<deleted\|variable-5fd48d6e-9140-6ef7-94f8-0d2312cf2dac\>: #fcf493;
  --font-purple\<deleted\|variable-5efd3a79-75ad-4445-6dc5-5e55ba4b97b3\>: #8d5fa2;
  --floral-white-2: #faf6eba1;
  --size: 0px;
}

.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;
}

a {
  color: var(--red\<deleted\|variable-7d356ba2-ebd7-6616-44b5-c8ab6e6db3a4\>);
  text-decoration: none;
}

li {
  color: var(--black);
  padding-bottom: 5px;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.body {
  background-color: #7fb2a600;
  background-image: url('../images/76286-DDN-Explainer_Graphics-Metabolite-bkgd---Kristyn-Reid.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  font-size: 1vw;
  display: block;
}

.section {
  z-index: auto;
  background-color: #faf6eba1;
  background-image: none;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.section.is--hero {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
}

.section.one {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.two {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.three, .section.four, .section.five {
  z-index: 3;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  border-radius: var(--border-radius);
  background-color: var(--header-background);
  opacity: 1;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 2.22em;
  display: flex;
  position: relative;
}

.logo-block {
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  display: flex;
}

.hero-subtitle {
  border-left: 2px solid var(--sub-heading-colour);
  color: var(--sub-heading-colour);
  letter-spacing: .6em;
  text-transform: lowercase;
  align-items: center;
  height: 3.89em;
  margin-left: 2.22em;
  padding-left: 2.22em;
  font-family: Open Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.11;
  display: flex;
}

.text-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  display: flex;
}

.hero-heading-h1 {
  font-family: var(--heading);
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1;
}

.hero-heading-h2 {
  color: var(--body-text);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

.hero-paragraph {
  color: var(--black);
  -webkit-text-stroke-color: var(--white);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6;
}

.container {
  border-radius: var(--border-radius);
  object-fit: fill;
  background-color: #fffffff2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  margin-bottom: 10em;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2em;
  font-family: Bentonsans, sans-serif;
  display: flex;
}

.container.is--hero {
  z-index: 99999;
  background-color: #0000;
  width: 100%;
  max-width: 1366px;
  height: auto;
  margin: 5em 2%;
  padding: 2em 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container.no_bg {
  background-color: #0000;
}

.container.border {
  border-radius: var(--border-radius);
  background-color: var(--background);
  background-image: none;
  border-left: 10px #0000;
}

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

.grid.item_one {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.5fr;
}

.grid.item_two {
  grid-template-columns: 1fr 1fr;
}

.grid.item_three {
  grid-column-gap: 1.5rem;
  grid-template-columns: 1fr;
}

.text-container {
  background-color: #e5b3a1;
  border-radius: 1em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
  display: flex;
}

.text-container._2col {
  column-count: 2;
  background-color: #0000;
  border-radius: 1em;
  column-gap: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  display: block;
}

.text-container._2col._3col {
  column-count: 2;
  margin-top: 10px;
}

.text-container.dark_bg {
  border-radius: var(--border-radius);
  background-color: #fffffff2;
}

.text-container.light {
  border-radius: var(--border-radius);
  background-color: var(--header-background);
  opacity: 1;
}

.text-container.light.white {
  background-color: var(--white);
  padding-left: 1em;
  padding-right: 1em;
}

.text-container._3col {
  column-count: 2;
  background-color: #fff0;
  padding: 0;
  display: block;
}

.content-heading-h1 {
  font-family: var(--content-heading);
  color: var(--sub-heading-colour);
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: .5em;
  padding-left: 0;
  font-size: 2.64em;
  font-weight: 700;
  line-height: 1.16;
  transition: opacity .2s;
}

.content-heading-h1.custom {
  border-bottom: 5px solid var(--white);
  color: var(--light-salmon\<deleted\|variable-34b99dde\>);
  padding-top: 0;
  padding-bottom: .5rem;
  padding-left: 0;
}

.content-heading-h1.custom._1 {
  border-bottom-style: none;
  border-bottom-color: var(--sienna\<deleted\|variable-25de7c33\>);
  color: var(--sub-heading-colour);
  align-self: flex-start;
}

.content-heading-h1.custom._2 {
  color: var(--body-text);
  border-bottom-style: none;
  align-self: flex-start;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.content-paragraph {
  text-indent: 10px;
  margin-bottom: 0;
  font-size: .97em;
  line-height: 1.43;
}

.content-paragraph._2col {
  color: var(--body-text);
  text-indent: 0;
  margin-bottom: 1rem;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
}

.content-paragraph.custom {
  color: var(--body-text);
  text-indent: 0;
  margin-top: 1rem;
  padding-top: 0;
  font-family: Bitter, sans-serif;
  font-size: 1rem;
}

.author-pdf-social-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--sub-heading-colour);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 1rem;
  display: flex;
}

.author {
  color: var(--body-text);
  align-self: flex-start;
  height: 32px;
  margin-bottom: 0;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
}

.social-pdf {
  align-items: flex-start;
  height: auto;
  display: flex;
}

.html-embed {
  width: auto;
  height: 30px;
}

.link-block {
  border: 1.5px solid var(--sub-heading-colour);
  background-color: var(--sub-heading-colour);
  color: var(--white);
  border-radius: 4px;
  width: auto;
  height: 32px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 2rem;
  padding: .4rem 1rem .2rem;
  font-size: 14px;
  font-weight: 700;
}

.link-block-2 {
  align-items: flex-start;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.icon {
  color: var(--sienna\<deleted\|variable-25de7c33\>);
  width: 1rem;
  margin-right: .5rem;
}

.link {
  color: var(--white);
  border: 1px #000;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: -3px;
  padding-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading {
  font-family: var(--heading);
  background-color: #0000;
  align-items: center;
  width: auto;
  padding-bottom: .5rem;
  display: flex;
}

.list-item {
  color: var(--body-text);
  padding-bottom: 5px;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.list {
  color: var(--body-text);
  padding-left: 15px;
}

.image-4 {
  align-self: center;
  width: 25%;
  height: auto;
}

.sponsor_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  place-content: start flex-end;
  place-items: flex-start start;
  width: 100%;
  display: grid;
}

.image-5 {
  align-self: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-left: 0;
}

.back {
  border: 1px solid var(--sub-heading-colour);
  background-color: var(--sub-heading-colour);
  color: var(--white);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.image-1 {
  width: 100%;
}

.image-1.image {
  float: right;
  background-color: #00000005;
}

.image-2 {
  padding: 1rem;
}

.image-2.image {
  background-color: #0000;
  width: 100%;
}

.image_3.image {
  background-color: #0000;
  background-image: url('../images/image-background-gradient.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 100%;
}

.image_3.image.background {
  background-image: none;
}

.image.image_4, .image.image-5 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.bold-text {
  color: var(--yellow-font\<deleted\|variable-5fd48d6e-9140-6ef7-94f8-0d2312cf2dac\>);
}

.bold-text-2 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 3.5rem;
}

.bold-text-3 {
  color: var(--font-purple\<deleted\|variable-5efd3a79-75ad-4445-6dc5-5e55ba4b97b3\>);
}

.link-2 {
  color: var(--body-text);
}

.bold-text-4 {
  font-family: var(--content-heading);
  color: var(--sub-heading-colour);
  font-weight: 700;
}

.list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6 {
  color: var(--body-text);
}

.italic-text {
  font-family: Bitter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.image-6 {
  width: auto;
  min-width: auto;
  height: 100%;
  min-height: auto;
}

.div-block-2 {
  background-color: var(--sub-heading-colour);
  object-fit: contain;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: auto;
  max-height: 150px;
  padding: 1rem;
  display: flex;
}

.image-7 {
  vertical-align: baseline;
  object-fit: cover;
  width: 90%;
  height: auto;
  max-height: 100px;
}

.text-block {
  font-family: var(--content-heading);
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.link-3 {
  color: var(--black);
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .container.is--hero {
    background-color: #0000;
  }
}

@media screen and (min-width: 1440px) {
  .text-container._2col {
    background-color: #0000;
  }

  .content-heading-h1 {
    padding-bottom: .5em;
  }

  .content-heading-h1.custom {
    color: var(--white);
    border-bottom-style: none;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }

  .content-heading-h1.custom._1 {
    border-bottom-style: none;
    font-size: 2.5rem;
  }

  .content-heading-h1.custom._2 {
    padding-top: 0;
    padding-bottom: 0;
    font-family: Bentonsans, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .content-paragraph.custom {
    margin-top: 1rem;
    padding-top: .5em;
  }

  .heading {
    background-color: #0000;
  }

  .list-item {
    color: var(--body-text);
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-family: Bentonsans, sans-serif;
    font-size: 16px;
    line-height: 1.3;
  }

  .list {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-content {
    width: 100%;
  }

  .content-heading-h1.custom._1 {
    border-bottom-style: none;
  }

  .list-item {
    color: var(--body-text);
    font-family: Bentonsans, sans-serif;
  }

  .div-block {
    position: relative;
    overflow: hidden;
  }
}

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

  .hero-content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .logo-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1em;
  }

  .text-wrapper {
    justify-content: space-around;
    align-items: center;
  }

  .hero-heading-h1 {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .5em;
    font-size: 3.5rem;
  }

  .hero-heading-h2 {
    padding-bottom: .5em;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
  }

  .container.is--hero {
    height: 100%;
  }

  .text-container._2col._3col {
    column-count: auto;
  }

  .text-container.dark_bg, .text-container.light {
    padding: 1.5rem;
  }

  .text-container._3col {
    column-count: auto;
  }

  .content-heading-h1, .content-heading-h1.custom._2 {
    font-size: 1.6rem;
  }

  .content-paragraph {
    font-size: 1.3em;
  }

  .content-paragraph._2col {
    white-space: break-spaces;
    font-size: 16px;
  }

  .content-paragraph.custom {
    font-size: 16px;
  }

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .social-pdf {
    width: 100%;
  }

  .heading {
    padding-top: .5rem;
  }

  .div-block-2 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .logo-block {
    margin-bottom: 2em;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .text-wrapper {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 1em;
  }

  .hero-heading-h1 {
    font-size: 55px;
  }

  .hero-heading-h2 {
    font-size: 25px;
  }

  .hero-paragraph {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: .5em;
    font-family: Bentonsans, sans-serif;
    font-size: 16px;
    line-height: 1.4;
  }

  .container.is--hero {
    height: 100%;
  }

  .grid.item_one, .grid.item_two, .grid.item_three {
    grid-template-columns: 1fr;
  }

  .text-container._2col, .text-container._2col._3col {
    column-count: 1;
  }

  .text-container.dark_bg, .text-container.light {
    padding: 1.5rem;
  }

  .content-heading-h1 {
    font-size: 25px;
  }

  .content-paragraph {
    font-size: 16px;
  }

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .sponsor_box {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .back_to_top {
    margin-top: 1rem;
  }

  .image-6 {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .div-block-2 {
    width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    object-fit: fill;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-subtitle {
    width: 100%;
    height: auto;
    margin-top: .5rem;
    margin-left: 0;
    padding-top: 0;
    font-size: 15px;
  }

  .text-wrapper {
    margin-top: 1rem;
  }

  .hero-heading-h1 {
    font-size: 50px;
  }

  .hero-heading-h2 {
    margin-bottom: .5rem;
    font-size: 24px;
  }

  .hero-paragraph {
    text-align: left;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.3;
  }

  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.is--hero {
    height: 100%;
  }

  .container.no_bg {
    flex-direction: row;
  }

  .container.border {
    border-left-style: none;
    margin-left: auto;
    margin-right: auto;
  }

  .grid.item_one, .grid.item_two, .grid.item_three {
    grid-template-columns: 1fr;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-container._2col {
    column-count: auto;
  }

  .text-container.dark_bg {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-container.light {
    white-space: normal;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-container.light.white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-heading-h1 {
    margin-top: .5em;
    font-size: 24px;
  }

  .content-heading-h1.custom._1 {
    text-align: left;
    width: 100%;
  }

  .content-paragraph {
    font-size: 16px;
  }

  .content-paragraph._2col {
    column-count: auto;
    font-family: Bentonsans, sans-serif;
  }

  .content-paragraph.custom {
    color: var(--black);
    align-self: auto;
    width: auto;
    font-family: Bentonsans, sans-serif;
  }

  .author-pdf-social-block {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .author {
    width: 100%;
    height: auto;
    line-height: 1.3;
  }

  .social-pdf {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .list-item {
    white-space: normal;
    object-fit: fill;
    flex-direction: column;
    display: block;
  }

  .list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    list-style-type: decimal;
  }

  .image-4 {
    align-self: flex-start;
    width: 70%;
    padding-bottom: .5rem;
  }

  .sponsor_box {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bold-text {
    text-align: left;
  }

  .bold-text-2 {
    font-size: 35px;
  }

  .div-block-2 {
    width: 50%;
  }

  .image-7 {
    width: 80%;
  }

  .text-block {
    font-size: .8rem;
  }
}

#w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa30-7157e690 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa34-7157e690 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa3d-7157e690 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-7157e690 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-7157e690 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-7157e690 {
  grid-area: 3 / 1 / 4 / 3;
  place-self: center;
}

#w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-7157e690 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-7157e690 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-7157e690 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-ec026df3-8d3e-90f6-8b93-95773736347d-7157e690 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-7157e690 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-f8ddaeea-c049-b502-90b3-a35986c33524-7157e690 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: start;
}

#w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b1d-7157e690 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_30e0f4d1-438f-ba6a-ad46-1711115201b9-7157e690 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_3f5cfa7e-03d0-e848-9362-dfb7e653bf27-7157e690 {
  grid-area: 3 / 1 / 4 / 3;
  justify-self: start;
}

#w-node-a8acc411-eb68-816a-609c-cbb1c12a2440-7157e690 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: end;
}

#w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b23-7157e690 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448ba9-7157e690 {
  grid-area: 5 / 1 / 6 / 3;
  justify-self: start;
}

#w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448baa-7157e690 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa34-7157e690 {
    grid-column-end: 3;
  }

  #w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa3d-7157e690 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-7157e690 {
    grid-row: 2 / 3;
  }

  #w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-7157e690 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-7157e690 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-7157e690 {
    grid-column-end: 3;
  }

  #w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-7157e690 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-7157e690 {
    grid-column-start: 1;
  }

  #w-node-f8ddaeea-c049-b502-90b3-a35986c33524-7157e690 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_3f5cfa7e-03d0-e848-9362-dfb7e653bf27-7157e690 {
    grid-row: 3 / 4;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448ba9-7157e690 {
    grid-row: 5 / 6;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448baa-7157e690 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa30-7157e690, #w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa34-7157e690, #w-node-b8ad7080-5bd1-52f9-71c5-2d01894afa3d-7157e690, #w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-7157e690, #w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-7157e690, #w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-7157e690, #w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-7157e690, #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-7157e690, #w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-7157e690, #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-7157e690, #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-7157e690, #w-node-f8ddaeea-c049-b502-90b3-a35986c33524-7157e690 {
    grid-column-start: 1;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b1d-7157e690 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_30e0f4d1-438f-ba6a-ad46-1711115201b9-7157e690 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3f5cfa7e-03d0-e848-9362-dfb7e653bf27-7157e690 {
    grid-row: 3 / 4;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b23-7157e690 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448ba9-7157e690 {
    grid-row: 5 / 6;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448baa-7157e690 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b1d-7157e690 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: start center;
  }

  #w-node-_30e0f4d1-438f-ba6a-ad46-1711115201b9-7157e690 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start center;
  }

  #w-node-_3f5cfa7e-03d0-e848-9362-dfb7e653bf27-7157e690 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448b23-7157e690 {
    grid-area: 4 / 1 / 5 / 3;
    place-self: start center;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448ba9-7157e690 {
    grid-area: 5 / 1 / 6 / 3;
    justify-self: center;
  }

  #w-node-e816fcef-1f2d-b8c3-afc0-23f1b9448baa-7157e690 {
    grid-area: 1 / 1 / 2 / 4;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans book';
  src: url('../fonts/BentonSans-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonsans';
  src: url('../fonts/BentonSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pally';
  src: url('../fonts/Pally-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}