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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  color: #fff;
  background-color: #000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  height: 75vh;
  font-family: Inconsolata, monospace;
  display: flex;
}

.navbar {
  z-index: 2;
  color: #fff;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: roboto-mono, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.link-block {
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.text-block {
  letter-spacing: 1px;
  font-family: roboto-mono, sans-serif;
  font-weight: 300;
}

.container {
  flex-direction: row;
  justify-content: flex-end;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
}

.flex-block {
  z-index: 99;
  justify-content: space-between;
  padding: 30px;
  position: static;
}

.heading {
  color: #fff;
  letter-spacing: 0;
  border-right: 1px #fff;
  flex: 1;
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  line-height: 54px;
}

.heading.h2 {
  color: #fff;
  letter-spacing: 1px;
  flex: 0 auto;
  align-self: flex-start;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
  line-height: 42px;
}

.heading.h2.project-description {
  max-width: none;
  margin-top: 0;
}

.footer {
  text-align: left;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 30px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.paragraph {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: roboto-mono, sans-serif;
  font-weight: 300;
  text-decoration: none;
}

.paragraph.subhead {
  color: #ffffff80;
  text-transform: uppercase;
  background-color: #0000;
  flex: 0 auto;
  align-self: auto;
}

.paragraph.subhead.label {
  color: #ffffff80;
  text-transform: uppercase;
  margin-top: 10px;
}

.paragraph.subhead.label.description {
  align-self: center;
  margin-bottom: 0;
}

.paragraph.link {
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  flex-flow: row;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.paragraph-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: roboto-mono, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}

.paragraph-copy.subhead {
  color: #ffffff80;
}

.div-block {
  object-fit: fill;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.div-block-2 {
  border-left: 1.5px solid #fff;
  align-self: auto;
  margin-top: 9px;
  margin-bottom: 9px;
}

.intro {
  background-color: #000;
  justify-content: center;
  height: auto;
  padding: 0;
  display: flex;
}

.container-2 {
  background-image: url('../images/AbbiRoush_Portfolio_Macro_08.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  height: 100%;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
  overflow: hidden;
}

.bio {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding: 30px 0;
  display: flex;
  position: static;
}

.flex-block-2 {
  margin-bottom: 0;
  margin-left: 90px;
  margin-right: 90px;
}

.work {
  background-color: #000;
  height: auto;
  min-height: 100vh;
}

.quick-stack {
  grid-column-gap: 20px;
  padding-left: 90px;
  padding-right: 90px;
}

.grid {
  background-image: url('../images/AbbiRoush_Portfolio_Catalyst_02.png');
  background-position: 0 0;
  background-size: auto;
  margin-left: 90px;
  margin-right: 90px;
}

.quick-stack-2 {
  grid-row-gap: 32px;
  padding-left: 90px;
  padding-right: 90px;
}

.div-block-4 {
  background-image: url('../images/AbbiRoush_Portfolio_Catalyst_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 75vh;
}

.quick-stack-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0 90px;
}

.body {
  background-color: #000;
}

.full-width-image {
  object-fit: cover;
  border-bottom: 1px #000;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 75vh;
  display: inline-block;
  overflow: hidden;
}

.image-2, .image-3 {
  width: 100%;
  max-width: none;
}

.two-up-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: none;
  height: 50vh;
  overflow: hidden;
}

.quick-stack-4 {
  padding: 90px;
}

.info {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding: 30px 0;
  display: flex;
  position: static;
}

.quick-stack-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex: 1;
  padding: 90px;
}

.link-2 {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  padding-top: 0;
}

.div-block-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack-6 {
  flex: 1;
  padding: 0;
}

.cell-2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.link-3 {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.section-2 {
  padding: 90px;
}

.link-1 {
  color: #fff;
  text-transform: uppercase;
  border: 1px #000;
  font-weight: 300;
  text-decoration: none;
}

.link-1:hover {
  border-bottom-style: solid;
  border-bottom-color: #fff;
}

.quick-stack-7 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0;
}

.info-intro {
  background-image: url('../images/AbbiRoush_Portfolio_Studio_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.image-gallery {
  min-height: 50vh;
}

.image-4 {
  object-fit: cover;
  align-self: auto;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 50vh;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 50vh;
  min-height: auto;
  overflow: hidden;
}

.info-close {
  background-image: url('../images/Abbigail-Brokaw-P400-5862-33.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.quick-stack-8 {
  flex: 1;
  align-self: auto;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.asterisk {
  color: #fff;
  letter-spacing: 2px;
  align-self: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: roboto-mono, sans-serif;
  font-size: 60px;
  font-weight: 300;
}

.asterisk.subhead {
  color: #ffffff80;
}

.cell-4 {
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-3 {
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.project-overview {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 50vh;
  padding: 30px 0;
  display: flex;
  position: static;
}

.portfolio-image-grid {
  background-color: #000;
  height: auto;
  min-height: 100vh;
}

.cell-5 {
  justify-content: center;
  align-items: center;
}

.cell-6 {
  justify-content: flex-start;
  align-items: flex-end;
}

.link-block-2 {
  border: 0 #000;
  flex-flow: wrap;
  text-decoration: none;
  display: block;
}

.link-block-2:hover {
  border-style: none;
  border-width: 1px;
}

.macro-header {
  background-image: url('../images/AbbiRoush_Portfolio_Macro_08.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.bequrious-header {
  background-image: url('../images/AbbiRoush_Portfolio_Bequrious_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.rosa-header {
  background-image: url('../images/AbbiRoush_Portfolio_RosaEncantadora_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.btc-header {
  background-image: url('../images/AbbiRoush_Portfolio_BlackTieCigars_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.wedding-header {
  background-image: url('../images/AbbiRoush_Portfolio_RollinsMansionWedding_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.somo-header {
  background-image: url('../images/AbbiRoush_Portfolio_SOMO_02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.big-yella-header {
  background-image: url('../images/AbbiRoush_Portfolio_BigYellaFoodtruck_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.woodbury-header {
  background-image: url('../images/AbbiRoush_Portfolio_WoodburyTownshipCemetery_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.tribe-header {
  background-image: url('../images/AbbiRoush_Portfolio_TRIBE_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.weather-shield-header {
  background-image: url('../images/AbbiRoush_Portfolio_WeatherShield_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.concrete-logic-header {
  background-image: url('../images/AbbiRoush_Portfolio_ConcreteLogic_01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.logo-intro {
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: auto;
  margin-top: 90px;
  margin-bottom: 90px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.logo-gallery {
  min-height: 50vh;
}

.quick-stack-9 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0 90px;
}

.catalyst-header {
  background-image: url('../images/AbbiRoush_Portfolio_Catalyst_01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: stretch;
  width: 100vw;
  height: 75vh;
  margin-top: 80px;
  display: block;
}

.quick-stack-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding: 0 90px;
}

.div-block-6 {
  object-fit: fill;
  flex: 1;
  display: block;
}

.image-6, .image-7, .image-8, .film-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 50vh;
  overflow: hidden;
}

.asterisk-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px #fff;
  text-decoration: none;
}

.asterisk-link.w--current {
  border: 1px #000;
}

.cell-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-7 {
  height: 75vh;
}

.cell-8, .cell-9 {
  display: block;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.quick-stack-11 {
  flex: 1;
  align-self: auto;
}

.cell-130 {
  justify-content: flex-start;
  align-items: flex-start;
}

.cell-131 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .heading.h2.project-description {
    max-width: none;
  }

  .paragraph.subhead.label.description {
    align-self: flex-start;
  }

  .div-block-3 {
    height: 50vh;
  }

  .bio {
    height: auto;
  }

  .full-width-image, .two-up-image {
    height: 25vh;
  }

  .info-intro, .macro-header, .bequrious-header, .rosa-header, .btc-header, .wedding-header, .somo-header, .big-yella-header, .woodbury-header, .tribe-header, .weather-shield-header, .concrete-logic-header {
    height: 50vh;
  }

  .logo-intro {
    flex-flow: column;
    padding-left: 90px;
    padding-right: 90px;
  }

  .catalyst-header {
    height: 50vh;
  }

  .cell-10, .cell-11, .cell-12, .cell-13, .cell-14, .cell-15, .cell-16, .cell-17, .cell-18, .cell-19, .cell-20, .cell-21, .cell-22, .cell-23, .cell-24, .cell-25, .cell-26, .cell-27, .cell-28, .cell-29, .cell-30, .cell-31, .cell-32, .cell-33, .cell-34, .cell-35, .cell-36, .cell-37, .cell-38, .cell-39, .cell-40, .cell-41, .cell-42, .cell-43, .cell-44, .cell-45, .cell-46, .cell-47, .cell-48, .cell-49, .cell-50, .cell-51, .cell-52, .cell-53, .cell-54, .cell-55, .cell-56, .cell-57, .cell-58, .cell-59, .cell-60, .cell-61, .cell-62, .cell-63, .cell-64, .cell-65, .cell-66, .cell-67, .cell-68, .cell-69, .cell-70, .cell-71, .cell-72, .cell-73, .cell-74, .cell-75, .cell-76, .cell-77, .cell-78, .cell-79, .cell-80, .cell-81, .cell-82, .cell-83, .cell-84, .cell-85, .cell-86, .cell-87, .cell-88, .cell-89, .cell-90, .cell-91, .cell-92, .cell-93, .cell-94, .cell-95, .cell-96, .cell-97, .cell-98, .cell-99, .cell-100, .cell-101, .cell-102, .cell-103, .cell-104, .cell-105, .cell-106, .cell-107, .cell-108, .cell-109, .cell-110, .cell-111, .cell-112, .cell-113, .cell-114, .cell-115, .cell-116, .cell-117, .cell-118, .cell-119, .cell-120, .cell-121, .cell-122, .cell-123, .cell-124, .cell-125, .cell-126, .cell-127, .cell-128, .cell-129, .cell-132 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 30px;
    line-height: 45px;
  }

  .heading.h2 {
    font-size: 22px;
    line-height: 38px;
  }

  .div-block-3 {
    height: 100vh;
  }

  .full-width-image, .two-up-image {
    height: 75vh;
  }

  .quick-stack-4 {
    padding: 90px;
  }

  .info-intro {
    height: 100vh;
  }

  .image-4, .image-5 {
    height: 75vh;
  }

  .macro-header, .bequrious-header, .rosa-header, .btc-header, .wedding-header, .somo-header, .big-yella-header, .woodbury-header, .tribe-header, .weather-shield-header, .concrete-logic-header, .catalyst-header {
    height: 100vh;
  }

  .film-image {
    height: 75vh;
  }
}

@media screen and (max-width: 479px) {
  .div-block-3 {
    object-fit: cover;
    width: 100vw;
    height: 100%;
  }

  .quick-stack-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .full-width-image, .two-up-image {
    height: 25vh;
  }

  .quick-stack-4, .quick-stack-5 {
    padding: 30px;
  }

  .info-intro, .image-4, .image-5 {
    height: 50vh;
  }

  .quick-stack-8 {
    padding: 0;
  }

  .macro-header, .bequrious-header, .rosa-header, .btc-header, .wedding-header, .somo-header, .big-yella-header, .woodbury-header, .tribe-header, .weather-shield-header, .concrete-logic-header {
    height: 50vh;
  }

  .logo-intro {
    padding: 30px;
  }

  .quick-stack-9 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .catalyst-header {
    height: 50vh;
  }

  .quick-stack-10 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .film-image {
    height: 25vh;
  }

  .background-video {
    object-fit: cover;
    width: 100vw;
    height: 25vh;
  }

  .quick-stack-11 {
    padding: 0;
  }
}

#w-node-_08f3ac7a-9075-50ba-152f-69f833887d53-0b53d624 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-0b53d624 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-0b53d624, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-0b53d624, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-0b53d624, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-0b53d624, #w-node-b86b5d62-2da2-6274-d5a8-5035fa5ab33d-0b53d624 {
  grid-column: span 2 / span 2;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-0b53d624 {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_2b5306b6-2e66-77e8-2777-9323afd92ae8-0b53d624 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9950b990-5b90-4edb-72b5-56ed4eca7374-ae18806e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_91599930-3e35-fcdd-ff68-947bdd65d5ff-ae18806e {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
}

#w-node-_10472369-6680-9847-1c0e-639166257c9e-ae18806e {
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-f6ffeb64-4fdd-5c01-ae5b-604e4d78ba34-ae18806e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-3e188d8b {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-3e188d8b {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-3e188d8b {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-3e188d8b, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-3e188d8b, #w-node-b2f32d53-bf98-fd2a-31cf-33067cbdd746-3e188d8b, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-3e188d8b, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-3e188d8b, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-3e188d8b {
  grid-column: span 2 / span 2;
}

#w-node-eaf5042e-37df-bc46-6975-ad0955f9cfc1-3e188d8b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-bd6d8998 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-bd6d8998 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-bd6d8998 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-bd6d8998, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-bd6d8998, #w-node-_8b05ac9f-2f64-f730-a93d-187694caeb79-bd6d8998, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-bd6d8998, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-bd6d8998, #w-node-cd33a9c0-e35b-54c6-e677-ca945f00c53f-bd6d8998, #w-node-_027d1127-069a-908c-c981-44631f32bf96-bd6d8998, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-bd6d8998 {
  grid-column: span 2 / span 2;
}

#w-node-_9ded60a4-500a-15a5-c27c-8fd60de62d5c-bd6d8998 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-c13fff42 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-c13fff42 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-c13fff42 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-c13fff42, #w-node-_813dc078-e3e1-7971-efb7-08da6e39879c-c13fff42, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-c13fff42, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-c13fff42, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-c13fff42, #w-node-ad5b73f2-b8f0-f4c7-8bfb-412d4c64d93c-c13fff42, #w-node-_98db1726-4138-8416-be77-fa3942737c05-c13fff42, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-c13fff42 {
  grid-column: span 2 / span 2;
}

#w-node-_4e5ed13c-1740-674f-7baf-040cfd61c8df-c13fff42 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-e7d3cafa {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-e7d3cafa {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-e7d3cafa {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-e7d3cafa, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-e7d3cafa, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-e7d3cafa, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-e7d3cafa, #w-node-_600ea9d8-45f0-24a1-2c4d-dfa7c96b745f-e7d3cafa, #w-node-_43bb5479-f22f-91f3-8dbb-b252e0e56354-e7d3cafa, #w-node-_534e447b-9d51-0c45-54bf-f01772adc7c0-e7d3cafa, #w-node-_4e0ec6e8-25ed-97a9-1976-9cf79e8760aa-e7d3cafa, #w-node-_8bcfb6fa-0abd-e64c-ae5a-e8ac658ecae1-e7d3cafa, #w-node-fa9af77f-0580-85d3-325e-3e82282389c5-e7d3cafa, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-e7d3cafa {
  grid-column: span 2 / span 2;
}

#w-node-a3ce2ded-8906-1985-59a8-c28c54e78bb0-e7d3cafa {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-e6072b64 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-e6072b64 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-e6072b64 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-e6072b64, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-e6072b64, #w-node-e02efc65-98f4-8a99-3b7c-3347be16ba8f-e6072b64, #w-node-_54471fe4-b99b-96cf-1efc-78e6029518bf-e6072b64, #w-node-f1805378-174d-525c-f0c3-43aa293685f3-e6072b64, #w-node-_47ca959a-6e37-add1-6a7d-b75050cd05d4-e6072b64, #w-node-_6257be2b-57dc-87ee-4647-4883d99e212f-e6072b64, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-e6072b64, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-e6072b64, #w-node-_5d5be2e9-4170-5fd5-91d5-f7120cecab73-e6072b64, #w-node-f8a5d04f-ffff-f1b6-ae2b-ab5123a60b02-e6072b64, #w-node-fca0548d-dc2f-4091-cb5b-44b31b13b751-e6072b64, #w-node-df0e6129-39ce-b26e-66fd-0b4ecc69e048-e6072b64, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-e6072b64 {
  grid-column: span 2 / span 2;
}

#w-node-_8fc3c06e-9eb5-0390-4a23-f44c63d8a078-e6072b64 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-98e81c7c {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-98e81c7c {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-98e81c7c {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-98e81c7c, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-98e81c7c, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-98e81c7c {
  grid-column: span 2 / span 2;
}

#w-node-e0fff038-3f1d-ec89-e701-828b04b677f6-98e81c7c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-fd61c661 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-fd61c661 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-fd61c661 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-fd61c661, #w-node-c59a08f3-0f57-30a1-8b54-c464c3b622e1-fd61c661, #w-node-_78643778-d609-41a8-7f4b-b6f3379ccfaa-fd61c661, #w-node-ae2e359f-3118-9995-7c5d-293b12e6fb43-fd61c661, #w-node-_2abbf56f-30a1-52b3-1c19-922cc2cf1821-fd61c661, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-fd61c661 {
  grid-column: span 2 / span 2;
}

#w-node-_8093b4e4-aa7c-c86d-ece7-c0d4cdd99994-fd61c661 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-f34ce2f4 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-f34ce2f4 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-f34ce2f4 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-f34ce2f4, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-f34ce2f4, #w-node-_8b05ac9f-2f64-f730-a93d-187694caeb79-f34ce2f4, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-f34ce2f4, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-f34ce2f4, #w-node-cd33a9c0-e35b-54c6-e677-ca945f00c53f-f34ce2f4, #w-node-_027d1127-069a-908c-c981-44631f32bf96-f34ce2f4, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-f34ce2f4 {
  grid-column: span 2 / span 2;
}

#w-node-_6dc54034-cce5-2df1-b2f7-e5ce78982cb9-f34ce2f4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-78492bc3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-78492bc3 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-78492bc3 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-78492bc3, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-78492bc3, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-78492bc3, #w-node-_1ae178d0-1275-1551-45fd-38f64474f448-78492bc3, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-78492bc3 {
  grid-column: span 2 / span 2;
}

#w-node-_9d2c8fb3-431c-a367-c3d0-6f0c7e015e1a-78492bc3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-b4f9362f {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-b4f9362f {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-b4f9362f {
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-b4f9362f, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-b4f9362f, #w-node-_8b05ac9f-2f64-f730-a93d-187694caeb79-b4f9362f, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-b4f9362f, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-b4f9362f, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-b4f9362f {
  grid-column: span 2 / span 2;
}

#w-node-_44030bb9-12ae-5285-e1fd-af9ee1dedf64-b4f9362f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-2b658888 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-2b658888 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-2b658888 {
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-2b658888, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-2b658888, #w-node-_8b05ac9f-2f64-f730-a93d-187694caeb79-2b658888, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-2b658888, #w-node-cd33a9c0-e35b-54c6-e677-ca945f00c53f-2b658888, #w-node-_027d1127-069a-908c-c981-44631f32bf96-2b658888, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-2b658888 {
  grid-column: span 2 / span 2;
}

#w-node-_53388548-9953-6c69-bea2-42ff0741c6dd-2b658888 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-ff8b0e59 {
  grid-template-rows: auto auto;
  grid-template-columns: 2fr .5fr .5fr;
}

#w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-ff8b0e59 {
  grid-column: span 3 / span 3;
}

#w-node-de775647-8392-511e-38c2-a655816b35ca-ff8b0e59 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_5e61de0b-4759-08a5-a24c-b50a5efac260-ff8b0e59, #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-ff8b0e59, #w-node-_8b05ac9f-2f64-f730-a93d-187694caeb79-ff8b0e59, #w-node-eb3a841b-85f5-adc7-2e3f-479ea824d326-ff8b0e59, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-ff8b0e59, #w-node-cd33a9c0-e35b-54c6-e677-ca945f00c53f-ff8b0e59, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-ff8b0e59 {
  grid-column: span 2 / span 2;
}

#w-node-ff9cfc80-2122-ad7d-d560-03fc375921af-ff8b0e59 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e115e315-f723-2ee5-5e6d-4108f5094c92-b0aa30dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_7cf1344f-d8ee-b0a4-cfaa-4fba3e1b5284-b0aa30dc {
  grid-column: span 4 / span 4;
}

#w-node-dc7a2d69-2ba0-2fe8-0ad0-3f02db7c058a-b0aa30dc {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e115e315-f723-2ee5-5e6d-4108f5094c92-313b0b14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e115e315-f723-2ee5-5e6d-4108f5094c94-313b0b14, #w-node-_2c283201-75ac-e4cc-2771-ae4c5a17231b-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-dcf14f74-3e2b-3886-ac44-a52f2ce2c733-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_96c79279-82bd-2a33-bbaf-9923fb53146a-313b0b14, #w-node-ad651465-824f-305d-ee20-9fe01ab0a2de-313b0b14, #w-node-_32765ca6-52b7-adc0-f3db-f5fcc0b804a3-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_12c08102-2f0a-af57-b46b-a247202d9c20-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-e2bf5ffb-216c-a6e3-ba43-dfbdda2d4ac6-313b0b14, #w-node-d6715e33-e26e-8eef-6ad9-f73041acd344-313b0b14, #w-node-_3fd4188a-2cde-5f2f-a955-d4d101c92bf8-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_729ba0cc-1f9f-9336-a522-43040df27e91-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_87d064bd-ec93-521e-e064-141155b96f60-313b0b14, #w-node-_918b89b0-3479-46a8-0314-80ed9f3a2555-313b0b14, #w-node-a10a73bd-13fc-80aa-4bad-ae929841b0be-313b0b14, #w-node-_181cf80a-98cc-5dfa-a1b0-0d7e4d78cc37-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_482466a0-78c7-bbce-14d8-2d9f4657f06b-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-c638214e-a7c6-0424-c850-f9ab39fe9e44-313b0b14, #w-node-_1a7af796-b9da-0240-2d3b-d2980634bcd9-313b0b14, #w-node-_1ea8a25a-643d-2354-02e8-40f6448cb9b3-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-e8e9dcd0-29c5-0af4-223e-e411a72fac88-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_7d4691c4-9334-3383-216b-37399506c7e4-313b0b14, #w-node-_3e50821d-5a10-d927-fa2f-2020c8296fac-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_72572649-f1c7-3dba-46fc-2d91b2da5f4e-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-f6811933-892c-30b9-3029-6df1137d9e4e-313b0b14, #w-node-fc6c1773-d7f4-ceec-0857-323e0f1a7302-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_08082623-2a6a-e703-bc20-c75ceb628b8b-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_407d8344-c637-dc9a-04b6-2e55127114ca-313b0b14, #w-node-_398c0dad-c236-211e-f81f-df9987052342-313b0b14, #w-node-_86b43a32-4e53-34f9-e09a-58874ec34a00-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_77aa2da4-e4ec-493e-d03f-5fc3f4d634a0-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_5edc9005-2bf8-4447-c675-9b296d16d417-313b0b14, #w-node-_9adbe810-f159-fc6b-2b56-b7246376c959-313b0b14, #w-node-_73d05629-dc6c-6c06-0974-32d36efbd7da-313b0b14, #w-node-_1a9c1abb-565c-37e0-65e4-24c93059856b-313b0b14, #w-node-_760ddcd7-951e-3e21-72cd-84350268f306-313b0b14, #w-node-ef3c0c71-7f14-f916-0f84-34f31d37f984-313b0b14, #w-node-c6715a95-e4bd-5261-778e-6a93ba4829f1-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_581d2fb7-7cb1-8d62-c62a-8ad55b90abb5-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-ab3c70b6-110e-cf65-58bc-848854776cea-313b0b14, #w-node-d2fa7629-af18-9ef6-27c1-32667c19f30d-313b0b14, #w-node-a938ed2f-c8e5-46c8-7c37-23b8bf7c067c-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_2812e36d-4bb3-2df1-20d4-d18ead1ac1ec-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-eb6e0ebd-f7a6-9b22-9622-ab58c3da5114-313b0b14, #w-node-_6d338ed4-374c-75cb-3797-3892d0dec31e-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_3b64fdf7-eb88-c3c3-3b8a-7ff255d46573-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_97afe162-95cc-2a11-d05f-b96b83cdec18-313b0b14, #w-node-_52f1cd77-8e9f-31c3-8a73-31412e5e082f-313b0b14, #w-node-c4a4c9b4-8e2c-c419-94ab-cfd16861cc9a-313b0b14, #w-node-_4ac24252-af4e-444f-df2b-8bec0a3bce4a-313b0b14, #w-node-a5de0dc3-da73-172f-ee5a-15ccc74ded4c-313b0b14, #w-node-_823fe0d7-4d9c-9232-e069-1a5f16e5f1aa-313b0b14, #w-node-fd941a39-5f09-dfba-cfe2-8e3d6d93c55c-313b0b14, #w-node-e1caf928-2c73-264a-c2ed-17f6d1a15455-313b0b14, #w-node-_2795eff4-3f8c-9435-6117-b31a004d64bb-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_9cf9e9f3-22ac-09e6-2d16-11a8f12d2ad4-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_622cfc01-8f77-36e7-b628-9eb991924c90-313b0b14, #w-node-fea2f72d-97a8-f36f-ccd0-5d866a0f7c0e-313b0b14, #w-node-_0aa32747-9828-3a83-0f07-8a96abfcd063-313b0b14, #w-node-eb8e86c9-a0e2-6fb3-db80-fb5c4f497ced-313b0b14, #w-node-_168685e2-3933-3c00-7d0b-81ba1528910c-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_6c5de03d-5978-153d-e764-03ed00deec9a-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-_0513cfee-068f-d421-b875-16d6849d81a5-313b0b14, #w-node-b6bfe24d-1450-ac05-53ae-178e9dd240da-313b0b14, #w-node-_2b25fa16-3181-dbf4-b657-f526dea2fc29-313b0b14, #w-node-_488bc2a9-2247-5c72-cbcd-876513a012d9-313b0b14, #w-node-_8fe844a8-813e-afc1-2e45-539d550af9c9-313b0b14, #w-node-_0d8cf904-fe8c-3fca-4fe7-cd8e81cf09af-313b0b14, #w-node-_0c899035-637b-4384-56bb-83c9d5164ce0-313b0b14, #w-node-_1c139c9b-6035-080f-50ba-61482abdaab8-313b0b14, #w-node-_476318dc-d31e-e188-6ec3-d0f9b41b2298-313b0b14, #w-node-_64b2c7ba-ee3c-2291-9afb-d40b79c69928-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_320f8513-e37c-8674-c756-1dbb9c536d67-313b0b14 {
  grid-column: span 3 / span 3;
}

#w-node-b913cb0a-ab18-a6a0-99a2-1f6045ee1005-313b0b14, #w-node-_7b3f98ab-083f-792b-a50e-491d1a2f48bc-313b0b14, #w-node-_37f38d54-70db-15a2-9378-7f57a91554a1-313b0b14, #w-node-_622b1233-0970-fc98-b007-7d9c47f66c8b-313b0b14, #w-node-_3af6f61e-a146-09e1-50d2-13d09f1e2ea5-313b0b14, #w-node-c95d5aa8-9f61-4a61-79a4-274688b6ccf7-313b0b14, #w-node-_2ee172f8-bf1f-73cc-0b42-0a8ab9f35725-313b0b14, #w-node-_19fcc655-464b-918b-b7d3-975c15e7c415-313b0b14, #w-node-_2f19a93e-64ab-23a6-6613-f4bedfed4c53-313b0b14, #w-node-_2901c4cb-584b-2727-9724-88501991c89f-313b0b14, #w-node-_85452ea7-5801-2405-79eb-1d06271ed34e-313b0b14 {
  grid-column: span 2 / span 2;
}

#w-node-_736b6d26-ecaf-f0ec-a0e4-06ab752c391b-313b0b14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_28fae090-22e7-4b03-82fb-291d219b41d9-0b53d624 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-acbcb76c-55a6-3b3d-741a-6b9d4b8ab417-0b53d624, #w-node-_462b4fc9-216e-48b8-e10b-a80b137cd1a4-0b53d624, #w-node-face3f94-6d9a-f70f-b61b-e01c2e972028-0b53d624, #w-node-_327257c5-fdd0-b86c-03a5-b58afed147a2-0b53d624, #w-node-_8e748f5d-cf57-e81d-c6dd-ad0ad2b6e3e4-0b53d624, #w-node-de81c4de-ef2f-6970-4309-de4b3814e5f2-0b53d624, #w-node-d7f96b89-05f4-322f-77f1-cebcce8f15d9-0b53d624 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-0b53d624, #w-node-_10472369-6680-9847-1c0e-639166257c9f-ae18806e {
    grid-column: span 3 / span 3;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-3e188d8b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-3e188d8b {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-3e188d8b {
    grid-column: span 2 / span 2;
  }

  #w-node-_36d67329-3f9b-8ed4-6999-1859ee3a6b25-3e188d8b {
    grid-column: span 3 / span 3;
  }

  #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-3e188d8b, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-3e188d8b {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-bd6d8998 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-bd6d8998 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-bd6d8998, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-bd6d8998, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-bd6d8998 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-c13fff42 {
    grid-column: span 3 / span 3;
  }

  #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-c13fff42, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-c13fff42 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-e7d3cafa, #w-node-_36d67329-3f9b-8ed4-6999-1859ee3a6b25-e7d3cafa {
    grid-column: span 3 / span 3;
  }

  #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-e7d3cafa, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-e7d3cafa, #w-node-_71553a3a-cc02-c651-af25-338ab27b78c7-e7d3cafa, #w-node-fb1622f6-1816-b2a3-eb39-902e561dc0f9-e7d3cafa {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-e6072b64 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-e6072b64 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-e6072b64, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-e6072b64, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-e6072b64, #w-node-_319ad92e-9994-932c-f73a-6fce2ef03d1b-e6072b64, #w-node-_9bd2b525-ef5c-ca63-3abd-1bea2e68aa5a-e6072b64 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-98e81c7c {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-98e81c7c {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-98e81c7c {
    grid-column: span 2 / span 2;
  }

  #w-node-_36d67329-3f9b-8ed4-6999-1859ee3a6b25-98e81c7c {
    grid-column: span 3 / span 3;
  }

  #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-98e81c7c, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-98e81c7c, #w-node-b7d20d47-4c8a-ce0f-253c-10a0102ebcd5-98e81c7c, #w-node-aac36588-d2e4-b484-af13-b09b66e78428-98e81c7c, #w-node-_73d19950-499e-9167-b6b4-b968bf43f5f8-98e81c7c, #w-node-_9d91e7f8-be69-9e01-687b-6334ecfb057c-98e81c7c {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-fd61c661 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-fd61c661 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-fd61c661 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-f34ce2f4 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr 2.25fr;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-f34ce2f4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-f34ce2f4 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-f34ce2f4, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-f34ce2f4, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-f34ce2f4 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-78492bc3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5d-78492bc3, #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-78492bc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-78492bc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3af69a60-089e-f7f6-3ed8-b6f2df2d5886-78492bc3 {
    grid-column: span 3 / span 3;
  }

  #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-78492bc3, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-78492bc3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-b4f9362f {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-b4f9362f {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-b4f9362f, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-b4f9362f, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-b4f9362f {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-2b658888 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-2b658888 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-2b658888, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-2b658888, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-2b658888, #w-node-_70a71e39-66aa-b309-d4ce-917b0195c4d1-2b658888, #w-node-_0fd0fa87-238d-4bcb-872a-0276f64774e2-2b658888 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-ff8b0e59 {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 2fr .5fr;
  }

  #w-node-_3cf15c75-7212-a114-ea20-4a1d0000be05-ff8b0e59 {
    grid-column: span 3 / span 3;
  }

  #w-node-a904a097-4f47-bee1-08b9-296c4294dbb9-ff8b0e59, #w-node-f6680b3a-b047-8088-06c8-3ce14d585ed0-ff8b0e59, #w-node-_96310c36-2f1a-4e82-1a68-1fb6d42707c9-ff8b0e59, #w-node-e115e315-f723-2ee5-5e6d-4108f5094c93-b0aa30dc, #w-node-e115e315-f723-2ee5-5e6d-4108f5094c94-b0aa30dc, #w-node-_3ea6b981-243f-e1a5-a902-4f30f2476318-b0aa30dc, #w-node-fe3611cb-38d8-ed62-9400-b72933736a86-b0aa30dc, #w-node-c7821032-dd44-5dbd-4677-24a3c22f087e-b0aa30dc, #w-node-e2643eda-7ad2-c858-d0e4-05265e318d1f-b0aa30dc, #w-node-a784f557-cf27-e16a-259d-7dfd69344bf6-b0aa30dc, #w-node-_2c283201-75ac-e4cc-2771-ae4c5a17231b-b0aa30dc, #w-node-b72ba021-5c77-b80c-6895-9f4407312b00-b0aa30dc, #w-node-_6dfeb7fc-8255-2505-e897-777838986e6d-b0aa30dc, #w-node-_43f1d3d8-aab7-324f-e03e-73a4102e9a58-b0aa30dc, #w-node-f91f7d32-a04d-d82d-c4ef-ae19c3104653-b0aa30dc, #w-node-_788ffc19-e2c3-7cfc-1623-933fa6907431-b0aa30dc, #w-node-_64c51045-53c4-d467-f387-fcd226a4eb15-b0aa30dc, #w-node-_01887d78-1c5a-a6bb-ecf7-a761e3af9f6f-b0aa30dc, #w-node-_31348e02-1e27-2599-c3bc-30a8c37bdd33-b0aa30dc, #w-node-_0194e576-a713-ee03-62e1-5385944a77e9-b0aa30dc, #w-node-_32765ca6-52b7-adc0-f3db-f5fcc0b804a3-b0aa30dc, #w-node-cb0840c0-dd75-43c7-6105-f61ebd47f0c3-b0aa30dc, #w-node-_05c24610-205a-04ac-c8f0-3607a2d2fe29-b0aa30dc, #w-node-_7f65d5de-bda4-1952-5ff2-8b06ef42d37a-b0aa30dc, #w-node-_12c08102-2f0a-af57-b46b-a247202d9c20-b0aa30dc, #w-node-_41b63a3b-d7e8-8b49-76e9-5fe825c573d2-b0aa30dc, #w-node-_152b0e92-0b64-c475-87e3-a37bb53d892c-b0aa30dc, #w-node-ce62a16c-c721-5033-631d-5100075a97fb-b0aa30dc, #w-node-e2bf5ffb-216c-a6e3-ba43-dfbdda2d4ac6-b0aa30dc, #w-node-ea7172d1-7410-a44b-5707-3668b663af7d-b0aa30dc, #w-node-_7ede9fc1-9e38-2e4e-f5e2-abf320e3b287-b0aa30dc, #w-node-_6ccc99e1-7cc6-cfcf-1ded-28466cb8b2da-b0aa30dc, #w-node-_8d6f4768-4668-0f1d-68d0-cc86c36a3abb-b0aa30dc, #w-node-e5f33ded-eaae-3be7-b36c-bd9c5d5f7ab2-b0aa30dc, #w-node-d6715e33-e26e-8eef-6ad9-f73041acd344-b0aa30dc, #w-node-_191c1cd1-0645-76ba-2a94-0f3e7828a92b-b0aa30dc, #w-node-_3e660c96-9252-d093-ddc8-17874afe94cd-b0aa30dc, #w-node-_6573c8cb-c25f-b110-a187-4a3cf1ec85b9-b0aa30dc, #w-node-_3fd4188a-2cde-5f2f-a955-d4d101c92bf8-b0aa30dc, #w-node-_60c1d3ec-1cde-1fdf-67f2-19d9ee6bf24c-b0aa30dc, #w-node-_729ba0cc-1f9f-9336-a522-43040df27e91-b0aa30dc, #w-node-c0a5a3b4-47e2-78b4-0219-70f9253920b3-b0aa30dc, #w-node-_3adf218a-6922-6e33-37f1-42c580cc34fe-b0aa30dc {
    grid-column: span 2 / span 2;
  }

  #w-node-e115e315-f723-2ee5-5e6d-4108f5094c92-313b0b14 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  #w-node-e115e315-f723-2ee5-5e6d-4108f5094c93-313b0b14, #w-node-e115e315-f723-2ee5-5e6d-4108f5094c94-313b0b14, #w-node-fe3611cb-38d8-ed62-9400-b72933736a86-313b0b14 {
    grid-column: span 4 / span 4;
  }

  #w-node-c7821032-dd44-5dbd-4677-24a3c22f087e-313b0b14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2c283201-75ac-e4cc-2771-ae4c5a17231b-313b0b14 {
    grid-column: span 4 / span 4;
  }

  #w-node-e2643eda-7ad2-c858-d0e4-05265e318d1f-313b0b14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dcf14f74-3e2b-3886-ac44-a52f2ce2c733-313b0b14, #w-node-_31348e02-1e27-2599-c3bc-30a8c37bdd33-313b0b14, #w-node-_96c79279-82bd-2a33-bbaf-9923fb53146a-313b0b14 {
    grid-column: span 4 / span 4;
  }

  #w-node-b72ba021-5c77-b80c-6895-9f4407312b00-313b0b14 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ad651465-824f-305d-ee20-9fe01ab0a2de-313b0b14, #w-node-_32765ca6-52b7-adc0-f3db-f5fcc0b804a3-313b0b14, #w-node-_12c08102-2f0a-af57-b46b-a247202d9c20-313b0b14, #w-node-e2bf5ffb-216c-a6e3-ba43-dfbdda2d4ac6-313b0b14, #w-node-c0d24cb8-3d04-13f2-f152-7c5038700b32-313b0b14, #w-node-d6715e33-e26e-8eef-6ad9-f73041acd344-313b0b14, #w-node-_3e660c96-9252-d093-ddc8-17874afe94cd-313b0b14, #w-node-_3fd4188a-2cde-5f2f-a955-d4d101c92bf8-313b0b14, #w-node-_729ba0cc-1f9f-9336-a522-43040df27e91-313b0b14, #w-node-_87d064bd-ec93-521e-e064-141155b96f60-313b0b14, #w-node-f093a613-e403-1c40-631c-84c550d8ef0c-313b0b14, #w-node-_918b89b0-3479-46a8-0314-80ed9f3a2555-313b0b14, #w-node-a10a73bd-13fc-80aa-4bad-ae929841b0be-313b0b14, #w-node-_181cf80a-98cc-5dfa-a1b0-0d7e4d78cc37-313b0b14, #w-node-_8e824932-c733-ccf4-0488-eb6fd14f0a0f-313b0b14, #w-node-_482466a0-78c7-bbce-14d8-2d9f4657f06b-313b0b14, #w-node-c638214e-a7c6-0424-c850-f9ab39fe9e44-313b0b14, #w-node-c4ed13c7-05c8-728f-069e-19d5339de915-313b0b14, #w-node-_1a7af796-b9da-0240-2d3b-d2980634bcd9-313b0b14, #w-node-_1ea8a25a-643d-2354-02e8-40f6448cb9b3-313b0b14, #w-node-e8e9dcd0-29c5-0af4-223e-e411a72fac88-313b0b14, #w-node-_7d4691c4-9334-3383-216b-37399506c7e4-313b0b14, #w-node-_985e4fc8-d31b-6204-ef56-4af4b550b533-313b0b14, #w-node-_2169703f-d621-1b59-b43d-d02558e58def-313b0b14, #w-node-_2fc8e168-2f93-9fd4-d046-28d86710fcaa-313b0b14, #w-node-_3e50821d-5a10-d927-fa2f-2020c8296fac-313b0b14, #w-node-_72572649-f1c7-3dba-46fc-2d91b2da5f4e-313b0b14, #w-node-f6811933-892c-30b9-3029-6df1137d9e4e-313b0b14, #w-node-fc6c1773-d7f4-ceec-0857-323e0f1a7302-313b0b14, #w-node-_7bd23d76-5827-83e5-85e3-211029b3d2ad-313b0b14, #w-node-_08082623-2a6a-e703-bc20-c75ceb628b8b-313b0b14, #w-node-_407d8344-c637-dc9a-04b6-2e55127114ca-313b0b14, #w-node-_3b2a8325-f0b6-0f33-b230-e41ec468fae9-313b0b14, #w-node-_398c0dad-c236-211e-f81f-df9987052342-313b0b14, #w-node-fc5a3796-a359-ae73-c736-2c20171a7ffb-313b0b14, #w-node-_86b43a32-4e53-34f9-e09a-58874ec34a00-313b0b14, #w-node-_77aa2da4-e4ec-493e-d03f-5fc3f4d634a0-313b0b14, #w-node-_5edc9005-2bf8-4447-c675-9b296d16d417-313b0b14, #w-node-_236185b4-28af-d5ce-686a-1c11882513c7-313b0b14, #w-node-_9adbe810-f159-fc6b-2b56-b7246376c959-313b0b14, #w-node-_73d05629-dc6c-6c06-0974-32d36efbd7da-313b0b14, #w-node-_3a863445-13ee-b9e3-25f9-955d15bfde18-313b0b14, #w-node-_1a9c1abb-565c-37e0-65e4-24c93059856b-313b0b14, #w-node-_760ddcd7-951e-3e21-72cd-84350268f306-313b0b14, #w-node-_39e64c65-72f3-aca1-da08-bbc8ddd2e919-313b0b14, #w-node-ef3c0c71-7f14-f916-0f84-34f31d37f984-313b0b14, #w-node-da321f0c-5bec-3c62-b12c-63291b8e1bc3-313b0b14, #w-node-c6715a95-e4bd-5261-778e-6a93ba4829f1-313b0b14, #w-node-_01d9b06c-a479-b8f2-43c4-f7168f0c6d7c-313b0b14, #w-node-_581d2fb7-7cb1-8d62-c62a-8ad55b90abb5-313b0b14, #w-node-ab3c70b6-110e-cf65-58bc-848854776cea-313b0b14, #w-node-d2fa7629-af18-9ef6-27c1-32667c19f30d-313b0b14, #w-node-a938ed2f-c8e5-46c8-7c37-23b8bf7c067c-313b0b14, #w-node-_0991bd22-87b3-328f-72f9-56b119f2da81-313b0b14, #w-node-_2812e36d-4bb3-2df1-20d4-d18ead1ac1ec-313b0b14, #w-node-_5fd363fb-d1a6-4ecd-183f-d715779a35b4-313b0b14, #w-node-eb6e0ebd-f7a6-9b22-9622-ab58c3da5114-313b0b14, #w-node-_6d338ed4-374c-75cb-3797-3892d0dec31e-313b0b14, #w-node-ff3d9e82-0939-0d5d-62c8-c6bcc99bae8e-313b0b14, #w-node-_3b64fdf7-eb88-c3c3-3b8a-7ff255d46573-313b0b14, #w-node-_97afe162-95cc-2a11-d05f-b96b83cdec18-313b0b14, #w-node-_15865c54-0482-98ff-dd82-2560fca03a6d-313b0b14, #w-node-_52f1cd77-8e9f-31c3-8a73-31412e5e082f-313b0b14, #w-node-c4a4c9b4-8e2c-c419-94ab-cfd16861cc9a-313b0b14, #w-node-c9e64d63-d174-5572-18a6-eec772991a21-313b0b14, #w-node-_4ac24252-af4e-444f-df2b-8bec0a3bce4a-313b0b14, #w-node-_3d6b8eba-9928-ca9e-ffe7-5a5a3273974c-313b0b14, #w-node-a5de0dc3-da73-172f-ee5a-15ccc74ded4c-313b0b14, #w-node-f1f8e6bd-1e2a-5881-092f-d89eb5ac2ea6-313b0b14, #w-node-f8fb3eaf-e14f-d3e6-5a8e-1cb4df4f8bc3-313b0b14, #w-node-_6691071a-2ab6-c3f4-306b-e0955d561a45-313b0b14, #w-node-_6165fe9d-8161-74cf-5bc7-e597d7726ad0-313b0b14, #w-node-_823fe0d7-4d9c-9232-e069-1a5f16e5f1aa-313b0b14, #w-node-_625ad390-99a5-4edd-7ef8-46f40bf0d4cb-313b0b14, #w-node-fd941a39-5f09-dfba-cfe2-8e3d6d93c55c-313b0b14, #w-node-e1caf928-2c73-264a-c2ed-17f6d1a15455-313b0b14, #w-node-_2795eff4-3f8c-9435-6117-b31a004d64bb-313b0b14, #w-node-f82b053a-b564-9853-d62c-28bc851343d7-313b0b14, #w-node-_9cf9e9f3-22ac-09e6-2d16-11a8f12d2ad4-313b0b14, #w-node-_622cfc01-8f77-36e7-b628-9eb991924c90-313b0b14, #w-node-f44ebdcb-d4f1-7f90-65d3-64016ec89377-313b0b14, #w-node-_44391d28-7503-6443-6183-a0aaeea58c8e-313b0b14, #w-node-fea2f72d-97a8-f36f-ccd0-5d866a0f7c0e-313b0b14, #w-node-_4474ea21-5639-e3c9-8fba-c22337cdf7d0-313b0b14, #w-node-_0aa32747-9828-3a83-0f07-8a96abfcd063-313b0b14, #w-node-eb8e86c9-a0e2-6fb3-db80-fb5c4f497ced-313b0b14, #w-node-_32422058-feb9-0b58-60d8-e7d16d23b6a3-313b0b14, #w-node-_115c56e5-f7c2-32f5-c17a-16d59d878e7b-313b0b14, #w-node-_168685e2-3933-3c00-7d0b-81ba1528910c-313b0b14, #w-node-_6c5de03d-5978-153d-e764-03ed00deec9a-313b0b14, #w-node-_0513cfee-068f-d421-b875-16d6849d81a5-313b0b14, #w-node-_430038b6-92ca-68c0-111a-c9a7c357a1e1-313b0b14, #w-node-b6bfe24d-1450-ac05-53ae-178e9dd240da-313b0b14, #w-node-_2b25fa16-3181-dbf4-b657-f526dea2fc29-313b0b14, #w-node-b5f8663e-51bc-71f8-4f9d-de3a7bf11159-313b0b14, #w-node-a0be0393-0091-d32d-d3c6-a483265a84dd-313b0b14, #w-node-_488bc2a9-2247-5c72-cbcd-876513a012d9-313b0b14, #w-node-_8fe844a8-813e-afc1-2e45-539d550af9c9-313b0b14, #w-node-_545ea8aa-9d55-5100-fd11-9eb19a76d873-313b0b14, #w-node-_0d8cf904-fe8c-3fca-4fe7-cd8e81cf09af-313b0b14, #w-node-_0c899035-637b-4384-56bb-83c9d5164ce0-313b0b14, #w-node-bf8eb7d0-76ec-25fa-71d5-d226627419e0-313b0b14, #w-node-_0dbdaeb6-d7cf-c9e2-7c0e-daf871a9f933-313b0b14, #w-node-_1c139c9b-6035-080f-50ba-61482abdaab8-313b0b14, #w-node-_476318dc-d31e-e188-6ec3-d0f9b41b2298-313b0b14, #w-node-_64b2c7ba-ee3c-2291-9afb-d40b79c69928-313b0b14, #w-node-_320f8513-e37c-8674-c756-1dbb9c536d67-313b0b14, #w-node-b913cb0a-ab18-a6a0-99a2-1f6045ee1005-313b0b14, #w-node-_9c33baa7-c9f2-302c-83e0-b6c0f1444606-313b0b14, #w-node-_7b3f98ab-083f-792b-a50e-491d1a2f48bc-313b0b14, #w-node-_37f38d54-70db-15a2-9378-7f57a91554a1-313b0b14, #w-node-_449c4cca-7775-18d0-02f2-2b2d29c7100e-313b0b14, #w-node-_24ea5605-4218-345e-d446-496235f6c8fd-313b0b14, #w-node-e7793157-3b0c-da7d-a27f-3ae67dd93a23-313b0b14, #w-node-_622b1233-0970-fc98-b007-7d9c47f66c8b-313b0b14, #w-node-_3af6f61e-a146-09e1-50d2-13d09f1e2ea5-313b0b14, #w-node-_78a56b70-488c-97cf-e0b3-da13c5618afd-313b0b14, #w-node-_2a52f6eb-16c2-f895-6cb0-88c7d2bf24bc-313b0b14, #w-node-c95d5aa8-9f61-4a61-79a4-274688b6ccf7-313b0b14, #w-node-_2ee172f8-bf1f-73cc-0b42-0a8ab9f35725-313b0b14, #w-node-_4cd87b00-83e9-a2bc-1129-60d34a677cf2-313b0b14, #w-node-e49d70f4-194d-8978-42bc-f7b326f5d1a2-313b0b14, #w-node-b302373e-1ce1-32df-4ac4-388481727d36-313b0b14, #w-node-_19fcc655-464b-918b-b7d3-975c15e7c415-313b0b14, #w-node-_2f19a93e-64ab-23a6-6613-f4bedfed4c53-313b0b14, #w-node-fbbe1449-c1ee-73eb-5f33-0fddea92ab8e-313b0b14, #w-node-_4706cc7f-369c-4587-c61b-9c91b5a0a44e-313b0b14, #w-node-_2901c4cb-584b-2727-9724-88501991c89f-313b0b14, #w-node-_85452ea7-5801-2405-79eb-1d06271ed34e-313b0b14 {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08f3ac7a-9075-50ba-152f-69f833887d54-0b53d624, #w-node-_08f3ac7a-9075-50ba-152f-69f833887d55-0b53d624 {
    grid-column: span 2 / span 2;
  }

  #w-node-_04cc6b4a-0686-c6d0-5c00-9c378becce5c-0b53d624 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
  }

  #w-node-_2b5306b6-2e66-77e8-2777-9323afd92ae8-0b53d624 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr;
  }

  #w-node-_9950b990-5b90-4edb-72b5-56ed4eca7375-ae18806e, #w-node-_9950b990-5b90-4edb-72b5-56ed4eca7378-ae18806e, #w-node-_91599930-3e35-fcdd-ff68-947bdd65d600-ae18806e, #w-node-_91599930-3e35-fcdd-ff68-947bdd65d601-ae18806e {
    grid-column: span 2 / span 2;
  }

  #w-node-_10472369-6680-9847-1c0e-639166257c9e-ae18806e {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr .5fr;
  }

  #w-node-f6ffeb64-4fdd-5c01-ae5b-604e4d78ba34-ae18806e, #w-node-eaf5042e-37df-bc46-6975-ad0955f9cfc1-3e188d8b, #w-node-_9ded60a4-500a-15a5-c27c-8fd60de62d5c-bd6d8998, #w-node-_4e5ed13c-1740-674f-7baf-040cfd61c8df-c13fff42, #w-node-a3ce2ded-8906-1985-59a8-c28c54e78bb0-e7d3cafa, #w-node-_8fc3c06e-9eb5-0390-4a23-f44c63d8a078-e6072b64, #w-node-e0fff038-3f1d-ec89-e701-828b04b677f6-98e81c7c, #w-node-_8093b4e4-aa7c-c86d-ece7-c0d4cdd99994-fd61c661, #w-node-_6dc54034-cce5-2df1-b2f7-e5ce78982cb9-f34ce2f4, #w-node-_9d2c8fb3-431c-a367-c3d0-6f0c7e015e1a-78492bc3, #w-node-_44030bb9-12ae-5285-e1fd-af9ee1dedf64-b4f9362f, #w-node-_53388548-9953-6c69-bea2-42ff0741c6dd-2b658888, #w-node-ff9cfc80-2122-ad7d-d560-03fc375921af-ff8b0e59, #w-node-dc7a2d69-2ba0-2fe8-0ad0-3f02db7c058a-b0aa30dc, #w-node-_736b6d26-ecaf-f0ec-a0e4-06ab752c391b-313b0b14 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 2fr;
  }
}


