.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 {
  color: #333;
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
}

h1 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: abril-display, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  font-variation-settings: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: scotch-text, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

p {
  max-width: 100ch;
  font-variation-settings: normal;
  text-align: left;
  margin-bottom: 10px;
}

figure {
  margin-bottom: 10px;
}

.main {
  height: auto;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: block;
}

.header {
  width: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.section {
  height: auto;
  font-variation-settings: normal;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section.bkgnd-yellow {
  z-index: -2;
  background-color: #fff6d6;
  position: static;
}

.section.bkgnd-green {
  object-fit: fill;
  background-color: #e4f8e1;
  display: flex;
}

.section.bkgnd-red {
  background-color: #fdede8;
}

.section.bkgnd-blue {
  background-color: #eaf1ff;
}

.footer {
  background-color: #eaf1ff;
  margin-top: auto;
  padding: 20px;
  position: -webkit-sticky;
  position: sticky;
  overflow: visible;
  box-shadow: 0 0 20px rgba(0, 0, 0, .4);
}

.article {
  width: 70vw;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.figcaption {
  max-width: 70ch;
  color: #6f7c9b;
  letter-spacing: .5px;
  font-family: abril-text, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}

.address {
  width: auto;
  max-width: 1280px;
  min-height: 30px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_text-block {
  color: #000;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.h2 {
  color: #52638e;
  font-variation-settings: normal;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: abril-text, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

.nav_content-wrapper {
  width: 80vw;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav {
  background-color: #fff;
  border: 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid gray;
  flex: 0 auto;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 20px gray;
}

.nav_dropdown-icon {
  margin-top: 45px;
}

.nav_brand-link {
  width: 200px;
  height: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: static;
}

.nav_link {
  padding-top: 40px;
  text-decoration: none;
}

.nav_link:hover {
  color: #3898ec;
}

.nav_link.w--current {
  padding-top: 40px;
}

.nav_dropdown-list {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  margin-top: -10px;
}

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

.nav_dropdown-link {
  color: #636363;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  padding: 0 20px 10px;
  text-decoration: none;
  display: block;
}

.nav_dropdown-link:hover {
  color: #3898ec;
  background-color: #eef2ff;
}

.nav_link-label {
  color: #3f6bab;
  font-variation-settings: normal;
  font-family: sweet-sans-pro, sans-serif;
  font-weight: 600;
}

.nav_brand-image {
  width: 200px;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.figure-2 {
  display: block;
}

.h1 {
  color: #52638e;
  font-variation-settings: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: abril-display, sans-serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.graf {
  max-width: 80ch;
  color: #333d56;
  font-family: sweet-sans-pro, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.graf.centered {
  max-width: 60ch;
  text-align: center;
  display: block;
}

.h3 {
  color: #52638e;
  font-variation-settings: normal;
  letter-spacing: -.5px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: abril-text, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

.h4 {
  color: #52638e;
  letter-spacing: 2px;
  font-family: copperplate, sans-serif;
  font-size: 24px;
  font-weight: 500;
  display: block;
}

.image {
  width: 45%;
  max-width: 50%;
}

.body {
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: stretch;
}

.hero_h2 {
  color: #52638e;
  font-variation-settings: normal;
  text-align: center;
  letter-spacing: 8px;
  background-color: #fff6d6;
  margin-top: 10px;
  font-family: filosofia-all-small-caps, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.hero_image {
  width: 65%;
  border-left: 2px solid #56caec;
  border-right: 2px solid #56caec;
  border-radius: 10px;
  padding: 15px;
  display: none;
}

.wrapper_image {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.wrapper_grafs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.hero_h1 {
  color: #52638e;
  font-variation-settings: normal;
  text-align: center;
  letter-spacing: 1px;
  font-family: abril-display, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.footer_logo {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_grid {
  width: 100%;
  max-width: none;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  justify-items: center;
  margin-top: 15px;
  display: grid;
}

.footer_link {
  color: #6c83bd;
  border-bottom: 1px dotted #6f7c9b;
  text-decoration: none;
  transition: opacity .525s cubic-bezier(.6, .04, .98, .335);
  display: inline-block;
}

.footer_link:hover {
  background-color: #fff6d6;
}

.graf_link {
  color: #6c83bd;
  background-color: rgba(0, 0, 0, 0);
  border: 0 dashed #000;
  border-top-style: none;
  border-bottom: 1px dashed #6f7c9b;
  text-decoration: none;
}

.graf_link:hover {
  background-color: #eaf1ff;
}

.graf_tagline {
  max-width: 80ch;
  color: #e02b2e;
  text-align: center;
  margin-top: 21px;
  font-family: abril-text, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
}

.lightbox_image {
  cursor: zoom-in;
  border-left: 1px solid #56caec;
  border-right: 1px solid #56caec;
  border-radius: 18px;
  padding: 18px 10px;
}

.lightbox_link {
  cursor: auto;
}

.hero_lightbox {
  width: 80%;
  padding: 0;
}

.hero_lightbox-image {
  cursor: zoom-in;
  border-left: 2px solid #56caec;
  border-right: 2px solid #56caec;
  border-radius: 10px;
  padding: 15px;
}

.text-span {
  font-family: filosofia-all-small-caps, sans-serif;
  font-size: 28px;
  font-style: normal;
}

.hero_h1-span {
  color: #6c83bd;
  font-family: filosofia-all-small-caps, sans-serif;
  font-size: 28px;
  font-style: normal;
  line-height: 1.1;
}

.graf_span-lead {
  letter-spacing: 1px;
  font-family: filosofia-all-small-caps, sans-serif;
  font-size: 26px;
}

.hero_h2-about {
  color: #52638e;
  font-variation-settings: normal;
  text-align: center;
  letter-spacing: 8px;
  background-color: #fff6d6;
  margin-top: 10px;
  font-family: filosofia-all-small-caps, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  display: block;
}

.bold-text {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  .article {
    width: 95vw;
  }

  .figcaption {
    font-size: 18px;
  }

  .h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .nav_menu-button, .nav_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav_dropdown {
    background-color: #f3f3f5;
  }

  .nav {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-color: #fff;
    flex: 0 auto;
  }

  .nav:hover {
    border-color: #fff;
  }

  .nav_dropdown-icon {
    margin-top: 5px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon {
    background-color: #eef2ff;
    font-size: 30px;
  }

  .nav_link {
    padding: 0 140px 10px 10px;
  }

  .nav_link.w--current {
    padding-top: 0;
  }

  .nav_link.w--open {
    margin-top: 0;
  }

  .nav_dropdown-list {
    background-color: #eef2ff;
    margin-top: -10px;
  }

  .nav_dropdown-list.w--open {
    margin-top: -10px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_menu {
    background-color: #eef2ff;
    margin-top: 23px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav_dropdown-link {
    background-color: #eef2ff;
    margin-top: -10px;
    padding: 0 0 10px 20px;
    top: 30px;
  }

  .graf {
    width: 80%;
    font-size: 18px;
  }

  .h3 {
    font-size: 28px;
  }

  .image {
    width: 50%;
  }

  .body {
    font-family: sweet-sans-pro, sans-serif;
    font-weight: 500;
  }

  .hero_h2 {
    font-size: 26px;
    font-weight: 500;
  }

  .hero_image {
    width: 75%;
  }

  .article_grid {
    width: auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    justify-items: center;
  }

  .hero_h1 {
    font-size: 26px;
  }

  .footer_logo {
    width: 100%;
    height: 100%;
    max-width: none;
    padding-right: 0;
  }

  .graf_tagline {
    font-size: 24px;
  }

  .lightbox_link {
    width: 80%;
  }

  .hero_h1-span {
    font-size: 26px;
  }

  .hero_h2-about {
    font-size: 30px;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .article {
    width: 95vw;
  }

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

  .h2 {
    font-size: 28px;
  }

  .nav_dropdown-list.w--open {
    background-color: #eef2ff;
  }

  .graf {
    width: 90%;
    font-weight: 500;
  }

  .h3 {
    font-size: 28px;
  }

  .image {
    width: 70%;
  }

  .hero_h2 {
    font-size: 22px;
  }

  .hero_image {
    width: 85%;
  }

  .hero_h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  .footer_logo {
    width: 60%;
    height: auto;
  }

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

  .graf_tagline {
    font-weight: 500;
  }

  .lightbox_link, .hero_lightbox {
    width: 90%;
  }

  .hero_h1-span {
    font-size: 22px;
  }

  .hero_h2-about {
    font-size: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  p {
    font-size: 15px;
  }

  .footer {
    margin-top: 0;
    padding: 0;
  }

  .article {
    width: 100vw;
  }

  .figcaption {
    font-size: 16px;
  }

  .address {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer_text-block {
    text-align: center;
    font-size: 14px;
  }

  .h2 {
    font-size: 24px;
  }

  .nav_dropdown-list {
    margin-top: -16px;
  }

  .graf {
    width: 100%;
    max-width: none;
    font-size: 18px;
  }

  .graf.centered {
    font-size: 18px;
  }

  .h3 {
    font-size: 26px;
  }

  .h4 {
    font-size: 22px;
  }

  .image {
    width: 80%;
  }

  .hero_h2 {
    font-size: 20px;
  }

  .hero_image {
    width: 100%;
  }

  .hero_h1 {
    font-size: 20px;
  }

  .footer_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .graf_tagline {
    font-size: 20px;
  }

  .lightbox_link, .hero_lightbox {
    width: 100%;
  }

  .hero_h1-span {
    line-height: 1;
  }

  .hero_h2-about {
    font-size: 28px;
  }
}

#w-node-_58c57c68-7d52-bb7d-7067-6123fd48c3a5-954444f5, #w-node-b7bd667c-cd68-08fc-9ccf-ae1e5bfa09ac-954444f5, #w-node-d4a16141-10a4-2436-83a9-7deaff38c500-954444f5, #w-node-_299a4815-2e03-ebc8-f8cd-afec734ddd42-954444f5, #w-node-d9cb11b3-2bce-3038-d2fd-4a7fed487304-954444f5, #w-node-_7d4eaf09-5039-01d3-5020-b692772e20f2-954444f5, #w-node-_6dfac6bc-9a94-48f3-167d-6c36e44b5789-954444f5, #w-node-_36a83363-3237-e397-816c-9db9e3f57e61-954444f5, #w-node-_668bc80f-ffcd-caa8-79f1-dec900962bee-954444f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31e83007-144b-5ef8-e56f-2cfd0041bd17-954444f5 {
  justify-self: auto;
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Public Sans Thin';
  src: url('../fonts/PublicSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}