:root {
  --white: white;
  --black: black;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

a {
  text-decoration: underline;
}

.nav-menu {
  float: left;
  text-align: left;
}

.nav_link {
  z-index: 9999;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 12px 10px 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav_link.w--current {
  color: #235661;
  padding: 12px;
}

.paragraph_about {
  color: #333;
  background-color: #0000;
  border-left: 10px #205097;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 48px 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: sticky;
  overflow: visible;
}

.section {
  height: auto;
  margin-top: 0;
  margin-left: 2%;
  margin-right: 2%;
  padding-top: 0;
  display: block;
}

.body_interior {
  background-color: #f3f3f3;
  min-height: auto;
  font-family: Noto Sans, sans-serif;
}

.body_interior.programs {
  background-color: #f3f3f3;
  padding: 0;
}

.body_interior.employment {
  min-height: auto;
}

.footer_section {
  background-color: #217786;
  width: auto;
  height: 400px;
  min-height: auto;
  margin-top: 48px;
  margin-left: 0%;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-right: 0%;
  display: block;
}

.footer_text {
  color: #f3f3f3;
  font-size: 18px;
}

.programs {
  color: #154b54;
  text-align: left;
  letter-spacing: 1px;
  background-color: #f3f3f3;
  border: 1px #ccc;
  border-bottom-color: #0000;
  align-self: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 26px;
  display: inline-block;
}

.body_home {
  background-color: #f3f3f3;
  font-family: Noto Sans, sans-serif;
}

.section_home {
  float: none;
  border-bottom: 1px solid #ccc;
  height: auto;
  min-height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 280px;
}

.mission {
  background-color: #f3f3f3;
  background-image: url('../images/mission_img1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top: 10px #ccc;
  border-radius: 0;
  min-height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  position: static;
}

.history {
  float: none;
  background-color: #fff;
  background-image: url('../images/liberty_bell_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top: 5px #ccc;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 25em;
  position: static;
}

.p_home {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 1.1em;
  line-height: 1.4em;
  position: relative;
}

.boards {
  background-color: #fff;
  background-image: url('../images/boards_img_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top: 5px #ccc;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 25em;
  position: static;
}

.home_text {
  background-color: #0000;
  margin-top: 0;
  padding: 12px 12px 12px 48px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: block;
  position: static;
}

.image-2 {
  display: block;
  position: sticky;
}

.h1_staff {
  color: #55919b;
  background-color: #f3f3f3;
  border: 12px #55919b;
  border-left-style: solid;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.link {
  float: none;
  clear: none;
  color: #333;
  letter-spacing: 1px;
  margin-right: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  display: inline;
}

.link.programs_link {
  background-image: url('../images/new_window.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: auto;
  padding-right: 34px;
}

.programs_grid {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  color: #0000;
  text-align: left;
  background-color: #f3f3f3;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 200px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.portal_text {
  cursor: default;
  border: 1px #7f7f7f;
  min-height: 0;
  padding: 0 48px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container_nav {
  text-align: center;
  margin-left: auto;
}

.grid_about {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.holiday_section {
  background-image: url('../images/bourse_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top-width: 10px;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20.7em;
}

.training_section {
  background-image: url('../images/PMA_3.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top-width: 10px;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20.7em;
}

.assistance_section {
  background-image: url('../images/comcast_center_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top-width: 10px;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20.7em;
}

.grid_home {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  cursor: default;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 24px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.grid_portal {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  border: 1px #d9d9d9;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  min-height: 360px;
}

.f_link {
  color: #f3f3f3;
  text-decoration: none;
}

.grid_contact {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.hipaa_section {
  background-image: url('../images/bank_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 20.7em;
}

.hires {
  padding-left: 48px;
  display: none;
}

.pg_head_int {
  z-index: 0;
  background-color: #f3f3f3;
  border-bottom: 1px solid #ccc;
  padding-top: 48px;
  padding-bottom: 48px;
  position: fixed;
  inset: 0% 0% auto;
}

.main_int {
  background-color: #0000;
}

.menu {
  float: none;
  clear: left;
  background-color: #f3f3f3;
  height: 50px;
  margin-left: 10%;
  margin-right: auto;
  display: block;
}

.home_drop {
  background-color: #493939;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
  position: absolute;
}

.home_drop.w--open {
  z-index: auto;
  background-color: #f1f1f1;
  width: 700px;
  margin-top: 18px;
  overflow: visible;
}

.openings {
  background-image: url('../images/PMA_2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 10px solid #f3f3f3;
  min-height: auto;
  margin-top: 0;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
}

.benefits {
  text-align: left;
  background-color: #0000;
  background-image: url('../images/skyline_camden_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 10px #f3f3f3;
  min-height: 360px;
  padding-top: 300px;
  padding-left: 0%;
  padding-right: 0%;
}

.contract_provisions {
  text-align: left;
  background-image: url('../images/cradle_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 10px solid #f3f3f3;
  padding-top: 300px;
  padding-left: 0%;
  padding-right: 0%;
}

.consulting_opportunities {
  background-image: url('../images/801_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 300px;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
}

.drop {
  float: left;
  clear: left;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.drop.ext {
  padding-top: 10px;
  padding-bottom: 10px;
}

.home_nav {
  background-color: #f3f3f3;
  border-bottom: 1px #ccc;
  width: 100%;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 0;
  position: fixed;
  inset: 0% auto auto 0%;
}

.menu_int {
  z-index: 9999;
  padding-left: 90px;
  position: fixed;
}

.wellness_section {
  background-image: url('../images/PTM_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  margin-top: 0;
  padding-top: 20.7em;
}

.sal_col {
  width: 100px;
}

.salary_cols {
  margin-left: 0;
  display: none;
}

.programs_menu {
  width: 22%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 36px;
  font-size: 14px;
  list-style-type: none;
  position: fixed;
  top: 233px;
}

.prog_menu_item {
  padding-bottom: 24px;
  line-height: 12px;
}

.section_about {
  background-image: url('../images/30th_street_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  display: none;
}

.h3 {
  color: #154b54;
  overflow-wrap: normal;
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-weight: 400;
}

.newsletters_section {
  background-color: #0000;
  background-image: url('../images/south_philly_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  margin-top: 0;
  padding-top: 20.7em;
  padding-bottom: 0;
  display: none;
}

.navbar-2 {
  z-index: auto;
  margin-top: 0;
  padding-top: 12px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_container {
  border: 1px #000;
  margin-top: 36px;
}

.header {
  z-index: 9999;
  background-color: #f3f3f3;
  border: 1px #d9d9d9;
  border-bottom-style: solid;
  height: 6em;
  margin-top: 0;
  padding-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.bhsi_section {
  background-image: url('../images/pine_house_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.bridge_section {
  background-image: url('../images/tcm_img_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
}

.ctt_section {
  background-image: url('../images/CTT_img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  margin-top: 0;
  padding-top: 41em;
  display: block;
}

.coc_section {
  background-image: url('../images/coc_img_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  margin-top: 0;
  padding-top: 41em;
  display: block;
}

.ccs_section {
  background-image: url('../images/cc_2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  padding-top: 41em;
  display: block;
}

.ftac_section {
  background-image: url('../images/carpenter_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 41em;
  display: block;
}

.programs_nav_link {
  float: left;
  clear: left;
  color: #333;
  background-color: #0000;
  width: 93%;
  margin-bottom: 12px;
  padding: 6px 0 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: block;
  position: static;
}

.programs_nav_link.w--current {
  color: #154b54;
  background-image: url('../images/dot_154b54.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
}

.bold-text {
  font-size: 15px;
}

.icon {
  margin-left: auto;
  margin-right: 0;
}

.icon-2 {
  margin-right: 0;
}

.icon-3 {
  margin-right: 0;
  position: absolute;
}

.contact_text {
  color: #333;
  border-left: 2px #154b54;
  height: 200px;
  margin-top: 0;
  margin-left: 0;
  padding: 0 12px 12px;
  font-size: 16px;
  line-height: 28px;
}

.programs_intro_section {
  background-image: url('../images/billy_penn_3.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding-top: 20.7em;
}

.nav-menu-4 {
  background-color: #154b54b8;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 12px;
  padding-left: 0;
}

.mission_home_section {
  float: none;
}

.int_logo {
  border: 3px #d9d9d9;
  margin-left: 12px;
  padding: 12px;
  position: fixed;
}

.grid_privacy {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.navbar_staff_desktop {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.staff_nav_link {
  float: left;
  clear: left;
  color: #333;
  width: 93%;
  margin-bottom: 12px;
  padding: 5px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.staff_nav_link:focus {
  color: #55919b;
  background-image: url('../images/dot_55919b.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.staff_nav_link.w--current {
  color: #55919b;
  background-image: url('../images/dot_55919b.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 16px;
}

.h2_marker_programs {
  float: left;
  color: #f3f3f3;
  letter-spacing: 3px;
  background-color: #154b54;
  width: 22%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 36px;
  font-size: 24px;
  line-height: 30px;
  display: block;
  position: fixed;
  inset: 150px 0% auto;
}

.navbar_programs_pages {
  z-index: 99999;
  color: #333;
  background-color: #0000;
  width: 22%;
  height: 100%;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: fixed;
  top: 234px;
}

.programs_interior_div {
  width: 22%;
  height: 100%;
  display: block;
  position: fixed;
  top: 150px;
}

.nav_menu_staff {
  background-color: #d9d9d9;
  border-top: 5px #959fa6;
  border-bottom: 2px #959fa6;
  border-left: 2px #959fa6;
  border-right: 5px solid #959fa6;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}

.bold-text-2 {
  line-height: 20px;
}

.paragraph_about_intro {
  color: #333;
  background-color: #0000;
  border-left: 10px #154b54;
  border-right: 2px #000;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 48px 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: sticky;
  overflow: visible;
}

.expand_grid {
  min-height: 20em;
}

.h2_about {
  color: #2b8b8e;
  background-color: #f2f2f2;
  border: 1px #2b8b8e;
  border-left: 12px solid #2b8b8e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.h1_employ {
  color: #55919b;
  background-color: #f2f2f2;
  border: 1px #55919b;
  border-left: 12px solid #55919b;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.h1_employ.interior {
  color: #008085;
  background-color: #f2f2f2;
  border: 2px #ccc;
  border-left: 12px solid #008085;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.hipaa_website_section {
  background-image: url('../images/bf_bridge_dusk_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 41em;
}

.gov_links_section {
  background-image: url('../images/gov_agency_liks_img_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 41em;
}

.advocate_links_section {
  background-image: url('../images/advocate_link_img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: auto;
  padding-top: 20.7em;
}

.healthcare_links_section {
  background-image: url('../images/care_links_img_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 20.7em;
}

.staff_menu_marker {
  color: #55919b;
  border: 1px #f3f3f3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
}

.item_intro {
  float: none;
  font-size: 17px;
}

.h1_programs {
  color: #154b54;
  background-color: #f3f3f3;
  border: 3px #d9d9d9;
  border-left: 12px solid #154b54;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.navbar_programs_desktop {
  float: right;
  width: 30%;
  display: block;
  position: fixed;
  inset: 200px 0% 0% auto;
  overflow: auto;
}

.nav_menu_programs {
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: block;
  position: static;
  overflow: auto;
}

.programs_menu_marker {
  border: 1px #f3f3f3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  color: #333;
  font-size: 15px;
}

.hidelink {
  display: none;
}

.hidelink.link {
  text-align: right;
  background-image: url('../images/minus_box_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 48px;
  padding-right: 48px;
  display: none;
}

.navbar_employ_desktop {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.nav_menu_employment {
  background-color: #d9d9d9;
  border-top: 5px #959fa6;
  border-bottom: 2px #959fa6;
  border-left: 2px #959fa6;
  border-right: 5px solid #959fa6;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}

.employ_nav_link {
  color: #333;
  width: auto;
  margin-bottom: 12px;
  padding: 6px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.employ_nav_link.w--current {
  color: #008085;
  background-image: url('../images/dot_008085.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
}

.employ_menu_marker {
  color: #008085;
  border: 1px #f3f3f3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
}

.emplay_line {
  border: 1px #008085;
  border-top: 6px solid #008085;
}

.employ_line {
  border: 1px #55919b;
  border-top: 6px solid #55919b;
}

.about_line {
  border: 1px #2b8b8e;
  border-top: 6px solid #2b8b8e;
}

.about_nav_link {
  color: #333;
  width: auto;
  margin-bottom: 12px;
  padding: 6px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.about_nav_link.w--current {
  color: #2b8b8e;
  background-image: url('../images/dot_2b8b8e.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
}

.staff_line {
  border: 6px #55919b;
  border-top-style: solid;
}

.programs_line {
  border: 1px #154b54;
  border-top: 6px solid #154b54;
}

.list-item {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.coc_text {
  color: #333;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.home_icon {
  margin-top: 0;
  margin-left: 90px;
  padding-left: 0;
  display: none;
}

.column, .column-2 {
  padding-top: 36px;
  padding-left: 48px;
}

.contact {
  background-color: #f3f3f3;
  background-image: url('../images/south_s_broad_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top: 10px #ccc;
  border-radius: 0;
  min-height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
}

.link_foot {
  color: #f3f3f3;
  text-decoration: none;
}

.grid_links {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.links_nav_link {
  color: #333;
  width: auto;
  margin-bottom: 12px;
  padding: 6px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.links_nav_link.w--current {
  color: #333;
  background-image: url('../images/dot_154b54.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
}

.h1_links {
  color: #043d42;
  background-color: #f3f3f3;
  border: 12px #043d42;
  border-left-style: solid;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.grid_notices {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f3f3f3;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.slide_1 {
  height: auto;
}

.slide {
  background-image: url('../images/one_liberty_place_view_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-2 {
  background-image: url('../images/cc_fisheye_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-3 {
  background-image: url('../images/cc_evening_1.avif');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.mask {
  height: auto;
}

.slide-4 {
  background-image: url('../images/bf_bridge_day_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-5 {
  background-image: url('../images/schuylkill_cc_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-6 {
  background-image: url('../images/philly_sunset_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-7 {
  background-image: url('../images/cc_night_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-8 {
  background-image: url('../images/chestnut_street_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-9 {
  background-image: url('../images/columbus_ave_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-10 {
  background-image: url('../images/cc_east_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-11 {
  background-image: url('../images/art_museum_night_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.slide-1 {
  background-image: url('../images/library_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.home_logo {
  text-align: center;
  margin-left: 28%;
}

.navbar_programs_mobile {
  float: right;
  width: 30%;
  display: none;
  position: fixed;
  inset: 200px 0% 0% auto;
  overflow: auto;
}

.navbar_employ_mobile {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: none;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.navbar_about_desktop {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.navbar_about_mobile, .navbar_staff_mobile {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: none;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.compliance_section {
  background-image: url('../images/CC_main_city_building_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-top: 20.7em;
}

.privacy_section {
  background-image: url('../images/billy_penn_4.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 41em;
}

.pmhcccm_section {
  background-image: url('../images/case_management_img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.p {
  color: #333;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.menu_pop_icon {
  float: left;
  clear: none;
  padding-top: 11px;
  display: block;
}

.bhjd_section {
  background-image: url('../images/skyline_camden_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.notices_div {
  border: 1px solid #000;
  margin-right: 20px;
  padding-left: 24px;
  display: block;
}

.h4_notices {
  outline-offset: 11px;
  color: #421e07;
  border-top: 1px solid #000;
  outline: 3px #421e07;
  padding-left: 24px;
  font-size: 1.6em;
  line-height: 48px;
}

.smenu_pop_icon {
  float: left;
  clear: none;
  padding-top: 0;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
}

.home_block_1_section {
  background-color: #9ab5ed40;
}

.p_home_block_1 {
  background-color: #0000;
  margin-bottom: 0;
  padding: 12px 12px 12px 60px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
}

.home_block_2_section {
  background-color: #edd39a40;
  display: none;
}

.h4_affiliations {
  color: #333;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 48px;
  font-size: 1.6em;
}

.grid_home_affiliations {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  cursor: default;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  height: auto;
  margin-top: 24px;
  padding-bottom: 24px;
  font-family: Noto Sans, sans-serif;
  font-weight: 400;
  position: static;
}

.menu_text {
  font-size: 15px;
}

.menu_dropdown_toggle {
  padding: 0 16px 0 0;
  font-size: 15px;
}

.home_link_block {
  float: none;
  clear: none;
  padding-right: 10px;
}

.footer_grid {
  grid-column-gap: 12px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
}

.notices_website_section {
  background-image: url('../images/notices_img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: auto;
  padding-top: 41em;
}

.grid_compliance {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.drop_p {
  float: left;
  clear: left;
  text-transform: none;
  padding-bottom: 0;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.ctt_salary_cols {
  margin-left: 0;
  display: none;
}

.covid_section {
  background-image: url('../images/covid_img_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top-width: 10px;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20.7em;
}

.paragraph_hipaa {
  color: #333;
  background-color: #0000;
  border-left: 10px #205097;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 48px 24px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: block;
  position: sticky;
  overflow: visible;
}

.ctt_link_less, .pmhcc_link_less {
  float: none;
  clear: none;
  color: #333;
  letter-spacing: 1px;
  background-image: url('../images/minus_box.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 34px;
  font-size: 15px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: underline;
  display: none;
}

.expand_grid_horz {
  min-height: 300px;
}

.dropdown-list {
  background-color: #f3f3f3;
}

.dropdown-list.w--open {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-bottom: 12px;
}

.dropdown-list-2 {
  background-color: #f3f3f3;
  position: relative;
}

.dropdown-list-2.w--open {
  border-bottom: 1px solid #ccc;
  padding-bottom: 12px;
}

.adapt_section {
  background-image: url('../images/PTM_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.tcm_section {
  background-image: url('../images/bridge_img_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.rfp_section {
  background-image: url('../images/rfp_img_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 400px;
  margin-top: 0;
  padding-top: 41em;
  display: block;
}

.li {
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.adapt_list {
  max-height: none;
  padding-left: 48px;
}

.nav_link_programs {
  z-index: 9999;
  color: #333;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  padding: 10px 12px 10px 6px;
  font-family: Noto Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav_link_programs.w--current {
  color: #235661;
  padding: 12px;
}

.dropdown_list {
  background-color: #f1f1f1;
  position: relative;
}

.dropdown_list.w--open {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding-bottom: 12px;
}

.ex_office_section {
  background-image: url('../images/ex_office_img_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 11.3em;
  display: block;
}

.hr_section {
  background-image: url('../images/hr_img_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 11.3em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.fiscal_section {
  background-image: url('../images/fiscal_img_1.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 11.3em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.is_section {
  background-image: url('../images/is_img_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 11.3em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.navbar_admin_desktop {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: sticky;
  inset: 7.5em 0% 0% 0;
  overflow: visible;
}

.nav_menu_admin {
  background-color: #d9d9d9;
  border-top: 5px #959fa6;
  border-bottom: 2px #959fa6;
  border-left: 2px #959fa6;
  border-right: 5px solid #959fa6;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}

.programs_is_grid {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  color: #0000;
  text-align: left;
  background-color: #f3f3f3;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 200px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.admin_grid {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  color: #0000;
  text-align: left;
  background-color: #f3f3f3;
  grid-template: "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 200px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.list {
  color: #333;
  padding-left: 72px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.research_links_section {
  background-image: url('../images/bank_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: auto;
  padding-top: 20.7em;
}

.navbar_links_desktop {
  float: right;
  background-color: #0000;
  border: 1px #000;
  border-top-color: #d9d9d9;
  width: 30%;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 24px;
  display: block;
  position: sticky;
  inset: 200px 0% 0% 0;
  overflow: visible;
}

.nav_menu_employment-copy {
  background-color: #d9d9d9;
  border-top: 5px #959fa6;
  border-bottom: 2px #959fa6;
  border-left: 2px #959fa6;
  border-right: 5px solid #959fa6;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 0;
}

.links_navbar_marker {
  color: #043d42;
  border: 1px #f3f3f3;
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 700;
}

.m_dbhids_text {
  display: none;
}

.drop_ctt {
  float: left;
  clear: left;
  text-transform: none;
  padding-bottom: 10px;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.drop_ctt_m, .drop_m {
  float: left;
  clear: left;
  text-transform: none;
  padding-bottom: 0;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: relative;
}

.drop_programs {
  float: left;
  clear: left;
  text-transform: none;
  padding-bottom: 0;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.homeless_section {
  background-image: url('../images/homeless_img_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.foot_link {
  color: var(--white);
}

.bold-text-4 {
  padding-left: 0;
}

.h3_subhead {
  color: #666;
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 48px;
}

.p_listing {
  color: #333;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  font-size: 16px;
  line-height: 24px;
}

.dropdown-toggle, .dropdown-toggle-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.ul {
  margin-left: 40px;
  padding-left: 40px;
}

.staff_newsletter_link {
  float: left;
  clear: left;
  color: #333;
  width: 93%;
  margin-bottom: 12px;
  padding: 6px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.staff_newsletter_link.w--current {
  color: #55919b;
  background-image: url('../images/dot_55919b.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
  font-size: 16px;
  display: none;
}

.drop_newsletter, .drop-_hide {
  float: left;
  clear: left;
  text-transform: none;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: static;
}

.main_container {
  background-color: #fff;
  padding: 20px;
}

.logo_div, .title_div {
  float: left;
  padding: 10px;
}

.header_container {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}

.h2 {
  color: #154b54;
  padding-top: 20px;
  padding-left: 40px;
  font-weight: 400;
}

.menu_div {
  float: left;
  background-color: #154b54;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
}

.menu_div:focus {
  background-color: #fff;
}

.menu_item {
  color: #fff;
  text-transform: uppercase;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px 0;
  font-size: 16px;
  text-decoration: none;
}

.menu_item:hover {
  color: #154b54;
  background-color: #fff;
  border-radius: 5px;
}

.menu_item.w--current {
  color: #154b54;
  -webkit-text-stroke-color: #fff;
  background-color: #fff;
  border-radius: 5px;
  padding-top: 3px;
  padding-right: 6px;
}

.p_zix {
  color: #333;
  margin-bottom: 0;
  padding: 20px 10px;
  font-size: 15px;
  line-height: 19px;
}

.li_zix {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 19px;
}

.indent {
  padding-left: 40px;
}

.body {
  background-image: url('../images/zix_bg.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.zix_navbar {
  background-color: #154b54;
}

.zix_nav_menu {
  float: left;
}

.zix_footer_container {
  padding: 20px;
}

.drop_rfp {
  float: left;
  clear: left;
  text-transform: none;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: static;
}

.drop_rfp.w--current {
  display: none;
}

.drop_notices {
  float: left;
  clear: left;
  text-transform: none;
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  position: static;
}

.train_img {
  width: 70%;
  padding-left: 48px;
}

.note {
  color: #f2553f;
  background-color: #14141400;
  font-weight: 700;
}

.h4_subhead {
  outline-offset: 11px;
  color: #421e07;
  border-top: 1px #000;
  outline: 3px #421e07;
  padding-left: 24px;
  font-size: 1.6em;
  line-height: 48px;
}

.safety_section {
  background-image: url('../images/safety_img_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top-width: 10px;
  min-height: auto;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20.7em;
  display: block;
}

.drop_hide {
  float: left;
  display: none;
}

.employ_nav_link_hide {
  color: #333;
  width: auto;
  margin-bottom: 12px;
  padding: 6px 12px 0 48px;
  font-size: 16px;
  font-weight: 700;
  display: none;
}

.employ_nav_link_hide.w--current {
  color: #008085;
  background-image: url('../images/dot_008085.png');
  background-position: 19px 10px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 0;
}

.h1_home {
  background-color: #f3f3f3;
  margin-bottom: 0;
  padding: 12px 12px 12px 48px;
  font-size: 1.1em;
  line-height: 1.4em;
  position: relative;
}

.h2_staff {
  color: #55919b;
  background-color: #f3f3f3;
  border: 12px #55919b;
  border-left-style: solid;
  align-self: end;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.h1_contact, .h1_about {
  color: #2b8b8e;
  background-color: #f2f2f2;
  border: 1px #2b8b8e;
  border-left: 12px solid #2b8b8e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.h2_employ {
  color: #55919b;
  background-color: #f2f2f2;
  border: 1px #55919b;
  border-left: 12px solid #55919b;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.h2_notices_home {
  outline-offset: 11px;
  color: #421e07;
  border-top: 1px #000;
  outline: 3px #421e07;
  padding-left: 24px;
  font-size: 1.6em;
  line-height: 48px;
}

.h2_affiliations {
  color: #333;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 48px;
  font-size: 1.6em;
}

.notices_link_div {
  padding-left: 36px;
}

.h3_notices, .h2_notices {
  outline-offset: 11px;
  color: #421e07;
  border-top: 1px solid #000;
  outline: 3px #421e07;
  padding-left: 24px;
  font-size: 1.6em;
  line-height: 48px;
}

.h2_about-copy {
  color: #2b8b8e;
  background-color: #f2f2f2;
  border: 1px #2b8b8e;
  border-left: 12px solid #2b8b8e;
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  transform: translate(0, -45px);
}

.pat_header {
  height: 280px;
}

.pat_contain {
  height: 200px;
}

.h1_pat {
  color: #154b54;
  margin-top: 60px;
  font-family: Noto Sans, sans-serif;
  font-size: 47px;
}

.comments_section, .comments_contain, .comments_div {
  height: 300px;
}

.pat_submit {
  background-color: #000;
}

.text-field {
  width: 50%;
}

.textarea {
  width: 75%;
  height: auto;
  min-height: 150px;
}

.code-embed {
  width: 100%;
  height: 700px;
  overflow: hidden;
}

.comments_section_g {
  height: auto;
  padding-bottom: 0;
  position: relative;
}

.comments_contain_g, .comments_div_g {
  height: auto;
  position: relative;
}

.text-block {
  font-weight: 700;
}

.success-message {
  background-color: #fff;
}

.skip {
  color: #fff;
}

.p_pat {
  color: #333;
  margin-bottom: 0;
  padding: 10px 48px 24px 10px;
  font-family: Noto Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.pat_form {
  padding-left: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404_page {
  background-color: #f3f3f3;
  background-image: url('../images/mission_img1_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #205097;
  border-top: 10px #ccc;
  border-radius: 0;
  min-height: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 41em;
  position: static;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: static;
  }

  .nav_link {
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link.w--current {
    padding-right: 12px;
  }

  .paragraph_about {
    padding-top: 0;
  }

  .section_home {
    padding-top: 230px;
  }

  .h1_staff {
    padding-bottom: 0;
    display: block;
  }

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

  .portal_text {
    padding: 12px 24px;
  }

  .menu-button {
    position: static;
  }

  .grid_about {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid_portal {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid_contact {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .hires {
    position: static;
  }

  .main_int {
    width: 100%;
    position: relative;
  }

  .menu {
    background-color: #f1f1f1;
    width: 100%;
    height: auto;
    margin-left: 0%;
    position: absolute;
  }

  .home_drop {
    z-index: 9999;
    background-color: #f1f1f1;
  }

  .home_drop.w--open {
    z-index: 9999;
    position: relative;
  }

  .drop.ext {
    background-image: url('../images/new_window.png');
    background-position: 37%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 100%;
  }

  .home_nav {
    background-color: #f1f1f1;
  }

  .menu_int {
    background-color: #f1f1f1;
    width: 100%;
    margin-top: 1.8em;
    padding-left: 0;
    display: block;
    position: absolute;
    top: auto;
  }

  .salary_cols {
    display: none;
  }

  .nav_container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: block;
  }

  .header {
    top: auto;
  }

  .header.programs {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_privacy {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar_staff_desktop {
    display: none;
  }

  .paragraph_about_intro {
    padding-top: 0;
  }

  .expand_grid {
    min-height: 9em;
  }

  .h2_about, .h1_employ {
    padding-bottom: 0;
    display: block;
  }

  .hipaa_website_section {
    padding-top: 576px;
  }

  .h1_programs {
    padding-bottom: 0;
    display: block;
  }

  .navbar_programs_desktop {
    background-color: #0000;
    width: 70%;
    margin-top: 140px;
    display: none;
    position: fixed;
    top: 0;
  }

  .nav_menu_programs {
    width: auto;
    height: auto;
  }

  .navbar_employ_desktop {
    display: none;
  }

  .nav_menu_employment {
    width: 98%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .employ_menu_marker {
    float: none;
    clear: none;
    text-align: left;
    padding-left: 12px;
    font-size: 16px;
  }

  .about_nav_link {
    padding-left: 12px;
    font-size: 12px;
  }

  .about_nav_link.w--current {
    background-image: none;
    font-size: 12px;
    text-decoration: underline;
  }

  .grid_links {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .h1_links {
    padding-bottom: 0;
    display: block;
  }

  .grid_notices {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .home_logo {
    margin-left: 10%;
  }

  .navbar_programs_mobile {
    background-color: #0000;
    width: 70%;
    margin-top: 140px;
    display: none;
    position: static;
    top: 0;
  }

  .navbar_employ_mobile {
    background-color: #ccc;
    display: none;
  }

  .navbar_about_desktop {
    display: none;
  }

  .navbar_about_mobile {
    background-color: #ccc;
    width: auto;
    margin-right: 26px;
    padding-left: 0;
    display: none;
  }

  .navbar_staff_mobile {
    display: none;
  }

  .bold-text-3 {
    float: left;
  }

  .icon-4 {
    float: left;
    color: var(--white);
  }

  .menu-button-3 {
    float: right;
    width: 100%;
    padding: 12px;
  }

  .mobile_section_marker {
    float: right;
    color: var(--white);
    width: 56%;
    font-size: 12px;
  }

  .menu_pop_icon {
    float: none;
    clear: both;
    display: none;
  }

  .notices_div {
    margin-left: 24px;
  }

  .home_link_block {
    display: none;
  }

  .nav_button {
    background-color: #f1f1f1;
  }

  .nav_button.w--open {
    color: #333;
  }

  .notices_website_section {
    background-position: 0 0;
    background-size: auto;
    padding-top: 576px;
  }

  .grid_compliance {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .drop_p {
    float: none;
  }

  .drop_p.ext {
    background-image: url('../images/new_window.png');
    background-position: 77% 100%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .ctt_salary_cols {
    display: none;
  }

  .menu_contain {
    display: block;
  }

  .menu_but {
    width: auto;
    position: static;
  }

  .paragraph_hipaa {
    padding-top: 0;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .nav_link_programs {
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav_link_programs.w--current {
    padding-right: 12px;
  }

  .navbar_admin_desktop {
    display: none;
  }

  .nav_menu_admin {
    width: 98%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .programs_is_grid, .admin_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .navbar_links_desktop {
    display: none;
  }

  .nav_menu_employment-copy {
    width: 98%;
    position: absolute;
    inset: 0% 0% auto;
  }

  .links_navbar_marker {
    float: none;
    clear: none;
    text-align: left;
    padding-left: 12px;
    font-size: 16px;
  }

  .m_dbhids_text {
    display: none;
  }

  .drop_ctt {
    float: none;
    padding-bottom: 10px;
  }

  .drop_ctt_m, .drop_m, .drop_programs {
    float: none;
  }

  .drop_programs.ext {
    background-image: url('../images/new_window.png');
    background-position: 77% 100%;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .dropdown-toggle, .dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .drop-_hide.ext {
    background-image: url('../images/new_window.png');
    background-position: 37%;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 100%;
  }

  .main_container, .header_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu_item {
    background-color: #154b54;
    width: 100%;
  }

  .menu_item:focus {
    float: none;
    width: 100%;
  }

  .zix_nav_menu {
    background-color: #154b54;
  }

  .icon-8 {
    color: #154b54;
  }

  .menu-button-4 {
    background-color: #fff;
    margin-right: 5px;
  }

  .train_img {
    width: 80%;
    padding-left: 24px;
    padding-right: 10px;
  }

  .h4_subhead {
    border-top-style: none;
  }

  .h2_staff, .h1_contact, .h1_about, .h2_employ, .h2_about-copy {
    padding-bottom: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .nav_link {
    background-color: #0000;
    margin-left: 20px;
  }

  .paragraph_about {
    padding-left: 24px;
  }

  .footer_section {
    height: 40em;
  }

  .footer_text {
    padding-left: 20px;
  }

  .section_home {
    padding-top: 200px;
  }

  .home_text {
    padding-right: 48px;
  }

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

  .grid_about {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .grid_portal {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .hires {
    padding-right: 48px;
  }

  .main_int {
    height: 130px;
  }

  .menu {
    background-color: #f1f1f1;
    margin-left: auto;
    position: relative;
  }

  .home_drop {
    position: relative;
  }

  .home_drop.w--open {
    background-color: #f1f1f1;
    width: auto;
  }

  .drop.ext {
    background-position: 57%;
  }

  .menu_int {
    margin-top: 1em;
  }

  .salary_cols {
    width: auto;
    margin-bottom: 48px;
    display: none;
  }

  .contact_text {
    padding-top: 24px;
    padding-left: 24px;
    display: none;
  }

  .grid_privacy {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph_about_intro {
    padding-left: 24px;
    padding-right: 24px;
  }

  .expand_grid {
    min-height: 9em;
  }

  .advocate_links_section {
    background-position: 0%;
    background-size: auto;
  }

  .navbar_programs_desktop {
    display: none;
  }

  .coc_text {
    padding-left: 48px;
  }

  .grid_links {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid_notices {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .slide_1 {
    height: auto;
  }

  .slide {
    height: 400px;
  }

  .home_logo {
    width: 80%;
  }

  .p {
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu_pop_icon {
    display: none;
  }

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

  .footer_grid {
    float: left;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .container_footer {
    padding-bottom: 20px;
  }

  .notices_website_section {
    background-position: 50% 0;
    background-size: auto;
  }

  .grid_compliance {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .ctt_salary_cols {
    margin-bottom: 48px;
    display: none;
  }

  .menu_contain {
    display: block;
  }

  .paragraph_hipaa {
    padding-left: 12px;
  }

  .pmhcc_link_less {
    background-position: 80%;
  }

  .dropdown-list, .dropdown-list-2 {
    position: relative;
  }

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

  .nav_link_programs {
    background-color: #0000;
    margin-left: 20px;
  }

  .programs_is_grid, .admin_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .list {
    padding-left: 48px;
  }

  .m_dbhids_text {
    display: none;
  }

  .drop_m {
    display: block;
  }

  .drop_programs {
    display: none;
  }

  .drop_programs.ext {
    background-position: 100% 100%;
    display: none;
  }

  .p_listing {
    padding-left: 48px;
    padding-right: 24px;
  }

  .drop-_hide.ext {
    background-position: 57%;
  }

  .main_container, .header_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu_item {
    background-color: #154b54;
  }

  .p_zix {
    padding-left: 24px;
    padding-right: 24px;
  }

  .train_img {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .p_pat {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .nav_link {
    background-color: #0000;
    margin-left: 12px;
    padding-left: 12px;
    display: block;
  }

  .paragraph_about {
    padding: 16px 24px;
    display: block;
  }

  .footer_section {
    height: 40em;
  }

  .section_home {
    padding-top: 11.7em;
    display: block;
  }

  .mission {
    background-position: 50%;
    display: block;
  }

  .history {
    display: block;
  }

  .p_home {
    padding-left: 24px;
  }

  .boards {
    display: block;
  }

  .home_text {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-2 {
    display: block;
  }

  .h1_staff {
    font-size: 26px;
  }

  .link {
    margin-right: 8px;
    line-height: 20px;
  }

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

  .grid_about {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .grid_portal {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid_contact {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    height: auto;
  }

  .main_int {
    display: block;
  }

  .menu {
    z-index: 9999;
    background-color: #f1f1f1;
    margin-left: auto;
  }

  .home_drop {
    width: 40%;
    padding-right: 140px;
  }

  .home_drop.w--open {
    width: 90%;
  }

  .drop {
    object-fit: scale-down;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 20px;
    display: inline-block;
    overflow: hidden;
  }

  .drop.ext {
    background-position: 100%;
    width: auto;
  }

  .menu_int {
    margin-top: 2.3em;
  }

  .salary_cols {
    display: none;
  }

  .h3 {
    font-size: 18px;
  }

  .newsletters_section {
    background-size: cover;
    padding-top: 41em;
  }

  .nav_container {
    float: right;
    background-color: #0000;
    width: 100%;
    margin-top: 4.1em;
    display: block;
    position: relative;
    left: auto;
  }

  .header {
    height: 200px;
  }

  .contact_text {
    padding-top: 24px;
    padding-left: 24px;
  }

  .programs_intro_section {
    background-position: 23%;
  }

  .mission_home_section {
    padding-top: 0;
    display: block;
  }

  .int_logo {
    margin-left: 0;
  }

  .grid_privacy {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .paragraph_about_intro {
    padding: 16px 24px;
    display: block;
  }

  .h2_about, .h1_employ, .h1_employ.interior {
    font-size: 26px;
  }

  .h1_programs {
    font-size: 26px;
    display: block;
  }

  .about_line {
    display: none;
  }

  .programs_line {
    display: block;
  }

  .coc_text {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column, .column-2 {
    padding-left: 12px;
  }

  .grid_links {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .h1_links {
    font-size: 1.8em;
  }

  .grid_notices {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .navbar_programs_mobile {
    display: none;
  }

  .brand {
    float: left;
    clear: right;
  }

  .navbar_employ_mobile {
    top: 250px;
  }

  .p {
    padding-left: 24px;
  }

  .menu_pop_icon {
    float: none;
    display: none;
  }

  .notices_div {
    margin-right: 24px;
  }

  .h4_notices {
    font-size: 1.4em;
  }

  .home_block_1_section {
    display: block;
  }

  .p_home_block_1 {
    padding-left: 24px;
  }

  .home_block_2_section {
    display: none;
  }

  .h4_affiliations {
    padding-left: 24px;
  }

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

  .menu_dropdown_toggle {
    padding-left: 0;
    padding-right: 12px;
  }

  .icon-5 {
    color: #154b54;
  }

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

  .container_footer {
    display: block;
  }

  .notices_website_section {
    background-position: 50%;
    background-size: auto;
    background-attachment: fixed;
    padding-top: 41em;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_compliance {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .drop_p {
    float: none;
    clear: both;
    object-fit: contain;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    max-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
    display: block;
    position: relative;
    right: 0;
    overflow: visible;
  }

  .drop_p.ext {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .ctt_salary_cols {
    display: none;
  }

  .menu_contain {
    width: 300px;
    display: block;
    position: relative;
  }

  .menu_but {
    float: right;
    clear: none;
    background-color: #f1f1f1;
  }

  .menu_but.w--open {
    background-color: #f1f1f1;
  }

  .paragraph_hipaa {
    padding: 16px 24px 16px 12px;
    display: block;
  }

  .ctt_link_less, .pmhcc_link_less {
    background-position: 75% 100%;
    margin-right: 8px;
    padding-left: 12px;
    line-height: 20px;
  }

  .adapt_section {
    background-position: 8% 0;
  }

  .adapt_text_block {
    padding-left: 0;
    padding-right: 12px;
  }

  .nav_link_programs {
    float: none;
    background-color: #f1f1f1;
    margin-left: 12px;
    padding-left: 12px;
  }

  .fiscal_section {
    background-position: 52%;
  }

  .programs_is_grid, .admin_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .icon-6 {
    display: none;
  }

  .list {
    padding-left: 48px;
  }

  .dbhids_text_block {
    width: 200px;
    display: none;
    overflow: visible;
  }

  .m_dbhids_text {
    width: 200px;
    display: block;
    overflow: visible;
  }

  .drop_ctt {
    float: none;
    clear: both;
    object-fit: contain;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    max-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
    display: none;
    position: relative;
    right: 0;
    overflow: visible;
  }

  .drop_ctt_m, .drop_m {
    float: none;
    clear: both;
    object-fit: contain;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    max-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
    display: block;
    position: relative;
    right: 0;
    overflow: visible;
  }

  .drop_programs {
    float: none;
    clear: both;
    object-fit: contain;
    object-position: 50% 50%;
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    max-width: 300px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .9em;
    display: none;
    position: relative;
    right: 0;
    overflow: visible;
  }

  .drop_programs.ext {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    display: none;
  }

  .drop_programs {
    display: none;
  }

  .h3_subhead {
    padding-left: 24px;
    font-size: 18px;
  }

  .p_listing {
    padding-left: 24px;
  }

  .drop_newsletter, .drop-_hide {
    object-fit: scale-down;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 20px;
    display: inline-block;
    overflow: hidden;
  }

  .drop-_hide.ext {
    background-position: 100%;
    width: auto;
  }

  .main_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu_item {
    background-color: #154b54;
  }

  .p_zix {
    padding-left: 24px;
  }

  .menu-button-4 {
    margin-right: 5px;
  }

  .drop_rfp, .drop_notices {
    object-fit: scale-down;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding-right: 20px;
    display: inline-block;
    overflow: hidden;
  }

  .train_img {
    width: 100%;
  }

  .h4_subhead {
    font-size: 1.4em;
  }

  .h1_home {
    padding-left: 24px;
  }

  .h2_staff, .h1_contact, .h1_about, .h2_employ {
    font-size: 26px;
  }

  .h2_notices_home {
    font-size: 1.4em;
  }

  .h2_affiliations {
    padding-left: 24px;
  }

  .h3_notices, .h2_notices {
    font-size: 1.4em;
  }

  .h2_about-copy {
    font-size: 26px;
  }

  .p_pat {
    padding-left: 24px;
  }

  ._404_page {
    background-position: 50%;
    display: block;
  }
}

#w-node-d9f5d74b-44fb-202c-7b51-9b09be9c27fd-d120f0e8 {
  grid-area: 1 / 10 / 3 / 13;
}

#w-node-_3d0f413c-4966-ccfd-485d-915f2916f499-d120f0e8 {
  grid-area: 1 / 3 / 2 / 10;
}

#w-node-ca268f78-0935-9e9a-1480-e85be21b90b4-d120f0e8 {
  grid-area: 2 / 3 / 3 / 10;
}

#w-node-e9c7cf8e-4afa-a4a6-4164-8c01be84d812-d120f0e8 {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-f6f334d3-888a-3973-f0c4-fa29fa844e2f-d120f0e8 {
  grid-area: 8 / 3 / 9 / 10;
}

#w-node-d1b4990c-0b1d-f614-b727-b72324a188b3-d120f0e8 {
  grid-area: 2 / 3 / 3 / 10;
}

#w-node-_0ed9fc26-b5b4-a710-c429-513b4c28f924-d120f0e8 {
  grid-area: 4 / 3 / 5 / 10;
}

#w-node-c08c4c4e-38d1-36f9-c51a-9245d97dec2e-d120f0e8 {
  grid-area: 3 / 3 / 4 / 9;
}

#w-node-d42bedd1-25a0-e9c2-f7e0-030691d51f09-d120f0e8 {
  grid-area: 5 / 3 / 6 / 10;
}

#w-node-d6d0d9f1-6f9a-de28-9193-d4db0f2e3b99-d120f0e8 {
  grid-area: 6 / 3 / 7 / 9;
}

#w-node-a71cddb0-f32e-7b4b-4960-f805c4d8c455-d120f0e8 {
  grid-area: 7 / 3 / 8 / 10;
}

#w-node-_790053d5-6ce0-a26b-ba72-d2e60381c5e5-d120f0e8 {
  grid-area: 9 / 3 / 10 / 10;
}

#w-node-_54907ed6-f020-fdf9-44fd-ddb3743698b1-d120f0e8 {
  grid-area: 10 / 3 / 11 / 10;
}

#w-node-_809ef8bb-49b4-adcd-c665-0e51e7fe13b7-d120f0e8, #w-node-c88fc6aa-e432-d5a1-2a86-4cdb79d99863-d120f0e8 {
  grid-area: 1 / 3 / 2 / 10;
}

#w-node-_64ac04e4-5ea3-cac3-bff7-ed988d33e74d-d120f0e8 {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-_1a0e1d97-e345-6bb3-f274-2694bd7c29bb-d120f0e8 {
  grid-area: 2 / 3 / 3 / 10;
}

#w-node-_998cba84-53f4-0a18-7056-6a280b430bcd-0b430bbc {
  grid-area: 1 / 5 / 2 / 9;
}

#w-node-_998cba84-53f4-0a18-7056-6a280b430bc0-0b430bbc {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_2d800ff7-e936-945a-69d6-f8d4a002e0de-0b430bbc {
  grid-area: 4 / 1 / 5 / 10;
}

#w-node-f3b9b01d-670b-8f22-7822-cfc47cde3ba3-0b430bbc {
  grid-area: 2 / 1 / 3 / 10;
}

#w-node-b4d8b659-76f8-5d20-b665-6ae1c6f7a799-c520f0ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ce6f4e02-d1ba-97ef-b39f-337b4835236e-c520f0ef {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_2ed3251e-91ed-afe3-be62-545f5ca7103b-c520f0ef {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_0fd654f2-dce3-cd10-5248-2df78d29600c-c520f0ef {
  grid-area: 3 / 2 / 7 / 3;
}

#w-node-_8d008bbd-088c-7fb1-74b0-19e24264c85b-c520f0ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_05b693fd-495d-625b-2916-1f2f0676da1d-c520f0ef {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-fc4f7223-4cee-2241-8425-94792ea88139-c520f0ef {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_05b693fd-495d-625b-2916-1f2f0676da16-c520f0ef {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_05b693fd-495d-625b-2916-1f2f0676da1b-c520f0ef {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_05b693fd-495d-625b-2916-1f2f0676da14-c520f0ef {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_05b693fd-495d-625b-2916-1f2f0676da1f-c520f0ef {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-_5bb37b38-08a9-0900-6990-c7fca1e11593-c520f0ef {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_0277b10e-6090-270c-a752-48cf0876defb-c520f0ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_71c7481f-b30f-2e12-a672-b88a4247e56a-c520f0ef {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_4a27dc1e-7cf1-17cf-cac9-04e83c8f7e86-c520f0ef {
  grid-area: 3 / 2 / 4 / 8;
}

#w-node-_71066448-ea0e-7f9f-df60-5e686741fa53-c520f0ef {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-c1a7935c-1017-cfeb-885a-45d485d7d911-c520f0ef {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_850c759b-4794-3299-909a-be6d1aea5b02-c520f0ef {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de83469c-0422-7973-2249-991d33f132e4-c520f0ef {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_50354773-1dc4-981e-bdcb-f0c32a7cf966-c520f0ef {
  grid-area: 5 / 2 / 7 / 5;
}

#w-node-_70b89199-bfe4-11bb-873c-8b780301c843-c520f0ef {
  grid-area: 5 / 5 / 6 / 8;
}

#w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-c520f0ef {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_92fa41d1-531b-121d-d7fe-ed3012e25bf7-c520f0ef {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57c-3120f0f0 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-3120f0f0 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-3120f0f0 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a58f-3120f0f0 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-3120f0f0 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-3120f0f0 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b29-5020f0f2 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2a-5020f0f2 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2c-5020f0f2 {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b3c-5020f0f2 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b48-5020f0f2 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-aa78dc5b-bf4a-c618-6edd-52127bdcc323-5020f0f2 {
  grid-area: 8 / 2 / 9 / 9;
}

#w-node-_23633163-c431-c92f-2c78-bcbaf08678e5-5020f0f2 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-b5a0fd86-9f34-4de6-2f29-342a16783ede-5020f0f2 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-ccc46658-0e19-05a3-96d9-59eab00e3889-5020f0f2 {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-f8beed89-ff33-4aca-eb34-dc9b52d32d21-5020f0f2 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_17667358-b671-0d11-0f88-265d763b7090-5020f0f2 {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a571-6a20f0f3 {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57c-6a20f0f3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-6a20f0f3 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-6a20f0f3 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a58f-6a20f0f3 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-6a20f0f3 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c1-ac20f0f4 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-ac20f0f4 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39d4-ac20f0f4 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_6a65277e-baf1-7470-6443-19ae6c025754-ac20f0f4 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c1-fe20f0f5 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-fe20f0f5 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c4-fe20f0f5 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-_507398fa-8e9e-1f4f-ef88-7d01d9cfff10-fe20f0f5 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_60a96a44-3e50-0921-3db6-ed9485b6dcd2-fe20f0f5 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_896bc45c-18fa-4d16-7f91-3cc2067c4d84-fe20f0f5 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_78089b85-7983-fd77-b7a6-5fec05addfc9-fe20f0f5 {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-_9a3ad4b4-ec97-dcc5-db68-2fab7a345d11-fe20f0f5 {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_96cb3dbc-bc11-f9d0-770f-6146f34739f4-fe20f0f5 {
  grid-area: 8 / 2 / 9 / 9;
}

#w-node-_18c7174c-a20d-b978-94ee-49f7ef89b7f2-fe20f0f5 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-cbbaf14f-bd71-4df0-54d3-7d3597f6325a-0c20f0f8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cbbaf14f-bd71-4df0-54d3-7d3597f6325b-0c20f0f8 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63264-0c20f0f8 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63266-0c20f0f8 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63275-0c20f0f8 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_788a87ac-7276-80ea-4eb6-343ccd5c6a97-ed20f0fa {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-e0fb9061-9bfd-c471-370e-cf9ff6237429-ed20f0fa {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_7e793dd2-f93f-f8c5-3fbd-fbcec05e8c48-ed20f0fa, #w-node-e66c4de3-1260-d252-e135-427aae275a7b-6920f0fb {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a7c-6920f0fb {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a7e-6920f0fb {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a8e-6920f0fb {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-cc589400-3446-6b12-b8c3-636202877537-6920f0fb {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-e72b64e4-ef5e-dbb9-b6e0-e749cbd91a83-f920f0fd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_86eb9085-629c-2aff-d7e4-106c1a2eacdc-f920f0fd {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_52a2de3e-0cd5-a93b-b8fa-5937ce9646df-f920f0fd {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_1850ccb5-0b02-1ef2-4cfc-970fa265e90b-f920f0fd {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_73d5fcd1-c381-6d73-c4a1-a262fa4f4827-f920f0fd {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_5a5ee4e4-1b92-46e7-ea2b-c15796fff7ce-f920f0fd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3929cdbc-434a-6c68-d93f-070b4b4a6377-f920f0fd {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-ad1d6f4f-399e-44f4-94b8-6e1373b42f3e-f920f0fd {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-f87d7a28-196c-2951-f50c-d6aaaf2f3715-f920f0fd {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_9261a27f-5a69-ddf2-a8af-f210a211778b-f920f0fd {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_7d63302d-afe9-ce20-a022-4e137b7ceff3-f920f0fd {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-bde337ba-fa80-4004-feec-e2e9895af2b0-f920f0fd {
  grid-area: 4 / 2 / 5 / 6;
}

#w-node-_610f6836-8891-cb31-a934-b9ef2ada4b9e-f920f0fd {
  grid-area: 6 / 2 / 7 / 6;
}

#w-node-_61b5484e-2ef5-35ad-cd02-e6999f8c215c-f920f0fd {
  grid-area: 9 / 2 / 10 / 9;
}

#w-node-d21be131-99d7-4ee3-d8fc-37033f623c6f-f920f0fd {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_8db4c774-28f0-3ad1-c67a-df8dc3d109ff-f920f0fd {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-f173835f-7189-9f7c-e8b4-978deb52b0fb-f920f0fd {
  grid-area: 11 / 2 / 12 / 9;
}

#w-node-_658927af-7150-dc33-fe23-a5d6a084e84b-f920f0fd {
  grid-area: 13 / 2 / 14 / 9;
}

#w-node-_58793902-e2f5-4915-27f5-ed2aab2670e7-f920f0fd {
  grid-area: 10 / 2 / 11 / 9;
}

#w-node-cb9d4c16-943d-57ab-ceba-756cf7e2618d-f920f0fd {
  grid-area: 8 / 2 / 9 / 9;
}

#w-node-b2728c8f-905b-c1f1-b62a-9769abbdc317-f920f0fd {
  grid-area: 12 / 2 / 13 / 9;
}

#w-node-be6a68cf-0b2e-619f-8421-fd55b294a3bd-f920f0fd {
  grid-area: 14 / 2 / 15 / 9;
}

#w-node-d6aa8a0f-b1bc-520c-f8b6-c8ee29c7e4be-f920f0fd {
  grid-area: 14 / 1 / 15 / 2;
}

#w-node-ef48e3e8-acfd-ac66-01c3-c0ce6c7c3e05-f920f0fd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_322a923d-1bfa-b049-e2c1-f7d6223e86fb-f920f0fd {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-_3e4c3351-e0d8-8b98-4fde-b62467a8c6d1-f920f0fd {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_28fa5805-6716-757a-69ce-916ce7ea4057-f920f0fd {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_352153cf-efea-bd92-5d76-3cd769be760a-f920f0fd {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-e0d661f1-5097-bc7b-4b89-dcee923f2ea1-f920f0fd {
  grid-area: 2 / 2 / 3 / 7;
}

#w-node-_675d4b7d-e64e-ce91-ced4-08d01787d950-f920f0fd {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0d976c38-cca0-47f0-7686-fe864581c21d-f920f0fd {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_5d02a8dc-cf6d-109a-f438-35c0ab052385-f920f0fd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-db352859-8bfa-5fd9-bad4-81f069ff3420-f920f0fd {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321383-b720f0ff {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321384-b720f0ff {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321386-b720f0ff {
  grid-area: 2 / 9 / 3 / 12;
}

#w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321398-b720f0ff {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_4dc0e807-9c92-089f-db80-8ef9efe9af7e-b720f0ff {
  grid-area: 3 / 2 / 4 / 7;
}

#w-node-_9d93d14b-6c64-a16f-b40e-d86f7d2ac621-b720f0ff {
  grid-area: 4 / 2 / 5 / 7;
}

#w-node-_84f62922-743c-6d16-c7e9-ca333accab43-b720f0ff {
  grid-area: 5 / 2 / 6 / 7;
}

#w-node-_2976e912-889e-b496-eab8-61104ad23a89-b720f0ff {
  grid-area: 6 / 2 / 7 / 7;
}

#w-node-e54e8f91-b786-f218-f142-60a8704766ea-b720f0ff {
  grid-area: 7 / 2 / 8 / 7;
}

#w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f100 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-de83469c-0422-7973-2249-991d33f132e4-a020f100 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-a7031967-8676-6f0f-405c-b82089e9186b-a020f100 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-de83469c-0422-7973-2249-991d33f132e4-a020f102 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f102 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_2c29fd2e-f283-5770-0a5b-1fd3572d00d1-a020f102 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0d67713f-aca4-03a5-6221-90da78b554ba-a020f102 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_87cd3129-4cfe-9347-eecc-411330359e7d-a020f102 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-c585fdfb-011e-226b-fca8-f542af75c3c5-a020f102 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b0-a020f102 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b3-a020f102 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-c965a036-14cf-c543-6cbd-0ae7e03a2f36-a020f102 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-c5c7814b-3d57-39ce-d4fb-4606720d34f6-a020f102 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-a3dcaf6b-2712-c87f-5d20-29baa0679614-a020f102 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0851db0b-885a-8d80-ead5-655936cd08d7-a020f102 {
  grid-area: 5 / 2 / 6 / 4;
}

#w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fa-a020f102 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fd-a020f102 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_8158ff5b-5164-3217-cc4a-82f9ec645c04-a020f102 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_0f9f1b17-c0bb-293e-b401-876323e66119-a020f102 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_39341a1a-19ae-ecaa-d695-a40e5da7d4de-a020f102 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_316488f3-f21e-778b-dc4b-51dc97f7dd90-9d20f104 {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_8f91c106-67ef-8e97-48f8-077b9db02cd9-9d20f104 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-9d20f104 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-a3895b64-f84e-c539-e32a-2ea876d40641-9d20f104 {
  grid-area: 17 / 2 / 18 / 9;
}

#w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-9d20f104 {
  grid-area: 9 / 2 / 10 / 9;
}

#w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-9d20f104 {
  grid-area: 11 / 2 / 12 / 9;
}

#w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-9d20f104 {
  grid-area: 13 / 2 / 14 / 9;
}

#w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-9d20f104 {
  grid-area: 15 / 2 / 16 / 9;
}

#w-node-_94526fa9-83b7-6de9-85d5-02f0e401d57b-9d20f104 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_67ea3e8f-c5fc-586a-a1c0-aa2ee7979729-9d20f104 {
  grid-area: 8 / 2 / 9 / 9;
}

#w-node-_17eb13a0-f1cc-c3e6-ee26-391c59183d97-9d20f104 {
  grid-area: 10 / 2 / 11 / 9;
}

#w-node-_69b34aa1-4f41-6dd3-0c41-cf35c16536dd-9d20f104 {
  grid-area: 12 / 2 / 13 / 9;
}

#w-node-_326f5466-032d-f1f3-4f4a-a06a08011b7a-9d20f104 {
  grid-area: 14 / 2 / 15 / 9;
}

#w-node-_44d1ec7e-0ad5-dfbe-e140-00e78c0714f4-9d20f104 {
  grid-area: 16 / 2 / 17 / 9;
}

#w-node-_0061f7a8-27e4-7391-291e-a9724cb0c7ea-9d20f104 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-abfb66bb-e3d0-95bc-1098-a46b149cd19b-9d20f104 {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-f037fb05-d620-f1a4-3319-f2138c5029e6-1120f108 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_00f309bc-0779-f474-9f6f-0c75271600ed-1120f108 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-a69f5a72-f732-2b0d-1466-11b5d1fd237f-1120f108 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-dbe1cfe4-9ceb-8b40-fbfd-6e53fe506bef-1120f108 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-a89b6ba2-86c4-a543-8c70-ccfb1143a04f-1120f108 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_807572fb-f67f-47d6-b779-b78f23d2ff03-1120f108 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_0476fda9-11d6-54fc-3dcb-4619d1cbeb99-1120f108 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_4d77553d-34ee-2c32-f4d2-0169603ef664-1120f108 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_36868ef4-a9a3-0125-58b0-247f5bd1469b-1120f108 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-e3a2ec8c-aaf2-e76a-e351-c107b3e59687-1120f108 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-c04e426c-f42b-1b86-26dc-4dd433ed6ae3-1120f108 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_208c42ad-8729-28f4-fb47-a6bab485e241-1120f108 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_06f2572a-4746-7df7-a83c-cd9953a4defe-1120f108 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-a9d34f1d-92d4-2fee-e73e-eae5702d6cfe-1120f108 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-c1a7b860-0f11-4ceb-496b-7490d2126964-1120f108 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_628ae7fe-8804-66bf-314d-cfc0d6e6b30a-1120f108 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_74c5b14b-3d74-6352-090c-8674865bb9e5-1120f108 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_3658178c-4c90-3ca2-d2e1-7dcbf7e51c28-1120f108 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_52879c81-a0e9-caa3-864a-b80a1e2d2d52-1120f108 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-e75bd354-5b19-c8f2-f588-338256790212-1120f108 {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-c3c0a2c0-dda5-44f1-8ba0-ce7bb2472805-1120f108 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5c6ba47e-3f22-ee36-bef7-83cbc50170bd-1120f108 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_53162aa0-88b9-af3a-88ab-42716767ddc6-1120f108 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_2f46a12d-c016-008c-cfd7-f07daae6263c-1120f108 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-fac2aa17-a50f-4053-6b09-ff695bd55bf6-1120f108 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_6f0c1294-7ed2-8ed1-c71b-c3aaa5f44061-1120f108 {
  grid-area: 3 / 2 / 4 / 10;
}

#w-node-_790c7d39-2099-8493-91cb-a285cb63dd5f-1120f108 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-de83469c-0422-7973-2249-991d33f132e4-4120f10a {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-4120f10a {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-a3895b64-f84e-c539-e32a-2ea876d40641-4120f10a {
  grid-area: 9 / 2 / 10 / 9;
}

#w-node-_6879db6f-222f-fa79-7e91-395c2671bc52-4120f10a {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-4120f10a {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-4120f10a {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-4120f10a {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-4120f10a {
  grid-area: 7 / 2 / 8 / 9;
}

#w-node-_40e9e7e0-44df-f67f-479f-c9718d2da12f-4120f10a {
  grid-area: 8 / 2 / 9 / 9;
}

#w-node-_5efc9003-0566-17b1-74d0-8626cdd64094-4120f10a, #w-node-e66c4de3-1260-d252-e135-427aae275a7b-dc20f141 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a7c-dc20f141 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a7e-dc20f141 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-e66c4de3-1260-d252-e135-427aae275a8e-dc20f141 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_873dbc25-3fcf-10e2-fef3-19c40b6a5e94-dc20f141 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_6517f135-bbb3-ee44-c5a7-f32f5e0cfa73-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6c97657b-f1a2-0657-0303-2f22fb280796-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_29fd9242-c0cc-130d-fb67-05e5cd821c8d-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_0abf27db-1e1d-ddbc-10df-2181391adcb5-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_9cd3653e-64a0-9340-af0d-e79e16fd963c-5620f152 {
  grid-area: 7 / 2 / 8 / 4;
}

#w-node-d6598ccb-5783-ed95-4c56-bd8b961e7b15-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_65211461-1971-e22f-104e-2d3acadc1dec-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_3836a23e-48c6-ee5a-6848-e1068113880d-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b591d004-4310-1d30-307f-d1b6ba685552-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
  align-self: end;
}

#w-node-_6753668d-998f-42a1-90e0-a112042a68a6-5620f152 {
  grid-area: 4 / 2 / 7 / 5;
}

#w-node-_23e14cae-5d82-a24b-8a10-dbb6d827e8eb-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-f2d5af11-db29-1921-bdb8-0604e2b8dd75-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_9731c00f-35df-6e13-2761-686954d7ef46-5620f152 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_4f60e48f-44c6-97fc-d7f2-c26e5aa27a04-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_7ab0af66-b945-dfde-ed2d-d7aa789e6e2e-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_7ab0af66-b945-dfde-ed2d-d7aa789e6e43-5620f152 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_61f9c462-437e-d395-9200-2af60007a750-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_3ca375a7-0847-36c0-633c-5414796fc2ff-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-fe30a36b-3bfc-e998-5ee9-dc4001d9556e-5620f152 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_7f68253e-c38a-521b-d850-fa4a5935c452-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ebe-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec5-5620f152 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec6-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec7-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_1789eabf-cfa7-c80c-f324-59850e255677-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-d856dde1-fec0-70a9-b035-67372e921ea4-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-bb16d8ff-050d-dde4-aadb-267d7ac130b4-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_10a2200c-b353-7456-d323-00076a5a91a7-5620f152 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b6cd0a6b-7ca9-0927-bc69-1418856f78c6-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_7dab4a84-ca32-0753-5778-6185d370c3ca-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_7dab4a84-ca32-0753-5778-6185d370c3cf-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_7dab4a84-ca32-0753-5778-6185d370c3d4-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ac53f96b-3d33-6446-cb2a-261c27611cbb-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_8f3a278e-541e-77c6-b509-63df87a57710-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-fc0f2820-4f6c-b6b3-8b55-a3b15e340ffa-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-c58fb40b-c599-2da7-d1f8-fab623df0107-5620f152 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-f3f7e532-fa9a-2143-17a6-080d3b204da1-5620f152 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-_18db2df9-9c7a-7fa0-fcf8-c21049f48fd3-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_57076396-cef6-ea58-26b5-e74319e1f655-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-ee1a8a4b-501c-65b9-0031-573a792ea8f4-5620f152 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_5d69a8b5-79ca-e054-5125-f733719d2af3-5620f152 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_71250b2b-9641-79f3-8bfd-afb6d432f9d2-5620f152 {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-e0b1c00c-5380-55df-5038-03c74c4aa48a-5620f152 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-c5dd6db9-9951-167a-ee26-8ebe00f8434e-5620f152 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_884ee2d9-c0e0-c1d2-527b-1f58c3983e55-5620f152 {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57c-ee20f163 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-ee20f163 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-ee20f163 {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-ee20f163 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-d80afd9e-9873-4b09-a3c9-411538822c6b-ee20f163 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-ee20f163 {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57c-0eed2dd8 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-0eed2dd8 {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a58f-0eed2dd8 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-0eed2dd8 {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-0eed2dd8 {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57c-68c44ebf {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-68c44ebf {
  order: 0;
  grid-area: 1 / 2 / 2 / 9;
  align-self: auto;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-68c44ebf {
  grid-area: 2 / 9 / 4 / 12;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a58f-68c44ebf {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-68c44ebf {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-ab087c31-a697-e2d4-2e74-55e763ef29ad-68c44ebf {
  grid-area: 6 / 2 / 7 / 9;
}

#w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-68c44ebf {
  grid-area: 3 / 2 / 4 / 9;
}

#w-node-_8c2cce77-2a4a-de28-d0e4-9c5db09dbbe0-68c44ebf {
  grid-area: 4 / 2 / 5 / 9;
}

#w-node-e080fec4-1c44-df9e-75d0-2e25e898d498-68c44ebf {
  grid-area: 5 / 2 / 6 / 9;
}

#w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff3-9be20bfe {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff4-9be20bfe {
  grid-area: 2 / 2 / 3 / 9;
}

#w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff8-9be20bfe {
  grid-area: 1 / 2 / 2 / 9;
}

#w-node-cc3dd693-a813-58cd-2aff-a2c302f5effa-9be20bfe {
  grid-area: 3 / 2 / 7 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d9f5d74b-44fb-202c-7b51-9b09be9c27fd-d120f0e8 {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-_3d0f413c-4966-ccfd-485d-915f2916f499-d120f0e8 {
    grid-column-start: 1;
  }

  #w-node-ca268f78-0935-9e9a-1480-e85be21b90b4-d120f0e8 {
    grid-area: 2 / 1 / 3 / 10;
  }

  #w-node-e9c7cf8e-4afa-a4a6-4164-8c01be84d812-d120f0e8 {
    grid-area: 3 / 1 / 4 / 10;
  }

  #w-node-f6f334d3-888a-3973-f0c4-fa29fa844e2f-d120f0e8 {
    grid-area: 8 / 1 / 9 / 10;
  }

  #w-node-d1b4990c-0b1d-f614-b727-b72324a188b3-d120f0e8 {
    grid-area: 2 / 1 / 3 / 10;
  }

  #w-node-_0ed9fc26-b5b4-a710-c429-513b4c28f924-d120f0e8 {
    grid-area: 4 / 1 / 5 / 10;
  }

  #w-node-c08c4c4e-38d1-36f9-c51a-9245d97dec2e-d120f0e8 {
    grid-area: 3 / 1 / 4 / 10;
  }

  #w-node-d42bedd1-25a0-e9c2-f7e0-030691d51f09-d120f0e8 {
    grid-area: 5 / 1 / 6 / 10;
  }

  #w-node-d6d0d9f1-6f9a-de28-9193-d4db0f2e3b99-d120f0e8 {
    grid-area: 6 / 1 / 7 / 10;
  }

  #w-node-a71cddb0-f32e-7b4b-4960-f805c4d8c455-d120f0e8 {
    grid-area: 7 / 1 / 8 / 10;
  }

  #w-node-_790053d5-6ce0-a26b-ba72-d2e60381c5e5-d120f0e8 {
    grid-area: 9 / 1 / 10 / 10;
  }

  #w-node-_54907ed6-f020-fdf9-44fd-ddb3743698b1-d120f0e8 {
    grid-area: 10 / 1 / 11 / 10;
  }

  #w-node-_809ef8bb-49b4-adcd-c665-0e51e7fe13b7-d120f0e8, #w-node-c88fc6aa-e432-d5a1-2a86-4cdb79d99863-d120f0e8 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-_64ac04e4-5ea3-cac3-bff7-ed988d33e74d-d120f0e8 {
    grid-area: 3 / 1 / 4 / 10;
  }

  #w-node-_1a0e1d97-e345-6bb3-f274-2694bd7c29bb-d120f0e8 {
    grid-area: 2 / 1 / 3 / 10;
  }

  #w-node-ce6f4e02-d1ba-97ef-b39f-337b4835236e-c520f0ef {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_2ed3251e-91ed-afe3-be62-545f5ca7103b-c520f0ef {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1d-c520f0ef {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-fc4f7223-4cee-2241-8425-94792ea88139-c520f0ef {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da16-c520f0ef {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1b-c520f0ef {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da14-c520f0ef {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1f-c520f0ef {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_5bb37b38-08a9-0900-6990-c7fca1e11593-c520f0ef {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_71c7481f-b30f-2e12-a672-b88a4247e56a-c520f0ef {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_4a27dc1e-7cf1-17cf-cac9-04e83c8f7e86-c520f0ef {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_71066448-ea0e-7f9f-df60-5e686741fa53-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c1a7935c-1017-cfeb-885a-45d485d7d911-c520f0ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-c520f0ef {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_50354773-1dc4-981e-bdcb-f0c32a7cf966-c520f0ef {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_70b89199-bfe4-11bb-873c-8b780301c843-c520f0ef {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-c520f0ef {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_92fa41d1-531b-121d-d7fe-ed3012e25bf7-c520f0ef {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-3120f0f0 {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-3120f0f0 {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-3120f0f0 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-3120f0f0 {
    grid-column: 1 / 7;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2a-5020f0f2 {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2c-5020f0f2 {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b48-5020f0f2 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-aa78dc5b-bf4a-c618-6edd-52127bdcc323-5020f0f2 {
    grid-area: 8 / 1 / 9 / 7;
  }

  #w-node-_23633163-c431-c92f-2c78-bcbaf08678e5-5020f0f2, #w-node-b5a0fd86-9f34-4de6-2f29-342a16783ede-5020f0f2, #w-node-ccc46658-0e19-05a3-96d9-59eab00e3889-5020f0f2, #w-node-f8beed89-ff33-4aca-eb34-dc9b52d32d21-5020f0f2, #w-node-_17667358-b671-0d11-0f88-265d763b7090-5020f0f2 {
    grid-column: 1 / 7;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a571-6a20f0f3 {
    grid-area: 3 / 1 / 4 / 8;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-6a20f0f3 {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-6a20f0f3 {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-6a20f0f3 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-ac20f0f4 {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39d4-ac20f0f4 {
    grid-area: 2 / 1 / 4 / 7;
  }

  #w-node-_6a65277e-baf1-7470-6443-19ae6c025754-ac20f0f4 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-fe20f0f5 {
    order: 0;
    grid-area: 1 / 1 / 2 / 9;
    align-self: auto;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c4-fe20f0f5 {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-_507398fa-8e9e-1f4f-ef88-7d01d9cfff10-fe20f0f5 {
    grid-column: 1 / 7;
  }

  #w-node-_60a96a44-3e50-0921-3db6-ed9485b6dcd2-fe20f0f5, #w-node-_896bc45c-18fa-4d16-7f91-3cc2067c4d84-fe20f0f5, #w-node-_78089b85-7983-fd77-b7a6-5fec05addfc9-fe20f0f5, #w-node-_9a3ad4b4-ec97-dcc5-db68-2fab7a345d11-fe20f0f5, #w-node-_96cb3dbc-bc11-f9d0-770f-6146f34739f4-fe20f0f5, #w-node-_18c7174c-a20d-b978-94ee-49f7ef89b7f2-fe20f0f5 {
    grid-column-start: 1;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f6325b-0c20f0f8 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63264-0c20f0f8 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63266-0c20f0f8 {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63275-0c20f0f8 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_788a87ac-7276-80ea-4eb6-343ccd5c6a97-ed20f0fa {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e0fb9061-9bfd-c471-370e-cf9ff6237429-ed20f0fa {
    grid-column: 1 / 4;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7c-6920f0fb {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-6920f0fb {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-6920f0fb {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-cc589400-3446-6b12-b8c3-636202877537-6920f0fb {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_86eb9085-629c-2aff-d7e4-106c1a2eacdc-f920f0fd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_52a2de3e-0cd5-a93b-b8fa-5937ce9646df-f920f0fd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_1850ccb5-0b02-1ef2-4cfc-970fa265e90b-f920f0fd {
    grid-row: 6 / 7;
  }

  #w-node-_73d5fcd1-c381-6d73-c4a1-a262fa4f4827-f920f0fd {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_3929cdbc-434a-6c68-d93f-070b4b4a6377-f920f0fd {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-ad1d6f4f-399e-44f4-94b8-6e1373b42f3e-f920f0fd {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_9261a27f-5a69-ddf2-a8af-f210a211778b-f920f0fd {
    grid-column-end: 4;
  }

  #w-node-_7d63302d-afe9-ce20-a022-4e137b7ceff3-f920f0fd {
    grid-area: 7 / 2 / 8 / 4;
  }

  #w-node-bde337ba-fa80-4004-feec-e2e9895af2b0-f920f0fd, #w-node-_610f6836-8891-cb31-a934-b9ef2ada4b9e-f920f0fd {
    grid-column-end: 9;
  }

  #w-node-_61b5484e-2ef5-35ad-cd02-e6999f8c215c-f920f0fd, #w-node-d21be131-99d7-4ee3-d8fc-37033f623c6f-f920f0fd, #w-node-_8db4c774-28f0-3ad1-c67a-df8dc3d109ff-f920f0fd, #w-node-f173835f-7189-9f7c-e8b4-978deb52b0fb-f920f0fd, #w-node-_658927af-7150-dc33-fe23-a5d6a084e84b-f920f0fd, #w-node-_58793902-e2f5-4915-27f5-ed2aab2670e7-f920f0fd, #w-node-cb9d4c16-943d-57ab-ceba-756cf7e2618d-f920f0fd, #w-node-b2728c8f-905b-c1f1-b62a-9769abbdc317-f920f0fd, #w-node-be6a68cf-0b2e-619f-8421-fd55b294a3bd-f920f0fd {
    grid-column-start: 1;
  }

  #w-node-d6aa8a0f-b1bc-520c-f8b6-c8ee29c7e4be-f920f0fd {
    grid-row: 6 / 7;
  }

  #w-node-_322a923d-1bfa-b049-e2c1-f7d6223e86fb-f920f0fd {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_3e4c3351-e0d8-8b98-4fde-b62467a8c6d1-f920f0fd {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_28fa5805-6716-757a-69ce-916ce7ea4057-f920f0fd {
    grid-row: 4 / 5;
  }

  #w-node-e0d661f1-5097-bc7b-4b89-dcee923f2ea1-f920f0fd {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_0d976c38-cca0-47f0-7686-fe864581c21d-f920f0fd {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_5d02a8dc-cf6d-109a-f438-35c0ab052385-f920f0fd {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-db352859-8bfa-5fd9-bad4-81f069ff3420-f920f0fd {
    grid-column-start: 1;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321384-b720f0ff {
    grid-area: 1 / 1 / 2 / 10;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321386-b720f0ff {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321398-b720f0ff {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_4dc0e807-9c92-089f-db80-8ef9efe9af7e-b720f0ff {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_9d93d14b-6c64-a16f-b40e-d86f7d2ac621-b720f0ff {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_84f62922-743c-6d16-c7e9-ca333accab43-b720f0ff {
    grid-column-start: 1;
  }

  #w-node-_2976e912-889e-b496-eab8-61104ad23a89-b720f0ff {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-e54e8f91-b786-f218-f142-60a8704766ea-b720f0ff {
    grid-area: 7 / 1 / 8 / 7;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f100 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f100 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f102 {
    grid-area: 2 / 2 / 3 / 9;
  }

  #w-node-_316488f3-f21e-778b-dc4b-51dc97f7dd90-9d20f104 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_8f91c106-67ef-8e97-48f8-077b9db02cd9-9d20f104 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-9d20f104 {
    grid-column-start: 1;
  }

  #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-9d20f104 {
    grid-row: 18 / 19;
    grid-column-start: 1;
  }

  #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-9d20f104 {
    grid-row: 9 / 10;
    grid-column-start: 1;
  }

  #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-9d20f104 {
    grid-row: 12 / 13;
    grid-column-start: 1;
  }

  #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-9d20f104 {
    grid-row: 14 / 15;
    grid-column-start: 1;
  }

  #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-9d20f104 {
    grid-row: 16 / 17;
    grid-column-start: 1;
  }

  #w-node-_67ea3e8f-c5fc-586a-a1c0-aa2ee7979729-9d20f104 {
    grid-area: 8 / 1 / 9 / 9;
  }

  #w-node-_17eb13a0-f1cc-c3e6-ee26-391c59183d97-9d20f104 {
    grid-area: 11 / 1 / 12 / 9;
  }

  #w-node-_69b34aa1-4f41-6dd3-0c41-cf35c16536dd-9d20f104 {
    grid-area: 13 / 1 / 14 / 9;
  }

  #w-node-_326f5466-032d-f1f3-4f4a-a06a08011b7a-9d20f104 {
    grid-area: 15 / 1 / 16 / 9;
  }

  #w-node-_44d1ec7e-0ad5-dfbe-e140-00e78c0714f4-9d20f104 {
    grid-row: 17 / 18;
    grid-column-start: 1;
  }

  #w-node-_0061f7a8-27e4-7391-291e-a9724cb0c7ea-9d20f104 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-abfb66bb-e3d0-95bc-1098-a46b149cd19b-9d20f104 {
    grid-area: 6 / 1 / 7 / 9;
  }

  #w-node-_00f309bc-0779-f474-9f6f-0c75271600ed-1120f108 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a69f5a72-f732-2b0d-1466-11b5d1fd237f-1120f108 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-dbe1cfe4-9ceb-8b40-fbfd-6e53fe506bef-1120f108 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-a89b6ba2-86c4-a543-8c70-ccfb1143a04f-1120f108, #w-node-_0476fda9-11d6-54fc-3dcb-4619d1cbeb99-1120f108 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_208c42ad-8729-28f4-fb47-a6bab485e241-1120f108 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_06f2572a-4746-7df7-a83c-cd9953a4defe-1120f108 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-a9d34f1d-92d4-2fee-e73e-eae5702d6cfe-1120f108 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-c1a7b860-0f11-4ceb-496b-7490d2126964-1120f108 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_74c5b14b-3d74-6352-090c-8674865bb9e5-1120f108, #w-node-_3658178c-4c90-3ca2-d2e1-7dcbf7e51c28-1120f108, #w-node-_52879c81-a0e9-caa3-864a-b80a1e2d2d52-1120f108, #w-node-e75bd354-5b19-c8f2-f588-338256790212-1120f108 {
    grid-column-start: 1;
  }

  #w-node-_5c6ba47e-3f22-ee36-bef7-83cbc50170bd-1120f108 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-fac2aa17-a50f-4053-6b09-ff695bd55bf6-1120f108 {
    grid-column-start: 1;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-4120f10a {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-4120f10a {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-4120f10a {
    grid-column-start: 1;
  }

  #w-node-_6879db6f-222f-fa79-7e91-395c2671bc52-4120f10a {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-4120f10a, #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-4120f10a, #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-4120f10a, #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-4120f10a, #w-node-_40e9e7e0-44df-f67f-479f-c9718d2da12f-4120f10a {
    grid-column-start: 1;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7c-dc20f141 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-dc20f141 {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-dc20f141 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_873dbc25-3fcf-10e2-fef3-19c40b6a5e94-dc20f141 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6c97657b-f1a2-0657-0303-2f22fb280796-5620f152 {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_29fd9242-c0cc-130d-fb67-05e5cd821c8d-5620f152 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_0abf27db-1e1d-ddbc-10df-2181391adcb5-5620f152 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_3836a23e-48c6-ee5a-6848-e1068113880d-5620f152 {
    grid-column: 5 / 8;
  }

  #w-node-b591d004-4310-1d30-307f-d1b6ba685552-5620f152 {
    grid-area: 1 / 1 / 2 / 9;
    align-self: end;
  }

  #w-node-f2d5af11-db29-1921-bdb8-0604e2b8dd75-5620f152 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_9731c00f-35df-6e13-2761-686954d7ef46-5620f152 {
    grid-area: 7 / 1 / 8 / 9;
  }

  #w-node-_7ab0af66-b945-dfde-ed2d-d7aa789e6e2e-5620f152 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_3ca375a7-0847-36c0-633c-5414796fc2ff-5620f152, #w-node-fe30a36b-3bfc-e998-5ee9-dc4001d9556e-5620f152 {
    grid-column-start: 1;
  }

  #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ebe-5620f152 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec7-5620f152 {
    grid-area: 3 / 2 / 4 / 9;
  }

  #w-node-bb16d8ff-050d-dde4-aadb-267d7ac130b4-5620f152 {
    grid-column: 1 / 7;
  }

  #w-node-_7dab4a84-ca32-0753-5778-6185d370c3ca-5620f152 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-_7dab4a84-ca32-0753-5778-6185d370c3cf-5620f152 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8f3a278e-541e-77c6-b509-63df87a57710-5620f152 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-fc0f2820-4f6c-b6b3-8b55-a3b15e340ffa-5620f152 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-c58fb40b-c599-2da7-d1f8-fab623df0107-5620f152 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-f3f7e532-fa9a-2143-17a6-080d3b204da1-5620f152 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_5d69a8b5-79ca-e054-5125-f733719d2af3-5620f152 {
    grid-area: 4 / 1 / 5 / 9;
  }

  #w-node-_71250b2b-9641-79f3-8bfd-afb6d432f9d2-5620f152 {
    grid-area: 5 / 1 / 6 / 9;
  }

  #w-node-e0b1c00c-5380-55df-5038-03c74c4aa48a-5620f152 {
    grid-area: 3 / 1 / 4 / 9;
  }

  #w-node-c5dd6db9-9951-167a-ee26-8ebe00f8434e-5620f152 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-ee20f163 {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-ee20f163 {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-ee20f163 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-d80afd9e-9873-4b09-a3c9-411538822c6b-ee20f163, #w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-ee20f163 {
    grid-column: 1 / 7;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-0eed2dd8 {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-0eed2dd8 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-0eed2dd8 {
    grid-column: 1 / 7;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-68c44ebf {
    order: 0;
    grid-area: 1 / 1 / 2 / 10;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-68c44ebf {
    grid-area: 2 / 7 / 4 / 9;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-68c44ebf {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ab087c31-a697-e2d4-2e74-55e763ef29ad-68c44ebf {
    grid-area: 6 / 1 / 7 / 7;
  }

  #w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-68c44ebf, #w-node-_8c2cce77-2a4a-de28-d0e4-9c5db09dbbe0-68c44ebf, #w-node-e080fec4-1c44-df9e-75d0-2e25e898d498-68c44ebf {
    grid-column: 1 / 7;
  }

  #w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff4-9be20bfe {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff8-9be20bfe {
    grid-area: 1 / 1 / 2 / 9;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9f5d74b-44fb-202c-7b51-9b09be9c27fd-d120f0e8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_3d0f413c-4966-ccfd-485d-915f2916f499-d120f0e8, #w-node-ca268f78-0935-9e9a-1480-e85be21b90b4-d120f0e8, #w-node-e9c7cf8e-4afa-a4a6-4164-8c01be84d812-d120f0e8, #w-node-f6f334d3-888a-3973-f0c4-fa29fa844e2f-d120f0e8, #w-node-d1b4990c-0b1d-f614-b727-b72324a188b3-d120f0e8, #w-node-_0ed9fc26-b5b4-a710-c429-513b4c28f924-d120f0e8, #w-node-c08c4c4e-38d1-36f9-c51a-9245d97dec2e-d120f0e8, #w-node-d42bedd1-25a0-e9c2-f7e0-030691d51f09-d120f0e8, #w-node-d6d0d9f1-6f9a-de28-9193-d4db0f2e3b99-d120f0e8, #w-node-a71cddb0-f32e-7b4b-4960-f805c4d8c455-d120f0e8, #w-node-_790053d5-6ce0-a26b-ba72-d2e60381c5e5-d120f0e8, #w-node-_54907ed6-f020-fdf9-44fd-ddb3743698b1-d120f0e8 {
    grid-column: 1 / 5;
  }

  #w-node-_809ef8bb-49b4-adcd-c665-0e51e7fe13b7-d120f0e8 {
    grid-column-end: 5;
  }

  #w-node-c88fc6aa-e432-d5a1-2a86-4cdb79d99863-d120f0e8 {
    grid-column: 1 / 5;
  }

  #w-node-_64ac04e4-5ea3-cac3-bff7-ed988d33e74d-d120f0e8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_1a0e1d97-e345-6bb3-f274-2694bd7c29bb-d120f0e8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_998cba84-53f4-0a18-7056-6a280b430bcd-0b430bbc {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_2d800ff7-e936-945a-69d6-f8d4a002e0de-0b430bbc {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-f3b9b01d-670b-8f22-7822-cfc47cde3ba3-0b430bbc {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-ce6f4e02-d1ba-97ef-b39f-337b4835236e-c520f0ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2ed3251e-91ed-afe3-be62-545f5ca7103b-c520f0ef {
    grid-column-end: 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1d-c520f0ef {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-fc4f7223-4cee-2241-8425-94792ea88139-c520f0ef {
    grid-column-end: 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da16-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1b-c520f0ef {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da14-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1f-c520f0ef {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_5bb37b38-08a9-0900-6990-c7fca1e11593-c520f0ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_71c7481f-b30f-2e12-a672-b88a4247e56a-c520f0ef {
    grid-column-end: 5;
  }

  #w-node-_4a27dc1e-7cf1-17cf-cac9-04e83c8f7e86-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_71066448-ea0e-7f9f-df60-5e686741fa53-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c1a7935c-1017-cfeb-885a-45d485d7d911-c520f0ef {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_50354773-1dc4-981e-bdcb-f0c32a7cf966-c520f0ef {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_70b89199-bfe4-11bb-873c-8b780301c843-c520f0ef {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-c520f0ef {
    grid-column-end: 5;
  }

  #w-node-_92fa41d1-531b-121d-d7fe-ed3012e25bf7-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-3120f0f0 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-3120f0f0 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-3120f0f0, #w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-3120f0f0, #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2a-5020f0f2 {
    grid-column-end: 5;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2c-5020f0f2 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b48-5020f0f2 {
    grid-column-end: 5;
  }

  #w-node-aa78dc5b-bf4a-c618-6edd-52127bdcc323-5020f0f2 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_23633163-c431-c92f-2c78-bcbaf08678e5-5020f0f2, #w-node-b5a0fd86-9f34-4de6-2f29-342a16783ede-5020f0f2, #w-node-ccc46658-0e19-05a3-96d9-59eab00e3889-5020f0f2, #w-node-f8beed89-ff33-4aca-eb34-dc9b52d32d21-5020f0f2, #w-node-_17667358-b671-0d11-0f88-265d763b7090-5020f0f2 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a571-6a20f0f3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-6a20f0f3 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-6a20f0f3 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-6a20f0f3, #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-ac20f0f4 {
    grid-column-end: 5;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39d4-ac20f0f4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a65277e-baf1-7470-6443-19ae6c025754-ac20f0f4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-fe20f0f5 {
    grid-column-end: 5;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c4-fe20f0f5 {
    grid-area: 9 / 1 / 11 / 5;
  }

  #w-node-_507398fa-8e9e-1f4f-ef88-7d01d9cfff10-fe20f0f5, #w-node-_60a96a44-3e50-0921-3db6-ed9485b6dcd2-fe20f0f5, #w-node-_896bc45c-18fa-4d16-7f91-3cc2067c4d84-fe20f0f5, #w-node-_78089b85-7983-fd77-b7a6-5fec05addfc9-fe20f0f5, #w-node-_9a3ad4b4-ec97-dcc5-db68-2fab7a345d11-fe20f0f5, #w-node-_96cb3dbc-bc11-f9d0-770f-6146f34739f4-fe20f0f5, #w-node-_18c7174c-a20d-b978-94ee-49f7ef89b7f2-fe20f0f5 {
    grid-column-end: 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f6325b-0c20f0f8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63264-0c20f0f8 {
    grid-column-end: 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63266-0c20f0f8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63275-0c20f0f8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e0fb9061-9bfd-c471-370e-cf9ff6237429-ed20f0fa {
    grid-row: 3 / 4;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7c-6920f0fb {
    grid-column-end: 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-6920f0fb {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-6920f0fb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cc589400-3446-6b12-b8c3-636202877537-6920f0fb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_86eb9085-629c-2aff-d7e4-106c1a2eacdc-f920f0fd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_52a2de3e-0cd5-a93b-b8fa-5937ce9646df-f920f0fd, #w-node-_73d5fcd1-c381-6d73-c4a1-a262fa4f4827-f920f0fd {
    grid-column-end: 5;
  }

  #w-node-_3929cdbc-434a-6c68-d93f-070b4b4a6377-f920f0fd {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ad1d6f4f-399e-44f4-94b8-6e1373b42f3e-f920f0fd {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-f87d7a28-196c-2951-f50c-d6aaaf2f3715-f920f0fd {
    grid-column: 1 / 5;
  }

  #w-node-_9261a27f-5a69-ddf2-a8af-f210a211778b-f920f0fd {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_7d63302d-afe9-ce20-a022-4e137b7ceff3-f920f0fd {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-bde337ba-fa80-4004-feec-e2e9895af2b0-f920f0fd, #w-node-_610f6836-8891-cb31-a934-b9ef2ada4b9e-f920f0fd {
    grid-column: 1 / 5;
  }

  #w-node-_61b5484e-2ef5-35ad-cd02-e6999f8c215c-f920f0fd, #w-node-d21be131-99d7-4ee3-d8fc-37033f623c6f-f920f0fd, #w-node-_8db4c774-28f0-3ad1-c67a-df8dc3d109ff-f920f0fd, #w-node-f173835f-7189-9f7c-e8b4-978deb52b0fb-f920f0fd, #w-node-_658927af-7150-dc33-fe23-a5d6a084e84b-f920f0fd, #w-node-_58793902-e2f5-4915-27f5-ed2aab2670e7-f920f0fd, #w-node-cb9d4c16-943d-57ab-ceba-756cf7e2618d-f920f0fd, #w-node-b2728c8f-905b-c1f1-b62a-9769abbdc317-f920f0fd, #w-node-be6a68cf-0b2e-619f-8421-fd55b294a3bd-f920f0fd {
    grid-column-end: 5;
  }

  #w-node-_322a923d-1bfa-b049-e2c1-f7d6223e86fb-f920f0fd {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_3e4c3351-e0d8-8b98-4fde-b62467a8c6d1-f920f0fd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_28fa5805-6716-757a-69ce-916ce7ea4057-f920f0fd {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e0d661f1-5097-bc7b-4b89-dcee923f2ea1-f920f0fd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_0d976c38-cca0-47f0-7686-fe864581c21d-f920f0fd {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-db352859-8bfa-5fd9-bad4-81f069ff3420-f920f0fd, #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321384-b720f0ff {
    grid-column-end: 5;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321386-b720f0ff {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321398-b720f0ff {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4dc0e807-9c92-089f-db80-8ef9efe9af7e-b720f0ff, #w-node-_9d93d14b-6c64-a16f-b40e-d86f7d2ac621-b720f0ff, #w-node-_84f62922-743c-6d16-c7e9-ca333accab43-b720f0ff, #w-node-_2976e912-889e-b496-eab8-61104ad23a89-b720f0ff, #w-node-e54e8f91-b786-f218-f142-60a8704766ea-b720f0ff {
    grid-column: 1 / 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f100 {
    grid-area: 2 / 1 / 3 / 9;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f102 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f102, #w-node-_0d67713f-aca4-03a5-6221-90da78b554ba-a020f102, #w-node-_87cd3129-4cfe-9347-eecc-411330359e7d-a020f102, #w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b0-a020f102, #w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b3-a020f102, #w-node-c965a036-14cf-c543-6cbd-0ae7e03a2f36-a020f102, #w-node-c5c7814b-3d57-39ce-d4fb-4606720d34f6-a020f102, #w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fa-a020f102, #w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fd-a020f102, #w-node-_8158ff5b-5164-3217-cc4a-82f9ec645c04-a020f102, #w-node-_0f9f1b17-c0bb-293e-b401-876323e66119-a020f102 {
    grid-column: 1 / 5;
  }

  #w-node-_316488f3-f21e-778b-dc4b-51dc97f7dd90-9d20f104 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_8f91c106-67ef-8e97-48f8-077b9db02cd9-9d20f104 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-9d20f104, #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-9d20f104 {
    grid-column: 1 / 5;
  }

  #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-9d20f104 {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-9d20f104, #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-9d20f104, #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-9d20f104 {
    grid-column: 1 / 5;
  }

  #w-node-_67ea3e8f-c5fc-586a-a1c0-aa2ee7979729-9d20f104 {
    grid-row: 9 / 10;
    grid-column-end: 5;
  }

  #w-node-_17eb13a0-f1cc-c3e6-ee26-391c59183d97-9d20f104, #w-node-_69b34aa1-4f41-6dd3-0c41-cf35c16536dd-9d20f104, #w-node-_326f5466-032d-f1f3-4f4a-a06a08011b7a-9d20f104, #w-node-_44d1ec7e-0ad5-dfbe-e140-00e78c0714f4-9d20f104 {
    grid-column-end: 5;
  }

  #w-node-_0061f7a8-27e4-7391-291e-a9724cb0c7ea-9d20f104 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-abfb66bb-e3d0-95bc-1098-a46b149cd19b-9d20f104 {
    grid-row: 6 / 7;
    grid-column-end: 5;
  }

  #w-node-_00f309bc-0779-f474-9f6f-0c75271600ed-1120f108 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a69f5a72-f732-2b0d-1466-11b5d1fd237f-1120f108, #w-node-dbe1cfe4-9ceb-8b40-fbfd-6e53fe506bef-1120f108, #w-node-a89b6ba2-86c4-a543-8c70-ccfb1143a04f-1120f108 {
    grid-column-end: 5;
  }

  #w-node-_0476fda9-11d6-54fc-3dcb-4619d1cbeb99-1120f108 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_36868ef4-a9a3-0125-58b0-247f5bd1469b-1120f108 {
    grid-column: 1 / 5;
  }

  #w-node-_208c42ad-8729-28f4-fb47-a6bab485e241-1120f108, #w-node-_06f2572a-4746-7df7-a83c-cd9953a4defe-1120f108, #w-node-a9d34f1d-92d4-2fee-e73e-eae5702d6cfe-1120f108, #w-node-c1a7b860-0f11-4ceb-496b-7490d2126964-1120f108 {
    grid-column-end: 5;
  }

  #w-node-_628ae7fe-8804-66bf-314d-cfc0d6e6b30a-1120f108, #w-node-_74c5b14b-3d74-6352-090c-8674865bb9e5-1120f108, #w-node-_3658178c-4c90-3ca2-d2e1-7dcbf7e51c28-1120f108, #w-node-_52879c81-a0e9-caa3-864a-b80a1e2d2d52-1120f108, #w-node-e75bd354-5b19-c8f2-f588-338256790212-1120f108 {
    grid-column: 1 / 5;
  }

  #w-node-_5c6ba47e-3f22-ee36-bef7-83cbc50170bd-1120f108 {
    grid-column-end: 5;
  }

  #w-node-_53162aa0-88b9-af3a-88ab-42716767ddc6-1120f108, #w-node-fac2aa17-a50f-4053-6b09-ff695bd55bf6-1120f108, #w-node-_6f0c1294-7ed2-8ed1-c71b-c3aaa5f44061-1120f108, #w-node-_790c7d39-2099-8493-91cb-a285cb63dd5f-1120f108 {
    grid-column: 1 / 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-4120f10a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-4120f10a, #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-4120f10a, #w-node-_6879db6f-222f-fa79-7e91-395c2671bc52-4120f10a, #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-4120f10a, #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-4120f10a, #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-4120f10a, #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-4120f10a, #w-node-_40e9e7e0-44df-f67f-479f-c9718d2da12f-4120f10a {
    grid-column-end: 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-dc20f141 {
    grid-area: 2 / 7 / 3 / 9;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-dc20f141 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_873dbc25-3fcf-10e2-fef3-19c40b6a5e94-dc20f141, #w-node-_6c97657b-f1a2-0657-0303-2f22fb280796-5620f152, #w-node-_29fd9242-c0cc-130d-fb67-05e5cd821c8d-5620f152, #w-node-_0abf27db-1e1d-ddbc-10df-2181391adcb5-5620f152 {
    grid-column-end: 5;
  }

  #w-node-d6598ccb-5783-ed95-4c56-bd8b961e7b15-5620f152, #w-node-_65211461-1971-e22f-104e-2d3acadc1dec-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_3836a23e-48c6-ee5a-6848-e1068113880d-5620f152 {
    grid-column: 1 / 3;
  }

  #w-node-b591d004-4310-1d30-307f-d1b6ba685552-5620f152, #w-node-f2d5af11-db29-1921-bdb8-0604e2b8dd75-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_9731c00f-35df-6e13-2761-686954d7ef46-5620f152 {
    grid-row: 8 / 9;
    grid-column-end: 5;
  }

  #w-node-_4f60e48f-44c6-97fc-d7f2-c26e5aa27a04-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_7ab0af66-b945-dfde-ed2d-d7aa789e6e2e-5620f152, #w-node-_3ca375a7-0847-36c0-633c-5414796fc2ff-5620f152, #w-node-fe30a36b-3bfc-e998-5ee9-dc4001d9556e-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_7f68253e-c38a-521b-d850-fa4a5935c452-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ebe-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec7-5620f152, #w-node-_1789eabf-cfa7-c80c-f324-59850e255677-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-bb16d8ff-050d-dde4-aadb-267d7ac130b4-5620f152 {
    grid-column-end: 5;
  }

  #w-node-b6cd0a6b-7ca9-0927-bc69-1418856f78c6-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_7dab4a84-ca32-0753-5778-6185d370c3ca-5620f152 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7dab4a84-ca32-0753-5778-6185d370c3cf-5620f152, #w-node-ac53f96b-3d33-6446-cb2a-261c27611cbb-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_8f3a278e-541e-77c6-b509-63df87a57710-5620f152, #w-node-fc0f2820-4f6c-b6b3-8b55-a3b15e340ffa-5620f152, #w-node-c58fb40b-c599-2da7-d1f8-fab623df0107-5620f152, #w-node-f3f7e532-fa9a-2143-17a6-080d3b204da1-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_57076396-cef6-ea58-26b5-e74319e1f655-5620f152 {
    grid-column: 1 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-ee20f163 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-ee20f163 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-ee20f163, #w-node-d80afd9e-9873-4b09-a3c9-411538822c6b-ee20f163, #w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-ee20f163, #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-0eed2dd8, #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-0eed2dd8, #w-node-_62433fe1-6f0e-bcad-b7e9-30ded846ca69-0eed2dd8, #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-68c44ebf {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-68c44ebf {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-68c44ebf, #w-node-ab087c31-a697-e2d4-2e74-55e763ef29ad-68c44ebf, #w-node-_7b28c0e5-3fdb-6859-e893-bd149a299940-68c44ebf, #w-node-_8c2cce77-2a4a-de28-d0e4-9c5db09dbbe0-68c44ebf, #w-node-e080fec4-1c44-df9e-75d0-2e25e898d498-68c44ebf {
    grid-column-end: 5;
  }

  #w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff4-9be20bfe {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff8-9be20bfe {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ca268f78-0935-9e9a-1480-e85be21b90b4-d120f0e8, #w-node-e9c7cf8e-4afa-a4a6-4164-8c01be84d812-d120f0e8 {
    grid-column: 1 / 5;
  }

  #w-node-f6f334d3-888a-3973-f0c4-fa29fa844e2f-d120f0e8 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-d1b4990c-0b1d-f614-b727-b72324a188b3-d120f0e8 {
    grid-column: 1 / 5;
  }

  #w-node-_0ed9fc26-b5b4-a710-c429-513b4c28f924-d120f0e8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c08c4c4e-38d1-36f9-c51a-9245d97dec2e-d120f0e8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-d42bedd1-25a0-e9c2-f7e0-030691d51f09-d120f0e8 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-d6d0d9f1-6f9a-de28-9193-d4db0f2e3b99-d120f0e8 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a71cddb0-f32e-7b4b-4960-f805c4d8c455-d120f0e8 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_790053d5-6ce0-a26b-ba72-d2e60381c5e5-d120f0e8 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-_54907ed6-f020-fdf9-44fd-ddb3743698b1-d120f0e8 {
    grid-area: 10 / 1 / 11 / 5;
  }

  #w-node-_64ac04e4-5ea3-cac3-bff7-ed988d33e74d-d120f0e8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_1a0e1d97-e345-6bb3-f274-2694bd7c29bb-d120f0e8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_998cba84-53f4-0a18-7056-6a280b430bcd-0b430bbc {
    grid-row: 3 / 4;
  }

  #w-node-f3b9b01d-670b-8f22-7822-cfc47cde3ba3-0b430bbc {
    grid-row: 2 / 3;
  }

  #w-node-ce6f4e02-d1ba-97ef-b39f-337b4835236e-c520f0ef {
    grid-row-end: 3;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1d-c520f0ef {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da16-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1b-c520f0ef {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da14-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_05b693fd-495d-625b-2916-1f2f0676da1f-c520f0ef {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_5bb37b38-08a9-0900-6990-c7fca1e11593-c520f0ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_4a27dc1e-7cf1-17cf-cac9-04e83c8f7e86-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_71066448-ea0e-7f9f-df60-5e686741fa53-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c1a7935c-1017-cfeb-885a-45d485d7d911-c520f0ef {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-c520f0ef {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_50354773-1dc4-981e-bdcb-f0c32a7cf966-c520f0ef {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_70b89199-bfe4-11bb-873c-8b780301c843-c520f0ef {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_92fa41d1-531b-121d-d7fe-ed3012e25bf7-c520f0ef {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-3120f0f0 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-3120f0f0 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-3120f0f0 {
    grid-column-end: 5;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2a-5020f0f2 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b2c-5020f0f2 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-b9e4cfbb-d10c-04f3-1bc8-d405ec233b48-5020f0f2, #w-node-aa78dc5b-bf4a-c618-6edd-52127bdcc323-5020f0f2 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a571-6a20f0f3 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-6a20f0f3 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-6a20f0f3 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-6a20f0f3 {
    grid-column-end: 5;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-ac20f0f4 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39d4-ac20f0f4 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6a65277e-baf1-7470-6443-19ae6c025754-ac20f0f4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c2-fe20f0f5 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-ab1341e9-1119-7e0d-bc4a-da33d02d39c4-fe20f0f5 {
    grid-area: 9 / 1 / 10 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f6325b-0c20f0f8 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63264-0c20f0f8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63266-0c20f0f8 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-cbbaf14f-bd71-4df0-54d3-7d3597f63275-0c20f0f8 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_788a87ac-7276-80ea-4eb6-343ccd5c6a97-ed20f0fa {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e0fb9061-9bfd-c471-370e-cf9ff6237429-ed20f0fa {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7c-6920f0fb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-6920f0fb {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-6920f0fb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cc589400-3446-6b12-b8c3-636202877537-6920f0fb {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_86eb9085-629c-2aff-d7e4-106c1a2eacdc-f920f0fd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_52a2de3e-0cd5-a93b-b8fa-5937ce9646df-f920f0fd {
    grid-column-end: 5;
  }

  #w-node-_3929cdbc-434a-6c68-d93f-070b4b4a6377-f920f0fd {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-ad1d6f4f-399e-44f4-94b8-6e1373b42f3e-f920f0fd {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_9261a27f-5a69-ddf2-a8af-f210a211778b-f920f0fd {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_7d63302d-afe9-ce20-a022-4e137b7ceff3-f920f0fd {
    grid-area: 7 / 1 / 8 / 4;
  }

  #w-node-be6a68cf-0b2e-619f-8421-fd55b294a3bd-f920f0fd {
    grid-row-end: 15;
  }

  #w-node-_322a923d-1bfa-b049-e2c1-f7d6223e86fb-f920f0fd {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_3e4c3351-e0d8-8b98-4fde-b62467a8c6d1-f920f0fd {
    grid-row: 2 / 3;
    grid-column-end: 5;
  }

  #w-node-_28fa5805-6716-757a-69ce-916ce7ea4057-f920f0fd {
    grid-row: 3 / 4;
  }

  #w-node-e0d661f1-5097-bc7b-4b89-dcee923f2ea1-f920f0fd {
    grid-column-end: 5;
  }

  #w-node-_0d976c38-cca0-47f0-7686-fe864581c21d-f920f0fd, #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321384-b720f0ff {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321386-b720f0ff {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-a7770cb1-6b24-0f39-9e2e-c1d4c1321398-b720f0ff {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f100 {
    grid-column-end: 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f100, #w-node-de83469c-0422-7973-2249-991d33f132e4-a020f102 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-a020f102, #w-node-_0d67713f-aca4-03a5-6221-90da78b554ba-a020f102, #w-node-_87cd3129-4cfe-9347-eecc-411330359e7d-a020f102, #w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b0-a020f102, #w-node-_1ea0c625-3674-23a2-b5e4-0057ab1fb1b3-a020f102, #w-node-c965a036-14cf-c543-6cbd-0ae7e03a2f36-a020f102, #w-node-c5c7814b-3d57-39ce-d4fb-4606720d34f6-a020f102, #w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fa-a020f102, #w-node-_0373e655-5ac5-83ed-ab6d-d0592569d5fd-a020f102, #w-node-_8158ff5b-5164-3217-cc4a-82f9ec645c04-a020f102, #w-node-_0f9f1b17-c0bb-293e-b401-876323e66119-a020f102 {
    grid-column-end: 5;
  }

  #w-node-_316488f3-f21e-778b-dc4b-51dc97f7dd90-9d20f104 {
    grid-area: 8 / 1 / 9 / 5;
  }

  #w-node-_8f91c106-67ef-8e97-48f8-077b9db02cd9-9d20f104 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-9d20f104 {
    grid-column-end: 5;
  }

  #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-9d20f104 {
    grid-row: 18 / 19;
    grid-column-end: 5;
  }

  #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-9d20f104 {
    grid-row: 9 / 10;
    grid-column-end: 5;
  }

  #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-9d20f104 {
    grid-row: 11 / 12;
    grid-column-end: 5;
  }

  #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-9d20f104 {
    grid-row: 13 / 14;
    grid-column-end: 5;
  }

  #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-9d20f104 {
    grid-row: 15 / 16;
    grid-column-end: 5;
  }

  #w-node-_67ea3e8f-c5fc-586a-a1c0-aa2ee7979729-9d20f104 {
    grid-row: 10 / 11;
  }

  #w-node-_17eb13a0-f1cc-c3e6-ee26-391c59183d97-9d20f104 {
    grid-row: 12 / 13;
  }

  #w-node-_69b34aa1-4f41-6dd3-0c41-cf35c16536dd-9d20f104 {
    grid-row: 14 / 15;
  }

  #w-node-_326f5466-032d-f1f3-4f4a-a06a08011b7a-9d20f104 {
    grid-row: 16 / 17;
  }

  #w-node-_0061f7a8-27e4-7391-291e-a9724cb0c7ea-9d20f104 {
    grid-row: 5 / 6;
  }

  #w-node-abfb66bb-e3d0-95bc-1098-a46b149cd19b-9d20f104 {
    grid-row: 7 / 8;
  }

  #w-node-_00f309bc-0779-f474-9f6f-0c75271600ed-1120f108 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-a69f5a72-f732-2b0d-1466-11b5d1fd237f-1120f108, #w-node-dbe1cfe4-9ceb-8b40-fbfd-6e53fe506bef-1120f108, #w-node-a89b6ba2-86c4-a543-8c70-ccfb1143a04f-1120f108 {
    grid-column-end: 5;
  }

  #w-node-_0476fda9-11d6-54fc-3dcb-4619d1cbeb99-1120f108 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_208c42ad-8729-28f4-fb47-a6bab485e241-1120f108, #w-node-_06f2572a-4746-7df7-a83c-cd9953a4defe-1120f108, #w-node-a9d34f1d-92d4-2fee-e73e-eae5702d6cfe-1120f108, #w-node-c1a7b860-0f11-4ceb-496b-7490d2126964-1120f108, #w-node-_5c6ba47e-3f22-ee36-bef7-83cbc50170bd-1120f108 {
    grid-column-end: 5;
  }

  #w-node-de83469c-0422-7973-2249-991d33f132e4-4120f10a {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9641daa6-47f2-603a-8429-976a2fed41c7-4120f10a, #w-node-a3895b64-f84e-c539-e32a-2ea876d40641-4120f10a, #w-node-_6879db6f-222f-fa79-7e91-395c2671bc52-4120f10a, #w-node-e0be3739-ab03-04d7-4353-6e5d0e21deca-4120f10a, #w-node-_832eaa0d-3189-56c3-6b58-fd6b1034dc92-4120f10a, #w-node-_9b771b80-5fcc-e9ef-ca9b-0c405abdd260-4120f10a, #w-node-_5f5d2d04-50b8-c134-d5ee-17c652cd0e64-4120f10a, #w-node-_40e9e7e0-44df-f67f-479f-c9718d2da12f-4120f10a {
    grid-column-end: 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7c-dc20f141 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a7e-dc20f141 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-e66c4de3-1260-d252-e135-427aae275a8e-dc20f141 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_6c97657b-f1a2-0657-0303-2f22fb280796-5620f152, #w-node-_29fd9242-c0cc-130d-fb67-05e5cd821c8d-5620f152, #w-node-_0abf27db-1e1d-ddbc-10df-2181391adcb5-5620f152 {
    grid-column-end: 5;
  }

  #w-node-d6598ccb-5783-ed95-4c56-bd8b961e7b15-5620f152 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_65211461-1971-e22f-104e-2d3acadc1dec-5620f152 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-b591d004-4310-1d30-307f-d1b6ba685552-5620f152 {
    grid-column-end: 5;
  }

  #w-node-f2d5af11-db29-1921-bdb8-0604e2b8dd75-5620f152 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_9731c00f-35df-6e13-2761-686954d7ef46-5620f152 {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_7ab0af66-b945-dfde-ed2d-d7aa789e6e2e-5620f152, #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ebe-5620f152 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_6aa577c6-6b08-22b7-5a37-ebff70f83ec7-5620f152, #w-node-_7dab4a84-ca32-0753-5778-6185d370c3ca-5620f152 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7dab4a84-ca32-0753-5778-6185d370c3cf-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_8f3a278e-541e-77c6-b509-63df87a57710-5620f152 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-fc0f2820-4f6c-b6b3-8b55-a3b15e340ffa-5620f152 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-c58fb40b-c599-2da7-d1f8-fab623df0107-5620f152 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-f3f7e532-fa9a-2143-17a6-080d3b204da1-5620f152 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5d69a8b5-79ca-e054-5125-f733719d2af3-5620f152, #w-node-_71250b2b-9641-79f3-8bfd-afb6d432f9d2-5620f152, #w-node-e0b1c00c-5380-55df-5038-03c74c4aa48a-5620f152, #w-node-c5dd6db9-9951-167a-ee26-8ebe00f8434e-5620f152 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-ee20f163 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-ee20f163 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-ee20f163 {
    grid-column-end: 5;
  }

  #w-node-d80afd9e-9873-4b09-a3c9-411538822c6b-ee20f163 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-0eed2dd8 {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-0eed2dd8 {
    grid-column-end: 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57d-68c44ebf {
    order: 0;
    grid-area: 1 / 1 / 2 / 5;
    align-self: auto;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a57f-68c44ebf {
    grid-area: 7 / 1 / 8 / 5;
  }

  #w-node-_7482c8c6-e1d5-3779-332b-515cf834a590-68c44ebf, #w-node-ab087c31-a697-e2d4-2e74-55e763ef29ad-68c44ebf {
    grid-column-end: 5;
  }

  #w-node-cc3dd693-a813-58cd-2aff-a2c302f5eff4-9be20bfe {
    grid-row-end: 3;
  }
}


