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

@font-face {
  font-family: Semplicita Modern;
  src: url('../fonts/Semplicita-Modern-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Norwester;
  src: url('../fonts/norwester.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-inverse: #1b3153;
  --brand-grey: #575756;
  --grey: #9e9e9e;
  --brand-purple: #7a4b98;
  --text-color: #242424;
  --light-grey: #fafafa;
  --transparent: #fff0;
  --bg-grey: #d4d4d4;
  --primary2: #f3eefa;
  --deep-purple: #2e1a47;
  --primary: #eef8fe;
  --secondary: #004da0;
  --deep-plum: #3f2a56;
  --light-blue-bg: #f8f8fa;
  --hover-purple: #332046;
  --misty-rose: #ffdede;
  --title-grey: #574645;
  --notification-bg: #001b38;
  --link-bg-grey: #f1f1f1;
}

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

.nav-link-holder {
  border-radius: 10px;
  padding-left: 7px;
  padding-right: 7px;
}

.nav-link-holder.hidden {
  display: none;
}

.name-of-team {
  color: #575756;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 600;
}

.lightblue-arrow {
  width: 25px;
}

.button-block {
  width: 150px;
  margin-top: 30px;
}

.a-testimonial-avatar {
  width: 36px;
  height: 36px;
}

.a-testimonial-section {
  padding: 92px 5%;
  position: relative;
  overflow: hidden;
}

.logo.hidden {
  display: none;
}

.info {
  color: #1b3153;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.info.white {
  color: #fff;
  text-decoration: none;
}

.a-margin-bottom-08 {
  margin-bottom: 8px;
}

.grey-text {
  color: #9e9e9e;
}

.grey-text.white {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
}

.grey-text.white:hover {
  clear: none;
  text-decoration: underline;
}

.lightbox-link {
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-grid-4col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  height: 100%;
}

.statistic-numbers-holder {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 64px;
  font-weight: 600;
  display: flex;
}

.nav-dropdown-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  z-index: -1;
  background-color: #0000;
  border: 1px #000;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.medium-weight {
  color: #737373;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.nav_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100px;
  display: flex;
}

.contact-number-link {
  color: #9e9e9e;
}

.contact-number-link:hover {
  color: #000;
}

.nav-text {
  color: var(--neutral-inverse);
  text-align: center;
  font-family: DM Sans, sans-serif;
}

.nav-text:hover {
  color: #fff;
}

.link-background {
  z-index: -1;
  background-color: #7a4b98;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.link-background.link-bg-on-dark {
  background-color: #ffffff26;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 39px;
  display: flex;
  inset: auto 0% 0%;
}

.card-description-holder {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.hero-image {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.information-image {
  width: 40px;
  height: 40px;
}

.secondary-text {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 600;
}

.secondary-text.less-margin-top {
  color: var(--brand-grey);
  margin-top: 15px;
  font-family: DM Sans, sans-serif;
  font-size: 3.4375rem;
  line-height: 1.2;
}

.secondary-text.less-margin-top.centered {
  text-align: center;
}

.error-message {
  text-align: center;
  background-color: #ffdede;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.about-service-4col-4row {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}

.grid-inofrmation-3col {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 8.5em;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-dropdown-line-abs {
  background-color: #fff3;
  width: 1px;
  display: block;
  position: absolute;
  inset: -20% 0% -40% auto;
}

.a-h3-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.footer-paragraph {
  color: #fff9;
  margin-top: 0;
  padding-top: 40px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-s {
  font-size: 16px;
}

.paragraph-s.white-and-no-space {
  color: #fff;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  line-height: 1.2;
}

.card-title {
  color: var(--brand-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.team-detail {
  color: #666;
}

.accordion-description {
  color: #9e9e9e;
  max-width: 100%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.grey-service-paragraph {
  color: #737373;
}

.nav-bg {
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 0%;
  position: absolute;
  inset: 0%;
}

.space-betwen {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-block {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 70px;
  display: flex;
}

.team-details {
  color: #666;
  margin-bottom: 6px;
}

.nav-dropdown-footer {
  background-image: linear-gradient(#0000, #000 79%);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 6em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.service-image-holder {
  width: 100%;
  height: 100%;
}

.drop-down-link {
  background-color: #fff;
  border: 1px solid #77777780;
  border-radius: 10px;
  width: 180px;
  margin-bottom: 1px;
  font-size: 13px;
  transition: transform .5s, background-color .35s;
}

.drop-down-link:hover {
  background-color: #f3eefa;
}

.statistic {
  color: #fff;
}

.parallax-section {
  background-color: #fff;
  position: relative;
}

.parallax-section.parallax {
  z-index: auto;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 85vh;
  display: flex;
  overflow: hidden;
}

.footer-text {
  color: #fff;
  margin-left: 18px;
  font-size: 15px;
  text-decoration: none;
}

.footer-text:hover {
  color: #fff;
}

.hero-services-button-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-content {
  grid-column-gap: 2.4em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.hero-about-image-2 {
  z-index: 2;
  object-fit: cover;
  border-radius: 16px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.white-paragraph {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.white-paragraph.fixed-width {
  max-width: 85%;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.empower-dental-health {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.nav_logo-icon {
  background-image: url('../images/Floss-logo.jpg');
  background-position: 0 0;
  background-size: auto;
  align-self: stretch;
  display: flex;
}

.nav_logo-icon.hidden {
  display: none;
}

.grey-paragraph {
  color: #9e9e9e;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
}

.grey-paragraph.no-bottom-margin {
  color: var(--grey);
}

.grey-paragraph.main-paragraph {
  max-width: 60%;
  color: var(--grey);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.grey-paragraph.main-paragraph.white {
  color: #fff;
}

.grey-paragraph.centered {
  color: var(--grey);
  text-align: center;
  margin-bottom: 35px;
}

.grey-paragraph.main-paragraph {
  max-width: 60%;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  color: #574645;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.info-title {
  color: var(--neutral-inverse);
  margin-bottom: 24px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.info-title.white {
  color: #fff;
}

.parallax-background {
  object-fit: cover;
  background-image: url('../images/image-22_1image 22.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.close-button {
  color: #7a4b98;
  background-color: #0000;
  border: 1px solid #9e9e9e;
  border-radius: 999px;
  font-size: 20px;
}

.close-button:hover {
  color: #9e9e9e;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -80px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.message-text {
  color: #ff5e69;
  text-align: center;
  margin-top: 0;
}

.fade-in-move-on-scroll._100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-name {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
}

.logo-span-thin {
  color: #2e1a47;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 300;
  display: none;
}

.perspective {
  z-index: 1;
  perspective: 1000px;
  position: relative;
}

.about-social-media-icons-holder {
  position: absolute;
  inset: auto auto 0% 0%;
}

.section {
  z-index: 1;
  background-color: #fff;
  position: relative;
}

.section.purple {
  background-color: #f3eefa;
}

.section.z-index-3 {
  z-index: 3;
}

.section.dark-purple-section {
  background-color: #2e1a47;
  min-height: 100vh;
  overflow: hidden;
}

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

.footer-link {
  z-index: 1;
  color: #fff;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #007aff;
}

.main-heading {
  color: var(--brand-grey);
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.main-heading.no-margin-top {
  color: #575756;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.a-span-underline {
  color: #5167f6;
  border-bottom: 6px solid #5167f6;
}

.grey-card {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 32px;
  text-decoration: none;
  transition: border 1s, color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grey-card:hover {
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.grey-card.hidden {
  display: none;
}

.small-circle {
  z-index: 0;
  background-color: #eef8fe;
  border-radius: 150px;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -300px;
}

.employer-email-link {
  color: #9e9e9e;
  margin-top: 32px;
  font-weight: 400;
}

.a-icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.team-image-holder {
  z-index: 2;
  width: 260px;
  position: relative;
}

.blog-wrapper {
  margin-top: 2em;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-circle {
  z-index: 1;
  background-color: #7a4b98;
  border-radius: 150px;
  width: 300px;
  height: 300px;
  position: absolute;
  bottom: -300px;
}

.yellow-circle-holder {
  z-index: -1;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: 0% -60% 0% auto;
}

.category-item-link {
  color: #242424;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 0;
  font-size: 26px;
  font-weight: 600;
  transition: all .35s;
  display: flex;
  position: relative;
}

.category-item-link:hover {
  color: #004da0;
  text-decoration: none;
}

.category-item-link.w--current {
  color: #004da0;
}

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

.hero-bg-image-holder {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 15% 0% auto 55%;
}

.hero-bg-image-holder.hidden {
  display: none;
}

.brand-link {
  z-index: 2;
  width: 140px;
  height: 30px;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  position: relative;
}

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

.brand-link.hidden {
  display: flex;
}

.brand-link.hidden.w--current {
  width: auto;
  height: auto;
  margin-right: 23px;
}

.divider {
  height: 3rem;
}

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

.social-media-icon {
  width: 24px;
  height: 24px;
}

.social-media-icon.blue {
  position: absolute;
  inset: auto;
}

.whilte-link {
  color: #fff;
}

.whilte-link:hover {
  opacity: .8;
  color: #fff;
}

.service-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.service-grid.bottom-margin {
  margin-bottom: 110px;
}

.a-title-wrap-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.a-title-wrap-center.hidden {
  display: none;
}

.nav-dropdown-link-arrow-animated {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 16px;
  display: flex;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: -15px;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.blue-circle-image {
  z-index: -1;
  width: 1000px;
  height: 1000px;
  position: absolute;
  inset: auto auto -10% -65%;
}

.blue-circle-image.about-page {
  inset: 15% -50% 0% auto;
}

.blue-circle-image.hidden {
  display: none;
}

.hero-about-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: auto;
  min-height: 55vh;
  position: relative;
}

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

.center-text.hidden {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.a-testimonial-card {
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 32px 15%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.a-testimonial-card:hover {
  background-color: #fff;
  border-color: #e5e5e500;
}

.team-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.bio-modal {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bio-modal.team-3, .bio-modal.team-1, .bio-modal.team-5, .bio-modal.team-4 {
  display: none;
}

.empower-dental-health-image-holder {
  border-radius: 16px;
  height: 640px;
  position: relative;
  overflow: visible;
}

.nav-menu-parent-rounded-center {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.a-testimonial-author-small {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-icon {
  background-color: #0000;
  border-radius: 0%;
}

.services-section {
  padding: 120px 5%;
  position: relative;
}

.team-grid {
  grid-column-gap: 30px;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.a-margin-bottom-16 {
  margin-bottom: 16px;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
}

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

.horizontal-block.mobile {
  justify-content: center;
  align-items: center;
  margin-top: 17px;
}

.close-button-wrapper {
  justify-content: flex-end;
  padding-top: 0;
  display: flex;
  position: relative;
  top: 10px;
  left: -10px;
}

.dental-health-title {
  color: #fff;
  margin-bottom: 30px;
  font-family: Rubik, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.link-2 {
  color: #1b3153;
  text-decoration: none;
}

.dots-decorative-image {
  z-index: 0;
  width: 265px;
  height: 265px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dots-decorative-image.top-right-position {
  inset: 5% 0% auto auto;
}

.a-testimonial-star {
  grid-column-gap: 8px;
  display: flex;
}

.heading {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.parallax-container {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4em;
  padding-left: 0;
  padding-right: 0;
}

.dropdown {
  background-color: #2e1a47;
  border-radius: 10px;
  transition: background-color .5s;
}

.dropdown:hover {
  background-color: #7a4b98;
}

.hero-description-short-container {
  max-width: 60%;
}

.big-yellow-circle {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.a-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.hero-grid---home {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  align-items: center;
  width: 100%;
}

.nav-dropdown-link-arrow {
  z-index: -3;
  background-color: #000;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
}

.footer-headng {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 26px;
}

.card-link-holder {
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.accordion-item-content {
  width: 100%;
  padding-left: 50px;
  overflow: hidden;
}

.hero-about-images-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 450px;
  max-height: 500px;
  display: flex;
  position: relative;
}

.a-testimonial-slide-nav {
  display: none;
}

.message-block {
  margin-top: 40px;
}

.service-big-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.a-testimonial-mask {
  overflow: visible;
}

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

.hero-header {
  color: #fff;
  margin-top: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.2;
}

.nav-menu {
  z-index: 1;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-left: 1em;
  display: flex;
  position: static;
}

.a-testimonial-left-arrow {
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  left: -3%;
}

.footer {
  color: #fff;
  background-color: #2e1a47;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.email-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-holder:hover {
  color: #00e1e5;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  position: relative;
}

.container.contact-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
  display: grid;
}

.container.hero-about-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.container.footer-container {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.container.footer-container.hidden {
  display: none;
}

.container.blog-container {
  padding-top: 50px;
}

.container.accordion-container {
  z-index: 5;
  padding-top: 6.5em;
  padding-bottom: 6.5em;
  position: relative;
}

.container.hero-blog-container {
  padding-top: 10em;
  padding-bottom: 0;
}

.container.nav-container-rounded-center {
  border: 0 #fff;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 2em;
  display: flex;
  position: relative;
}

.container.more-padding-top {
  padding-top: 10em;
}

.container.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.our-employess {
  width: auto;
  padding-bottom: 6.5em;
}

.no-margin {
  color: #fff;
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4.5rem;
  line-height: 1.2;
}

.statistics-holder {
  grid-column-gap: 115px;
  grid-row-gap: 115px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-dropdown-heading {
  color: #d4d4d4;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.team-info {
  color: #9e9e9e;
  background-color: #fafafa;
  border-top: 1px solid #c8ddef;
  border-bottom: 1px solid #c8ddef;
  border-left: 1px solid #c8ddef;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  font-size: 16px;
  display: flex;
}

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

.footer1-link {
  opacity: .7;
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer1-link:hover {
  opacity: 1;
  color: #007aff;
}

.footer1-link.w--current {
  opacity: 1;
}

.nav-dropdown-grid {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 120px;
  width: 100%;
}

.a-testimonial-slider {
  background-color: #0000;
  width: 100%;
  max-width: 920px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.a-testimonial-slider.hidden {
  display: none;
}

.menu-button {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 4px 5px 5px;
  transition: background-color .35s;
}

.menu-button:hover, .menu-button.w--open {
  background-color: #f1f1f1;
}

.rich-text {
  width: 100%;
  max-width: 720px;
  color: var(--brand-grey);
  margin-left: auto;
  margin-right: auto;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}

.accordion-icon-holder-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.text-block-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.services-paragraph.main-paragraph {
  max-width: 60%;
}

.map {
  display: none;
}

.hero-services-circle-holder {
  width: 460px;
  height: 460px;
  position: absolute;
  inset: auto -25% auto auto;
}

.hero-services-circle-holder.right-side.hidden {
  display: none;
}

.hero-services-circle-holder.top-left-corner {
  z-index: -1;
  inset: -20% auto auto -20%;
}

.hero-services-circle-holder.top-left-corner.hidden {
  display: none;
}

.a-h6-heading {
  color: #131316;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.footer-logo-text {
  color: #fff;
  text-transform: uppercase;
  font-family: Semplicita Modern, Impact, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
}

.card-title-holder {
  z-index: 2;
  margin-top: 24px;
  position: relative;
}

.nav-dropdown-list {
  background-color: #0000;
  padding-left: 2em;
  padding-right: 2em;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.nav-dropdown-list.on-nav-rounded {
  top: 60px;
  left: -5em;
  right: -5em;
}

.nav-dropdown-list.on-nav-rounded.w--open {
  top: 65px;
}

.parallax-block-holder {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.more-information-content-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

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

._100pct-image.cover {
  object-fit: cover;
  border-radius: 16px;
  overflow: hidden;
}

.success-message {
  color: #004da0;
  background-color: #fff;
  border: 1px solid #004da0;
  border-radius: 100px;
  padding: 1em;
}

.hero-text-secondary {
  color: var(--brand-grey);
  margin-top: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 67px;
  font-weight: 600;
  line-height: 1.2;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-center-contain {
  width: 150px;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px solid #fafafa;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.a-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bio-overlay {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  filter: brightness();
  transition: all .5s cubic-bezier(.455, .03, .515, .955);
}

.gallery-image.shadow-two:hover {
  filter: brightness(78%);
  transform: scale(1.02);
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .6;
}

.nav-rounded-center {
  z-index: 99;
  background-color: #0000;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 768px;
  height: 80px;
  display: flex;
  position: sticky;
  inset: 30px 0% auto;
}

.paragraph {
  color: #fff;
  margin-bottom: 35px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.paragraph.main-paragraph {
  max-width: 60%;
}

.nav-dropdown-list-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 1em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  overflow: hidden;
}

.card-number-holder {
  z-index: 2;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 21px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.card-number-holder.bigger {
  width: 100px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 24px;
  padding-right: 0;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.bio-panel {
  z-index: 1000;
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
  padding: 20px;
  position: relative;
  overflow: scroll;
}

.brand-logo-rounded-nav {
  width: auto;
  max-width: none;
  height: 40px;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.checkmark-lottie {
  width: 25px;
  height: 25px;
}

.contact-form-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.bio-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
  top: -20px;
  overflow: scroll;
}

.drop-down-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
}

.price-text {
  color: var(--brand-purple);
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.accordions-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #f3eefa;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 0;
  padding: 12px 10px 12px 24px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.input-field:hover {
  background-color: #0000000d;
}

.input-field:focus {
  background-color: #0000000f;
  border-color: #9e9e9e;
}

.input-field::placeholder {
  color: #0006;
}

.input-field.textarea-field {
  background-color: #f3eefa;
  border-radius: 10px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 120px;
  padding-top: 12px;
  padding-left: 24px;
}

.hero-about-image-1 {
  z-index: 4;
  object-fit: cover;
  border-radius: 16px;
  width: 320px;
  height: 320px;
  position: relative;
  inset: 0% auto auto;
}

.info-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-holder.more-space {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.contact-email-link {
  color: #9e9e9e;
}

.contact-email-link:hover {
  color: #000;
}

.footer-logo-text-second-font {
  letter-spacing: 2px;
  text-transform: uppercase;
  color: inherit;
  font-family: Semplicita Modern, Impact, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  top: -5px;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.cards-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: end;
  align-items: end;
  display: grid;
}

.accordion-title {
  color: var(--brand-purple);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.filter-holder {
  grid-column-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 2em;
  padding: 5px;
  line-height: 1;
  display: flex;
  overflow: hidden;
}

.filter-holder.no-margin-top {
  margin-top: 0;
}

.dropdown-list {
  border-radius: 10px;
}

.dropdown-list.w--open {
  background-color: #0000;
  left: -40px;
}

.hero-about-image-3 {
  z-index: 3;
  object-fit: cover;
  border-radius: 16px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.yellow-circle {
  z-index: -1;
  width: 340px;
  height: auto;
  position: absolute;
  inset: auto auto -20% -25%;
}

.yellow-circle.hidden {
  display: none;
}

.buttons-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 9px;
  transition-property: none;
  display: flex;
  position: relative;
}

.field-label {
  color: #242424;
  font-size: 14px;
  font-weight: 400;
}

.field-label.contact {
  color: #575756;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.a-testimonial-right-arrow {
  background-color: #fff;
  border: 1px solid #f4f4f6;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  right: -3%;
}

.space-between {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.footer1-links-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.third-text {
  font-size: 24px;
  font-weight: 600;
}

.third-text.bottom-margin {
  color: var(--brand-grey);
  margin-bottom: 26px;
  font-family: Plus Jakarta Sans, sans-serif;
  line-height: 1.2;
}

.footer-description {
  max-width: 260px;
  font-size: 18px;
}

.footer-description:hover {
  color: #007aff;
}

.footer1-grid {
  grid-column-gap: 45px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.footer1-grid.infor {
  border-bottom: 1px solid #fff;
}

.content.space-between {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

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

.content.negative-margin-top {
  margin-top: -20px;
}

.statistics-wrapper {
  z-index: 10;
  background-color: #004da0;
  border-radius: 16px;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  position: absolute;
  inset: -100px 0% auto;
}

.statistics-wrapper.hidden {
  display: none;
}

.service-card {
  color: var(--text-color);
  background-color: #0000;
  border: 1px solid #f4f4f6;
  border-radius: 24px;
  padding: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.2;
  box-shadow: 0 2px 24px #0000000f;
}

.more-information {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.purple-bg-color {
  z-index: -1;
  background-color: #2e1a47;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.purple-bg-color.white {
  background-color: #fff;
}

.team-info-holder {
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 30px;
  display: flex;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.hero-section {
  z-index: 2;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-top: -80px;
  padding-top: 110px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.hero-services-section {
  min-height: 70vh;
}

.hero-section.hero-services-section.hidden {
  display: none;
}

.hero-section.hero-about-section {
  background-color: #2e1a47;
  justify-content: flex-end;
  height: 800px;
  min-height: 800px;
  margin-top: -120px;
}

.employer-phone-number {
  color: #9e9e9e;
}

.nav_logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  height: 2.5rem;
  color: inherit;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav_logo.w--current {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: column;
  position: relative;
  top: -14px;
}

.credit-logo-span {
  font-family: Norwester, Impact, sans-serif;
}

.credit-logo-span:hover {
  text-decoration: underline;
}

.a-testimonial-avatar-wrapper {
  background-color: #f4f4f6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.nav-dropdown-column {
  position: relative;
}

.about-grid-2-col {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.gallery-overview {
  background-color: #2e1a47;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.copyright-horizontal-block {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

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

.hero-about-yellow-circle {
  z-index: 1;
  max-width: 420px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hero-about-yellow-circle.hidden {
  display: none;
}

.nav-link {
  z-index: 1;
  color: #1b3153;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
}

.nav-link.w--current {
  color: #fff;
  background-color: #7a4b98;
  border-radius: 10px;
  font-weight: 500;
}

.nav-link.white-nav-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-link.nav-link-dropdown {
  text-align: center;
  padding-left: 12px;
  padding-right: 25px;
}

.cf-logos-2--wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: grid;
}

.a-feature-icon {
  width: 50px;
  height: 50px;
  box-shadow: none;
  background-color: #0000;
  border-radius: 10%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.accordion-item-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-item-trigger:hover {
  opacity: .8;
}

.a-feature-card-grid {
  grid-row-gap: 74px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 28px;
}

.team-content-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 360px;
  display: grid;
}

.position {
  color: #666;
}

.footer-brand-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.a-testimonial-slide {
  border-radius: 10px;
  margin-right: 40px;
}

.card-description {
  color: var(--grey);
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.accordion-icon-holder {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--brand-purple);
  color: #eef8fe;
  text-transform: none;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color .35s cubic-bezier(.175, .885, .32, 1.275), transform .5s;
  display: flex;
}

.button:hover {
  color: #7a4b98;
  background-color: #fff;
  border: 1px solid #7a4b98;
}

.button.read-more {
  color: #242424;
  background-color: #fff;
  border-radius: 10px;
  transition: color .35s, background-color .35s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

.button.read-more:hover {
  color: #1b3153;
  background-color: #eef8fe;
}

.button.subscribe-contact-button {
  width: 100%;
}

.footer-image {
  width: 100%;
  max-width: 120px;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-bottom: 10px;
  display: flex;
}

.nav-bg-holder {
  opacity: 1;
  border-radius: 0%;
  width: 100%;
  height: 80px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.nav-button {
  color: #fff;
  font-size: .9em;
}

.nav-button:hover {
  color: #f8f8fa;
}

.nav-dropdown-link-arrow-holder {
  z-index: -3;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  inset: auto 0 -27px;
  overflow: hidden;
}

.nav-dropdown-link-arrow-holder.on-rounded-nav {
  display: none;
  bottom: -7px;
}

.folders-parent {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.information-conent-holder {
  background-color: #fff;
  padding: 32px;
}

.information-conent-holder._3 {
  color: #fff;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.information-conent-holder._2 {
  color: #fff;
  background-color: #575756;
}

.information-conent-holder._1 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.cf-logo-2-heading {
  color: var(--neutral-inverse);
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.social-media-icons {
  grid-column-gap: 5px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.social-media-icons.hidden {
  display: none;
}

.a-paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pink-circle-holder {
  opacity: 1;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-around;
  align-items: flex-end;
  transition: border .35s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pink-circle-holder:hover {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.title-and-paragraph-holder---center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  display: flex;
}

.title-and-paragraph-holder---center.no-bottom-margin {
  margin-bottom: 0;
}

.title-and-paragraph-holder---center._3-rows {
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
}

.title-and-paragraph-holder---center.bottom-space {
  margin-bottom: 4em;
}

.link-3 {
  text-decoration: none;
}

.name-of-team-2 {
  color: #575756;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.nav-text-2:hover {
  color: #fff;
}

.footer-paragraph-2 {
  color: #fff9;
  margin-top: 0;
  padding-top: 40px;
  font-family: DM Sans, sans-serif;
  font-weight: 300;
  line-height: 26px;
}

.drop-down-link-2 {
  background-color: #fff;
  border: 1px solid #77777780;
  border-radius: 10px;
  width: 180px;
  margin-bottom: 1px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 13px;
  transition: transform .5s, background-color .35s;
}

.drop-down-link-2:hover {
  background-color: #f3eefa;
}

.hero-about-image-4 {
  z-index: 2;
  object-fit: cover;
  border-radius: 16px;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.paragraph_large-2 {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-family: Inter, sans-serif;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large-2.margin-bottom_none {
  color: #574645;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
  display: none;
}

.logo-span-thin-2 {
  color: #2e1a47;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: none;
}

.main-heading-2 {
  color: #575756;
  margin-bottom: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
}

.main-heading-2.no-margin-top {
  color: #575756;
}

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

.our-employes-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.employer-info {
  color: #9e9e9e;
  background-color: #fafafa;
  border-top: 1px solid #c8ddef;
  border-bottom: 1px solid #c8ddef;
  border-left: 1px solid #c8ddef;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-flow: column;
  width: 100%;
  padding: 32px;
  font-size: 16px;
  display: flex;
}

.footer1-link-2 {
  opacity: .7;
  color: #fff;
  text-align: left;
  width: auto;
  margin-bottom: 10px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.footer1-link-2:hover {
  opacity: 1;
  color: #007aff;
}

.footer1-link-2.w--current {
  opacity: 1;
}

.hero-about-image-5 {
  z-index: 4;
  object-fit: cover;
  border-radius: 16px;
  width: 320px;
  height: 320px;
  position: relative;
  inset: 0% auto auto;
}

.third-text-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.third-text-2.bottom-margin {
  color: #575756;
  margin-bottom: 26px;
}

.nav-link-2 {
  z-index: 1;
  color: #1b3153;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
}

.nav-link-2.w--current {
  color: #fff;
  background-color: #7a4b98;
  border-radius: 10px;
  font-family: DM Sans, sans-serif;
  font-weight: 500;
}

.nav-link-2.white-nav-link {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-link-2.nav-link-dropdown {
  text-align: center;
  padding-left: 12px;
  padding-right: 25px;
}

.employer-content-holder {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 360px;
  display: grid;
}

.button-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #eef8fe;
  text-transform: none;
  background-color: #7a4b98;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s cubic-bezier(.175, .885, .32, 1.275), transform .5s;
  display: flex;
}

.button-2:hover {
  color: #7a4b98;
  background-color: #fff;
  border: 1px solid #7a4b98;
}

.nav-button-2 {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: .9em;
}

.nav-button-2:hover {
  color: #f8f8fa;
}

.link-4 {
  color: var(--neutral-inverse);
  text-decoration: none;
}

.accordion-icon-holder-3 {
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  margin-right: 20px;
  display: flex;
}

.accordion-title-2 {
  color: #7a4b98;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.accordion-description-2 {
  color: #9e9e9e;
  max-width: 100%;
}

.card-title-2 {
  color: #575756;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.card-description-2 {
  color: #9e9e9e;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.grey-card-2 {
  color: #000;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 400px;
  padding: 32px;
  text-decoration: none;
  transition: border 1s, color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grey-card-2:hover {
  color: #fff;
  border-radius: 16px 16px 0 0;
}

.card-link-holder-2 {
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  color: #fff;
}

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

.link-5 {
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .nav-link-holder.hidden {
    display: none;
  }

  .name-of-team {
    color: #575756;
  }

  .medium-weight {
    color: #737373;
  }

  .nav_left {
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
  }

  .nav-text {
    color: #1b3153;
    text-decoration: none;
  }

  .nav-text:focus {
    color: #fff;
  }

  .link-background {
    background-color: #7a4b98;
    border-radius: 10px;
  }

  .secondary-text.less-margin-top, .secondary-text.less-margin-top.centered {
    color: #575756;
  }

  .grid-inofrmation-3col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-detail {
    color: #9e9e9e;
  }

  .nav-bg {
    border-radius: 0%;
  }

  .team-details, .grey-paragraph.centered {
    color: #9e9e9e;
  }

  .paragraph_large.margin-bottom_none {
    color: #1b3153;
    margin-bottom: 0;
  }

  .parallax-background {
    background-image: url('../images/image00005.jpeg');
  }

  .section.dark-purple-section {
    background-color: #2e1a47;
  }

  .main-heading.no-margin-top {
    color: #737373;
  }

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

  .team-image-holder {
    width: 350px;
  }

  .brand-link.hidden {
    width: auto;
    height: auto;
    display: flex;
  }

  .brand-link.hidden.w--current {
    display: flex;
  }

  .a-title-wrap-center.hidden, .blue-circle-image.about-page.hidden, .center-text.hidden {
    display: none;
  }

  .bio-modal {
    z-index: 99999;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .bio-modal.team-3, .bio-modal.team-5 {
    display: none;
  }

  .team-grid {
    grid-column-gap: 46px;
    grid-row-gap: 130px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 95%;
    display: grid;
  }

  .dots-decorative-image.top-right-position {
    top: 10%;
  }

  .heading {
    font-weight: 500;
  }

  .parallax-container {
    font-weight: 400;
  }

  .hero-grid---home {
    align-items: center;
  }

  .hero-header {
    color: #fff;
  }

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

  .footer {
    background-color: #2e1a47;
  }

  .container.our-employess {
    max-width: 1280px;
  }

  .footer1-link:hover {
    color: #fff;
    text-decoration: underline;
  }

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

  .footer-logo-text {
    margin-bottom: 0;
    font-size: 2.2rem;
  }

  ._100pct-image.hidden {
    display: none;
  }

  .hero-text-secondary {
    color: #575756;
  }

  .button-center-contain {
    width: 150px;
  }

  .made-by-section {
    justify-content: center;
  }

  .bio-overlay {
    background-color: #00000059;
    position: absolute;
    inset: 0%;
  }

  .nav-rounded-center {
    border-radius: 0;
  }

  .paragraph {
    color: #fff;
  }

  .bio-panel {
    max-width: 720px;
    position: relative;
  }

  .input-field, .input-field.textarea-field {
    background-color: #ececec;
    border-radius: 10px;
  }

  .footer-logo-text-second-font {
    position: relative;
    top: -5px;
  }

  .yellow-circle.hidden {
    display: none;
  }

  .third-text.bottom-margin {
    color: #575756;
  }

  .statistics-wrapper.hidden {
    display: none;
  }

  .purple-bg-color {
    background-color: #2e1a47;
  }

  .hero-section.hero-about-section {
    background-color: #2e1a47;
    justify-content: center;
  }

  .gallery-overview {
    background-color: #2e1a47;
  }

  .copyright-horizontal-block {
    justify-content: center;
  }

  .hero-about-yellow-circle.hidden {
    flex: 0 auto;
    display: none;
  }

  .nav-link {
    border-radius: 10px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #0000;
  }

  .nav-link.w--current {
    color: #fff;
    background-color: #7a4b98;
    border-radius: 10px;
  }

  .team-content-holder {
    height: auto;
    display: flex;
  }

  .position {
    color: #9e9e9e;
    font-weight: 400;
  }

  .nav-bg-holder {
    border-radius: 0%;
  }

  .bold-subheading {
    font-size: 19px;
  }

  .social-media-icons.hidden {
    display: none;
  }

  .name-of-team-2 {
    color: #575756;
  }

  .nav-text-2 {
    color: #1b3153;
    text-decoration: none;
  }

  .nav-text-2:focus {
    color: #fff;
  }

  .paragraph_large-2.margin-bottom_none {
    color: #1b3153;
    margin-bottom: 0;
  }

  .main-heading-2.no-margin-top {
    color: #737373;
  }

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

  .our-employes-grid {
    grid-column-gap: 30px;
    grid-row-gap: 8rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .heading-2 {
    font-family: Inter, sans-serif;
    font-weight: 500;
  }

  .footer1-link-2:hover {
    color: #fff;
    text-decoration: underline;
  }

  .third-text-2.bottom-margin {
    color: #575756;
  }

  .nav-link-2 {
    border-radius: 10px;
    font-family: Inter, sans-serif;
  }

  .nav-link-2:hover {
    color: #fff;
    background-color: #0000;
  }

  .nav-link-2.w--current {
    color: #fff;
    background-color: #7a4b98;
    border-radius: 10px;
    font-family: Inter, sans-serif;
  }

  .employer-content-holder {
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .info.white {
    color: #fff;
  }

  .secondary-text.less-margin-top {
    color: #575756;
  }

  .hero-about-image-2 {
    inset: auto auto -5% 0%;
  }

  .grey-paragraph, .grey-paragraph.no-bottom-margin {
    color: #9e9e9e;
  }

  .info-title.white {
    color: #fff;
  }

  .section.dark-purple-section {
    min-height: auto;
  }

  .grey-card {
    position: relative;
  }

  .team-image-holder {
    width: 400px;
  }

  .yellow-circle-holder {
    right: -55%;
  }

  .blue-circle-image {
    left: -60%;
  }

  .hero-about-grid {
    grid-template-columns: 1.25fr 1fr;
    min-height: 45vh;
  }

  .bio-modal {
    display: none;
  }

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

  .dots-decorative-image.top-right-position {
    top: 10%;
  }

  .parallax-container {
    max-width: 1280px;
  }

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

  .container {
    max-width: 1350px;
  }

  .container.our-employess {
    max-width: 1440px;
  }

  .hero-services-circle-holder.right-side {
    right: -20%;
  }

  .hero-services-circle-holder.top-left-corner {
    left: -15%;
  }

  .hero-about-image-3 {
    bottom: -20%;
  }

  .team-content-holder {
    height: 420px;
  }

  .information-conent-holder._2 {
    background-color: #575756;
  }

  .information-conent-holder._1 {
    background-color: #fff;
  }

  .title-and-paragraph-holder---center, .title-and-paragraph-holder---center.bottom-space {
    grid-template-columns: 1fr 1fr 1fr .5fr;
  }

  .hero-about-image-4 {
    inset: auto auto -5% 0%;
  }

  .our-employes-grid {
    grid-template-columns: 1fr 1fr;
  }

  .employer-content-holder {
    height: 420px;
  }

  .grey-card-2 {
    position: relative;
  }
}

@media screen and (min-width: 1920px) {
  .medium-weight {
    color: #9e9e9e;
  }

  .parallax-section.parallax {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .main-heading.no-margin-top {
    color: #575756;
  }

  .yellow-circle-holder {
    right: -25%;
  }

  .blue-circle-image {
    bottom: 0%;
    left: -40%;
  }

  .blue-circle-image.about-page {
    right: -30%;
  }

  .bio-modal {
    display: none;
  }

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

  .dots-decorative-image.top-right-position {
    top: 5%;
    right: 10%;
  }

  .parallax-container {
    max-width: 1400px;
  }

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

  .hero-services-circle-holder.right-side {
    right: -10%;
  }

  .hero-services-circle-holder.top-left-corner {
    top: -15%;
    left: -10%;
  }

  .bio-panel {
    max-width: 800px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 120px;
  }

  .title-and-paragraph-holder---center {
    grid-template-columns: 1fr 1fr 1fr .5fr;
  }

  .main-heading-2.no-margin-top {
    color: #575756;
  }

  .our-employes-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .info {
    font-size: 16px;
  }

  .statistic-numbers-holder {
    font-size: 52px;
  }

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

  .link-background.link-bg-on-dark {
    display: none;
  }

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

  .grid-inofrmation-3col {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .nav-dropdown-line-abs {
    display: none;
  }

  .form-block {
    max-width: 100%;
    margin-top: 5em;
  }

  .parallax-section {
    z-index: auto;
  }

  .parallax-section.parallax {
    height: 100vh;
  }

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

  .hero-about-image-2 {
    left: -45%;
  }

  .empower-dental-health {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .paragraph_large.margin-bottom_none {
    margin-bottom: 0;
  }

  .info-title {
    font-size: 22px;
  }

  .service-name {
    font-size: 32px;
  }

  .about-social-media-icons-holder {
    margin-left: 1em;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    display: flex;
  }

  .grey-card {
    border-bottom: 1px solid #7a4b98;
    min-height: auto;
    max-height: 100%;
  }

  .grey-card:hover {
    color: #000;
  }

  .yellow-circle-holder {
    width: 700px;
    height: 700px;
    right: -50%;
  }

  .category-item-link {
    font-size: 20px;
  }

  .service-grid.bottom-margin {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: grid;
  }

  .nav-dropdown-link-arrow-animated {
    height: 12px;
  }

  .hero-about-grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .empower-dental-health-image-holder {
    width: 100%;
  }

  .team-grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .horizontal-block.mobile {
    flex-flow: row;
  }

  .parallax-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-grid---home {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-link-arrow {
    width: 18px;
    height: 18px;
  }

  .hero-header {
    font-size: 64px;
  }

  .nav-menu {
    z-index: 0;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-bottom: 1px solid #fafafa;
    border-radius: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-height: 100vh;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    position: absolute;
    top: 0;
    overflow: scroll;
  }

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

  .container.contact-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .container.nav-container-rounded-center {
    z-index: 2;
  }

  .statistics-holder {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .menu-button {
    z-index: 1;
    transition: background-color .35s;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fafafa;
    border-radius: 10px;
  }

  .rich-text {
    max-width: 620px;
  }

  .hero-services-circle-holder.right-side, .hero-services-circle-holder.top-left-corner {
    width: 300px;
    height: 300px;
  }

  .nav-dropdown-list {
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.on-nav-rounded {
    top: 10px;
    left: 0;
    right: 0;
  }

  .made-by-section {
    justify-content: center;
    align-items: center;
  }

  .nav-rounded-center {
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 0;
    padding-left: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .info-holder {
    justify-content: center;
    align-items: center;
  }

  .cards-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display: flex;
  }

  .hero-about-image-3 {
    right: -50%;
  }

  .yellow-circle {
    width: 250px;
    bottom: -10%;
    left: -15%;
  }

  .space-between {
    justify-content: flex-start;
    align-items: center;
  }

  .footer1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .footer1-grid.infor {
    grid-template-rows: auto auto;
  }

  .statistics-wrapper {
    max-width: 95%;
  }

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

  .hero-section.hero-about-section {
    height: 120vh;
  }

  .about-grid-2-col {
    grid-template-columns: 1fr;
  }

  .nav-link, .nav-link.nav-link-dropdown {
    margin-left: -24px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .a-feature-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-content-holder {
    height: auto;
  }

  .button {
    font-weight: 500;
  }

  .nav-dropdown-link-arrow-holder {
    height: 20px;
    bottom: -16px;
  }

  .information-conent-holder {
    margin-left: -1em;
    padding: 20px 20px 20px 2em;
  }

  .information-conent-holder._3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .information-conent-holder._2 {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    display: flex;
  }

  .information-conent-holder._1 {
    border-radius: 0 16px 16px 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

  .hero-about-image-4 {
    left: -45%;
  }

  .paragraph_large-2.margin-bottom_none {
    margin-bottom: 0;
  }

  .our-employes-grid {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav-link-2, .nav-link-2.nav-link-dropdown {
    margin-left: -24px;
  }

  .employer-content-holder {
    height: auto;
  }

  .button-2 {
    font-weight: 500;
  }

  .grey-card-2 {
    border-bottom: 1px solid #7a4b98;
    min-height: auto;
    max-height: 100%;
  }

  .grey-card-2:hover {
    color: #000;
  }

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

@media screen and (max-width: 767px) {
  .a-testimonial-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .cf-logos-2---image-contain {
    width: auto;
    height: 70px;
  }

  .grid-inofrmation-3col {
    grid-template-columns: 1fr;
  }

  .hero-content {
    height: auto;
  }

  .a-h3-heading {
    font-size: 40px;
  }

  .form-block {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .statistic {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-text {
    text-align: center;
    font-size: 13px;
  }

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

  .hero-about-image-2 {
    left: -30%;
  }

  .hero-section-secondary {
    height: auto;
  }

  .main-heading {
    font-size: 52px;
  }

  .nav-dropdown {
    width: 100%;
  }

  .team-image-holder {
    width: auto;
  }

  .yellow-circle-holder {
    width: 500px;
    height: 500px;
  }

  .service-grid.bottom-margin {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .a-testimonial-card {
    padding-left: 10%;
    padding-right: 10%;
  }

  .services-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-grid {
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
  }

  .cf-logo-image {
    width: 60%;
  }

  .horizontal-block.mobile {
    margin-top: 30px;
  }

  .dots-decorative-image.top-right-position {
    top: 0%;
  }

  .parallax-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .hero-grid---home {
    grid-template-columns: 1fr;
  }

  .hero-header {
    font-size: 56px;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
  }

  .a-testimonial-left-arrow {
    display: none;
  }

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

  .container.more-padding-top {
    padding-top: 14em;
  }

  .statistics-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-dropdown-grid {
    grid-template-columns: 1fr 1fr;
    max-height: 70vh;
    overflow: auto;
  }

  .hero-services-circle-holder.right-side {
    width: 250px;
    height: 250px;
  }

  .hero-services-circle-holder.top-left-corner {
    width: 250px;
    height: 250px;
    top: 0%;
  }

  .success-message {
    font-size: 16px;
  }

  .made-by-section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .bio-panel {
    max-width: 92vw;
    overflow: auto;
  }

  .accordion-title {
    font-size: 24px;
  }

  .hero-about-image-3 {
    right: -35%;
  }

  .a-testimonial-right-arrow {
    display: none;
  }

  .footer1-grid {
    grid-column-gap: 20px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .footer1-grid.infor {
    grid-template-rows: auto auto auto;
  }

  .statistics-wrapper {
    max-width: 90%;
  }

  .hero-section {
    height: auto;
  }

  .gallery-overview {
    padding: 60px 15px;
  }

  .copyright-horizontal-block {
    flex-direction: column;
    align-items: center;
  }

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

  .nav-link.nav-link-dropdown {
    margin-left: 0;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer-image {
    object-fit: contain;
  }

  .information-conent-holder._3 {
    padding-left: 20px;
  }

  .information-conent-holder._2, .information-conent-holder._1 {
    border-radius: 0 16px 16px 0;
    padding-left: 20px;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .hero-about-image-4 {
    left: -30%;
  }

  .main-heading-2 {
    font-size: 52px;
  }

  .our-employes-grid {
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
  }

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

  .nav-link-2.nav-link-dropdown {
    margin-left: 0;
  }

  .accordion-title-2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 479px) {
  .service-grid-4col {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .cf-logos-2---image-contain {
    width: 100%;
    min-width: 100px;
    height: 50px;
  }

  .card-description-holder {
    overflow: visible;
  }

  .secondary-text {
    margin-top: 0;
    font-size: 36px;
  }

  .about-service-4col-4row {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .hero-content {
    align-items: flex-start;
  }

  .footer-paragraph {
    padding-right: 25px;
  }

  .card-title {
    font-size: 24px;
  }

  .form-block {
    width: 100%;
  }

  .nav-dropdown-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3em;
  }

  .footer-text {
    margin-left: 0;
    padding-left: 9px;
    padding-right: 9px;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .hero-about-image-2 {
    width: 180px;
    left: -5%;
  }

  .white-paragraph {
    font-size: 16px;
  }

  .grey-paragraph.main-paragraph {
    max-width: 100%;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

  .about-social-media-icons-holder {
    margin-bottom: 1em;
  }

  .main-heading {
    font-size: 32px;
  }

  .grey-card {
    min-height: 100%;
    max-height: 100%;
    padding: 21px;
    overflow: visible;
  }

  .team-image-holder {
    order: -1;
  }

  .category-item-link {
    padding-left: 0;
    padding-right: 12px;
  }

  .service-grid.bottom-margin {
    grid-template-columns: 1fr;
  }

  .team-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .empower-dental-health-image-holder {
    height: 400px;
  }

  .team-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .horizontal-block {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: .5em;
  }

  .horizontal-block.mobile {
    flex-direction: row;
  }

  .parallax-container {
    padding-bottom: 2em;
  }

  .accordion-item-content {
    padding-left: 0;
  }

  .a-testimonial-mask {
    width: 100%;
  }

  .hero-header {
    font-size: 34px;
  }

  .footer {
    text-align: left;
  }

  .container, .container.contact-container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.hero-about-container {
    padding-top: 0;
  }

  .container.accordion-container {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .container.nav-container-rounded-center {
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.more-padding-top {
    padding-top: 20em;
    padding-bottom: .5em;
  }

  .container.hero-container {
    padding-top: 3em;
  }

  .statistics-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .team-info {
    border-right: 1px solid #c8ddef;
    border-radius: 0 0 8px 8px;
  }

  .nav-dropdown-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .menu-button {
    margin-left: 10px;
  }

  .accordion-icon-holder-2 {
    margin-right: 10px;
  }

  .services-paragraph.main-paragraph {
    max-width: 100%;
  }

  .hero-services-circle-holder.right-side {
    width: 150px;
    height: 150px;
    bottom: 20%;
    right: -20%;
  }

  .hero-services-circle-holder.top-left-corner {
    width: 150px;
    height: 150px;
    top: 0%;
    left: -10%;
  }

  .nav-dropdown-list {
    width: 100vw;
    margin-left: -1em;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.w--open {
    margin-bottom: 10px;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }

  .paragraph.main-paragraph {
    max-width: 100%;
  }

  .nav-dropdown-list-content {
    padding-left: 1em;
    padding-right: 1em;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .container-3 {
    max-width: none;
  }

  .drop-down-toggle {
    margin-right: 0;
  }

  .hero-about-image-1 {
    height: 250px;
  }

  .cards-container {
    flex-direction: column;
    min-height: 100%;
    display: flex;
  }

  .filter-holder {
    flex-direction: row;
    align-content: flex-start;
    align-items: center;
    padding: 5px;
  }

  .filter-holder.no-margin-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .filter-holder.no-margin-top.vertical {
    flex-direction: column;
  }

  .hero-about-image-3 {
    bottom: -30%;
    right: -10%;
  }

  .footer1-links-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }

  .third-text {
    color: #1b3153;
  }

  .footer1-grid {
    grid-column-gap: 12px;
    grid-template-rows: auto 1fr auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 0;
  }

  .footer1-grid.infor {
    grid-template-rows: auto auto auto auto;
  }

  .team-info-holder {
    width: 100%;
  }

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

  .hero-section {
    min-height: 80vh;
  }

  .hero-section.hero-about-section {
    height: 130vh;
  }

  .hero-section.hero-blog {
    min-height: 50vh;
    padding-top: 0;
  }

  .nav_logo.w--current {
    flex-flow: column;
  }

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

  .nav-link.white-nav-link {
    padding-right: 0;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .a-feature-card-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .accordion-icon-holder {
    margin-right: 10px;
  }

  .nav-button {
    font-size: 16px;
  }

  .folders-parent {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .pink-circle-holder {
    display: none;
  }

  .title-and-paragraph-holder---center {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
  }

  .title-and-paragraph-holder---center._3-rows {
    flex-direction: column;
    display: flex;
  }

  .title-and-paragraph-holder---center.bottom-space {
    grid-template-columns: 1fr 1fr;
  }

  .footer-paragraph-2 {
    padding-right: 25px;
  }

  .hero-about-image-4 {
    width: 180px;
    left: -5%;
  }

  .main-heading-2 {
    font-size: 32px;
  }

  .our-employes-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .employer-info {
    border-right: 1px solid #c8ddef;
    border-radius: 0 0 8px 8px;
  }

  .hero-about-image-5 {
    height: 250px;
  }

  .third-text-2 {
    color: #1b3153;
  }

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

  .nav-link-2.white-nav-link {
    padding-right: 0;
  }

  .employer-content-holder {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .nav-button-2 {
    font-size: 16px;
  }

  .accordion-icon-holder-3 {
    margin-right: 10px;
  }

  .card-title-2 {
    font-size: 24px;
  }

  .grey-card-2 {
    min-height: 100%;
    max-height: 100%;
    padding: 21px;
    overflow: visible;
  }
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec4868b-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec4869a-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486aa-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486b2-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48701-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48702-41c38927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec48704-41c38927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec48731-41c38927 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-d3166163-668d-2195-8041-cc3e4fe3c365-41c38927 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3d0d96bf-7346-d3dd-e8fc-3ab4f61caffb-41c38927 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b2-41c38927 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b4-41c38927 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b6-41c38927 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487ba-41c38927 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487bb-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cb-41c38927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cd-41c38927 {
  grid-area: 3 / 2 / 4 / 4;
  justify-self: center;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec487d8-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487eb-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487fe-41c38927 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec48816-41c38927 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec48818-41c38927 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_755cd2f9-a114-6461-95eb-19ed3ec4881c-41c38927 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f393-5a93f35b {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f398-5a93f35b {
  grid-area: 1 / 8 / 2 / 12;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f39e-5a93f35b {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3b5-5a93f35b {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3be-5a93f35b {
  grid-area: 1 / 8 / 2 / 11;
}

#w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3ca-5a93f35b {
  grid-area: 1 / 11 / 3 / 13;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974dd6-b398c3be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974deb-b398c3be {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974def-b398c3be {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974df1-b398c3be {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e08-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e13-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e1d-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e27-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e31-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e3b-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e45-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e4f-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e59-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e63-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e6d-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e77-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e81-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e8b-b398c3be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e95-b398c3be {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974f93-b398c3be {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974fa1-b398c3be {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974fa2-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974fbc-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974fd2-b398c3be, #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974fef-b398c3be, #w-node-_47597f59-9997-b003-bb96-599bc213c084-ec0fd305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c099-ec0fd305 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c09d-ec0fd305 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c09f-ec0fd305 {
  grid-area: 3 / 1 / 4 / 6;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c0b6-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c0c5-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c0cf-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c0d9-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c0e3-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c0ee-ec0fd305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c0fe-ec0fd305 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c1f4-ec0fd305 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c1fd-ec0fd305 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_47597f59-9997-b003-bb96-599bc213c1fe-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c218-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c22c-ec0fd305, #w-node-_47597f59-9997-b003-bb96-599bc213c249-ec0fd305 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1f9-22fc8c05 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1fd-22fc8c05 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa202-22fc8c05 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa204-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa206-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa208-22fc8c05 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa20b-22fc8c05 {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa20d-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa20f-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa211-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa213-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa215-22fc8c05, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dbd-07c0e7ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#contact-form.w-node-_791fe849-1207-cf13-3f3a-9b51c6a40ddb-07c0e7ec {
  align-self: center;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40de6-07c0e7ec, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dea-07c0e7ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dee-07c0e7ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40df7-07c0e7ec {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dfe-07c0e7ec, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e03-07c0e7ec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e04-07c0e7ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e05-07c0e7ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e0e-07c0e7ec {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e15-07c0e7ec {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bbae-5fc92591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bbb3-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbb8-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbc9-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbcc-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbf4-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbf9-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bbfa-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc00-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc06-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc0c-5fc92591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc15-5fc92591 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc17-5fc92591 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc19-5fc92591 {
  grid-area: 2 / 2 / 3 / 5;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc1e-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc2e-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc32-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc3e-5fc92591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc41-5fc92591 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc42-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc4f-5fc92591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc52-5fc92591 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3470de04-76ff-489e-5524-f68eb152bc53-5fc92591, #w-node-_3470de04-76ff-489e-5524-f68eb152bc60-5fc92591 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b6-41c38927 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cd-41c38927 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974def-b398c3be, #w-node-_47597f59-9997-b003-bb96-599bc213c09d-ec0fd305 {
    grid-area: 2 / 2 / 3 / 5;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48731-41c38927 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b6-41c38927 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cd-41c38927 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974deb-b398c3be {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974def-b398c3be {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c099-ec0fd305 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c09d-ec0fd305 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1f9-22fc8c05 {
    grid-area: 1 / 2 / 2 / 5;
  }

  #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1fd-22fc8c05, #w-node-_3470de04-76ff-489e-5524-f68eb152bc19-5fc92591 {
    grid-area: 2 / 2 / 3 / 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487ba-41c38927 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cd-41c38927 {
    grid-area: 2 / 2 / 3 / 4;
    justify-self: center;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974def-b398c3be, #w-node-_47597f59-9997-b003-bb96-599bc213c09d-ec0fd305 {
    grid-area: 2 / 2 / 3 / 5;
  }

  #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dfe-07c0e7ec, #w-node-_3470de04-76ff-489e-5524-f68eb152bbf4-5fc92591 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc41-5fc92591 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc52-5fc92591 {
    grid-area: 2 / 2 / 3 / 4;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486c5-41c38927 {
    align-self: end;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486c9-41c38927 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486cb-41c38927 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f393-5a93f35b {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f398-5a93f35b {
    grid-area: 2 / 2 / 3 / 7;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f39e-5a93f35b {
    grid-area: 1 / 2 / 2 / 7;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3b5-5a93f35b {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3be-5a93f35b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3ca-5a93f35b {
    grid-area: 4 / 2 / 5 / 4;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974deb-b398c3be {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e95-b398c3be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c099-ec0fd305 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0fe-ec0fd305 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b6-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec4881c-41c38927 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f393-5a93f35b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f398-5a93f35b {
    grid-area: 3 / 2 / 4 / 6;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f39e-5a93f35b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3b5-5a93f35b {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3be-5a93f35b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3ca-5a93f35b {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc19-5fc92591 {
    grid-area: 2 / 1 / 3 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486c5-41c38927 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486c7-41c38927 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486c9-41c38927 {
    grid-row: 4 / 5;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec486cb-41c38927 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48731-41c38927, #w-node-_755cd2f9-a114-6461-95eb-19ed3ec48735-41c38927 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b2-41c38927 {
    grid-column: span 2 / span 2;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487b6-41c38927 {
    grid-column-end: 3;
  }

  #w-node-_755cd2f9-a114-6461-95eb-19ed3ec487cb-41c38927 {
    order: -9999;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f35b-5a93f35b {
    grid-row-end: 3;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f393-5a93f35b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f398-5a93f35b, #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f39e-5a93f35b {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3b5-5a93f35b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3be-5a93f35b {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_9ef3cfdb-26e3-523a-3d88-8b7e5a93f3ca-5a93f35b {
    grid-area: 5 / 1 / 6 / 4;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e08-b398c3be {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e13-b398c3be {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e1d-b398c3be {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e27-b398c3be {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e31-b398c3be {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e3b-b398c3be {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e45-b398c3be {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e4f-b398c3be {
    grid-area: 8 / 1 / 9 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e59-b398c3be {
    grid-area: 9 / 1 / 10 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e63-b398c3be {
    grid-area: 10 / 1 / 11 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e6d-b398c3be {
    grid-area: 11 / 1 / 12 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e77-b398c3be {
    grid-area: 12 / 1 / 13 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e81-b398c3be {
    grid-area: 13 / 1 / 14 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e8b-b398c3be {
    grid-area: 14 / 1 / 15 / 3;
  }

  #w-node-_7a9ddab3-dc2c-8675-d88e-941c1f974e95-b398c3be {
    grid-area: 15 / 1 / 16 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0b6-ec0fd305 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0c5-ec0fd305 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0cf-ec0fd305 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0d9-ec0fd305 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0e3-ec0fd305 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0ee-ec0fd305 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-_47597f59-9997-b003-bb96-599bc213c0fe-ec0fd305 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1f9-22fc8c05, #w-node-eea0d3eb-c6f0-90c0-d9a5-ef789e2fa1fd-22fc8c05, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40dde-07c0e7ec, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40de2-07c0e7ec, #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40de6-07c0e7ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e04-07c0e7ec {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e0e-07c0e7ec {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_791fe849-1207-cf13-3f3a-9b51c6a40e15-07c0e7ec {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc15-5fc92591 {
    grid-column: span 2 / span 2;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc19-5fc92591 {
    grid-column-end: 3;
  }

  #w-node-_3470de04-76ff-489e-5524-f68eb152bc2e-5fc92591 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Semplicita';
  src: url('../fonts/Semplicita-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Semplicita Modern';
  src: url('../fonts/Semplicita-Modern-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Norwester';
  src: url('../fonts/norwester.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}