@charset "UTF-8";
@font-face {
  font-family: "ABC Favorit Mono";
  src: url("../fonts/ABCFavoritMono-Medium-Trial.woff2") format("woff2"), url("../fonts/ABCFavoritMono-Medium-Trial.woff") format("woff"), url("../fonts/ABCFavoritMono-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sometimes Times";
  src: url("../fonts/Sometimes%20Times.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sometimes Times";
  src: url("..//fonts/Sometimes%20Times%20Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ABC Favorit";
  src: url("../fonts/ABCFavorit-Light-Trial.woff2") format("woff2"), url("../fonts/ABCFavorit-Light-Trial.woff") format("woff"), url("../fonts/ABCFavorit-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/** Global Padding, margins, and widths */
/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

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

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
  position: relative;
}

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed;
}

html {
  -ms-content-zooming: none;
  height: 100%;
}

@-ms-viewport {
  width: device-width;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

body {
  font-size: 22px;
  line-height: 1.59;
  font-family: ministry, sans-serif;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.01em;
  height: 100%;
}
@media only screen and (min-width: 1621px) {
  body {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 280px);
  max-width: 1500px;
}
@media only screen and (max-width: 1199px) {
  .contain {
    width: calc(100% - 160px);
  }
}
@media only screen and (max-width: 991px) {
  .contain {
    padding: 0 60px;
    width: 100%;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  .contain {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .contain {
    padding: 0 30px;
  }
}

.contain-sm {
  width: calc(100% - 240px);
  max-width: 1380px;
}
@media only screen and (max-width: 1199px) {
  .contain-sm {
    width: 100%;
    padding: 0 140px;
  }
}
@media only screen and (max-width: 767px) {
  .contain-sm {
    padding: 0 30px;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  .contain-sm {
    padding: 0 40px;
  }
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-991 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) {
  .hidden-991 {
    display: none !important;
  }
  .visible-991 {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
.blacker {
  font-family: "Blacker", serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #fff;
}

a:active {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:after {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.heading {
  font-family: "Blacker", serif;
  font-size: 21px;
  color: #52c6da;
  display: table;
}
@media only screen and (max-width: 1199px) {
  .heading {
    font-size: 19px;
  }
}

h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 500;
}

.h3 {
  color: #0064ad;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 400;
  font-family: ministry, sans-serif;
  margin: 0 0 10px;
  position: relative;
}

h3.home, .h3-home {
  font-size: 42px;
  line-height: 1.24;
}
@media only screen and (max-width: 1199px) {
  h3.home, .h3-home {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h3.home, .h3-home {
    font-size: 26px;
  }
}

.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
}
.col-wrap .col {
  width: 50%;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  .col-wrap .col {
    width: 100%;
    padding: 0;
  }
}

.col-ext .col {
  padding: 0 168px;
}
@media screen and (max-width: 1620px) {
  .col-ext .col {
    width: calc(50% + 168px);
    box-sizing: border-box;
  }
  .col-ext .col-lt {
    margin-left: -168px;
  }
  .col-ext .col-rt {
    margin-right: -168px;
  }
}
@media only screen and (max-width: 1199px) {
  .col-ext .col {
    padding: 0 140px;
    width: calc(50% + 140px);
  }
  .col-ext .col-lt {
    margin-left: -140px;
  }
  .col-ext .col-rt {
    margin-right: -140px;
  }
}
@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  .col-ext .col {
    padding: 0 40px;
    width: calc(100% + 80px);
    margin-left: -40px !important;
    margin-right: -40px !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .col-ext .col {
    padding: 0 30px;
    width: calc(100% + 40px);
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}

.arrow-btn {
  color: #52c6da;
  font-family: "Blacker", serif;
  height: 140px;
  line-height: 140px;
  border: 1px solid #52c6da;
  padding-left: 30px;
  font-size: 18px;
  display: table;
  min-width: 190px;
}
.arrow-btn span {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
.arrow-btn i {
  font-size: 15px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  float: right;
  display: inline-block;
  border-left: 1px solid #52c6da;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.arrow-btn:hover {
  color: #52c6da;
}
.arrow-btn:hover i {
  background: #52c6da;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .arrow-btn {
    height: 44px;
    line-height: 44px;
    font-size: 17px;
  }
  .arrow-btn i {
    height: 44px;
    width: 44px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow-btn {
    min-width: 160px;
  }
}
.arrow-btn:visited {
  color: #52c6da;
}

.arrow-btn-rev {
  color: #fff;
}
.arrow-btn-rev:hover {
  color: #fff;
}
.arrow-btn-rev.dark {
  background: #52c6da;
}
.arrow-btn-rev:visited {
  color: #fff;
}

.accordion .band-item {
  padding: 10px 0 15px;
}
.accordion .top {
  border-bottom: 1px solid #52c6da;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.025em;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion .top span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .accordion .top:hover {
    color: #0064ad;
  }
  .accordion .top:hover .more:before, .accordion .top:hover .more:after {
    background: #0064ad;
  }
}
.accordion .top.active {
  color: #0064ad;
  font-weight: 600;
}
.accordion .top.active .more {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .top.active .more:before, .accordion .top.active .more:after {
  background: #0064ad;
}
.accordion .more {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}
.accordion .more:before, .accordion .more:after {
  position: absolute;
  content: "";
  background: #000000;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.accordion .more:before {
  width: 100%;
  height: 3px;
  left: 0;
  top: calc(50% - 1.5px);
}
.accordion .more:after {
  height: 100%;
  width: 3px;
  left: calc(50% - 1.5px);
  top: 0;
}
.accordion .band-cont {
  display: none;
}
.accordion .band-cont p {
  padding: 30px 0;
}
@media only screen and (max-width: 1199px) {
  .accordion {
    padding: 30px 0 0;
  }
  .accordion .top {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991px) {
  .accordion {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .accordion {
    padding-top: 10px;
  }
  .accordion .band-item {
    padding: 8px 0;
  }
  .accordion .top {
    font-size: 30px;
  }
  .accordion .band-cont p {
    padding: 15px 0 5px;
  }
  .accordion .more {
    width: 12px;
    height: 12px;
  }
  .accordion .more:before {
    height: 2px;
    top: calc(50% - 1px);
  }
  .accordion .more:after {
    width: 2px;
    left: calc(50% - 1px);
  }
}

a.sites {
  margin-top: 130px;
  color: #0064ad;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.182;
  text-transform: uppercase;
}
a.sites:before {
  content: "";
  background: url(../img/sites.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: -89px;
  width: 53px;
  height: 61px;
  left: 0;
}
a.sites:after {
  content: "";
  bottom: -16px;
  left: 0;
  position: absolute;
  display: block;
  height: 3px;
  width: 30%;
  background: #52c6da;
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}
a.sites:hover:after {
  transform: scaleX(3.333333);
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}

a.location {
  margin-top: 130px;
  color: #fff;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.182;
  text-transform: uppercase;
}
a.location:before {
  content: "";
  background: url(../img/location.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: -89px;
  width: 53px;
  height: 61px;
  left: 0;
}
a.location:after {
  content: "";
  bottom: -16px;
  left: 0;
  position: absolute;
  display: block;
  height: 3px;
  width: 52px;
  background: #52c6da;
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}
a.location:hover:after {
  transform: scaleX(3.333333);
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}

a.community {
  margin-top: 130px;
  color: #0064ad;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.182;
  text-transform: uppercase;
}
a.community:before {
  content: "";
  background: url(../img/community.svg) no-repeat center center/contain;
  display: block;
  position: absolute;
  top: -89px;
  width: 53px;
  height: 61px;
  left: 0;
}
a.community:after {
  content: "";
  bottom: -16px;
  left: 0;
  position: absolute;
  display: block;
  height: 3px;
  width: 52px;
  background: #52c6da;
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}
a.community:hover:after {
  transform: scaleX(3.333333);
  will-change: transform;
  transition: transform 0.15s ease;
  transform-origin: left center;
}

a.arrow {
  display: block;
  clear: both;
  margin-top: 110px;
  color: #0064ad;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 1.182;
  text-transform: uppercase;
  padding-left: 35px;
}
a.arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/arrow-right.svg) no-repeat center center/18px auto;
  background-color: #fff;
  transition: background-color 0.15s ease;
  border-radius: 50%;
}
a.arrow:hover:before {
  background-color: #0064ad;
  transition: background-color 0.15s ease;
}
@media only screen and (max-width: 349px) {
  a.arrow {
    font-size: 12px;
  }
}

.dotted {
  background: url("../img/dotted.svg") repeat center center/1360px auto;
  text-align: center;
}
.dotted p.contain {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.833;
  letter-spacing: 0.171em;
  color: #51565d;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 0px 0px 13px #fff, inset 0 0 0 100px #fff;
  overflow: hidden;
  display: inline;
}
.dotted .contain p {
  box-shadow: 0px 0px 0px 13px #fff, inset 0 0 0 100px #fff;
  overflow: hidden;
  display: inline;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.833;
  letter-spacing: 0.171em;
  color: #51565d;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
.dotted .contain .button {
  margin-bottom: 0;
}
@media only screen and (max-width: 349px) {
  .dotted p.contain, .dotted .contain p {
    font-size: 20px !important;
  }
}

.button {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 45px;
  letter-spacing: 0.12em;
  color: #fff;
  background: #00a79d;
  border: 2px solid #00a79d;
  appearance: none;
  outline: none;
  padding: 0 20px;
  display: inline-block;
  margin: 35px auto;
  width: auto;
  height: 45px;
  transition: all 0.15s ease;
}
.button:hover {
  background: #fff;
  border: 2px solid #52c6da;
  transition: all 0.15s ease;
  color: #52c6da;
}

#intro {
  padding: 100px 20px 120px 140px;
}
#intro p {
  margin: 0 0 15px;
}
#intro.has-caption {
  padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
  #intro {
    padding: 80px 10px 90px 80px;
    width: calc(100% - 160px);
  }
  #intro.has-caption {
    padding-top: 60px;
  }
}

#nextPage {
  padding: 150px 0 235px;
  text-align: center;
}
#nextPage .contain p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.833;
  letter-spacing: 0.171em;
  color: #49535D;
  max-width: 100%;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}
#nextPage .contain a.button {
  margin-bottom: 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  #nextPage {
    padding: 85px 0 100px;
  }
}

.contact h3 {
  color: #0064ad;
  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  font-weight: 400;
  font-family: ministry, sans-serif;
  margin: 0 0 30px;
}
.contact ul.location:last-child {
  margin-top: 50px;
}
.contact ul li {
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}
.contact ul li i {
  font-size: 18px;
  display: inline-block;
  padding-right: 20px;
  color: #0064ad;
}
.contact ul li a {
  color: #000000;
}
.contact ul li.locName {
  font-size: 15px;
  font-weight: 500;
  color: #00a79d;
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.contact ul li.locContact {
  font-size: 22px;
  line-height: 1.59;
  letter-spacing: 0.01em;
  padding-bottom: 5px;
}

/* =========================================
   Marston Landing (page-id-6) — SCSS refactor
   - Nested structure
   - Replaces var(--token) with $token variables
========================================= */
/* -------------------------
   Tokens (scss equivalents)
------------------------- */
/* Page-scoped CSS custom props that need runtime usage */
/* -------------------------
   Global
------------------------- */
html, body {
  scroll-behavior: smooth;
}

/* -------------------------
   Type Styles (global utilities)
------------------------- */
.marston-labels {
  font-family: "ABC Favorit Mono", monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  line-height: 1;
  color: #A88B89;
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .marston-labels {
    font-size: 10px;
  }
}

.marston-cream-heading, h1 {
  font-family: "Sometimes Times", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #704525;
}

.marston-cream-body {
  font-family: "ABC Favorit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0;
  text-align: center;
  color: #000;
}

.terracotta-body {
  font-family: "ABC Favorit", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0;
  text-align: center;
  color: #704525;
}

/* =========================================
   Page Overrides (scoped)
========================================= */
body.page-id-6 {
  margin: 0 !important;
  padding: 0 !important;
  background: #561C27;
  overflow-x: hidden !important;
  /* Page-scoped CSS variables (kept as CSS custom props; used via var() at runtime) */
  --badge-width: 150px;
  --badge-drop: 100px;
  --badge-gap: 40px;
  /* Outer wrapper used by the theme */
  /* Hide the default theme header/footer + HR only on this page */
  /* Landing root */
  /* Clip any hero bleed */
  /* =========================================
     Base structure
  ========================================= */
  /* =========================================
     HERO — Mobile base
  ========================================= */
  /*
     Mobile marquee
    .marston-hero__marquee {
      width: 100%;
      overflow: hidden;
      padding-top: 13px;
      padding-bottom: 0;

      .marston-labels {
        display: inline-block;
      }
    }

    .marston-hero__marquee-track {
      display: inline-flex;
      align-items: center;
      gap: 28px;
      transform: translate3d(0,0,0);
      white-space: nowrap;
      will-change: transform;
      animation: marston-top-marquee 18s linear infinite;
    } */
  /* Hide the existing 3 <p> labels on MOBILE */
  /* Respect reduced motion */
  /* Mobile carousel viewport */
  /* Slick internals must be forced to 100% height */
  /* Images fill the available height */
  /* Carousel wrapper: NO scroll-snap (CSS animation only) */
  /* Mobile moving belt */
  /* Mobile slide sizing (uniform) */
  /* Reduced motion */
  /* CTA bottom */
  /* Hide/show mobile-only labels */
  /* =========================================
     CREAM (mobile base)
  ========================================= */
  /* Formidable styling (scoped to cream section) */
  /* =========================================
     TERRACOTTA (mobile base)
  ========================================= */
  /* =========================================
     DESKTOP — HERO layout
  ========================================= */
  /* =========================================
     DESKTOP — CREAM (Figma 1440)
  ========================================= */
  /* =========================================
     DESKTOP — TERRACOTTA (Figma 1440)
  ========================================= */
}
body.page-id-6 .with_frm_style {
  --field-height: 40px;
}
body.page-id-6 .with_frm_style .frm_inside_container > label {
  top: calc(1px + 0.5 * var(--field-height));
}
body.page-id-6 .with_frm_style .frm_inside_container.frm_label_float_top > label {
  top: -5px;
}
body.page-id-6 #page {
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  width: 100% !important;
  overflow-x: hidden !important;
}
body.page-id-6 #header,
body.page-id-6 #footer,
body.page-id-6 hr {
  display: none !important;
}
body.page-id-6 main.marston {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  min-height: 100svh;
}
body.page-id-6 .marston-hero {
  overflow-x: hidden;
  height: 100svh;
  background: #561C27;
  overflow: hidden;
  box-sizing: border-box;
  padding-bottom: 0;
}
body.page-id-6 .marston {
  width: 100%;
}
body.page-id-6 .marston-section {
  display: flex;
  padding-bottom: 50px;
  /* min-height: 100svh; */
}
body.page-id-6 .marston-section.marston-hero {
  padding-bottom: 0;
}
body.page-id-6 .marston-hero {
  background: #561C27;
  color: #fff;
}
body.page-id-6 .marston-cream {
  background: #F9F6E8;
}
body.page-id-6 .marston-terracotta {
  background: #7a4a2a;
  padding-bottom: 30px;
}
body.page-id-6 .marston-hero__inner,
body.page-id-6 .marston-cream__inner,
body.page-id-6 .marston-terracotta__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.page-id-6 .marston-hero__top {
  padding-top: 13px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  text-align: center;
  width: 100%;
  max-width: 100vw;
}
body.page-id-6 .marston-hero__kicker {
  margin: 0;
  height: 28px;
  line-height: 28px;
}
body.page-id-6 .marston-hero__brand {
  margin-top: 48px;
}
body.page-id-6 .marston-hero__marquee {
  width: 100%;
  overflow: hidden;
  padding-top: 13px;
  padding-bottom: 0;
}
body.page-id-6 .marston-hero__marquee-track {
  display: flex;
  align-items: center;
  gap: 0; /* IMPORTANT: no gap here */
  width: max-content;
  white-space: nowrap;
  will-change: transform;
  animation: marston-top-marquee var(--marquee-duration, 18s) linear infinite;
  transform: translate3d(0, 0, 0);
}
body.page-id-6 .marston-hero__marquee-set {
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 28px; /* gap lives INSIDE the repeating unit */
  white-space: nowrap;
}
body.page-id-6 .marston-hero__marquee-set a {
  text-decoration: none;
}
body.page-id-6 .marston-labels {
  flex: 0 0 auto;
  display: inline-block;
  text-decoration: none;
}
body.page-id-6 .marston-labels a {
  text-decoration: none;
}
@keyframes marston-top-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(calc(-1 * var(--marquee-distance, 0px)), 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-6 .marston-hero__marquee-track {
    animation: none;
    transform: none;
  }
}
body.page-id-6 .marston-hero__leasing26,
body.page-id-6 .marston-hero__kicker,
body.page-id-6 .marston-hero__address {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-6 .marston-hero__marquee-track {
    animation: none !important;
  }
}
body.page-id-6 .marston-hero__logo {
  width: 300px;
  max-width: calc(100% - 34px);
  height: auto;
  margin: 0 auto;
}
body.page-id-6 .marston-hero__carousel {
  margin-top: 58px;
  width: 100svw;
  height: 387px;
  margin-left: 0px;
  overflow: hidden;
  /* Pause on hover where applicable */
}
@media (hover: hover) {
  body.page-id-6 .marston-hero__carousel:hover .marston-carousel__track {
    animation-play-state: paused;
  }
}
body.page-id-6 #hero,
body.page-id-6 #hero .marston-slider-wrap,
body.page-id-6 #hero .marston-slider {
  height: 100%;
  min-height: 0; /* helps prevent overflow issues */
}
body.page-id-6 .marston-slider {
  display: flex;
  width: auto;
}
body.page-id-6 .marston-slider .slide {
  flex: none;
}
body.page-id-6 #hero .marston-slider .slick-list,
body.page-id-6 #hero .marston-slider .slick-track,
body.page-id-6 #hero .marston-slider .slick-slide,
body.page-id-6 #hero .marston-slider .slick-slide > div {
  height: 100%;
}
body.page-id-6 #hero .marston-slider img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
body.page-id-6 #hero {
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
body.page-id-6 #hero .marston-slider-wrap {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 50px 0 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  body.page-id-6 #hero .marston-slider-wrap {
    position: relative;
    width: 100vw;
  }
}
body.page-id-6 #hero .slick-next {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 90;
}
body.page-id-6 #hero .slick-prev {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  z-index: 90;
}
body.page-id-6 #hero .slide {
  margin: 0 25px;
  width: 70vw;
}
body.page-id-6 #hero .slide img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  body.page-id-6 #hero .slide {
    margin: 0;
    width: 100vw;
  }
}
body.page-id-6 .marston-carousel {
  height: 387px;
  overflow: hidden;
  scroll-snap-type: none;
}
body.page-id-6 .marston-carousel__track {
  display: flex;
  height: 387px;
  width: max-content;
  gap: 14px;
  will-change: transform;
  animation: marston-mobile-marquee 30s linear infinite;
}
body.page-id-6 .marston-carousel__slide {
  flex: 0 0 404px;
  width: 404px;
  height: 387px;
  margin: 0;
}
body.page-id-6 .marston-carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-6 .marston-carousel__track {
    animation: none !important;
  }
}
body.page-id-6 .marston-hero__cta {
  padding: 0 0 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
body.page-id-6 .marston-hero__monogram {
  width: 89px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 1;
}
body.page-id-6 .marston-hero__signup {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #A88B89;
  white-space: nowrap;
}
body.page-id-6 .marston-hero__signup:hover .marston-hero__signup-icon {
  transform: translateX(10px);
}
body.page-id-6 .marston-hero__signup-icon {
  width: 44px;
  height: 14px;
  flex: 0 0 auto;
  display: inline-block;
  background: url("/wp-content/uploads/2026/02/sign-up-arrow.png") center/contain no-repeat;
  transition: all 0.25s ease-in-out;
}
body.page-id-6 p.marston-labels.marston-hero__leasing26, body.page-id-6 p.marston-labels.marston-hero__address, body.page-id-6 p.marston-labels.marston-hero__leasing {
  display: none;
}
body.page-id-6 .marston-cream__inner {
  padding: 50px 36px;
  align-items: center;
  text-align: center;
  gap: 45px;
}
body.page-id-6 .marston-cream__headline {
  padding: 0 20px;
}
body.page-id-6 .marston-cream__form {
  width: 100%;
}
body.page-id-6 .marston-cream__flower {
  width: 44px;
  margin-top: 0;
}
body.page-id-6 .marston-cream__flower svg {
  width: 100%;
  margin-top: 10px;
}
body.page-id-6 .marston-cream__flower img {
  width: 44px;
  height: auto;
  margin-top: 10px;
}
body.page-id-6 .marston-cream {
  /* Submit alignment (mobile default centered) */
  /* Submit button */
}
body.page-id-6 .marston-cream .frm_forms {
  width: 100%;
}
body.page-id-6 .marston-cream .with_frm_style .frm_inside_container > label {
  left: 0;
}
body.page-id-6 .marston-cream .frm_form_fields,
body.page-id-6 .marston-cream fieldset {
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
body.page-id-6 .marston-cream .frm_fields_container {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
body.page-id-6 .marston-cream .frm_fields_container .frm_inside_container {
  margin-bottom: 20px;
}
body.page-id-6 .marston-cream .frm_primary_label {
  font-family: "ABC Favorit Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  color: #704525 !important;
  display: block;
  padding: 0 !important;
  text-align: left !important;
}
body.page-id-6 .marston-cream .frm_required {
  display: none !important;
}
body.page-id-6 .marston-cream input[type=text],
body.page-id-6 .marston-cream input[type=tel],
body.page-id-6 .marston-cream input[type=email] {
  width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #704525 !important;
  border-radius: 0 !important;
  padding: 6px 0 10px !important;
  margin: 0 !important;
  font-family: "ABC Favorit", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 22px !important;
  color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
  text-align: left !important;
}
body.page-id-6 .marston-cream input[type=text]:focus,
body.page-id-6 .marston-cream input[type=tel]:focus,
body.page-id-6 .marston-cream input[type=email]:focus {
  border-bottom-color: #704525 !important;
  box-shadow: none !important;
}
body.page-id-6 .marston-cream .frm_submit.frm_flex {
  justify-content: center !important;
}
body.page-id-6 .marston-cream #frm_field_6_container {
  display: flex !important;
  justify-content: center !important;
}
body.page-id-6 .marston-cream button.frm_button_submit {
  background: #561C27 !important;
  color: #F9F6E8 !important;
  border: 0 !important;
  border-radius: 30px !important;
  padding: 10px 20px 10px 20px !important;
  min-height: 44px;
  font-family: "ABC Favorit Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.25em !important;
  text-transform: uppercase !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  cursor: pointer !important;
}
body.page-id-6 .marston-cream button.frm_button_submit::before {
  content: none !important;
}
body.page-id-6 .marston-cream button.frm_button_submit::after {
  content: "" !important;
  width: 14px !important;
  height: 8px !important;
  display: inline-block !important;
  flex: 0 0 auto !important;
  background: url("/wp-content/uploads/2026/02/submit-arrow.png") center/contain no-repeat !important;
}
body.page-id-6 .marston-cream button.frm_button_submit:hover {
  filter: brightness(1.05);
}
body.page-id-6 .marston-cream button.frm_button_submit:focus {
  outline: 2px solid color-mix(in srgb, #561C27 55%, transparent);
  outline-offset: 3px;
}
body.page-id-6 .marston-terracotta__inner {
  align-items: center;
}
body.page-id-6 .marston-terracotta__image {
  width: calc(100% - 64px);
  margin-top: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
  box-sizing: border-box;
}
body.page-id-6 .marston-terracotta__image:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
}
body.page-id-6 .marston-terracotta__image > img {
  width: 100%;
  height: calc((100vw - 64px) * 1.04);
  object-fit: cover;
  display: block;
}
body.page-id-6 .marston-terracotta__badge {
  position: absolute;
  left: 50%;
  bottom: calc(-1 * var(--badge-drop));
  transform: translateX(-50%);
  width: var(--badge-width);
  max-width: 70%;
  z-index: 2;
  margin: 0;
  padding: 0;
}
body.page-id-6 .marston-terracotta__badge img {
  width: 100%;
  height: auto;
  display: block;
}
body.page-id-6 .marston-terracotta__social {
  font-size: 13px;
  text-align: center;
  margin-top: calc(var(--badge-drop) + var(--badge-gap));
  position: static !important;
  color: #F9F6E8;
  top: auto !important;
}
body.page-id-6 .marston-terracotta__legal {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
  position: static !important;
  color: #F9F6E8;
  top: auto !important;
  font-family: "ABC Favorit", sans-serif;
}
body.page-id-6 .marston-terracotta__legal a {
  color: #F9F6E8;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  body.page-id-6 {
    /* keep these as CSS custom props (layout knobs) */
    --hero-canvas: 1440px;
    --hero-gutter: 50px;
    --gap-logo-to-gallery: 50px;
    --gap-gallery-to-cta: 21px;
    --gallery-h: clamp(320px, 52svh, 420px);
    --marston-gap: 50px;
    --slide-w: 700px;
    --slide-h: var(--gallery-h);
    --corner-pad: 50px;
    /* Show desktop-only labels */
    /* Corner-anchored labels */
    /* CTA container just for the monogram */
    /* Desktop gallery row */
  }
  body.page-id-6 .marston-hero {
    position: relative;
    height: 100svh;
    min-height: 100svh;
    background: #561C27;
    overflow: hidden;
  }
  body.page-id-6 .marston-hero__inner {
    width: 100%;
    max-width: 100svw;
    margin: 0 auto;
    padding: 0px;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto 1fr auto;
    align-items: start;
    height: 100svh;
    /* Ensure every wrapper in the chain can stretch */
    /* Slick internals must be forced to 100% height */
    /* Images fill the available height */
  }
  body.page-id-6 .marston-hero__inner #hero,
  body.page-id-6 .marston-hero__inner #hero .marston-slider-wrap,
  body.page-id-6 .marston-hero__inner #hero .marston-slider {
    height: 100%;
    min-height: 0; /* helps prevent overflow issues */
  }
  body.page-id-6 .marston-hero__inner #hero .marston-slider .slick-list,
  body.page-id-6 .marston-hero__inner #hero .marston-slider .slick-track,
  body.page-id-6 .marston-hero__inner #hero .marston-slider .slick-slide,
  body.page-id-6 .marston-hero__inner #hero .marston-slider .slick-slide > div {
    height: 100%;
  }
  body.page-id-6 .marston-hero__inner #hero .marston-slider img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
  }
  body.page-id-6 .marston-hero__marquee .marston-labels {
    display: none;
  }
  body.page-id-6 p.marston-labels.marston-hero__leasing26 {
    display: none;
  }
  body.page-id-6 p.marston-labels.marston-hero__kicker, body.page-id-6 p.marston-labels.marston-hero__address, body.page-id-6 p.marston-labels.marston-hero__leasing {
    display: block;
    text-decoration: none !important;
    pointer-events: none !important;
  }
  body.page-id-6 .marston-hero__top {
    position: relative;
    padding: 0;
    text-align: center;
    z-index: 2;
  }
  body.page-id-6 .marston-hero__brand {
    display: inline-block;
    margin: 0 auto;
    padding-top: 0px;
  }
  body.page-id-6 .marston-hero__logo {
    width: 426px;
    max-width: 100%;
    height: auto;
    margin-top: 0px;
  }
  body.page-id-6 .marston-hero__kicker {
    position: absolute;
    top: var(--corner-pad);
    left: var(--corner-pad);
    margin: 0;
    height: auto;
    line-height: 1;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__address {
    position: absolute;
    top: var(--corner-pad);
    right: var(--corner-pad);
    margin: 0;
    text-align: right;
    line-height: 1;
    color: #A88B89;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__leasing {
    position: absolute;
    bottom: var(--corner-pad);
    left: var(--corner-pad);
    margin: 0;
    color: #A88B89;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__signup {
    position: absolute;
    bottom: var(--corner-pad);
    right: var(--corner-pad);
    margin: 0;
    z-index: 10;
    pointer-events: auto; /* clickable */
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  body.page-id-6 .marston-hero__kicker {
    position: absolute;
    top: 30px;
    left: 30px;
    margin: 0;
    height: auto;
    line-height: 1;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__address {
    position: absolute;
    top: 30px;
    right: 30px;
    margin: 0;
    text-align: right;
    line-height: 1;
    color: #A88B89;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__leasing {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin: 0;
    color: #A88B89;
    z-index: 10;
    pointer-events: none;
  }
  body.page-id-6 .marston-hero__signup {
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
    z-index: 10;
    pointer-events: auto; /* clickable */
  }
}
@media (min-width: 1024px) {
  body.page-id-6 .marston-hero__cta {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
  }
  body.page-id-6 .marston-hero__monogram {
    margin: 0;
  }
  body.page-id-6 .marston-hero__carousel {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: var(--slide-h);
    overflow: hidden;
    margin-top: var(--gap-logo-to-gallery);
    margin-bottom: var(--gap-gallery-to-cta);
  }
  body.page-id-6 .marston-carousel {
    height: var(--slide-h);
    overflow: hidden !important;
    scroll-snap-type: none !important;
    padding-left: var(--hero-gutter);
    padding-right: var(--hero-gutter);
    box-sizing: border-box;
  }
  body.page-id-6 .marston-carousel__track {
    display: flex;
    align-items: center;
    height: var(--slide-h);
    gap: var(--marston-gap);
    width: max-content;
    will-change: transform;
    animation: marston-marquee 30s linear infinite;
  }
  body.page-id-6 .marston-hero__carousel:hover .marston-carousel__track {
    animation-play-state: paused;
  }
  body.page-id-6 .marston-carousel__slide {
    flex: 0 0 var(--slide-w);
    width: var(--slide-w);
    height: var(--slide-h);
    margin: 0;
  }
  body.page-id-6 .marston-carousel__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
@media (min-width: 1024px) {
  body.page-id-6 {
    --cream-canvas: 1440px;
    --cream-gutter: 50px;
    --cream-headline-w: 914px;
    --cream-body-w: 376px;
    --cream-form-w: 390px;
    --cream-col-gap: 148px;
    /* Desktop submit alignment: left */
    /*
        label#field_qh4icy_label,
        label#field_sjhs9_label,
        label#field_29yf4d_label {
          position: relative;
          top: 18px;
        }
    */
  }
  body.page-id-6 .marston-cream__inner {
    width: 100%;
    max-width: var(--cream-canvas);
    margin: 0 auto;
    padding: 110px var(--cream-gutter) 90px;
    display: grid;
    grid-template-columns: var(--cream-body-w) var(--cream-form-w);
    column-gap: var(--cream-col-gap);
    row-gap: 100px;
    grid-template-areas: "headline headline" "body     form" "flower   flower";
    justify-content: center;
    align-content: start;
    align-items: start;
    text-align: left;
  }
  body.page-id-6 .marston-cream-heading, body.page-id-6 h1 {
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 0;
    text-align: center;
  }
  body.page-id-6 .marston-cream__headline {
    grid-area: headline;
    max-width: var(--cream-headline-w);
    margin: 0 auto;
    text-align: center;
  }
  body.page-id-6 .marston-cream-body {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: left;
  }
  body.page-id-6 .marston-cream__body {
    grid-area: body;
    max-width: var(--cream-body-w);
    margin: 0;
    align-self: start;
    padding-top: 16px;
  }
  body.page-id-6 .marston-cream__form {
    grid-area: form;
    width: var(--cream-form-w);
    max-width: var(--cream-form-w);
    justify-self: start;
    text-align: left;
    align-self: start;
  }
  body.page-id-6 .marston-cream .frm_submit.frm_flex {
    justify-content: flex-start !important;
  }
  body.page-id-6 .marston-cream #frm_field_6_container {
    justify-content: flex-start !important;
    margin-top: 20px;
  }
  body.page-id-6 .marston-cream .frm_fields_container {
    gap: 0px;
  }
  body.page-id-6 .frm_style_formidable-style.with_frm_style .form-field {
    padding: 0px;
    margin-bottom: 20px;
  }
  body.page-id-6 .marston-cream__flower {
    grid-area: flower;
    display: flex;
    justify-content: center;
    margin: 20px auto 0;
    width: 4vw;
  }
  body.page-id-6 .marston-cream__flower img {
    margin-top: 0;
  }
  body.page-id-6 .marston-cream__flower img svg {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  body.page-id-6 {
    --terracotta-pad: 50px;
    --badge-width: 151px;
    --badge-drop: 100px;
    --footer-top-pad: 80px;
    /* Override mobile position: static !important */
  }
  body.page-id-6 .marston-terracotta__inner {
    width: 100%;
    padding: 50px 50px 0px 50px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "image image" "legal social";
    row-gap: calc(var(--badge-drop) + var(--footer-top-pad));
    align-items: start;
    position: relative;
  }
  body.page-id-6 .marston-terracotta__image {
    grid-area: image;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
  }
  body.page-id-6 .marston-terracotta__image > img {
    width: 100%;
    height: auto;
    aspect-ratio: 1340/812;
    object-fit: cover;
    display: block;
  }
  body.page-id-6 .marston-terracotta__badge {
    position: absolute;
    left: 50%;
    bottom: calc(-1 * var(--badge-drop));
    transform: translateX(-50%);
    width: var(--badge-width);
    margin: 0;
    z-index: 2;
  }
  body.page-id-6 .marston-terracotta__legal {
    grid-area: legal;
    justify-self: start;
    text-align: left;
    position: relative !important;
    margin: 0 !important;
    top: -133px !important;
  }
  body.page-id-6 .marston-terracotta__social {
    grid-area: social;
    justify-self: end;
    text-align: right;
    position: relative !important;
    margin: 0 !important;
    top: -133px !important;
  }
}

/* =========================================
   Keyframes (global)
========================================= */
/*@keyframes marston-top-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33.333%);
  }
}*/
/* Mobile keyframes: (404+14)*3 = 1254px */
@keyframes marston-mobile-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1254px, 0, 0);
  }
}
/* Desktop marquee distance (assumes 3 slides duplicated as needed) */
@keyframes marston-marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-1 * (var(--slide-w) + var(--marston-gap)) * 3), 0, 0);
  }
}
/* Desktop ticker */
@keyframes marston-ticker {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/* Hide arrows on desktop */
@media (min-width: 991px) {
  .marston-slider .custom-next,
  .marston-slider .custom-prev {
    display: none;
  }
}
.frm_error,
.frm_error_style,
.with_frm_style .frm_message,
.frm_success_style {
  font-family: "ABC Favorit", sans-serif;
}
