.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

body {
  font-family: poynter-oldstyle-text, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: poynter-oldstyle-display, sans-serif;
  color: #091142;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: poynter-oldstyle-display, sans-serif;
  color: #091142;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h4 {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 4px;
  font-family: poynter-gothic-text, sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-wrapper {
  height: 600px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(9, 17, 66, 0)), to(rgba(9, 17, 66, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(9, 17, 66, 0.2)), to(rgba(9, 17, 66, 0.2))), url('../images/ReeseFamily_049.jpg');
  background-image: linear-gradient(180deg, rgba(9, 17, 66, 0) 23%, rgba(9, 17, 66, 0.3)), linear-gradient(180deg, rgba(9, 17, 66, 0.2), rgba(9, 17, 66, 0.2)), url('../images/ReeseFamily_049.jpg');
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
  background-attachment: scroll, scroll, scroll;
}

.hero-wrapper.about-page {
  height: 352px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 17, 66, 0.2)), to(rgba(9, 17, 66, 0.2))), url('../images/ReeseFamily_049.jpg');
  background-image: linear-gradient(180deg, rgba(9, 17, 66, 0.2), rgba(9, 17, 66, 0.2)), url('../images/ReeseFamily_049.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.navigation {
  z-index: 20;
  border-top: 4px solid #f2d82b;
  background-color: #091142;
}

