:root {
  --purple: #792f6c;
  --white-smoke: #faf6f2;
}

.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;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fa0000;
  text-decoration: underline;
}

.welcome-heading-div {
  text-align: center;
}

.long-fur-pattern {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/Furry-Pattern_Wet-Dog-01.avif');
  background-position: 50%;
  background-size: 150px;
  position: absolute;
  inset: 0%;
}

.long-fur-pattern.bigger {
  background-image: url('../images/Furry-Pattern_Wet-Dog-01.avif');
  background-size: 200px;
  background-attachment: scroll;
}

.underline-sketchy {
  color: #792f6c;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: inline;
}

.right-arrow {
  z-index: 3;
  justify-content: center;
  width: 1em;
  margin-left: .5em;
  margin-right: 2em;
  display: flex;
}

.right-arrow.hide-on-mobile.remark-right-arrow {
  margin-right: 1em;
}

.curriculum-right-content-div {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.lottie-animation {
  flex: 0 auto;
  min-width: 108px;
}

.cur-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.homepage-header {
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
  overflow: hidden;
}

.testimonial-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-curriculum-video-div {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0;
  display: block;
  position: relative;
}

.cta-text {
  z-index: 1;
  color: var(--purple);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-weight: 400;
  transition: transform .2s ease-in-out;
  position: relative;
}

.cta-text:hover {
  transform: scale(1.05);
}

.social-links {
  border-bottom-style: none;
  flex: 0 auto;
  width: 1.5em;
  margin-right: .75em;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: relative;
}

.social-links:hover {
  opacity: .7;
}

.small-text {
  color: #792f6c99;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.hero-main-image-wrapper {
  margin-bottom: 1.6em;
}

.home-header-images-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.profile-card-half {
  background-color: #ebebeb;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 33%;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.profile-card-half.outside {
  width: 100px;
  height: auto;
}

.profile-card-half._50 {
  width: 50%;
}

.left-arrow {
  z-index: 3;
  justify-content: center;
  width: 1em;
  margin-left: 2em;
  margin-right: .5em;
  display: flex;
}

.left-arrow.hide-on-mobile.remark-left-arrow {
  margin-left: 1em;
}

.container-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.container-1440.full-width {
  max-width: none;
}

.container-1440.center {
  text-align: center;
}

.container-1440.bottom-padding-1em {
  padding-bottom: 1em;
}

.container-1440.bottom-padding-1em.top-padding-2em {
  padding-top: 2em;
}

.container-1440.flex-horizontal {
  flex-flow: column;
  display: flex;
}

.green-squikkely-line {
  background-image: url('../images/Adoptable_Wiggle-Style-1_green.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.heading-container {
  z-index: 3;
  text-align: center;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.arrow-padding {
  padding-top: 0;
  display: flex;
}

.nav-menu-item-3 {
  position: relative;
}

.heading-5 {
  margin-top: 60px;
  margin-bottom: 1em;
}

.underline-wavey {
  color: #792f6c;
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 300px;
  font-weight: 400;
}

.underline-wavey.brand-color-2 {
  color: var(--purple);
  background-image: url('../images/Adoptable_Wiggle-Style-1_pink.svg');
  font-family: DM Sans, sans-serif;
  font-size: 3.5rem;
}

.underline-wavey.brand-color-2.h2 {
  background-image: none;
  font-size: 2.6rem;
}

.slide-nav {
  opacity: .3;
  padding-top: 1em;
  font-size: .6em;
  line-height: 1.2em;
  position: relative;
}

.welcome-detail-div {
  width: 90%;
}

.testimonial-slide {
  background-color: #0000;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  padding-left: 4em;
  padding-right: 4em;
}

.paragraph {
  padding-left: 40px;
  padding-right: 40px;
}

.homepage-2-column-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.color-block-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ffe8d0;
  border-radius: .25em;
  grid-template-rows: auto;
  grid-template-columns: 10vw 1fr 2em 10vw;
  grid-auto-columns: 1fr;
  width: 120vw;
  min-height: 50%;
  margin-left: -10vw;
  margin-right: auto;
  display: grid;
  position: absolute;
  bottom: -3vw;
  transform: rotate(-3deg);
}

.color-block-grid.negative {
  bottom: 0;
}

.nav-menu-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.background-video {
  object-fit: fill;
  height: 100%;
}

.squiggle {
  width: 12em;
}

.header-photo-left-1 {
  z-index: 3;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 18vw;
  position: relative;
  left: -3em;
  transform: rotate(-6deg);
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.profile-card-link-block {
  text-align: center;
  border-bottom-style: none;
  width: 100%;
  min-height: 500px;
  display: block;
  overflow: visible;
}

.footer-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.navbar {
  background-color: #faf6f2;
}

.header-photo-center {
  z-index: 5;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 20vw;
}

.rotate-arrow {
  margin-right: 0;
  transform: rotate(3deg);
}

.section {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-bottom: 3em;
  position: relative;
}

.section.wide {
  max-width: none;
  padding-top: 2em;
  padding-bottom: 2em;
  overflow: hidden;
}

.section.wide.bottom {
  margin-bottom: 3em;
}

.section.wide.mobile {
  display: none;
}

.section.bottom-margin-3em {
  margin-bottom: 3em;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.no-padding.overflow-hidden {
  overflow: hidden;
}

.short-fur-pattern {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01-01.avif');
  background-position: 50%;
  background-size: 150px;
  background-attachment: scroll;
  position: absolute;
  inset: 0%;
}

.short-fur-pattern.bigger {
  background-image: url('../images/Furry-Pattern_Groomed-Cat-01-01.avif');
  background-size: 200px;
  background-attachment: scroll;
  position: absolute;
}

.short-fur-pattern.bigger.lighter {
  opacity: .05;
}

.short-fur-pattern.hide-desktop {
  display: none;
}

.curriculum-div {
  grid-column-gap: 2.75em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-left {
  color: #792f6c;
  background-image: url('../images/Adoptable_Spark-Left_orange.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: .75em;
  margin-top: -.25em;
  margin-left: -.4em;
  padding-top: .25em;
  padding-left: .4em;
  font-weight: 400;
  display: inline-block;
  overflow: visible;
}

.testimonial-slider {
  background-color: #0000;
  align-self: flex-start;
  height: auto;
}

.testimonial-slider.remark-slider {
  width: 80%;
}

.flex-horizontal {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.flex-horizontal.socials-padding {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.flex-horizontal.right-notes {
  justify-content: flex-end;
  align-items: center;
}

.flex-horizontal.left-notes {
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 61px;
}

.welcome-image-div {
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  padding: 1.5em;
  display: flex;
}

.button {
  color: #792f6c;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffe8d0;
  border: 1px #000;
  border-radius: .25em;
  flex: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: background-color .3s ease-in-out;
}

.button:hover {
  opacity: 1;
  color: #792f6c;
  background-color: #ffdabc;
  border-style: none;
  border-color: #ffdabc;
}

.button.large {
  padding: 1.25em 1.75em;
}

.header-photo-right-2 {
  z-index: 2;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 16vw;
  position: relative;
  top: 3.5em;
  right: -5em;
  transform: rotate(9deg);
}

.heading-row-1 {
  display: block;
}

.heading-row-1.hide-main-hero-h1 {
  display: none;
}

.icon {
  flex: 1;
  align-self: center;
  width: 1.5em;
  max-width: 100%;
  display: block;
  position: relative;
  inset: 0%;
}

.icon.extra-large {
  flex: 0 auto;
  width: 8em;
  margin: 1em;
}

.icon.small {
  flex: 0 auto;
  margin: .5em;
}

.icon.medium {
  flex: 0 auto;
  align-self: flex-start;
  width: 2em;
  margin: .5em;
}

.icon.large {
  flex: 0 auto;
  width: 4.5em;
  margin: .5em;
}

.squiggle-container {
  margin-bottom: 1em;
}

.paragraph-2 {
  width: 50%;
}

.sticky-nav {
  z-index: 99;
  background-color: #faf6f2;
  position: sticky;
  top: 0;
}

.menu-button {
  padding: 0;
}

.logo-link-block {
  z-index: 2;
  border-bottom-style: none;
  width: 8rem;
  margin-left: 1em;
  position: relative;
}

._4-column-grid {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

._4-column-grid.big-buttons {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr;
}

._4-column-grid.big-buttons.main-page-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  place-items: flex-end stretch;
  width: 80%;
  display: flex;
}

._4-column-grid.tablet-2-columns {
  align-items: start;
}

.single-cur-contect-div {
  margin-bottom: 1em;
}

.card {
  z-index: 1;
  background-color: #fff;
  border-style: none;
  border-radius: .25em;
  padding: 1.5em;
  position: relative;
}

.card.newsletter-offset {
  z-index: 2;
  position: relative;
  top: -2em;
}

.card.slider-offset {
  margin-top: -2em;
}

.card.blog-post-thumbnail {
  z-index: -2;
  text-align: left;
  width: 100%;
  margin: -2em auto;
  padding-bottom: 0;
}

.welcome-grid {
  grid-column-gap: 2.75em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cur-heading-div {
  text-align: center;
}

.footer-links-container {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 2em;
  display: flex;
  position: relative;
}

.video-div-holder {
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5em;
}

.header-photo-right-1 {
  z-index: 3;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 18vw;
  position: relative;
  right: -3em;
  transform: rotate(6deg);
}

.big-lottie-icons-wrapper {
  width: 6em;
  margin-left: auto;
  margin-right: auto;
}

.nav-grid-container {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #faf6f2;
  border-bottom: 3px #f0e3d2;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.menu-icon-wrapper {
  align-self: center;
  padding: 1em;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.footer {
  background-color: #3d153d;
  margin-top: 0;
  padding-bottom: 2em;
  position: relative;
}

.nav-link {
  color: #792f6c;
  white-space: nowrap;
  border-bottom-style: none;
  align-self: center;
  margin: 1em 0;
  padding: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.nav-link:hover {
  opacity: .7;
  text-decoration: none;
}

.nav-link.right-margin-1em {
  margin-right: 1em;
}

.nav-link.footer {
  color: #fff;
  background-color: #0000;
  margin: 1em auto 1em 0;
  padding: 1em 0;
}

.content-padding {
  z-index: 2;
  align-self: auto;
  min-width: 200px;
  padding: 1.5em .25em;
  position: relative;
}

.content-padding.profile-cards {
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.content-padding.centered-content {
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  display: flex;
}

.content-padding.blog-card {
  width: 100%;
  height: 100%;
  margin-top: -1em;
  padding: 0 1.5em;
}

.squiggly-underline.class-type {
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.handwriting {
  color: #792f6c;
  font-size: 1.35rem;
}

.handwriting.margins {
  align-self: flex-end;
  margin: 1em;
}

.pet-thumbnail-image {
  object-fit: contain;
  align-self: stretch;
  width: 100%;
  position: relative;
}

.large-text {
  margin-bottom: 1em;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.large-text.bottom-margin-3em {
  margin-bottom: 3em;
}

.slider-container {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-bottom: 3em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-photo-left-2 {
  z-index: 2;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 16vw;
  position: relative;
  top: 3.5em;
  left: -5em;
  transform: rotate(-9deg);
}

.centered-text {
  text-align: center;
}

.centered-text.bottom-margin-3em {
  margin-bottom: 3em;
}

.centered-text.slider-offset {
  padding-top: 2em;
}

.centered-text.squiggly-underline {
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 180px;
  padding-bottom: .75em;
  display: inline-block;
}

.centered-text.squiggly-underline.remark-width {
  width: 100%;
  color: var(--purple);
  letter-spacing: 3px;
  background-image: none;
}

.centered-text.squiggly-underline.remark-width.role {
  letter-spacing: 2px;
  background-image: none;
  width: auto;
  margin-top: 0;
  padding-bottom: .5em;
}

.headline {
  white-space: break-spaces;
  display: block;
  position: static;
}

.headline.tilt-right {
  font-family: DM Sans, sans-serif;
  transform: rotate(1deg);
}

.headline.tilt-left {
  transform: rotate(-1deg);
}

.headline.tilt-right {
  transform: rotate(1deg);
}

.headline.tilt-right.heading-6 {
  margin-bottom: 100px;
  font-size: 2.5rem;
}

.testimonial-mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.testimonial-mask.remark-test {
  width: 100%;
}

.static-badge {
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  margin: .25em .2em;
  padding: .15em 1em;
  display: inline-block;
}

.static-badge.top-margin.hide-main-hero-button {
  display: none;
}

.navigation-button {
  color: #792f6c;
  white-space: nowrap;
  background-color: #ffe8d0;
  border: 1px #000;
  border-radius: .25em;
  margin-right: .5em;
  padding: .75em 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.navigation-button:hover {
  opacity: 1;
  background-color: #ffdabc;
  border: 2px #ff8d7b;
  border-radius: .25em;
}

.body {
  background-color: var(--white-smoke);
  font-family: Mulish, sans-serif;
}

.small-text-2 {
  color: #792f6c99;
  font-family: Mulish, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.button-2 {
  color: #792f6c;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #ffe8d0;
  border: 1px #000;
  border-radius: .25em;
  flex: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1em;
  font-family: DM Sans, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.25rem;
  transition: background-color .3s ease-in-out;
}

.button-2:hover {
  opacity: 1;
  color: #792f6c;
  background-color: #ffdabc;
  border-style: none;
  border-color: #ffdabc;
}

.button-2.large {
  padding: 1.25em 1.75em;
}

.page-2 {
  font-weight: 300;
}

.nav-link-2 {
  color: #792f6c;
  white-space: nowrap;
  border-bottom-style: none;
  align-self: center;
  margin: 1em 0;
  padding: 1em;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.nav-link-2:hover {
  opacity: .7;
  text-decoration: none;
}

.nav-link-2.right-margin-1em {
  margin-right: 1em;
}

.nav-link-2.footer {
  color: #fff;
  background-color: #0000;
  margin: 1em auto 1em 0;
  padding: 1em 0;
}

.navigation-button-2 {
  color: #792f6c;
  white-space: nowrap;
  background-color: #ffe8d0;
  border: 1px #000;
  border-radius: .25em;
  margin-right: .5em;
  padding: .75em 1em;
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  transition: background-color .3s ease-in-out;
  position: relative;
}

.navigation-button-2:hover {
  opacity: 1;
  background-color: #ffdabc;
  border: 2px #ff8d7b;
  border-radius: .25em;
}

.navigation-button-2.centre {
  text-align: center;
}

.horizontal-line {
  background-color: #f0e3d2;
  width: 100%;
  height: 1px;
}

.horizontal-line.margin-top-10px {
  margin-top: 10px;
}

.style-guide-swatches-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-swatch {
  border: 1px solid #fff;
  width: 100px;
  height: 100px;
  position: relative;
}

.color-swatch.alert-color {
  background-color: #ffc32a;
}

.color-swatch.neutral-color-1 {
  background-color: #f0e3d2;
}

.color-swatch.dark-brand-color {
  background-color: #792f6c;
}

.color-swatch.brand-color-6 {
  background-color: #d9fdc1;
}

.color-swatch.brand-color-3 {
  background-color: #ffe8d0;
}

.color-swatch.error-color {
  background-color: #ff5237;
}

.color-swatch.light-color {
  background-color: #faf6f2;
}

.color-swatch.brand-color-4 {
  background-color: #80e6a2;
}

.color-swatch.neutral-color-2 {
  background-color: #e0c4c8;
}

.color-swatch.brand-color-2 {
  background-color: #ecc3ee;
}

.color-swatch.brand-color-1 {
  background-color: #ff8d7b;
}

.color-swatch.success-color {
  background-color: #10c94e;
}

.color-swatch.brand-color-5 {
  background-color: #97b5ff;
}

.style-guide-icons {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: .5em;
  display: flex;
}

.style-guide-icons.dark {
  background-color: #3d153d;
}

.decoration {
  width: 100%;
}

.color-swatch-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pattern-swatch-grid {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-right {
  color: var(--purple);
  background-image: url('../images/Adoptable_Spark-Right_orange.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .7em;
  margin-bottom: 0;
  margin-right: -.35em;
  padding-right: .35em;
  font-family: DM Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  display: inline-block;
}

.header {
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.webflow-class {
  color: #38f;
  background-color: #e9f2ff;
  border-radius: 3px;
  margin: 4px 4px 4px 0;
  padding: 2px 8px 3px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7em;
  font-weight: 300;
  line-height: 1.4em;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.webflow-class:hover {
  color: #fff;
  background-color: #38f;
}

.webflow-class.html-tag {
  color: #db4ca5;
  background-color: #fff1fa;
}

.webflow-class.html-tag:hover {
  color: #fff;
  background-color: #db4ca5;
}

._2-column-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-column-grid.no-gap, ._2-column-grid.blog-cards {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

._2-column-grid._3 {
  grid-column-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

._2-column-grid._5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.global-corner-angle {
  background-image: linear-gradient(135deg, #0000 50%, #fff 51%);
  width: 25px;
  height: 25px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.style-guide-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pattern-swatch {
  background-color: #792f6c;
  border: 1px solid #fff;
  width: 200px;
  height: 200px;
  position: relative;
}

.badge-outline {
  background-color: #0000;
  border: 2px solid #f0e3d2;
  border-radius: 20px;
  margin: .25em .2em;
  padding: 0 .75em;
  transition: border-color .2s ease-in-out;
  display: inline-block;
}

.badge-outline:hover {
  border-width: 2px;
  border-color: #e0c4c8;
}

.badge-outline.brand-color-3 {
  border-color: #ffe8d0;
  margin-bottom: .25em;
  transition: border-color .2s ease-in-out;
}

.badge-outline.brand-color-3:hover {
  opacity: 1;
  border-color: #ff8d7b;
}

.badge-outline.brand-color-6 {
  border-color: #d9fdc1;
}

.badge-outline.brand-color-6:hover {
  border-color: #80e6a2;
}

.decoration-wrapper {
  flex: 0 auto;
}

.badge {
  background-color: #fff;
  border-bottom-style: none;
  border-radius: 20px;
  margin: .25em .2em;
  padding: .15em 1em;
  transition: background-color .2s ease-in-out;
  display: inline-block;
}

.badge:hover {
  background-color: #f0e3d280;
}

.badge.brand-color-6 {
  background-color: #d9fdc1;
}

.badge.brand-color-6:hover {
  background-color: #e3fec380;
}

.badge.brand-color-3 {
  background-color: #ffe8d0;
}

.badge.brand-color-3:hover {
  background-color: #fee4c380;
}

.heading-6 {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 3.75rem;
}

.heading-7 {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.heading-8 {
  color: var(--purple);
  text-align: center;
  font-family: DM Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 2rem;
}

.heading-8.squiggly-underline {
  background-image: url('../images/Adoptable_Wiggle-Style-1_orange.svg');
  background-position: 50% 101%;
  background-repeat: repeat-x;
  background-size: auto 7px;
}

.heading-9 {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.link {
  color: var(--purple);
  font-weight: 400;
}

.paragraph-3 {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8rem;
}

.paragraph-3.padding {
  margin-bottom: 20px;
}

.paragraph-3.narrow {
  width: 50%;
  padding-top: 20px;
}

.paragraph-3.teachers {
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.block-quote {
  color: var(--purple);
  background-color: #fff;
  background-image: url('../images/Adoptable_Spark-Left_green.svg');
  background-position: 6px 6px;
  background-repeat: no-repeat;
  background-size: 50px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 1.5em 2em;
  font-size: 1.3rem;
}

.right-arrow-2 {
  display: none;
}

.slider {
  height: 100%;
}

.left-arrow-2 {
  display: none;
}

.photo {
  text-align: center;
  object-fit: cover;
  align-self: auto;
  max-width: none;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.block {
  background-color: #ffe8d0;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 33.25rem;
  margin-top: 4em;
  display: flex;
  position: relative;
  overflow: visible;
}

.block.auto {
  width: auto;
  height: auto;
}

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

.small-testimonial-grid {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.standard-image-mask {
  z-index: 2;
  width: 25rem;
  height: 33.25rem;
  box-shadow: none;
  object-fit: cover;
  background-color: #eee;
  border: 1px #0000004d;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.standard-image-mask.offset {
  bottom: 2em;
  right: 2em;
  overflow: hidden;
}

.standard-image-mask.offset.color {
  background-color: #fff;
  width: auto;
  height: auto;
  padding: 2.5rem;
}

.avatar {
  object-fit: cover;
  background-color: #ececec;
  border-radius: 200px;
  flex: none;
  align-self: center;
  width: 7em;
  height: 7em;
  position: relative;
  overflow: hidden;
}

.avatar.small-testimonial {
  width: 10em;
  height: 10em;
}

.slide-nav-2 {
  display: none;
}

.slider-spark {
  z-index: 3;
  width: 3em;
  position: absolute;
  inset: 0% 0% auto auto;
}

.slider-spark.small {
  width: 2em;
  margin-top: -.5em;
  margin-right: -.5em;
}

.testimonial-name {
  margin-top: 1em;
  display: block;
}

.facility-image-div {
  margin-bottom: 1em;
  padding: 1em;
}

.container-1100 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2vw;
  padding-right: 2vw;
}

.small-avatar-wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  margin-top: 0;
  margin-left: -2em;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 1rem;
  line-height: 1.4rem;
}

.blog-thumbnail-title {
  color: var(--purple);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: DM Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  display: block;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

.image-container {
  border-bottom-style: none;
}

.image-container.offset {
  border-bottom-style: none;
  margin-top: -2em;
  margin-bottom: -2em;
  padding-left: 2em;
  position: relative;
  bottom: 2em;
}

.blog-thumbnail-image {
  object-fit: cover;
  flex: 1;
  align-self: stretch;
  height: 100%;
  transition: transform .6s ease-in-out;
  position: relative;
}

.blog-thumbnail-image:hover {
  transform: scale(1.05);
}

.blog-thumbnail {
  z-index: 2;
  object-fit: cover;
  background-color: #eee;
  border: 1px #0000004d;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-down-heading {
  background-image: url('../images/Adoptable_Underline_orange.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "Area";
  margin-bottom: 60px;
}

.blog-bottom-padding {
  width: 100%;
  margin-bottom: 8em;
}

.heading-10 {
  font-family: DM Sans, sans-serif;
}

.image-2 {
  border-radius: 14px;
}

.spark-right-2 {
  background-image: url('../images/Adoptable_Spark-Right_orange.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: .5em;
  margin-bottom: 0;
  margin-right: -.35em;
  padding-right: .35em;
  font-weight: 400;
  display: inline-block;
}

.square-image-mask {
  z-index: 2;
  width: auto;
  box-shadow: none;
  object-fit: cover;
  background-color: #eee;
  border: 1px #0000004d;
  border-radius: .25em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stats-row-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.inline {
  color: var(--purple);
  align-self: baseline;
  font-size: 16px;
  line-height: 22px;
  display: block;
}

.inline.margin-right-1em {
  color: var(--purple);
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-right: 1em;
  font-family: DM Sans, sans-serif;
  font-size: .8rem;
}

.dotted-divider-container {
  border-bottom: 1px dashed #f0e3d2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5em 0;
  display: flex;
}

.cover-map {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.stats-heading {
  color: #ff8d7b;
  letter-spacing: .2rem;
  text-transform: uppercase;
  margin-bottom: .5em;
  display: block;
}

.heading-11, .heading-12 {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 2.8rem;
}

.heading-13 {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 2.8rem;
}

.bold-text {
  color: var(--purple);
  font-family: DM Sans, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.image-3 {
  transform: rotate(9deg);
}

._24px-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
}

.button-text-normal {
  z-index: 1;
  position: relative;
}

.description-bullet-point {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.menu-title {
  font-size: 18px;
}

.header-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.button-bg-base {
  z-index: -1;
  opacity: 0;
  background-color: #274ccf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-bg-base:hover {
  z-index: 0;
  opacity: .05;
}

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

.tab-link-tab-1 {
  background-color: #0000;
}

.tab-link-tab-1.w--current {
  color: #274ccf;
  background-color: #0000;
}

.elements-headline {
  color: #274ccf;
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.ncf-date-today {
  cursor: pointer;
}

.lbl-text {
  opacity: .8;
  letter-spacing: .4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.subscribe-form {
  padding-top: 0;
  padding-bottom: 0;
}

.mgnl-8 {
  margin-left: 8px;
}

.left-footer-container {
  flex: 0 auto;
  width: 56%;
  max-width: 100%;
  margin-right: 40px;
  display: flex;
}

.date-swipe-container {
  color: #274ccf;
  cursor: pointer;
  border-radius: 12px;
  padding: 4px;
  transition: all .32s;
}

.date-swipe-container:hover {
  background-color: #274ccf0d;
}

.ncf-date-inner-wrapper {
  justify-content: flex-start;
  transition: transform .2s;
  display: flex;
}

.ncf-date-day-template {
  width: 100%;
  display: block;
}

.nav-link-3 {
  margin-bottom: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  transition: all .32s;
}

.nav-link-3:hover {
  color: #274ccf;
}

.error-message {
  border-radius: 12px;
  padding: 8px 16px;
}

.section-container {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-container.footer-section {
  overflow: hidden;
}

.shinynav {
  color: #fff;
  background-color: #274ccf;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: flex;
  position: sticky;
}

.footer-inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 82%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.headline-1 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.date {
  font-size: 24px;
  line-height: 28px;
}

.special-cta {
  color: #ffe100;
}

.body-font {
  font-size: 14px;
  line-height: 20px;
}

.footer-sites-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.checkbox {
  border-width: 1px;
  border-color: #2b2d33;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.checkbox.white {
  color: #fff;
  border-color: #fff;
  flex: none;
}

.menu-button-2 {
  border-radius: 15px;
  width: 264px;
  padding: 12px;
}

.menu-button-2.w--open {
  background-color: #0000;
  padding: 12px;
}

._24px-icon {
  width: 24px;
  height: 24px;
}

._20px-icon {
  flex: none;
  width: 20px;
  height: 20px;
}

.footer-link {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.footer-link:hover {
  color: #242424;
}

.footer-link.imprint {
  margin-bottom: 0;
  margin-right: 16px;
}

.deco-block-big {
  background-image: url('../images/Cirlce-Col.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 480px;
  height: 480px;
  position: absolute;
  inset: auto -238px -286px auto;
}

.inline-link-reverted {
  color: #fff;
  font-weight: 700;
}

.icon-2 {
  color: #fff;
  margin-right: 8px;
}

.controls {
  margin-bottom: 24px;
  display: flex;
}

.subpage-footer {
  color: #fff;
  background-color: #2b2d33;
  background-image: linear-gradient(#274ccf, #274ccf);
  background-position: 0 0;
  background-size: auto;
  border-radius: 32px;
  justify-content: space-between;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 36px #3e59de80;
}

.landing-nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.flex-calender-browser {
  align-items: center;
  display: flex;
}

.custom-menu-container {
  display: none;
  position: relative;
}

.right-footer-container {
  flex-direction: column;
  flex: 0 auto;
  width: 40%;
  margin-left: 40px;
  margin-right: 0;
  display: flex;
}

.footer-flex {
  align-items: flex-start;
  max-width: 100%;
  display: flex;
}

.spacer-horizonal-mid {
  width: 16px;
}

.date-title-container {
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}

.subscribe-form-input-wrapper {
  text-align: left;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.floating-burger-nav {
  color: #fff;
  background-color: #274ccf;
  border-radius: 12px;
  flex-direction: row;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.ncf-date-list {
  flex-flow: wrap;
  width: 100%;
  display: block;
}

.ds-nav-menu {
  background-color: #fff;
  border: 1px solid #274ccf;
  border-radius: 12px;
  flex-direction: row;
  align-items: flex-end;
  min-width: 240px;
  padding: 16px 20px;
  display: flex;
  overflow: hidden;
}

.custom-open-burger {
  position: absolute;
}

.deco-block-smaller {
  background-image: url('../images/Cirlce-Col.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 240px;
  height: 240px;
  position: absolute;
  inset: auto -121px 82px auto;
}

.flex-vertical-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ncf-calendar {
  width: 100%;
}

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

.imprint-container {
  display: flex;
}

.form-text-field {
  border: 1px #000;
  border-radius: 12px;
  flex: 1;
  margin-bottom: 0;
  box-shadow: 1px 1px 8px #14141414;
}

.form-text-field::placeholder {
  color: #2b2d33cc;
}

.readtext {
  color: #2b2d33c2;
}

.date-divider {
  background-color: #1a338acc;
  border-top-width: 1px;
  border-top-color: #000;
  border-bottom: 1px solid #333;
  border-right: 1px #000;
  border-radius: 2px;
  width: 8px;
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

.tabs-menu {
  justify-content: flex-end;
  display: flex;
}

.subscribe-form-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.subscribe-form-2.footer {
  color: #fff;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 24px;
  margin-left: 0;
}

.link-reverted {
  color: #fff;
}

.link-reverted.footer-links {
  margin-bottom: 8px;
  display: flex;
}

.ncf-date-outer-wrapper {
  overflow: hidden;
}

.flex-always {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.checkbox-field {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2.w--current {
  color: #274ccf;
  background-color: #0000;
}

.button-3 {
  color: #fff;
  letter-spacing: 1px;
  border-radius: 14px;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-3.base {
  color: #274ccf;
  background-color: #0000;
}

.button-3.newsletter {
  background-color: #2b2d33;
  margin-left: 8px;
}

.button-3.primary.special-cta {
  color: #2b2d33;
}

.headline-feature-show {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

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

.subscribe-form-flex {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spacer-horizonal-big {
  width: 24px;
}

.button-bg-col {
  background-color: #274ccf;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-bg-col:hover {
  z-index: 0;
}

.button-bg-col.special-cta {
  background-color: #ffe100;
}

.success-message {
  color: #fff;
  background-color: #274ccf;
  border-radius: 12px;
  padding: 8px 16px;
}

.inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.fancy-new-thing {
  color: #2b2d33;
  background-color: #fff;
  border-radius: 14px;
  margin-left: 8px;
  padding: 2px 8px;
}

.fancy-new-thing.hidden-button {
  border-radius: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.mini-text {
  font-size: 12px;
  line-height: 12px;
}

.button-inner-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.calendar-detail-button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.from-to-flex {
  color: #1a338acc;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.ncf-date-template {
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 290px;
  margin-top: 12px;
  margin-right: 16px;
  padding: 16px 0 0;
  display: flex;
  position: relative;
}

.more-button {
  color: #1a338acc;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  padding: 8px 12px;
  text-decoration: none;
  transition: all .32s;
  display: flex;
}

.more-button:hover {
  color: #274ccf;
  background-color: #274ccf0d;
}

.appointment-title {
  color: #274ccf;
  text-align: left;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.cal-bg {
  z-index: -1;
  border-left: 2px solid var(--purple);
  background-color: #fff;
  border-radius: 2px 16px 16px 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dropdown-toggle {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding-left: 10px;
}

.dropdown-toggle:hover {
  background-color: #fff;
}

.dropdown {
  width: 100%;
  padding-left: 2px;
}

.div-block-2 {
  background-color: #0000;
}

.div-block-3 {
  padding-left: 16px;
}

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

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 290px;
  padding-left: 0;
}

.faq1_question {
  cursor: pointer;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-right: 10px;
  display: flex;
}

.text-size-medium {
  font-size: 1.125rem;
}

.faq1_icon {
  width: 1rem;
  color: var(--purple);
  align-self: flex-start;
  margin-left: 1.5rem;
}

.faq1_answer {
  overflow: hidden;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.small._16-pad {
  padding-left: 16px;
}

.paragraph-4 {
  text-align: left;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.text-block-3 {
  font-size: 20px;
}

.empty-state {
  background-color: #0000;
}

.text-block-4 {
  font-size: 20px;
}

.div-block-4 {
  min-height: 20vh;
}

.text-span {
  font-size: 2rem;
}

.team-member {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}

.team-card, .handbook {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spacer-medium {
  height: 1.5rem;
}

.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;
  width: 260px;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .right-arrow.hide-on-mobile.remark-right-arrow {
    margin-right: 0;
  }

  .homepage-header {
    padding-top: 2em;
    padding-bottom: 2em;
    overflow: hidden;
  }

  .social-links {
    width: 1.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: .75em;
  }

  .home-header-images-grid {
    place-content: center;
    max-width: 100%;
  }

  .profile-card-half {
    height: 320px;
  }

  .left-arrow.hide-on-mobile.remark-left-arrow {
    margin-left: 0;
  }

  .container-1440 {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container-1440.center {
    padding-bottom: 10vw;
  }

  .container-1440.bottom-padding-1em.top-padding-2em {
    padding-top: 0;
  }

  .container-1440.flex-horizontal {
    flex-direction: column-reverse;
  }

  .heading-container {
    width: 96%;
    margin-bottom: 2em;
  }

  .nav-menu-item-3 {
    z-index: 1;
    position: relative;
  }

  .underline-wavey {
    background-size: 280px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 220px;
  }

  .testimonial-slide {
    width: 80vw;
    margin-left: 10vw;
    margin-right: 10vw;
  }

  .homepage-2-column-grid {
    grid-template-columns: 1fr;
  }

  .color-block-grid {
    grid-template-columns: 10vw 1fr 1em 10vw;
    min-height: 40%;
    margin-left: -10vw;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #ffe8d0;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 8em 3em;
    display: grid;
    position: relative;
    inset: 0%;
    overflow: auto;
  }

  .header-photo-left-1 {
    width: 20vw;
    top: -2em;
    left: -1.5em;
  }

  .footer-grid {
    grid-column-gap: 1em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .header-photo-center {
    width: 25vw;
  }

  .nav-menu {
    background-color: #0000;
    width: 100%;
    max-height: 100vh;
    display: block;
    position: fixed;
    overflow: auto;
  }

  .section {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .section.wide {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .short-fur-pattern.hide-desktop {
    display: block;
  }

  .curriculum-div {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonial-slider {
    max-width: 100vw;
  }

  .header-photo-right-2 {
    width: 17.25vw;
    top: -2em;
    right: -3em;
  }

  .heading-row-1 {
    margin-bottom: -.5em;
  }

  .icon {
    flex: 0 auto;
  }

  .icon.small {
    width: 1em;
  }

  .icon.medium {
    width: 1.5em;
  }

  .icon.large {
    width: 3em;
  }

  .menu-button {
    padding: 0;
    position: relative;
  }

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

  .logo-link-block {
    margin-left: 16px;
  }

  ._4-column-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  ._4-column-grid.big-buttons {
    grid-template-columns: 1fr 1fr;
  }

  ._4-column-grid.big-buttons.main-page-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  ._4-column-grid.tablet-2-columns {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .card {
    padding: 2em 1.5em 1.5em;
  }

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

  .footer-links-container {
    padding-top: 0;
  }

  .video-div-holder {
    display: none;
  }

  .header-photo-right-1 {
    width: 20vw;
    top: -2em;
    right: -1.5em;
  }

  .big-lottie-icons-wrapper {
    width: 5.5em;
  }

  .nav-grid-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    grid-template-columns: 1fr 3.5em 3.5em;
  }

  .menu-icon-wrapper {
    padding: 16px;
    inset: 0%;
  }

  .nav-link {
    z-index: 1;
    color: #792f6c;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75rem;
    position: relative;
  }

  .nav-link.right-margin-1em {
    margin-right: 0;
  }

  .nav-link.footer {
    background-color: #0000;
    font-size: 1.25rem;
  }

  .content-padding {
    padding: 2em;
  }

  .handwriting {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .slider-container {
    max-width: 100vw;
  }

  .header-photo-left-2 {
    width: 17.25vw;
    top: -2em;
    left: -3em;
  }

  .testimonial-mask {
    width: 100%;
  }

  .heading-row-2 {
    margin-bottom: -.5em;
  }

  .navigation-button {
    z-index: 1;
    color: #792f6c;
    background-color: #faf6f2;
    border-color: #faf6f2;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    position: relative;
  }

  .navigation-button:hover {
    color: #792f6c;
    background-color: #0000;
    border-color: #faf6f2;
  }

  .navigation-button.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav-link-2 {
    z-index: 1;
    color: #792f6c;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.75rem;
    position: relative;
  }

  .nav-link-2.right-margin-1em {
    margin-right: 0;
  }

  .nav-link-2.footer {
    background-color: #0000;
    font-size: 1.25rem;
  }

  .navigation-button-2 {
    z-index: 1;
    color: #792f6c;
    background-color: #ffe4cd;
    border-color: #faf6f2;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-right: 0;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
    position: static;
  }

  .navigation-button-2:hover {
    color: #792f6c;
    background-color: #ffe9a8;
    border-color: #faf6f2;
  }

  .navigation-button-2.w--current {
    margin-top: 0;
    margin-bottom: 0;
  }

  .style-guide-swatches-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .pattern-swatch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header {
    margin-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

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

  ._2-column-grid.blog-cards {
    flex-flow: column;
    display: flex;
  }

  ._2-column-grid._3 {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .paragraph-3.narrow {
    width: 100%;
  }

  .paragraph-3.teachers {
    display: none;
  }

  .block {
    width: 20rem;
    height: 26.6rem;
    left: 2em;
  }

  .standard-image-mask {
    width: 20rem;
    height: 26.6rem;
    box-shadow: none;
  }

  .facility-image-div {
    padding: 0;
  }

  .container-1100 {
    max-width: 640px;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .square-image-mask {
    box-shadow: none;
  }

  .inline.margin-right-1em {
    flex: 1;
    align-self: baseline;
  }

  ._24px-icon-2 {
    flex: none;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-inner-container {
    width: 88%;
  }

  .deco-block-big {
    bottom: -392px;
  }

  .landing-nav-container {
    margin-top: 32px;
  }

  .ncf-date {
    font-size: 20px;
    line-height: 24px;
  }

  .ds-nav-menu {
    background-color: #fff;
    border-radius: 16px;
    padding: 16px;
    overflow: hidden;
  }

  .deco-block-smaller {
    bottom: -13%;
    right: -18%;
  }

  .subscribe-form-2.footer {
    padding-left: 0;
  }

  .inner-container {
    width: 88%;
  }

  .from-to-flex {
    margin-bottom: 2px;
  }

  .appointment-title {
    font-size: 16px;
    line-height: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .underline-sketchy {
    background-size: 135px;
  }

  .right-arrow.hide-on-mobile {
    display: none;
  }

  .curriculum-right-content-div {
    width: 90%;
  }

  .homepage-header {
    padding-top: 1em;
  }

  .social-links {
    width: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
    margin-right: .75em;
  }

  .small-text {
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .home-header-images-grid {
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto;
    margin-top: 2em;
    overflow: visible;
  }

  .profile-card-half {
    height: 340px;
  }

  .left-arrow.hide-on-mobile {
    display: none;
  }

  .container-1440 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-1440.full-width {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .underline-wavey {
    background-size: 240px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 200px;
  }

  .testimonial-slide {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .color-block-grid {
    grid-template-columns: 10vw 1fr 1.5em 10vw;
    min-height: 55%;
  }

  .nav-menu-wrapper {
    grid-template-columns: 50% 50%;
  }

  .squiggle {
    width: 10em;
  }

  .header-photo-left-1 {
    width: 30vw;
    top: 0;
    left: -1.5em;
  }

  .navbar {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .header-photo-center {
    width: 36vw;
  }

  .nav-menu {
    width: 100vw;
    overflow: visible;
  }

  .testimonial-slider {
    max-width: 100vw;
  }

  .testimonial-slider.remark-slider {
    width: 90%;
  }

  .flex-horizontal.right-notes {
    justify-content: space-between;
  }

  .header-photo-right-2 {
    width: 30vw;
    top: -2.5em;
    right: -1.5em;
  }

  .heading-row-1 {
    margin-bottom: -.25em;
  }

  .icon {
    flex: 1;
  }

  .icon.large {
    width: 3em;
  }

  .sticky-nav {
    position: sticky;
  }

  .logo-link-block {
    margin-left: 13px;
  }

  ._4-column-grid, ._4-column-grid.tablet-2-columns {
    grid-template-columns: 1fr;
  }

  .card {
    position: relative;
  }

  .header-photo-right-1 {
    width: 27vw;
    top: -4em;
    right: -2.5em;
  }

  .big-lottie-icons-wrapper {
    width: 5em;
  }

  .nav-grid-container {
    grid-template-columns: 1fr 3em 3em;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    padding: 13px;
  }

  .nav-link {
    padding: .5em;
  }

  .nav-link.footer {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .content-padding {
    padding: 1em;
  }

  .content-padding.blog-card {
    margin-top: 0;
  }

  .handwriting {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .large-text {
    font-size: 1.2rem;
    line-height: 1.9rem;
  }

  .header-photo-left-2 {
    width: 27vw;
    top: -1.5em;
    left: -2.5em;
  }

  .headline {
    white-space: break-spaces;
    display: inline;
  }

  .heading-row-2 {
    margin-bottom: -.25em;
  }

  .static-badge.top-margin {
    margin-top: 1em;
  }

  .navigation-button {
    margin: .5em;
    line-height: 2.2rem;
  }

  .small-text-2 {
    font-size: .7rem;
    line-height: 1.2rem;
  }

  .nav-link-2 {
    padding: .5em;
  }

  .nav-link-2.footer {
    margin-top: .5em;
    margin-bottom: .5em;
  }

  .navigation-button-2 {
    margin: .5em;
    line-height: 2.2rem;
  }

  .style-guide-swatches-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pattern-swatch-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .webflow-class {
    line-height: 1.3em;
  }

  ._2-column-grid.blog-cards {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .paragraph-3.teachers {
    display: none;
  }

  .standard-image-mask {
    width: 27vw;
    height: 35.1vw;
  }

  .standard-image-mask.offset {
    width: 20rem;
    height: 26.6rem;
  }

  .avatar, .avatar.small-testimonial {
    width: 30vw;
    height: 30vw;
  }

  .slider-spark.small {
    width: 8vw;
  }

  .container-1100 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .small-avatar-wrapper {
    width: 30vw;
    height: 30vw;
    margin-right: 1em;
  }

  .blog-thumbnail-title {
    line-height: 2.8rem;
  }

  .image-container.offset {
    padding-right: 2em;
  }

  .inline.margin-right-1em {
    flex: 0 auto;
  }

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

  .subscribe-form {
    padding: 0;
  }

  .left-footer-container {
    width: 100%;
    margin-right: 0;
  }

  .ncf-date-day-template {
    padding-right: 16px;
  }

  .section-container.footer-section {
    padding-bottom: 0;
  }

  .shinynav {
    flex-direction: column;
  }

  .footer-inner-container {
    width: 92%;
  }

  .headline-1 {
    font-size: 24px;
    line-height: 28px;
  }

  .subpage-footer {
    border-radius: 0;
    width: 100%;
  }

  .right-footer-container {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .footer-flex {
    flex-direction: column-reverse;
  }

  .date-title-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .subscribe-form-2 {
    padding: 40px 20px;
  }

  .subscribe-form-2.footer {
    padding: 0;
  }

  .headline-feature-show {
    font-size: 16px;
    line-height: 20px;
  }

  .inner-container {
    width: 92%;
  }

  .ncf-date-template {
    border-radius: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .cal-bg {
    border-radius: 0 8px 8px 0;
  }

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .faq1_icon {
    width: 1.75rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    justify-content: center;
  }
}

@media screen and (max-width: 479px) {
  .long-fur-pattern.bigger {
    background-size: 200px;
    display: block;
  }

  .underline-sketchy {
    background-size: 115px;
  }

  .right-arrow {
    background-image: linear-gradient(95deg, #fafaf400 50%, #faf6f2);
  }

  .right-arrow.hide-on-mobile {
    display: none;
  }

  .curriculum-right-content-div {
    width: 100%;
  }

  .homepage-header {
    margin-bottom: 0;
    padding-top: 0;
  }

  .social-links {
    width: 1.5em;
    margin-right: 1em;
  }

  .small-text {
    font-size: .6rem;
    line-height: 1rem;
  }

  .home-header-images-grid {
    margin-top: 0;
    padding-bottom: 1em;
    overflow: visible;
  }

  .profile-card-half {
    width: auto;
    height: auto;
  }

  .left-arrow.hide-on-mobile {
    display: none;
  }

  .container-1440 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .heading-container {
    width: 96%;
    margin-bottom: 1em;
  }

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

  .underline-wavey {
    background-size: 200px;
  }

  .underline-wavey.brand-color-2.h2 {
    background-size: 176px;
  }

  .testimonial-slide {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
  }

  .homepage-2-column-grid {
    grid-template-columns: 1fr;
  }

  .color-block-grid {
    grid-template-rows: auto;
    grid-template-columns: 10vw 1fr .75em 10vw;
    min-height: 45%;
    bottom: -3%;
  }

  .nav-menu-wrapper {
    grid-template-columns: 1fr;
  }

  .header-photo-left-1 {
    width: 31vw;
    top: .8em;
    left: -.5em;
  }

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

  .navbar {
    padding-top: 1em;
    position: static;
  }

  .rotate-arrow {
    transform: rotate(0);
  }

  .section.wide.mobile {
    display: block;
  }

  .section.wide.desktop {
    display: none;
  }

  .testimonial-slider {
    max-width: 100vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-slider.remark-slider {
    width: 100%;
  }

  .flex-horizontal.socials-padding {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .flex-horizontal.right-notes {
    flex-direction: column;
    padding-top: 1em;
  }

  .flex-horizontal.left-notes {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 1em;
  }

  .welcome-image-div {
    padding: 1em;
  }

  .header-photo-right-2 {
    width: 31.5vw;
    top: 2em;
    right: -.5em;
  }

  .icon {
    position: relative;
  }

  .icon.large {
    width: 3em;
  }

  .sticky-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-link-block {
    margin-left: 10px;
  }

  .logo-link-block.w--current {
    width: 7rem;
  }

  ._4-column-grid.big-buttons {
    grid-template-columns: 1fr;
  }

  ._4-column-grid.big-buttons.main-page-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .card {
    padding: 1em;
  }

  .welcome-grid {
    justify-items: center;
  }

  .header-photo-right-1 {
    width: 31vw;
    top: 1em;
    right: -1em;
  }

  .big-lottie-icons-wrapper {
    width: 5em;
  }

  .nav-grid-container {
    grid-template-columns: 1fr 2.5em 2.5em;
  }

  .menu-icon-wrapper {
    padding: 10px;
  }

  .footer {
    padding-bottom: 0;
  }

  .nav-link {
    border-top: 1px #c4c4c4;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .nav-link.footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .content-padding {
    min-width: 200px;
    padding: 1em;
  }

  .handwriting {
    font-size: 1rem;
  }

  .handwriting.margins {
    text-align: center;
    align-self: center;
  }

  .large-text {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .header-photo-left-2 {
    width: 31.5vw;
    top: 0;
    left: -1.5em;
  }

  .centered-text {
    text-align: center;
    white-space: normal;
  }

  .headline.tilt-right.heading-6 {
    display: none;
  }

  .testimonial-mask {
    position: relative;
  }

  .static-badge {
    padding: 0 .7em;
  }

  .navigation-button {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .small-text-2 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .nav-link-2 {
    border-top: 1px #c4c4c4;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .nav-link-2.footer {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-button-2 {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .style-guide-swatches-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .color-swatch {
    width: 100%;
    height: 100px;
  }

  .pattern-swatch-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .header {
    margin-bottom: 0;
  }

  ._2-column-grid, ._2-column-grid._3 {
    grid-template-columns: 1fr;
  }

  .pattern-swatch {
    width: 100%;
    height: 100px;
  }

  .badge {
    padding: 0 .7em;
  }

  .badge.brand-color-6 {
    flex-direction: column;
  }

  .heading-6 {
    font-size: 2.2rem;
    line-height: 1.9rem;
  }

  .heading-7 {
    margin-top: 0;
    font-size: 2.3rem;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 1rem;
  }

  .paragraph-3.padding {
    text-align: center;
  }

  .paragraph-3.teachers {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .block {
    width: auto;
    height: 89.77vw;
    position: relative;
    left: 4em;
  }

  .block.auto {
    left: auto;
  }

  .small-testimonial-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 2em;
  }

  .standard-image-mask {
    width: 31.5vw;
    height: 42vw;
  }

  .standard-image-mask.offset {
    width: 67.5vw;
    height: 89.775vw;
  }

  .avatar.small-testimonial {
    width: 50vw;
    height: 50vw;
  }

  .slider-spark {
    width: 2.5em;
  }

  .slider-spark.small {
    width: 12vw;
  }

  .container-1100 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .small-avatar-wrapper {
    width: 50vw;
    height: 50vw;
    margin-top: -2em;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-thumbnail-title {
    text-align: center;
    font-size: 1.3rem;
  }

  .stats-row-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .inline {
    align-self: baseline;
  }

  .inline.margin-right-1em {
    margin-bottom: 0;
  }

  .bold-text {
    font-weight: 400;
  }

  .image-4 {
    display: none;
  }

  .form-block-footer {
    display: flex;
  }

  .left-footer-container {
    flex-direction: column;
    width: auto;
  }

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

  .footer-link.imprint {
    margin-bottom: 8px;
  }

  .deco-block-big {
    bottom: -378px;
  }

  .subpage-footer {
    flex-direction: column;
  }

  .landing-nav-container {
    margin-top: 24px;
  }

  .right-footer-container {
    flex-direction: column;
    width: auto;
  }

  .date-title-container {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .deco-block-smaller {
    bottom: -51px;
    right: -159px;
  }

  .imprint-container {
    flex-wrap: wrap;
  }

  .flex-always {
    flex-direction: column;
    display: flex;
  }

  .flex-always.not-on-mobile {
    flex-direction: row;
  }

  .button-3.primary.special-cta {
    display: none;
  }

  .headline-feature-show {
    font-weight: 700;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .collection-list {
    justify-content: center;
  }

  .heading-14 {
    font-size: 2rem;
  }
}

#w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a951e-b55b76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9520-b55b76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a955d-b55b76ff, #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a955f-b55b76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67f74df1-ef95-3839-ea34-7813618c7e4e-b55b76ff, #w-node-_85eca901-4343-bc3b-a80f-4e28b315d240-b55b76ff {
  justify-self: stretch;
}

#w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a95b0-b55b76ff, #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a95bb-b55b76ff, #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a95c6-b55b76ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a95d1-b55b76ff, #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a95d4-b55b76ff {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-d39da46a-712c-feb8-30fb-425c2228a3a7-2228a3a4 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-d39da46a-712c-feb8-30fb-425c2228a3c3-2228a3a4 {
  place-self: stretch stretch;
}

#w-node-a3e1cb54-d59d-fcf3-2358-85ca68b212c9-68b212c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d6f-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d7f-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d8c-b55b7700 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d9c-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46da8-b55b7700 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46db3-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46dc7-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46dd7-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46de0-b55b7700 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46df4-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46df7-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46dff-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e02-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e0a-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e0d-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e15-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e18-b55b7700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e20-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46e23-b55b7700 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-dff1eeef-608e-1445-5702-9c6e487cb613-b55b7701 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dff1eeef-608e-1445-5702-9c6e487cb616-b55b7701 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dff1eeef-608e-1445-5702-9c6e487cb61c-b55b7701 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: stretch;
}

#w-node-dff1eeef-608e-1445-5702-9c6e487cb61f-b55b7701, #w-node-dff1eeef-608e-1445-5702-9c6e487cb620-b55b7701, #w-node-dff1eeef-608e-1445-5702-9c6e487cb621-b55b7701, #w-node-dff1eeef-608e-1445-5702-9c6e487cb622-b55b7701, #w-node-dff1eeef-608e-1445-5702-9c6e487cb623-b55b7701, #w-node-dff1eeef-608e-1445-5702-9c6e487cb624-b55b7701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd83ff24-bc98-6937-d02f-1f0ee98a6b68-b55b7701 {
  justify-self: center;
}

#w-node-dd83ff24-bc98-6937-d02f-1f0ee98a6b6b-b55b7701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-f9cf2c7a-ba5b-acab-2792-65288725db37-b55b7701 {
  justify-self: center;
}

#w-node-f9cf2c7a-ba5b-acab-2792-65288725db38-b55b7701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_8587cbcf-dc82-2bc2-7e74-bc9fa34d7d98-b55b7701 {
  justify-self: center;
}

#w-node-_8587cbcf-dc82-2bc2-7e74-bc9fa34d7d99-b55b7701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6cb7d988-0bc7-910d-acfa-eb128ba0dc59-b55b7701 {
  justify-self: center;
}

#w-node-_6cb7d988-0bc7-910d-acfa-eb128ba0dc5a-b55b7701, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d7f-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-d36a4e3f-0bbf-799c-fd5f-e276bacf481b-b55b7704, #w-node-f924330d-0f9a-ae3a-379a-a08fc524ee47-b55b7704, #w-node-_2da723bd-8696-f4c2-9e17-567c8b8306f9-b55b7704, #w-node-a1a58b18-53f3-6a4f-2215-74f8b403d4e8-b55b7704, #w-node-_50164a9f-c901-b8c8-1f6a-b9f363bcff42-b55b7704, #w-node-_9fc92f2b-c171-b8c9-3392-67ccdd314bc5-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_92dfc1a7-979c-e29e-8cee-08742094cf21-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_92dfc1a7-979c-e29e-8cee-08742094cf29-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf32-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf3b-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf44-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf4d-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf56-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf5f-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_115f0dcd-32da-03d1-e62f-c5c290043ce7-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_115f0dcd-32da-03d1-e62f-c5c290043cef-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043cf8-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d01-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d0a-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d13-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d1c-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_385f3324-9fe6-70d8-b37c-ab956c923c7e-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_385f3324-9fe6-70d8-b37c-ab956c923c86-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923c8f-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923c98-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923cb3-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923cbc-b55b7704, #w-node-_5a8bfa36-6cf3-9c96-4132-85d11458fd23-b55b7704, #w-node-_5aa4f88f-9cb7-500e-f89f-a4eaa11fd063-b55b7704, #w-node-_705dab69-8714-5b48-9dd3-e3c84f7984a6-b55b7704, #w-node-_66fdfb2c-d038-bbe0-5b64-56e16b1efc25-b55b7704 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_737cba0d-0662-e2b4-0f8e-afb2f02b2129-b55b7705 {
  justify-self: center;
}

#w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d6f-b55b7705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_49c2198f-b879-6cfb-a0a9-1c93b90d92d4-b55b7705 {
  justify-self: center;
}

#w-node-_49c2198f-b879-6cfb-a0a9-1c93b90d92d5-b55b7705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-df1cc64b-3576-93a1-ad9e-22f196e66ae7-b55b7705 {
  justify-self: center;
}

#w-node-df1cc64b-3576-93a1-ad9e-22f196e66ae8-b55b7705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a951e-b55b76ff {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d39da46a-712c-feb8-30fb-425c2228a3a9-2228a3a4 {
    align-self: center;
  }

  #w-node-d39da46a-712c-feb8-30fb-425c2228a3bf-2228a3a4 {
    justify-self: center;
  }

  #w-node-d39da46a-712c-feb8-30fb-425c2228a3c3-2228a3a4 {
    grid-area: 1 / 3 / 2 / 4;
    align-self: stretch;
  }

  #w-node-a3e1cb54-d59d-fcf3-2358-85ca68b212c9-68b212c6 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d6f-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46db3-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46dc7-b55b7700, #w-node-dd83ff24-bc98-6937-d02f-1f0ee98a6b6b-b55b7701, #w-node-f9cf2c7a-ba5b-acab-2792-65288725db38-b55b7701, #w-node-_8587cbcf-dc82-2bc2-7e74-bc9fa34d7d99-b55b7701, #w-node-_6cb7d988-0bc7-910d-acfa-eb128ba0dc5a-b55b7701, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d6f-b55b7705, #w-node-_49c2198f-b879-6cfb-a0a9-1c93b90d92d5-b55b7705, #w-node-df1cc64b-3576-93a1-ad9e-22f196e66ae8-b55b7705 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9510-b55b76ff {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9511-b55b76ff {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9512-b55b76ff {
    grid-area: 1 / 2 / 3 / 3;
    place-self: center;
  }

  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9513-b55b76ff {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-d5dae7bf-7959-e5ee-de21-7d47ae1a9514-b55b76ff {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-d39da46a-712c-feb8-30fb-425c2228a3c3-2228a3a4 {
    place-self: stretch stretch;
  }

  #w-node-a3e1cb54-d59d-fcf3-2358-85ca68b212c9-68b212c6 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-dff1eeef-608e-1445-5702-9c6e487cb613-b55b7701 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-dff1eeef-608e-1445-5702-9c6e487cb616-b55b7701 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-dff1eeef-608e-1445-5702-9c6e487cb61c-b55b7701 {
    grid-area: 2 / 1 / 3 / 3;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3e1cb54-d59d-fcf3-2358-85ca68b212c9-68b212c6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46d8c-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46da8-b55b7700, #w-node-_133cc66e-0bd9-c6d5-38f0-a7ec0ed46de0-b55b7700, #w-node-d36a4e3f-0bbf-799c-fd5f-e276bacf481b-b55b7704, #w-node-f924330d-0f9a-ae3a-379a-a08fc524ee47-b55b7704, #w-node-_2da723bd-8696-f4c2-9e17-567c8b8306f9-b55b7704, #w-node-a1a58b18-53f3-6a4f-2215-74f8b403d4e8-b55b7704, #w-node-_50164a9f-c901-b8c8-1f6a-b9f363bcff42-b55b7704, #w-node-_9fc92f2b-c171-b8c9-3392-67ccdd314bc5-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf29-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf32-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf3b-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf44-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf4d-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf56-b55b7704, #w-node-_92dfc1a7-979c-e29e-8cee-08742094cf5f-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043cef-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043cf8-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d01-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d0a-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d13-b55b7704, #w-node-_115f0dcd-32da-03d1-e62f-c5c290043d1c-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923c86-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923c8f-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923c98-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923cb3-b55b7704, #w-node-_385f3324-9fe6-70d8-b37c-ab956c923cbc-b55b7704, #w-node-_5a8bfa36-6cf3-9c96-4132-85d11458fd23-b55b7704, #w-node-_5aa4f88f-9cb7-500e-f89f-a4eaa11fd063-b55b7704, #w-node-_705dab69-8714-5b48-9dd3-e3c84f7984a6-b55b7704, #w-node-_66fdfb2c-d038-bbe0-5b64-56e16b1efc25-b55b7704 {
    place-self: center;
  }
}


