:root {
  --_colores---background: #fffefc;
  --_colores---purple-a: #463064;
  --_colores---white-a: white;
  --_colores---revolver-b: #2c1f3e;
  --_colores---black-b: #292e3b;
  --_colores---mustard-b: #f7a922;
  --_colores---turquoise-a: #00e6da;
}

body {
  background-color: var(--_colores---background);
  color: #333;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  color: var(--_colores---purple-a);
  font-weight: 500;
  text-decoration: underline;
}

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

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

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

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

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

.nav {
  background-color: var(--_colores---white-a);
}

.nav-container {
  width: 100%;
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.nav-topbar {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colores---background);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colores---background);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-topbar-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-side-space {
  padding-left: 2rem;
  padding-right: 2rem;
}

.nav-menu-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.nav-menu-wrapper.nav-side-space {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: var(--_colores---white-a);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
}

.button {
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .75rem 1.25rem;
  font-family: Cocogoose Pro Trial, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  transition: all .4s;
}

.button.primary {
  background-color: var(--_colores---purple-a);
  color: var(--_colores---white-a);
  text-align: center;
  text-decoration: none;
}

.button.primary:hover {
  background-color: var(--_colores---revolver-b);
}

.button.secondary {
  border: 1px solid var(--_colores---purple-a);
  background-color: var(--_colores---white-a);
  color: var(--_colores---purple-a);
}

.button.secondary:hover {
  color: var(--_colores---black-b);
  background-color: #4630643d;
}

.button.icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button.icon.primary {
  display: inline-flex;
}

.nav-menu {
  text-transform: uppercase;
  flex: 1;
}

.nav-menu-link {
  color: #2b2b2b;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 125%;
  text-decoration: none;
}

.nav-menu-link.w--current {
  color: var(--_colores---revolver-b);
}

.container {
  width: 100%;
  max-width: 1420px;
}

.container.blog {
  border: 1px solid var(--_colores---purple-a);
  background-color: var(--_colores---white-a);
  border-radius: .25rem;
  max-width: 960px;
  padding: 2rem 1.5rem;
}

.container.row.padding-small.hero-content {
  background-color: #fffffff5;
  border-radius: 4px;
}

.container.no-border {
  border-style: none;
  border-width: 0;
}

