:root {
  --white: white;
  --dark-slate-blue: #134280;
  --steel-blue: #0081a1;
  --light-blue: #009ac6;
  --deep-sky-blue: #00b4ff;
  --dark-slate-blue-3: #004c99;
  --royal-blue: #165da0;
  --dark-slate-blue-2: #004a97;
  --silver-3: #bbc9d1;
  --dotted-line: #00b7b0;
  --cadet-blue: #91b4b3;
  --dark-slate-blue-5: #074f9e;
  --linen: #f8f1e7;
  --dark-cyan: #008a8c;
  --dark-slate-blue-4: #004a97;
  --border: #2c5e58;
  --gold: rgba(248, 197, 3, 0);
  --gold-2: #f8c503;
  --light-sea-green: #44a998;
  --sky-blue: #83d2e8;
  --steel-blue-2: #1e8aca;
  --rosy-brown: #ca978b;
  --silver: #bdc5c1;
  --silver-2: #bdc5c1;
  --light-slate-grey: #8790b8;
  --red: #a32027;
  --light-purple: #b0b0d6;
  --pink: #ce2d65;
}

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

p {
  margin-bottom: 10px;
  position: relative;
}

a {
  color: #333;
  font-family: Bentonsans book, sans-serif;
  text-decoration: none;
}

.body {
  background-color: var(--white);
  background-image: url('../images/DDN-MILESTONE-bkgd---Kristyn-Reid.jpeg');
  background-size: cover;
  font-size: 1vw;
  overflow: visible;
}

.section {
  border-top: 2em solid var(--dark-slate-blue);
}

.section.is--hero {
  background-color: rgba(0, 0, 0, 0);
  border-top-style: none;
  display: block;
}

.section.one {
  z-index: 2;
  border-top: 2em solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  line-height: 0;
  position: relative;
}

