@font-face {
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--tuft-neutral-dark: #282828;
  --color--tuft-primary: #d8c4e3;
  --size--container-max-width: 1350px;
  --color--tuft-primary-50: #f2edf5;
  --color--tuft-secondary: #1a443b;
  --color--tuft-tertiary: #cfdcc8;
  --color--tuft-secondary-400: #4b897c;
  --color--tuft-primary-400: #814c9f;
}

.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-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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@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 {
  color: var(--color--tuft-neutral-dark);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--color--tuft-neutral-dark);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  color: var(--color--tuft-neutral-dark);
  text-transform: uppercase;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

h4 {
  color: var(--color--tuft-neutral-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--color--tuft-neutral-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

p {
  color: var(--color--tuft-neutral-dark);
  margin-bottom: 10px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

a {
  text-decoration: underline;
}

.menu-button {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33px;
  text-decoration: none;
  display: flex;
}

.navdefault {
  grid-column-gap: 1131px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 39px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.nav----nav-container {
  max-width: var(--size--container-max-width);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: var(--color--tuft-primary);
  background-image: url('../images/CrossBackgroundPurpleLight1.png');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
  overflow: visible;
}

.leafs-group {
  position: absolute;
  inset: auto -32% -43% auto;
}

.button {
  grid-column-gap: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--color--tuft-neutral-dark);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--color--tuft-neutral-dark);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--color--tuft-neutral-dark);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-primary-50);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: max-content;
  max-width: none;
  height: 67px;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: var(--color--tuft-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero-content-container {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 820px;
  text-decoration: none;
  display: flex;
}

.card {
  grid-row-gap: 22px;
  border: 4px solid var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-tertiary);
  border-radius: 30px;
  flex-direction: column;
  flex: 480px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 400px;
  max-width: 659px;
  min-height: 360px;
  padding: 24px 39px;
  text-decoration: none;
  display: flex;
}

.at-tuft-we-work-every-project-with-a-consistent-step-by-step-process-and-clear-deadlines-youll-alway {
  color: var(--color--tuft-neutral-dark);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: undefined, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.section-title {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.body-2 {
  background-color: var(--color--tuft-primary);
}

.section {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 167px);
  padding: 30px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.templatesection {
  background-color: var(--color--tuft-secondary);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  height: 602px;
}

.container {
  max-width: var(--size--container-max-width);
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container.space-between {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.container.centered {
  justify-content: center;
  align-items: center;
}

.div-block {
  flex-flow: column;
  display: flex;
}

.link-text {
  color: var(--color--tuft-neutral-dark);
  font-weight: 600;
}

.large-text {
  color: var(--color--tuft-neutral-dark);
  font-size: 36px;
}

.large-text.offwhite {
  color: var(--color--tuft-primary);
}

.large-text.hero-h2 {
  will-change: transform;
}

.small-text {
  color: var(--color--tuft-neutral-dark);
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  font-size: 14px;
}

.x-large-text {
  color: var(--color--tuft-neutral-dark);
  font-size: 50px;
}

.x-large-text.off-white {
  color: var(--color--tuft-primary);
  width: 100%;
}

.div-block-2 {
  justify-content: space-between;
  width: 100%;
  max-width: 498px;
  display: flex;
}

.text-span {
  background-image: linear-gradient(180deg, var(--color--tuft-secondary), var(--color--tuft-secondary-400) 61%);
  text-overflow: clip;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 90px;
  font-weight: 700;
}

.heading {
  will-change: transform;
  line-height: 143%;
  overflow: visible;
}

.heading-container {
  display: flex;
  position: relative;
}

.image {
  width: 118px;
  height: 118px;
  position: absolute;
  inset: 0% 14% 0% auto;
}

.div-block-3 {
  grid-column-gap: 27px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.centered-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.centered-div.ga-25 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: none;
}

.footer {
  background-color: var(--color--tuft-primary-50);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 419px;
  min-height: 419px;
  padding: 30px 18px;
  display: flex;
  position: relative;
}

.space-between {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.div-block-4 {
  flex-flow: column;
  display: flex;
}

.div-block-4.ga-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.div-block-5 {
  max-width: 820px;
}

.div-block-5.ga-47 {
  grid-column-gap: 47px;
  grid-row-gap: 47px;
  flex-flow: column;
  width: 100%;
  display: inline-flex;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.div-block-6.ga-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
}

.section-copy {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 167px);
  padding: 30px 18px;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 858px;
  margin-top: 100px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 109px;
  grid-template-columns: 82px 82px 82px;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-input {
  border: 3px solid var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-primary-50);
  color: var(--color--tuft-neutral-dark);
  -webkit-text-stroke-color: var(--color--tuft-neutral-dark);
  border-radius: 10px;
  min-height: 63px;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
}

.text-input.text-area {
  min-height: 180px;
}

.div-block-10 {
  width: 100%;
  min-width: 875px;
  max-width: 875px;
}

.form {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  width: 100%;
  min-height: 540px;
  display: flex;
}

.div-block-12 {
  flex: 1;
  position: relative;
}

.div-block-13 {
  border: 3px solid var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-primary-50);
  border-radius: 30px;
  flex: 1;
  padding: 70px;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.slider {
  background-color: #ddd0;
}

.block-quote {
  color: var(--color--tuft-neutral-dark);
  border-left-width: 0;
  font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  left: -56px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  right: -56px;
}

.text-span-2 {
  color: var(--color--tuft-neutral-dark);
}

.text-span-2.small-text {
  opacity: .8;
  font-weight: 600;
}

.text-span-3 {
  font-weight: 700;
}

.slide-nav {
  display: block;
}

.section-copy {
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 167px);
  padding: 30px 18px;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  border: 4px solid var(--color--tuft-neutral-dark);
  background-color: var(--color--tuft-primary-50);
  border-radius: 30px;
  width: 100%;
  height: auto;
  min-height: 317px;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 30px;
  display: flex;
  position: relative;
}

.div-block-16 {
  flex: none;
  width: 357px;
  height: 234px;
  position: static;
}

.image-2 {
  position: absolute;
  inset: auto auto -4px -20px;
}

.image-3 {
  position: absolute;
  inset: auto -20px -4px auto;
}

.image-4 {
  position: absolute;
  inset: auto -260px -360px auto;
}

.image-5, .image-6 {
  width: 55px;
  height: 55px;
}

.heading-2 {
  text-align: center;
}

.image-7 {
  position: absolute;
  inset: auto auto -105px -132px;
}

.image-8 {
  width: 650px;
  max-width: none;
  height: 492px;
  position: absolute;
  inset: auto -130px -50px auto;
}

.image-9 {
  width: 223px;
  position: absolute;
  inset: auto 0% 15% calc(50% - 111.5px);
}

.image-11 {
  width: 566px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-17 {
  height: 0;
}

.image-12 {
  max-width: 176px;
}

.div-block-18 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.body-3, .body-4, .body-5 {
  background-color: var(--color--tuft-primary-50);
}

.link, .paragraph {
  color: var(--color--tuft-neutral-dark);
}

.link-2 {
  color: var(--tuft-neutral-dark) !important;
}

.flying-bird {
  background-color: #fff;
  width: 250px;
  height: 173px;
}

.flying-bird-2 {
  width: 110px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.success-message {
  position: relative;
}

.fs-cc_title {
  margin-bottom: .25rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.fs-cc_button {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-size: .9375rem;
  font-weight: 700;
  transition: background-color .1s;
  display: inline-flex;
}

.fs-cc_button.is-secondary {
  color: #000;
  background-color: #fff0;
  border: 1px solid #0000001a;
}

.fs-cc_modal {
  z-index: 1000;
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.custom-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-cc_close-button {
  z-index: 5;
  cursor: pointer;
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  display: flex;
  position: relative;
}

.fs-cc_link {
  text-decoration: underline;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.fs-cc_screen-reader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.fs-cc_modal-buttons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.fs_cc-modal-content {
  padding: 1.5rem;
}

.fs-cc_close-button-line {
  background-color: #000;
  width: 1rem;
  height: 2px;
  position: absolute;
  transform: rotate(-45deg);
}

.fs-cc_close-button-line.is-2nd {
  transform: rotate(45deg);
}

.component-styles {
  display: none;
}

.main {
  position: relative;
}

.fs-cc_custom-code {
  display: none;
}

.fs-cc_checkbox-button {
  float: left;
  border: 1px solid #0003;
  border-radius: .125rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox-button.w--redirected-checked {
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #146ef5;
}

.fs-cc_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.fs-cc_checkbox-button.is-required {
  cursor: not-allowed;
  background-color: #146ef5;
  background-image: url('../images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #146ef5;
}

.fs-cc_modal-2 {
  background-color: #fff;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
}

.fs-cc_checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.fs-cc_checkbox.is--not-allowed {
  cursor: not-allowed;
}

.fs-cc_form {
  margin-bottom: 0;
}

.cookie-preference_background {
  opacity: 1;
  cursor: pointer;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc_checkbox-label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.fs-cc_preference-buttons {
  z-index: 1;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  bottom: -2rem;
}

.fs-cc_preference-component {
  z-index: 9525;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc_checkbox-description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.fs-cc_preferences {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.cookie-preference_wrapper {
  z-index: 1;
  width: 100%;
  max-height: 100%;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.clone-elements-inside-div {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.fs-cc_cookie-component {
  z-index: 9500;
  max-width: 25rem;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.code-embed {
  display: none;
}

.rich-text-block {
  max-width: 800px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 50px;
    line-height: 100%;
  }

  .navdefault {
    height: 167px;
  }

  .body {
    font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  }

  .leafs-group {
    inset: auto -20% -25% auto;
  }

  .button {
    width: auto;
  }

  .button-text {
    font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
  }

  .card {
    flex: 0 650px;
  }

  .body-2 {
    background-color: var(--color--tuft-primary);
  }

  .section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 16px;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .container {
    z-index: 1;
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    max-width: 1350px;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: Fraunces Variablefont Soft Wonk Opsz Wght, Times New Roman, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .div-block {
    flex-flow: column;
    display: flex;
  }

  .section-copy {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 16px;
    display: flex;
  }

  .image-4 {
    z-index: 0;
    position: absolute;
    inset: 0% -218px -122px auto;
  }

  .image-8 {
    width: 880px;
    height: 667.443px;
    right: -190px;
  }

  .image-9 {
    left: calc(50% - 111.5px);
  }

  .image-11 {
    width: 566px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .fs-cc_cookie-component {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .section.templatesection {
    width: 100%;
    position: relative;
  }

  .x-large-text.off-white {
    text-overflow: clip;
  }

  .image {
    inset: 0% auto 0% 576px;
  }

  .div-block-6.ga-12 {
    flex-flow: wrap;
  }

  .div-block-10 {
    min-width: auto;
  }

  .div-block-14, .slider {
    width: auto;
    height: auto;
  }

  .block-quote {
    position: relative;
  }

  .slide-nav {
    position: static;
  }

  .div-block-15 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-2 {
    bottom: auto;
    left: 0%;
  }

  .image-3 {
    bottom: auto;
    right: 0%;
  }

  .image-8 {
    width: 590px;
    bottom: -20px;
  }

  .image-9 {
    left: 37%;
  }

  .image-11 {
    width: 420px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .slide, .mask {
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    color: var(--color--tuft-neutral-dark);
    font-size: 40px;
  }

  .button.button-text {
    width: 100%;
  }

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

  .x-large-text {
    font-size: 40px;
  }

  .x-large-text.off-white {
    font-style: italic;
  }

  .text-span {
    font-size: 60px;
  }

  .image {
    inset: 0% auto 0% 388px;
  }

  .div-block-6.ga-12 {
    flex-flow: wrap;
    align-items: center;
  }

  .div-block-7 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
  }

  .div-block-12 {
    display: none;
  }

  .slide-nav {
    position: static;
  }

  .div-block-15 {
    flex-flow: column;
  }

  .image-2 {
    position: static;
  }

  .image-3 {
    position: static;
    right: auto;
  }

  .image-4, .image-8, .image-9 {
    display: none;
  }

  .image-11 {
    width: 230px;
  }

  .flying-bird-2 {
    display: none;
  }

  .fs-cc_close-button {
    margin-right: 1.25rem;
  }

  .fs-cc_modal-buttons {
    padding: 1.5rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .card {
    box-sizing: border-box;
    flex: 0 auto;
    min-width: auto;
    padding: 14px 15px;
  }

  .container {
    position: relative;
  }

  .text-span {
    font-size: 35px;
  }

  .image {
    width: 90px;
    height: 90px;
    inset: auto auto 8% 229px;
  }

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

  .centered-div.ga-25 {
    text-align: center;
  }

  .footer {
    flex-flow: row;
    height: 598px;
  }

  .space-between {
    height: 100%;
  }

  .space-between.centered {
    justify-content: center;
  }

  .space-between.centered.mobilestack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .div-block-7 {
    margin-top: 40px;
  }

  .div-block-11 {
    min-height: auto;
  }

  .div-block-13 {
    max-width: 100%;
    padding: 15px;
  }

  .block-quote {
    position: relative;
  }

  .left-arrow {
    left: -38px;
  }

  .right-arrow {
    right: -30px;
  }

  .slide-nav {
    position: relative;
  }

  .div-block-16 {
    width: 100%;
    height: auto;
  }

  .image-2, .image-3 {
    width: 100%;
  }

  .image-5, .image-6 {
    width: 30px;
  }

  .heading-2 {
    text-align: center;
    font-size: 21px;
  }

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

  .image-11 {
    display: none;
  }

  .div-block-17 {
    height: 38px;
    padding-bottom: 0;
  }

  .fs-cc_modal {
    max-width: 100%;
  }

  .fs-cc_close-button {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .fs-cc_modal-2 {
    max-width: 100%;
  }

  .fs-cc_preference-buttons {
    bottom: 0;
  }

  .fs-cc_preference-component {
    align-items: flex-end;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc_cookie-component {
    max-width: 100%;
    inset: auto 0% 0%;
  }
}

#w-node-cf126279-c582-1bbb-f13d-137c6402220a-cc463202 {
  grid-area: 1 / 1 / 2 / 2;
}


@font-face {
  font-family: 'Fraunces Variablefont Soft Wonk Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fraunces Variablefont Soft Wonk Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}