.nav-menu {
  z-index: 60;
  display: block;
  margin-left: 128px;
  float: left;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.navigation-container {
  display: block;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.logo-wrapper {
  background-color: rgba(9, 17, 66, 0.2);
}

.logo-container {
  display: block;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.nav-link {
  padding: 16px 24px;
  color: #f2d82b;
}

.nav-link:hover {
  background-color: #f2d82b;
  color: #091142;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.w--current:hover {
  color: #091142;
}

.about-wrapper {
  background-color: #fff;
}

.feature-text {
  width: 50%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-align: right;
}

.hero-title {
  width: 50%;
  margin-bottom: 0px;
  font-family: poynter-oldstyle-display, sans-serif;
  color: #fff;
  font-size: 80px;
  line-height: 88px;
  text-align: left;
  text-transform: none;
}

.hero-title.about {
  width: 100%;
}

.hero-text-container {
  display: block;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 172px;
  padding-right: 40px;
  padding-left: 40px;
}

.hero-text-container.about-page {
  padding-top: 48px;
}

.hero-subtitle {
  width: 50%;
  margin-top: 16px;
  font-family: poynter-gothic-text, sans-serif;
  color: #f2d82b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-subtitle.about {
  width: 100%;
}

.text-span {
  font-family: poynter-oldstyle-text, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 40px 128px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.about-container.privacy {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logo {
  position: relative;
  z-index: 40;
  margin-top: -54px;
  background-color: #091142;
}

.about {
  width: 50%;
  margin-right: 64px;
}

.anedot {
  position: relative;
  z-index: 20;
  width: 50%;
  /* margin-top: -240px; */
  margin-left: 64px;
  padding: 16px 16px 0px;
  border-radius: 6px;
  background-color: #091142;
  box-shadow: 0 20px 40px 0 rgba(9, 17, 66, 0.2);
}

.anedot-embed {
  border-radius: 6px;
}

.transition-wrapper {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin-top: -264px;
  padding-top: 81px;
}

.transition-wrapper.blue {
  margin-top: -206px;
  padding-top: 62px;
}

.transition-container {
  position: relative;
  width: 110vw;
  height: 200px;
}

.transition-container.blue {
  height: 300px;
  margin-top: 7px;
  margin-bottom: -55px;
  background-color: transparent;
}

.transition-slant {
  width: 110vw;
  margin-left: -40px;
  padding-top: 160px;
  padding-bottom: 160px;
  background-color: #f2d82b;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  transform: rotate(4deg);
}

.transition-slant.blue {
  padding-bottom: 160px;
  background-color: #091142;
}

.transition-content {
  display: block;
  width: 50%;
  margin-left: 64px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.feature-text-section {
  /* margin-top: -204px; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2d82b;
  background-image: linear-gradient(128deg, rgba(9, 17, 66, 0) 15%, #091142 92%), url('../images/ReeseFamily_178.jpg');
  background-position: 0px 0px, 50% 87%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.quote-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding: 204px 40px 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bio-link {
  margin-top: 64px;
  border: 2px solid #f2d82b;
  border-radius: 3px;
  background-color: transparent;
  font-family: poynter-gothic-text, sans-serif;
  color: #f2d82b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.bio-link:hover {
  border-color: #091142;
  background-color: #091142;
  color: #fff;
}

.footer {
  padding-top: 80px;
  padding-bottom: 160px;
  background-color: #091142;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1128px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white {
  color: #fff;
}

.footer-logo-box {
  width: 33.33%;
  padding-right: 32px;
}

.footer-contact {
  width: 33.33%;
  margin-top: 24px;
  padding-top: 0px;
  padding-right: 32px;
  padding-left: 32px;
}

.footer-contact.volunteer {
  padding-bottom: 16px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, 0.05);
}

.field {
  border-style: none;
  border-radius: 3px;
  background-color: #fff;
}

.field.newsletter {
  display: inline-block;
  width: 192px;
  height: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.submit {
  margin-top: 16px;
  border: 2px solid #f2d82b;
  border-radius: 3px;
  background-color: transparent;
  font-family: poynter-gothic-text, sans-serif;
  color: #f2d82b;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.submit:hover {
  background-color: #f2d82b;
  color: #091142;
}

.submit.newsletter {
  margin-top: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  border-style: none;
  border-color: #091142;
  background-color: #f2d82b;
  color: #091142;
  font-size: 12px;
  line-height: 12px;
}

.submit.newsletter:hover {
  background-color: #091142;
  color: #f2d82b;
}

.about-photos {
  width: 50%;
  margin-left: 64px;
  padding-top: 24px;
}

.footer-logo {
  margin-right: 32px;
  margin-left: -22px;
  padding-right: 32px;
}

.hero-text {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 80px;
  line-height: 88px;
}

.hero-subtitle-2 {
  margin-top: 0px;
  font-family: poynter-gothic-text, sans-serif;
  color: #f2d82b;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-disclaimer {
  display: block;
  width: 320px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid #fff;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.label-description {
  margin-bottom: 4px;
  padding-top: 8px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.checkboxes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-info {
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
}

.signup-form {
  float: right;
}

.field-label {
  display: inline-block;
}

.field-label.newsletter {
  margin-top: 19px;
  margin-right: 8px;
}

.form-container {
  margin-top: 8px;
  float: right;
  border-radius: 3px;
  background-color: #fff;
}

.newsletter-form-block {
  margin-bottom: 0px;
}

.newsletter-success {
  margin-top: 8px;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #00b362;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
}

.newsletter-error {
  margin-bottom: 8px;
  padding: 8px 16px;
  border-radius: 3px;
  background-color: #c42828;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
}

.success {
  border-radius: 3px;
  background-color: #00b362;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
}

.error {
  border-radius: 3px;
  background-color: #c42828;
  font-family: poynter-gothic-text, sans-serif;
  color: #fff;
}

.list {
  list-style-type: disc;
}

.list-item {
  list-style-type: none;
}

@media (max-width: 991px) {
  .navigation-container {
    padding-right: 24px;
  }
  .nav-link {
    background-color: #091142;
    text-align: right;
  }
  .feature-text {
    font-size: 32px;
    line-height: 40px;
  }
  .hero-title {
    font-size: 64px;
    line-height: 72px;
  }
  .hero-text-container {
    padding-top: 64px;
  }
  .about-container {
    padding-top: 48px;
  }
  .about {
    width: 30%;
    margin-right: 48px;
  }
  .about.wider {
    width: 50%;
  }
  .anedot {
    width: 70%;
    margin-top: -200px;
    margin-left: 0px;
  }
  .transition-wrapper {
    margin-top: -88px;
    padding-top: 74px;
  }
  .feature-text-section {
    margin-top: -96px;
    padding-top: 8px;
  }
  .white {
    font-size: 24px;
    line-height: 32px;
  }
  .footer-logo-box {
    width: 20%;
  }
  .footer-contact {
    width: 40%;
  }
  .heading {
    font-size: 24px;
    line-height: 32px;
  }
  .icon {
    color: #f2d82b;
  }
  .menu-button.w--open {
    background-color: #091142;
  }
  .footer-logo {
    padding-top: 26px;
  }
  .hero-text {
    font-size: 64px;
    line-height: 72px;
  }
}

@media (max-width: 767px) {
  .hero-wrapper {
    height: 480px;
  }
  .feature-text {
    font-size: 40px;
    line-height: 48px;
  }
  .about-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about {
    width: 100%;
  }
  .about.wider {
    width: 100%;
  }
  .anedot {
    width: 100%;
    margin-top: 64px;
  }
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .footer-contact {
    width: 100%;
  }
  .about-photos {
    margin-left: 0px;
  }
  .hero-text {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 479px) {
  .hero-wrapper {
    height: 400px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(23%, rgba(9, 17, 66, 0)), to(rgba(9, 17, 66, 0.3))), -webkit-gradient(linear, left top, left bottom, from(rgba(9, 17, 66, 0.8)), to(rgba(9, 17, 66, 0.8))), url('../images/ReeseFamily_049.jpg');
    background-image: linear-gradient(180deg, rgba(9, 17, 66, 0) 23%, rgba(9, 17, 66, 0.3)), linear-gradient(180deg, rgba(9, 17, 66, 0.8), rgba(9, 17, 66, 0.8)), url('../images/ReeseFamily_049.jpg');
    background-position: 0px 0px, 0px 0px, 50% 0%;
    background-size: auto, auto, cover;
    background-repeat: repeat, repeat, no-repeat;
    background-attachment: scroll, scroll, scroll;
  }
  .navigation-container {
    padding-right: 8px;
    padding-left: 8px;
  }
  .logo-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .feature-text {
    width: 100%;
    font-size: 32px;
    line-height: 40px;
  }
  .hero-title {
    width: 100%;
    font-size: 40px;
    line-height: 48px;
  }
  .hero-text-container {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-subtitle {
    width: 100%;
  }
  .about-container {
    padding-top: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .about {
    padding-right: 16px;
    padding-left: 16px;
  }
  .anedot {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  .anedot-embed {
    border-radius: 0px;
    background-color: #091142;
  }
  .transition-wrapper {
    margin-top: -165px;
  }
  .feature-text-section {
    background-position: 0px 0px, -269px 0px;
  }
  .quote-container {
    margin-top: 160px;
    padding-top: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .footer-logo-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-contact {
    padding-right: 16px;
    padding-left: 16px;
  }
  .field {
    width: 100%;
  }
  .field.newsletter {
    width: 112px;
  }
  .about-photos {
    margin-left: 16px;
    padding-left: 0px;
  }
  .hero-text {
    font-size: 32px;
    line-height: 40px;
  }
  .footer-disclaimer {
    width: 240px;
  }
}

#w-node-512016d8839b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

#w-node-88225114d5aa-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-434bfc78df6b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-03f202a7b416-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-512016d8839b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

#w-node-88225114d5aa-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-434bfc78df6b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-03f202a7b416-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-512016d8839b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

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

#w-node-88225114d5aa-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}

#w-node-434bfc78df6b-a1cc6a4c {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}

#w-node-03f202a7b416-a1cc6a4c {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
}
