:root {
  --deep-sky-blue: #3fa9f5;
  --black: black;
  --white: white;
  --new-blue: #3fa9f5;
  --forest-green: #29942c;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  background-color: #272727;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  background-color: #e7e7e7;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.d {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-shadow: 0 1px 2px #0003;
  font-size: 22px;
  font-weight: 600;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  box-shadow: none;
  color: #68b8a0;
  background-color: #fff0;
  border: 5px solid #fff;
  border-radius: 5px;
  transition: all .4s, color .4s;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  width: 15%;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 4px 4px #0003;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Asap Condensed, sans-serif;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  width: 88.062%;
  height: auto;
  display: block;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 3%;
  margin-right: 3%;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff;
  border: 1px #000;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  box-shadow: 1px 2px 5px #0000001f;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  width: 9%;
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  width: 10%;
  min-width: 81%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/corgi-dog-puppy-play-swimming-pool.webp');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  width: 90%;
  margin: auto;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: auto;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.div-block-33 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-39 {
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.div-block-32 {
  background-color: #313131;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 99.9999%;
  margin: 0;
  padding: 20px;
  display: flex;
}

.div-block-32.review-div {
  background-color: #0000;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 15px 10px;
  display: flex;
}

.slide-4 {
  padding: 0;
}

.div-block-36 {
  width: 22%;
  min-height: 100%;
  padding-right: 10px;
}

.bold-text-15 {
  font-weight: 500;
}

.review-date {
  color: #535353;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 9px;
  font-size: 16px;
  line-height: 16px;
}

.column-50 {
  padding-left: 0;
  padding-right: 0;
}

.image-25 {
  max-width: 13%;
}

.slide-icons {
  color: #464646;
  -webkit-text-stroke-color: #000;
  display: none;
}

.google-review-link {
  color: #fff;
  text-decoration: none;
}

.outline-1.bg {
  opacity: 1;
  background-color: #2b2c2e;
  border-radius: 5px;
  padding: 20px;
}

.outline-1.bg.booking-cards {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.column-21 {
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.column-21.review {
  justify-content: center;
  display: flex;
}

.mask-2 {
  background-color: #e7e7e7;
}

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

.div-block-37 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-41 {
  width: 38px;
  display: inline-block;
}

.right-arrow {
  color: var(--black);
}

.html-embed-6 {
  line-height: 22px;
  display: none;
}

.div-block-34 {
  align-items: flex-end;
  margin-top: 4px;
  margin-left: 0;
  padding-top: 0;
  display: flex;
}

.div-block-35 {
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  margin-left: 7px;
  display: flex;
}

.columns-11 {
  height: 99.9999%;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.slider {
  background-color: #fff;
  width: 54%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider.reviews {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-9 {
  color: #000;
  letter-spacing: 0;
  flex: 1;
  width: 100%;
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}

.paragraph-9.eliiot {
  width: 100%;
  font-size: 15px;
}

.paragraph-9.j, .paragraph-9.v {
  line-height: 23px;
}

.div-block-38 {
  align-items: center;
  margin-top: 4px;
  display: flex;
}

.column-23 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.column-23.reviews {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-right: 0;
  display: flex;
}

.text-span {
  color: #575757;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.image-9 {
  width: 6%;
  max-width: 100%;
  margin-right: 20px;
}

.image-9.google-reviews-stars {
  width: 6%;
  margin-right: 0;
}

.left-arrow {
  z-index: 90;
  color: #fff;
}

.container-3 {
  background-color: #3a353a;
  border-radius: 20px;
  max-width: 80%;
  max-height: none;
  margin-top: 4%;
  padding: 2%;
}

.container-3.cards-background {
  opacity: 1;
  color: #fff;
  background-color: #73ccd0;
  background-image: none;
  background-size: auto;
  border: 8px #0000;
  border-radius: 5px;
  padding: 6px;
  display: block;
  box-shadow: 1px 1px 6px 1px #0000005c;
}

.container-3.cards-background.bookings-cards {
  box-shadow: none;
  background-image: none;
  border: 6px solid #19cb7c;
  border-radius: 5px;
  margin-bottom: 50px;
  padding: 0;
}

.container-3.cards-background.bookings-cards.desktop-reviews {
  box-shadow: none;
  border-style: none;
  border-color: #313131;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-top: 3px;
  margin-bottom: 0;
  display: block;
}

.review-columns {
  background-color: #2b2c2e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 20px;
  display: block;
}

.review-columns.mobile {
  display: none;
}

.review-columns.desktop {
  background-color: #0000;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.paragraph-10 {
  color: #131313;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.heading-18 {
  font-size: 26px;
}

.heading-18.review-headings {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.slide-3 {
  background-color: #e7e7e7;
  border-radius: 0;
  padding: 0;
}

.slide-3.reivews {
  background-color: #0000;
  width: 100%;
}

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

.navigation-menu {
  justify-content: space-between;
  align-items: center;
  width: 57%;
  min-width: 57%;
  margin-left: auto;
  display: flex;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #3fa9f5;
  background-image: none;
  border: 3px #000;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  margin-left: 0;
  padding: .6vw 1.2vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.button-2:hover {
  color: #fff;
  background-color: #000;
  border: 3px #3fa9f5;
  border-radius: 5px;
  font-weight: 700;
}

.button-2.nav {
  width: auto;
  margin-top: 0;
  margin-left: 1vw;
  font-size: 1.1vw;
}

.button-2.nav.mobile {
  display: none;
}

.button-2.hp {
  width: 33%;
  margin-top: 10px;
}

.navigation-link {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #3fa9f5;
}

.navigation-link.w--current {
  color: #00aeef;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  font-size: 1.2vw;
  font-weight: 700;
}

.navigation-link.home {
  color: #000;
  font-weight: 700;
}

.navigation-link.home:hover {
  color: #3fa9f5;
}

.navigation-link.home.w--current {
  color: var(--deep-sky-blue);
  font-size: 1.2vw;
  font-weight: 700;
}

.image {
  max-width: 160px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  justify-content: flex-end;
  margin-left: 10px;
  display: flex;
}

.brand-link {
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand-link.w--current {
  width: 22vw;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-5 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 800px;
  padding-bottom: 80px;
  display: flex;
}

.section-2 {
  background-image: url('../images/dog32-01.jpg');
  background-position: 50% 0;
  background-size: auto;
  height: 100%;
}

.image-42 {
  width: 20px;
  margin-left: 1vw;
  margin-right: .75vw;
}

.image-42:hover {
  background-image: url('../images/3452352356325235432.png');
  background-position: 0 0;
  background-size: auto;
}

.image-43 {
  width: 20px;
  margin-right: 10px;
}

.div-block-40 {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 1vw;
  display: flex;
}

.div-block-41 {
  background-image: url('../images/617eec6909b843dd8f2f7602_IG-ICON-VMT-01.png');
  background-position: 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.div-block-41:hover {
  background-image: url('../images/3452352356325235432.png');
}

.div-block-41._2 {
  background-image: url('../images/6168b195b4889fc78cec9e18_facebook-icon.webp');
  margin-left: 0;
}

.div-block-41._2:hover {
  background-image: url('../images/23532562362362362.webp');
}

.link-block {
  width: 20px;
  height: 20px;
  margin-left: .75vw;
  margin-right: 0;
}

.link-block-2 {
  width: 20px;
  height: 20px;
  display: block;
}

.text-block-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 700;
}

.nav-dropdown-1:hover {
  color: var(--deep-sky-blue);
}

.dropdown-list {
  background-color: #8f5858;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1vw;
  font-weight: 700;
}

.dropdown-link:hover {
  color: var(--deep-sky-blue);
}

.dropdown-link.puppy {
  font-size: .9vw;
  display: none;
}

.text-block-3 {
  color: #fff;
  font-size: 1.2vw;
  font-weight: 800;
}

.container-6 {
  background-color: var(--deep-sky-blue);
  align-items: center;
  max-width: 100%;
  height: 40px;
  display: flex;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  margin: auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 16px;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6vw;
  font-weight: 800;
  line-height: 1.8vw;
}

.section-3 {
  background-color: #3fa9f5;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-7 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.columns-12 {
  flex-direction: row;
  align-items: flex-start;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.column-51 {
  background-color: #0000;
  border-radius: 20px;
  height: 0%;
  padding: 30px;
}

.div-block-42 {
  border: 4px none var(--deep-sky-blue);
  background-color: #ffffff4d;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0;
  display: flex;
}

.div-block-42.alt2 {
  display: none;
}

.bold-text-16 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  width: 90%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.column-52 {
  padding: 30px;
}

.image-44 {
  border: 7px none var(--deep-sky-blue);
  border-radius: 20px 20px 0 0;
  width: 100%;
}

.heading-19 {
  color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-43 {
  flex-direction: column;
  align-items: center;
  width: 90%;
  display: flex;
}

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

.column-53 {
  padding: 30px;
}

.paragraph-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-13, .paragraph-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.service-header {
  letter-spacing: 6px;
  font-size: 75px;
  font-weight: 800;
}

.google-review-icon {
  width: 59px;
  min-width: 59px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.newsletter-button {
  float: left;
  background-color: var(--deep-sky-blue);
  color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-weight: 500;
  line-height: 24px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.logo-text {
  color: #1c1c1c;
  object-fit: fill;
  margin-top: 24px;
  font-family: Bitter, serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 19px;
}

.footer-slogan {
  color: #ccc;
  margin-bottom: 11px;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #fff;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.column-24 {
  height: 100%;
  min-height: 100%;
  padding-left: 30px;
  display: flex;
}

.image-8 {
  max-width: 71%;
}

.newsletter-form {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.success-message {
  background-color: #5f6166;
}

.container-8 {
  max-width: 100%;
}

.columns-13 {
  align-items: flex-start;
  min-width: 100%;
  display: flex;
}

.hours-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 19px;
  text-decoration: none;
}

.hours-heading._2 {
  margin-top: 5px;
  font-weight: 400;
  line-height: 19px;
}

.hours-heading.closed {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.column-54 {
  padding-left: 30px;
}

.column-55 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

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

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

.quick-stack {
  width: 90%;
}

.cell {
  padding-right: 20px;
}

.cell-2 {
  padding-left: 20px;
}

.heading-21 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 800;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 800;
}

.paragraph-15 {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

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

.section-5 {
  background-color: #95d5ee00;
  background-image: linear-gradient(180deg, var(--new-blue) 54%, white 54%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-9 {
  padding-top: 0;
}

.section-6 {
  margin-bottom: 60px;
  display: none;
}

.fixed-form-trigger {
  z-index: 99;
  cursor: pointer;
  background-color: #312f3a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger:hover {
  background-color: #454255;
  transform: translate(0, -2px);
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.close-line-1 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.text-field-2 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field-2:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field-2.text-area {
  min-height: 80px;
}

.chatbot-sub-title {
  color: #e0e0e0;
  font-size: 14px;
}

.chatbot-greeting {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.success-text {
  text-align: left;
}

.profile-image {
  object-fit: cover;
  border: 1px solid #8770db;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.success-message-2 {
  background-color: #ddd0;
  padding: 16px 16px 16px 0;
}

.field-label {
  font-weight: 600;
}

.success-icon {
  color: #3f5c37;
  justify-content: center;
  align-items: center;
  height: 12px;
  display: flex;
  position: absolute;
  inset: auto 6px 6px auto;
}

.profile-message {
  background-color: #e7e4f3;
  border: 1px solid #ddd;
  border-radius: 0 20px 20px;
  flex: 1;
  padding: 8px;
}

.chatbot-form-wrapper {
  z-index: 200;
  background-color: #f6f5fa;
  border-radius: 20px;
  width: 360px;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

.button-3 {
  background-color: #312f3a;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-3:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.success-message-wrapper {
  grid-column-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.form-item {
  margin-bottom: 20px;
}

.chatbot-main-content {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.chatbot-title {
  color: #f6f5fa;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 400;
}

.chatbot-title-wrapper {
  background-color: #312f3a;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.success-message-confirmation {
  background-color: #e7eee4;
  border: 1px solid #dce7d7;
  border-radius: 0 20px 20px;
  justify-content: flex-start;
  padding: 8px 22px 21px 8px;
  display: flex;
  position: relative;
}

.text-field-3 {
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d3;
  transition: padding .2s cubic-bezier(.165, .84, .44, 1), border .2s cubic-bezier(.165, .84, .44, 1);
}

.text-field-3:focus {
  border-bottom-color: #9d9ca0;
  padding-left: 18px;
}

.text-field-3.text-area {
  min-height: 80px;
}

.container-10 {
  grid-row-gap: 12px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: flex;
}

.close-line-3 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.spacer-medium {
  width: 32px;
  height: 32px;
}

.button-4 {
  background-color: #312f3a;
  border: 1px solid #716d83;
  border-radius: 40px;
  padding: 12px 24px;
  transition: background-color .2s cubic-bezier(.165, .84, .44, 1), transform .2s cubic-bezier(.165, .84, .44, 1);
}

.button-4:hover {
  background-color: #4f4c5c;
  transform: translate(0, -2px);
}

.section-7 {
  z-index: 150;
  clear: none;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 0;
  display: block;
  position: absolute;
}

.intro-content-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.service-main {
  background-color: var(--white);
  background-image: linear-gradient(to right, var(--new-blue) 34%, white 27%);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.quick-stack-2 {
  width: 80%;
}

.heading-23 {
  color: var(--new-blue);
  -webkit-text-stroke-color: var(--new-blue);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 800;
}

.heading-23.lower {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 48px;
}

.heading-23.lower.training {
  margin-top: 6px;
}

.heading-23.lower.training.hp {
  color: var(--deep-sky-blue);
}

.heading-23.sl.training {
  font-size: 53px;
}

.heading-23.boarding {
  font-size: 48px;
}

.paragraph-16 {
  text-align: left;
  width: 80%;
  font-size: 20px;
  font-weight: 500;
}

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

.paragraph-16.hp {
  width: auto;
}

.heading-24 {
  color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
}

.heading-24._2 {
  color: var(--white);
  letter-spacing: 4px;
  font-size: 60px;
}

.section-8 {
  border-style: solid none;
  border-width: 11px;
  border-color: var(--deep-sky-blue);
  background-color: var(--deep-sky-blue);
  background-image: linear-gradient(270deg, white 50%, var(--deep-sky-blue) 50%);
  padding: 0 20px;
}

.cell-3, .cell-4 {
  align-items: center;
}

.cell-5 {
  align-items: flex-end;
  padding-right: 10px;
}

.cell-5._5 {
  align-items: center;
}

.cell-6 {
  justify-content: center;
  padding-left: 10px;
}

.image-45 {
  border: 10px solid var(--white);
  border-radius: 20px;
  width: 80%;
  min-width: 80%;
}

.section-9 {
  background-color: var(--new-blue);
  height: 130px;
  min-height: 60%;
}

.div-block-45 {
  color: silver;
  background-color: #ebebeb;
}

.columns-14 {
  width: 80%;
}

.section-10 {
  background-color: #dfdfdf;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-46 {
  background-color: #ececec;
  border: 4px solid #dadada;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  display: flex;
}

.div-block-46.single {
  width: 79%;
}

.heading-25 {
  text-align: center;
  letter-spacing: 7px;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 42px;
}

.text-span-3 {
  color: var(--deep-sky-blue);
  letter-spacing: 1px;
  font-size: 39px;
  font-weight: 800;
}

.text-span-3.smaller {
  font-size: 39px;
}

.heading-26 {
  text-align: left;
}

.div-block-47 {
  border: 4px solid var(--deep-sky-blue);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.div-block-48 {
  background-color: var(--deep-sky-blue);
  object-fit: fill;
  flex: 0 auto;
  width: 65%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 12px 30px 12px 20px;
  line-height: 50px;
}

.heading-27 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Barlow Condensed, sans-serif;
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 60px;
}

.heading-27.alt {
  font-size: 2vw;
}

.heading-28 {
  color: var(--deep-sky-blue);
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2vw;
  font-weight: 800;
  line-height: 46px;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.service-extra-info {
  color: #474747;
  text-align: center;
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.service-extra-info.single {
  width: 70%;
}

.column-56 {
  padding-left: 30px;
}

.column-57 {
  padding-right: 30px;
}

.heading-29 {
  letter-spacing: 4px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-weight: 800;
}

.div-block-50 {
  border-left: 8px solid var(--deep-sky-blue);
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.div-block-50.hp {
  margin-bottom: 0;
}

.link-block-3 {
  width: 100%;
  text-decoration: none;
}

.link-block-3.right {
  margin-left: 20px;
}

.link-block-3.right.training {
  width: 49%;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.link-block-4.left {
  margin-right: 20px;
}

.toggle-text {
  z-index: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 20px;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #2b2c2e;
  align-items: center;
  width: 100%;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.image-27 {
  max-width: 8%;
  margin-right: 10px;
  padding-top: 0;
}

.faq-answer {
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 26px;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.treatment-link {
  color: #4dbd90;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-icon-2 {
  z-index: 2;
  color: #fff;
  background-color: #00aeef00;
  border-radius: 0;
  width: 3vw;
  margin-right: 0;
  padding-left: 14px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: block;
  position: static;
  inset: 0% 0% 0% auto;
}

.heading-30 {
  font-size: 23px;
}

.heading-68 {
  margin-top: 1px;
}

.text-span-4 {
  color: #00aeef;
  line-height: 30px;
}

.div-block-16 {
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  margin-bottom: 6px;
  display: flex;
}

.toggle-text-2 {
  z-index: 2;
  color: #00aeef;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.toggle-text-2.services {
  margin-right: 15px;
}

.heading-69 {
  margin-top: 1px;
}

.text-span-5 {
  display: flex;
}

.heading-3 {
  color: #192024;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.heading-7 {
  font-family: Open Sans, sans-serif;
}

.heading-2 {
  color: #676770;
  text-align: left;
  text-transform: none;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

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

.faq-body-2 {
  background-color: #0000;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.faq-body-2.w--open {
  background-color: #0000;
}

.heading-79 {
  margin-top: 6px;
}

.heading-93 {
  color: #192024;
  text-align: left;
  letter-spacing: -.5px;
  margin-bottom: 0;
  margin-left: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.6vw;
}

.faq-icon-3 {
  z-index: 2;
  color: #fff;
  background-color: #fff0;
  border-radius: 0;
  flex-direction: column;
  width: 3vw;
  margin-right: 0;
  padding: 20px 10px 20px 14px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.heading-73 {
  margin-top: 3px;
}

.heading-8 {
  font-family: Oswald, sans-serif;
}

.heading-81, .heading-80 {
  margin-top: 5px;
}

.heading-72 {
  margin-top: 3px;
}

.heading-5 {
  font-family: Montserrat, sans-serif;
}

.heading-85 {
  margin-top: 3px;
}

.heading-15 {
  color: #00aeef;
}

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

.heading-94 {
  font-size: 23px;
}

.heading-84 {
  margin-top: 3px;
}

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

.heading-87 {
  margin-top: 2px;
}

.faq-2 {
  background-color: var(--new-blue);
  color: #fff;
  white-space: break-spaces;
  border: 3px #00aeef;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  min-height: 70px;
  margin-bottom: 0;
  padding: 10px 50px 10px 10px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  position: static;
}

.faq-2.w--open {
  border-bottom: 3px #00aeef;
}

.heading-83 {
  margin-top: 4px;
}

.faq-p-2 {
  background-color: #0000;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
}

.heading-86 {
  margin-top: 2px;
}

.heading-75 {
  margin-top: 4px;
}

.heading-9 {
  font-family: PT Sans, sans-serif;
}

.heading-11 {
  font-family: Merriweather, serif;
}

.heading-71 {
  margin-top: 2px;
}

.heading-95 {
  color: #08adef;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.heading-76 {
  margin-top: 5px;
}

.heading-74 {
  margin-top: 4px;
}

.heading-77 {
  margin-top: 5px;
}

.heading-16 {
  font-size: 21px;
}

.heading-82 {
  margin-top: 4px;
}

.heading-70 {
  margin-top: 2px;
}

.text-span-7 {
  font-size: 20px;
  line-height: 20px;
  display: flex;
}

.heading-17 {
  font-size: 21px;
}

.heading-96 {
  font-size: 24px;
}

.text-span-8 {
  display: inline-block;
}

.heading-97 {
  font-size: 22px;
}

.heading-78 {
  margin-top: 6px;
}

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

.heading-98 {
  font-size: 22px;
}

.heading-99 {
  font-size: 30px;
  font-weight: 300;
}

.bold-text-17 {
  margin-left: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
}

.heading-100 {
  line-height: 44px;
}

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

.heading-102 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 600;
}

.heading-103 {
  font-size: 22px;
  line-height: 38px;
}

.heading-104 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
}

.section-11 {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.button-5 {
  color: var(--deep-sky-blue);
  background-color: #fff;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 18px;
  font-weight: 800;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  width: 94%;
  display: flex;
}

.div-block-51.training {
  flex-direction: column;
  align-items: center;
}

.text-span-9 {
  font-weight: 700;
  line-height: 44px;
}

.tax {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.link {
  color: var(--deep-sky-blue);
  font-weight: 800;
}

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

.div-block-60 {
  width: 40%;
}

.div-block-61 {
  width: 42%;
  margin-left: 40px;
  margin-right: 0;
}

.form-2, .form-block {
  width: 100%;
}

.textarea {
  height: 68px;
  min-height: 84px;
}

.submit-button {
  background-color: var(--deep-sky-blue);
  letter-spacing: 1px;
  width: 21%;
  font-weight: 600;
}

.heading-105 {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 40px;
}

.div-block-62 {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.paragraph-17 {
  width: 70%;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
}

.section-12 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.container-12 {
  max-width: 80%;
  display: flex;
}

.paragraph-18 {
  text-align: left;
  font-size: 23px;
  line-height: 34px;
}

.heading-106 {
  color: var(--new-blue);
  text-align: left;
  margin-bottom: 0;
  font-weight: 600;
}

.heading-106._2 {
  margin-bottom: 0;
  font-size: 29px;
  font-weight: 700;
}

.div-block-63 {
  margin-left: 60px;
}

.paragraph-19 {
  text-align: left;
}

.section-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30vw;
  display: flex;
}

.bold-text-18 {
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}

.heading-107 {
  color: var(--deep-sky-blue);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 800;
}

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

.div-block-65 {
  margin-right: 20px;
  font-weight: 800;
}

.section-14 {
  margin-top: 20px;
  margin-bottom: 100px;
}

.section-14.puppyclasses {
  display: none;
}

.container-15 {
  justify-content: center;
  align-items: center;
  max-width: 70%;
  margin-top: 40px;
  display: flex;
}

.image-46 {
  width: 99.9999%;
  min-width: 99.993%;
}

.div-block-66 {
  margin-right: 40px;
}

.div-block-67 {
  width: 80%;
}

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

.container-16 {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  max-width: none;
}

.heading-108 {
  color: #fff;
  text-align: center;
  background-color: #3fa9f4;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 800;
}

.paragraph-20 {
  margin-left: 0;
  margin-right: 0;
  line-height: 18px;
}

.container-17 {
  object-fit: fill;
  max-width: 80%;
  margin-top: 60px;
  margin-bottom: 40px;
}

.heading-109 {
  color: #3fa9f5;
  -webkit-text-stroke-color: #3fa9f5;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 800;
}

.heading-109.home-2 {
  font-size: 39px;
}

.columns-15 {
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 40px;
  display: flex;
}

.image-47 {
  border: 10px solid #fff;
  border-radius: 20px;
  width: 80%;
  min-width: 80%;
}

.column-61 {
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.column-62 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-right: 60px;
  display: flex;
}

.text-span-11, .text-span-12, .italic-text {
  line-height: 24px;
}

.section-15 {
  z-index: 1;
  height: auto;
  display: block;
  position: relative;
}

.heading-110 {
  color: #3fa9f5;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 0;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .section.d {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container {
    max-width: 100%;
  }

  .paragraph-bigger.cc-bigger-white-light {
    margin-bottom: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 30vw;
    margin-top: -20px;
    font-size: 16vw;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    letter-spacing: 0;
    margin-bottom: 0;
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 10px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .footer-wrap {
    min-width: 95%;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .map {
    height: 350px;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .div-block-39 {
    justify-content: flex-start;
    width: 58%;
  }

  .div-block-32 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
  }

  .div-block-32.review-div {
    max-width: 100%;
    margin-left: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-36 {
    padding-right: 10px;
  }

  .review-date {
    font-size: 14px;
  }

  .image-25 {
    max-width: 15%;
    padding-left: 10px;
  }

  .slide-icons {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: none;
  }

  .google-review-link {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    display: block;
  }

  .outline-1.bg.booking-cards {
    display: block;
  }

  .right-arrow {
    display: block;
    left: auto;
    right: -10%;
  }

  .columns-11.review-columns {
    width: 105%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-11.review-columns.desktop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .paragraph-9 {
    padding: 10px;
    font-size: 12px;
    line-height: 17px;
  }

  .paragraph-9.eliiot {
    padding-bottom: 0;
    font-size: 11px;
  }

  .column-23 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-span {
    font-size: 17px;
    line-height: 24px;
  }

  .image-9.google-reviews-stars {
    width: 4%;
  }

  .left-arrow {
    margin-right: 0;
    padding-right: 0;
    position: absolute;
    left: -4%;
    right: auto;
  }

  .container-3 {
    max-width: 90%;
  }

  .container-3.cards-background.bookings-cards.desktop-reviews {
    background-color: #2b2c2e;
    border-width: 5px;
    align-items: stretch;
    max-width: 90%;
    padding-left: 0;
    display: flex;
  }

  .review-columns.mobile {
    width: 105%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .review-columns.desktop {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .paragraph-10 {
    font-size: 24px;
  }

  .heading-18.review-headings {
    font-size: 17px;
    line-height: 22px;
  }

  .slide-3.reivews {
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-menu {
    background-color: #0000;
    width: 74%;
    min-width: 74%;
  }

  .button-2 {
    width: 39vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 21px;
    line-height: 44px;
  }

  .button-2.nav {
    text-align: center;
    width: 112px;
    margin-left: 0;
    font-size: 1.5vw;
  }

  .button-2.hp {
    width: 41%;
  }

  .navigation-link {
    color: #192024;
    padding: 5px 5px 5px 10px;
    font-size: 1.6vw;
  }

  .navigation-link.w--current {
    color: #00aeef;
    font-size: 16px;
  }

  .navigation-link.home.w--current {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 1.6vw;
  }

  .image {
    max-width: 46%;
    margin-right: 20px;
  }

  .div-block {
    min-width: auto;
    margin-left: 20px;
  }

  .brand-link.w--current {
    width: 19%;
    margin-right: 40px;
  }

  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .container-4 {
    justify-content: center;
    width: 100%;
    min-width: 100%;
  }

  .container-5 {
    height: 650px;
  }

  .section-2 {
    background-image: url('../images/test12345555555555-01.webp');
    background-size: cover;
  }

  .div-block-40 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 1vw;
  }

  .text-block-2 {
    font-size: 1.6vw;
  }

  .icon-2 {
    margin-right: 20px;
  }

  .dropdown-link {
    padding-left: 15px;
    line-height: 18px;
  }

  .dropdown-link.puppy {
    padding-left: 15px;
  }

  .dropdown-1 {
    margin-right: -20px;
    padding: 10px 40px 10px 10px;
  }

  .text-block-3 {
    font-size: 2.5vw;
  }

  .paragraph-11 {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 19px;
  }

  .h1 {
    letter-spacing: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.8vw;
  }

  .container-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .column-51 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px 40px;
    display: flex;
  }

  .div-block-42 {
    flex-direction: row;
    justify-content: center;
    overflow: hidden;
  }

  .div-block-42.hidden {
    display: none;
  }

  .div-block-42.alt2 {
    display: flex;
  }

  .bold-text-16 {
    text-align: left;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }

  .column-52 {
    padding: 20px 40px;
  }

  .image-44 {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    width: 101vw;
  }

  .image-44.alt {
    border-radius: 0 20px 20px 0;
  }

  .heading-19 {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
  }

  .column-53 {
    padding: 20px 40px;
  }

  .newsletter-button {
    width: 51%;
  }

  .footer-slogan {
    font-size: 13px;
    line-height: 22px;
  }

  .footer-title {
    font-size: 20px;
  }

  .page-link.in-footer {
    justify-content: flex-start;
    font-size: 13px;
    line-height: 24px;
    display: flex;
  }

  .column-24 {
    padding-left: 10px;
  }

  .newsletter-form {
    width: 100%;
  }

  .columns-13 {
    align-items: flex-start;
  }

  .column-54 {
    padding-left: 10px;
  }

  .column-55 {
    align-items: center;
  }

  .heading-21 {
    margin-bottom: 30px;
  }

  .paragraph-15 {
    line-height: 26px;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .container-9 {
    max-width: 90%;
  }

  .section-6 {
    margin-bottom: 40px;
  }

  .chat-icon {
    height: 30px;
  }

  .container-10 {
    max-width: 100%;
  }

  .section-7 {
    padding-left: 36px;
    padding-right: 36px;
    display: block;
  }

  .service-main {
    background-image: linear-gradient(to bottom, var(--new-blue) 34%, white 27%);
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading-23 {
    font-size: 46px;
  }

  .heading-23.boarding {
    font-size: 34px;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-16.hp {
    line-height: 22px;
  }

  .paragraph-16._16 {
    width: 100%;
  }

  .cell-5 {
    padding-right: 0;
  }

  .cell-6 {
    align-items: center;
    padding-left: 0;
  }

  .section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-46 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-span-3 {
    line-height: 42px;
  }

  .heading-27 {
    font-size: 4.3vw;
  }

  .heading-27.alt {
    font-size: 4vw;
  }

  .heading-28 {
    font-size: 4.3vw;
  }

  .service-extra-info {
    font-size: 15px;
    line-height: 26px;
  }

  .service-extra-info.single {
    width: 90%;
    font-size: 13px;
    line-height: 20px;
  }

  .column-56 {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-57 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-29 {
    letter-spacing: 2px;
    font-size: 42px;
  }

  .heading-29.swim-1 {
    font-size: 33px;
  }

  .heading-29.hp {
    font-size: 35px;
  }

  .div-block-50 {
    margin-bottom: 30px;
  }

  .link-block-3.right {
    margin-left: 0;
  }

  .link-block-3.right.training {
    width: 100%;
  }

  .link-block-4.left {
    margin-right: 0;
  }

  .toggle-text {
    padding-left: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .faq-p {
    margin-bottom: 15px;
  }

  .faq {
    height: 100px;
  }

  .image-27 {
    max-width: 20%;
  }

  .faq-icon {
    width: 30px;
  }

  .faq-icon-2 {
    z-index: 4;
    width: 13vw;
    padding-left: 34px;
  }

  .toggle-text-2 {
    padding-left: 5px;
    font-size: 18px;
    line-height: 26px;
  }

  .toggle-text-2.services {
    font-size: 28px;
  }

  .heading-93 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .faq-icon-3 {
    z-index: 4;
    width: 6vw;
    padding-left: 10px;
    font-size: 19px;
  }

  .faq-2 {
    background-image: none;
    flex-direction: row;
    height: 44px;
    padding-right: 40px;
  }

  .faq-p-2 {
    width: 80%;
    margin-bottom: 15px;
  }

  .heading-102 {
    font-size: 19px;
  }

  .div-block-51 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-52 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .div-block-52.alt {
    margin-left: 0;
    margin-right: 20px;
  }

  .div-block-53 {
    width: 150vw;
    margin-right: 0;
  }

  .div-block-54 {
    margin-right: 10px;
  }

  .video {
    width: 100%;
  }

  .container-11 {
    max-width: 90%;
  }

  .form {
    width: 100%;
    min-width: 100%;
    display: flex;
  }

  .div-block-55 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-61 {
    width: 70%;
    margin-top: 20px;
    margin-left: 0;
  }

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

  .paragraph-17 {
    width: 85%;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
  }

  .container-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .div-block-63 {
    width: 100%;
    margin-left: 0;
  }

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

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

  .section-13 {
    height: 76vw;
  }

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

  .container-13 {
    text-align: center;
    max-width: 676px;
  }

  .container-14 {
    max-width: 72%;
  }

  .container-15 {
    max-width: 90%;
  }

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

  .paragraph-20 {
    text-align: left;
  }

  .container-17 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-109 {
    font-size: 46px;
  }

  .heading-109.home-2 {
    text-align: center;
    font-size: 38px;
  }

  .columns-15 {
    flex-flow: column;
  }

  .image-47 {
    display: none;
  }

  .column-62 {
    padding-top: 0;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    z-index: 2;
    text-align: center;
    margin-top: 0;
    position: relative;
    overflow: visible;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    padding: 10px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    margin-bottom: 10px;
    font-size: 46px;
    line-height: 49px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0 30px;
  }

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

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .div-block-39 {
    text-align: left;
    justify-content: flex-start;
    width: 60%;
  }

  .div-block-32 {
    object-fit: cover;
    background-color: #2b2c2e;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .div-block-32.review-div {
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-25 {
    max-width: 21%;
  }

  .mask-2 {
    height: 734px;
    padding-bottom: 0;
  }

  .div-block-35 {
    width: 97%;
  }

  .columns-11.review-columns.desktop {
    width: 100%;
  }

  .slider.reviews {
    height: 100%;
  }

  .paragraph-9 {
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 13px;
  }

  .container-3.cards-background.bookings-cards.desktop-reviews {
    max-height: 80%;
    display: block;
  }

  .paragraph-10 {
    display: block;
  }

  .navigation-menu {
    background-color: #ffffffc2;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .button-2 {
    border-radius: 5px;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .button-2.nav.mobile {
    text-align: center;
    flex-direction: row;
    flex: 0 auto;
    width: 82%;
    min-width: auto;
    padding: .3vw 8px;
    font-size: 2vw;
    line-height: 22px;
    display: block;
  }

  .button-2.boarding {
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .icon {
    width: 49px;
    font-size: 48px;
  }

  .navigation-link {
    font-size: 3vw;
  }

  .navigation-link.home {
    color: #000;
    font-size: 2vw;
  }

  .navigation-link.home.current {
    padding-left: 10px;
    font-size: 3vw;
  }

  .image {
    max-width: 32%;
    margin-right: 0;
  }

  .div-block {
    justify-content: flex-start;
    margin-left: 0;
  }

  .hamburger-button {
    width: auto;
  }

  .hamburger-button.w--open {
    color: #1d1e22;
    background-color: #3b99d900;
  }

  .container-4 {
    justify-content: space-between;
  }

  .div-block-40 {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .nav-dropdown-1 {
    display: block;
  }

  .dropdown-link {
    font-size: 3vw;
    line-height: 19px;
  }

  .dropdown-link.puppy {
    font-size: 3vw;
  }

  .dropdown-1 {
    margin-right: 0;
    position: relative;
  }

  .text-block-3 {
    font-size: 3vw;
  }

  .paragraph-11 {
    font-size: 15px;
    line-height: 24px;
  }

  .h1 {
    width: 83%;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .section-3 {
    padding: 10px 20px;
  }

  .column-51 {
    padding: 10px 20px 30px;
  }

  .div-block-42.alt2 {
    border-radius: 0;
  }

  .bold-text-16 {
    font-size: 13px;
    line-height: 20px;
  }

  .column-52 {
    padding: 10px 20px 30px;
  }

  .image-44 {
    width: 100vw;
  }

  .heading-19 {
    font-size: 30px;
    line-height: 34px;
  }

  .column-53 {
    padding: 10px 20px;
  }

  .column-26 {
    display: none;
  }

  .logo-text {
    margin-top: 15px;
  }

  .footer-slogan {
    text-align: left;
  }

  .footer-title {
    margin-top: 0;
  }

  .page-link.in-footer {
    text-align: right;
  }

  .column-24 {
    margin-top: 20px;
    padding-right: 40px;
    display: block;
  }

  .column-24.upper {
    margin-top: 0;
  }

  .newsletter-form {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .container-8 {
    overflow: visible;
  }

  .columns-13 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-54 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .column-55 {
    align-items: flex-end;
    padding-right: 40px;
  }

  .paragraph-15 {
    font-size: 16px;
    line-height: 22px;
  }

  .section-6 {
    margin-bottom: 30px;
  }

  .container-10 {
    width: auto;
    max-width: 100%;
  }

  .section-7 {
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .intro-content-2 {
    max-width: 100%;
  }

  .service-main {
    background-image: linear-gradient(to bottom, var(--new-blue) 22%, white 19%);
  }

  .quick-stack-2 {
    width: 80%;
  }

  .heading-23 {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-23.lower {
    font-size: 31px;
    line-height: 53px;
  }

  .heading-23.lower.training.hp {
    text-align: center;
  }

  .heading-23.sl.training {
    margin-bottom: 24px;
  }

  .heading-23.boarding {
    font-size: 28px;
  }

  .paragraph-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-16.hp {
    text-align: center;
  }

  .paragraph-16._16 {
    width: 100%;
  }

  .cell-5._5 {
    align-items: center;
  }

  .image-45 {
    border-width: 8px;
  }

  .section-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-46 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-48 {
    height: auto;
    min-height: auto;
    max-height: none;
    padding-bottom: 12px;
  }

  .heading-27 {
    font-size: 4.3vw;
    line-height: 33px;
  }

  .heading-28 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-extra-info {
    line-height: 24px;
  }

  .heading-29 {
    letter-spacing: 2px;
    font-size: 35px;
  }

  .heading-29.hp {
    font-size: 26px;
  }

  .image-27 {
    max-width: 12%;
  }

  .faq-answer {
    line-height: 24px;
  }

  .faq-body-cont {
    padding: 15px;
  }

  .faq-icon-2 {
    width: 14vw;
    padding-left: 11px;
  }

  .toggle-text-2.services {
    font-size: 24px;
  }

  .faq-icon-3 {
    width: 9vw;
    padding-left: 9px;
  }

  .faq-2 {
    background-image: none;
  }

  .faq-p-2 {
    width: 90%;
  }

  .heading-102 {
    font-size: 15px;
    line-height: 50px;
  }

  .section-11 {
    z-index: 0;
    position: relative;
  }

  .button-5 {
    margin-left: 0;
  }

  .tax {
    font-size: 15px;
  }

  .div-block-54 {
    margin-right: 0;
  }

  .div-block-55 {
    align-items: flex-end;
  }

  .div-block-56 {
    flex-direction: column;
    align-items: flex-end;
    display: flex;
  }

  .div-block-57, .div-block-58 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .column-58 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-59 {
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    min-width: 38%;
    display: flex;
  }

  .submit-button {
    width: 30%;
  }

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

  .section-12 {
    padding-top: 40px;
  }

  .bold-text-18 {
    font-size: 28px;
    line-height: 42px;
  }

  .container-13 {
    max-width: 90%;
    font-size: 14px;
  }

  .heading-107 {
    font-size: 48px;
  }

  .container-14 {
    max-width: 82%;
  }

  .section-14 {
    margin-bottom: 60px;
  }

  .container-15 {
    flex-direction: column;
  }

  .div-block-66 {
    width: 70%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .column-60 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-17 {
    max-width: 90%;
    margin-top: 20px;
  }

  .heading-109 {
    font-size: 38px;
    line-height: 40px;
  }

  .heading-109.home-2 {
    font-size: 29px;
  }

  .columns-15 {
    max-width: 100%;
  }

  .image-47 {
    border-width: 8px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-store-home-wrap {
    margin-top: 20px;
    overflow: visible;
  }

  .button.cc-jumbo-button.cc-jumbo-white {
    width: 40vw;
    font-size: 19vw;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .div-block-39 {
    width: 142%;
    display: flex;
  }

  .div-block-32 {
    border-radius: 0;
    justify-content: center;
    padding: 15px;
  }

  .div-block-32.review-div {
    margin-left: 0;
    padding: 15px 5px;
  }

  .div-block-36 {
    min-width: 25%;
    margin-right: 0;
  }

  .bold-text-15 {
    line-height: 16px;
  }

  .column-50 {
    margin-top: 40px;
    padding-top: 0;
  }

  .image-25 {
    width: 40px;
    max-width: none;
  }

  .google-review-link {
    justify-content: flex-start;
    display: flex;
  }

  .outline-1.bg {
    padding: 15px;
  }

  .outline-1.bg.booking-cards {
    height: 800px;
  }

  .mask-2 {
    flex: 0 auto;
    height: 824px;
  }

  .div-block-37 {
    margin-left: 5px;
  }

  .right-arrow {
    display: none;
  }

  .div-block-34 {
    justify-content: flex-start;
  }

  .div-block-35 {
    margin-left: 5px;
  }

  .columns-11.review-columns.desktop {
    width: 100%;
  }

  .slider {
    background-color: #313131;
  }

  .paragraph-9 {
    text-align: left;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-9.j, .paragraph-9.v {
    line-height: 19px;
  }

  .image-9 {
    margin-right: 10px;
  }

  .image-9.google-reviews-stars {
    width: 7%;
  }

  .left-arrow {
    display: none;
  }

  .container-3.cards-background {
    margin-top: 5%;
  }

  .container-3.cards-background.bookings-cards.desktop-reviews {
    max-width: 96%;
    max-height: 100%;
    display: block;
    overflow: hidden;
  }

  .review-columns.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .review-columns.desktop {
    overflow: visible;
  }

  .paragraph-10 {
    width: 80%;
    font-size: 21px;
  }

  .heading-18.review-headings {
    line-height: 25px;
  }

  .slide-3.reivews {
    overflow: hidden;
  }

  .navigation-menu {
    z-index: 0;
    background-color: #ffffffd6;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: auto;
    margin-left: 50%;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
    position: absolute;
    inset: auto;
    overflow: visible;
  }

  .button-2 {
    text-align: center;
    width: 45vw;
    margin-right: auto;
    padding: 5px 12px;
    font-size: 15px;
    display: block;
  }

  .button-2.nav.mobile {
    text-align: center;
    border-radius: 2px;
    width: auto;
    margin-top: 0;
    margin-right: -11px;
    padding: .5vw 12px;
    font-size: 3.5vw;
    line-height: 26px;
  }

  .button-2.hp {
    width: 70%;
  }

  .button-2.home {
    margin-left: auto;
  }

  .icon {
    width: 36px;
    font-size: 37px;
  }

  .navigation-link {
    text-align: left;
    background-color: #fff0;
    font-size: 4vw;
  }

  .navigation-link.home {
    text-align: center;
    align-self: auto;
  }

  .navigation-link.home.current {
    text-align: left;
    background-color: #fff0;
    font-size: 4vw;
  }

  .image {
    max-width: 95%;
    margin-right: 0;
  }

  .div-block {
    margin-left: 10px;
  }

  .brand-link {
    width: 32vw;
    margin-left: 2vw;
    margin-right: auto;
  }

  .brand-link.w--current {
    width: 32%;
    margin-left: 5vw;
    margin-right: auto;
  }

  .hamburger-button {
    width: 0;
    margin-left: 0;
    margin-right: 20px;
    display: block;
    position: relative;
  }

  .hamburger-button.w--open {
    color: var(--black);
    background-color: #fff;
    border-radius: 5px;
    width: auto;
    margin-right: 0;
    padding: 5px;
  }

  .container-4 {
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .container-5 {
    height: 600px;
  }

  .div-block-40 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 6px;
  }

  .text-block-2 {
    font-size: 4vw;
  }

  .nav-dropdown-1 {
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .dropdown-list.w--open {
    background-color: #fff;
  }

  .dropdown-link {
    font-size: 3vw;
    line-height: 13px;
  }

  .dropdown-1 {
    margin-left: 0;
  }

  .text-block-3 {
    font-size: 4vw;
  }

  .container-6 {
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-11 {
    text-align: center;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 18px;
  }

  .h1 {
    text-align: left;
  }

  .h1.homepage {
    text-align: center;
    width: 99%;
    line-height: 5vw;
  }

  .container-7 {
    overflow: visible;
  }

  .column-51 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-42 {
    flex-direction: column;
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-42.hidden {
    width: 90%;
    display: flex;
  }

  .div-block-42.alt2 {
    display: none;
  }

  .bold-text-16 {
    text-align: center;
    overflow: visible;
  }

  .column-52 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-44 {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    width: 89vw;
  }

  .heading-19 {
    margin-bottom: 5px;
  }

  .column-53 {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-12 {
    overflow: visible;
  }

  .newsletter-button {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
  }

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

  .newsletter-field {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
  }

  .page-link.in-footer {
    text-align: center;
    font-size: 12px;
  }

  .column-24 {
    padding-right: 10px;
  }

  .newsletter-form {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .column-54 {
    justify-content: center;
    align-items: center;
  }

  .column-55 {
    align-items: center;
    margin-bottom: 10px;
    padding-right: 10px;
  }

  .about {
    display: block;
  }

  .heading-21 {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .heading-22 {
    margin-bottom: 20px;
    font-size: 32px;
  }

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

  .section-5 {
    background-image: linear-gradient(to bottom, var(--new-blue) 62%, white 54%);
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-6 {
    background-color: #fff;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .fixed-form-trigger {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

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

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .chatbot-sub-title {
    font-size: 12px;
    display: none;
  }

  .field-label {
    margin-bottom: 5px;
  }

  .chatbot-form-wrapper {
    max-width: 88vw;
    margin-bottom: 50px;
    padding-bottom: 0;
    bottom: 16px;
    right: 16px;
  }

  .form-item {
    margin-bottom: 5px;
  }

  .chatbot-main-content {
    grid-row-gap: 16px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  .chatbot-title {
    margin-bottom: 0;
    font-size: 16px;
  }

  .chatbot-title-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .text-field-3 {
    margin-bottom: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .text-field-3.text-area {
    min-height: 60px;
  }

  .button-4 {
    text-align: center;
    padding: 8px 28px 8px 18px;
  }

  .section-7 {
    display: block;
  }

  .service-main {
    background-image: linear-gradient(to bottom, var(--new-blue) 21%, white 16%);
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .quick-stack-2 {
    width: 95%;
  }

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

  .heading-23.lower {
    text-align: left;
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 36px;
  }

  .heading-23.lower.training {
    text-align: left;
  }

  .heading-23.lower.training.hp {
    margin-bottom: 0;
  }

  .heading-23.sl {
    text-align: left;
    font-size: 25px;
    line-height: 31px;
  }

  .heading-23.sl.training {
    margin-bottom: 9px;
    font-size: 39px;
    line-height: 52px;
  }

  .paragraph-16 {
    text-align: left;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-16.lower {
    font-size: 14px;
  }

  .paragraph-16.hp {
    font-size: 13px;
  }

  .cell-6 {
    align-items: center;
  }

  .image-45 {
    border-width: 8px;
  }

  .columns-14 {
    width: 90%;
  }

  .div-block-46.single {
    width: 92%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-25 {
    letter-spacing: 5px;
    font-size: 22px;
    line-height: 20px;
  }

  .text-span-3 {
    font-size: 22px;
    line-height: 28px;
  }

  .text-span-3.smaller {
    font-size: 23px;
  }

  .div-block-47 {
    margin-bottom: 10px;
  }

  .div-block-48 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-27 {
    font-size: 5vw;
    line-height: 19px;
  }

  .heading-28 {
    line-height: 32px;
  }

  .service-extra-info {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .service-extra-info.single {
    font-size: 12px;
    line-height: 17px;
  }

  .heading-29 {
    padding-left: 10px;
    font-size: 22px;
    line-height: 40px;
  }

  .heading-29.swim-1 {
    letter-spacing: 0;
    font-size: 19px;
  }

  .div-block-50 {
    border-left-width: 6px;
    margin-bottom: 10px;
  }

  .div-block-50.hp {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 21px;
  }

  .toggle-text {
    font-size: 18px;
    line-height: 18px;
  }

  .faq-p {
    margin-bottom: 5px;
  }

  .image-27 {
    max-width: 18%;
  }

  .faq-answer {
    line-height: 24px;
  }

  .faq-body-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon-2 {
    width: 18vw;
    margin-left: 40px;
  }

  .toggle-text-2 {
    font-size: 18px;
    line-height: 18px;
  }

  .toggle-text-2.services {
    letter-spacing: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 17px;
  }

  .faq-body-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-93 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .faq-icon-3 {
    width: 14vw;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .faq-2 {
    background-image: none;
    justify-content: flex-start;
    height: 44px;
    min-height: 55px;
    padding-right: 10px;
  }

  .faq-p-2 {
    margin-top: 10px;
    margin-bottom: -5px;
  }

  .heading-76 {
    font-size: 4vw;
  }

  .text-span-8 {
    font-size: 18px;
  }

  .heading-102 {
    width: 85.7101%;
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .heading-104 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-11 {
    z-index: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .text-span-9 {
    line-height: 29px;
  }

  .tax {
    font-size: 10px;
  }

  .div-block-52 {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .div-block-53 {
    width: 89vw;
  }

  .form {
    justify-content: center;
  }

  .div-block-55, .div-block-56 {
    justify-content: center;
    align-items: center;
  }

  .div-block-57 {
    align-items: center;
    width: 95%;
  }

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

  .column-58 {
    padding: 0;
  }

  .body {
    background-color: #e7e7e7;
  }

  .text-block-4 {
    line-height: 24px;
  }

  .div-block-59 {
    justify-content: flex-end;
    align-items: center;
    width: 101%;
    display: flex;
  }

  .div-block-61 {
    width: 85%;
  }

  .submit-button {
    width: 48%;
  }

  .heading-105 {
    font-size: 30px;
  }

  .link-2 {
    display: none;
  }

  .section-13 {
    height: 164vw;
  }

  .bold-text-18 {
    font-size: 18px;
    line-height: 31px;
  }

  .heading-107 {
    font-size: 40px;
  }

  .container-14 {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
  }

  .section-14 {
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container-15 {
    margin-top: 20px;
  }

  .column-59 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading-108 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
  }

  .heading-109.home-2 {
    text-align: left;
    font-size: 23px;
  }

  .image-47 {
    border-width: 8px;
  }

  .heading-110 {
    font-size: 11px;
  }
}

#w-node-_92a93e3b-6dcc-3c7b-109a-c322065b6ffe-065b6fec {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ec6deb56-553d-9c21-b701-ccc630e4f8e3-f88624e2, #w-node-_1a1212c2-1c95-5131-2e28-5614fb7cd5ea-5f50db51, #w-node-_43941514-1abc-4b04-dbc5-86983a2b0eda-5da08c91, #w-node-_51b4ff00-5071-9fae-3f4a-dca8097fde53-7b7ffabf, #w-node-_1a1212c2-1c95-5131-2e28-5614fb7cd5ea-8ba6fbf5, #w-node-ec6deb56-553d-9c21-b701-ccc630e4f8e3-4ce17170 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-ec6deb56-553d-9c21-b701-ccc630e4f8e3-f88624e2, #w-node-_1a1212c2-1c95-5131-2e28-5614fb7cd5ea-5f50db51, #w-node-_43941514-1abc-4b04-dbc5-86983a2b0eda-5da08c91, #w-node-_51b4ff00-5071-9fae-3f4a-dca8097fde53-7b7ffabf, #w-node-_1a1212c2-1c95-5131-2e28-5614fb7cd5ea-8ba6fbf5, #w-node-ec6deb56-553d-9c21-b701-ccc630e4f8e3-4ce17170 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92a93e3b-6dcc-3c7b-109a-c322065b6ff9-065b6fec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


