@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Shorelines Script;
  src: url('../fonts/Shorelines-Script-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --_typography---body--body-font: Roboto, Arial, sans-serif;
  --_typography---body--body-color: var(--gray--gray-70);
  --_typography---body--paragraph-size: 16px;
  --_typography---body--body-line-height: 1.4;
  --_typography---body--body-weight: 400;
  --_typography---headings--heading-font: "Aktiv Grotesk";
  --_typography---headings--heading-color: var(--blue--blue-100);
  --_typography---headings--heading-1-size: 52px;
  --_typography---headings--h1-h2-line-height: 115%;
  --_typography---headings--heading-weight: 400;
  --_typography---headings--heading-2-size: 46px;
  --_typography---headings--heading-3-size: 30px;
  --_typography---headings--h3-h4-line-height: 120%;
  --_typography---headings--heading-4-size: 24px;
  --_typography---headings--heading-5-size: 20px;
  --_typography---headings--h5-h6-line-height: 130%;
  --_typography---headings--heading-6-size: 16px;
  --blue--blue-100: #265368;
  --gray--gray-10: whitesmoke;
  --_typography---body--paragraph-small-size: 14px;
  --gray--gray-40: #a8a8a8;
  --dark-slate-blue\<deleted\|variable-0d7954bb\>: #36394f;
  --gray--gray-35: #b9b9b9;
  --gray--gray-80: #333;
  --gray--gray-60: #737373;
  --gray--gray-20: #e5e5e5;
  --_typography---body--paragraph-large-size: 18px;
  --tan--tan-30: #f8f6f3;
  --transparent: #0000;
  --gray--gray-70: #474747;
  --_typography---headings--display-size: 62px;
  --black: black;
  --gray--gray-30: #d1d1d1;
  --gray--gray-90: #121212;
  --blue--blue-80: #597484;
  --_typography---body--subheading-size: 22px;
  --_typography---body--paragraph-xl-size: 20px;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  font-family: var(--_typography---body--body-font);
  color: var(--_typography---body--body-color);
  font-size: var(--_typography---body--paragraph-size);
  line-height: var(--_typography---body--body-line-height);
  font-weight: var(--_typography---body--body-weight);
}

h1 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-1-size);
  line-height: var(--_typography---headings--h1-h2-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-2-size);
  line-height: var(--_typography---headings--h1-h2-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-3-size);
  line-height: var(--_typography---headings--h3-h4-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-4-size);
  line-height: var(--_typography---headings--h3-h4-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-5-size);
  line-height: var(--_typography---headings--h5-h6-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_typography---headings--heading-color);
  font-size: var(--_typography---headings--heading-6-size);
  line-height: var(--_typography---headings--h5-h6-line-height);
  font-weight: var(--_typography---headings--heading-weight);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--_typography---body--body-color);
  text-decoration: none;
}

ul, ol {
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 40px;
}

