@font-face {
  font-family: "Fa brands 400 (old)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "Fa Brands 400 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: black;
  --paragraph-gray: #818181;
  --blackshaw-royd-gold: #cfab50;
  --white-smoke: #f5f5f5;
  --blackshaw-royd-purple: #201d41;
  --light: #fefbf8;
  --white: white;
  --white-50: #ffffff80;
  --field-border: #e2e2e2;
}

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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.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: var(--primary);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--primary);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--primary);
  margin-top: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  color: var(--paragraph-gray);
  letter-spacing: .3px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  border-bottom: 1px solid #0000;
  align-items: center;
  font-size: 16px;
  line-height: 1.2em;
  text-decoration: none;
  transition: color .3s, border-color .3s;
}

a:hover {
  border-bottom-color: var(--blackshaw-royd-gold);
  color: var(--blackshaw-royd-gold);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--blackshaw-royd-gold);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border-left: 2px solid var(--blackshaw-royd-gold);
  text-align: left;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-left: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Lora, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  width: auto;
  height: auto;
  padding: 80px 30px;
  position: relative;
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner.team {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Staff-Banner-1_1Staff Banner (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.dark-background {
  color: #000;
  background-color: #171541;
}

.section.without-top-spacing {
  background-color: var(--white-smoke);
  padding-top: 80px;
}

.section.primary-color-background {
  background-color: var(--blackshaw-royd-purple);
  height: auto;
}

.section.without-space {
  background-color: var(--white-smoke);
  padding-top: 0;
  padding-bottom: 80px;
}

.section.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/soledad-lorieto-bSQ2YL5tytY-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.banner.contact {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Home-1-2_1Banner Home 1 (2).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.livery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/anna-kaminova-cCsbIhfjfTY-unsplash_1.webp');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.gallery {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Land.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.services {
  background-image: linear-gradient(#00000080, #00000080), url('../images/lily-banse-RfJ_Twk_9mk-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 160px;
}

.section.banner.about {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Land-2_1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.reviews {
  background-image: linear-gradient(to bottom, null, null), url('../images/Horse-3-1_1Horse 3 (1).webp');
}

.section.banner.equine-physio {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Equine-Physio.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.banner.policy {
  background-color: var(--blackshaw-royd-purple);
  background-image: none;
}

.section.navy {
  background-color: var(--blackshaw-royd-purple);
}

.section._404 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/olio-creative-gzVRFfafToM-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.successful-submission {
  background-image: linear-gradient(#00000080, #00000080), url('../images/helena-lopes-Y5iPU37b7Zs-unsplash_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.gold {
  background-color: var(--blackshaw-royd-gold);
}

.section.hide {
  display: none;
}

.section.off-white {
  background-color: var(--light);
}

.base-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.primary-button {
  border: 1px solid var(--blackshaw-royd-gold);
  background-color: var(--blackshaw-royd-gold);
  color: #f9f9fa;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 25px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.1em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 1;
  color: var(--primary);
}

.primary-button.w--current:hover {
  border-color: var(--white);
}

.primary-button.white-navbar-button {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--primary);
  cursor: pointer;
  flex: none;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  display: block;
}

.primary-button.white-navbar-button:hover {
  color: var(--white);
  background-color: #0000;
}

.primary-button.color-2 {
  border-color: var(--blackshaw-royd-gold);
  background-color: var(--blackshaw-royd-gold);
}

.primary-button.color-2:hover {
  border-color: var(--white);
  background-color: var(--white);
}

.primary-button.full-w {
  border-width: 2px;
  width: auto;
  font-weight: 700;
}

.primary-button.full-w:hover {
  border-color: var(--blackshaw-royd-gold);
  background-color: var(--blackshaw-royd-gold);
  color: var(--white);
  box-shadow: 0 0 6px 2px #0003;
}

.primary-button.max-w---100 {
  border-style: none;
  width: 70%;
}

.primary-button.max-w---100:hover {
  background-color: var(--blackshaw-royd-purple);
  color: var(--white);
  border-width: 0;
}

.primary-button.navy-button:hover {
  background-color: var(--blackshaw-royd-purple);
  color: var(--white);
}

.navbar {
  border-bottom: 1px none var(--paragraph-gray);
  background-color: #201d41;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}

.navbar.white-navbar {
  background-color: #0000;
  border-bottom-color: #ffffff4d;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
}

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

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.menu-button {
  display: none;
}

.nav-link {
  color: var(--white);
  border-bottom-width: 0;
  padding: 0;
}

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

.nav-link.w--current {
  color: #222c2d;
}

.nav-link.white-nav-link {
  color: var(--white);
}

.nav-link.white-nav-link:hover {
  color: var(--blackshaw-royd-gold);
}

.nav-link.white-nav-link.hide {
  display: none;
}

.nav-dropdown-toggle {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  top: 40px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  text-transform: capitalize;
  border-bottom-width: 0;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--blackshaw-royd-gold);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--blackshaw-royd-gold);
}

.nav-dropdown-link.hide {
  display: none;
}

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title:hover {
  color: var(--blackshaw-royd-gold);
}

.nav-item-title.white-item {
  color: var(--white);
}

.nav-item-title.white-item:hover {
  color: var(--blackshaw-royd-gold);
}

.banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  padding: 40px 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

.password-input:focus {
  border: 1px solid var(--blackshaw-royd-gold);
}

.password-input::placeholder {
  color: var(--primary);
}

.password-title-wrapper {
  width: auto;
  margin-bottom: 20px;
}

._404-paragraph {
  color: var(--light);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1;
}

.text-center {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.text-center.white {
  color: var(--white);
  line-height: 1;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
}

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

.footer {
  text-align: center;
  background-color: #201d41;
  align-items: flex-start;
  padding: 60px 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--blackshaw-royd-gold);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding-top: 60px;
  display: flex;
}

.footer-copyright {
  color: var(--white);
  text-align: left;
  width: 100%;
  display: inline;
}

.paragraph-large {
  font-size: 18px;
}

.banner-title-wrapper {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  display: flex;
  position: relative;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  display: flex;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: #d8d8d829;
  width: 100%;
  padding: 20px 30px;
  position: static;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  color: var(--blackshaw-royd-purple);
}

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

.paragraph-no-margin {
  color: var(--blackshaw-royd-gold);
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.text {
  color: var(--white);
  text-transform: none;
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.text.light {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
}

.text.staff-text {
  font-size: 40px;
}

.text.navy {
  color: var(--blackshaw-royd-purple);
  line-height: 1;
}

.contact-button-wrapper {
  grid-column-gap: 0px;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.without-top-spacing {
  padding-top: 0;
}

.search-result-item {
  margin-bottom: 30px;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--primary);
  border-radius: 25px;
  height: 48px;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--blackshaw-royd-gold);
}

.search-input::placeholder {
  color: var(--primary);
}

.search-result-wrapper {
  width: 100%;
  margin-top: 40px;
}

.service-list-item {
  position: relative;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.primary-color-background {
  background-color: var(--primary);
  overflow: hidden;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--blackshaw-royd-gold);
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.tablet-menu {
  display: none;
}

.brand-tablet {
  border-bottom-width: 0;
  display: none;
}

.brand {
  border-bottom-width: 0;
  margin-right: 0;
}

.brand.w--current {
  border-bottom-style: none;
}

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .5fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer-brand-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-right: 1px none var(--paragraph-gray);
  border-bottom: 0px none var(--blackshaw-royd-gold);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 40px;
  display: flex;
}

.footer-contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-contact-wrapper.tablet {
  align-items: center;
  margin-top: 0;
  display: block;
}

.footer-logo-2 {
  z-index: 10;
  height: 75px;
}

.footer-brand-description-2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.3;
}

.contact {
  color: var(--white);
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.contact:hover {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.footer-brand-2 {
  z-index: 10;
  color: #fff;
  border-bottom-width: 0;
  margin-bottom: 10px;
}

.footer-brand-2.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-link {
  color: var(--white);
  border-bottom-style: none;
  border-bottom-width: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  transition: all .3s;
}

.footer-link:hover {
  color: var(--blackshaw-royd-gold);
  -webkit-text-stroke-color: var(--blackshaw-royd-gold);
  border-bottom: 0 #eca14d;
  text-decoration: none;
}

.footer-link.w--current {
  color: var(--white);
}

.footer-links-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.contacts-icon-2 {
  color: var(--blackshaw-royd-gold);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1;
}

.contacts-details {
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 4px;
  display: flex;
}

.contacts-details.footer {
  color: var(--white);
  flex-direction: row;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0;
}

.contacts-details.footer.last {
  margin-bottom: 0;
}

.contacts-details.footer.top {
  margin-top: 0;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.header-logo {
  width: 150px;
  height: 75px;
}

.footer-menu-div-block {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  width: 45%;
  display: flex;
}

.div-block-7 {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  object-position: 80% 50%;
  width: 100%;
  height: 450px;
}

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

.div-block-8 {
  width: 45%;
  height: 650px;
}

.info-club-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: block;
}

.top-content {
  flex-direction: column;
  margin-bottom: 40px;
  display: block;
}

.right-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.feature-stat {
  color: var(--blackshaw-royd-gold);
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.horse-stat-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

._w-normal {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400;
}

._w-normal.light {
  color: var(--light);
  margin-top: 0;
  font-weight: 500;
}

.horse-video {
  z-index: 10;
  width: 100%;
  height: 450px;
}

._50-background {
  background-color: var(--blackshaw-royd-purple);
  width: 100%;
  height: 50%;
  margin-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

.paragraph-style {
  color: var(--paragraph-gray);
}

.big-title-wrap {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: block;
}

.big-title-wrap.mb-0 {
  margin-bottom: 0;
}

.service-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.services-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 300px;
}

.services-image.right-nudge {
  object-position: 0% 50%;
}

.services-card {
  background-color: var(--light);
  width: 90%;
  margin-top: -40px;
  padding: 10px 15px;
}

.services-card.info-team {
  background-color: var(--blackshaw-royd-gold);
  margin: -30px 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.services-card.gold {
  background-color: var(--blackshaw-royd-gold);
}

.right-content-title {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.left-content-title {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.review {
  width: 100%;
}

.review-text {
  color: var(--white);
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
}

.review-text.gold {
  color: var(--blackshaw-royd-gold);
}

.info-testimonial {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px solid var(--blackshaw-royd-gold);
  align-items: center;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

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

.slide-nav-testimonials {
  font-size: 14px;
  line-height: 1em;
  inset: auto 0% 0% auto;
}

.banner-home-1-wrap {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 250px;
  margin-bottom: 250px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.paragraph-banner {
  color: #fff;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.paragraph-banner.t-c {
  width: 85%;
}

.paragraph-banner.pp {
  width: 70%;
  margin-bottom: 0;
}

.paragraph-banner.hp {
  width: 60%;
  margin-bottom: 20px;
}

.heading-home-1-banner {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.button-home-banner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 0;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr;
  grid-auto-flow: row;
  place-items: start stretch;
  width: 100%;
}

.image-8 {
  object-fit: cover;
  object-position: 50% 43%;
  width: 100%;
  max-width: none;
  height: 360px;
}

.horse-img {
  object-fit: cover;
  width: 100%;
  height: 600px;
}

.info-about-wrap {
  flex-direction: column;
  display: flex;
}

.title-central {
  margin-bottom: 50px;
}

.quick-stack {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  padding: 0;
}

.cell-testimonails {
  background-color: var(--light);
  padding: 20px;
}

.div-block-37 {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.mt-0 {
  margin-top: 0;
}

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

.info-contact-wrap {
  grid-row-gap: 0px;
  background-color: var(--blackshaw-royd-gold);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 60px;
  display: flex;
}

.card-text, .white-link {
  color: var(--white);
}

.white-link:hover {
  color: var(--blackshaw-royd-gold);
}

.white-link.purple-hover {
  margin-bottom: 10px;
  transition: all .3s;
}

.white-link.purple-hover:hover {
  color: var(--white-50);
}

.free-text-box-field {
  border: 1px solid var(--field-border);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.1em;
}

.free-text-box-field:focus {
  border: 1px solid var(--blackshaw-royd-gold);
}

.free-text-box-field::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
}

.error-message-alert {
  color: #fd59a7;
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.success-message {
  color: var(--primary);
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 6px;
}

.contact-form {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
}

.contact-form-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 8px 2px #0003;
}

.form-field {
  border: 1px solid var(--field-border);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 25px;
  margin-bottom: 0;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  transition: all .2s;
}

.form-field:focus {
  border: 1px solid var(--blackshaw-royd-gold);
}

.form-field::placeholder {
  color: var(--paragraph-gray);
}

.form-field.dropdown {
  color: var(--paragraph-gray);
  background-image: url('../images/Gold-Dropdown.svg');
  background-position: 97.5%;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  padding-top: 0;
  padding-bottom: 0;
}

.form-field.dropdown:active {
  color: var(--primary);
}

.bottom-field-wrapper {
  grid-column-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-44 {
  flex-direction: column;
  margin-bottom: 60px;
  display: flex;
}

.price {
  color: var(--blackshaw-royd-gold);
  font-weight: 300;
}

.pricing-plan-list-2 {
  background-color: var(--paragraph-gray);
  align-items: flex-start;
  width: 70%;
  margin: 0 auto 40px;
}

.pricing-plan-price-wrapper-2 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.pricing-plan-price-2 {
  color: var(--primary);
  font-size: 30px;
  font-weight: 400;
}

.pricing-plans-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.pricing-plan-currency-icon-2 {
  color: var(--blackshaw-royd-gold);
  margin-right: 6px;
  padding-bottom: 7px;
  font-size: 22px;
}

.pricing-plan-item {
  text-align: center;
  background-color: #cfab500f;
  padding: 40px 30px;
}

._w-500 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 500;
}

.error-message-3 {
  border-radius: 25px;
}

._404-heading {
  color: var(--blackshaw-royd-gold);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
}

.paragraph {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  color: var(--white-50);
}

.heading-5 {
  color: var(--blackshaw-royd-purple);
  margin-top: 0;
  margin-bottom: 20px;
}

.list-item {
  text-align: left;
}

.error-text {
  color: #e60004;
  text-align: left;
}

.paragraph-3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}

.paragraph-4 {
  color: var(--white-50);
}

.heading-8 {
  text-transform: none;
}

.feature-span {
  color: var(--blackshaw-royd-gold);
  font-weight: 700;
  text-decoration: underline;
}

.heading-9, .heading-12 {
  text-transform: none;
}

.gold-bold {
  color: var(--blackshaw-royd-gold);
  font-weight: 700;
}

.gold-bold.style-2 {
  font-size: 14px;
}

.gallery-slider {
  width: 100%;
  height: 100%;
}

.image-style {
  max-width: 100%;
  overflow: visible;
}

.paragraph-6 {
  margin-top: 0;
  margin-bottom: 0;
}

.checkbox-field {
  margin-bottom: 0;
}

.checkbox-style {
  border-color: var(--blackshaw-royd-gold);
  margin-top: 3px;
  transition: all .3s;
}

.checkbox-style:hover {
  box-shadow: 0 2px 5px #0003;
}

.checkbox-style.w--redirected-checked {
  border-color: var(--blackshaw-royd-gold);
  background-color: var(--blackshaw-royd-gold);
}

.checkbox-style.w--redirected-focus {
  box-shadow: none;
}

.checkbox-style.w--redirected-focus-visible {
  border-color: var(--blackshaw-royd-gold);
}

.checkbox-label-style {
  color: #30303080;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.services-heading, .services-paragraph {
  color: var(--white);
}

.heading-13 {
  text-transform: none;
}

.contact-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.code-embed {
  width: 100%;
}

.text-div {
  align-self: flex-start;
  margin-bottom: 40px;
}

.contact-form-heading {
  color: var(--blackshaw-royd-gold);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.contact-paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.3;
}

.info-text {
  text-align: center;
  width: 80%;
  margin-top: 0;
  margin-bottom: 0;
}

.info-text-div {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: inline-flex;
}

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

.feature-div-text {
  width: 500px;
}

.footer-link-legal-wrapper {
  border-left: 1px none var(--paragraph-gray);
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-14 {
  width: auto;
}

.field-label {
  text-align: left;
}

.paragraph-7 {
  margin-top: 0;
  margin-bottom: 0;
}

.verified-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.gold-tab, .right-arrow-2, .icon-3 {
  display: none;
}

.mask {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.feature-slider {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  height: 100vh;
}

.feature-slide {
  object-fit: cover;
  background-image: linear-gradient(#0009, #0009), url('../images/Equine-Physio.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  position: static;
  inset: 0%;
}

.feature-slide._1 {
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Livery-Packages_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 100%;
}

.feature-slide._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Equine-Physio.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.feature-slide._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Competition-Livery_1.webp');
  background-position: 0 0, 50%;
  height: 100%;
}

.slide-nav {
  margin-bottom: 0;
  padding-bottom: 0;
}

.left-arrow-2, .icon-4 {
  display: none;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--blackshaw-royd-gold);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 1.2;
}

.centered-subheading {
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}

.comparison-table {
  flex-direction: column;
  margin-top: 0;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.comparison-row-main.help {
  background-color: var(--blackshaw-royd-gold);
}

.comparison-title {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  line-height: 1;
}

.comparison-title.help {
  color: var(--white);
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-row.last {
  border-bottom-style: none;
}

.comparison-negative {
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.cell, .cell-2 {
  display: block;
}

.issues-treated-text {
  background-image: url('../images/Verified_Badge.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
}

.table {
  margin-top: 40px;
}

.table-div {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.bold-white-link {
  color: var(--white);
  font-weight: 700;
}

.bold-white-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.list-item-style {
  color: var(--white);
}

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

.paragraph-10 {
  color: var(--white);
}

.heading-17 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
}

.list {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
}

.list-2 {
  padding-left: 0;
}

.heading-19 {
  margin-top: 0;
  margin-bottom: 20px;
}

.paragraph-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.body {
  overflow: visible;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 68px;
  }

  h2 {
    font-size: 52px;
  }

  blockquote {
    padding-left: 40px;
  }

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

  .section.banner {
    padding-top: 180px;
  }

  .section.without-space {
    padding-bottom: 100px;
  }

  .section.banner {
    background-image: linear-gradient(to bottom, null, null), url('../images/Banner-1-1_1Banner 1 (1).webp');
    background-position: 0 0, 50% 30%;
    padding-top: 180px;
  }

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

  .nav-link.white-nav-link, .nav-link.white-nav-link.w--current, .nav-dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text.light {
    margin-bottom: 20px;
    font-weight: 500;
  }

  .contact-button-wrapper {
    justify-content: flex-end;
    width: auto;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .center-title {
    padding-right: 140px;
  }

  .brand, .brand.w--current {
    width: auto;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr .5fr;
  }

  .footer-brand-wrapper {
    border-right: 1px none var(--paragraph-gray);
    border-bottom-width: 0;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-contact-wrapper {
    margin-top: 10px;
    display: none;
  }

  .footer-contact-wrapper.tablet {
    display: block;
  }

  .footer-brand-description-2 {
    color: var(--white);
    text-align: left;
    width: 82%;
  }

  .contact {
    color: var(--white);
    text-align: left;
  }

  .footer-brand-2 {
    margin-top: 0;
  }

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

  .footer-link.w--current {
    text-align: left;
  }

  .footer-links-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .contacts-icon-2 {
    margin-bottom: 0;
    line-height: 1;
  }

  .div-block-2 {
    align-items: flex-start;
    width: 100%;
  }

  .footer-menu-div-block {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .div-block-7 {
    margin-bottom: 80px;
  }

  .image-2 {
    height: 500px;
  }

  .div-block-8 {
    width: 44%;
    height: 750px;
  }

  .info-club-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .horse-video {
    height: 500px;
  }

  .grid-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-card {
    padding: 15px 20px;
  }

  .right-content-title {
    width: 100%;
    margin-top: 0;
  }

  .left-content-title {
    width: auto;
    margin-bottom: 10px;
  }

  .banner-home-1-wrap {
    max-width: none;
    margin-top: 275px;
    margin-bottom: 275px;
  }

  .paragraph-banner.t-c {
    width: 85%;
  }

  .paragraph-banner.hp {
    width: 60%;
  }

  .heading-home-1-banner {
    font-size: 70px;
  }

  .about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .quick-stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cell-testimonails {
    padding: 20px 30px;
  }

  .div-block-37 {
    align-items: center;
  }

  .grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-form-wrapper {
    width: 60%;
  }

  .pricing-plan-list-2 {
    width: 65%;
  }

  .pricing-plan-item {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._404-heading {
    font-size: 140px;
  }

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

  .image-style, .lightbox-link {
    width: 100%;
    max-width: none;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 72px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .banner-home-1-wrap {
    margin-top: 300px;
    margin-bottom: 300px;
  }

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

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .code-embed {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 54px;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .banner-home-1-wrap {
    max-width: none;
    margin-top: 400px;
    margin-bottom: 400px;
  }

  .paragraph-banner.hp {
    width: 40%;
  }

  .heading-home-1-banner {
    font-size: 80px;
  }

  ._404-heading {
    font-size: 160px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .section.banner, .section.banner.contact {
    padding-top: 160px;
  }

  .section.banner.livery {
    background-image: linear-gradient(#0009, #0009), url('../images/anna-kaminova-cCsbIhfjfTY-unsplash_1.webp');
    background-position: 0 0, 50% 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 160px;
  }

  .section.banner.equine-physio, .section.banner.policy {
    padding-top: 160px;
  }

  .section._404 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/olio-creative-gzVRFfafToM-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.successful-submission {
    background-position: 50%;
  }

  .primary-button.white-navbar-button {
    z-index: 999;
    cursor: pointer;
    display: block;
  }

  .primary-button.white-navbar-button:hover {
    display: none;
  }

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

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

  .nav-menu {
    background-color: var(--light);
    flex-direction: column;
    width: 100%;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.white-nav-link {
    color: var(--primary);
    font-weight: 500;
  }

  .nav-link.white-nav-link.hide {
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding: 10px 20px 10px 0;
    font-weight: 500;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 20px 0 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    font-weight: 500;
  }

  .nav-item-title.white-item {
    color: var(--primary);
    font-weight: 500;
  }

  .banner-title {
    font-size: 50px;
  }

  .nav-menu-wrapper {
    flex: 1;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .banner-title-wrapper {
    width: 100%;
    max-width: none;
  }

  .accordion-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .text.light {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1;
  }

  .contact-button-wrapper {
    z-index: 999;
    flex: 1;
    justify-content: flex-end;
    margin-left: 0;
    margin-right: 20px;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

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

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    border-bottom: 1px solid var(--paragraph-gray);
    background-color: var(--blackshaw-royd-purple);
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    display: flex;
  }

  .brand-tablet {
    border-bottom-width: 0;
    display: block;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-right-style: none;
    border-right-width: 0;
    width: 100%;
    padding-right: 0;
  }

  .footer-contact-wrapper {
    text-align: left;
  }

  .footer-brand-description-2 {
    text-align: center;
    width: 70%;
  }

  .footer-links-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-details.footer {
    text-align: left;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .header-logo {
    height: 75px;
  }

  .footer-menu-div-block {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .div-block-5 {
    width: 50%;
  }

  .image-2 {
    height: 300px;
  }

  .div-block-8 {
    height: 500px;
  }

  .info-club-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .right-content {
    flex-flow: column;
  }

  .horse-stat-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 40px;
  }

  .horse-stat-div.last {
    margin-bottom: 0;
  }

  .grid-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .services-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .right-content-title {
    width: 100%;
  }

  .review-text {
    font-size: 30px;
  }

  .banner-home-1-wrap {
    max-width: none;
    margin-top: 250px;
    margin-bottom: 250px;
    padding-top: 0;
  }

  .paragraph-banner {
    width: 100%;
  }

  .paragraph-banner.t-c {
    width: 90%;
  }

  .paragraph-banner.hp {
    width: 80%;
  }

  .heading-home-1-banner {
    font-size: 55px;
  }

  .about-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .horse-img {
    object-position: 50% 20%;
    width: 80%;
    height: 450px;
  }

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

  .contact-form-wrapper {
    width: 100%;
    min-height: 100px;
    padding: 40px 30px;
  }

  .bottom-field-wrapper {
    grid-column-gap: 20px;
  }

  .pricing-plan-list-2 {
    width: 100%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .pricing-plan-item {
    width: 47%;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 1;
  }

  .heading-9, .heading-12 {
    margin-top: 0;
  }

  .contact-wrapper {
    flex-flow: column;
    order: 0;
    justify-content: flex-start;
  }

  .info-text {
    width: 100%;
  }

  .bottom-content {
    grid-template-rows: auto 1fr auto auto;
    grid-template-columns: 1fr;
  }

  .feature-div-text {
    width: auto;
  }

  .footer-link-legal-wrapper {
    border-left-style: none;
    border-left-width: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hamburger-open {
    z-index: 999;
    width: 90px;
    height: 90px;
    margin-right: -20px;
    position: relative;
  }

  .gold-tab {
    color: var(--blackshaw-royd-gold);
    margin-right: 5px;
    font-weight: 700;
    display: block;
  }

  .mask {
    object-fit: cover;
    height: 100%;
    position: static;
    overflow: hidden;
  }

  .feature-slider {
    height: 100vh;
  }

  .feature-slide {
    background-image: linear-gradient(#0009, #0009), url('../images/Equine-Physio.webp');
    background-position: 0 0, 0%;
    background-size: auto, cover;
  }

  .feature-slide._1 {
    object-fit: cover;
    background-image: linear-gradient(#00000080, #00000080), url('../images/Livery-Packages_1.webp');
    background-size: auto, cover;
    height: 100%;
  }

  .feature-slide._2 {
    height: 100%;
  }

  .feature-slide._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Competition-Livery_1.webp');
    background-position: 0 0, 100%;
    height: 100%;
  }

  .slide-nav {
    padding-top: 0;
  }

  .centered-heading {
    font-size: 36px;
  }

  .comparison-table {
    margin-top: 0;
  }

  .table {
    margin-top: 40px;
  }

  .list-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    margin-left: 30px;
    padding-left: 20px;
    font-size: 20px;
  }

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

  .section.banner, .section.banner.contact, .section.banner.livery, .section.banner.services, .section.banner.equine-physio, .section.banner.policy {
    padding-top: 150px;
    padding-bottom: 70px;
  }

  .section._404 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/olio-creative-gzVRFfafToM-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.successful-submission {
    background-position: 50%;
  }

  .primary-button.search-button {
    width: 100%;
  }

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

  .nav-menu {
    width: 100%;
  }

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

  .banner-title {
    font-size: 45px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .text-center {
    font-size: 40px;
  }

  .text-center.white {
    font-size: 38px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
    padding-top: 40px;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .text {
    font-size: 30px;
  }

  .contact-button-wrapper {
    display: none;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-contact-wrapper {
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-contact-wrapper.tablet {
    margin-bottom: 0;
  }

  .footer-brand-description-2 {
    text-align: center;
    width: auto;
  }

  .footer-brand-2 {
    padding-left: 0;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .header-logo {
    height: 75px;
  }

  .footer-menu-div-block {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .div-block-5 {
    text-align: center;
    align-items: center;
    width: 100%;
  }

  .div-block-7 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .image-3 {
    object-position: 50% 20%;
  }

  .div-block-8 {
    width: 100%;
    height: 500px;
  }

  .info-club-wrapper {
    width: 100%;
  }

  .top-content {
    text-align: center;
    align-items: center;
  }

  .right-content {
    flex-flow: column;
  }

  .horse-stat-div {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .review {
    text-align: center;
    margin-bottom: 75px;
  }

  .review-text {
    font-size: 28px;
  }

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

  .slide-nav-testimonials {
    height: 30px;
    inset: auto 0% 0%;
  }

  .banner-home-1-wrap {
    margin-top: 250px;
    margin-bottom: 250px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-banner {
    width: auto;
    max-width: 100%;
  }

  .paragraph-banner.t-c, .paragraph-banner.pp {
    width: auto;
  }

  .paragraph-banner.hp {
    width: 100%;
  }

  .heading-home-1-banner {
    font-size: 45px;
  }

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .contact-form-wrapper {
    width: 100%;
    min-height: 100px;
    padding: 40px 30px;
  }

  .bottom-field-wrapper {
    grid-column-gap: 20px;
  }

  .div-block-44 {
    margin-bottom: 40px;
  }

  .pricing-plan-list-2 {
    width: 100%;
  }

  .pricing-plans-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .pricing-plan-item {
    width: 100%;
  }

  ._404-heading {
    font-size: 100px;
  }

  .heading-7 {
    font-size: 30px;
    line-height: 1.1;
  }

  .heading-9 {
    text-align: left;
    margin-top: 0;
  }

  .text-div {
    margin-bottom: 40px;
  }

  .footer-link-legal-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

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

  .hamburger-open {
    margin-right: -20px;
  }

  .mask {
    height: 100%;
    overflow: hidden;
  }

  .feature-slider {
    height: 671px;
  }

  .feature-slide._1 {
    object-fit: cover;
  }

  .feature-slide._3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Competition-Livery_1.webp');
    background-position: 0 0, 50%;
  }

  .features-table {
    padding: 80px 30px;
  }

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

  .comparison-table {
    margin-top: 0;
  }

  .list-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 42px;
  }

  blockquote {
    margin-left: 20px;
  }

  .section {
    height: auto;
    padding: 60px 20px;
  }

  .section.banner.team {
    padding-top: 140px;
  }

  .section.without-top-spacing {
    padding: 60px 20px;
  }

  .section.without-space {
    padding-bottom: 60px;
  }

  .section.banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/soledad-lorieto-bSQ2YL5tytY-unsplash_1.webp');
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .section.banner.contact {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Banner-Home-1-2_1Banner Home 1 (2).webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.banner.livery {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.banner.gallery {
    padding-top: 140px;
  }

  .section.banner.services {
    background-image: linear-gradient(#00000080, #00000080), url('../images/lily-banse-RfJ_Twk_9mk-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section.banner.about, .section.banner.reviews {
    padding-top: 140px;
  }

  .section.banner.equine-physio, .section.banner.policy {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .section._404 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/olio-creative-gzVRFfafToM-unsplash_1.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section.successful-submission {
    background-position: 40%;
  }

  .base-container {
    padding-left: 0;
    padding-right: 0;
  }

  .primary-button.max-w---100 {
    width: 100%;
  }

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

  .navbar.white-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu {
    right: 0%;
  }

  .nav-link {
    width: 99%;
  }

  .banner-title {
    font-size: 35px;
  }

  .utility-page-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .utility-page-content {
    width: 100%;
  }

  .text-center {
    font-size: 30px;
  }

  .text-center.white {
    font-size: 28px;
  }

  ._404-content-wrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu-wrapper {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: inline-flex;
    overflow: visible;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 60px;
    padding-top: 60px;
  }

  .footer-copyright {
    text-align: left;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .banner-title-wrapper {
    width: auto;
  }

  .accordion-wrapper, .accordion-wrap.last-child {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .text {
    font-size: 30px;
  }

  .contact-button-wrapper {
    margin-right: 10px;
    display: none;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .tablet-menu {
    flex-flow: row;
    justify-content: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .brand-tablet, .brand-tablet.w--current {
    padding-left: 0;
  }

  .brand {
    margin-right: 0;
  }

  .brand.w--current {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
    display: block;
  }

  .landing-section-title {
    width: 100%;
  }

  .footer-brand-wrapper {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-contact-wrapper.tablet {
    margin-bottom: 0;
  }

  .footer-brand-description-2 {
    width: auto;
  }

  .contact._2-lines {
    line-height: 1.3;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .div-block-2 {
    align-items: center;
    width: 100%;
  }

  .header-logo {
    width: auto;
    max-width: none;
    height: 70px;
    display: block;
    overflow: visible;
  }

  .footer-menu-div-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-4 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    align-items: center;
  }

  .div-block-8 {
    height: 350px;
  }

  .top-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .right-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .feature-stat {
    text-align: center;
    font-size: 56px;
    font-weight: 500;
  }

  .horse-stat-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  ._w-normal {
    font-size: 30px;
  }

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

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

  .big-title-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
  }

  .right-content-title {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .left-content-title {
    text-align: center;
    width: 100%;
  }

  .review-text {
    font-size: 26px;
  }

  .banner-home-1-wrap {
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-top: 250px;
    margin-bottom: 250px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .paragraph-banner.t-c {
    width: auto;
  }

  .heading-home-1-banner {
    text-align: center;
    font-size: 35px;
  }

  .button-home-banner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: inline-flex;
  }

  .horse-img {
    width: 100%;
    height: 350px;
  }

  .title-central {
    margin-bottom: 40px;
  }

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

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

  .info-contact-wrap {
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrapper {
    height: auto;
    min-height: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bottom-field-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-44 {
    text-align: center;
    align-items: center;
  }

  .pricing-plan-list-2 {
    width: 100%;
  }

  .pricing-plan-item {
    width: 100%;
    padding: 30px 30px 20px;
  }

  .heading-5, .paragraph-3 {
    text-align: left;
  }

  .heading-7 {
    text-align: left;
    line-height: 1.1;
  }

  .heading-8, .heading-9 {
    font-size: 30px;
  }

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

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

  .checkbox-label-style {
    font-size: 14px;
    line-height: 1.25;
  }

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

  .text-div {
    margin-bottom: 40px;
  }

  .contact-form-heading {
    font-size: 30px;
  }

  .bottom-content {
    grid-auto-flow: column;
  }

  .footer-link-legal-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    border-left-width: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

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

  .paragraph-9 {
    margin-bottom: 0;
  }

  .hamburger-open {
    margin-bottom: 0;
    margin-right: -20px;
  }

  .mask {
    overflow: hidden;
  }

  .feature-slider {
    height: 100vh;
  }

  .feature-slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .features-table {
    padding-left: 20px;
    padding-right: 20px;
  }

  .centered-heading {
    margin-bottom: 24px;
    font-size: 32px;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-image: none;
    margin-left: 0;
    padding-left: 20px;
  }

  .heading-16, .heading-18 {
    margin-top: 0;
  }

  .list-2 {
    padding-left: 0;
  }

  .body {
    overflow: hidden;
  }
}

#w-node-_918c9a03-3752-cfbe-b0d0-e8a61ea69c70-2322fa5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac025a76-b111-5f87-39ba-cfba452cb519-2322fa5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2322fa5b, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2322fa5b, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2322fa5b, #w-node-be467d19-fb8f-a5fc-d188-46729b39b98b-2322fa5b, #w-node-_1d6c25dc-25a2-c06d-9d95-0c3d5ba05724-2322fa5b, #w-node-_59a143ba-3947-d6b4-6728-26ca9fbd7640-2322fa5b, #w-node-_546b934f-b44e-231d-0198-9cad617fa578-2322fa5b, #w-node-_991b9be1-29d4-991b-5dc0-42494eac58a7-2322fa5b, #w-node-c3ce5c2d-463d-2bba-9f59-a303cff9baa3-2322fa5b, #w-node-_906b81a7-5c51-2c90-b92b-da9656393391-2322fa5b, #w-node-affe2235-3fcf-4e2f-4ffe-88c088456d9c-2322fa5b, #w-node-_4fc80a96-af51-13f0-bd40-c7cde7a57e8e-2322fa5b, #w-node-_9547f2ae-b9b6-a8fe-019c-8ceceffab6a7-2322fa5b, #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d, #w-node-_75f2ff1f-d159-8638-a9eb-25bb7addc431-f299a86d {
  justify-self: start;
}

#w-node-ba1ed08b-0a61-d198-feec-cf1d4dc22297-2322fa9f, #w-node-_21ffef92-c0b7-9ffe-4f31-3c064e69b37b-2322fa9f, #w-node-e9a72cdd-72f9-13be-76b0-ba08ef19a7ef-2322fa9f, #w-node-e9a72cdd-72f9-13be-76b0-ba08ef19a7f0-2322fa9f, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2322fada {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a4d-2322fb11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2322fb12, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2322fb12, #w-node-_0c033d62-36ad-214c-e0df-167b524c92e8-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92ef-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92f6-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92fd-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9304-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c930b-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9313-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c931a-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9321-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9329-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9330-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9337-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c933e-2322fb29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-2322fb29 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-2322fb29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-2322fb29 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-2322fb29 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2322fb2f {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2322fb2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2322fb2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2322fb2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14c0642d-1587-7c96-60cb-354a0bfacfd2-ee001542 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d5e420c1-6ee3-6c40-be72-895be015fc6b-ee001542, #w-node-d5e420c1-6ee3-6c40-be72-895be015fc70-ee001542, #w-node-d5e420c1-6ee3-6c40-be72-895be015fc75-ee001542, #w-node-d5e420c1-6ee3-6c40-be72-895be015fc7a-ee001542, #w-node-_7f760dc8-2586-fe25-19cd-ccaf686f1bd3-ee001542, #w-node-e73ac799-ff7b-28af-27d8-dd3644145e3a-ee001542, #w-node-d42402b3-c779-fad0-f76a-c18d5a1cf85f-ee001542, #w-node-a6203a78-568e-1442-e4fb-da64860f5033-ee001542, #w-node-b51901cf-947c-d5be-04c4-87f961de5d47-ee001542, #w-node-_99445cd4-4017-e937-a3ee-94f23c287a10-ee001542, #w-node-f56797c9-3074-75c5-6595-26505c45d673-ee001542, #w-node-d5e420c1-6ee3-6c40-be72-895be015fc7f-ee001542, #w-node-d5e420c1-6ee3-6c40-be72-895be015fc84-ee001542, #w-node-_634e2893-87a4-e2f8-5836-e31084d85977-ee001542, #w-node-_71ef2886-f2b1-bda5-1710-bd891a2a82a3-ee001542, #w-node-_951a3a0f-2087-63b6-59fa-020d5d76dbcd-ee001542, #w-node-d4ec46e9-7f0b-be40-1f34-39a0ccf2f603-ee001542, #w-node-_10483fb1-bd85-39be-593d-fa1e254b397a-ee001542, #w-node-_7dac12c3-44a8-9f61-1f58-de99343f1d16-ee001542, #w-node-b68ded6e-e27d-c940-0999-7a7598268d9a-ee001542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3bd92ac2-65bf-f45d-f145-acdc92753a4d-ee001542 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1280px) {
  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d, #w-node-_75f2ff1f-d159-8638-a9eb-25bb7addc431-f299a86d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2322fa5b, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2322fa5b, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2322fa5b, #w-node-be467d19-fb8f-a5fc-d188-46729b39b98b-2322fa5b, #w-node-_1d6c25dc-25a2-c06d-9d95-0c3d5ba05724-2322fa5b, #w-node-_59a143ba-3947-d6b4-6728-26ca9fbd7640-2322fa5b, #w-node-_546b934f-b44e-231d-0198-9cad617fa578-2322fa5b, #w-node-_991b9be1-29d4-991b-5dc0-42494eac58a7-2322fa5b, #w-node-c3ce5c2d-463d-2bba-9f59-a303cff9baa3-2322fa5b, #w-node-_906b81a7-5c51-2c90-b92b-da9656393391-2322fa5b, #w-node-affe2235-3fcf-4e2f-4ffe-88c088456d9c-2322fa5b, #w-node-_4fc80a96-af51-13f0-bd40-c7cde7a57e8e-2322fa5b, #w-node-_9547f2ae-b9b6-a8fe-019c-8ceceffab6a7-2322fa5b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a870-f299a86d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9325d626-9ff5-5406-2da4-ec69f299a88f-f299a86d, #w-node-_75f2ff1f-d159-8638-a9eb-25bb7addc431-f299a86d {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2322fada, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2322fb12, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2322fb12, #w-node-_0c033d62-36ad-214c-e0df-167b524c92e8-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92ef-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92f6-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92fd-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9304-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c930b-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9313-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c931a-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9321-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9329-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9330-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9337-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c933e-2322fb29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-2322fb29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-2322fb29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-2322fb29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-2322fb29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2322fb2f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2322fb2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2322fb2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2322fb2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-2322fb29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-2322fb29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-2322fb29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-2322fb29 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2322fb2f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2322fb2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2322fb2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2322fb2f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_14c0642d-1587-7c96-60cb-354a0bfacfd2-ee001542 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4c6937a3-b585-5305-f992-cb7661a43b77-2322fa5b, #w-node-_840667f9-ceb6-8766-35a5-5283eec2c6ba-2322fa5b, #w-node-_4e93374a-3f8a-6426-605b-d1a4df87b01c-2322fa5b, #w-node-be467d19-fb8f-a5fc-d188-46729b39b98b-2322fa5b, #w-node-_1d6c25dc-25a2-c06d-9d95-0c3d5ba05724-2322fa5b, #w-node-_59a143ba-3947-d6b4-6728-26ca9fbd7640-2322fa5b, #w-node-_546b934f-b44e-231d-0198-9cad617fa578-2322fa5b, #w-node-_991b9be1-29d4-991b-5dc0-42494eac58a7-2322fa5b, #w-node-c3ce5c2d-463d-2bba-9f59-a303cff9baa3-2322fa5b, #w-node-_906b81a7-5c51-2c90-b92b-da9656393391-2322fa5b, #w-node-affe2235-3fcf-4e2f-4ffe-88c088456d9c-2322fa5b, #w-node-_4fc80a96-af51-13f0-bd40-c7cde7a57e8e-2322fa5b, #w-node-_9547f2ae-b9b6-a8fe-019c-8ceceffab6a7-2322fa5b, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a0-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3a5-2322fada, #w-node-_08d08591-2abb-c523-0ca7-47bd0fd9b3ac-2322fada, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e7d-2322fb12, #w-node-_93a29c2b-4caf-59d2-bc13-935ff5157e84-2322fb12, #w-node-_0c033d62-36ad-214c-e0df-167b524c92e8-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92ef-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92f6-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c92fd-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9304-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c930b-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9313-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c931a-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9321-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9329-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9330-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c9337-2322fb29, #w-node-_0c033d62-36ad-214c-e0df-167b524c933e-2322fb29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b3-2322fb29 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137b4-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137bc-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137c4-2322fb29, #w-node-f137a7fe-098e-ffa7-e9be-36b3c3c137cc-2322fb29 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10b-2322fb2f {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee10c-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee115-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee11e-2322fb2f, #w-node-_6df31e5a-57c4-bf3a-b6a7-36c961aee127-2322fb2f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}