:root {
  --cadet-blue-3: #459aa2;
  --background: #faf0eb;
  --misty-rose: #f4d4d0;
  --white: white;
  --cadet-blue-2: #459aa2;
  --light-cyan: #cbe1e3;
  --cadet-blue-5: #48999f;
  --light-salmon: #f9b399;
  --misty-rose-2: #f2cecb;
  --sienna: #aa3601;
  --floral-white: #faf6eb;
  --dark-slate-blue: #134280;
  --floral-white-2: rgba(250, 246, 235, .63);
  --peach-puff: #e8c9af;
  --cadet-blue: rgba(69, 154, 162, .8);
  --cadet-blue-4: rgba(72, 153, 159, .8);
}

.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 {
  text-decoration: underline;
}

li {
  color: var(--cadet-blue-3);
}

.body {
  background-color: var(--background);
  background-image: url('../images/CAR-T-Cells-Explainer-background---Kristyn-Reid.png');
  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: 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-top: 0;
  margin-bottom: 0;
  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.two {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.hero-content {
  width: 90%;
  height: auto;
  background-color: rgba(72, 153, 159, .92);
  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: 100%;
  height: auto;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.hero-subtitle {
  height: 3.89em;
  border-left: 2px solid var(--misty-rose);
  color: var(--white);
  letter-spacing: .6em;
  text-transform: lowercase;
  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;
}

.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 {
  color: var(--misty-rose);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 3.9rem;
  line-height: 1.2;
}

.hero-heading-h2 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.65;
}

.hero-paragraph {
  color: var(--white);
  margin-top: 2rem;
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.container {
  width: 100%;
  max-width: 1366px;
  object-fit: fill;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  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;
  position: relative;
  overflow: hidden;
}

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

.container.border {
  border-left: 10px solid rgba(0, 0, 0, 0);
}

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

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

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

.grid.item_six {
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.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: rgba(0, 0, 0, 0);
  border-radius: 1em;
  column-gap: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  display: block;
}

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

.text-container.dark_bg {
  background-color: var(--cadet-blue-2);
  border-radius: 1em;
}

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

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

.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 {
  border-bottom-color: var(--misty-rose-2);
  color: var(--misty-rose-2);
  align-self: flex-start;
}

.content-heading-h1.custom._2 {
  color: var(--cadet-blue-5);
  border-bottom-style: none;
  align-self: flex-start;
  margin-bottom: .5rem;
  padding-bottom: 0;
  font-size: 1.5rem;
}

.content-heading-h1.sponsor {
  padding: .5rem;
  font-family: Bentonsans book, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

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

.content-paragraph._2col {
  color: #333;
  text-indent: 0;
  margin-bottom: 1rem;
  font-family: Bentonsans book, sans-serif;
  font-size: 18px;
}

.content-paragraph.custom {
  color: var(--white);
  text-indent: 0;
  margin-top: 1rem;
  padding-top: 0;
  font-size: 18px;
}

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

.author {
  height: 32px;
  color: var(--white);
  align-self: flex-start;
  margin-bottom: 0;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
  line-height: 1;
  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: 1.5px solid var(--cadet-blue-5);
  background-color: var(--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(--sienna);
  margin-right: .5rem;
}

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

.heading {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.list-item {
  color: var(--cadet-blue-5);
  font-family: Bentonsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.list {
  color: var(--cadet-blue-3);
  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: grid;
}

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

.back {
  border: 1px solid var(--cadet-blue-5);
  background-color: var(--white);
  color: var(--cadet-blue-5);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.image-1 {
  width: 100%;
}

.round-loope {
  border: 1px solid var(--white);
  border-radius: 100%;
  display: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
}

.image-2 {
  padding: 1rem;
}

.image.image_4, .image.image-5 {
  width: 100%;
  height: auto;
}

.bold-text {
  color: var(--misty-rose);
}

.bold-text-2 {
  color: var(--misty-rose-2);
}

.heading-2 {
  color: rgba(72, 153, 159, .6);
  object-fit: fill;
  align-self: stretch;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: .5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 8rem;
  transition: opacity .2s;
  display: flex;
}

.div-block {
  width: 10px;
  height: 100%;
  background-color: var(--cadet-blue-5);
  border-right: 1rem #000;
  align-self: stretch;
  position: relative;
  right: 0;
}

.progression-bar {
  width: 10px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  margin-left: -1rem;
  padding-right: 0;
  display: flex;
}

.ciricle {
  width: 20px;
  height: 20px;
  background-color: var(--cadet-blue-5);
  border-radius: 100%;
  margin-top: 37px;
}

.ciricle.two {
  margin-top: 0;
}

.line {
  width: 5px;
  height: 100%;
  background-color: var(--cadet-blue-5);
}

.image-6 {
  width: 1rem;
  height: 1rem;
}

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

@media screen and (min-width: 1440px) {
  .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: solid;
    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: rgba(0, 0, 0, 0);
  }

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

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

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

  .list-item {
    color: var(--cadet-blue-5);
  }
}

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

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

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

  .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-items: flex-start;
  }

  .social-pdf {
    width: 100%;
  }

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

  .heading-2 {
    font-size: 6rem;
  }
}

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

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

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

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

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

  .back_to_top {
    margin-top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero-content {
    width: 100%;
    height: 100%;
    object-fit: fill;
    justify-content: center;
    align-items: center;
    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: .25em;
    margin-left: 0;
    padding-top: 0;
    font-size: 15px;
  }

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

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

  .hero-paragraph {
    text-align: left;
    font-size: 15px;
    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 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid.item_one, .grid.item_two, .grid.item_three {
    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;
  }

  .content-paragraph.custom {
    width: auto;
    align-self: 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;
  }

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

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

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

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

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

  .progression-bar {
    display: none;
  }

  .image-7 {
    width: 80%;
  }
}

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

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

#w-node-_031960d1-3f09-985d-599f-eb1df5110c17-3bea2aef {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_720344d7-c9f3-6687-1cc8-f901e13e7fbe-3bea2aef {
  grid-area: 1 / 1 / 5 / 2;
}

#w-node-_9e43721f-1b71-cebb-4c11-0c7abd7e2d80-3bea2aef {
  grid-area: 1 / 1 / 4 / 2;
}

#w-node-_6bfec44e-abba-80f7-a845-e5c0374f9943-3bea2aef {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_74dd44d1-df25-7696-9d5b-d8bc14a6c7ed-3bea2aef {
  grid-area: 2 / 2 / 3 / 4;
}

#w-node-_1fb07692-ab74-f94f-cafd-504bea9f8a44-3bea2aef {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-_45ddac6e-a7ba-d14e-7ff9-f03ffb406010-3bea2aef {
  grid-area: 1 / 1 / 4 / 2;
}

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

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

#w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-3bea2aef {
  grid-area: 3 / 2 / 4 / 4;
}

#w-node-a470a0cb-7540-232f-4ce3-1c00e044b1ba-3bea2aef {
  grid-area: 1 / 1 / 4 / 2;
}

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

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

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