li {
  margin-bottom: 6px;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

.grid-4-1 {
  grid-column-gap: 4%;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.button {
  background-color: var(--white);
  height: 48px;
  color: var(--blue--blue-100);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  transition: filter .2s;
  display: inline-flex;
}

.button:hover {
  background-color: var(--gray--gray-10);
}

.button:active {
  transform: scale(.98);
}

.button.small {
  height: 40px;
  font-size: var(--_typography---body--paragraph-small-size);
  padding-left: 32px;
  padding-right: 32px;
}

.grid-item-placeholder {
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  width: 100%;
  height: 100px;
}

.success-message {
  background-color: #0000;
  max-width: 340px;
  font-size: 16px;
  font-weight: 400;
}

.main {
  position: relative;
}

.checkbox {
  border: 1px solid var(--gray--gray-40);
  border-radius: 3px;
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: -32px;
}

.checkbox.w--redirected-checked {
  background-color: var(--dark-slate-blue\<deleted\|variable-0d7954bb\>);
  background-size: 14px 14px;
}

.style-guide-block {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.style-guide-block.mb-0 {
  margin-bottom: 0;
}

.style-guide-block.mt-0 {
  margin-top: 0;
}

.error-message {
  color: #fe765e;
  text-align: center;
  background-color: #0000;
  max-width: 350px;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}

.section {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
}

.section.style-guide {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.navbar {
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

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

.section.home-hero {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.section.home-bio {
  padding: 0;
}

.section.home-bio.margin-top {
  margin-top: 100px;
}

.section.contact-hero {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.submit-button-wrapper {
  position: relative;
}

.submit-button-wrapper.single-row {
  margin-left: 20px;
}

.grid-3-1 {
  grid-column-gap: 6%;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

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

.checkbox-field {
  margin-bottom: 16px;
  padding-left: 32px;
}

.checkbox-field.style-guide {
  margin-bottom: 16px;
}

.paragraph.xl {
  font-size: 22px;
}

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

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

.form-block.style-guide {
  width: 400px;
}

.input {
  border: 1px none var(--gray--gray-35);
  background-color: var(--white);
  width: 100%;
  height: 48px;
  color: var(--gray--gray-80);
  font-size: var(--_typography---body--paragraph-size);
  border-radius: 6px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 7px;
  padding-left: 18px;
}

.input::placeholder {
  color: var(--gray--gray-40);
}

.input.textarea {
  height: auto;
  min-height: 120px;
  padding-top: 14px;
}

.input.select {
  background-color: var(--white);
}

.input.no-margin {
  margin-bottom: 0;
}

.form {
  width: 100%;
}

.form.single-row {
  display: flex;
}

.style-guide-label {
  color: var(--gray--gray-60);
  font-size: var(--_typography---headings--heading-6-size);
  line-height: var(--_typography---headings--h5-h6-line-height);
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 700;
}

.style-guide-section-label {
  width: 100%;
  font-family: var(--_typography---headings--heading-font);
  color: var(--gray--gray-60);
  font-size: var(--_typography---headings--heading-2-size);
  line-height: var(--_typography---headings--h1-h2-line-height);
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 12px;
  padding-bottom: 6px;
  font-weight: 700;
}

.grid-2-1 {
  grid-column-gap: 8%;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.style-guide {
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
}

.container.navbar {
  flex-direction: row;
  justify-content: space-between;
  max-width: 1720px;
  height: 100%;
}

.container.footer {
  max-width: 1720px;
}

.container.max-800 {
  max-width: 915px;
}

.container.max-1800 {
  max-width: 1800px;
}

.container.contact-hero {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  padding-top: 180px;
  padding-left: 40px;
  position: absolute;
}

.button-icon {
  width: 12px;
  height: auto;
  margin-left: 10px;
}

.style-guide-flex-row {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.style-guise-base-class-label {
  color: #fff;
  background-color: #be4aa5;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 10px;
  padding: 7px 6px 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  display: inline-block;
  box-shadow: 0 0 0 1px #00000080;
}

.radio-button-field {
  margin-bottom: 16px;
  padding-left: 32px;
}

.navbar {
  background-color: #0000;
}

.brand-logo {
  width: 64px;
  height: auto;
}

.brand-logo.footer {
  width: 180px;
}

.nav-link {
  color: var(--blue--blue-100);
  text-shadow: none;
  padding: 20px;
  transition: filter .15s, color .3s;
  position: relative;
}

.nav-link.w--current {
  color: var(--blue--blue-100);
  font-weight: 400;
}

.navbar-background {
  display: none;
}

.brand-link {
  flex: none;
  margin: 5px -5px -5px;
  padding: 5px;
  transition: opacity .3s;
}

.brand-link:hover {
  opacity: .8;
}

.radio-button {
  border: 1px solid var(--gray--gray-40);
  width: 18px;
  height: 18px;
  margin-top: 1px;
  margin-left: -32px;
}

.radio-button.w--redirected-checked {
  border-width: 4px;
  border-color: var(--dark-slate-blue\<deleted\|variable-0d7954bb\>);
  background-color: #0000;
}

.footer-branding {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  color: var(--blue--blue-100);
  margin-top: 12px;
  margin-left: -6px;
  padding: 6px;
  transition: color .3s;
  position: relative;
}

.footer-link.title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 6px;
  font-weight: 700;
}

.footer-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  width: 100%;
}

.footer-copyright {
  color: var(--gray--gray-40);
  font-size: var(--_typography---body--paragraph-small-size);
}

.footer-copyright.margin-top {
  margin-top: 6px;
}

.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;
  align-items: center;
  width: 300px;
  display: flex;
}

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

.utility-image {
  width: 160px;
}

.utility-image.password {
  width: 200px;
}

.utility-heading {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 36px;
}

.hidden {
  display: none;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-auto-rows: 1fr;
  width: 100%;
}

.body {
  color: var(--_typography---body--body-color);
}

.body.style-guide {
  background-color: var(--gray--gray-20);
}

.div-block {
  align-items: center;
  display: flex;
}

.social-links {
  justify-content: flex-start;
  align-items: center;
  margin-top: 4px;
  margin-right: -8px;
  display: flex;
}

.background-container {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-width: 1440px;
  max-width: 1800px;
  height: auto;
}

.hero-image.mobile {
  display: none;
}

.home-hero-logo {
  z-index: 2;
  flex: none;
  width: 35.2%;
  min-width: 506px;
  max-width: 630px;
  height: auto;
  position: absolute;
  top: 9.5%;
}

.hero-image-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.home-about-text {
  font-size: var(--_typography---body--paragraph-large-size);
  line-height: 160%;
}

.bio-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.bio-grid-image-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.bio-grid-text-block {
  background-color: var(--tan--tan-30);
  justify-content: center;
  align-items: center;
  padding: 80px 60px;
  display: flex;
}

.bio-heading {
  color: var(--blue--blue-100);
  font-family: Shorelines Script, Times New Roman, sans-serif;
  font-size: 48px;
}

.home-bio-paragraph, .home-bio-paragraph.margin-top {
  margin-top: 30px;
}

.bio-grid-image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.bio-text-block-inner {
  width: 100%;
  max-width: 580px;
}

.social-link {
  flex: none;
  padding: 8px;
  transition: opacity .3s;
}

.social-link:hover {
  opacity: .8;
}

.social-link-image {
  width: 30px;
  height: 30px;
}

.footer-text-container {
  border-top: 1px solid var(--gray--gray-35);
  text-align: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
}

.nav-background {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  position: absolute;
  inset: 0 0 -20px;
  -webkit-mask: linear-gradient(#000, #000, #0000);
  mask: linear-gradient(#000, #000, #0000);
}

.contact-hero-image {
  object-fit: cover;
  width: 100%;
  min-width: 1440px;
  max-width: 1800px;
  height: auto;
}

.contact-hero-image.mobile {
  display: none;
}

.contact-hero-image-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.contact-form-block {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 43%;
  max-width: 480px;
  min-height: 312px;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-heading {
  font-family: var(--_typography---body--body-font);
  color: #fff;
  text-shadow: none;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 400;
}

.text-block-3 {
  z-index: 4;
  color: #265368d9;
  font-family: Roboto, Arial, sans-serif;
  font-size: 20px;
  position: absolute;
  top: 5%;
}

.link-text {
  position: relative;
}

.contact-success-message {
  background-color: var(--transparent);
  flex: 1;
  padding: 0;
}

.contact-success-container {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  min-height: 312px;
  color: var(--gray--gray-70);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-error-message {
  background-color: #eebcbc;
  border-radius: 6px;
  padding: 12px 18px;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---body--body-font: Roboto, Arial, sans-serif;
    --_typography---body--body-color: var(--gray--gray-70);
    --_typography---body--paragraph-size: 16px;
    --_typography---body--body-line-height: 1.4;
    --_typography---body--body-weight: 400;
    --_typography---headings--heading-font: "Aktiv Grotesk";
    --_typography---headings--heading-color: var(--blue--blue-100);
    --_typography---headings--heading-1-size: 52px;
    --_typography---headings--h1-h2-line-height: 115%;
    --_typography---headings--heading-weight: 400;
    --_typography---headings--heading-2-size: 46px;
    --_typography---headings--heading-3-size: 30px;
    --_typography---headings--h3-h4-line-height: 120%;
    --_typography---headings--heading-4-size: 24px;
    --_typography---headings--heading-5-size: 20px;
    --_typography---headings--h5-h6-line-height: 130%;
    --_typography---headings--heading-6-size: 16px;
    --_typography---body--paragraph-small-size: 14px;
    --_typography---body--paragraph-large-size: 18px;
    --_typography---headings--display-size: 62px;
    --_typography---body--subheading-size: 22px;
    --_typography---body--paragraph-xl-size: 20px;
  }

  .grid-4-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section {
    padding: 80px 30px;
  }

  .section.navbar {
    z-index: 5;
    height: 70px;
  }

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

  .grid-3-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

  .grid-2-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .container.navbar {
    position: static;
  }

  .style-guise-base-class-label {
    color: #fff;
    background-color: #be49a5;
    font-size: 16px;
  }

  .nav-link {
    padding: 16px 30px;
    display: flex;
  }

  .nav-menu {
    z-index: 1;
    background-color: #fff;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    flex-flow: column;
    padding-top: 70px;
    padding-bottom: 20px;
    display: flex;
    left: 0;
    right: 0;
    box-shadow: 0 2px 20px #0003;
  }

  .nav-menu-button {
    z-index: 5;
    color: var(--blue--blue-100);
    margin-right: -24px;
  }

  .nav-menu-button.w--open {
    z-index: 5;
    color: #000;
    background-color: #0000;
  }

  .navbar-background {
    z-index: 4;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .brand-link {
    z-index: 5;
  }

  .nav-menu-icon {
    font-size: 30px;
  }

  .grid.tablet-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .hero-image {
    min-width: 1280px;
  }

  .home-hero-logo {
    min-width: 420px;
  }

  .home-about-text {
    font-size: var(--_typography---body--paragraph-large-size);
  }

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

  .bio-grid-image-block {
    aspect-ratio: 16 / 9;
  }

  .bio-grid-text-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .bio-heading {
    font-size: 40px;
  }

  .bio-text-block-inner {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_typography---body--body-font: Roboto, Arial, sans-serif;
    --_typography---body--body-color: var(--gray--gray-70);
    --_typography---body--paragraph-size: 16px;
    --_typography---body--body-line-height: 1.4;
    --_typography---body--body-weight: 400;
    --_typography---headings--heading-font: "Aktiv Grotesk";
    --_typography---headings--heading-color: var(--blue--blue-100);
    --_typography---headings--heading-1-size: 52px;
    --_typography---headings--h1-h2-line-height: 115%;
    --_typography---headings--heading-weight: 400;
    --_typography---headings--heading-2-size: 46px;
    --_typography---headings--heading-3-size: 30px;
    --_typography---headings--h3-h4-line-height: 120%;
    --_typography---headings--heading-4-size: 24px;
    --_typography---headings--heading-5-size: 20px;
    --_typography---headings--h5-h6-line-height: 130%;
    --_typography---headings--heading-6-size: 16px;
    --_typography---body--paragraph-small-size: 14px;
    --_typography---body--paragraph-large-size: 18px;
    --_typography---headings--display-size: 62px;
    --_typography---body--subheading-size: 22px;
    --_typography---body--paragraph-xl-size: 20px;
  }

  .section {
    padding: 60px 30px;
  }

  .section.navbar {
    height: 64px;
  }

  .section.home-bio.margin-top {
    margin-top: 80px;
  }

  .section.contact-hero {
    flex-flow: column;
  }

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

  .container.contact-hero {
    background-color: #e8e1d7;
    padding: 60px 30px;
    position: relative;
  }

  .brand-logo {
    width: 58px;
  }

  .brand-logo.footer {
    width: 160px;
  }

  .nav-menu {
    padding-top: 64px;
  }

  .footer-copyright {
    font-size: 13px;
  }

  .grid.mobile-1-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }

  .hero-image {
    min-width: 1340px;
  }

  .hero-image.desktop {
    display: none;
  }

  .hero-image.mobile {
    flex: none;
    width: 768px;
    min-width: 0;
    max-width: none;
    display: block;
    overflow: clip;
  }

  .home-hero-logo {
    min-width: 340px;
    top: 13%;
  }

  .home-hero-logo.contact {
    top: 7%;
  }

  .hero-image-container {
    flex: none;
  }

  .home-about-text {
    font-size: var(--_typography---body--paragraph-size);
  }

  .bio-grid-image-block {
    aspect-ratio: 3 / 2;
  }

  .bio-grid-text-block {
    padding: 60px 30px;
  }

  .bio-heading {
    font-size: 36px;
  }

  .home-bio-paragraph {
    font-size: var(--_typography---body--paragraph-small-size);
  }

  .social-link-image {
    width: 24px;
    height: 24px;
  }

  .contact-hero-image.desktop {
    display: none;
  }

  .contact-hero-image.mobile {
    flex: none;
    width: 768px;
    min-width: 0;
    max-width: none;
    display: block;
  }

  .contact-form-block {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .section.footer {
    padding-top: 60px;
  }

  .footer-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .social-links {
    margin-left: -8px;
    margin-right: 0;
  }

  .home-hero-logo {
    min-width: 320px;
    top: 13.5%;
  }

  .bio-grid-image-block {
    aspect-ratio: 4 / 5;
  }

  .footer-text-container {
    text-align: left;
    margin-top: 30px;
    padding-top: 14px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_864d19a7-9641-ee95-9417-3e5fecc29f65-b78df10f {
    order: -9999;
  }
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Shorelines Script';
  src: url('../fonts/Shorelines-Script-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}