.section.one.blue {
  border-top-color: var(--light-blue);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.two {
  z-index: 2;
  border-top: 2em solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  position: relative;
}

.section.two.green {
  border-top-color: var(--light-blue);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.three {
  z-index: 2;
  border-top: 2em solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  position: relative;
}

.section.three.light-blue {
  border-top-color: var(--light-blue);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.four {
  z-index: 2;
  border-top: 2em solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  position: relative;
}

.section.four.med-blue {
  border-top-color: var(--light-blue);
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section.five {
  z-index: 2;
  border-top: 2em solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  position: relative;
}

.section.five.green {
  border-top-color: var(--light-blue);
}

.section.seven {
  z-index: 2;
  border-top: 2em solid var(--dark-slate-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 2em;
  position: relative;
}

.section.seven.small {
  border-top-color: var(--light-blue);
}

.section.small {
  margin-bottom: 2em;
}

.container.is--hero {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  width: 100%;
  max-width: 1440px;
  min-height: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem .76em;
  display: flex;
  position: relative;
}

.button-container {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-top: 2.22em;
  display: block;
}

.logo-2 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 30px;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark-slate-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 4px;
  align-self: flex-start;
  height: 30px;
  margin: .25rem 0 .25rem 0%;
  padding: .4rem 1rem .2rem;
  font-family: Bentonsans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
  box-shadow: 0 0 2.5px 1.5px rgba(0, 0, 0, .19);
}

.button:hover {
  border-color: var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.button.download {
  font-size: 1rem;
  display: none;
}

.hero-text {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.sponsor-container {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  width: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-left: 0;
  padding: 1.5em 2em 1.5em 0;
}

.sponsor-container.top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5rem;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: none;
}

.hero-subtitle {
  color: var(--dark-slate-blue-3);
  border-top: 5px #7ed2f8;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  padding-top: 0;
  font-family: Bentonsans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.125;
}

.hero-heading {
  color: var(--royal-blue);
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .22em;
  padding-bottom: .02em;
  font-family: Bentonsans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: .55;
}

.hero-container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.11em;
  display: flex;
  position: relative;
}

.logo-1 {
  object-fit: contain;
  width: auto;
  max-width: none;
  height: 80px;
  margin-right: 0;
}

.section-container {
  z-index: 10;
  border-top: 4px none var(--dark-slate-blue);
  background-color: rgba(255, 255, 255, .8);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 14%, #fff 52%);
  border-bottom-style: none;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2.22em;
  display: flex;
  position: relative;
  box-shadow: 0 5px 12px rgba(0, 0, 0, .3);
}

.section-container.last {
  border-top-style: none;
}

.section-container.last.green {
  background-color: #2a3965;
  background-image: none;
  border-top-style: none;
}

.section-container.yellow {
  border-top-color: var(--dark-slate-blue-2);
  background-image: linear-gradient(180deg, transparent 14%, var(--white) 52%);
}

.subheading-container {
  z-index: 30;
  border-style: none;
  border-width: .14em .14em .4em;
  border-color: var(--deep-sky-blue);
  width: auto;
  height: auto;
  position: static;
  top: 7%;
  left: 7%;
}

.section-subheading {
  border-bottom: 2.5px none var(--deep-sky-blue);
  margin-top: .21em;
  margin-bottom: .25em;
  font-family: Bentonsans, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  text-decoration: none;
}

.image {
  z-index: 10;
  width: 33.33em;
  position: relative;
  bottom: 29%;
  left: 7%;
}

.image.section-two {
  border-radius: 1rem;
  width: 100%;
  position: static;
}

.image.section-two.green {
  border: 5px #000;
  border-radius: 0;
}

.image.section-four {
  border: 5px #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  position: static;
}

.image.section-five {
  border: 5px none var(--silver-3);
  border-radius: 0;
  width: 100%;
  position: static;
}

.image.section-five.small {
  border-style: none;
  border-radius: 0;
}

.text-container {
  z-index: 20;
  border: 2px dotted var(--dotted-line);
  background-color: var(--white);
  object-fit: fill;
  border-radius: 0;
  flex-flow: row;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 2.22em;
  display: block;
  position: static;
  top: 9%;
  bottom: 21%;
  right: 3%;
  overflow: visible;
}

.text-container.reference {
  border-style: none;
  border-color: var(--cadet-blue);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 0;
}

.text-container.green {
  border-style: dotted;
  border-color: var(--dotted-line);
}

.text-container.green.no-border {
  border-style: none;
  margin-top: 0;
  padding: 0;
}

.text-container.purple, .text-container.red {
  border-style: dotted;
  border-color: var(--dotted-line);
}

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

.grid._3-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: .6fr 1fr;
}

.grid-3, .grid-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: .6fr 1fr;
}

.grid-7 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 2.22em 2.22em 2.22em 2em;
}

.heading {
  z-index: 2;
  color: var(--dark-slate-blue);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: screen;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border-top: 4px rgba(170, 170, 170, .8);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 48px;
  font-family: Bentonsans, sans-serif;
  font-size: 7em;
  line-height: 1;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 48px;
  right: 0%;
}

.heading.small {
  font-size: 2em;
}

.image-container {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.credit {
  color: #080808;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1.2;
}

.alt {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  margin-left: 0;
  line-height: 1.2;
}

.intro {
  width: 80%;
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 1.5;
  display: block;
}

.intro.hero-paragraph {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.author {
  color: #333;
  text-transform: uppercase;
  align-self: flex-start;
  height: 32px;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Bentonsans book, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: block;
}

.ref {
  align-self: flex-start;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.paragraph {
  margin-bottom: 1.5rem;
  padding-bottom: 0;
  font-family: Bentonsans book, sans-serif;
  font-size: 18px;
  line-height: 1.56;
}

.paragraph.hero-paragraph {
  margin-bottom: 0;
  font-family: Bentonsans, sans-serif;
  font-weight: 400;
}

.list {
  font-family: Bentonsans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.supported {
  align-self: flex-start;
  margin-top: 4em;
  font-size: 1rem;
  display: none;
}

.link-block {
  border: 1px solid var(--dark-slate-blue-5);
  background-color: var(--dark-slate-blue-5);
  box-shadow: none;
  color: var(--white);
  border-radius: 4px;
  width: auto;
  height: 32px;
  margin: 0 2px 5px;
  padding: .4rem 1rem .2rem;
  font-family: Bentonsans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.paragraph-2 {
  float: right;
  color: var(--white);
  height: auto;
  margin-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  position: static;
}

.icon {
  float: left;
  width: 1rem;
  margin-right: .5rem;
  display: inline-block;
  position: static;
}

.link-block-2 {
  flex-direction: row;
  align-items: flex-start;
  margin: auto;
  display: flex;
}

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

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

.author-pdf-social-block {
  grid-column-gap: 2rem;
  border-top: 2px solid rgba(153, 153, 153, .3);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.link {
  color: #000;
}

.text-span-3 {
  text-transform: uppercase;
}

.block-quote-2 {
  border-left-color: #000;
  width: 100%;
}

.text-span-4 {
  color: silver;
  font-size: 14px;
  line-height: 1.2;
}

.italic-text {
  color: silver;
  font-weight: 400;
}

.image-group {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10 {
  color: var(--white);
  font-weight: 400;
}

.link-2, .image_credit {
  color: #000;
  text-transform: uppercase;
}

.list-item-11 {
  color: var(--white);
  font-weight: 400;
}

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

@media screen and (min-width: 1280px) {
  .logo-2 {
    margin-right: 1rem;
  }

  .sponsor-container.top {
    justify-content: flex-start;
  }

  .hero-subtitle {
    font-size: 3rem;
  }

  .hero-heading {
    font-size: 1.5rem;
  }

  .logo-1 {
    margin-right: 1rem;
  }

  .section-container.last.green {
    border-radius: 0;
  }

  .section-subheading {
    font-size: 38px;
  }

  .heading {
    font-size: 7rem;
  }

  .credit, .alt {
    font-size: 13px;
  }

  .intro {
    font-size: 24px;
  }

  .author {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .sponsor-container {
    align-items: flex-start;
  }

  .hero-subtitle {
    font-size: 3rem;
  }

  .heading {
    font-size: 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    box-shadow: 0 1px 2px 1px var(--deep-sky-blue);
  }

  .sponsor-container.top {
    margin-top: 1rem;
  }

  .hero-subtitle {
    font-size: 3rem;
  }

  .heading {
    width: auto;
    max-width: 1440px;
    padding-left: 48px;
    font-size: 8rem;
  }

  .intro, .paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .section.is--hero, .section.two, .section.three, .section.four, .section.five, .section.seven {
    overflow: hidden;
  }

  .container.is--hero {
    object-fit: fill;
    max-width: none;
    overflow: visible;
  }

  .button-container {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

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

  .sponsor-container {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .hero-subtitle {
    width: 100%;
    font-size: 2.5rem;
  }

  .hero-heading {
    font-size: 1rem;
  }

  .hero-container {
    max-width: none;
    padding-top: 2em;
  }

  .section-container {
    align-items: flex-start;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section-subheading {
    font-size: 3em;
  }

  .image.section-two.green {
    align-self: center;
    width: 100%;
    height: auto;
  }

  .image.section-four {
    align-self: center;
    width: 80%;
  }

  .image.section-four.full-width {
    width: 100%;
  }

  .image.section-five {
    border-style: none;
    border-radius: 0;
  }

  .image.section-five.small {
    align-self: center;
    width: 80%;
  }

  .heading {
    text-align: center;
    padding-left: 0;
    left: 0;
    right: 0%;
  }

  .image-container {
    width: 100%;
  }

  .credit, .alt {
    font-size: 12px;
  }

  .intro {
    font-size: 20px;
  }

  .intro.hero-paragraph {
    width: 100%;
  }

  .author {
    font-size: 1rem;
  }

  .ref {
    align-self: flex-start;
  }

  .paragraph {
    font-size: 16px;
  }

  .supported {
    font-size: 1rem;
  }

  .author-pdf-social-block {
    width: 100%;
  }

  .italic-text-2 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .section.one {
    background-image: none;
  }

  .section.five.green, .section.seven {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-container {
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
    padding-bottom: 0;
  }

  .button {
    font-size: 16px;
  }

  .sponsor-container {
    flex-flow: wrap;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    display: flex;
  }

  .sponsor-container.top {
    flex-wrap: nowrap;
  }

  .hero-subtitle {
    width: 90%;
    font-size: 2.5rem;
  }

  .hero-heading {
    font-size: 1rem;
    line-height: .8;
  }

  .section-container {
    max-width: none;
  }

  .section-container.last {
    margin-bottom: 2rem;
  }

  .subheading-container {
    text-align: center;
  }

  .section-subheading {
    font-size: 30px;
  }

  .image.section-four {
    width: 80%;
  }

  .image.section-four.full-width {
    width: 100%;
  }

  .grid, .grid._3-4, .grid-3, .grid-4, .grid-7 {
    grid-template-columns: 1fr;
  }

  .credit, .alt {
    font-size: 12px;
  }

  .intro {
    width: 100%;
    font-size: 16px;
  }

  .intro.hero-paragraph {
    width: 100%;
  }

  .author {
    font-size: 1rem;
  }

  .list {
    padding-left: 30px;
  }

  .supported {
    font-size: 1rem;
  }

  .author-pdf-social-block {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section.is--hero {
    padding-bottom: 2rem;
  }

  .container.is--hero {
    align-items: center;
    height: auto;
    margin-top: 1rem;
  }

  .button-container {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 2.22em;
  }

  .logo-2 {
    width: 50%;
  }

  .button {
    align-self: center;
    margin-bottom: .5em;
    font-size: 16px;
  }

  .hero-text {
    width: 100%;
  }

  .sponsor-container {
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 1rem;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
    display: flex;
  }

  .sponsor-container.top {
    flex-wrap: wrap;
  }

  .hero-subtitle {
    width: 100%;
    font-size: 2rem;
  }

  .hero-heading {
    font-size: 1rem;
  }

  .hero-container {
    margin-top: 0;
    padding-top: 2rem;
  }

  .logo-1 {
    width: 50%;
    margin-bottom: 3em;
  }

  .section-container {
    max-width: none;
  }

  .section-subheading {
    text-align: center;
    text-decoration: none;
  }

  .image.section-two.green, .image.section-four, .image.section-five.small {
    width: 100%;
  }

  .heading {
    text-align: center;
    padding-left: 0;
    font-size: 2.8rem;
  }

  .credit, .alt {
    font-size: 12px;
  }

  .intro {
    width: 100%;
    font-size: 16px;
  }

  .author {
    font-size: 1rem;
  }

  .ref {
    padding-left: 0;
    padding-right: 0;
  }

  .list {
    padding-left: 30px;
  }

  .supported {
    font-size: 1rem;
  }

  .social-pdf {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
    padding-bottom: .5rem;
    font-size: 16px;
  }

  .list-item-10 {
    font-size: 16px;
  }
}

#w-node-_40af865d-bd9a-5186-0492-705f839d39dc-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ca9d18c9-d8c2-f765-13d2-f96f0110a176-835851bd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: start;
}

#w-node-_3dee8060-17f5-1c5a-2f6c-38ab1237cac9-835851bd, #w-node-_3dee8060-17f5-1c5a-2f6c-38ab1237caca-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5c8-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_41eb0c16-968c-31bc-c6a9-09812aceb4ec-835851bd, #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5cb-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5ce-835851bd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ec751632-4877-402b-bf8e-a5ba1aac836f-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ec751632-4877-402b-bf8e-a5ba1aac8375-835851bd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_55498e0c-80c0-c1c3-30d2-c051a744b6c4-835851bd, #w-node-_55498e0c-80c0-c1c3-30d2-c051a744b6c5-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_02349a8c-eeea-dc55-e7d7-48250816c6b7-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f76103af-88d8-c7c6-d3c8-d50922750cf6-835851bd, #w-node-f76103af-88d8-c7c6-d3c8-d50922750cf7-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_02349a8c-eeea-dc55-e7d7-48250816c6bd-835851bd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9bd-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dd13af3b-61bb-2133-46e3-b59a817541fb-835851bd, #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9c0-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9c3-835851bd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_272fd124-85b1-fad6-88a8-1d73628ad43b-835851bd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_272fd124-85b1-fad6-88a8-1d73628ad43e-835851bd, #w-node-_272fd124-85b1-fad6-88a8-1d73628ad43f-835851bd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_272fd124-85b1-fad6-88a8-1d73628ad448-835851bd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_7ffbf8db-cbba-ac8d-340a-a059e72e4446-835851bd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7ffbf8db-cbba-ac8d-340a-a059e72e444c-835851bd {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_097df08e-d67f-6d12-e914-83fa1b4a4159-835851bd {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5c8-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ca9d18c9-d8c2-f765-13d2-f96f0110a176-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_3dee8060-17f5-1c5a-2f6c-38ab1237cac9-835851bd {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-_41eb0c16-968c-31bc-c6a9-09812aceb4ec-835851bd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5ce-835851bd, #w-node-ec751632-4877-402b-bf8e-a5ba1aac8375-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_55498e0c-80c0-c1c3-30d2-c051a744b6c4-835851bd {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-f76103af-88d8-c7c6-d3c8-d50922750cf6-835851bd {
    grid-column-end: 3;
  }

  #w-node-_02349a8c-eeea-dc55-e7d7-48250816c6bd-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-dd13af3b-61bb-2133-46e3-b59a817541fb-835851bd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9c3-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_272fd124-85b1-fad6-88a8-1d73628ad43e-835851bd {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: center;
  }

  #w-node-_272fd124-85b1-fad6-88a8-1d73628ad448-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_097df08e-d67f-6d12-e914-83fa1b4a4159-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 3;
    align-self: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_40af865d-bd9a-5186-0492-705f839d39dc-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ca9d18c9-d8c2-f765-13d2-f96f0110a176-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3dee8060-17f5-1c5a-2f6c-38ab1237caca-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41eb0c16-968c-31bc-c6a9-09812aceb4ec-835851bd {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5cb-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5ce-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ec751632-4877-402b-bf8e-a5ba1aac836f-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ec751632-4877-402b-bf8e-a5ba1aac8375-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_55498e0c-80c0-c1c3-30d2-c051a744b6c5-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02349a8c-eeea-dc55-e7d7-48250816c6b7-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f76103af-88d8-c7c6-d3c8-d50922750cf7-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_02349a8c-eeea-dc55-e7d7-48250816c6bd-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9bd-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9c0-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9c3-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_272fd124-85b1-fad6-88a8-1d73628ad43b-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_272fd124-85b1-fad6-88a8-1d73628ad43f-835851bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_272fd124-85b1-fad6-88a8-1d73628ad448-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7ffbf8db-cbba-ac8d-340a-a059e72e4446-835851bd {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7ffbf8db-cbba-ac8d-340a-a059e72e444c-835851bd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_097df08e-d67f-6d12-e914-83fa1b4a4159-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_40af865d-bd9a-5186-0492-705f839d39dc-835851bd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ca9d18c9-d8c2-f765-13d2-f96f0110a176-835851bd {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5c8-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5cb-835851bd {
    grid-column: span 2 / span 2;
  }

  #w-node-ff9caeb3-833e-3d41-0828-c9fd4800e5ce-835851bd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ec751632-4877-402b-bf8e-a5ba1aac836f-835851bd, #w-node-_02349a8c-eeea-dc55-e7d7-48250816c6b7-835851bd, #w-node-f8e6875b-517a-45a6-ae1f-1d6d6c96c9bd-835851bd, #w-node-_272fd124-85b1-fad6-88a8-1d73628ad43b-835851bd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_097df08e-d67f-6d12-e914-83fa1b4a4159-835851bd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Univers Lt Std Cdnfonts';
  src: url('../fonts/univers-lt-std-cdnfonts.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;
}