#w-node-ced6711d-f112-a72d-7eab-d41410e8001b-3bea2aef {
  grid-area: 1 / 1 / 4 / 2;
}

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

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

#w-node-f8ddaeea-c049-b502-90b3-a35986c33524-3bea2aef {
  grid-area: 3 / 2 / 4 / 4;
}

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

#w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-3bea2aef {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

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

#w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd5-3bea2aef {
  grid-area: 1 / 1 / 2 / 3;
  align-self: end;
}

#w-node-_3f6d9b83-f650-180d-f6c4-32562052998c-3bea2aef {
  grid-area: 2 / 1 / 3 / 2;
  align-self: end;
}

#w-node-e9fd1eae-83d8-29d6-03d9-48d07d1cedf4-3bea2aef {
  grid-area: 2 / 2 / 2 / 3;
}

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

@media screen and (max-width: 991px) {
  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd4-3bea2aef {
    grid-row: 3 / 4;
  }

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

@media screen and (max-width: 767px) {
  #w-node-_839fcf4c-792a-0005-3de6-643ba8eec5ef-3bea2aef, #w-node-_0c8d51a6-fa02-e444-00be-e8cd63f70eb7-3bea2aef, #w-node-_031960d1-3f09-985d-599f-eb1df5110c17-3bea2aef {
    grid-column-start: 1;
  }

  #w-node-_720344d7-c9f3-6687-1cc8-f901e13e7fbe-3bea2aef {
    grid-row-end: 4;
  }

  #w-node-_6bfec44e-abba-80f7-a845-e5c0374f9943-3bea2aef, #w-node-_74dd44d1-df25-7696-9d5b-d8bc14a6c7ed-3bea2aef, #w-node-_1fb07692-ab74-f94f-cafd-504bea9f8a44-3bea2aef, #w-node-_9ae95250-30de-e1d4-8059-2f3d7a120477-3bea2aef, #w-node-_0493fa16-eabe-68fe-deff-62e2a4c7e77c-3bea2aef, #w-node-b3e5b2df-9b8c-9349-6310-fd07f1a9ad31-3bea2aef, #w-node-_657ebcc8-3688-50d6-ee25-cf1482c41587-3bea2aef, #w-node-_3f5199c1-4dec-c152-4f78-53eb23880b81-3bea2aef, #w-node-eec1a829-8991-55ce-71a4-90ab9913f2fd-3bea2aef, #w-node-ec026df3-8d3e-90f6-8b93-95773736347d-3bea2aef, #w-node-_24d0cdd3-0740-49f3-76fb-57d5cb84f5d9-3bea2aef, #w-node-f8ddaeea-c049-b502-90b3-a35986c33524-3bea2aef {
    grid-column-start: 1;
  }

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

  #w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-3bea2aef {
    grid-area: 2 / 1 / 3 / 3;
  }

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

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

@media screen and (max-width: 479px) {
  #w-node-_5af16592-aa45-2169-628d-5947ca075fc4-3bea2aef {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
    justify-self: center;
  }

  #w-node-_46658b70-ddf0-9a42-7b8c-86cad20d5055-3bea2aef {
    grid-area: 2 / 1 / 3 / 3;
    align-self: start;
    justify-self: center;
  }

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

  #w-node-_335e1555-7d5a-9954-fa2b-e23f24be8bd5-3bea2aef {
    grid-row-end: 2;
    grid-column-end: 4;
    justify-self: center;
  }

  #w-node-_3f6d9b83-f650-180d-f6c4-32562052998c-3bea2aef {
    grid-column-end: 4;
  }

  #w-node-e9fd1eae-83d8-29d6-03d9-48d07d1cedf4-3bea2aef {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_286a29ca-0a0f-9fc2-37fb-1e4744d1ba3f-3bea2aef {
    grid-area: 4 / 1 / 5 / 4;
    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;
}