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

:root {
  --dark: #150b33;
  --dark-grey: #4f4c57;
  --light-orange: #ffe9d2;
  --purple: #4921b9;
  --yellow: #ffcb14;
  --orange: #932585;
  --white: white;
}

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 400;
}

a {
  text-decoration: none;
}

.template-utility-hero-section {
  background-image: url('../images/Footer-Bg.svg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.main-container {
  width: 100%;
  max-width: 1290px;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.template-utility-hero-container {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.template-uitility-section {
  background-color: var(--light-orange);
  padding-top: 120px;
  padding-bottom: 120px;
}

.spacing-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.primary-color {
  background-color: var(--purple);
  box-shadow: 0 0 20px #0000001a;
}

.section-spacing {
  z-index: 1;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}

.style-guide-para-wrapper {
  grid-row-gap: 30px;
  color: #4a4b66;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.text-color-classes {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.style-guide-title {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-bottom: 5px;
  display: flex;
  position: sticky;
  top: 20px;
}

.h4 {
  font-family: Otomanopeeone, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.6875rem;
}

.all-heading-container {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 30px;
  display: flex;
}

.dark-grey-color {
  color: var(--dark-grey);
}

.style-guide-block {
  background-color: #fff;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 95%;
  padding: 40px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 30px #00000008;
}

.style-guide-block.vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.h6 {
  color: var(--dark);
  font-family: Otomanopeeone, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.white-font-color {
  color: #fff;
}

.all-paragraph-container {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.paragraph-big {
  font-family: Nunito, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.h2 {
  letter-spacing: -.03rem;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 4rem;
}

.buttons-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.h3 {
  letter-spacing: -.045rem;
  font-family: Otomanopeeone, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 3rem;
}

.h1 {
  letter-spacing: -.0625rem;
  font-family: Otomanopeeone, sans-serif;
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 4.0625rem;
}

.h5 {
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Otomanopeeone, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1875rem;
}

.dark-font-color {
  color: var(--dark);
}

.color-palette-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 50%;
  display: grid;
}

.secondary-color {
  background-color: var(--yellow);
  box-shadow: 0 0 20px #0000001a;
}

.black {
  background-color: var(--dark);
}

.grey-800 {
  background-color: var(--dark-grey);
}

.border-line {
  background-color: var(--orange);
}

.light-green-gradient {
  background-image: linear-gradient(#fff0, #eefff3 75%);
}

.bg-light-green {
  background-color: var(--light-orange);
}

.paragraph {
  font-size: 1.0625rem;
  line-height: 1.875rem;
}

.licence-link-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.license-paragraph-container {
  color: #454159;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.license-link {
  color: var(--orange);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
}

.license-block-title {
  color: #20225b;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  padding-bottom: 6px;
  display: flex;
  position: static;
  top: 20px;
}

.style-guide-blocks-container {
  grid-row-gap: 90px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.template-para-wrapper {
  color: #454159;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.bottom-line {
  transform-origin: 0 100%;
  background-color: #fff;
  width: 28px;
  height: 2px;
}

.nav-buttons-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.menu-animation {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.top-line {
  transform-origin: 0 0;
  background-color: #fff;
  width: 32px;
  height: 2px;
}

.nav-links-wrapper {
  grid-column-gap: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1345px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.menu-button {
  width: 32px;
  height: 22px;
  padding: 0;
}

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

.logo {
  object-fit: contain;
  width: 120px;
  height: 44px;
}

.nav-logo-white {
  width: 120px;
  height: auto;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.middle-line {
  background-color: #fff;
  width: 27px;
  height: 2px;
  margin-top: 8.4px;
  margin-bottom: 8.4px;
}

.overlay {
  display: none;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 110px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.nav-logo-mobile {
  width: 120px;
  height: auto;
  display: none;
}

.navigation {
  color: var(--dark);
  letter-spacing: .02rem;
  padding: 0;
  font-family: Otomanopeeone, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.navigation:hover, .navigation.w--current {
  color: var(--orange);
}

.nav-menu-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-wrapper {
  z-index: 50;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-section {
  background-image: linear-gradient(to bottom, var(--light-orange), var(--light-orange));
  width: 100%;
  padding-top: 220px;
  overflow: hidden;
}

.hero-container {
  grid-column-gap: 90px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text-wrapper {
  z-index: 1;
  grid-row-gap: 50px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  display: flex;
  position: relative;
}

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

.hero-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 755px;
  height: auto;
}

.display {
  color: var(--dark);
  letter-spacing: -.1rem;
  font-family: Otomanopeeone, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.9375rem;
}

.phone-link {
  grid-column-gap: 20px;
  color: var(--dark);
  display: flex;
}

.decorative {
  z-index: -1;
  width: 74px;
  height: 79px;
  position: absolute;
  inset: 70px -60px 0% auto;
}

.decorative.care {
  inset: -40px -20px auto auto;
}

.decorative.feature {
  inset: -30px auto auto -205px;
}

.decorative.testimonial {
  inset: -20px -100px auto auto;
}

.decorative.service {
  inset: 20px auto auto -175px;
}

.decorative.team {
  inset: -10px auto auto -200px;
}

.decorative.contact {
  inset: -30px 0% auto auto;
}

.hero-para-wrapper {
  max-width: 470px;
}

.primary-button {
  background-color: var(--orange);
  color: var(--white);
  text-align: center;
  letter-spacing: .02rem;
  border-radius: 10px;
  padding: 14px 24px;
  font-family: Otomanopeeone, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all .3s ease-in-out;
}

.primary-button.dark {
  background-color: var(--dark);
}

.primary-button.dark.white-hover-effect:hover {
  background-color: var(--white);
  color: var(--dark);
}

.primary-button.dark.orange-hover-effect:hover {
  background-color: var(--orange);
}

.primary-button.dark-hover-effect:hover {
  background-color: var(--dark);
}

.phone-icon {
  width: 38px;
  height: 38px;
}

.mission-section {
  padding-top: 125px;
  padding-bottom: 160px;
  position: relative;
}

.about-container {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-heading-wrapper {
  max-width: 510px;
}

.about-row {
  grid-column-gap: 70px;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.about-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 530px;
}

.about-image {
  width: 100%;
  height: 100%;
}

.about-text-wrapper {
  grid-row-gap: 80px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.shadow {
  border: 3px solid var(--dark);
  border-radius: 20px;
  box-shadow: 9px 10px #949494;
}

.about-text {
  flex-direction: column;
  padding: 35px 31px 35px 32px;
  display: flex;
  position: relative;
}

.about-text.shadow.orange-shadow {
  box-shadow: 8px 9px 0 0 var(--orange);
}

.upper-heading {
  letter-spacing: .175rem;
  text-transform: uppercase;
  font-family: Otomanopeeone, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.service-section {
  z-index: 1;
  background-color: var(--yellow);
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.service-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tag {
  background-color: var(--white);
  border-radius: 170px;
  padding: 7px 24px;
}

.service-heading-wrapper {
  z-index: 1;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 570px;
  display: flex;
  position: relative;
}

.service-blocks-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 75px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-block {
  grid-row-gap: 15px;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 370px;
  padding: 45px 45px 53px;
  display: flex;
}

.service-block.shadow.orange-shadow {
  box-shadow: 8px 9px #fc886480;
}

.service-block.shadow.green-shadow {
  box-shadow: 8px 9px #97f59780;
}

.service-block.shadow.light-purple-shadow {
  box-shadow: 8px 9px #ad6cff99;
}

.service-block.shadow.violet-shadow {
  box-shadow: 8px 9px #7ca1ffcc;
}

.service-block.shadow.light-blue-shadow {
  box-shadow: 8px 9px #67e4ffcc;
}

.service-block.shadow.pink-shadow {
  box-shadow: 8px 9px #ff76d099;
}

.service-block-icon {
  width: 80px;
  height: 68px;
  margin-bottom: 20px;
}

.btn-and-link-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.secondary-button {
  border: 3px solid var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: .02rem;
  background-color: #0000;
  border-radius: 14px;
  padding: 14px 24px;
  font-family: Otomanopeeone, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all .3s ease-in-out;
}

.secondary-button.small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.secondary-button.small.dark-hover-effect:hover, .secondary-button.dark-hover-effect:hover {
  background-color: var(--dark);
  color: var(--white);
}

.care-section {
  padding-top: 185px;
  padding-bottom: 140px;
}

.care-container {
  grid-column-gap: 90px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.care-image-wrapper {
  flex: none;
  width: 100%;
  max-width: 545px;
  position: relative;
}

.care-text-wrapper {
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.point-blocks-wrapper {
  grid-column-gap: 53px;
  grid-row-gap: 19px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 37px;
  display: flex;
}

.point-block {
  grid-row-gap: 19px;
  flex-direction: column;
  display: flex;
}

.point {
  grid-column-gap: 13px;
  align-items: center;
  display: flex;
}

.checkmark {
  flex: none;
  width: 17px;
  height: 17px;
}

.clients-profile-wrapper {
  margin-top: -57.5px;
  margin-bottom: 11px;
  display: flex;
}

.client-profile {
  border: 4px solid var(--white);
  object-fit: cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: -15px;
  display: flex;
}

.client-profile.with-bg-color {
  background-color: var(--orange);
}

.plus-icon {
  width: 12px;
  height: 12px;
}

.feature-section {
  z-index: 1;
  background-color: var(--light-orange);
  width: 100%;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.feature-container {
  grid-row-gap: 90px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-heading-wrapper {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 530px;
  display: flex;
  position: relative;
}

.feature-blocks-wrapper {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.feature-block-column {
  grid-row-gap: 55px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 200px;
  display: flex;
}

.feature-image-wrapper {
  width: 100%;
  max-width: 430px;
}

.feature-image {
  width: 100%;
  height: 100%;
}

.shadow-bg-color {
  z-index: -1;
  background-color: var(--white);
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 8px #150b3314;
}

.feature-block {
  grid-column-gap: 20px;
  background-color: var(--white);
  padding: 36px 38px 36px 30px;
  display: flex;
}

.feature-block.shadow.green-shadow {
  box-shadow: 8px 9px #97f597;
}

.feature-block.shadow.blue-shadow {
  box-shadow: 8px 9px #67e4ff;
}

.feature-block.shadow.yellow-shadow {
  box-shadow: 8px 9px #ffd15c;
}

.feature-block.shadow.violet-shadow {
  box-shadow: 8px 9px #7ca1ff;
}

.feature-block-icon {
  flex: none;
  width: 33px;
  height: 33px;
  margin-top: 5px;
}

.feature-block-text {
  grid-row-gap: 5px;
  flex-direction: column;
  display: flex;
}

.testimonial-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.testimonial-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-heading-wrapper {
  z-index: 1;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 795px;
  display: flex;
  position: relative;
}

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

.testimonial-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.testimonial-slider-mask {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonial-slide {
  width: 100%;
}

.testimonial-slide-content-wrapper {
  grid-column-gap: 160px;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 55px 70px 55px 55px;
  display: flex;
}

.testimonial-slide-content-wrapper.yellow-bg {
  background-color: var(--yellow);
}

.testimonial-slide-content-wrapper.orange-bg {
  background-color: var(--orange);
}

.testimonial-slide-content-wrapper.purple-bg {
  background-color: var(--purple);
}

.testimonial-image-wrapper {
  border-radius: 40px;
  width: 100%;
  max-width: 390px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.testimonial-image-wrapper.shadow-without-border.white-shadow {
  box-shadow: 14px 14px #fff6;
}

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

.hide-element {
  display: none;
}

.shadow-without-border {
  border: 3px none var(--dark);
  box-shadow: 14px 14px #949494;
}

.testimonial-star-widget {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 20px;
  padding: 21px 27px;
  position: absolute;
  inset: 75px -125px auto auto;
}

.testimonial-star-widget.orange-text {
  color: var(--orange);
}

.testimonial-image-container {
  flex: none;
  position: relative;
}

.testimonial-slide-text-wrapper {
  grid-row-gap: 15px;
  flex-direction: column;
  max-width: 530px;
  display: flex;
}

.reviewer-details {
  margin-top: 10px;
}

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

.slider-arrow {
  border: 2.5px solid var(--white);
  color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 70px 70px auto;
}

.slider-arrow:hover {
  background-color: var(--white);
  color: var(--dark);
}

.slider-arrow.team-right {
  border-color: var(--dark);
  color: var(--dark);
  inset: auto -58.5px 0% 0%;
}

.slider-arrow.team-right:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.slider-arrow.team-left {
  border-color: var(--dark);
  color: var(--dark);
  inset: auto 0% 0% -58.5px;
}

.slider-arrow.team-left:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.slider-arrow.testimonial-right {
  right: 131px;
}

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

.team-member-section {
  background-color: var(--light-orange);
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.team-member-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-heading-wrapper {
  z-index: 1;
  grid-row-gap: 22px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-block {
  grid-row-gap: 17px;
  border: 3px solid var(--dark);
  background-color: var(--white);
  box-shadow: 0 16px 0 0 var(--dark-grey);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.team-block.purple-shadow {
  box-shadow: 0 16px 0 0 var(--purple);
}

.team-block.orange-shadow {
  box-shadow: 0 16px 0 0 var(--orange);
}

.team-block.yellow-shadow {
  box-shadow: 0 16px 0 0 var(--yellow);
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 216px;
  height: 216px;
}

.team-member-name-wrapper {
  grid-row-gap: 2px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-contact-links-wrapper {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-member-contact-link {
  color: var(--dark);
}

.team-member-contact-link:hover {
  color: var(--orange);
}

.team-member-contact-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-slider {
  background-color: #0000;
  width: 100%;
  max-width: 1065px;
  height: auto;
  padding-bottom: 110px;
  display: flex;
  overflow: hidden;
}

.team-slider-mask {
  width: 100%;
  max-width: 315px;
  height: auto;
  overflow: visible;
}

.team-slide {
  width: 100%;
  height: 100%;
  margin-right: 60px;
}

.pet-section {
  padding-top: 140px;
  padding-bottom: 185px;
}

.pet-container {
  grid-column-gap: 105px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pet-image-wrapper {
  width: 100%;
  max-width: 545px;
}

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

.pet-text-wrapper {
  grid-row-gap: 18px;
  flex-direction: column;
  display: flex;
}

.pet-light-box-wrapper {
  grid-column-gap: 50px;
  margin-top: 72px;
  display: flex;
}

.pet-light-box {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 250px;
  height: 175px;
  padding: 30px;
  display: flex;
  position: relative;
}

.pet-light-box.shadow.purple-shadow {
  box-shadow: 9px 10px 0 0 var(--purple);
}

.pet-light-box.shadow.orange-shadow {
  box-shadow: 9px 10px 0 0 var(--orange);
}

.pet-light-box-text-wrapper {
  grid-row-gap: 17px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100px;
  height: 100%;
  display: flex;
}

.pet-light-box-play-btn {
  object-fit: contain;
  width: 48px;
  height: 48px;
}

.pet-light-box-image {
  height: 215px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pricing-section {
  background-color: #ffdb7d;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-container {
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-heading-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pricing-blocks-wrapper {
  grid-column-gap: 55px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-block {
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 44px 46px;
  display: flex;
  position: relative;
}

.pricing-block.shadow.orange-shadow {
  box-shadow: 9px 10px #fc886480;
}

.pricing-block.shadow.green-shadow {
  box-shadow: 9px 10px #97f59780;
}

.pricing-block.shadow.blue-shadow {
  box-shadow: 9px 10px #67e4ff80;
}

.price-wrapper {
  border-radius: 10px;
  padding: 14px 12px;
}

.price-wrapper.orange-bg {
  background-color: var(--orange);
}

.price-wrapper.green-bg {
  background-color: #97f597;
}

.price-wrapper.blue-bg {
  background-color: #67e4ff;
}

.pricing-points-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.pricing-point {
  grid-column-gap: 16px;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-point.inactive {
  color: #4f4c574d;
}

.point-icon-wrapper {
  grid-column-gap: 16px;
  display: flex;
}

.point-icon-wrapper.active {
  color: var(--orange);
}

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

.pricing-btn-wrapper {
  margin-top: 45px;
}

.pricing-image {
  position: absolute;
  inset: auto 27px 0% auto;
}

.instagram-section {
  background-color: #eafcea;
  padding-top: 140px;
  padding-bottom: 140px;
}

.instagram-container {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram-feed-blocks-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: 245px 162px 245px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.instagram-feed-block-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.instagram-feed-block {
  width: 100%;
  height: 100%;
}

.faq-section {
  padding-top: 160px;
  padding-bottom: 140px;
}

.faq-container {
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.faq-left-block {
  grid-row-gap: 14px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  padding: 43px 15px 25px;
  display: flex;
}

.faq-left-block.shadow.orange-shadow {
  box-shadow: 9px 10px 0 0 var(--orange);
}

.faq-left-block-text-wrapper {
  grid-row-gap: 14px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-row {
  grid-column-gap: 10px;
  color: var(--dark);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 30px;
  display: flex;
}

.accordion-space {
  width: 100%;
  height: 7px;
}

.accordion-para-wrapper {
  text-align: left;
  padding-right: 15px;
  overflow: hidden;
}

.horizontal-line {
  justify-content: center;
  align-items: center;
  margin-top: -1.5px;
  display: flex;
  position: absolute;
}

.vertical-line {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 4px;
}

.accordion-block {
  cursor: pointer;
  padding: 0;
}

.faq-accordion-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  max-width: 680px;
  margin-top: 30px;
  display: flex;
}

.horizontal-divider {
  border: 1px solid var(--dark-grey);
  width: 100%;
}

.accordion-toggle-indicator {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  display: flex;
  position: relative;
}

.contact-section {
  background-color: var(--light-orange);
  width: 100%;
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.contact-container {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.contact-row {
  grid-column-gap: 135px;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.contact-text-wrapper {
  z-index: 1;
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 45px;
  display: flex;
  position: relative;
}

.contact-heading-wrapper {
  z-index: 1;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 400px;
  display: flex;
}

.contact-link {
  grid-column-gap: 22px;
  color: var(--dark-grey);
  align-items: flex-start;
  display: flex;
}

.contact-link-icon {
  width: 16px;
  height: 16px;
  margin-top: 8px;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  width: 100%;
  max-width: 735px;
  margin-bottom: 0;
  padding: 65px 60px;
}

.contact-form-wrapper.shadow.purple-shadow {
  box-shadow: 9px 10px 0 0 var(--purple);
}

.contact-from {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.contact-fields-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.input-field {
  border: 1.5px solid var(--dark);
  color: var(--dark);
  background-color: #0000;
  border-radius: 14px;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 23px;
  padding-right: 23px;
  font-family: Nunito, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.input-field:focus {
  border-style: solid;
  border-color: var(--orange);
}

.input-field::placeholder {
  color: var(--dark-grey);
}

.input-field.with-min-height {
  height: auto;
  min-height: 185px;
}

.contact-form-button-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.checkbox-field {
  grid-column-gap: 0px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border-width: 2px;
  border-color: var(--dark);
  border-radius: 6px;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 15px;
}

.checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: url('../images/Check-mark.svg');
  border-style: none;
}

.contact-image {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 40%;
  margin-left: -50px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer-section {
  background-image: linear-gradient(to bottom, var(--yellow), var(--yellow));
  padding-top: 110px;
  padding-bottom: 45px;
}

.footer-column {
  grid-column-gap: 0px;
  flex-direction: column;
  width: 100%;
  max-width: 375px;
  display: flex;
}

.footer-link {
  color: var(--dark);
  letter-spacing: .00875rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--orange);
  transform: translate(10px);
}

.webflow-link {
  color: #ededed;
  text-decoration: none;
}

.webflow-link:hover {
  color: #08c9bd;
}

.footer-title {
  margin-bottom: 23px;
}

.footer-container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  width: 120px;
  height: auto;
}

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.social-links-wrapper {
  grid-column-gap: 22px;
  display: flex;
}

.footer-divider {
  background-color: #ffffff0f;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.footer-block {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer-columns-wrapper {
  grid-column-gap: 33px;
  width: 100%;
  display: flex;
}

.footer-bottom {
  color: #ededed;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-button-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.social-embed {
  color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 15px;
  display: flex;
}

.social-embed:hover {
  color: var(--orange);
}

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

.social-link:hover {
  color: var(--orange);
  -webkit-text-stroke-color: #05b9de;
}

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

.contact-columns-wrapper {
  grid-column-gap: 70px;
  display: flex;
}

.subscriber-email-field {
  border: 1.5px solid var(--white);
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/Mail-Icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 14px;
  height: 60px;
  padding-left: 50px;
  font-family: Nunito, sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 2.0625rem;
}

.subscriber-email-field:focus {
  border: 1.5px solid var(--white);
}

.subscriber-email-field::placeholder {
  color: var(--white);
}

.subscribe-form-wrapper {
  margin-top: 11px;
  margin-bottom: 0;
}

.subscribe-form {
  grid-row-gap: 22px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-utility-links-wrapper {
  grid-column-gap: 25px;
  display: flex;
}

.footer-text {
  color: #ededed;
  letter-spacing: .00875rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-bottom-link {
  color: var(--dark);
  letter-spacing: .00875rem;
  font-family: Nunito, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.25rem;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-bottom-link:hover {
  color: var(--orange);
}

.anchor-div {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: translate(0, -80px);
}

.instagram-feed-light-box {
  width: 100%;
  height: 100%;
}

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

.social-media-button {
  border: 3px solid var(--dark);
  color: var(--dark);
  text-align: center;
  letter-spacing: .02rem;
  background-color: #0000;
  border-radius: 14px;
  padding: 14px 24px;
  font-family: Otomanopeeone, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  transition: all .3s ease-in-out;
}

.social-media-button.small {
  padding-top: 10px;
  padding-bottom: 10px;
}

.social-media-button.small.dark-hover-effect:hover {
  background-color: var(--dark);
  color: var(--white);
}

.social-media-button.dark-hover-effect {
  padding-left: 40px;
  padding-right: 40px;
}

.social-media-button.dark-hover-effect:hover {
  background-color: var(--dark);
  color: var(--white);
}

@media screen and (max-width: 991px) {
  .main-container {
    max-width: 650px;
  }

  .spacing-classes {
    width: 65%;
  }

  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-color-classes {
    width: 65%;
  }

  .style-guide-title {
    justify-content: flex-start;
    margin-bottom: 20px;
    position: static;
  }

  .all-heading-container {
    justify-content: flex-start;
    align-items: flex-start;
    width: 65%;
  }

  .style-guide-block {
    grid-column-gap: 20px;
    color: #191148;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }

  .h6 {
    color: var(--dark);
  }

  .all-paragraph-container {
    width: auto;
  }

  .buttons-container, .color-palette-container {
    width: 65%;
  }

  .license-block-title {
    justify-content: flex-start;
    width: auto;
  }

  .style-guide-blocks-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bottom-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

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

  .menu-animation {
    grid-row-gap: 8px;
    width: 30px;
    height: 30px;
    display: none;
  }

  .top-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    padding-top: 1.5px;
  }

  .nav-links-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .nav-container {
    align-items: center;
    max-width: 100%;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
  }

  .nav-logo-wrapper {
    display: block;
  }

  .logo {
    width: 100px;
    height: auto;
  }

  .nav-logo-white {
    display: none;
  }

  .brand {
    align-items: center;
    width: auto;
    padding-left: 0;
    display: flex;
  }

  .menu-icon-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-icon {
    width: 30px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .middle-line {
    background-color: #20225b;
    flex: none;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.5px;
  }

  .overlay {
    z-index: 1;
    background-color: #000000b3;
    width: 100%;
    height: 100vh;
    padding: 0;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .navbar {
    z-index: 500;
    height: 105px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-logo-mobile {
    width: 100px;
    height: auto;
    display: block;
  }

  .navigation {
    color: #122258;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-menu-wrapper {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    position: relative;
    overflow: auto;
  }

  .nav-menu {
    z-index: 280;
    background-color: #fff;
    width: 60%;
    height: 100vh;
    max-height: 100vh;
    padding: 60px;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .hero-section {
    background-position: 50% 0;
    background-size: auto 85%;
    padding-top: 190px;
  }

  .hero-container {
    flex-direction: column;
    align-items: center;
  }

  .hero-text-wrapper {
    grid-row-gap: 35px;
    max-width: none;
  }

  .display {
    font-size: 4rem;
    line-height: 4.8rem;
  }

  .phone-link {
    grid-column-gap: 10px;
  }

  .decorative.hero {
    inset: auto 0% 0% auto;
  }

  .hero-para-wrapper {
    max-width: none;
  }

  .mission-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-container {
    grid-row-gap: 15px;
  }

  .about-row {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 15px;
  }

  .about-text-wrapper {
    grid-row-gap: 60px;
    text-align: center;
    order: -1;
    align-items: center;
  }

  .service-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-container {
    grid-row-gap: 60px;
  }

  .service-heading-wrapper {
    grid-row-gap: 15px;
  }

  .service-blocks-wrapper {
    grid-row-gap: 60px;
  }

  .care-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .care-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .care-image-wrapper {
    max-width: none;
  }

  .care-text-wrapper {
    grid-row-gap: 20px;
    order: -1;
  }

  .point-blocks-wrapper {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .point-block {
    grid-row-gap: 15px;
  }

  .feature-section {
    padding-top: 100px;
  }

  .feature-container {
    grid-row-gap: 60px;
  }

  .feature-heading-wrapper {
    grid-row-gap: 10px;
  }

  .feature-blocks-wrapper {
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: center;
  }

  .feature-block-column {
    grid-row-gap: 45px;
    padding-bottom: 0;
  }

  .feature-image-wrapper {
    order: 1;
  }

  .testimonial-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial-container {
    grid-row-gap: 60px;
  }

  .testimonial-heading-wrapper {
    grid-row-gap: 15px;
  }

  .testimonial-slide-content-wrapper {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-image-wrapper {
    max-width: 300px;
  }

  .slider-arrow {
    bottom: 55px;
  }

  .team-member-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .team-heading-wrapper {
    grid-row-gap: 15px;
  }

  .team-block {
    padding: 35px;
  }

  .team-member-image {
    width: 150px;
    height: 150px;
  }

  .team-slider-mask {
    width: 47%;
    max-width: none;
    height: 100%;
  }

  .team-slide {
    margin-right: 30px;
  }

  .pet-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pet-container {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .pet-image-wrapper {
    height: 450px;
  }

  .pet-text-wrapper {
    grid-row-gap: 15px;
    text-align: center;
    order: -1;
  }

  .pet-light-box-wrapper {
    margin-top: 60px;
  }

  .pricing-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pricing-container {
    grid-row-gap: 60px;
  }

  .pricing-heading-wrapper {
    grid-row-gap: 15px;
  }

  .pricing-blocks-wrapper {
    grid-row-gap: 60px;
    flex-wrap: wrap;
    align-items: center;
  }

  .pricing-block {
    max-width: 400px;
  }

  .instagram-section, .faq-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faq-container {
    grid-row-gap: 60px;
  }

  .faq-row {
    grid-row-gap: 90px;
    flex-direction: column;
  }

  .faq-left-block {
    align-items: center;
  }

  .faq-left-block-text-wrapper {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .faq-accordion-wrapper {
    order: -1;
    max-width: none;
    margin-top: 0;
  }

  .contact-section {
    padding-top: 100px;
  }

  .contact-row {
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 100px;
  }

  .contact-text-wrapper {
    order: 1;
  }

  .contact-heading-wrapper {
    grid-row-gap: 15px;
  }

  .contact-fields-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .contact-image {
    max-width: 60%;
    margin-left: 0;
    margin-right: -50px;
    inset: auto 0% 0% auto;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .footer-section {
    padding-top: 100px;
  }

  .footer-link {
    color: var(--dark);
  }

  .webflow-link {
    display: block;
  }

  .footer-logo {
    width: 100px;
    height: auto;
  }

  .footer-wrapper {
    grid-row-gap: 45px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-divider {
    margin-bottom: 50px;
  }

  .footer-block {
    width: 45%;
  }

  .footer-bottom {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .social-embed {
    color: var(--dark);
  }

  .footer-utility-links-wrapper {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .spacing-classes {
    width: 100%;
  }

  .section-spacing {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .text-color-classes {
    width: 100%;
  }

  .style-guide-title {
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .all-heading-container {
    width: 100%;
  }

  .style-guide-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .h6 {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .all-paragraph-container {
    width: 100%;
  }

  .h2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .buttons-container {
    width: 100%;
  }

  .h3 {
    font-size: 1.75rem;
    line-height: 2.875rem;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2.6rem;
  }

  .color-palette-container {
    width: 100%;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-paragraph-container {
    width: 100%;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    position: static;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 90px;
    height: auto;
  }

  .navbar {
    height: 75px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-logo-mobile {
    width: 90px;
    height: auto;
  }

  .nav-menu {
    width: 80%;
    padding: 40px;
  }

  .hero-section {
    padding-top: 130px;
  }

  .hero-text-wrapper {
    grid-row-gap: 20px;
  }

  .display {
    font-size: 2.6rem;
    line-height: 3.4rem;
  }

  .phone-link {
    align-items: center;
  }

  .phone-link.hero {
    margin-bottom: 20px;
  }

  .decorative {
    width: 55px;
    height: 55px;
  }

  .phone-icon {
    width: 30px;
    height: 30px;
  }

  .mission-section, .service-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .service-container, .service-blocks-wrapper {
    grid-row-gap: 45px;
  }

  .service-block {
    grid-row-gap: 5px;
    padding: 30px 20px;
  }

  .service-block-icon {
    width: 70px;
    height: 60px;
  }

  .btn-and-link-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .btn-and-link-wrapper.left-aligned {
    justify-content: flex-start;
  }

  .care-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .care-container {
    grid-row-gap: 45px;
  }

  .care-text-wrapper {
    grid-row-gap: 15px;
  }

  .point-blocks-wrapper, .point-block {
    grid-row-gap: 10px;
  }

  .point {
    grid-column-gap: 15px;
  }

  .clients-profile-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 15px;
  }

  .feature-section {
    padding-top: 90px;
  }

  .feature-container {
    grid-row-gap: 45px;
  }

  .testimonial-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-slider {
    padding-bottom: 80px;
  }

  .testimonial-slide-content-wrapper {
    align-items: center;
  }

  .testimonial-image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial-star-widget {
    inset: auto auto -30px;
  }

  .testimonial-image-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider-arrow {
    border-color: var(--dark);
    color: var(--dark);
    inset: auto 0% 0%;
  }

  .team-member-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .team-member-image {
    flex: none;
  }

  .team-slider-mask {
    width: 100%;
  }

  .pet-image-wrapper {
    height: auto;
  }

  .pet-light-box-wrapper {
    grid-row-gap: 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
  }

  .pricing-section, .instagram-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .instagram-container {
    grid-row-gap: 60px;
  }

  .faq-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .faq-container {
    grid-row-gap: 45px;
  }

  .accordion-space {
    height: 8px;
  }

  .accordion-para-wrapper {
    padding-right: 20px;
  }

  .accordion-toggle-indicator {
    flex: none;
  }

  .contact-section {
    padding-top: 90px;
  }

  .contact-container {
    grid-row-gap: 45px;
  }

  .contact-from, .contact-fields-wrapper {
    grid-row-gap: 15px;
  }

  .input-field {
    height: 50px;
    font-size: 1rem;
    line-height: 1.8rem;
  }

  .contact-form-button-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
  }

  .checkbox-field {
    justify-content: center;
  }

  .webflow-link {
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-title {
    margin-bottom: 15px;
  }

  .footer-logo {
    width: 90px;
    height: auto;
  }

  .footer-wrapper {
    grid-row-gap: 45px;
    justify-content: flex-start;
  }

  .footer-block {
    grid-row-gap: 28px;
    width: 100%;
  }

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

  .subscribe-form {
    grid-row-gap: 15px;
  }

  .anchor-div {
    transform: translate(0, -60px);
  }
}

@media screen and (max-width: 479px) {
  .spacing-classes, .text-color-classes {
    grid-template-columns: 1fr;
  }

  .style-guide-title {
    text-align: center;
  }

  .h2 {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }

  .buttons-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .color-palette-container {
    grid-template-columns: 1fr;
  }

  .licence-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .license-block-title {
    text-align: center;
    justify-content: center;
  }

  .nav-buttons-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo {
    width: 70px;
    height: auto;
  }

  .menu-icon {
    height: 23px;
  }

  .nav-logo-mobile {
    width: 70px;
    height: auto;
  }

  .nav-menu {
    padding: 30px;
  }

  .phone-link {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .phone-link.service {
    grid-row-gap: 5px;
    order: -1;
    justify-content: center;
  }

  .phone-link.care {
    order: -1;
  }

  .phone-link.faq {
    flex-direction: column;
  }

  .phone-icon.hide-on-mobile {
    display: none;
  }

  .point-block {
    column-count: 1;
  }

  .point {
    align-items: flex-start;
  }

  .checkmark {
    margin-top: 7px;
  }

  .feature-image-wrapper {
    flex: none;
  }

  .feature-block {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 20px 20px 30px;
  }

  .testimonial-slider {
    height: 100%;
    padding-bottom: 65px;
  }

  .testimonial-slider-mask, .testimonial-slide {
    height: 100%;
  }

  .testimonial-slide-content-wrapper {
    padding: 40px 30px;
  }

  .testimonial-star-widget {
    padding: 15px 20px;
  }

  .star-emebed {
    width: 120px;
  }

  .team-slider {
    padding-bottom: 90px;
  }

  .pet-light-box {
    max-width: 290px;
  }

  .pet-light-box-text-wrapper {
    grid-row-gap: 15px;
    width: 50%;
  }

  .pet-light-box-play-btn {
    width: 40px;
    height: 40px;
  }

  .pricing-block {
    z-index: 1;
    padding: 30px;
  }

  .pricing-btn-wrapper {
    margin-top: 30px;
  }

  .pricing-image {
    z-index: -1;
    width: 40%;
    inset: auto 0% 0% auto;
  }

  .instagram-feed-blocks-wrapper {
    flex-direction: column;
    grid-template-rows: 245px 245px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .instagram-feed-block-image {
    height: 100%;
  }

  .instagram-feed-block {
    height: 300px;
  }

  .faq-left-block-text-wrapper {
    text-align: center;
  }

  .contact-row {
    align-items: center;
    padding-bottom: 70%;
  }

  .contact-text-wrapper {
    width: 100%;
  }

  .contact-form-wrapper {
    padding: 50px 30px;
  }

  .input-field {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-button-wrapper {
    flex-direction: column;
  }

  .contact-image {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: auto auto 0%;
  }

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

  .footer-logo {
    width: 70px;
  }

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

  .footer-columns-wrapper {
    grid-row-gap: 17px;
    flex-wrap: wrap;
  }

  .contact-columns-wrapper {
    flex-wrap: wrap;
  }

  .subscribe-form {
    grid-row-gap: 15px;
    align-items: stretch;
  }

  .footer-utility-links-wrapper {
    flex-wrap: wrap;
  }
}

#w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ff8-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ff9-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ffa-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41648ffb-b55ff40f, #w-node-_673303f9-4cf4-21e5-526d-a970b0fcf5a2-b55ff40f, #w-node-_6df1404c-85bf-7764-48be-300d614a2e5e-b55ff40f, #w-node-d5cdf24d-6def-a646-e118-3b08bf8bdde1-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649001-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649002-b55ff40f, #w-node-e46c6ed4-6d37-a320-c52d-ee855f326004-b55ff40f, #w-node-e46c6ed4-6d37-a320-c52d-ee855f326005-b55ff40f, #w-node-_6b935e7d-1438-b965-0b85-64483be61c8c-b55ff40f, #w-node-_018d891e-88c4-7859-c1d8-d5d8cf2b08c5-b55ff40f, #w-node-e7dd49d8-1fb9-712a-7e91-c9aa4364218c-b55ff40f, #w-node-_8c3382ac-e812-36f3-3961-67c6ad161c84-b55ff40f, #w-node-_324bf7ab-5ccc-73a1-86cf-07a44bdbf9fa-b55ff40f, #w-node-b5947a0f-7448-1e33-164f-366f1e02bd45-b55ff40f, #w-node-_6831b1c4-eebd-ef47-c7ad-b986720d72b0-b55ff40f, #w-node-a2cd2c4a-bea7-277c-4aef-91efffb0f19b-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649008-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d41649009-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d4164900a-b55ff40f, #w-node-_7738ab33-a30e-38b1-e80d-0a4d4164900b-b55ff40f, #w-node-_475c7715-8d51-ac45-53d2-c0c8a0562bb0-b55ff40f, #w-node-e14a6c4d-7ff4-9be6-01ea-31e418999bac-b55ff40f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Otomanopeeone';
  src: url('../fonts/OtomanopeeOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}