:root {
  --yellow: yellow;
  --white: white;
  --tomato: #f96739;
  --floral-white: #faf6eb;
  --light-salmon: #f9b399;
  --sienna: #aa3601;
  --dark-slate-blue: #134280;
  --floral-white-2: rgba(250, 246, 235, .63);
  --background: #faf0eb;
  --peach-puff: #e8c9af;
  --gold: #f9c014;
}

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

.body {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Dec-Jan-explainer-background-spread.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  align-items: center;
  font-size: 1vw;
  display: block;
}

.section {
  z-index: auto;
  background-color: rgba(250, 246, 235, .63);
  background-image: none;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
  position: relative;
}

.section.is--hero {
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin: 0 auto 10rem;
  padding: 0;
}

.section.one {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.three {
  z-index: 3;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.five {
  z-index: 3;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.five.test {
  flex-direction: column;
  align-items: flex-start;
}

.hero-content {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(198deg, #f26739, #f9c014);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 2.22em;
  display: flex;
  position: relative;
}

.logo-block {
  width: auto;
  height: auto;
  border-bottom: 2px none var(--yellow);
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.hero-subtitle {
  height: 3.89em;
  color: #000;
  letter-spacing: .6em;
  text-transform: lowercase;
  border-left: 2px solid #000;
  align-items: center;
  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;
}

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

.top_text_wrapper.content_block {
  justify-content: flex-end;
  margin-top: 1rem;
  margin-left: 1rem;
}

.hero-heading-h1 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-heading-h2 {
  color: #fff;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-right: 1rem;
  font-family: Bentonsans, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.65;
}

.content_paragraph {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 1rem;
  font-family: Bentonsans, sans-serif;
  font-size: 18px;
  line-height: 1.43;
}

.container {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(167deg, var(--tomato), #f9c014);
  object-fit: fill;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 1em;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 10em;
  margin-left: 2%;
  margin-right: 2%;
  padding: 2em;
  font-family: Bentonsans, sans-serif;
  display: flex;
}

.container.is--hero {
  z-index: 99999;
  width: 100%;
  height: auto;
  max-width: 1440px;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  margin: 5em auto;
  padding: .76em 2%;
  position: relative;
  overflow: hidden;
}

.container.image-bg {
  background-image: url('../images/runningman.webp'), url('../images/Asset-1.svg'), linear-gradient(167deg, #f4801e, #f9c014);
  background-position: 103% -2%, 18%, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 50%, auto 100%, auto;
}

.container.no_bg {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/HeartPumpa.webp'), linear-gradient(167deg, var(--tomato), #f9c014);
  background-position: -20% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
  align-self: flex-start;
  display: flex;
}

.container.no_bg.nobgimage {
  background-image: linear-gradient(167deg, var(--tomato), #f9c014);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

.grid.item_one {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 104px auto;
  grid-template-columns: 1fr 1fr;
  position: static;
}

.grid.item_six {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: column;
  align-items: start;
  justify-items: center;
}

.grid.section-4 {
  grid-column-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto auto auto auto auto;
}

.text-container {
  z-index: 4;
  color: var(--floral-white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 1em;
  display: flex;
  position: static;
}

.text-container._2col {
  column-count: 2;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.text-container._2col._3col {
  white-space: normal;
}

.text-container._2col.background {
  background-color: rgba(249, 152, 43, .62);
}

.text-container._2col.background.pd {
  padding: 1rem;
}

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

.text-container.dark_bg {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1em;
}

.text-container.light {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-self: flex-start;
}

.text-container._3col {
  column-count: 3;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.content-heading-h1 {
  color: var(--yellow);
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 0;
  font-size: 2.64em;
  line-height: 1.16;
}

.content-heading-h1.custom {
  border-bottom: 5px solid var(--white);
  color: var(--light-salmon);
  padding-top: 0;
  padding-bottom: .5rem;
  padding-left: 0;
}

.content-heading-h1.custom._1 {
  color: var(--yellow);
  border-bottom-style: none;
}

.content-heading-h1.custom._2 {
  color: var(--floral-white);
  border-bottom-style: none;
  margin-bottom: .5rem;
  padding-bottom: 0;
  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(--white);
  text-indent: 0;
  margin-bottom: 10px;
  font-family: Bentonsans book, sans-serif;
  font-size: 18px;
}

.content-paragraph._2col.text_white {
  color: var(--white);
}

.content-paragraph._2col.text_dark {
  color: #030303;
}

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

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

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

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

.link-block {
  width: auto;
  height: 32px;
  border: 1px solid var(--tomato);
  background-color: var(--floral-white);
  color: var(--white);
  border-radius: 4px;
  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 {
  width: 1rem;
  color: var(--tomato);
  margin-right: .5rem;
}

.link {
  color: var(--tomato);
  border: 1px #000;
  align-self: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  text-decoration: none;
}

.heading {
  width: auto;
  color: var(--yellow);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
  position: static;
}

.heading.full_width {
  width: 100%;
}

.list-item {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.list {
  margin-top: 10px;
  padding-left: 15px;
}

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

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

.back_to_top {
  text-align: right;
}

.back {
  border-style: solid;
  border-width: 1px;
  border-color: var(--sienna) var(--sienna) var(--tomato);
  background-color: var(--white);
  color: var(--tomato);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.grid_one {
  grid-column-gap: 0px;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: .5fr;
}

.heart_image {
  width: 100%;
  height: auto;
  object-fit: fill;
  margin-top: 5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: static;
  top: -66px;
  bottom: 0;
  right: 0;
}

.runningmana {
  z-index: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: static;
  top: auto;
  bottom: -1%;
  left: -23%;
  right: auto;
  overflow: visible;
}

.starting {
  width: 50%;
  height: auto;
  position: static;
  top: -5px;
}

.mitochondria {
  z-index: 1;
  width: 100%;
  object-fit: cover;
  position: static;
}

.image-9 {
  width: 30%;
  margin-top: -60px;
}

.cellimage {
  margin-bottom: 3rem;
}

.heartrate {
  width: 100%;
  height: auto;
}

.contraction {
  width: 90%;
  margin-top: -21px;
  margin-left: 0;
}

.runningman_l {
  opacity: 0;
  display: none;
}

@media screen and (min-width: 1280px) {
  .section.is--hero, .section.one.start, .section.three, .section.five {
    max-width: 1440px;
  }

  .container.is--hero {
    background-color: rgba(0, 0, 0, 0);
  }

  .content-heading-h1 {
    width: 100%;
  }

  .heading {
    width: 80%;
    margin-top: 1rem;
  }

  .runningmana {
    width: 100%;
    position: static;
    top: auto;
    bottom: -1%;
    left: -23%;
    right: auto;
  }

  .mitochondria {
    z-index: 4;
    position: static;
    top: 0;
  }

  .image-9 {
    width: 50%;
  }
}

@media screen and (min-width: 1440px) {
  .section.is--hero, .section.one.start {
    max-width: 1440px;
  }

  .section.three, .section.five {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .top_text_wrapper.content_block {
    justify-content: flex-start;
  }

  .container, .container.image-bg, .container.no_bg {
    border-radius: 16px;
  }

  .text-container._2col {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .heading {
    width: 80%;
    background-color: rgba(0, 0, 0, 0);
    margin-top: 1rem;
  }

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

  .list {
    padding-left: 15px;
  }

  .heart_image {
    margin-top: 0;
    top: -154px;
  }

  .runningmana {
    z-index: auto;
    width: 100%;
    position: static;
    top: auto;
    bottom: 0%;
    left: -14%;
    right: auto;
  }

  .mitochondria {
    width: 80%;
  }
}

@media screen and (min-width: 1920px) {
  .section.is--hero {
    max-width: 1440px;
    margin-bottom: 2rem;
  }

  .section.one.start {
    max-width: 1440px;
  }

  .section.three, .section.five {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-content {
    width: 100%;
  }

  .container.is--hero {
    max-width: none;
    margin-bottom: 7em;
  }

  .container.image-bg, .container.no_bg {
    border-radius: 16px;
  }

  .content-heading-h1 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }

  .heading {
    width: 100%;
    margin-top: 4rem;
  }

  .heart_image {
    width: 80%;
    position: static;
    top: -270px;
  }

  .runningmana {
    z-index: auto;
    width: 100%;
    max-width: 100%;
    position: static;
    top: auto;
    bottom: 0%;
    left: -16%;
    right: auto;
    overflow: visible;
  }

  .starting {
    margin-top: 0;
    margin-bottom: -66px;
  }

  .mitochondria {
    width: 80%;
  }

  .image-9 {
    width: 50%;
    margin-top: -85px;
  }
}

@media screen and (max-width: 991px) {
  .hero-content {
    height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .content_paragraph {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .container.is--hero {
    max-width: none;
  }

  .container.image-bg {
    background-image: url('../images/Asset-1.svg'), linear-gradient(167deg, #f4801e, #f9c014);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
  }

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

  .content-heading-h1 {
    padding-left: 0;
  }

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

  .content-paragraph._2col {
    white-space: break-spaces;
  }

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

  .social-pdf {
    width: 100%;
  }

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

  .heart_image {
    width: 100%;
    margin-top: 0;
    position: static;
    top: 0;
    right: 45px;
  }

  .runningmana {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 4rem;
    position: static;
    top: 133px;
    bottom: 0;
    left: -220px;
  }

  .starting {
    width: 30%;
    margin-bottom: 19px;
  }

  .contraction {
    width: 100%;
  }

  .runningman_l {
    width: 60%;
    opacity: 1;
    margin-left: 0;
    margin-right: -31px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.is--hero {
    margin-bottom: 4rem;
  }

  .hero-content {
    width: 100%;
    height: 100%;
    justify-content: space-between;
  }

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

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

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

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

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

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

  .container.image-bg {
    background-image: linear-gradient(167deg, #f4801e, #f9c014);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

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

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

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

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

  .social-pdf {
    margin-top: 1rem;
  }

  .heading {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .back_to_top {
    margin-top: 1rem;
  }

  .runningmana {
    bottom: -151px;
  }

  .starting {
    width: 40%;
    margin-bottom: 20px;
  }

  .mitochondria {
    width: 100%;
  }

  .image-9 {
    width: 40%;
    margin-top: -33px;
  }

  .contraction {
    margin-top: 0;
  }

  .runningman_l {
    margin-right: -2rem;
  }
}

@media screen and (max-width: 479px) {
  .section.one.start {
    padding-left: 2%;
    padding-right: 2%;
  }

  .section.three, .section.five {
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .hero-content {
    width: 100%;
    height: 100%;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-block {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero-subtitle {
    width: 100%;
    height: auto;
    margin-top: .25em;
    margin-left: 0;
    padding-top: 0;
    font-size: 16px;
  }

  .top_text_wrapper.content_block {
    margin-top: 0;
    margin-left: 0;
  }

  .hero-heading-h1 {
    text-align: left;
    font-size: 40px;
  }

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

  .content_paragraph {
    text-align: left;
    padding-right: 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.2em;
    padding-right: .2em;
  }

  .container.is--hero {
    height: auto;
    padding-left: 2%;
  }

  .container.image-bg {
    border-radius: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.22em;
    padding-right: 2.22em;
  }

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

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

  .grid.item_six {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    align-content: space-between;
    justify-content: center;
    align-self: auto;
    justify-items: center;
  }

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

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

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

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

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

  .content-heading-h1.custom._1 {
    width: auto;
  }

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

  .content-paragraph._2col {
    column-count: auto;
  }

  .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: 0px;
    grid-row-gap: 0rem;
  }

  .heading {
    margin-top: 0;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 1.16;
  }

  .list-item {
    white-space: normal;
    object-fit: fill;
    flex-direction: column;
    padding-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .list {
    width: 100%;
    padding-left: 0;
  }

  .image-4 {
    width: 100%;
    align-self: flex-start;
  }

  .sponsor_box {
    text-align: left;
    grid-template-rows: auto auto auto auto;
    justify-items: center;
  }

  .back_to_top {
    text-align: center;
    margin-bottom: 1rem;
  }

  .heart_image {
    width: 100%;
    position: static;
    right: 0;
  }

  .runningmana {
    width: 100%;
    margin-bottom: 1rem;
    bottom: -119px;
    left: -127px;
  }

  .starting {
    width: 50%;
    margin-bottom: 39px;
  }

  .image-9 {
    width: 50%;
    margin-top: -23px;
  }

  .contraction {
    margin-top: 0;
  }

  .runningman_l {
    width: 100%;
    margin-right: 0;
  }
}

#w-node-_2ef6dbb5-4f8b-3c2f-c5f8-de650d7e207b-eb4d8ed6 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_5bcaf97b-ab2f-f134-9870-dbdb267e875d-eb4d8ed6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-bf0ee5f6-db4b-09d5-7a78-fc34f434c70e-eb4d8ed6 {
  grid-area: 2 / 2 / 4 / 4;
  align-self: start;
  justify-self: start;
}

#w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
  grid-area: 3 / 1 / 5 / 2;
  align-self: center;
  justify-self: stretch;
}

#w-node-f8a3a37c-3ed5-5815-c1f2-201112d85ee8-eb4d8ed6 {
  grid-area: 3 / 2 / 5 / 4;
  align-self: center;
}

#w-node-c4945046-0adb-21ff-8003-771aa76451af-eb4d8ed6 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
  justify-self: center;
}

#w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-eb4d8ed6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-eb4d8ed6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_767c9dd9-210c-1b25-cce3-60d13e368ae7-eb4d8ed6 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-b0442b89-4038-de56-f982-3538f8b8f19e-eb4d8ed6 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: start;
}

#w-node-a76b1367-24de-1c75-b4d0-1ae943741f09-eb4d8ed6 {
  grid-area: 2 / 2 / 3 / 4;
  align-self: start;
  justify-self: start;
}

#w-node-_871c6d69-c090-7e77-283d-bb3d468d6da9-eb4d8ed6 {
  grid-area: 3 / 2 / 4 / 4;
  align-self: start;
}

#w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-eb4d8ed6 {
  grid-area: 5 / 1 / 6 / 4;
  justify-self: start;
}

#w-node-_1d710fa1-e2fe-30d9-c318-a99d0abad3af-eb4d8ed6 {
  grid-area: 4 / 1 / 5 / 4;
  align-self: start;
  justify-self: center;
}

#w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-eb4d8ed6 {
  order: 0;
  grid-area: 6 / 1 / 7 / 4;
}

#w-node-e5555312-20d4-4922-ff37-5575c63af817-eb4d8ed6 {
  grid-area: 1 / 1 / 3 / 4;
  align-self: center;
  justify-self: center;
}

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

#w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-eb4d8ed6 {
  grid-area: 4 / 1 / 5 / 4;
  align-self: start;
}

#w-node-_3e74f707-2be2-8c39-09c5-1cf186c2fee9-eb4d8ed6 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  justify-self: start;
}

#w-node-_5af16592-aa45-2169-628d-5947ca075fc4-eb4d8ed6 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-eb4d8ed6 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: end;
}

#w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-eb4d8ed6 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
  justify-self: end;
}

#w-node-_83013f96-7d26-030f-da3f-9e20e79e0d17-eb4d8ed6 {
  grid-area: 2 / 1 / 3 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-bf0ee5f6-db4b-09d5-7a78-fc34f434c70e-eb4d8ed6 {
    grid-row: 1 / 4;
    align-self: center;
    justify-self: center;
  }

  #w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
    grid-column-end: 2;
  }

  #w-node-f8a3a37c-3ed5-5815-c1f2-201112d85ee8-eb4d8ed6 {
    grid-column-end: 4;
    align-self: center;
  }

  #w-node-c4945046-0adb-21ff-8003-771aa76451af-eb4d8ed6 {
    align-self: end;
  }

  #w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-eb4d8ed6 {
    align-self: start;
  }

  #w-node-e5555312-20d4-4922-ff37-5575c63af817-eb4d8ed6 {
    grid-column-start: 1;
    justify-self: center;
  }

  #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-eb4d8ed6 {
    grid-column-end: 3;
    justify-self: start;
  }

  #w-node-_3e74f707-2be2-8c39-09c5-1cf186c2fee9-eb4d8ed6 {
    grid-column-end: 2;
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-bf0ee5f6-db4b-09d5-7a78-fc34f434c70e-eb4d8ed6 {
    grid-row: 1 / 3;
    align-self: center;
  }

  #w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
    grid-column-end: 2;
    align-self: center;
  }

  #w-node-f8a3a37c-3ed5-5815-c1f2-201112d85ee8-eb4d8ed6 {
    align-self: start;
  }

  #w-node-e5555312-20d4-4922-ff37-5575c63af817-eb4d8ed6 {
    justify-self: center;
  }

  #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-eb4d8ed6 {
    grid-column-end: 3;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
    grid-column-end: 2;
  }

  #w-node-f8a3a37c-3ed5-5815-c1f2-201112d85ee8-eb4d8ed6 {
    align-self: start;
  }

  #w-node-e5555312-20d4-4922-ff37-5575c63af817-eb4d8ed6 {
    justify-self: center;
  }

  #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-eb4d8ed6 {
    grid-column-end: 3;
  }

  #w-node-_3e74f707-2be2-8c39-09c5-1cf186c2fee9-eb4d8ed6 {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5bcaf97b-ab2f-f134-9870-dbdb267e875d-eb4d8ed6 {
    grid-column-end: 4;
  }

  #w-node-bf0ee5f6-db4b-09d5-7a78-fc34f434c70e-eb4d8ed6 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    align-self: start;
  }

  #w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
    grid-row: 5 / 6;
    grid-column-end: 4;
    align-self: stretch;
  }

  #w-node-f8a3a37c-3ed5-5815-c1f2-201112d85ee8-eb4d8ed6 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-c4945046-0adb-21ff-8003-771aa76451af-eb4d8ed6 {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-eb4d8ed6, #w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-eb4d8ed6 {
    grid-column-end: 3;
  }

  #w-node-d224bf3b-9c2d-d81d-a8ed-3201152d5c40-eb4d8ed6 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: end;
  }

  #w-node-_767c9dd9-210c-1b25-cce3-60d13e368ae7-eb4d8ed6 {
    grid-row: 5 / 6;
  }

  #w-node-a76b1367-24de-1c75-b4d0-1ae943741f09-eb4d8ed6, #w-node-_871c6d69-c090-7e77-283d-bb3d468d6da9-eb4d8ed6 {
    grid-column-start: 1;
  }

  #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-eb4d8ed6 {
    grid-column-end: 4;
  }

  #w-node-_3e74f707-2be2-8c39-09c5-1cf186c2fee9-eb4d8ed6 {
    justify-self: center;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-eb4d8ed6 {
    grid-row: 3 / 4;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-eb4d8ed6 {
    grid-area: 2 / 4 / 3 / 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c4945046-0adb-21ff-8003-771aa76451af-eb4d8ed6 {
    justify-self: center;
  }

  #w-node-b0442b89-4038-de56-f982-3538f8b8f19e-eb4d8ed6 {
    grid-row: 1 / 3;
  }

  #w-node-a76b1367-24de-1c75-b4d0-1ae943741f09-eb4d8ed6 {
    grid-row: 3 / 4;
  }

  #w-node-_871c6d69-c090-7e77-283d-bb3d468d6da9-eb4d8ed6 {
    grid-row-start: 4;
  }

  #w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-eb4d8ed6 {
    grid-row-start: 6;
  }

  #w-node-_1d710fa1-e2fe-30d9-c318-a99d0abad3af-eb4d8ed6 {
    grid-row-start: 5;
  }

  #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-eb4d8ed6 {
    grid-row: 7 / 8;
  }

  #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-eb4d8ed6 {
    grid-row: 3 / 4;
    grid-column-end: 4;
  }

  #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-eb4d8ed6 {
    grid-row: 4 / 5;
  }

  #w-node-_3e74f707-2be2-8c39-09c5-1cf186c2fee9-eb4d8ed6 {
    justify-self: center;
  }

  #w-node-_5af16592-aa45-2169-628d-5947ca075fc4-eb4d8ed6 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-eb4d8ed6 {
    grid-row: 3 / 4;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-eb4d8ed6 {
    grid-area: 3 / 3 / 4 / 3;
  }

  #w-node-_83013f96-7d26-030f-da3f-9e20e79e0d17-eb4d8ed6 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bf0ee5f6-db4b-09d5-7a78-fc34f434c70e-eb4d8ed6 {
    grid-column-start: 1;
    justify-self: end;
  }

  #w-node-_933aea4d-02df-3009-3ecd-cf72c309e096-eb4d8ed6 {
    grid-column-end: 4;
  }

  #w-node-_767c9dd9-210c-1b25-cce3-60d13e368ae7-eb4d8ed6 {
    grid-row-end: 6;
  }

  #w-node-b0442b89-4038-de56-f982-3538f8b8f19e-eb4d8ed6 {
    grid-row-end: 4;
  }

  #w-node-a76b1367-24de-1c75-b4d0-1ae943741f09-eb4d8ed6 {
    grid-row: 4 / 5;
  }

  #w-node-_871c6d69-c090-7e77-283d-bb3d468d6da9-eb4d8ed6 {
    grid-row: 5 / 6;
  }

  #w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-eb4d8ed6 {
    grid-row: 7 / 8;
  }

  #w-node-_1d710fa1-e2fe-30d9-c318-a99d0abad3af-eb4d8ed6 {
    grid-row: 6 / 7;
  }

  #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-eb4d8ed6 {
    grid-row: 8 / 9;
  }

  #w-node-_5af16592-aa45-2169-628d-5947ca075fc4-eb4d8ed6 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-eb4d8ed6 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-eb4d8ed6 {
    grid-area: 5 / 1 / 6 / 4;
    justify-self: center;
  }

  #w-node-_83013f96-7d26-030f-da3f-9e20e79e0d17-eb4d8ed6 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }
}


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