:root {
  --navy-blue: #00051d;
  --james-red: #ad1e3a;
  --gainsboro: #f3f3f3;
  --light-steel-blue: #b7bddd;
  --light-slate-grey: #7f8499;
  --black: #333;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

.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('../images/custom-checkbox-checkmark.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;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
}

.navbar {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#000000b8, #00000038 77%, #0000);
  width: 100%;
  margin-bottom: 1vh;
  padding-top: 3vh;
  position: fixed;
  inset: 0% auto auto 0%;
}

.nav-container {
  min-width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}

.image-logo {
  height: 60px;
}

.home-slider {
  z-index: 0;
  height: 100vh;
  position: static;
}

.home-slide_img {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
}

.section-banner-home {
  position: relative;
}

.overlay-home {
  z-index: 1;
  background-color: #0000004d;
  background-image: radial-gradient(circle, #00000008, #00000057);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-banner-home-content {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0% auto auto 0%;
}

.home-banner-home-content._100vh {
  height: 100vh;
}

.div-block {
  width: 100%;
  position: relative;
}

.home-banner-content-align {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.hm-bn-cnt-txt {
  color: #fff;
  text-align: left;
  line-height: 1.75em;
}

.body {
  background-color: var(--navy-blue);
  font-family: Montserrat, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.75em;
}

.left-arrow {
  z-index: 3;
  width: 40px;
  height: 40px;
  inset: auto 3vw 3vh auto;
}

.right-arrow {
  z-index: 3;
}

.slide-nav {
  z-index: 4;
  object-fit: fill;
}

.home-slider-nav {
  z-index: 3;
}

.banner-home-h2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2em;
}

.line {
  z-index: 9;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.line-color {
  outline-color: var(--james-red);
  outline-offset: 0px;
  cursor: none;
  outline-width: 1px;
  outline-style: solid;
  width: 100%;
  height: 100%;
}

.container-med {
  max-width: 1290px;
}

.container-med.red-bk-contacainer {
  background-color: var(--james-red);
  margin-bottom: 10vh;
  padding: 20px;
}

.container-med.bottom-absolute {
  position: absolute;
  inset: auto 0% 0% auto;
}

.container-med.mt-5vh {
  margin-top: 5vh;
}

.section {
  border-top: 1px #fff;
  padding: 10vh 10px;
}

.section.bg-blue {
  background-color: var(--navy-blue);
}

.section.bg-blue.first-section {
  padding-top: 15vh;
}

.section.bg-blue.stallion {
  color: #fff;
}

.section.facilities {
  background-color: var(--gainsboro);
}

.section.team {
  background-color: var(--james-red);
  border-top-left-radius: 0;
}

.section.team.white {
  color: #fff;
}

.section.bk-image {
  background-image: url('../images/JF-84.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section.bk-image.home {
  background-image: url('../images/JF-100_1.jpg');
}

.section.light-grey {
  background-color: var(--gainsboro);
}

.section.white {
  color: #333;
  background-color: #fff;
}

.section.pd-20vh {
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.section.pd-20vh.red {
  background-color: var(--james-red);
  color: var(--navy-blue);
}

.section.red {
  background-color: #ad1f3a;
}

.section.red.whitetxt {
  color: var(--gainsboro);
}

.first-heading {
  text-transform: none;
  margin-top: 0;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3.5em;
  font-weight: 300;
  line-height: 1.2em;
}

.first-heading.white {
  color: #fff;
  font-weight: 300;
}

.first-heading.blue {
  color: var(--navy-blue);
}

.text.white {
  color: #fff;
}

.div-block-2 {
  background-color: var(--james-red);
  width: 50px;
  height: 5px;
}

.heading-line {
  background-color: var(--james-red);
  border-radius: 20px;
  width: 50px;
  height: 5px;
}

.heading-line.blue {
  background-color: var(--navy-blue);
}

.first-txt {
  margin-bottom: 5vh;
}

.second-txt {
  margin-bottom: 5vh;
  padding-left: 5vw;
}

.second-txt.more-space {
  margin-bottom: 40px;
}

.second-txt.pd-right {
  padding-left: 0;
  padding-right: 5vw;
}

.align-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.align-center.absolute {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.pos-rel {
  height: 100vh;
}

.heading-area {
  margin-bottom: 5vh;
}

.page-banner {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.page-banner-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.page-banner-overlay {
  z-index: 1;
  background-image: linear-gradient(to bottom, #fff0, var(--navy-blue));
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto auto 0 0%;
}

.page-banner-overlay.white {
  background-image: linear-gradient(#fff0, #fff);
}

.page-banner-overlay.grey {
  background-image: linear-gradient(to bottom, #fff0, var(--gainsboro));
}

.page-banner-txt {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 10px;
}

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

.height-100.pd-20 {
  padding: 0 5vw;
}

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

.container-full.mt-5vh {
  margin-top: 5vh;
}

.container-mid {
  max-width: 645px;
  padding-left: 3vw;
}

.team-member-item {
  text-align: left;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 0;
}

.banner-home-text {
  margin-top: 2em;
  font-size: 1em;
  line-height: 1.8em;
}

.arrow-down {
  z-index: 3;
  border: 3px none var(--james-red);
  opacity: 1;
  background-color: #fff;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: auto auto 3vh 3vw;
  transform: rotate(90deg);
}

.banner-slider-left-arrow {
  width: 40px;
  height: 40px;
  inset: auto 6vw 3vh auto;
}

.footer {
  background-color: #000;
}

.footer.section {
  background-image: linear-gradient(135deg, var(--navy-blue), var(--james-red));
  color: var(--gainsboro);
  padding-bottom: 2vh;
  font-size: .8em;
  line-height: 1.75em;
}

.banner-slider-right-arrow {
  width: 40px;
  height: 40px;
  inset: auto 3vw 3vh auto;
}

.h2-blue-bk {
  color: var(--light-steel-blue);
}

.text-blue {
  color: var(--light-slate-grey);
  background-color: #0000;
}

.bnt {
  border: 1px solid var(--light-slate-grey);
  color: var(--black);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s ease-in;
  display: inline-block;
}

.bnt:hover {
  background-color: var(--black);
  color: #fff;
}

.bnt.blue {
  border-color: var(--navy-blue);
  background-color: var(--navy-blue);
  color: #fff;
}

.bnt.blue:hover {
  border-color: var(--james-red);
  background-color: var(--james-red);
}

.bnt.blue.mr {
  margin-right: 10px;
}

.bnt.blue.inner {
  background-color: var(--navy-blue);
  color: #fff;
}

.bnt.blue.inner:hover {
  border-color: var(--james-red);
  background-color: var(--james-red);
}

.bnt.blue.pos-abs {
  position: absolute;
  top: auto;
  bottom: 20px;
  left: 20px;
}

.bnt.mt {
  margin-top: 40px;
}

.bnt.home {
  z-index: 2;
  position: relative;
}

.bnt.mt-1em {
  border-color: var(--black);
  margin-top: 2em;
}

.bnt.mr-5px {
  margin-right: 5px;
}

.button {
  outline-color: var(--james-red);
  margin-top: 3vh;
  margin-bottom: 3vh;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1em;
  transition: all .2s cubic-bezier(.55, .085, .68, .53);
}

.button:hover {
  background-color: var(--light-slate-grey);
  outline-color: var(--light-steel-blue);
  outline-offset: 3px;
  color: #fff;
  outline-width: 2px;
  outline-style: solid;
}

.mask,
.slider-facilities {
  height: auto;
}

.bk-image-txt {
  z-index: 2;
  position: relative;
}

.bk-image-cnt {
  z-index: 2;
  max-width: 1290px;
  position: relative;
  overflow: hidden;
}

.bk-image-overlay {
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbd;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav-menu-cont {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.nav-menu {
  background-color: var(--navy-blue);
  background-image: linear-gradient(135deg, var(--navy-blue) 50%, var(--james-red));
  object-fit: none;
  height: 100vh;
  max-height: 100vh;
  padding-left: 5vw;
  padding-right: 10vw;
  overflow: hidden;
}

.main-nav-link {
  opacity: .55;
  color: #fff;
  font-family: Noto Serif Display, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s ease-in;
}

.main-nav-link:hover,
.main-nav-link:focus {
  opacity: 1;
  color: #fff;
}

.menu-button {
  z-index: 10;
}

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

.overlaping-image-1 {
  width: 80%;
  position: absolute;
  top: 15%;
}

.overlaping-image-2 {
  width: 80%;
  height: auto;
  margin-left: auto;
  position: absolute;
  top: 38%;
  right: 0;
}

.mask-2 {
  height: auto;
}

.stallion {
  width: 100%;
  text-decoration: none;
  transition: all .2s ease-in;
}

.stallion-block {
  color: var(--navy-blue);
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}

.div-block-3 {
  background-color: #fff;
}

.stallion-block-bottom {
  background-color: #0000;
  border-radius: 10px;
  height: 325px;
  padding: 20px 20px 10px;
  position: relative;
}

.stallion-block-bottom.auto {
  height: auto;
  min-height: 290px;
  padding-bottom: 20px;
}

.stallion-block-image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.stallion-block-image-container {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.stallion-block-bottom-items {
  background-color: var(--james-red);
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
}

.stallion-block-bottom-items.white {
  background-color: var(--gainsboro);
  color: var(--navy-blue);
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
}

.stallion-block-bottom-items.bar {
  padding-left: 0;
  padding-right: 0;
}

.stallion-block-bottom-title {
  margin-top: 0;
  margin-bottom: .5em;
}

.fake-btn {
  background-color: var(--navy-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  transition: all .2s ease-in;
  position: absolute;
  inset: auto auto 20px 20px;
}

.fake-btn:hover {
  background-color: var(--james-red);
}

.fake-btn.detail {
  position: relative;
}

.stallion-block-bottom-sire {
  margin-bottom: 1em;
}

.stallion-block-bottom-sire-text {
  margin-right: .5em;
  display: inline-block;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.slider-about-mask {
  height: auto;
}

.slider-about-dots {
  width: 100%;
  position: absolute;
  inset: auto auto 0%;
}

.h2-red-bk {
  color: #fff;
}

.h2-red-bk.center {
  text-align: center;
}

.h2-red-bk.team-area-h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

.heading-block {
  color: #fff;
  text-align: left;
  margin-bottom: 5vh;
}

.tabs-team-menu {
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 5vh;
}

.tabs-team-link {
  background-color: var(--light-slate-grey);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: .9em;
  font-weight: 500;
}

.tabs-team-link.w--current {
  color: var(--navy-blue);
  background-color: #fff;
}

.tab-link-head-lads-office {
  color: #fff;
  font-weight: 500;
}

.team-member-image {
  border-radius: 20px;
}

.gallery-item {
  padding-left: 5px;
  padding-right: 5px;
}

.gallery-item-thumb {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.gallery-item-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.menu-button-line {
  background-color: #fff;
  width: 30px;
  height: 2px;
  margin-bottom: 4px;
  position: relative;
}

.menu-button-line.top {
  margin-bottom: 2px;
  top: 0;
  transform: translate(0);
}

.menu-button-line.middle,
.menu-button-line.bottom {
  top: 2px;
}

.menu-button-container {
  padding-left: 4px;
  padding-right: 4px;
}

.light-thumb {
  width: 100%;
  height: 300px;
  position: static;
  overflow: hidden;
}

.light-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: static;
}

.image {
  color: #421919;
}

.logo-image-footer {
  height: 50px;
  margin-bottom: 40px;
}

.social-media-link-footer {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  transition: all .2s ease-in;
}

.social-media-link-footer:hover {
  opacity: .65;
}

.side-slider {
  z-index: 9;
  width: 500px;
  position: fixed;
  inset: 20% 0% auto auto;
  transform: translate(100%);
}

.slide-slider-button {
  background-color: var(--james-red);
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: Montserrat, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s ease-in;
  position: absolute;
  inset: 34px auto auto -70px;
  transform: rotate(270deg);
  box-shadow: 0 0 7px -1px #3f3f3f;
}

.slide-slider-button:hover {
  background-color: var(--navy-blue);
}

.slide-slider-content {
  font-size: .8em;
  line-height: 1.2em;
}

.small-print {
  color: #a1a2aa;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: .8em;
}

.stal-det-box {
  border: 5px solid var(--gainsboro);
  background-color: var(--gainsboro);
  box-shadow: 1px 1px 18px -2px var(--gainsboro);
  margin-bottom: 20px;
}

.stal-det-box-inner {
  text-align: left;
  padding: 20px;
}

.stal-det-box-inner.white {
  margin-bottom: 5vh;
}

.stal-det-box-inner.white.mr-10 {
  margin-left: 10vw;
}

.stal-det-box-inner.align-left {
  text-align: right;
}

.stal-det-box-inner.mt10 {
  margin-top: 10vh;
}

.stal-det-box-shares {
  background-color: var(--james-red);
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}

.stal-det-box-details {
  font-size: 20px;
  line-height: 30px;
}

.item {
  flex: none;
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.item.inside {
  margin-right: 0;
}

.desc {
  display: inline-block;
}

.link-stal {
  background-color: var(--light-slate-grey);
  color: #fff;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: .8em;
  font-weight: 500;
  text-decoration: none;
}

.phone {
  text-decoration: none;
}

.phone:hover {
  color: var(--james-red);
}

.phone.conta {
  color: #fff;
}

.phone.conta:hover {
  opacity: .6;
}

.phone.footer {
  color: var(--gainsboro);
}

.phone.footer.tle {
  background-color: #0000;
}

.footer-link {
  color: var(--gainsboro);
  text-decoration: none;
  transition: all .2s ease-in;
  display: block;
}

.footer-link:hover {
  color: var(--james-red);
}

.mt-block {
  margin-top: 30px;
}

.mt-block._60 {
  margin-top: 60px;
}

.mt-block._90 {
  margin-top: 101px;
}

.tab-pane-team {
  border-radius: 12px;
}

.white {
  color: #fff;
}

.gallery-collection-item {
  padding-top: 10px;
}

.track {
  height: 400vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.frame {
  height: 100%;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 40px;
}

.full-height {
  height: 100vh;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
  top: 0;
  left: 0;
}

.full-height.grey {
  background-color: var(--gainsboro);
}

.scroll-item {
  z-index: 10;
  width: 117px;
  display: flex;
  position: fixed;
  bottom: 8vh;
  left: 0;
  transform: rotate(270deg);
}

.text-block {
  text-transform: uppercase;
  font-size: .5em;
}

.scroll-item-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  flex: none;
  font-size: .75em;
  font-weight: 600;
}

.scroll-item-line {
  background-color: #fff;
  border-radius: 20px;
  flex: none;
  align-self: center;
  width: 40px;
  height: 3px;
  margin-left: 10px;
}

.scroll-item-arrow {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 0;
  flex: none;
  align-self: center;
  width: 10px;
  height: 10px;
  transform: rotate(-45deg);
}

.social-media-block {
  margin-bottom: 20px;
}

.social-media-block.nav {
  position: absolute;
  inset: auto 3vw 3vh auto;
}

.heading {
  color: #fff;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.sub-heading {
  margin-top: 40px;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.35em;
}

.stallion-block-bottom-items-row {
  background-color: var(--james-red);
  border-radius: 0;
  display: inline-block;
}

.stallion-hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

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

.stallion-hero-lightbox {
  width: 100%;
  position: relative;
}

.stallion-hero-lightbox-image {
  object-fit: cover;
  width: 100%;
  position: relative;
}

.stallion-hero-overlay {
  background-image: radial-gradient(circle at 100% 100%, #000000b3, #fff0 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.stallion-hero-content {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-home-span {
  opacity: .5;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: 600;
}

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

.vh100 {
  width: 100%;
  height: 100vh;
  position: relative;
}

.red {
  color: var(--james-red);
}

.home-block {
  border-right: 1px solid var(--gainsboro);
  height: 300px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.home-block-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translate(0, -50%);
}

.home-block-heading {
  z-index: 2;
  color: #fff2f2;
  position: relative;
}

.home-block-overlay {
  z-index: 1;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, var(--navy-blue) 100%, #580f1e00 100%, var(--navy-blue));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-2,
.grid-home,
.grid-3 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.inner-container {
  width: 100%;
  padding: 10vh 5vw;
  position: relative;
  top: auto;
}

.inner-container.left-nopad {
  padding-left: 0;
}

.inner-container.pos-rel {
  height: auto;
  position: relative;
  top: auto;
  transform: translate(0);
}

.content-block {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.content-block.grey-bg {
  background-color: var(--gainsboro);
}

.content-block.white-bk {
  background-color: #fff;
}

.content-block.white-bk.pb-5vh {
  margin-bottom: 5vh;
}

.content-block.red-bk {
  background-color: var(--james-red);
}

.content-block.red-bk.white-cnt {
  color: #fff;
}

.content-block.auto-height {
  height: auto;
}

.content-image {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  overflow: visible;
}

.double-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.grid-4 {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.grid-gallery {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
}

.quote {
  text-align: center;
  padding-top: 10vw;
  padding-bottom: 10vh;
  font-family: Noto Serif Display, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2em;
}

.quote.white {
  padding-left: 10px;
  padding-right: 10px;
}

.h1-nav {
  text-indent: -999990px;
  position: absolute;
  inset: 0% auto auto 0%;
}

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

.collection-list-2,
.collection-list-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-syndicates {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-stallion-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.sound {
  z-index: 3;
  width: 50px;
  height: 40px;
  position: absolute;
  inset: auto 3vw 3vh auto;
}

.hero-video-home {
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.section-video {
  width: 100%;
  height: 100vh;
  position: relative;
}

.video-content {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-overlay {
  opacity: .3;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sound-icon {
  height: 40px;
}

.div-block-4 {
  position: relative;
}

.sound-bar {
  border: 2px solid #fff0;
  border-right: 3px solid #fff;
  border-radius: 0;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0 0% auto auto;
  transform: rotate(45deg)translate(0, -30%);
}

.sound-bar.right {
  right: -20%;
  transform: rotate(-45deg)translate(0, 25%);
}

.sound-block {
  position: relative;
}

.sound-on {
  display: none;
}

.sound-off-image,
.sound-on-image {
  height: 30px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.honour {
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 20px 10px;
}

.collection-item-3 {
  background-color: #f3f3f30f;
}

.collection-list-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  display: grid;
}

.honour-image {
  width: 100%;
  height: 200px;
}

.hnour-image-light {
  width: 100%;
  height: 100%;
}

.honour-images-cont {
  object-fit: cover;
  height: 100%;
}

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

.embed-insta {
  background-color: #fff;
  max-height: 500px;
  overflow: scroll;
}

.checkbox-field {
  margin-top: 10px;
  margin-bottom: 10px;
}

.stal-det-box-shares-2 {
  color: #fff;
  background-color: #ad1e3a;
  margin-bottom: 20px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
}

.bnt-2 {
  color: #333;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #7f8499;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: .8em;
  font-weight: 700;
  line-height: 1em;
  transition: all .2s ease-in;
  display: inline-block;
}

.bnt-2:hover {
  color: #fff;
  background-color: #333;
}

.bnt-2.blue {
  color: #fff;
  background-color: #00051d;
  border-color: #00051d;
}

.bnt-2.blue:hover {
  background-color: #ad1e3a;
  border-color: #ad1e3a;
}

.bnt-2.blue.inner {
  color: #fff;
  background-color: #00051d;
}

.bnt-2.blue.inner:hover {
  background-color: #ad1e3a;
  border-color: #ad1e3a;
}

.bnt-2.mr-5px {
  margin-right: 5px;
}

.stal-det-box-2 {
  background-color: #f3f3f3;
  border: 5px solid #f3f3f3;
  margin-bottom: 20px;
  box-shadow: 1px 1px 18px -2px #f3f3f3;
}

.red-2 {
  color: #ad1e3a;
}

.section-2 {
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.section-2.light-grey {
  background-color: #f3f3f3;
}

.faq-question {
  cursor: pointer;
  display: flex;
  position: relative;
}

.faq-answer {
  color: #ffffffa6;
  height: 0;
  transition: all .2s;
  overflow: hidden;
}

.faq {
  color: #fff;
  border-top: 1px solid #ffffff40;
  border-bottom: 1px #fff;
  margin-top: 45px;
  padding-top: 20px;
  padding-bottom: 0;
}

.rich-text-block {
  border-top: 1px #fff;
}

.mb-3 {
  margin-bottom: 20px;
  padding-top: 0;
}

.mb-3.faq-align-1 {
  flex: none;
  order: -9999;
  align-self: flex-start;
  width: 80%;
}

.faq-align-2 {
  flex: none;
  order: 9999;
  align-self: flex-start;
  width: 20%;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.code-embed {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.slider-test {
  text-align: left;
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 19px;
  display: block;
  position: relative;
}

.collection-list-wrapper {
  display: none;
}

.slide {
  color: #fff;
  background-color: #00081d00;
  width: 100%;
  height: 100%;
  padding: 0;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-2 {
  display: none;
  bottom: -50px;
}

.text-block-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 40em;
  font-style: italic;
  font-weight: 700;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-5 {
  font-family: Noto Serif Display, sans-serif;
  font-style: italic;
}

.left-arrow-2 {
  height: 70%;
  display: block;
  inset: 0% auto auto 0%;
}

.right-arrow-2 {
  height: 70%;
  display: block;
  inset: 0% 0% auto auto;
}

.algincener {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .home-slider {
    height: 50vh;
  }

  .home-banner-home-content {
    padding-top: 20vh;
    padding-bottom: 15vh;
  }

  .home-banner-home-content._100vh {
    height: 100vh;
  }

  .container-med.mt-5vh {
    margin-top: 0;
  }

  .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.bk-image {
    background-attachment: fixed;
  }

  .second-txt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .second-txt.pd-right.mb-pd-5vh {
    padding-top: 5vh;
    padding-bottom: 5vh;
    padding-left: 5vw;
  }

  .second-txt.mb-pd-5vh {
    margin-bottom: 0;
    padding: 5vh 5vw;
  }

  .align-center {
    top: auto;
    transform: translate(0);
  }

  .stal-det-box-inner.white.mr-10 {
    margin-left: 0;
  }

  .mt-block {
    margin-bottom: 30px;
  }

  .track {
    height: auto;
  }

  .camera {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .frame {
    flex-direction: column;
  }

  .full-height {
    height: auto;
    min-height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    overflow: hidden;
  }

  .scroll-item {
    left: -2vw;
  }

  .stallion-hero {
    height: 60vh;
  }

  .grid-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-home {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .inner-container {
    position: relative;
    top: auto;
    transform: translate(0);
  }

  .inner-container.left-nopad {
    padding-left: 5vw;
  }

  .content-block.grey-bg,
  .content-block.red-bk.white-cnt {
    height: auto;
    min-height: auto;
  }

  .double-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .columns {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .columns-2,
  .columns-3 {
    flex-direction: column-reverse;
    display: flex;
  }

  .collection-list,
  .collection-list-syndicates {
    grid-template-columns: 1fr 1fr;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-stallion-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .drif-footer {
    margin-top: 40px;
  }

  .section-video {
    height: 70vh;
  }

  .video-content {
    height: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .collection-list-wrapper {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section.red.whitetxt.morebtsp {
    padding-bottom: 15vh;
  }

  .second-txt {
    padding-left: 0;
  }

  .second-txt.pd-right.mb-pd-5vh {
    padding-top: 5vh;
    padding-left: 5vw;
  }

  .second-txt.mb-pd-5vh {
    margin-bottom: 5vh;
    padding-right: 5vw;
  }

  .arrow-down {
    left: 3vw;
  }

  .nav-menu {
    width: 100%;
  }

  .main-nav-link {
    font-size: 2em;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .gallery-item-thumb,
  .light-thumb {
    height: 50vh;
  }

  .side-slider {
    width: 90%;
    top: 10%;
  }

  .scroll-item {
    z-index: 9;
    display: none;
    left: -9vw;
  }

  .scroll-item-text {
    font-size: .65em;
  }

  .scroll-item-line {
    height: 2px;
  }

  .stallion-hero-overlay {
    background-image: linear-gradient(to top, #000000b3, #fff0 57%);
  }

  .grid-gallery {
    grid-template-columns: 1.5fr;
  }

  .collection-list,
  .collection-list-home,
  .collection-list-syndicates,
  .collection-list-stallion-list,
  .drif-footer {
    grid-template-columns: 1fr;
  }

  .section-video {
    height: 80vh;
  }

  .mb-3.faq-align-1 {
    width: 90%;
  }

  .faq-align-2 {
    width: 10%;
  }

  .slider-test {
    width: 100%;
  }

  .collection-list-wrapper {
    display: none;
  }

  .left-arrow-2 {
    width: 40px;
    height: 40px;
    inset: auto auto -40px 0%;
  }

  .right-arrow-2 {
    width: 40px;
    height: 40px;
    inset: auto 0% -40px auto;
  }

  .slider-icon {
    width: 40px;
    height: 40px;
    inset: auto auto 0% 0%;
  }
}

@media screen and (max-width: 479px) {
  .image-logo {
    height: 40px;
  }

  .banner-home-h2 {
    font-size: 3.1em;
  }

  .section {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .section.pd-20vh.white {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .first-heading {
    font-size: 3em;
  }

  .banner-slider-left-arrow {
    right: 11vw;
  }

  .overlaping-image-1 {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    top: auto;
  }

  .overlaping-image-2 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
  }

  .gallery-item-thumb,
  .light-thumb {
    height: 40vh;
  }

  .stal-det-box-inner {
    padding: 0;
  }

  .stallion-hero {
    height: auto;
  }

  .stallion-hero-lightbox {
    height: 100vw;
  }

  .stallion-hero-overlay {
    height: 0%;
  }

  .stallion-hero-content {
    margin-bottom: 40px;
    position: relative;
  }

  .vh100 {
    height: auto;
  }

  .content-block {
    min-height: auto;
  }

  .double-grid {
    grid-row-gap: 0px;
  }

  .quote.white {
    font-size: 1.5em;
  }

  .heading-3 {
    font-size: 2em;
  }

  .section-2 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .faq-question {
    position: relative;
  }
}

#w-node-_24135d8a-9af2-6a2f-695d-3696cd604f4e-1c6a11c2,
#w-node-_5851f8a1-febf-774a-bb47-fe32813853fb-1c6a11c2,
#w-node-c2dfddea-a7e1-0dd8-6cfe-a8f83a2b3f56-1c6a11c2,
#w-node-cff36d16-1519-a3b4-5b66-1e0244c09b94-1c6a11c2,
#w-node-_18d007e1-78c5-42c4-bf51-8188e0dfef3d-1c6a11c2,
#w-node-_18d007e1-78c5-42c4-bf51-8188e0dfef3f-1c6a11c2,
#w-node-_863b1d03-9008-85ce-5818-7608e491ffbd-48d8978c,
#w-node-a9b3323b-67ba-7bb6-2f02-72b4408a7275-48d8978c,
#w-node-d9769717-f737-4622-2e19-c2cb6e201e37-1bd4f30c,
#w-node-_07b5e8f7-a044-b16f-c014-26d43adf0d36-1bd4f30c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d4c401f3-1854-37d3-289b-6c0f767ee52a-1bd4f30c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-c2dfddea-a7e1-0dd8-6cfe-a8f83a2b3f56-1c6a11c2 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {

  #w-node-d4c401f3-1854-37d3-289b-6c0f767ee51a-1bd4f30c,
  #w-node-d4c401f3-1854-37d3-289b-6c0f767ee51e-1bd4f30c,
  #w-node-d4c401f3-1854-37d3-289b-6c0f767ee522-1bd4f30c,
  #w-node-d4c401f3-1854-37d3-289b-6c0f767ee526-1bd4f30c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}