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

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.home-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-logo-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  align-self: flex-start;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text.bebidas-paragraph {
  height: 191.944px;
}

.navbar-link-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 89px;
  padding: 24px 12px;
  display: flex;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 36.75px;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #faf34b;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  box-shadow: 3px 3px #000;
}

.text-2 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.hero-heading-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  max-width: none;
  display: flex;
}

.container.birth-plan-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 638px;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.title-copy-goes-here-be-awesome {
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  font-size: 68px;
  font-weight: 700;
  line-height: 120%;
}

.hero-paragraph {
  color: #000;
  padding-right: 87px;
  font-size: 23px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  color: #000;
  background-color: #ffdb46;
  border-radius: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 12px 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 4px 4px #000;
}

.button:hover {
  background-color: #f9dd54;
  box-shadow: 6px 6px #000;
}

.button.regular-button {
  margin-top: 13px;
}

.button.navbutton {
  background-color: #ffdb46;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.button.navbutton:hover {
  background-color: #ffdb46;
}

.button.navbutton.w--current {
  outline-offset: 0px;
  outline: 1px #000;
}

.button.footer-button {
  text-align: center;
  object-fit: fill;
  justify-content: center;
  width: 200px;
  display: block;
}

.button.bottom-button {
  margin-bottom: 30px;
}

.button.learn-more-button {
  margin-top: 12px;
  margin-bottom: 12px;
}

.column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 841px;
  display: flex;
}

.ben-maddox-7860-1 {
  object-fit: contain;
}

.team-rectangles {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px 24px;
  display: flex;
}

.container-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-4 {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.columns {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  display: flex;
}

.image-wrapper-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-right: 0;
  display: flex;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-right: 0;
  display: flex;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  padding: 24px 24px 24px 0;
  display: flex;
}

.name {
  color: #000;
  align-self: flex-start;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  position: static;
}

.heading {
  color: #000;
  text-align: left;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 43px;
  display: flex;
}

.image-3 {
  margin-left: 0;
  padding-left: 0;
}

.navbar {
  object-fit: fill;
}

.section {
  width: 100%;
  padding: 60px 24px;
}

.section.footer {
  background-color: #ffdb46;
  display: flex;
}

.section.process-write-up-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.process-write-up-section.main-pic {
  width: 100%;
  height: 100%;
  max-height: 100vw;
}

.footer {
  width: 100%;
}

