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

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

body {
  color: #333;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 62px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #0e8742;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Baskervville, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-bottom: 25px;
  line-height: 30px;
}

a {
  color: #313131;
  text-decoration: underline;
}

em {
  font-style: italic;
}

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

.image {
  width: 130px;
  padding: 10px 5px;
}

.nav-link {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  transition: color .2s;
}

.nav-link:hover {
  color: #0e8742;
}

.nav-link.w--current {
  color: #313131;
  background-image: url('../images/Untitled-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.brand {
  margin-left: 10px;
  margin-right: 10px;
}

.home-hero {
  background-color: #e2f0e7;
  background-image: url('../images/amersand-bg.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  display: flex;
}

.home-hero.inside {
  background-position: 100%;
  height: auto;
  min-height: 250px;
  max-height: none;
  padding: 33px;
}

.div-block {
  justify-content: center;
  align-items: center;
  width: 60%;
  padding: 48px 48px 48px 0;
  display: flex;
}

.div-block.left {
  text-align: center;
  background-color: #0e8742;
  width: 40%;
  padding: 60px;
}

.div-block.title {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 30px;
}

.text-block {
  color: #ebebeb;
  font-size: 32px;
  line-height: 52px;
}

.service-section {
  padding: 50px 60px;
}

.head-text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line {
  background-color: #000;
  width: 50%;
  height: 1px;
}

.line.fuill {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-text {
  white-space: nowrap;
}

.heading {
  font-size: 72px;
  line-height: 74px;
}

.green-h1 {
  color: #0e8742;
  text-align: center;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: 30px;
  font-family: Baskervville, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.green-h1.white {
  color: #fff;
  margin-top: 0;
  font-family: Baskervville, sans-serif;
}

.service-teaser-container {
  flex-wrap: wrap;
  display: flex;
}

.service-teaser {
  text-align: center;
  border-radius: 10px;
  width: 33%;
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 20px;
  text-decoration: none;
  transition: all .4s;
}

.service-teaser:hover {
  background-color: #e2f0e780;
  transform: scale(1.05);
}

.text-block-2 {
  color: #0e8742;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
}

.button {
  color: #0e8742;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e2f0e7;
  border-radius: 7px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 13px 25px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
}

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

.button.inline {
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
}

.button.inline.small {
  padding: 8px 17px;
}

.button.white {
  color: #4e4e4e;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  margin-left: 0;
  padding: 4px 15px;
  transition: background-color .2s;
}

.button.white:hover {
  background-color: #bedcc8;
}

.button.left {
  margin-top: 10px;
  margin-left: 0;
}

.section {
  text-align: center;
  background-color: #e2f0e7;
  flex-direction: column;
  align-items: center;
  padding: 60px 60px 0;
  display: flex;
}

.paragraph {
  text-align: center;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.white {
  color: #fff;
  font-size: 20px;
}

.team-member-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  display: block;
}

.div-block-3 {
  text-align: left;
  width: auto;
}

.team-container {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.text-block-3 {
  margin-bottom: 0;
  font-family: Baskervville, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.button-2 {
  color: #0e8742;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
}

.button-2.alt {
  border: 1px solid #000;
  margin-top: 10px;
}

.headshot {
  width: 100%;
  max-height: none;
  margin-left: 20px;
  margin-right: -20px;
}

.mission-section {
  background-color: #0e8742;
  background-image: url('../images/green-cropped-ampersand.png');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px;
}

.div-block-4 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  align-items: stretch;
  display: flex;
}

.foot-logo-div {
  background-image: linear-gradient(#666666e6, #666666e6), url('../images/photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  padding: 49px;
  display: flex;
}

.div-block-5 {
  background-color: #f3f3f3;
  flex-flow: wrap;
  width: 70%;
  display: flex;
}

.div-block-6 {
  text-align: center;
  width: 33%;
  padding: 30px 25px 0;
}

.div-block-6.hours {
  border-top: 1px solid #000;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 18px;
  padding-bottom: 30px;
}

.text-block-4 {
  color: #0e8742;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
}

.text-block-5.line1 {
  margin-bottom: 0;
}

.link {
  color: #353535;
  font-size: 14px;
  text-decoration: none;
}

.body {
  font-family: Libre Baskerville, sans-serif;
}

._1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.graphic {
  min-width: 20px;
  max-width: 100%;
}

.graphic.atl {
  max-height: 90px;
}

.heading-2 {
  color: #0e8742;
  font-family: Baskervville, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-2 {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}

.cell {
  align-items: center;
}

.icon-cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 15px 30px;
}

.icon-cell.x {
  border-bottom-style: none;
}

.cell-3, .cell-4, .cell-5, .cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.quick-stack-2 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  border: 1px #e7e7e7;
  border-radius: 10px;
  margin-bottom: 40px;
}

.quick-stack-2.posst {
  grid-column-gap: 20px;
  border-style: solid;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-3 {
  width: auto;
  max-width: 100%;
  height: 60px;
  max-height: none;
}

.cell-8 {
  border-bottom: 1px solid #000;
  justify-content: center;
}

.cell-8.x {
  grid-column-gap: 0px;
  border-bottom-style: none;
}

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

.field-label {
  color: #8d8d8d;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Source Sans 3", sans-serif;
  font-weight: 400;
}

.text-field {
  background-color: #f8f8f8;
  border-radius: 5px;
  height: 60px;
}

.text-field.msg {
  height: 150px;
}

.text-block-6 {
  margin-bottom: 10px;
  font-family: Baskervville, sans-serif;
  font-style: italic;
}

.text-block-7 {
  color: #6b6b6b;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: -20px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-8 {
  color: #0e8742;
  margin-bottom: 2px;
  font-size: 22px;
}

.text-block-9 {
  margin-bottom: 0;
  font-size: 17px;
  font-style: italic;
  line-height: 24px;
}

.text-block-9.plain {
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.collection-item {
  width: 33%;
  padding: 15px 15px 40px;
}

.collection-item.staff {
  width: 50%;
  padding-left: 0;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.div-block-8 {
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-4 {
  min-height: auto;
  max-height: 300px;
}

.partner {
  background-image: url('../images/molly.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-bottom: 5px solid #fff;
  width: auto;
  height: 270px;
  max-height: none;
  margin-bottom: 10px;
}

.partner.kr {
  background-image: url('../images/karen.png');
}

.partner.ap {
  background-image: url('../images/Amy-pic.png');
}

.quick-stack-3 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.text-block-10 {
  color: #757575;
  text-transform: uppercase;
  margin-right: 6px;
  font-size: 13px;
  line-height: 16px;
}

.div-block-9 {
  display: flex;
}

.collection-list-wrapper {
  width: 50%;
}

.collection-list-2 {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.div-block-10 {
  flex-flow: wrap;
  display: flex;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.div-block-11 {
  width: 50%;
  padding: 20px;
}

.heading-5 {
  border-bottom: 1px solid #000;
  margin-top: 10px;
}

.link-2 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    line-height: 0;
  }

  .home-hero {
    background-size: cover;
  }

  .div-block {
    padding: 25px;
  }

  .div-block.left {
    padding: 30px;
  }

  .text-block {
    font-size: 26px;
    line-height: 39px;
  }

  .service-section {
    padding: 32px;
  }

  .div-text {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .green-h1 {
    font-size: 42px;
    line-height: 44px;
  }

  .service-teaser {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .button {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .button.inline {
    margin-left: 0;
    margin-right: 0;
  }

  .section {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph {
    font-size: 18px;
    line-height: 27px;
  }

  .team-member-container {
    border-bottom: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 30px;
    display: flex;
  }

  .team-container {
    flex-direction: row;
    align-items: flex-start;
    width: auto;
    max-width: 1280px;
    display: flex;
  }

  .text-block-3 {
    font-size: 24px;
    line-height: 29px;
  }

  .button-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .footer {
    flex-direction: column;
  }

  .foot-logo-div {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
  }

  .icon {
    color: #0e8742;
    font-size: 36px;
  }

  .graphic {
    width: auto;
    height: 60px;
  }

  .heading-2 {
    font-size: 50px;
    line-height: 52px;
  }

  .heading-3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
  }

  .quick-stack-2 {
    border-style: none;
  }

  .quick-stack-2.posst {
    border-style: solid;
  }

  .text-block-6 {
    font-size: 18px;
    line-height: 21px;
  }

  .menu-button {
    margin-top: 10px;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #ebebeb;
  }

  .text-block-8 {
    font-size: 18px;
    line-height: 23px;
  }

  .text-block-9 {
    font-size: 15px;
    line-height: 23px;
  }

  .collection-item {
    padding-bottom: 20px;
  }

  .collection-item.staff {
    width: 100%;
  }

  .div-block-8 {
    height: 160px;
  }

  .partner {
    width: 100%;
    height: 190px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }

  p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 26px;
  }

  .navbar {
    padding-left: 5px;
    padding-right: 5px;
  }

  .image {
    width: 90px;
  }

  .brand {
    width: 30%;
  }

  .home-hero {
    height: auto;
  }

  .home-hero.inside {
    background-position: 100%;
    background-size: contain;
    min-height: auto;
    padding-bottom: 20px;
  }

  .text-block {
    font-size: 20px;
    line-height: 26px;
  }

  .service-section {
    padding: 25px;
  }

  .head-text-container {
    flex-direction: column;
  }

  .line {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .green-h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .service-teaser {
    width: 50%;
  }

  .text-block-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .button.inline {
    padding: 10px 15px;
    font-size: 16px;
  }

  .button.white {
    font-size: 16px;
  }

  .section {
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph.white {
    font-size: 18px;
  }

  .team-member-container {
    padding: 13px;
  }

  .text-block-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .button-2 {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 14px;
    line-height: 15px;
  }

  .headshot {
    max-width: 35%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6 {
    width: 100%;
    padding-top: 30px;
  }

  .text-block-5, .link {
    font-size: 14px;
  }

  .icon {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 38px;
  }

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

  .heading-4 {
    margin-top: 10px;
  }

  .image-3 {
    height: 50px;
  }

  .cell-8 {
    padding-top: 10px;
  }

  .cell-8.x {
    padding-bottom: 10px;
  }

  .field-label {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-9 {
    margin-bottom: 5px;
  }

  .collection-item {
    width: 50%;
  }

  .partner {
    height: 140px;
  }

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

  .div-block-11 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 20px;
    line-height: 22px;
  }

  p {
    line-height: 21px;
  }

  li {
    font-size: 14px;
  }

  em {
    line-height: 22px;
  }

  .navbar {
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .brand {
    width: 43%;
  }

  .home-hero {
    flex-direction: column;
  }

  .home-hero.inside {
    background-position: 50%;
    background-size: cover;
  }

  .div-block, .div-block.left {
    width: 100%;
  }

  .service-section {
    padding: 25px;
  }

  .head-text-container {
    flex-direction: column;
  }

  .line {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .green-h1 {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 30px;
    line-height: 34px;
  }

  .service-teaser {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button {
    margin-left: 13px;
    margin-right: 13px;
    font-size: 14px;
    line-height: 17px;
  }

  .button.inline {
    font-size: 14px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 21px;
  }

  .paragraph.white {
    font-size: 16px;
    line-height: 24px;
  }

  .team-member-container {
    border-bottom-style: none;
    flex-direction: column;
  }

  .div-block-3 {
    text-align: center;
    width: 100%;
  }

  .team-container {
    flex-wrap: wrap;
  }

  .headshot {
    border-bottom: 1px solid #000;
    max-width: 80%;
    margin-bottom: 10px;
  }

  .mission-section {
    background-size: cover;
    padding: 30px;
  }

  .div-block-5 {
    flex-direction: column;
  }

  .div-block-6 {
    width: 100%;
    padding: 30px 30px 0;
  }

  .div-block-6.hours {
    margin-left: 0;
    margin-right: 0;
  }

  .quick-stack {
    padding: 0;
  }

  .list-item {
    line-height: 23px;
  }

  .icon-cell {
    border-bottom-style: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 15px;
  }

  .icon-cell.x {
    padding-bottom: 15px;
  }

  .quick-stack-2 {
    width: 100%;
  }

  .image-3 {
    max-width: 80px;
    height: auto;
  }

  .cell-8.x {
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .text-block-9, .text-block-9.plain {
    font-size: 14px;
    line-height: 20px;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  .collection-item.staff {
    font-size: 14px;
  }

  .div-block-11 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-11 {
    font-size: 14px;
  }
}

#w-node-_5bb8bd9e-37d3-0e75-2db7-a8d34cb2be6b-a3283fd4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-faaa1a86-788a-9161-f0fc-752e672a756a-d6b5c2cc {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-faaa1a86-788a-9161-f0fc-752e672a756a-743d11b4 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  display: none;
}

#w-node-b0e7716b-f13c-bb01-90b5-e07ff54380be-252e8743 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-faaa1a86-788a-9161-f0fc-752e672a756a-743d11b4 {
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5bb8bd9e-37d3-0e75-2db7-a8d34cb2be6b-a3283fd4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-faaa1a86-788a-9161-f0fc-752e672a756a-743d11b4 {
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-faaa1a86-788a-9161-f0fc-752e672a756a-d6b5c2cc {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-faaa1a86-788a-9161-f0fc-752e672a756b-d6b5c2cc, #w-node-faaa1a86-788a-9161-f0fc-752e672a756c-d6b5c2cc, #w-node-b9bec5ce-759a-1231-781f-c82d91226e34-d6b5c2cc, #w-node-_88058e34-4450-8894-608b-d758723647f6-d6b5c2cc, #w-node-af685a23-2bc2-b93c-5eb5-9f0e1af0202e-d6b5c2cc, #w-node-_65613b9f-b138-7498-17f3-a5149b1a0776-d6b5c2cc, #w-node-d3c0a492-9e86-043f-1fdf-874a31ef08d3-d6b5c2cc, #w-node-b4c56199-29cf-86ca-342b-24b8a6f314f4-d6b5c2cc, #w-node-de17cc1b-0558-f7ed-3d09-f86dbd2eca98-d6b5c2cc, #w-node-a9e6599b-47ba-6299-bee4-72cb420886ae-d6b5c2cc, #w-node-_6e361343-4cd7-0777-e081-af8e2e5f1e64-d6b5c2cc, #w-node-c19b0e9f-b0f6-b258-fe53-c288990ee76c-d6b5c2cc, #w-node-faaa1a86-788a-9161-f0fc-752e672a756b-743d11b4, #w-node-faaa1a86-788a-9161-f0fc-752e672a756c-743d11b4 {
    grid-column: span 2 / span 2;
  }

  #w-node-b0e7716b-f13c-bb01-90b5-e07ff54380be-252e8743 {
    grid-template-rows: auto;
    grid-template-columns: 3.75fr 1fr;
  }

  #w-node-b0e7716b-f13c-bb01-90b5-e07ff54380bf-252e8743, #w-node-b0e7716b-f13c-bb01-90b5-e07ff54380c3-252e8743 {
    grid-column: span 2 / span 2;
  }
}


