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

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f9f9;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2a2a2a;
  font-size: 100%;
  line-height: 1.5;
}

h1 {
  width: auto;
  max-width: none;
  margin-top: 10px;
  margin-bottom: auto;
  padding-right: 71px;
  padding-bottom: 0px;
  padding-left: 30px;
  border-bottom: 1px none #a5a5a5;
  opacity: 1;
  color: #2a2a2a;
  font-size: 2.1em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h2 {
  width: 85%;
  max-width: 1028px;
  margin: 10px auto 0px;
  color: #2a2a2a;
  font-size: 1.75em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h3 {
  width: auto;
  max-width: none;
  margin-top: 28px;
  margin-bottom: auto;
  color: #2a2a2a;
  font-size: 1.125em;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
}

h4 {
  margin-top: -10px;
  margin-bottom: 18px;
  padding-right: 20px;
  padding-left: 28px;
  color: #2a2a2a;
  font-size: 1.1em;
  line-height: 1.25em;
  font-weight: 700;
  text-align: right;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0.688em;
  line-height: 1.1px;
  font-weight: 700;
}

p {
  max-width: 66ch;
  margin-top: 18px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #2a2a2a;
  font-size: 1.25em;
  line-height: 1.6;
}

a {
  color: #836e41;
  text-decoration: underline;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999999;
  border-bottom: 0.25px solid #000;
  background-color: #fff;
  box-shadow: 11px 13px 15px -9px #bdbdbd;
}

.dictionary-link {
  font-weight: 700;
}

.biography-link {
  font-weight: 700;
}

.litcrit-link {
  color: #776416;
  font-weight: 700;
  text-decoration: underline;
}

.brand {
  margin-top: 6px;
}

.footer {
  margin-top: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 60px;
  grid-template-rows: 60px;
  background-color: #843342;
}

.footer-white-logo {
  max-height: none;
  max-width: none;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 3px;
  text-align: center;
}

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

.text-block.footer-left {
  margin-top: auto;
  color: #fff;
  line-height: 1;
}

.text-block-2 {
  color: #fff;
}

.footer-copyright {
  max-height: none;
  max-width: 100%;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 19px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  text-align: center;
}

.heading {
  font-size: 20px;
  text-align: center;
}

.heading-2 {
  margin-bottom: auto;
  font-size: 22px;
  line-height: 29px;
  text-align: center;
}

.paragraph {
  font-size: 1.25em;
}

.heading-3 {
  font-size: 1.1em;
}

.section {
  width: 85%;
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
}

.section.previous-next {
  position: static;
  top: auto;
  width: 100vw;
  max-width: none;
  min-height: auto;
  margin-top: 10px;
  border-top: 1px none #776416;
  border-bottom: 0.25px solid #776416;
  box-shadow: 0 6px 11px -18px #fff, 4px 7px 20px 3px #fff;
}

.section.litcrit-title {
  width: 85%;
  max-width: 1028px;
  min-height: 15px;
  margin-top: 12px;
  padding-left: 0px;
}

.section.article-heading {
  width: 85%;
  max-width: 1028px;
  min-height: 34px;
  margin-top: 40px;
}

.section.article-text {
  width: 85%;
  max-width: 1028px;
  min-height: 10px;
  margin-top: 11px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.section.article-subheading {
  width: 85%;
  max-width: 1028px;
  min-height: 13px;
}

.section.footnote {
  width: 85%;
  max-width: 1028px;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 16px;
  border-top: 0.75px solid #2a2a2a;
  border-left: 0.75px solid #2a2a2a;
  background-color: #fff;
  box-shadow: 4px 12px 19px -8px #8f8f8f;
}

.section.contentsindexbiblio {
  width: 85vw;
  min-height: 20px;
}

.section.heirarchy {
  width: 85%;
  max-width: 1028px;
  min-height: 18px;
  margin-top: -12px;
  padding-top: 0px;
  text-align: center;
}

.grid {
  margin-right: 0px;
  margin-left: 0px;
  justify-items: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 0.25fr;
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  grid-template-areas: "Area";
  grid-template-columns: minmax(200px, 750px) repeat(auto-fit, minmax(10px, 33px));
  -ms-grid-rows: auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto 10px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
}

.grid.litcrit-article {
  width: 85%;
  max-width: 1028px;
  margin-right: auto;
  margin-left: auto;
  justify-items: end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-template-columns: minmax(200px, 989px) repeat(auto-fit, minmax(5px, 4ch));
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-number {
  margin-top: 18px;
  font-size: 0.85em;
  font-style: italic;
}

.poetry-paragraph {
  position: static;
  display: block;
  width: auto;
  max-width: 66ch;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.8;
  text-align: center;
}

.heading-4 {
  margin-top: 30px;
  padding-right: 0px;
  text-align: left;
}

.container {
  max-width: 1028px;
  padding-left: 0px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.container.litcrit {
  position: static;
  top: 40px;
  bottom: auto;
  max-width: none;
  padding-right: 0px;
  padding-bottom: 7px;
}

.container.bottom-space {
  height: 44px;
}

.heading-5 {
  max-width: 775px;
  border-bottom: 1.5px solid #d3d3d3;
  opacity: 1;
}

.heading-6 {
  opacity: 0.5;
}

.footnote {
  max-width: 78ch;
  margin: auto auto 14px;
  padding-top: 0px;
  border-top: 1px none #2a2a2a;
  color: #2a2a2a;
  font-size: 1.05em;
  line-height: 1;
}

.footnote-number {
  color: #2a2a2a;
  line-height: 1.3;
}

.link {
  font-weight: 700;
}

.footnote-section {
  display: block;
  width: auto;
  max-width: none;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px none #a5a5a5;
  font-size: 1em;
  line-height: 1.1;
}

.footnote-note-number {
  font-weight: 700;
}

.heading-12 {
  width: 874px;
}

.heading-13 {
  width: 1028px;
  max-width: none;
}

.heading-20 {
  margin-right: auto;
  margin-left: auto;
}

.prevnextgrid {
  margin: 0px 55px;
  padding-top: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  color: #776416;
}

.previous-link {
  padding-right: 0px;
  padding-left: 75px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #776416;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}

.previous-link:hover {
  text-decoration: underline;
}

.next-link {
  padding-right: 75px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #776416;
  font-size: 0.9em;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.next-link:hover {
  text-decoration: underline;
}

.toplinkcoontentsindexesbiblio {
  padding-left: 50px;
  grid-column-gap: 5px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contents {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  text-transform: capitalize;
}

.contents:hover {
  text-decoration: underline;
}

.index-to-authors {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
}

.index-to-authors:hover {
  text-decoration: underline;
}

.index-to-titles {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-size: 100%;
  text-align: left;
  text-decoration: none;
}

.index-to-titles:hover {
  text-decoration: underline;
}

.link-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 0.75em;
  text-align: left;
}

.bibliographic-record {
  text-decoration: none;
}

.bibliographic-record:hover {
  text-decoration: underline;
}

.heading-21 {
  width: 908.8187866210938px;
}

.heading-22 {
  width: auto;
}

.heading-23 {
  width: auto;
}

.container-2 {
  display: inline;
}

.texts {
  font-size: 0.9em;
  line-height: 1.1;
}

.author {
  font-size: 0.9em;
  line-height: 1.1;
}

.book {
  font-size: 0.9em;
  line-height: 1.1;
}

.specifics {
  font-size: 0.9em;
  line-height: 1.1;
}

.paragraph-3 {
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 21px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block.poetry-attribute {
  display: block;
  width: 100%;
  max-width: 66ch;
  text-align: center;
}

.div-block.poetry-attribution {
  display: block;
  width: 1028px;
  max-width: 66ch;
  min-height: 29px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: right;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.paragraph-4 {
  margin-bottom: 2px;
}

.div-block-4 {
  display: block;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

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

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

.div-block-7 {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-8 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.heading-24 {
  padding-right: 0px;
}

.poetry-attribute {
  position: static;
  width: auto;
  max-width: none;
  padding-right: 0px;
  float: none;
  clear: none;
}

.div-block-9 {
  width: 1028px;
  max-width: 66ch;
}

.paragraph-5 {
  margin-top: 20px;
}

.heading-27 {
  margin-top: auto;
}

.body {
  background-color: #f9f9f9;
}

.heading-28 {
  margin-right: 25px;
  line-height: 1.1;
}

.heading-29 {
  padding-right: 25px;
}

.heading-30 {
  padding-right: 25px;
}

@media screen and (max-width: 991px) {
  h1 {
    width: 95%;
    max-width: none;
    margin-top: 12px;
    padding-right: 14px;
    padding-left: 35px;
    font-size: 1.9em;
    line-height: 1.25;
  }

  h2 {
    width: 90vw;
    max-width: none;
    font-size: 1.5em;
  }

  h3 {
    width: 90vw;
    max-width: none;
    margin-top: 30px;
  }

  p {
    margin-top: auto;
  }

  .footer-white-logo {
    padding-top: 3px;
  }

  .footer-copyright {
    margin-bottom: auto;
    padding-top: 0px;
    padding-bottom: 18px;
  }

  .section {
    width: 85%;
  }

  .section.previous-next {
    width: 100vw;
    max-width: none;
    margin-top: 10px;
  }

  .section.litcrit-title {
    width: 90%;
    margin-top: 0px;
  }

  .section.article-heading {
    width: 100%;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .section.article-text {
    width: 90%;
  }

  .section.article-subheading {
    width: 90%;
  }

  .section.footnote {
    width: 90%;
    border-left: 1px solid #bdbdbd;
    box-shadow: 5px 9px 19px -6px #8f8f8f;
  }

  .section.heirarchy {
    width: 90%;
  }

  .grid {
    grid-column-gap: 9px;
    grid-template-areas: "Area";
  }

  .grid.litcrit-article {
    width: 768px;
    max-width: 95%;
  }

  .paragraph-number {
    margin-top: auto;
  }

  .poetry-paragraph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.7;
  }

  .container.litcrit {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }

  .heading-9 {
    max-width: 586px;
  }

  .heading-10 {
    width: auto;
  }

  .footnote {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.1em;
  }

  .footnote-number {
    line-height: 1.1;
  }

  .footnote-section {
    width: auto;
  }

  .heading-14 {
    width: 768px;
    max-width: 95%;
  }

  .heading-15 {
    width: 768px;
    max-width: 95%;
  }

  .heading-16 {
    width: auto;
    max-width: none;
  }

  .heading-17 {
    width: auto;
  }

  .heading-18 {
    width: auto;
  }

  .previous-link:hover {
    text-decoration: underline;
  }

  .next-link:hover {
    text-decoration: underline;
  }

  .toplinkcoontentsindexesbiblio {
    padding-left: 0px;
  }

  .contents:hover {
    text-decoration: underline;
  }

  .index-to-authors:hover {
    text-decoration: underline;
  }

  .index-to-titles:hover {
    text-decoration: underline;
  }

  .bibliographic-record:hover {
    text-decoration: underline;
  }

  .heading-23 {
    width: auto;
  }

  .paragraph-5 {
    margin-top: 10px;
  }

  .heading-26 {
    margin-top: 12px;
  }

  .heading-28 {
    width: 100vw;
    margin-right: 14px;
    margin-left: 14px;
    font-size: 1.8em;
  }

  .heading-32 {
    line-height: 1.1;
  }

  .heading-34 {
    padding-right: 9px;
    padding-left: 18px;
  }

  .heading-35 {
    padding-right: 3px;
    padding-left: 26px;
  }

  .heading-36 {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
    max-width: none;
    margin-top: 10px;
    padding-right: 22px;
    padding-left: 19px;
    font-size: 1.6em;
    line-height: 1.2;
  }

  h2 {
    width: auto;
    max-width: none;
    font-size: 1.375em;
    line-height: 1.136364;
  }

  h3 {
    width: auto;
    max-width: none;
    margin-top: 8px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 1em;
    line-height: 1.11111;
  }

  h4 {
    padding-left: 16px;
    font-size: 0.9em;
    line-height: 1.1;
  }

  p {
    margin-top: auto;
    padding-left: 8px;
    font-size: 1.1em;
    line-height: 1.375em;
  }

  .footer-copyright {
    max-height: 20px;
    padding-bottom: 32px;
    font-size: 0.8em;
  }

  .paragraph-2 {
    font-size: 2em;
  }

  .section {
    width: 90%;
  }

  .section.previous-next {
    width: 100vw;
    margin-top: 5px;
    color: rgba(119, 100, 22, 0.65);
  }

  .section.litcrit-title {
    width: 90%;
    margin-top: 20px;
    margin-bottom: auto;
  }

  .section.article-heading {
    margin-top: 10px;
  }

  .section.article-text {
    width: 95%;
  }

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

  .section.heirarchy {
    padding-right: 5px;
    padding-left: 5px;
  }

  .grid {
    grid-column-gap: 3px;
  }

  .grid.litcrit-article {
    width: auto;
    max-width: 98%;
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 989px) repeat(auto-fit, minmax(5px, 2ch));
  }

  .paragraph-number {
    margin-top: auto;
    font-size: 0.8em;
    text-align: center;
  }

  .poetry-paragraph {
    padding-left: 5px;
    line-height: 1.5;
  }

  .container.litcrit {
    padding-top: 0px;
  }

  .container.bottom-space {
    height: 36px;
  }

  .heading-7 {
    max-width: 483px;
  }

  .footnote {
    font-size: 1em;
    line-height: 1.1;
  }

  .footnote-section {
    width: auto;
    font-size: 0.9em;
    line-height: 1;
  }

  .heading-18 {
    max-width: none;
  }

  .heading-19 {
    width: auto;
  }

  .previous-link {
    font-size: 0.8em;
  }

  .next-link {
    font-size: 0.8em;
  }

  .contents {
    font-size: 0.75em;
  }

  .index-to-authors {
    font-size: 0.75em;
  }

  .index-to-titles {
    font-size: 0.75em;
  }

  .bibliographic-record {
    font-size: 0.75em;
  }

  .heading-23 {
    width: auto;
  }

  .texts {
    font-size: 0.75em;
  }

  .author {
    font-size: 0.75em;
  }

  .book {
    font-size: 0.75em;
  }

  .specifics {
    font-size: 0.75em;
  }

  .div-block.poetry-attribute {
    width: auto;
    padding-left: 0px;
  }

  .div-block-9 {
    width: auto;
  }

  .heading-25 {
    margin-top: 8px;
  }

  .paragraph-5 {
    margin-top: 4px;
    padding-left: 10px;
  }

  .heading-28 {
    font-size: 1.6em;
  }

  .heading-31 {
    line-height: 1.1;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    width: 99.9999980336612%;
    max-width: none;
    padding-right: 10px;
    padding-left: 14px;
    font-size: 1.25em;
    line-height: 1;
  }

  h2 {
    max-width: none;
    font-size: 1.2em;
  }

  h3 {
    max-width: none;
    padding-left: 0px;
    font-size: 0.8em;
  }

  h4 {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 26px;
    font-size: 0.8em;
    line-height: 1.1;
    text-align: right;
  }

  p {
    margin-top: auto;
    margin-bottom: 5px;
    padding-left: 0px;
    font-size: 1em;
    line-height: 1.375em;
  }

  .footer {
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr 1.5fr 1fr;
    grid-template-columns: 1fr 1.5fr 1fr;
  }

  .footer.div-block-center {
    margin-right: auto;
    margin-left: auto;
  }

  .footer.div-block-right {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-white-logo {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 12px;
    text-align: left;
  }

  .text-block.footer-left {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-copyright {
    display: inline-block;
    max-width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 46px;
    font-size: 0.7em;
  }

  .section {
    width: 97%;
    padding-left: 20px;
  }

  .section.previous-next {
    width: 100vw;
    margin-top: 6px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.litcrit-title {
    width: 97%;
    margin-top: 6px;
  }

  .section.article-heading {
    width: 97%;
    margin-top: 12px;
    padding-left: 0px;
    line-height: 1.5;
  }

  .section.article-text {
    width: 99%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .section.article-subheading {
    width: 95%;
    padding-left: 0px;
  }

  .section.footnote {
    width: 92%;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.contentsindexbiblio {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.heirarchy {
    width: 97%;
    margin-top: 0px;
    padding-left: 0px;
  }

  .grid.litcrit-article {
    width: auto;
    max-width: 100vw;
    justify-items: stretch;
    grid-column-gap: 0px;
    grid-template-columns: minmax(200px, 1021px) repeat(auto-fit, minmax(5px, 3ch));
  }

  .paragraph-number {
    font-size: 0.75em;
    text-align: center;
  }

  .container.litcrit {
    padding-left: 0px;
  }

  .heading-8 {
    max-width: 263px;
  }

  .heading-11 {
    max-width: 263px;
  }

  .footnote-section {
    width: auto;
    padding-right: 8px;
  }

  .previous-link {
    padding-left: 0px;
  }

  .next-link {
    padding-right: 0px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .heading-28 {
    margin-right: 9px;
    font-size: 1.4em;
  }

  .heading-31 {
    padding-right: 0px;
    line-height: 1.1;
  }

  .heading-33 {
    padding-left: 10px;
  }
}

#w-node-a9178c42784c-f3ab79b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-5610a9b297a7-f3ab79b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-750858426005-f3ab79b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-3d558a8344a3-f3ab79b2 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}

#w-node-411338a9e706-6eab61c7 {
  -ms-grid-column-align: start;
  justify-self: start;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-4df147917232-6eab61c7 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-7bfa00288008-6eab61c7 {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-c72dd43bd8eb-6eab61c7 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-750858426005-f3ab79b2 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-7bfa00288008-6eab61c7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-5610a9b297a7-f3ab79b2 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-c72dd43bd8eb-6eab61c7 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}