:root {
  --beige\<deleted\|variable-9981cc33-b20f-c230-42ae-0da2b68fd47b\>: #f3eee8;
  --brand-light: #ede3b4;
  --brand-dark: #074654;
  --brand-secondary: #77baa9;
  --white: white;
  --black: black;
}

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--beige\<deleted\|variable-9981cc33-b20f-c230-42ae-0da2b68fd47b\>);
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--brand-light);
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 125%;
}

h2 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 125%;
}

p {
  color: var(--brand-light);
  text-align: left;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

a {
  color: var(--brand-light);
  font-weight: 400;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

.body {
  background-color: var(--brand-dark);
  color: var(--brand-light);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3%;
  padding-left: 3%;
  padding-right: 3%;
  font-family: hoss-round-wide, sans-serif;
  font-weight: 400;
  display: block;
}

.logo {
  width: 100%;
  margin-bottom: 0;
}

.button {
  background-color: var(--brand-light);
  color: var(--brand-dark);
  text-align: center;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.button.button-light {
  border: 1px solid var(--brand-light);
  background-color: var(--brand-dark);
  color: var(--brand-light);
  display: block;
}

.textarea {
  background-color: var(--beige\<deleted\|variable-9981cc33-b20f-c230-42ae-0da2b68fd47b\>);
  color: var(--brand-dark);
  border-radius: 6px;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  padding-top: 12px;
  font-size: 18px;
  line-height: 125%;
}

.grid-two-right {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  place-items: start stretch;
}

.form-block {
  text-align: left;
  margin-bottom: 0;
}

.text-large {
  color: var(--brand-light);
  text-align: left;
  font-family: hoss-round-wide, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.text-large.text-dark {
  color: var(--brand-dark);
}

.section-form {
  padding: 220px 100px;
}

.text-medium {
  color: var(--brand-light);
  margin-bottom: 0;
  font-family: hoss-round-wide, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-medium.medium-weight {
  font-weight: 500;
}

.text-field {
  background-color: var(--beige\<deleted\|variable-9981cc33-b20f-c230-42ae-0da2b68fd47b\>);
  color: var(--brand-dark);
  border-radius: 6px;
  min-height: 50px;
  margin-bottom: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
}

.field-label {
  color: var(--brand-light);
  font-size: 16px;
}

.section-image-background {
  background-image: url('../images/pexels-nathan-tran-17139203.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.logo-small {
  width: 200px;
}

.footer {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.text-small {
  color: var(--brand-light);
  font-size: 12px;
  line-height: 100%;
}

.link-block {
  color: var(--brand-light);
  margin-bottom: 20px;
  text-decoration: none;
}

.margin-bottom {
  margin-bottom: 40px;
}

.success-message {
  background-color: var(--brand-light);
  color: var(--brand-dark);
  border-radius: 6px;
  padding: 40px;
}

.text-block-2 {
  color: var(--brand-dark);
}

.error-message {
  background-color: #d0c1e4;
  border-radius: 6px;
  padding-left: 15px;
}

.info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.recaptcha {
  margin-bottom: 20px;
}

.section {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-two {
  grid-column-gap: 100px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-content: stretch;
  align-items: center;
}

.text-label {
  text-align: left;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.text-number-large {
  text-align: left;
  margin-top: 6px;
  font-size: 48px;
  font-weight: 600;
  line-height: 100%;
}

.grid-week {
  grid-column-gap: 0px;
  background-color: var(--brand-light);
  color: var(--brand-dark);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  margin-bottom: 10px;
}

.grid-week.color-2 {
  background-color: #d0d9b1;
}

.grid-week.color-3 {
  background-color: #b2cfaf;
}

.grid-week.color-4 {
  background-color: #94c4ac;
}

.grid-week.color-5 {
  background-color: var(--brand-secondary);
}

.container-week-left {
  border-right: 1px dashed var(--brand-dark);
  border-bottom: 1px #000;
}

.block-week {
  padding: 20px;
}

.text-xlarge {
  color: var(--brand-dark);
  font-size: 32px;
  font-weight: 500;
}

.text-center {
  text-align: center;
  margin-bottom: 10px;
}

.block-week-tall {
  padding: 35px 20px;
}

.testimonial-card {
  border: 10px solid var(--brand-secondary);
  background-color: var(--brand-light);
  color: var(--brand-dark);
  border-radius: 0;
  width: 800px;
  padding: 40px;
}

.text-dark {
  color: var(--brand-dark);
  margin-bottom: 10px;
}

.section-narrow {
  justify-content: center;
  display: flex;
}

.testimonial-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px dashed var(--brand-dark);
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.image-face {
  width: 120px;
}

.header-block {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.margin-bottom-small {
  margin-bottom: 20px;
}

.text-color-secondary {
  color: var(--brand-secondary);
}

.section-offset {
  background-color: var(--brand-secondary);
  color: var(--brand-dark);
  padding: 60px;
}

.image-phill {
  width: 400px;
}

.image-cat {
  order: 0;
  width: 180px;
  display: inline-flex;
}

.link {
  display: block;
}

.face-small {
  width: 40px;
}

.tab-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-light);
  align-items: center;
  display: flex;
}

.tab-link.w--current {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--brand-secondary);
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
}

.tabs-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-text {
  color: var(--brand-dark);
  font-size: 22px;
  font-weight: 600;
}

.footnote {
  text-align: right;
  margin-top: 20px;
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .body {
    padding-top: 3%;
  }

  .grid-two-right {
    grid-template-columns: .75fr;
    justify-content: center;
  }

  .text-large {
    font-size: 18px;
  }

  .section-form {
    padding: 100px 0;
  }

  .section-image-background {
    height: 300px;
  }

  .logo-small {
    width: 150px;
  }

  .footer {
    align-items: center;
  }

  .info-block {
    flex-flow: row;
    justify-content: space-between;
    margin-bottom: 60px;
  }

  .section {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .grid-week {
    grid-template-columns: .5fr 1.5fr;
  }

  .testimonial-card {
    width: auto;
  }

  .section-offset {
    padding: 40px;
  }

  .image-woman-working {
    width: 50%;
    margin-top: 40px;
  }

  .image-man-reading {
    width: 50%;
  }

  .footnote {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-top: 3%;
  }

  .grid-two-right {
    grid-template-columns: 2.25fr;
    justify-content: center;
  }

  .text-large {
    font-size: 14px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .info-block {
    text-align: left;
    margin-bottom: 40px;
  }

  .text-label {
    font-size: 20px;
  }

  .text-number-large {
    font-size: 36px;
  }

  .text-xlarge {
    font-size: 24px;
  }

  .image-face {
    width: 100px;
  }

  .section-offset {
    padding: 20px;
  }

  .image-phill {
    width: 300px;
  }

  .tab-link, .tab-link.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footnote {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  h1, h2 {
    font-size: 36px;
  }

  p {
    font-size: 18px;
  }

  .button {
    width: 100%;
  }

  .text-large {
    font-size: 11px;
  }

  .section-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .info-block {
    text-align: center;
    flex-flow: column;
  }

  .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-label {
    font-size: 18px;
  }

  .text-number-large {
    font-size: 28px;
  }

  .grid-week {
    grid-template-columns: .75fr 1.5fr;
  }

  .block-week {
    padding: 10px;
  }

  .text-xlarge {
    font-size: 20px;
    line-height: 125%;
  }

  .block-week-tall {
    padding: 17px 10px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .image-face {
    width: 70px;
  }

  .header-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    font-size: 14px;
  }

  .image-cat {
    align-self: center;
    width: 100px;
    margin-top: 20px;
  }

  .image-woman-working {
    width: auto;
    margin-top: 20px;
  }

  .image-man-reading {
    width: 100%;
  }

  .face-small {
    width: 50px;
  }

  .tab-link, .tab-link.w--current {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: stretch;
  }

  .tab-text {
    display: none;
  }

  .footnote {
    font-size: 16px;
  }
}

#w-node-_8df71444-ba1c-97dd-40da-445944451b2e-171d1e4a, #w-node-_8df71444-ba1c-97dd-40da-445944451b33-171d1e4a, #w-node-_3ede6935-7454-1af8-1748-51070da8236d-171d1e4a, #w-node-_3385c0ee-4ff3-6946-08e2-fbfca638f9ca-171d1e4a, #w-node-d6558c8c-1e3e-5baf-0975-a218bd4c4962-171d1e4a, #w-node-e5ec5357-7a95-6e87-f7b4-4ae93c253560-171d1e4a, #w-node-e5ec5357-7a95-6e87-f7b4-4ae93c253561-171d1e4a, #w-node-_7bfd8456-085c-b39c-62f9-472c4c5a9390-171d1e4a, #w-node-_7bfd8456-085c-b39c-62f9-472c4c5a9391-171d1e4a, #w-node-b67768e4-098c-62fe-b41a-957619652a3b-171d1e4a, #w-node-b67768e4-098c-62fe-b41a-957619652a3c-171d1e4a, #w-node-_0c928108-55ca-34cc-e0f5-6ca24d19c4f7-171d1e4a, #w-node-_0c928108-55ca-34cc-e0f5-6ca24d19c4f8-171d1e4a, #w-node-b2c79fd0-9306-c180-1dd8-2b808bad9c15-171d1e4a, #w-node-_1130b6e6-ef77-9840-50a7-d137f2e28812-171d1e4a {
  align-self: center;
}

#w-node-a66ec24e-c1c4-6e88-cfcc-f202b236bf0b-171d1e4a {
  justify-self: center;
}

#w-node-e69e6c81-64f8-848b-94aa-40b56dc8d4e6-171d1e4a {
  place-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_8df71444-ba1c-97dd-40da-445944451b33-171d1e4a, #w-node-b2c79fd0-9306-c180-1dd8-2b808bad9c15-171d1e4a {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e69e6c81-64f8-848b-94aa-40b56dc8d4e6-171d1e4a {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e69e6c81-64f8-848b-94aa-40b56dc8d4e6-171d1e4a {
    justify-self: center;
  }
}