.section {
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.section.hero {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 85vh;
  display: flex;
  position: relative;
}

.row {
  flex-flow: row;
  display: flex;
}

.heading {
  text-transform: capitalize;
  margin: 0;
  font-family: Cocogoose Pro Trial, Impact, sans-serif;
  font-weight: 500;
}

.heading.three-copy {
  font-size: 2rem;
  line-height: 125%;
}

.heading.three-copy.font-monse {
  font-family: Montserrat, Arial, sans-serif;
}

.heading.two {
  font-size: 2.5rem;
  line-height: 125%;
}

.heading.one {
  font-size: clamp(1.5rem, 1.3636rem + 4.8485vw, 3rem);
  line-height: 125%;
}

.heading.three {
  font-size: 2rem;
  line-height: 125%;
}

.heading.three.font-monse {
  font-family: Montserrat, Arial, sans-serif;
}

.heading.four {
  font-size: 1.5rem;
  line-height: 125%;
}

.text-body-l {
  font-size: 1rem;
  line-height: 140%;
}

.spacing-medium {
  height: 1.5rem;
}

.hero-content {
  z-index: 2;
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.max-w-640 {
  width: 100%;
  max-width: 640px;
}

.spacing-large {
  height: 2rem;
}

.padding-small {
  padding: 1rem;
}

.padding-small.padding-x {
  padding-top: 0;
  padding-bottom: 0;
}

.content-row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.content-row.remove-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.big-circle-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  width: 80%;
  transform: scale(1.2);
}

.flex-y-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-divisor {
  border-bottom: 2px solid #2c1f3e;
  padding-bottom: .5rem;
}

.hide {
  display: none;
}

.flex-x-right {
  flex-flow: row;
  justify-content: flex-end;
  display: flex;
}

.flex-x-right.flex-gap-medium.padding-small.hide {
  display: none;
}

.flex-gap-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

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

.photo-slider {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0% 17.5vw auto auto;
}

.photo-slider.change {
  position: relative;
}

.photo-slide {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.photo-slide.left {
  position: relative;
  top: 24px;
}

.photo-slide.right {
  position: relative;
  top: 16px;
}

.photo-slider-item {
  border-radius: 4px;
  width: 180px;
  height: 220px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px #0000001a;
}

.photo-slider-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}

.nav-color {
  background-color: var(--_colores---mustard-b);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.overflow-hidden {
  overflow: hidden;
}

.secondary-nav {
  z-index: 9999;
  background-color: var(--_colores---background);
  padding: 1.5rem;
  position: fixed;
  inset: 0% 0% auto;
}

.no-padding {
  padding: 0;
}

.footer {
  background-color: var(--_colores---revolver-b);
  padding: 3rem 1.5rem 0;
}

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

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

.spacing-xlarge {
  height: 2.6rem;
}

.max-w-720 {
  width: 100%;
  max-width: 720px;
}

.half-screen-2x2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.half-screen-2x2.custom-mobile-1.v {
  grid-auto-flow: row dense;
  align-content: start;
  align-items: start;
}

.testimonial {
  background-color: var(--_colores---white-a);
  border: 1px solid #2c1f3e33;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 640px;
  height: 100%;
  padding: 2.5rem 1.5rem;
  display: flex;
  box-shadow: 0 2px 4px -1px #2c1f3e33;
}

.testimonial.image {
  background-image: url("https://cdn.prod.website-files.com/67bc9ee80750e36a99d58a7e/67c002b38c44e0e075eb9261_ella-1.avif");
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.spacing-small {
  height: 1rem;
}

.text-align-right {
  text-align: right;
}

.text-body-m {
  font-size: .875rem;
  line-height: 140%;
}

.grid-services-card {
  background-color: var(--_colores---white-a);
  border: .5px solid #2c1f3e33;
  padding: 2rem 1.5rem;
  transition: filter .3s ease-in;
}

.grid-services-card:hover {
  filter: blur();
}

.gap-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex-x {
  flex-flow: row;
  display: flex;
}

.gap-xsmall {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.pattern-size-s {
  width: 256px;
}

.pattern-size-m {
  width: 512px;
}

.pattern-right-bottom {
  z-index: -1;
  z-index: -1;
  inset: auto 2rem 2rem auto;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.pattern-left-top {
  z-index: -1;
  z-index: -1;
  inset: 2rem auto auto 2rem;
  position: absolute;
  inset: 2rem auto auto 2rem;
}

.pattern-right-top {
  z-index: -1;
  z-index: -1;
  position: absolute;
  top: 2rem;
  left: auto;
  right: 2rem;
}

.rich-text h1 {
  color: var(--_colores---turquoise-a);
  text-decoration: line-through;
}

.rich-text h2 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Cocogoose Pro Darkmode Trial, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 125%;
}

.rich-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Cocogoose Pro Darkmode Trial, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}

.rich-text h4 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: Cocogoose Pro Darkmode Trial, Impact, sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 125%;
}

.rich-text p {
  color: var(--_colores---black-b);
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 150%;
}

.rich-text ul {
  color: var(--_colores---black-b);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 150%;
}

.rich-text li {
  margin-bottom: .75rem;
}

.rich-text ol {
  font-size: 1rem;
  line-height: 150%;
}

.flex-x-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-x-center.home-vid {
  position: sticky;
  top: 10px;
}

.bg-screen {
  background-color: var(--_colores---background);
  background-color: var(--_colores---background);
}

.accordion-item {
  border-bottom: 1px solid var(--_colores---revolver-b);
  cursor: pointer;
  padding: 1.5rem;
  overflow: hidden;
}

.faq-question {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.video-container {
  z-index: 1;
  z-index: 1;
  width: 281px;
  position: relative;
}

.border-radius-small {
  border-radius: .5rem;
}

.row-cta {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .button.primary.desktop {
    display: none;
  }

  .nav-menu {
    background-color: var(--_colores---mustard-b);
  }

  .content-row.content-row-tablet-1, .half-screen-2x2.custom-tablet-1, .half-screen-2x2.custom-tablet-1 {
    grid-template-columns: 1fr;
  }

  .faq-toggle {
    white-space: normal;
  }

  .blog-list-sidebar {
    grid-template-columns: 2.5fr;
  }

  .nav-menu-icon.w--open {
    background-color: var(--_colores---white-a);
    color: var(--_colores---mustard-b);
    border-radius: 50%;
  }
}

@media screen and (max-width: 767px) {
  .container.row.padding-small.hero-content {
    box-shadow: 0 4px 20px #0003;
  }

  .container.blog {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section.hero {
    height: auto;
    min-height: 85vh;
  }

  .section.blog {
    padding-left: .5rem;
    padding-right: .5rem;
  }

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

  .content-row.gap-small.content-row-mobile-1 {
    grid-template-columns: 1fr;
  }

  .big-circle-image {
    transform: none;
  }

  .half-screen-2x2.custom-mobile-1, .blog-hero {
    grid-template-columns: 1fr;
  }

  .pattern-right-top.pattern-size-m {
    top: 6rem;
    right: -1rem;
  }

  .staff-bio {
    height: 8.4rem;
    overflow: scroll;
  }

  .about-initial-banner {
    width: 95%;
  }

  .hide-mobile-l {
    display: none;
  }

  .row-cta {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .button.primary {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .button.primary.desktop {
    display: none;
  }

  .page-content {
    overflow: hidden;
  }

  .container.row.padding-small.hero-content {
    box-shadow: 0 2px 20px #0000001a;
  }

  .section {
    overflow: hidden;
  }

  .section.hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading.one.hero {
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
    overflow-wrap: anywhere;
  }

  .big-circle-image {
    position: relative;
    bottom: 2.5rem;
  }

  .photo-slider {
    right: 7vw;
  }

  .secondary-nav {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer {
    overflow: hidden;
  }

  .grid-services-card {
    overflow-wrap: break-word;
  }

  .flex-wrap {
    flex-flow: wrap;
  }

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

  .staff-photo {
    box-sizing: border-box;
    aspect-ratio: 1;
    object-position: 50% 9%;
    height: auto;
  }

  .staff-bio {
    overflow: scroll;
  }

  .about-initial-banner {
    width: 100%;
  }
}

#w-node-d4a6af15-8123-42fd-30a4-db7f22f96fc6-99d58a92 {
  align-self: center;
}

#w-node-_8a9d7fa6-a4fb-646d-5d2c-4013bf89018b-99d58a92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_9a4e9290-e3ce-c201-bf34-fbc21ebd4040-99d58a92 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