.div-block {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  width: 110px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link {
  max-width: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block {
  color: #000;
  text-align: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  margin-top: 6px;
  display: flex;
}

.container-3 {
  text-align: center;
  width: auto;
  max-width: 1200px;
}

.image-4 {
  padding: 0;
}

.link-block, .link-block-2 {
  align-self: center;
}

.container-4 {
  max-width: 1200px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 80px;
}

.heading-2.title-copy-goes-here-be-awesome {
  margin-bottom: 30px;
}

.field-label {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
}

.form-block {
  padding: 16px 0 30px;
}

.paragraph {
  margin-bottom: 30px;
  font-size: 16px;
}

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

.submit-button {
  margin-top: 15px;
}

.body {
  border-radius: 3px;
}

.container-5 {
  max-width: 1200px;
}

.container-5.footer-container {
  padding-left: 30px;
  padding-right: 30px;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  display: block;
}

.paragraph-2 {
  margin-bottom: 28px;
  font-size: 20px;
}

.heading-3 {
  color: #000;
  margin-bottom: 30px;
}

.paragraph-3 {
  font-size: 20px;
}

.paragraph-3.footer-paragraph {
  font-size: 23px;
}

.footer-button {
  color: #000;
  object-fit: fill;
  background-color: #fb9fc4;
  border-radius: 3px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 400;
  transition: box-shadow .4s;
  display: block;
  box-shadow: 4px 4px #000;
}

.footer-button:hover {
  background-color: #fb9fc4;
  box-shadow: 6px 6px #000;
}

.footer-button.contact-page-footer-button {
  margin-top: 30px;
  display: inline-block;
}

.text-field {
  opacity: .65;
  outline-offset: 0px;
  outline: 1px solid #333;
}

.grid-2 {
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: center;
  align-self: auto;
  place-items: center stretch;
}

.columns-2 {
  margin-left: 0;
  margin-right: 0;
}

.footer-image {
  max-width: 100%;
}

.container-7 {
  max-height: none;
}

.image-6 {
  object-fit: contain;
}

.container-8 {
  width: auto;
  max-width: 1000px;
}

.container-8.process-write-up-pic-container {
  justify-content: center;
  width: auto;
  max-width: 1000px;
  display: flex;
}

.heading-4 {
  flex: 0 auto;
}

.list-item {
  font-weight: 400;
}

.process-write-up-paragraph {
  margin-top: 10px;
}

.process-write-up-paragraph.text {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-5 {
  margin-top: 10px;
}

.image-8 {
  width: 70%;
  display: inline-block;
}

.image-9 {
  width: 100%;
  display: block;
}

.picture-caption {
  text-align: center;
  margin-top: 10px;
}

.picture-caption.text {
  text-align: left;
}

.picture-caption.centered-picture-caption {
  text-align: center;
  margin-left: 0;
  font-size: 16px;
}

.image-10 {
  object-fit: fill;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-11, .image-12, .image-13, .image-14, .image-15 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-16 {
  width: auto;
  max-width: 61.2869%;
}

.image-17, .image-18 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading-5 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link {
    outline-offset: 0px;
    outline: 1px #222;
    justify-content: center;
  }

  .navbar-link-2, .navbar-button {
    justify-content: center;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  .column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .title-copy-goes-here-be-awesome {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hero-paragraph {
    margin-bottom: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .button {
    margin-top: 0;
  }

  .button.navbutton {
    box-shadow: none;
    background-color: #c8c8c8;
  }

  .column-2 {
    width: auto;
    height: auto;
    max-height: 600px;
  }

  .image-wrapper {
    width: 400px;
  }

  .image {
    max-width: 400px;
    min-height: 0;
    max-height: 600px;
  }

  .ben-maddox-7860-1 {
    object-fit: contain;
    width: 560.994px;
    max-width: 400px;
    max-height: 600px;
  }

  .team-rectangles {
    padding-top: 0;
  }

  .container-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper-2, .image-2 {
    height: auto;
  }

  .heading {
    margin-bottom: 0;
  }

  .section {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .section.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link {
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
  }

  .container-5 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-5.footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    margin-top: 0;
  }

  .footer-button {
    object-fit: fill;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .grid-2 {
    place-content: start space-between;
  }

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

  .column-3, .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-2 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-5 {
    width: 100%;
  }

  .container-6 {
    margin-right: 20px;
  }

  .container-7 {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .button {
    margin-top: 0;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .image {
    min-height: 0;
    max-height: 600px;
  }

  .ben-maddox-7860-1 {
    max-height: 600px;
  }

  .team-rectangles {
    padding-top: 20px;
  }

  .section.footer {
    align-items: center;
  }

  .column-4 {
    padding-right: 0;
  }

  .image-5 {
    object-fit: cover;
    height: 402px;
  }

  .footer-image {
    display: none;
  }

  .container-6 {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    padding-left: 10px;
  }

  .text {
    text-align: left;
    align-self: flex-start;
  }

  .title-copy-goes-here-be-awesome {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 50px;
  }

  .hero-paragraph {
    text-align: left;
    padding-right: 0;
  }

  .column-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    height: auto;
    display: flex;
  }

  .image-wrapper {
    align-self: center;
    width: auto;
    max-width: 400px;
    height: auto;
    max-height: 407px;
    display: flex;
  }

  .image {
    object-fit: contain;
    width: auto;
    max-width: 400px;
    height: auto;
    min-height: auto;
    max-height: 407px;
  }

  .ben-maddox-7860-1 {
    object-fit: contain;
    align-self: auto;
    width: auto;
    max-width: 400px;
    max-height: 407px;
    padding-right: 0;
    position: static;
  }

  .image-wrapper-2 {
    height: auto;
  }

  .image-2 {
    object-fit: contain;
    height: auto;
  }

  .name {
    align-self: flex-start;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .image-3 {
    margin-left: 0;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.footer {
    justify-content: flex-start;
    padding-top: 0;
  }

  .paragraph {
    margin-bottom: 15px;
  }

  .heading-3 {
    margin-top: 20px;
  }

  .footer-button.contact-page-footer-button {
    object-fit: fill;
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .image-5 {
    object-fit: contain;
    align-self: auto;
    height: auto;
    padding-right: 0;
  }

  .footer-image {
    display: none;
  }

  .container-6 {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    display: flex;
  }

  .image-7 {
    min-width: 200px;
  }

  .image-10, .image-11, .image-13, .image-14, .image-15 {
    max-width: 200px;
  }
}

#w-node-_8c6eed62-2287-2d8c-0330-a500059c3bef-a43e5d55 {
  justify-self: start;
}

#w-node-cd77d5bd-bdb0-4cb1-0b41-bf266d41c256-a43e5d55 {
  align-self: auto;
}

#w-node-d12dd5a3-b4d6-6409-b342-253eddeaef64-ddeaef5d, #w-node-d12dd5a3-b4d6-6409-b342-253eddeaef68-ddeaef5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd77d5bd-bdb0-4cb1-0b41-bf266d41c256-a43e5d55 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}


