/*
	Theme Name: Go European
	Author: KAL Group
	Author URI: https://kal-group.com/
	Version: 2.5.0
*/
/* montserrat-latin-ext-wght-normal */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("https://www.goeuropean.co.uk/resources/a062d112d90e1aabff070ce5/assets/fonts/montserrat-latin-ext-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* montserrat-latin-wght-normal */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("https://www.goeuropean.co.uk/resources/a062d112d90e1aabff070ce5/assets/fonts/montserrat-latin-wght-normal.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.loader-wrapper {
  pointer-events: none;
  display: grid;
  place-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader {
  transform: translate(-50%);
  --s: 20px;
  display: grid;
  place-items: center;
  place-content: center;
  margin: 0 calc(var(--s) / 2);
}

.loader:before,
.loader:after {
  content: "";
  grid-area: 1/1;
}

.loader,
.loader:before,
.loader:after {
  height: var(--s);
  width: calc(var(--s) / 5);
  border-radius: var(--s);
  background: rgba(0, 0, 0, 0.8);
  transform: translate(calc(var(--_i, 0) * 200%));
  animation: l 0.6s infinite alternate calc(var(--_i, 0) * 0.3s) both;
}

.loader:before {
  --_i: -1;
}

.loader:after {
  --_i: 1;
}

@keyframes l {
  from {
    height: calc(var(--s) / 2);
  }
}
.brands-section {
  padding: 1rem;
}

.swiper-brands {
  overflow: hidden;
}

.cardList.brandBlock-list, ul.brandBlock-list.products {
  flex-wrap: nowrap;
  margin: 0;
}

.cardList-item.brandBlock-list-item {
  padding: 0;
}

.brandBlock-list-item .cardList-item-inner {
  padding: 1rem;
}

.brandBlock-list-item .cardList-item-content-inner {
  border-radius: 1rem;
}

.brandBlock-list-item-image-wrapper {
  border-radius: 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 56.25%;
}

.brandBlock-list-item-image {
  filter: contrast(0.25) brightness(2.5);
  max-width: 14rem;
  padding: 2rem;
  position: absolute;
  object-fit: contain;
  object-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.brandBlock-list-item h3 {
  margin: 0 0 0.5rem 0;
}

.swiper-brands-pagination {
  justify-content: center;
  display: flex;
}

.brandLogo-list {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1080px) {
  .brandLogo-list-item {
    padding: 0 2rem;
  }
}

.brandLogo-list-item-image {
  filter: grayscale(1);
  height: 2.5rem;
  width: auto;
  min-width: 8rem;
  object-fit: contain;
  opacity: 0.4;
  transition: 0.25s;
}
@media (min-width: 1080px) {
  .brandLogo-list-item-image {
    height: 3.5rem;
  }
}

.brandLogo-list-item a:hover .brandLogo-list-item-image {
  opacity: 1;
  filter: grayscale(0);
}

html {
  margin: 0;
}

*,
*:before,
*:after,
body {
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #D9D9D9;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}
@media (min-width: 1080px) {
  body {
    font-size: 1em;
  }
}

.container {
  max-width: 90em;
  margin: 0 auto;
  position: relative;
  padding: 1rem;
}
@media (min-width: 1450px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: 2.25em;
}
@media (min-width: 800px) {
  h1 {
    font-size: 2.5em;
  }
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.11em;
}

h4 {
  font-size: 0.88em;
}

.singleContent h2, .singleContent h3, .singleContent h4, .singleContent h5, .singleContent h6 {
  color: #E73743;
}
.singleContent li::marker {
  font-weight: 700;
  color: #E73743;
}

blockquote {
  position: relative;
  font-weight: 700;
  font-size: 2em;
  margin-left: 1em;
  padding-left: 1em;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.1em;
  height: 100%;
  background-image: linear-gradient(180deg, #E73743 0%, #F9B000 100%);
}

strong, b {
  font-weight: 700;
}

strong abbr {
  font-weight: 400;
}

s {
  display: block;
  font-size: smaller;
  color: #E73743;
}

address {
  font-style: normal;
}

.tabular-nums-wrapper {
  display: flex;
  align-items: center;
}

.tabular-nums {
  font-size: 1.5em;
  font-variant-numeric: tabular-nums;
  margin: 0 0.25rem;
}

.breadcrumbs-wrapper {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-size: smaller;
  border-bottom: 1px solid #D9D9D9;
}

#breadcrumbs {
  margin: 0;
}

.finance-wrapper .price,
.price-wrapper .price {
  margin: 0;
}

.post-meta {
  margin: 0;
}

.section-column-heading span,
.section-heading span,
.siteHero-title span {
  display: block;
  color: #E73743;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}
.section-column-heading span br,
.section-heading span br,
.siteHero-title span br {
  display: none;
}
.section-column-heading span strong,
.section-heading span strong,
.siteHero-title span strong {
  font-weight: 400;
}

.product-heading .condition,
.cardList-item-title .condition,
.searchDropdown-list-item-subheading-attr.condition {
  font-weight: 700;
  color: #E73743;
}

.product-heading .brand,
.cardList-item-title .brand,
.searchDropdown-list-item-subheading-attr.brand {
  font-weight: 400;
}

a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

a:hover {
  text-decoration: underline;
}

.read-more-link.neutral {
  color: rgba(0, 0, 0, 0.8);
}

.read-more-link {
  color: #E73743;
  font-weight: 600;
}
.read-more-link:after {
  content: " >";
}

.singleContent a {
  text-decoration: underline;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.singleContent .button-wrapper a {
  text-decoration: none;
}

.go-back-link {
  position: relative;
  display: block;
  max-width: max-content;
  text-align: center;
  font-weight: 700;
  font-size: 1em;
  margin: 0 auto;
}
.go-back-link:before {
  content: "";
  pointer-events: none;
  position: absolute;
  left: -1.25rem;
  top: 1.25rem;
  transform: translateY(-50%) rotate(90deg);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform-origin: center 25%;
}

.siteHero-content-wrapper .go-back-link {
  margin: 2rem;
}
@media (min-width: 1080px) {
  .siteHero-content-wrapper .go-back-link {
    margin: 1rem;
  }
}

.button-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0 -0.25rem;
}

.singleContent .button-wrapper {
  width: 100%;
  margin: 2rem 0;
}
.singleContent .button-wrapper .button {
  flex-basis: calc(50% - 0.5rem);
}

a.btn,
input[type=submit],
.button,
button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0;
  padding: 0.75rem;
  border-radius: 5rem;
  background-image: linear-gradient(270deg, #E73743 0%, #F9B000 100%);
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 800;
  color: white;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  a.btn,
  input[type=submit],
  .button,
  button {
    padding: 0.75rem 1rem;
    align-self: center;
  }
}

button + button,
.button + .button,
.button + button,
button + .button {
  margin: 0 0 0 0.5rem;
}

.stacked-button-wrapper .button + .button {
  margin: 0.5rem 0 0 0;
}

.button-wrapper .button,
.button-wrapper button {
  margin: 0.25rem;
}

.button:hover {
  text-decoration: none;
}

input[type=submit]:hover,
.button.primary:hover {
  background-image: linear-gradient(270deg, #F9B000 0%, #F9B000 100%);
}

.background-grey.button.secondary {
  background-image: linear-gradient(270deg, white 0%, white 100%);
}

.button.secondary.white {
  background-image: linear-gradient(270deg, white 0%, white 100%);
}

.button.secondary {
  background-image: linear-gradient(270deg, #F5F5F5 0%, #F5F5F5 100%);
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
}
.button.secondary:hover {
  background-image: linear-gradient(270deg, rgba(245, 245, 245, 0.75) 0%, rgba(245, 245, 245, 0.75) 100%);
}

a.button.secondary {
  border: 1px solid #D9D9D9;
}

.button.tertiary {
  background-image: linear-gradient(270deg, #174159 0%, #174159 100%);
  color: white;
}
.button.tertiary:hover {
  background-image: linear-gradient(270deg, rgba(23, 65, 89, 0.75) 0%, rgba(23, 65, 89, 0.75) 100%);
}

.button.secondary.light-font-weight {
  text-transform: none;
}

.button.opacity {
  background-image: linear-gradient(270deg, rgba(245, 245, 245, 0.75) 0%, rgba(245, 245, 245, 0.75) 100%);
}

.button.secondary.black {
  background-color: black;
  background-image: none;
  color: white;
}

.button.centered {
  max-width: 30rem;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.button.no-text {
  padding: 0.75rem;
}
.button.no-text .button-icon {
  margin: 0;
}

input[type=submit],
.button.primary,
.button.secondary,
.button.tertiary {
  transition: 0.25s;
}
input[type=submit]:hover,
.button.primary:hover,
.button.secondary:hover,
.button.tertiary:hover {
  transform: scale(0.98);
}

.button .loader {
  background: white;
}
.button .loader:before, .button .loader:after {
  background: white;
}

.unstyled-button, button.page-link {
  border-radius: 0;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-image: none;
}

.unstyled-button.inline, button.inline.page-link {
  display: flex;
  align-items: center;
  font-weight: 600;
}

.collapsable-button.read-more-button {
  color: #E73743;
  text-transform: none;
  font-weight: 600;
  font-size: 1rem;
  margin: 0 auto;
  max-width: max-content;
}

.button-icon {
  width: 1rem;
  height: 1rem;
}
@media (min-width: 1280px) {
  .button-icon {
    margin-right: 0.5rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.unstyled-button-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.cta-button-wrapper {
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
@media (min-width: 1080px) {
  .cta-button-wrapper {
    flex-direction: row;
    margin: 2rem 0;
  }
}

.cta-button-wrapper .button,
.cta-button-wrapper .cta-enquire-form {
  flex: 1;
  width: 100%;
}

.cta-button-wrapper .button {
  cursor: pointer;
  margin: 0.25rem 0;
}

@media (min-width: 1080px) {
  .cta-button-wrapper .button,
  .cta-button-wrapper .cta-enquire-form {
    margin: 0 0.25rem;
  }
}

.cta-enquire-form .button {
  margin: 0;
}

.cta-enquire-form button {
  width: 100%;
}

.cta-enquire-form button.secondary {
  border: 1px solid #D9D9D9;
}

.button.sold,
button:disabled {
  background-image: linear-gradient(270deg, #D9D9D9 0%, #D9D9D9 100%);
  color: #b4b4b4;
  cursor: not-allowed;
}
.button.sold:hover,
button:disabled:hover {
  transform: none !important;
  background-image: linear-gradient(270deg, #D9D9D9 0%, #D9D9D9 100%) !important;
}

.siteHeader-wrapper {
  background-color: white;
  border-bottom: 1px solid #D9D9D9;
  position: sticky;
  top: 0;
  z-index: 10;
}

.siteHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 1rem;
  max-width: 90em;
  margin: 0 auto;
}
@media (min-width: 1080px) {
  .siteHeader {
    padding: 2rem 1rem 1.5rem 1rem;
  }
}

.siteHeader-menu-controls {
  display: flex;
}

.siteHeader-controls {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
@media (min-width: 1080px) {
  .siteHeader-controls .button {
    padding: 0.5rem;
  }
}
.siteHeader-controls button {
  white-space: nowrap;
}

.siteHeader-logo {
  display: none;
}

.siteHeader-logo.desktop {
  width: 10rem;
  height: 2.4479166667rem;
  object-fit: contain;
  max-width: 10rem;
  transform: translateY(-0.5rem);
}
@media (min-width: 1160px) {
  .siteHeader-logo.desktop {
    display: block;
  }
}

.siteHeader-logo.mobile {
  width: 46px;
  height: 22px;
  object-fit: contain;
  margin: 0.25rem 0 0.25rem 0.5rem;
}
@media (max-width: 1159px) {
  .siteHeader-logo.mobile {
    display: block;
  }
}

.siteHeader-phone-number {
  display: none;
}
@media (min-width: 1280px) {
  .siteHeader-phone-number {
    display: block;
  }
}

#open-primary-menu {
  display: none;
}
@media (max-width: 1159px) {
  #open-primary-menu {
    display: block;
  }
}

.siteHero-wrapper {
  position: relative;
  margin: -1rem -1rem 0 -1rem;
}

.siteHero-wrapper.generic .siteHero-image-wrapper {
  position: relative;
  height: 40vw;
  max-height: 350px;
}

.siteHero-wrapper.generic .siteHero-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.siteHero-content {
  padding: 2rem 1rem;
}

.siteHero-content.no-background-image {
  padding: 0 1rem;
}

.page-template-template-contact .go-back-link,
.page-template-template-valuation-form .go-back-link,
.page-template-template-part-exchange .go-back-link {
  position: absolute;
  margin: 1rem 2rem;
}
.page-template-template-contact .siteHero-content,
.page-template-template-valuation-form .siteHero-content,
.page-template-template-part-exchange .siteHero-content {
  padding: 0.5rem 2rem;
}
.page-template-template-contact .siteHero-title,
.page-template-template-valuation-form .siteHero-title,
.page-template-template-part-exchange .siteHero-title {
  margin-top: 3rem;
}

.siteHero-wrapper .siteHero-content {
  text-align: center;
  max-width: 45em;
  margin: 0 auto;
}

.siteHero-wrapper .siteHero-content.small {
  max-width: 32.7272727273em;
}

.siteHero-title {
  margin-bottom: 0;
  font-size: 1.75em;
}

.siteHero-title span {
  display: block;
  color: #E73743;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
}

.siteHero-wrapper.heading {
  margin: 0;
}

.siteHero-wrapper.feature {
  background-image: linear-gradient(180deg, #E73743 0%, #F9B000 100%);
}
.siteHero-wrapper.feature .siteHero {
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1.5rem 0 3rem 0;
}
@media (min-width: 800px) {
  .siteHero-wrapper.feature .siteHero {
    padding: 3rem 0;
  }
}
.siteHero-wrapper.feature .siteHero-banner {
  width: 100%;
  height: auto;
  padding: 0 1rem;
}
.siteHero-wrapper.feature .siteHero-banner > a {
  text-decoration: none;
}
.siteHero-wrapper.feature .siteHero-banner > a:hover {
  text-decoration: none;
}
.siteHero-wrapper.feature .siteHero-image-wrapper {
  height: 180px;
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 800px) {
  .siteHero-wrapper.feature .siteHero-image-wrapper {
    height: 360px;
    max-width: 45rem;
  }
}
.siteHero-wrapper.feature .siteHero-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
}
.siteHero-wrapper.feature .siteHero-title {
  color: white;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}
@media (min-width: 1080px) {
  .siteHero-wrapper.feature .siteHero-title {
    font-size: 2em;
  }
}

.siteHero-wrapper.feature,
.home .siteHero-wrapper.feature {
  margin-bottom: 7rem;
}
@media (min-width: 1080px) {
  .siteHero-wrapper.feature,
  .home .siteHero-wrapper.feature {
    margin-bottom: 4rem;
  }
}
.siteHero-wrapper.feature .siteHero-title,
.home .siteHero-wrapper.feature .siteHero-title {
  margin-bottom: 4rem;
}
@media (min-width: 1080px) {
  .siteHero-wrapper.feature .siteHero-title,
  .home .siteHero-wrapper.feature .siteHero-title {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1280px) {
  .siteHero.valuation-hero {
    display: flex;
    margin: 0 auto;
    max-width: 60rem;
  }
}
.siteHero.valuation-hero .siteHero-image-wrapper {
  margin: auto;
  max-width: none;
}
.siteHero.valuation-hero .siteHero-image {
  max-height: none;
  max-width: 16rem;
  width: 100%;
}
@media (min-width: 1080px) {
  .siteHero.valuation-hero .siteHero-image {
    max-width: 25rem;
  }
}
.siteHero.valuation-hero .siteHero-title {
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1079px) {
  .siteHero.valuation-hero .siteHero-title {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {
  .siteHero.valuation-hero .siteHero-title {
    text-align: left;
    margin-bottom: 2rem;
  }
}
.siteHero.valuation-hero .siteHero-title span {
  color: white;
}
@media (min-width: 1280px) {
  .siteHero.valuation-hero .siteHero-title span {
    text-align: left;
  }
}

.siteHero-taxonomy-thumbnail {
  max-height: 12.5rem;
  margin: 0 auto;
  mix-blend-mode: multiply;
}

.gridGallery-wrapper {
  position: relative;
  padding: 1rem 0;
}

.gridGallery {
  margin: -1rem;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1080px) {
  .gridGallery {
    display: grid;
    grid-template-rows: 2fr 2fr;
    grid-gap: 1rem;
    grid-template-columns: 2fr 1fr 1fr;
    margin: 0;
  }
}

.gridGallery-item {
  padding-bottom: 72.5%;
  display: none;
  position: relative;
  background-color: #F5F5F5;
  overflow: hidden;
}
.gridGallery-item.is-visible {
  display: block;
}
@media (min-width: 1080px) {
  .gridGallery-item {
    border-radius: 1rem;
  }
}
@media (max-width: 1079px) {
  .gridGallery-item:not(:first-child) {
    display: none;
  }
}
.gridGallery-item button {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
}
.gridGallery-item .gridGallery-item-image,
.gridGallery-item figure {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}

.gridGallery-item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 1079px) {
  .gridGallery-item:first-child {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

.gridGallery-item-video-poster {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.gridGallery-item-video-poster-icon {
  width: 5rem;
  height: auto;
}

.productList.swiper-wrapper, ul.swiper-wrapper.products {
  flex-wrap: nowrap;
}
@media (max-width: 799px) {
  .productList.swiper-wrapper, ul.swiper-wrapper.products {
    margin: 0;
  }
}

.swiper-products {
  overflow: hidden;
}
@media (max-width: 799px) {
  .swiper-products {
    margin: 0 -1rem;
  }
}
.swiper-products .cardList, .swiper-products ul.products {
  margin: 0;
}
.swiper-products .cardList-item {
  height: auto;
  flex-shrink: 0;
}

.swiper-products-pagination {
  display: flex;
  justify-content: center;
}

.swiper-products-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #E73743 !important;
}

.siteNav-wrapper {
  display: block;
  z-index: 2;
}

.siteNav-list {
  display: flex;
}

.siteNav-list > li > a {
  font-weight: 600;
}

.siteNav-list > li {
  position: relative;
}

.siteNav-list > li.menu-item-has-children {
  padding-right: 1rem;
}

@media (min-width: 1160px) {
  .siteNav-list > li.menu-item-has-children:after {
    content: "";
    position: absolute;
    z-index: 20;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    background: url("./assets/images/chevron-down.svg") no-repeat;
    background-position: center;
    background-size: 0.75rem;
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sub-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 1160px) {
  .siteNav-list > li {
    max-width: 30%;
  }
  .siteNav-list > li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
  }
}
@media (min-width: 1160px) {
  .siteNav-list > li > .sub-menu {
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    padding: 2rem;
    left: 0;
    top: 97px;
    right: 0;
    width: 100%;
    display: none;
    position: fixed;
    columns: 3;
    break-inside: avoid-column;
  }
  .siteNav-list > li > .sub-menu a {
    white-space: normal;
    text-overflow: initial;
    display: block;
    overflow: visible;
  }
  .siteNav-list > li + li {
    border-left: 1px solid rgba(0, 0, 0, 0.8);
  }
  .siteNav-list > li:before {
    content: "";
    position: absolute;
    bottom: -100%;
    height: 2rem;
    width: 100%;
  }
  .siteNav-list > li a {
    max-width: none;
  }
}
@media (min-width: 1160px) and (max-width: 1279px) {
  .siteNav-list > li a {
    font-size: 0.9em;
  }
}
@media (min-width: 1160px) {
  .siteNav-list li a,
  .siteNav-list li button {
    padding: 0 1rem;
  }
  .siteNav-list li .sub-menu li {
    padding: 0.5rem 0;
  }
  .siteNav-list li:hover .sub-menu {
    display: block;
  }
}
.siteNav-wrapper-header {
  display: flex;
}
@media (min-width: 1160px) {
  .siteNav-wrapper-header {
    display: none;
  }
}

.siteNav-list li button {
  font-weight: 600;
  text-transform: none;
  text-align: left;
}

@media (max-width: 1159px) {
  .siteNav-list > li.menu-item-has-children > button {
    justify-content: space-between;
    width: 100%;
  }
  .siteNav-list > li.menu-item-has-children > button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url("./assets/images/chevron-down.svg");
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
  }
}
.siteNav-list > li.menu-item-has-children > button.is-active:after {
  transform: rotate(180deg);
}

@media (max-width: 1159px) {
  #close-primary-menu {
    margin-right: 1rem;
  }
  .siteNav-wrapper {
    position: fixed;
    z-index: 1;
    left: -100%;
    top: 0;
    bottom: 0;
    padding: 1rem;
    background-color: white;
    border-right: 1px solid #D9D9D9;
    width: 25em;
    transition: 0.5s;
    overflow-y: scroll;
    scrollbar-width: none;
  }
  .siteNav-wrapper::-webkit-scrollbar {
    display: none;
  }
  .siteNav-wrapper.is-active {
    left: 0;
  }
  .siteNav {
    padding: 2rem 0;
    font-size: initial;
  }
  .siteNav-list {
    flex-direction: column;
  }
  .siteNav-list > li {
    position: relative;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 0.5rem;
  }
  .siteNav-list > li button {
    margin-bottom: 0.5rem;
  }
  .siteNav-list li a {
    padding: 0.25rem 0;
    display: block;
  }
  .siteNav .sub-menu {
    display: none;
  }
}
@media (max-width: 1159px) and (max-width: 1079px) {
  .siteNav-list li.is-active .sub-menu {
    display: block;
  }
}
@media (max-width: 1159px) and (min-width: 1080px) {
  .siteNav-list > li:hover button {
    transform: rotate(180deg);
  }
  .siteNav-list > li:hover .sub-menu {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
  }
}
.sub-menu > li.menu-item-has-children > button,
.sub-menu > li.menu-item-has-children > a {
  color: #E73743;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1160px) {
  .sub-menu > li.menu-item-has-children > button,
  .sub-menu > li.menu-item-has-children > a {
    font-size: small;
  }
}

.sub-menu > li.menu-item-has-children > ul li:last-child {
  break-after: column;
}

.pagination-wrapper {
  padding: 2rem 0;
  margin: 0;
  text-align: center;
}

.woocommerce-pagination,
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  margin: 0;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.page-numbers {
  font-size: 1.125em;
}

.facetwp-page,
ul.page-numbers li {
  margin: 0 0.5rem;
  font-weight: 600;
}

.facetwp-page,
a.page-numbers {
  text-decoration: underline;
  color: #E73743;
}

.facetwp-page.active,
.page-numbers.current {
  text-decoration: none;
  color: #b4b4b4;
}

button.page-link {
  padding: 0.5rem;
}

a.prev.page-numbers,
a.next.page-numbers {
  position: relative;
  font-weight: 800;
  color: #E73743;
  text-decoration: none;
  width: 0.875rem;
  height: 0.875rem;
}
a.prev.page-numbers:before,
a.next.page-numbers:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-image: url("./assets/images/chevron-red.svg");
  background-size: 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
  top: 50%;
  transform: rotate(90deg) translate(50%);
}

a.next.page-numbers:before {
  transform: rotate(-90deg) translate(-50%);
}

.stripBlock {
  text-align: center;
}

.stripBlock-content {
  max-width: 63.5324015248em;
  margin: 0 auto;
}

.stripBlock-title {
  color: white;
  text-transform: none;
}

.stripBlock-byline {
  color: white;
}

.stripBlock-byline span {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
}

#filters {
  display: none;
  top: 72px;
  position: fixed;
  z-index: 2;
  border: 0;
  border-right: 1px solid #D9D9D9;
  left: 0;
  width: 25em;
  margin: 0;
  padding: 2rem;
  background-color: white;
  height: 100vh;
  padding-bottom: 7rem;
  transform: translateY(1px);
}
@media (min-width: 1080px) {
  #filters {
    top: 97px;
  }
}

#filters.is-active {
  display: block;
}

.filtersHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.filtersHeader h2 {
  margin: 3rem 0;
}

.filtersHeader-close-button {
  align-self: flex-start;
  width: 1rem;
  height: 1rem;
  padding: 1rem;
}
.filtersHeader-close-button:before {
  content: "";
  background-image: url("./assets/images/close-icon-white.svg");
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.filterSortButton-wrapper {
  margin: 1rem 0;
}

div.facetwp-facet.facetwp-type-sort,
.sort-wrapper,
.filterSortButton-wrapper {
  display: flex;
  position: relative;
}

div.facetwp-facet.facetwp-type-sort,
.sort-wrapper,
.filterSortButton-wrapper button.secondary {
  position: relative;
  padding-left: 2rem;
  height: 2rem;
  font-size: 1em;
  font-weight: 300;
}
@media (max-width: 599px) {
  div.facetwp-facet.facetwp-type-sort,
  .sort-wrapper,
  .filterSortButton-wrapper button.secondary {
    width: 50%;
  }
}
div.facetwp-facet.facetwp-type-sort:before,
.sort-wrapper:before,
.filterSortButton-wrapper button.secondary:before {
  content: "";
  position: absolute;
  left: 1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.filterSortButton-wrapper button.secondary.filter {
  background-image: none;
  background-color: white;
  justify-content: flex-start;
}
.filterSortButton-wrapper button.secondary.filter:before {
  background-image: url("./assets/images/filter-icon.svg");
}
.filterSortButton-wrapper button.secondary.filter:hover {
  transform: none;
  background-color: white;
}

div.facetwp-facet.facetwp-type-sort,
.sort-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin: 0 0 0 0.25rem;
  padding-left: 0;
}
@media (min-width: 600px) {
  div.facetwp-facet.facetwp-type-sort,
  .sort-wrapper {
    max-width: 7rem;
  }
}
div.facetwp-facet.facetwp-type-sort:before,
.sort-wrapper:before {
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url("./assets/images/sort-icon.svg");
}
div.facetwp-facet.facetwp-type-sort select,
.sort-wrapper select {
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  padding-right: 2.5rem;
  font-size: 1em;
  text-align: left;
}

.filterSortButton-dropdown {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  position: absolute;
  width: 15rem;
  z-index: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.filterSortButton-dropdown label {
  display: block;
}

.filterCategory-wrapper {
  border-radius: 1rem;
  background-color: #F5F5F5;
  margin: 0.5rem 0;
}

.filterCategory-button {
  margin: 0;
  padding: 1rem;
  position: relative;
  width: 100%;
  justify-content: flex-start;
  font-weight: 600;
}
.filterCategory-button:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  transform-origin: center 25%;
}

.filterCategory-wrapper .facetwp-type-dropdown,
.filterCategory-wrapper .select-wrapper {
  flex: 1;
}

.filterCategory-button.is-active:after {
  transform: rotate(180deg);
}

.filterCategory-button.collapsable-button {
  font-size: 1em;
  padding: 0.5rem 0.75rem;
}

.filterCategory-wrapper .collapsable-panel {
  padding: 0 0.75rem 0.75rem 0.75rem;
}

.filterCategory-wrapper .collapsable-panel > .facetwp-facet {
  width: 100%;
}

.productBar-nav-wrapper {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  right: 0;
  width: calc(100% - 2rem);
  max-width: 90em;
  transform: translate(-50%, 50%);
}
@media (min-width: 1280px) {
  .productBar-nav-wrapper {
    padding: 0 1rem;
  }
}

.productBar-nav {
  display: flex;
  flex-direction: column;
  background-color: white;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}
@media (min-width: 1080px) {
  .productBar-nav {
    padding: 1rem;
    flex-direction: row;
    border-radius: 5rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

.productBar-nav .input-text-wrapper,
.productBar-nav .select-wrapper,
.productBar-nav .button {
  flex: 1;
}

.productBar-nav .select-wrapper,
.productBar-nav .input-text-wrapper {
  display: flex;
  align-items: center;
}

@media (min-width: 1080px) {
  .productBar-nav .input-text-wrapper + .input-text-wrapper {
    border-left: 1px solid #D9D9D9;
  }
}

.productBar-nav .button {
  min-height: 3.5rem;
}

.productBar-nav .select-wrapper {
  min-height: 4rem;
  background-color: transparent;
}

@media (max-width: 1079px) {
  .productBar-nav .input-text-wrapper + .input-text-wrapper,
  .productBar-nav .select-wrapper + .select-wrapper {
    border-top: 1px solid #D9D9D9;
  }
}
@media (min-width: 1080px) {
  .productBar-nav .input-text-wrapper + .input-text-wrapper,
  .productBar-nav .select-wrapper + .select-wrapper {
    margin-top: 0;
    margin-left: 0.5rem;
    border-left: 1px solid #D9D9D9;
    padding-left: 0.5rem;
  }
}

.productBar-nav > .select-wrapper > .facetwp-facet {
  width: 100%;
}

@media (max-width: 1079px) {
  .productBar-nav .button {
    border-radius: 0 0 1rem 1rem;
  }
}

.productBar-nav input[type=text],
.productBar-nav input[type=number],
.productBar-nav select {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 1.25em;
  padding: 1rem;
  margin: 0;
}
@media (max-width: 1079px) {
  .productBar-nav input[type=text],
  .productBar-nav input[type=number],
  .productBar-nav select {
    border-radius: 0;
  }
}

.productBar-nav input[type=text]:invalid,
.productBar-nav input[type=number]:invalid {
  outline: 0;
}

.facetwp-counter {
  display: none;
}

#facet-button-counter .facetwp-facet.facetwp-facet-total_count.facetwp-type-pager {
  margin: 0;
}

.facetwp-reset-wrapper {
  display: flex;
  flex-basis: 100%;
  justify-content: flex-end;
}

.facetwp-type-reset {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1.25rem;
  font-weight: 600;
  line-height: 1;
}
.facetwp-type-reset:before {
  content: "";
  background-image: url("./assets/images/clear.svg");
  position: absolute;
  left: 0;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-size: contain;
}

.productBar-nav .facetwp-facet {
  margin: 0;
}

.dialog {
  border: 0;
}

.inline-input-fields {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.inline-input-fields input[type=text] {
  flex: 1;
}
.inline-input-fields .select-wrapper {
  flex: 1;
}
.inline-input-fields input[type=text] + .select-wrapper {
  margin-left: 0.5rem;
}
@media (min-width: 1080px) {
  .inline-input-fields {
    flex-direction: row;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .inline-input-fields label {
    flex: 1;
    padding: 0 1rem;
  }
}

.service-input-fields {
  display: none;
}

.google-directions-form .inline-input-fields {
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0.5rem 0;
}

.google-directions-form button {
  min-width: 20rem;
}

fieldset {
  border: 0;
  margin: 0 0 1rem 0;
  padding: 0;
}

legend {
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 0.5rem;
}

label {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.fs-label-wrap,
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=date],
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: white;
  font-family: "Montserrat", sans-serif;
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  border-radius: 5rem;
  border: 0;
  padding: 0.75rem 1rem;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
}
@media (min-width: 1080px) {
  .fs-label-wrap,
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=url],
  input[type=tel],
  input[type=number],
  input[type=date],
  select,
  textarea {
    margin: 0.5rem 0;
  }
}
.fs-label-wrap:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  outline-color: rgba(0, 0, 0, 0.8);
}
.fs-label-wrap:invalid,
input[type=text]:invalid,
input[type=email]:invalid,
input[type=password]:invalid,
input[type=search]:invalid,
input[type=url]:invalid,
input[type=tel]:invalid,
input[type=number]:invalid,
input[type=date]:invalid,
select:invalid,
textarea:invalid {
  outline: 1px solid #E73743;
}
.fs-label-wrap:disabled,
input[type=text]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=url]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=date]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.375;
}

textarea {
  border-radius: 1rem;
}

.ui-slider-horizontal .ui-slider-range {
  background-color: #F9B000 !important;
}

.productBar-nav input[type=text],
.productBar-nav input[type=email],
.productBar-nav input[type=password],
.productBar-nav input[type=search],
.productBar-nav input[type=url],
.productBar-nav input[type=tel],
.productBar-nav input[type=number],
.productBar-nav input[type=date],
.productBar-nav select,
.productBar-nav textarea {
  border: 0;
}

.filterCategory-wrapper .facetwp-type-dropdown,
.select-wrapper {
  position: relative;
}

div.facetwp-facet.facetwp-type-sort:after,
.filterCategory-wrapper .facetwp-type-dropdown:after,
.select-wrapper:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform-origin: center 25%;
}

.facetwp-select-wrapper {
  max-width: 100%;
}
.facetwp-select-wrapper:after {
  display: none;
}

div.facetwp-facet.facetwp-type-sort:after,
.sort-wrapper .select-wrapper:after {
  background-size: 0.75rem;
}

select::-ms-expand {
  display: none;
}

[data-type=fselect] {
  width: 100%;
}

div.fs-wrap {
  width: 100%;
}

div.fs-label-wrap {
  margin-bottom: 0;
}

div.fs-dropdown {
  border: 1px solid #D9D9D9;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

div.fs-label-wrap div.fs-label {
  padding: 0;
}

span.fs-arrow {
  border: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform-origin: center 25%;
}

.search-wrapper {
  position: relative;
}

.search-wrapper input[type=search] {
  background-color: #F5F5F5;
  border: 0;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
  margin: 0;
}
@media (min-width: 1080px) {
  .search-wrapper input[type=search] {
    padding: 0.75rem 1rem 0.75rem 2.5rem;
  }
}

.search-wrapper:before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/search-icon.svg") no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.searchInput-icon.clear {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/close-icon.svg") no-repeat;
  background-size: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
}

.input-wrapper {
  padding: 5px 0;
}

.input-wrapper label li {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.875em;
}

.input-wrapper {
  line-height: 1;
  display: flex;
}

.input-wrapper--disabled {
  color: grey;
  cursor: not-allowed;
}

div.facetwp-radio,
div.facetwp-checkbox {
  background-image: url("./assets/images/unchecked.png") !important;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  margin-bottom: 0.25rem;
  min-height: 1em;
  padding-left: 1.25rem;
}

div.facetwp-radio.checked {
  background-image: url("./assets/images/radio-checked.png") !important;
}

div.facetwp-checkbox.checked {
  background-image: url("./assets/images/checked.png") !important;
}

.facetwp-facet select.fs-hidden {
  display: none !important;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  background-color: white;
  margin: 0 0.25rem 0 0;
  width: 1.66em;
  height: 1.66em;
  border: 1px solid black;
  transform: translateY(-0.075em);
  display: inline-flex;
  align-self: center;
  transform: translateY(0px);
}

div.fs-wrap.multiple .fs-option .fs-checkbox i {
  width: 1em;
  height: 1em;
}

div.fs-wrap.multiple .fs-option .fs-checkbox i,
input[type=checkbox],
input[type=radio] {
  border-radius: 100%;
}

div.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
  border: 1px solid black;
  background-color: white;
  background: url("./assets/images/check-icon.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 0.675em;
  background-position: 50%;
}

input[type=checkbox][disabled=disabled]::before,
input[type=checkbox]::before {
  content: "";
  display: none;
  background: url("./assets/images/check-icon.svg") no-repeat;
  background-repeat: no-repeat;
  background-size: 0.8em;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.66em;
  height: 1.66em;
}

input[type=checkbox][disabled=disabled]:checked,
input[type=radio][disabled=disabled]:checked,
input[type=radio]:checked,
input[type=checkbox]:checked {
  border-color: #E73743;
}

input[type=radio]:checked {
  background-color: #E73743;
  outline-color: white;
  outline-style: solid;
  outline-offset: -3px;
}

input[type=checkbox][disabled=disabled]:checked::before,
input[type=radio][disabled=disabled]:checked::before,
input[type=radio]:checked::before,
input[type=checkbox]:checked::before {
  display: block;
}

input[type=radio]:focus,
input[type=checkbox]:focus {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  border-color: #E73743;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  color: grey;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  color: grey;
  border-color: grey;
}

.file-upload {
  margin: 2rem 0;
}

div.facetwp-facet {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.facetwp-dropdown {
  background-color: white;
  border: 0;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.dialog {
  display: none;
  border: 0;
  position: fixed;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.dialog.is-active {
  display: block;
}

.close-dialog-button {
  background-color: transparent;
  background-image: url("./assets/images/close-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border-radius: 0;
  padding: 1rem;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0rem;
  top: 0rem;
}

.dialog-header {
  text-align: center;
  padding: 1rem 0;
}

.dialog-header .masthead-heading {
  font-size: smaller;
  color: #E73743;
}

.dialog-title {
  margin: 0;
}

.dialog .checkbox-wrapper {
  font-size: smaller;
  margin: 1rem 0;
}

.dialog-content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  overflow-y: hidden;
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  max-height: 90vh;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
  overflow-y: scroll;
}
@media (min-width: 800px) {
  .dialog-content {
    right: 1rem;
  }
}
@media (max-width: 799px) {
  .brochure-dialog .dialog-content {
    box-sizing: border-box;
    top: 1rem;
    right: 1rem;
    bottom: auto;
    left: 1rem;
    width: auto;
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    transform: none;
  }
}

.dialog-content::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

.dialog-content input[type=submit] {
  margin: 0 auto;
}

.wpcf7-brochure-download,
.wpcf7-brochure-form-wrapper {
  display: none;
}

.wpcf7-brochure-download.is-active,
.wpcf7-brochure-form-wrapper.is-active {
  display: block;
}

.woocommerce:not(body) {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
  padding: 1rem;
  border-radius: 1rem;
}

.siteWrapper {
  background-color: white;
}

.archive,
.siteContent.faqs,
.siteContent.product-list {
  background-color: #F5F5F5;
}

.siteContent {
  padding: 1rem 1rem 0 1rem;
}

.siteContent.brochures {
  background-color: #F5F5F5;
}

.siteHero-content-wrapper,
.siteContent-inner {
  max-width: 63.5324015248em;
  margin: 0 auto;
}

.siteContent-inner {
  padding-bottom: 1rem;
}

.archive .siteContent-inner,
.category .siteContent-inner {
  max-width: 78em;
}

.siteContent-inner .woocommerce-info {
  text-align: center;
}

.product-list .siteContent-inner,
.single-product-page .siteContent-inner,
.siteContent.faqs .siteContent-inner,
.page-template-template-brochures .siteContent-inner {
  max-width: 90em;
  margin: 0 auto;
}

.siteContent-inner.center {
  text-align: center;
}

.singleContent,
.siteColumn {
  padding: 1rem 0;
  max-width: 63.5324015248em;
  margin: 0 auto;
}

.siteColumn.contact-preferences {
  max-width: 60rem;
}
.siteColumn.contact-preferences section {
  margin-top: 2rem;
}
.siteColumn.contact-preferences label {
  display: block;
}
.siteColumn.contact-preferences input[type=submit] {
  margin: 0 auto;
}

.productsWrapper {
  position: relative;
}

.featured-brand-wrapper .section-column h2 {
  font-weight: 400;
  font-size: 1.625em;
}
.featured-brand-wrapper .button-wrapper {
  width: 100%;
}
@media (max-width: 799px) {
  .featured-brand-wrapper .button-wrapper {
    flex-direction: column;
  }
}
.featured-brand-wrapper .button {
  flex: 1;
}

.section-wrapper.background-white {
  background-color: white;
}

.section-wrapper.background-grey {
  background-color: #F5F5F5;
}

.section,
section {
  padding: 1rem;
  max-width: 90em;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .section,
  section {
    padding: 2rem;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 1rem;
}

.section-image {
  margin: 1rem auto;
}

.section-heading {
  font-size: 1.75em;
  margin-bottom: 0.5rem;
}

.section-heading-count {
  color: #E73743;
}

.section-subheading {
  font-weight: 600;
  font-size: 1em;
  margin-top: 0;
}

.section-column-inner-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}
@media (min-width: 1080px) {
  .section-column-inner-wrapper {
    flex-direction: row;
    align-items: center;
  }
}

.section-column-inner-wrapper.left {
  flex-direction: column-reverse;
}
@media (min-width: 1080px) {
  .section-column-inner-wrapper.left {
    flex-direction: row;
  }
}

.section-column-inner-wrapper.right {
  flex-direction: column-reverse;
}
@media (min-width: 1080px) {
  .section-column-inner-wrapper.right {
    flex-direction: row-reverse;
  }
}

.section-column {
  flex: 1;
}

.section-column-text {
  position: relative;
  width: 100%;
  z-index: 1;
  align-self: flex-start;
  background-color: #F5F5F5;
  border-radius: 1rem;
  padding: 2rem;
}
@media (min-width: 1080px) {
  .section-column-text {
    max-width: 40%;
    margin: 2rem 0;
  }
}

@media (max-width: 799px) {
  .section-column-text.text-align-center {
    text-align: center;
  }
}

.section-column-text .button {
  padding-left: 3rem;
  padding-right: 3rem;
}

.section-column-text p {
  font-size: 1.1em;
}

.section-column-text.background-grey {
  background-color: white;
}

.section-column-heading {
  margin-top: 0;
  font-size: 1.75em;
}

.section-column .image-wrapper {
  border-radius: 1rem;
}
@media (min-width: 1080px) {
  .section-column .image-wrapper {
    margin-right: -3rem;
    margin-left: -10%;
    border-radius: 1rem 0 0 1rem;
  }
}

@media (min-width: 1080px) {
  .section-column-inner-wrapper.right .section-column .image-wrapper {
    margin-left: -3rem;
    margin-right: -10%;
    border-radius: 0 1rem 1rem 0;
  }
}

.section-column-image {
  width: 100%;
}

.section-column-inner-wrapper .image-wrapper > img.section-column-image {
  aspect-ratio: 1110/600;
  object-fit: cover;
}

.valuation-block {
  padding: 0;
  max-width: none;
}
.valuation-block .section-column-image,
.valuation-block .section-column-text {
  border-radius: 0;
}
.valuation-block .section-column-image {
  display: flex;
  align-items: center;
  background-color: #E73743;
}
@media (max-width: 1079px) {
  .valuation-block .section-column-image {
    margin-top: 2rem;
  }
}
@media (min-width: 1080px) {
  .valuation-block .section-column-image {
    background-color: transparent;
  }
}
.valuation-block .image-wrapper {
  max-width: 50rem;
}
.valuation-block .section-column-text {
  background-color: #E73743;
  color: white;
}
@media (min-width: 1080px) {
  .valuation-block .section-column-text {
    border-radius: 1rem 0 0 1rem;
    max-width: none;
    flex: 1.5;
    z-index: 0;
  }
}
.valuation-block .section-column-content {
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .valuation-block .section-column-content {
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .valuation-block .section-column-content {
    padding: 2rem 0 2rem 20%;
  }
}
.valuation-block .section-column-heading {
  color: white;
  margin: 0;
}
.valuation-block .section-column-heading span {
  color: white;
}
.valuation-block .section-column-inner-wrapper.right .section-column .image-wrapper {
  margin: 0 auto;
}
@media (max-width: 1079px) {
  .valuation-block .section-column-inner-wrapper.right .section-column .image-wrapper {
    max-width: 40%;
  }
}
@media (min-width: 1080px) {
  .valuation-block .section-column-inner-wrapper.right .section-column .image-wrapper {
    margin-right: -30%;
  }
}
@media (min-width: 1080px) {
  .valuation-block form {
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .valuation-block form {
    max-width: 60%;
  }
}
.valuation-block form input[type=text],
.valuation-block form input[type=number] {
  text-align: center;
  margin: 0.25rem 0;
}
.valuation-block form input[type=submit] {
  width: 100%;
}
.valuation-block .read-more-link {
  color: rgba(0, 0, 0, 0.8);
}
.valuation-block .section-column-image {
  z-index: 1;
}

.section-wrapper.background-red {
  background: linear-gradient(270deg, #E73743 0%, #F9B000 100%);
}
.section-wrapper.background-red .section-heading {
  color: white;
  margin: 0;
}
.section-wrapper.background-red .section-heading span {
  color: white;
}
.section-wrapper.background-red .read-more-link {
  color: rgba(0, 0, 0, 0.8);
}

.section-wrapper.finance-block {
  margin: 0 -1rem;
}

section#finance {
  padding: 0;
}

.financeproposal-calc-wrapper {
  border: 0 !important;
  border-radius: 1rem !important;
}

.financeproposal-calc-wrapper.tablet .finance-calculator {
  display: none !important;
}

.faqSearch {
  position: relative;
  display: flex;
  padding: 1rem;
  max-width: 63.5324015248em;
  margin: 0 auto;
}

.faqSearch input[type=search] {
  background-color: white;
  padding: 1.5rem;
}

.faqSearch input[type=submit] {
  align-self: center;
  width: 7rem;
  margin-left: -8rem;
}

.c-lightbox.open .gridGallery-item-video-poster {
  display: none;
}

.matterport-lightbox__close,
.c-lightbox__close {
  position: fixed;
  top: 1rem;
  right: 1.5rem;
}
.matterport-lightbox__close:before,
.c-lightbox__close:before {
  content: "";
  background-image: url("./assets/images/close-icon-white.svg");
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background-repeat: no-repeat;
  background-size: cover;
}

.cb-image-grid {
  background-color: #333;
  color: white;
}
.cb-image-grid--type-one .cb-image-grid__container {
  margin: 0 auto;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 60px;
  padding-top: 60px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__images-container {
  column-gap: 1rem;
  columns: 2 200px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image {
  position: relative;
  overflow: hidden;
  width: 150px;
  margin: 0 1rem 1rem 0;
  display: inline-block;
  width: 100%;
  max-height: 90vh;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:hover img {
  transform: scale(1.075);
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image img {
  border-radius: 4px;
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s;
  will-change: transform;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(1) {
  height: 356px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(2) {
  height: 328px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(3) {
  height: 549px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(4) {
  height: 587px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(5) {
  height: 384px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(6) {
  height: 261px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(7) {
  height: 447px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(8) {
  height: 387px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(9) {
  height: 529px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(10) {
  height: 398px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(11) {
  height: 427px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(12) {
  height: 590px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(13) {
  height: 534px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(14) {
  height: 314px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(15) {
  height: 588px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(16) {
  height: 468px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(17) {
  height: 550px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(18) {
  height: 489px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(19) {
  height: 550px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(20) {
  height: 493px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(21) {
  height: 563px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(22) {
  height: 542px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(23) {
  height: 233px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(24) {
  height: 331px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(25) {
  height: 253px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(26) {
  height: 540px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(27) {
  height: 389px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(28) {
  height: 490px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(29) {
  height: 386px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(30) {
  height: 211px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(31) {
  height: 285px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(32) {
  height: 214px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(33) {
  height: 440px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(34) {
  height: 505px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(35) {
  height: 323px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(36) {
  height: 309px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(37) {
  height: 331px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(38) {
  height: 367px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(39) {
  height: 494px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(40) {
  height: 494px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(41) {
  height: 425px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(42) {
  height: 339px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(43) {
  height: 254px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(44) {
  height: 474px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(45) {
  height: 302px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(46) {
  height: 248px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(47) {
  height: 423px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(48) {
  height: 538px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(49) {
  height: 269px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(50) {
  height: 513px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(51) {
  height: 241px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(52) {
  height: 222px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(53) {
  height: 585px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(54) {
  height: 456px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(55) {
  height: 328px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(56) {
  height: 442px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(57) {
  height: 285px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(58) {
  height: 257px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(59) {
  height: 314px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(60) {
  height: 494px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(61) {
  height: 342px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(62) {
  height: 286px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(63) {
  height: 403px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(64) {
  height: 560px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(65) {
  height: 205px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(66) {
  height: 229px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(67) {
  height: 467px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(68) {
  height: 560px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(69) {
  height: 323px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(70) {
  height: 349px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(71) {
  height: 562px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(72) {
  height: 281px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(73) {
  height: 371px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(74) {
  height: 314px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(75) {
  height: 339px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(76) {
  height: 477px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(77) {
  height: 249px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(78) {
  height: 504px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(79) {
  height: 298px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(80) {
  height: 361px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(81) {
  height: 527px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(82) {
  height: 501px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(83) {
  height: 527px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(84) {
  height: 493px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(85) {
  height: 586px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(86) {
  height: 497px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(87) {
  height: 594px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(88) {
  height: 498px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(89) {
  height: 447px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(90) {
  height: 337px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(91) {
  height: 395px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(92) {
  height: 347px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(93) {
  height: 550px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(94) {
  height: 532px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(95) {
  height: 483px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(96) {
  height: 274px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(97) {
  height: 543px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(98) {
  height: 235px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(99) {
  height: 260px;
}
.cb-image-grid--type-one .cb-image-grid__container .cb-image-grid__image:nth-child(100) {
  height: 404px;
}

[lightbox-toggle] {
  cursor: zoom-in;
}
[lightbox-toggle]:after {
  position: absolute;
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="white" stroke="black" stroke-opacity="0.25" stroke-width="0.25" d="M16.32 14.9l5.39 5.4a1 1 0 0 1-1.42 1.4l-5.38-5.38a8 8 0 1 1 1.41-1.41zM10 16a6 6 0 1 0 0-12 6 6 0 0 0 0 12zm1-7h2a1 1 0 0 1 0 2h-2v2a1 1 0 0 1-2 0v-2H7a1 1 0 0 1 0-2h2V7a1 1 0 1 1 2 0v2z"/></svg>');
  height: 32px;
  width: 32px;
  bottom: 0;
  right: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.2s;
}
[lightbox-toggle]:hover:after {
  opacity: 1;
  filter: drop-shadow(2px 4px 6px black);
}

.matterport-lightbox,
.c-lightbox {
  pointer-events: none;
  position: fixed;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.matterport-lightbox.open,
.c-lightbox.open {
  opacity: 1;
  pointer-events: all;
}
.matterport-lightbox .matterport-lightbox, .matterport-lightbox .c-lightbox__container,
.c-lightbox .matterport-lightbox,
.c-lightbox .c-lightbox__container {
  width: 100%;
  height: 100%;
}
.matterport-lightbox .matterport-lightbox, .matterport-lightbox .c-lightbox__close,
.c-lightbox .matterport-lightbox,
.c-lightbox .c-lightbox__close {
  z-index: 999999;
  position: absolute;
  cursor: pointer;
  top: 1vh;
  right: 1vw;
  font-size: 30px;
  padding: 20px;
  color: white;
}
.matterport-lightbox .matterport-lightbox:hover, .matterport-lightbox .c-lightbox__close:hover,
.c-lightbox .matterport-lightbox:hover,
.c-lightbox .c-lightbox__close:hover {
  color: #E73743;
}
.matterport-lightbox .swiper-container,
.c-lightbox .swiper-container {
  width: 100%;
  height: 100%;
}
.matterport-lightbox .swiper-slide,
.c-lightbox .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.matterport-lightbox .swiper-pagination,
.c-lightbox .swiper-pagination {
  color: white;
}
.matterport-lightbox .swiper-button-next,
.matterport-lightbox .swiper-button-prev,
.c-lightbox .swiper-button-next,
.c-lightbox .swiper-button-prev {
  color: white;
}
.matterport-lightbox .swiper-button-next:hover,
.matterport-lightbox .swiper-button-prev:hover,
.c-lightbox .swiper-button-next:hover,
.c-lightbox .swiper-button-prev:hover {
  color: #E73743;
}
.matterport-lightbox .swiper-button-next:after,
.matterport-lightbox .swiper-button-prev:after,
.c-lightbox .swiper-button-next:after,
.c-lightbox .swiper-button-prev:after {
  font-size: 30px;
}
.matterport-lightbox .matterport-lightbox, .matterport-lightbox .c-lightbox__image,
.c-lightbox .matterport-lightbox,
.c-lightbox .c-lightbox__image {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 75%;
  width: 75%;
  text-align: center;
  cursor: zoom-in;
}
.matterport-lightbox .matterport-lightbox img, .matterport-lightbox .c-lightbox__image img,
.c-lightbox .matterport-lightbox img,
.c-lightbox .c-lightbox__image img {
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 90vw;
}

.product-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1080px) {
  .product-header {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (min-width: 1080px) {
  .product-header-content {
    flex: 1.5;
  }
}

.product-header-content-meta {
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 0.5rem 0;
}
@media (min-width: 1080px) {
  .product-header-content-meta {
    flex-direction: row;
    justify-content: flex-end;
  }
}
@media (max-width: 799px) {
  .product-header-content-meta .price-wrapper:first-of-type {
    margin-right: 0.5rem;
  }
}
.product-header-content-meta .price-wrapper {
  font-size: 1.75em;
  margin: 0;
}
@media (min-width: 1080px) {
  .product-header-content-meta .price-wrapper {
    padding: 0 1rem;
  }
}
.product-header-content-meta .previous-price {
  margin-right: 1rem;
}

.product-heading {
  margin: 0;
}

.productTerms-nav {
  display: flex;
  justify-content: center;
  margin: 1rem -1rem;
}

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

.productTerms-nav-list-item .button {
  white-space: nowrap;
  font-size: smaller;
  padding: 0.5rem 0.75rem;
}

.productTerms-nav-list-item:not(.is-active) .button {
  background: white;
  color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}

.product-data {
  display: flex;
  flex-direction: column;
  margin: 1rem -1rem;
}
@media (min-width: 1080px) {
  .product-data {
    flex-direction: row;
  }
}

.product-data .collapsable-wrapper {
  padding: 0 1rem;
}
@media (min-width: 1080px) {
  .product-data .collapsable-wrapper {
    padding: 1rem;
  }
}

.background-white .productList .cardList-item-inner, .background-white ul.products .cardList-item-inner {
  background-color: #F5F5F5;
}

.stock-sale-status-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.stock-sale-status-wrapper .button {
  align-self: center;
}

.cardList-item-inner .stock-sale-status-inner-wrapper {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  right: 7rem;
  align-items: flex-start;
}

.stock-sale-status-inner-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.offer-icon {
  display: block;
  height: auto;
  object-fit: contain;
}

.single-product-offer-icon {
  max-width: 4.5rem;
  max-height: 3rem;
}

.cardList-item-offer-icon {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  max-width: 5rem;
  max-height: 3rem;
}

.button.print,
.stock-status,
.sale-status {
  padding: 0.375rem 0.5rem;
  align-self: center;
}

.stock-status,
.sale-status {
  border: 0;
  width: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 5rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 800;
  background-image: linear-gradient(270deg, #E73743 0%, #F9B000 100%);
  color: white;
}

.cardList-item-inner .sale-status,
.cardList-item-inner .stock-status {
  margin-top: 0;
  margin-bottom: 0;
}

.sale-status {
  background-image: none;
  background-color: #900606;
}

.stock-status.sold {
  background: #D9D9D9;
  color: rgba(0, 0, 0, 0.8);
}

#matterport-button {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 1rem;
}

#matterport-iframe {
  position: absolute;
  left: 1.5rem;
  top: 2rem;
  border: 0;
  height: calc(100% - 4rem);
  width: calc(100% - 4rem);
}

.searchDropdown-wrapper {
  position: relative;
  margin-right: 0.5rem;
  max-width: 10rem;
}

.searchDropdown {
  position: absolute;
  z-index: 10;
  right: 0;
  width: 25em;
  height: calc(100vh - 72px);
  top: 72px;
  border-left: 1px solid #D9D9D9;
  background-color: white;
}
@media (min-width: 1080px) {
  .searchDropdown {
    height: calc(100vh - 97px);
    top: 97px;
  }
}

.searchDropdown-list {
  flex-direction: column;
  padding: 1rem;
  margin: 0;
  list-style-type: none;
}

.searchDropdown-list-item-link {
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}

.searchDropdown-list-item-image-wrapper {
  position: relative;
  max-width: 8rem;
  height: 6.25rem;
  background-color: #F5F5F5;
  width: 100%;
  margin-right: 1rem;
  border-radius: 1rem;
  overflow: hidden;
}

.searchDropdown-list-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.searchDropdown-list-item-subheading {
  text-transform: uppercase;
}

.searchDropdown-list-item-subheading,
.searchDropdown-list-item-heading {
  margin: 0;
}

.searchDropdown-list-item-subheading-attr {
  display: inline;
}

.searchDropdown .price-wrapper {
  margin-top: 0.75rem;
}

.cardList, ul.products {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -1rem;
  list-style-type: none;
}

.cardList-item {
  width: 100%;
  padding: 1rem;
}
@media (min-width: 600px) {
  .cardList-item {
    width: 50%;
  }
}
@media (min-width: 1080px) {
  .cardList-item {
    width: 33.3%;
  }
}

@media (min-width: 1600px) {
  .product-list .cardList-item {
    width: 25%;
  }
}

.cardList-item-inner {
  position: relative;
  background-color: white;
  height: 100%;
  border-radius: 1rem;
  overflow: hidden;
}

.cardList-item-content-inner.background-grey,
.cardList-item-inner.background-grey,
.category .cardList-item-inner,
.blog .cardList-item-inner {
  background-color: #F5F5F5;
}

.cardList-item-content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a.cardList-item-content-inner-wrapper:hover {
  text-decoration: none;
}
a.cardList-item-content-inner-wrapper:hover .cardList-item-title {
  text-decoration: underline;
}

.cardList-item-image-link {
  display: block;
}

.cardList-item-image-wrapper {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background-color: #D9D9D9;
  padding-bottom: 72.5%;
}

.cardList-item-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.cardList-item-image-count {
  display: flex;
  padding: 0.5rem 0.75rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 5rem;
}
.cardList-item-image-count img {
  margin-right: 0.5rem;
}

.cardList-item-content {
  padding: 1rem;
}

.cardList-item-strapline {
  font-family: "Montserrat", sans-serif;
  font-size: 1.11em;
  display: block;
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.35;
  font-weight: 700;
  text-transform: uppercase;
}

.cardList-item:not(.post) .cardList-item-title {
  margin: 0;
}

.cardList-item-price {
  font-size: 1.5em;
}

.cardList-item-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 1rem 1rem 1rem;
}

.cardList-item-buttons {
  width: calc(100% + 15px);
  margin-left: -4px;
  margin-bottom: -10px;
}
.cardList-item-buttons .button-wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-bottom: 10px;
  font-size: 15px;
  min-height: 1px;
  vertical-align: top;
  text-align: left;
}
.cardList-item-buttons .button-wrapper.half {
  width: 50%;
}
.cardList-item-buttons .button {
  margin: 0;
}

.cardList.icons, ul.icons.products {
  justify-content: center;
}
.cardList.icons .cardList-item, ul.icons.products .cardList-item {
  max-width: 25rem;
}
.cardList.icons .cardList-item-title, ul.icons.products .cardList-item-title {
  font-size: 1.5em;
}
.cardList.icons .cardList-item-content, ul.icons.products .cardList-item-content {
  text-align: center;
}
@media (max-width: 799px) {
  .cardList.icons .cardList-item-content, ul.icons.products .cardList-item-content {
    padding: 0;
  }
}

.cardList-item-icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin: 0 auto;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  margin-bottom: 1rem;
}

.cardList-item-icon {
  position: absolute;
  object-fit: contain;
  object-position: center;
  width: 65%;
  height: 65%;
}

.cardList-item-step {
  font-weight: 800;
  font-size: 3em;
  background: linear-gradient(270deg, #E73743 0%, #F9B000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cardList.advert, ul.advert.products {
  margin: 0 -1rem;
}

.cardList-item.advert {
  min-width: 25rem;
  min-height: 15rem;
  scroll-snap-align: start;
}
@media (min-width: 1280px) {
  .cardList-item.advert {
    min-width: 0;
    width: 33.3%;
  }
}

.cardList-item-advert-link:hover {
  text-decoration: none;
}

.cardList-item-inner.advert {
  position: relative;
  height: 100%;
  display: flex;
}
.cardList-item-inner.advert .cardList-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
  max-width: 50%;
  z-index: 1;
}
.cardList-item-inner.advert .cardList-item-title {
  font-weight: normal;
}
.cardList-item-inner.advert .cardList-item-image {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -10%;
  object-fit: contain;
  object-position: bottom right;
}
.cardList-item-inner.advert .read-more-link {
  color: white;
}

.cardList-item-inner.advert.product-list-advert {
  flex-direction: column;
  min-height: 15rem;
}

.cardList-item-inner.advert.top {
  justify-content: flex-end;
}
.cardList-item-inner.advert.top .cardList-item-image {
  object-position: top right;
}

.cardList-item-inner.advert.bottom {
  justify-content: flex-start;
}
.cardList-item-inner.advert.bottom .cardList-item-image {
  object-position: bottom right;
}

.cardList-item-inner.dark-red {
  background-color: #900606;
}
.cardList-item-inner.dark-red .cardList-item-title {
  color: white;
}

.cardList-item-inner.red {
  background-color: #E73743;
}
.cardList-item-inner.red .cardList-item-title {
  color: white;
}

.cardList-item-inner.blue {
  background-color: #174159;
}
.cardList-item-inner.blue .cardList-item-title {
  color: white;
}

.cardList-item-inner.grey {
  background-color: #D9D9D9;
  color: rgba(0, 0, 0, 0.8);
}
.cardList-item-inner.grey .read-more-link {
  color: rgba(0, 0, 0, 0.8);
}

.cardList.faqs, ul.faqs.products {
  padding: 2rem 0;
}
@media (min-width: 1080px) {
  .cardList.faqs .cardList-item, ul.faqs.products .cardList-item {
    width: 25%;
  }
}
.cardList.faqs .cardList-item-inner, ul.faqs.products .cardList-item-inner {
  position: relative;
  overflow: visible;
  padding: 1rem;
}
.cardList.faqs .cardList-item-icon-wrapper, ul.faqs.products .cardList-item-icon-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-100% - 3rem));
  background-color: transparent;
  background-image: linear-gradient(270deg, #E73743 0%, #F9B000 100%);
  z-index: 1;
}
@media (min-width: 1080px) {
  .cardList.faqs .cardList-item-icon-wrapper, ul.faqs.products .cardList-item-icon-wrapper {
    transform: translate(-50%, calc(-100% - 5rem));
  }
}

.category .cardList-item.post.featured:first-child,
.blog .cardList-item.post.featured:first-child {
  width: 100%;
}
@media (min-width: 1080px) {
  .category .cardList-item.post.featured:first-child .cardList-item-inner,
  .blog .cardList-item.post.featured:first-child .cardList-item-inner {
    display: flex;
    flex-direction: row;
  }
}
.category .cardList-item.post.featured:first-child .cardList-item-image-link,
.blog .cardList-item.post.featured:first-child .cardList-item-image-link {
  flex: 2;
  position: relative;
  overflow: hidden;
  min-height: 15rem;
}
@media (min-width: 800px) {
  .category .cardList-item.post.featured:first-child .cardList-item-image-link,
  .blog .cardList-item.post.featured:first-child .cardList-item-image-link {
    min-height: 20rem;
  }
}
@media (min-width: 1080px) {
  .category .cardList-item.post.featured:first-child .cardList-item-image-link,
  .blog .cardList-item.post.featured:first-child .cardList-item-image-link {
    min-height: 30rem;
  }
}
.category .cardList-item.post.featured:first-child .cardList-item-image-link img,
.blog .cardList-item.post.featured:first-child .cardList-item-image-link img {
  position: absolute;
  object-fit: cover;
  object-position: 50%;
  width: 100%;
  height: 100%;
}
.category .cardList-item.post.featured:first-child .cardList-item-content,
.blog .cardList-item.post.featured:first-child .cardList-item-content {
  flex: 1;
}
@media (min-width: 1080px) {
  .category .cardList-item.post.featured:first-child .cardList-item-content,
  .blog .cardList-item.post.featured:first-child .cardList-item-content {
    padding: 2rem;
  }
}

.cardList-item.post {
  height: auto;
}
.cardList-item.post .cardList-item-image-link img {
  width: 100%;
  aspect-ratio: 1110/600;
  object-fit: cover;
}
@media (max-width: 1079px) {
  .cardList-item.post .cardList-item-image-link img {
    border-radius: 1rem;
  }
}

.brochureList-item .cardList-item-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brochureList-item input[type=submit],
.brochureList-item .download-button {
  width: 100%;
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

dl,
.features-list {
  display: flex;
  flex-wrap: wrap;
}

dt,
dd,
.features-list li {
  display: inline-flex;
  margin: 0;
  border-top: 1px solid #D9D9D9;
  padding: 0.25rem 0;
}

.features-list li {
  flex-basis: 100%;
}

dt, dd {
  flex-basis: 50%;
}

dd {
  font-weight: 600;
}

.index-list {
  margin: 0;
  padding-left: 1rem;
  margin-bottom: 2rem;
}

.index-list li a {
  color: rgba(0, 0, 0, 0.8);
  text-transform: none;
}

.pill-list {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 1rem 0;
}

.single-product .pill-list {
  display: none;
}
@media (max-width: 799px) {
  .single-product .pill-list {
    display: inline-flex;
  }
}

.pill {
  background-color: #F5F5F5;
  border-radius: 5rem;
  padding: 0.25rem 1rem;
  font-size: smaller;
  margin: 0.25rem 0.5rem 0.25rem 0;
  white-space: nowrap;
}
@media (min-width: 800px) {
  .pill {
    padding: 0.5rem 1rem;
    font-size: initial;
  }
}

.background-white .pill {
  background-color: white;
}

.cardList-item .pill {
  padding: 0.25rem 0.5rem;
  font-size: small;
}

.contents-list {
  margin: 0;
  padding: 0;
  counter-reset: liCounter;
}

.contents-list-heading {
  font-size: 1.25em;
  color: #E73743;
}

.contents-list li {
  list-style-position: inside;
  position: relative;
  padding: 0.25rem 0;
  counter-increment: liCounter;
}

.contents-list li a {
  position: relative;
  border-left: 2px solid #F5F5F5;
  padding-left: 0.5rem;
  margin-left: 0.5rem;
  font-weight: 600;
  text-decoration: none;
}
.contents-list li a:hover {
  text-decoration: underline;
}
.contents-list li a:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: -1rem;
  top: 0.75rem;
  transform: translateY(-50%) rotate(-90deg);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 0.75rem;
  width: 0.75rem;
  height: 0.75rem;
  transform-origin: center 25%;
}

.contents-list li::marker {
  font-weight: 600;
  content: counter(liCounter);
  position: absolute;
  left: 2rem;
}

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

figure {
  margin: 0;
  border-radius: 1rem;
  overflow: hidden;
}

figcaption {
  padding: 0.75rem;
}

.image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

#map {
  height: 35rem;
}

.singleContent .image-wrapper {
  margin: 0 0 2rem 0;
}
.singleContent .image-wrapper img {
  width: 100%;
  height: auto;
}

section .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  border-radius: 1rem;
  overflow: hidden;
}

.video-wrapper {
  object-fit: cover;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-lightbox.open .video-wrapper iframe {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
  width: 100%;
  /* height: auto; */
}

.collapsable-button {
  font-size: 1.25em;
  width: 100%;
  justify-content: flex-start;
}

.collapsable-wrapper {
  flex: 1;
}

.collapsable-panel {
  display: none;
}

dl.collapsable-panel {
  margin: 0;
}

.collapsable-panel-column {
  flex: 1;
}

.collapsable-panel-column + .collapsable-panel-column {
  margin-left: 0.5rem;
}

.collapsable-wrapper.is-active .collapsable-button:after {
  transform: rotate(180deg);
}
.collapsable-wrapper.is-active .collapsable-panel {
  display: flex;
}

.read-less-text {
  display: block;
}

.read-more-text {
  display: none;
}

.collapsable-wrapper.is-active .read-less-text {
  display: none;
}
.collapsable-wrapper.is-active .read-more-text {
  display: block;
}

.product-data .collapsable-button {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  border-top: 0.2rem solid #E73743;
}
@media (min-width: 1280px) {
  .product-data .collapsable-button:after {
    display: none;
  }
  .product-data .collapsable-panel {
    display: flex;
  }
}

.collapsable-stacked-item {
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.collapsable-stacked-item .collapsable-panel {
  flex-direction: column;
}

.background-grey .collapsable-stacked-item {
  background-color: white;
}

.background-white .collapsable-stacked-item {
  background-color: #F5F5F5;
}

.archive-product-description .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper,
.siteHero-wrapper .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper {
  position: relative;
  max-height: 15rem;
  overflow: hidden;
}
.archive-product-description .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper:before,
.siteHero-wrapper .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper:before {
  content: "";
  position: absolute;
  height: 5rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
.archive-product-description .collapsable-button,
.siteHero-wrapper .collapsable-button {
  color: #E73743;
  font-size: 1em;
  font-weight: 600;
  display: block;
  margin: 1rem auto;
}

.archive-product-description {
  font-size: small;
  text-align: center;
  margin-bottom: 3rem;
}
.archive-product-description .collapsable-wrapper {
  max-width: 40rem;
  margin: 0 auto;
}
.archive-product-description .collapsable-button {
  display: none;
}
.archive-product-description .collapsable-wrapper .contentCollapsable-inner-wrapper {
  max-height: none;
}
.archive-product-description .collapsable-wrapper .contentCollapsable-inner-wrapper:before {
  display: none;
}
@media (max-width: 1079px) {
  .archive-product-description .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper {
    max-height: 10rem;
  }
  .archive-product-description .collapsable-wrapper.is-active .contentCollapsable-inner-wrapper:before {
    display: block;
    background: linear-gradient(rgba(245, 245, 245, 0), whitesmoke);
  }
  .archive-product-description .collapsable-button {
    display: block;
  }
}

.subFooter-wrapper.section-wrapper {
  margin: 0;
}

.subFooter.section {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1rem;
}
@media (min-width: 1080px) {
  .subFooter.section {
    flex-direction: row;
  }
}

.subFooter-column,
.subFooter-nav-column {
  padding: 1rem 0;
}
@media (min-width: 1280px) {
  .subFooter-column,
  .subFooter-nav-column {
    padding: 2rem 1rem;
  }
}

.subFooter-column {
  flex: 1;
  padding-right: 1rem;
}
@media (max-width: 799px) {
  .subFooter-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 25rem;
    margin: 0 auto;
  }
}

.subFooter-column .subFooter-logo-link {
  display: none;
}
@media (min-width: 800px) {
  .subFooter-column .subFooter-logo-link {
    display: block;
  }
}
.subFooter-column .subFooter-logo-link .subFooter-logo {
  max-width: 10rem;
  transform: translateY(-0.5rem);
}

.subFooter-nav-column {
  flex: 2;
}
@media (max-width: 799px) {
  .subFooter-nav-column {
    display: none;
  }
}

@media (max-width: 799px) {
  .subFooter-column h3 {
    position: relative;
    font-size: 1.5em;
  }
  .subFooter-column h3:after {
    content: "";
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translate(-50%);
    height: 2px;
    width: 3rem;
    background-color: #E73743;
  }
}

@media (max-width: 1079px) {
  .subFooter-column form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.subFooter-column form label {
  margin: 0;
}
@media (max-width: 1079px) {
  .subFooter-column form label {
    flex: 2;
  }
}
.subFooter-column form input[type=email] {
  text-align: center;
}
@media (max-width: 1079px) {
  .subFooter-column form input[type=submit] {
    flex: 1;
    margin-left: 0.5rem;
  }
}
@media (max-width: 1079px) {
  .subFooter-column form .wpcf7-spinner {
    flex-basis: 100%;
  }
}

@media (max-width: 799px) {
  .subFooter-column-contact-details {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}

.subFooter-nav-list {
  display: flex;
  flex-wrap: wrap;
}

.subFooter-nav-list > li {
  flex: 1;
}

.subFooter-nav-list > li > a {
  display: block;
  font-weight: 700;
  font-size: 1.11em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.11em;
  margin-bottom: 1em;
  pointer-events: none;
  text-decoration: none;
}

.subFooter-column input[type=submit] {
  width: 100%;
}

.siteFooter-wrapper.section-wrapper {
  background-color: #D9D9D9;
  margin: 0;
  text-align: center;
}

.siteFooter.section {
  padding: 2rem 1rem;
}
@media (min-width: 1080px) {
  .siteFooter.section {
    text-align: left;
  }
}

.siteFooter-column {
  padding: 0 1rem;
}

.siteFooter-column.footer-nav-column {
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .siteFooter-column.footer-nav-column {
    justify-content: flex-end;
  }
}

.siteFooter-column p {
  margin: 0;
}

.siteFooter-nav-list {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-weight: 600;
  flex-wrap: wrap;
}
@media (max-width: 799px) {
  .siteFooter-nav-list {
    justify-content: center;
  }
}

.siteFooter-nav-list li + li {
  margin-left: 1rem;
}
.siteFooter-nav-list li + li a {
  padding-left: 1rem;
}
.siteFooter-nav-list li + li:before {
  content: "|";
}

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1079px) {
  .visually-hidden-mobile:not(:focus):not(:active) {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
}

.max-1080-only {
  display: block;
}
@media (min-width: 1080px) {
  .max-1080-only {
    display: none;
  }
}

.min-1080-only {
  display: none;
}
@media (min-width: 1080px) {
  .min-1080-only {
    display: block;
  }
}

.max-1140-only {
  display: none;
}
@media (max-width: 1139px) {
  .max-1140-only {
    display: block;
  }
}

.min-1140-only {
  display: none;
}
@media (min-width: 1140px) {
  .min-1140-only {
    display: block;
  }
}

.max-1280-only {
  display: block;
}
@media (min-width: 1280px) {
  .max-1280-only {
    display: none;
  }
}

.min-1280-only {
  display: none;
}
@media (min-width: 1280px) {
  .min-1280-only {
    display: block;
  }
}

.max-1400-only {
  display: block;
}
@media (min-width: 1400px) {
  .max-1400-only {
    display: none;
  }
}

.min-1400-only {
  display: none;
}
@media (min-width: 1400px) {
  .min-1400-only {
    display: block;
  }
}

.vertical-scroll {
  overflow-y: scroll;
  scrollbar-width: none;
}

.vertical-scroll::-webkit-scrollbar {
  display: none;
}

.horizontal-scroll {
  overflow-x: scroll;
  scrollbar-width: none;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

.light-font-weight {
  font-weight: normal;
}

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

.swiper-pagination {
  bottom: 3.25rem !important;
}
@media (max-width: 1079px) {
  .swiper-pagination {
    bottom: 5.75rem !important;
  }
}

.swiper-pagination-bullet-active {
  background: white !important;
}

.background-white .swiper-pagination-bullet-active {
  background: #E73743 !important;
}

.wpcf7 input[name=gv_mileage],
.wpcf7 input[name=gv_registration] {
  font-weight: 700;
  font-size: 1.25rem;
  color: black;
  text-align: center;
}
.wpcf7 .gv_registration-wrapper {
  position: relative;
  margin: 0.5rem 0;
}
.wpcf7 .gv_registration-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #034BB7;
  background-image: url("./assets/images/eu-icon.svg");
  background-size: 1.375rem;
  background-repeat: no-repeat;
  background-position: calc(50% + 0.1rem) 50%;
  width: 4rem;
  height: 100%;
  border-radius: 5rem 0 0 5rem;
}
.wpcf7 .gv_registration-wrapper .wpcf7-not-valid-tip {
  position: absolute;
}
.wpcf7 input[name=gv_registration] {
  position: relative;
  text-transform: uppercase;
  background-color: #FFDB1C;
  padding-left: 5rem;
  padding-right: 5rem;
  margin: 0;
}
.wpcf7 input[name=gv_registration]::placeholder {
  color: black;
}

.gform_wrapper.gravity-theme .gv_mileage-wrapper input[type=number],
.gform_wrapper.gravity-theme .gv_registration-wrapper input[type=text] {
  color: black;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper {
  margin: 0;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper:before {
  content: none;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper .ginput_container {
  position: relative;
  margin: 0;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper .ginput_container:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 4rem;
  height: 100%;
  border-radius: 5rem 0 0 5rem;
  background-color: #034BB7;
  background-image: url("./assets/images/eu-icon.svg");
  background-position: calc(50% + 0.1rem) 50%;
  background-repeat: no-repeat;
  background-size: 1.375rem;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper input[type=text] {
  position: relative;
  margin: 0;
  padding-left: 5rem !important;
  padding-right: 5rem !important;
  background-color: #FFDB1C;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gv_registration-wrapper input[type=text]::placeholder {
  color: black;
}

.checkbox-wrapper {
  margin: 1rem 0;
}

.checkbox-wrapper .wpcf7-list-item {
  margin: 0.5rem 1rem 0 0;
  padding-left: 2rem;
}

.checkbox-wrapper .wpcf7-list-item input[type=checkbox] {
  float: left;
  margin-left: -2rem;
}

.checkbox-wrapper .wpcf7-list-item-label {
  font-weight: 400;
  display: inline;
  vertical-align: baseline;
}

.checkbox-wrapper .wpcf7-list-item-label span {
  font-weight: 700;
  color: #E73743;
}

.wpcf7 input[type=submit] {
  display: block;
  margin: 0 auto;
  max-width: 30rem;
  width: 100%;
}

.wpcf7-footer {
  text-align: center;
  padding: 1rem 0;
  max-width: 30rem;
  margin: 0 auto;
}

.page-template-template-contact #shopSearch,
.page-template-template-part-exchange #shopSearch {
  display: none;
}

.page-template-template-contact .siteContent-inner .wpcf7 input[type=submit] {
  margin-top: 1rem;
}

.gform_wrapper.gravity-theme {
  margin: 0 auto;
}
.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.25rem;
}
.gform_wrapper.gravity-theme .gfield {
  margin: 0;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme .gform-field-label,
.gform_wrapper.gravity-theme legend.gfield_label {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 0.5rem;
}
.gform_wrapper.gravity-theme .gfield_required {
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 1rem;
  font-weight: 600;
  margin-left: 0;
}
.gform_wrapper.gravity-theme .gfield_required .gfield_required_text {
  font-size: 0;
  font-style: normal;
}
.gform_wrapper.gravity-theme .gfield_required .gfield_required_text:before {
  content: "*";
  font-size: 1rem;
}
.gform_wrapper.gravity-theme .ginput_container {
  margin: 0;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("./assets/images/chevron-down.svg") no-repeat;
  background-position: center;
  background-size: 1rem;
  width: 1rem;
  height: 1rem;
  transform-origin: center 25%;
}
.gform_wrapper.gravity-theme .ginput_container_select select {
  padding-right: 3rem !important;
}
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
  margin: 0;
  padding: 12px 16px !important;
}
.gform_wrapper.gravity-theme textarea {
  min-height: 10rem;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox {
  margin-top: 0.5rem;
}
.gform_wrapper.gravity-theme .gfield--type-checkbox > legend.gfield_label {
  font-weight: 700;
  text-transform: none;
}
.gform_wrapper.gravity-theme .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.gform_wrapper.gravity-theme .gchoice {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.gform_wrapper.gravity-theme .gfield-choice-input {
  flex: 0 0 auto;
  margin: 0.1rem 0.5rem 0 0;
}
.gform_wrapper.gravity-theme .gform-field-label--type-inline {
  display: inline;
  font-weight: 400;
  margin: 0;
}
.gform_wrapper.gravity-theme .gform-field-label--type-inline span {
  color: #E73743;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
  margin: 2.5rem 0 0;
  padding: 0;
}
.gform_wrapper.gravity-theme .gform_button {
  display: block;
  max-width: 30rem;
  width: 100%;
}
.gform_wrapper.gravity-theme .gform_fileupload_multifile {
  position: relative;
}
.gform_wrapper.gravity-theme .gfield--type-fileupload > .gfield_label {
  font-size: 1rem;
  line-height: 1.4;
  margin: 0 0 1.75rem;
}
.gform_wrapper.gravity-theme .ginput_container_fileupload:before {
  content: "Choose files";
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.25rem;
}
.gform_wrapper.gravity-theme .gform_drop_area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 7rem;
  padding: 1.25rem 3rem;
  border: 2px dashed #D9D9D9;
  border-radius: 0;
  background: white;
  cursor: pointer;
  text-align: center;
}
.gform_wrapper.gravity-theme .gform_drop_instructions {
  display: block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  font-weight: 700;
  line-height: 1.2;
}
.gform_wrapper.gravity-theme .gform_drop_instructions:before {
  content: "DRAG & DROP FILES HERE";
  display: block;
  margin: 5px 0;
  font-size: 30px;
  line-height: 32px;
  word-break: break-word;
}
.gform_wrapper.gravity-theme .gform_drop_instructions:after {
  content: "or";
  display: block;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1;
  text-transform: none;
}
.gform_wrapper.gravity-theme .gform_button_select_files {
  display: block;
  margin: 0.75rem 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0;
  font-weight: 700;
  line-height: 1.2;
  box-shadow: none;
  text-transform: none;
}
.gform_wrapper.gravity-theme .gform_button_select_files:after {
  content: "Browse Files";
  font-size: 13px;
}
.gform_wrapper.gravity-theme .gform_button_select_files:hover, .gform_wrapper.gravity-theme .gform_button_select_files:focus {
  background: transparent;
  color: #E73743;
  box-shadow: none;
}
.gform_wrapper.gravity-theme .gform_drop_area:after {
  content: attr(data-file-count);
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  font-weight: 700;
}
.gform_wrapper.gravity-theme .gform_fileupload_rules {
  display: none !important;
}
.gform_wrapper.gravity-theme .ginput_preview_list {
  margin-top: 1rem;
}

.gform_confirmation_wrapper,
.gform_confirmation_message {
  text-align: center;
}

.page-template-template-part-exchange .gform_wrapper.gravity-theme textarea {
  height: 12rem !important;
  min-height: 12rem !important;
}

@media print {
  @page {
    size: auto;
    margin-top: 0mm;
    margin-bottom: 0mm;
  }
  .financeproposal-calc-wrapper {
    display: none;
  }
  .single-product * {
    font-size: 12px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .single-product h1,
  .single-product h1 span,
  .single-product .price {
    font-size: 1.75rem !important;
  }
  .single-product .print-only {
    display: flex !important;
    flex-wrap: wrap;
  }
  .single-product .print-only div {
    flex: 1;
    padding-right: 1rem;
  }
  .single-product .print-only div:first-of-type {
    flex-basis: 100%;
  }
  .single-product address {
    display: inline;
  }
  .single-product [lightbox-toggle]:after,
  .single-product #matterport-button,
  .single-product .grecaptcha-badge,
  .single-product .breadcrumbs-wrapper,
  .single-product #open-primary-menu,
  .single-product .siteHeader-logo.mobile,
  .single-product .siteHeader-controls,
  .single-product .stock-sale-status-wrapper,
  .single-product .pill-list,
  .single-product .section-wrapper,
  .single-product .button-wrapper {
    display: none !important;
  }
  .single-product .siteHeader-wrapper {
    position: relative;
    border-bottom: 0;
  }
  .single-product .siteHeader-logo.desktop {
    display: block;
    width: 150px;
    max-width: none;
    margin-top: 1rem;
  }
  .single-product .product-heading br {
    display: none;
  }
  .single-product .product-header {
    width: 50%;
  }
  .single-product .product-header,
  .single-product .product-header-content-meta {
    padding-left: 1rem !important;
  }
  .single-product .product-data {
    clear: both;
    margin: 0 -1rem;
  }
  .single-product .product-data,
  .single-product .collapsable-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .single-product .collapsable-wrapper {
    width: 50%;
    flex: unset;
    padding: 1rem 0.5rem !important;
  }
  .single-product .collapsable-wrapper-description {
    width: 100%;
  }
  .single-product .siteHeader-logo {
    margin: 0 auto;
    max-width: none;
    width: 15rem;
    text-align: center;
  }
  .single-product .gridGallery-wrapper {
    width: 50%;
    border-radius: 1rem;
    overflow: hidden;
    float: left;
  }
  .single-product p {
    margin: 0;
  }
  .single-product abbr {
    text-decoration: none;
  }
}
.cms-content a {
  color: #F9B000;
  text-decoration: underline;
}

.rank-math-breadcrumb p {
  margin-bottom: 0;
}

body.tax-product_cat .hero-archive-read-more-text {
  padding-bottom: 1rem;
}
body.tax-product_cat .hero-archive-read-more-text h2, body.tax-product_cat .hero-archive-read-more-text h3 {
  color: #E73743;
}
body.tax-product_cat .hero-archive-read-more-text a {
  font-weight: 700;
}

.grecaptcha-badge {
  display: none;
}

.gform_wrapper .cf-turnstile {
  display: flex;
  justify-content: center;
}

.navigation.pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  padding-bottom: 40px;
  font-family: Arial, sans-serif;
}
.navigation.pagination .screen-reader-text {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.navigation.pagination .nav-links {
  display: flex;
  gap: 10px;
}
.navigation.pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
}
.navigation.pagination .nav-links .page-numbers:hover {
  background-color: #f0f0f0;
  color: #000;
}
.navigation.pagination .nav-links .page-numbers.current {
  color: #E73743;
  pointer-events: none;
}
.navigation.pagination .nav-links .page-numbers.next, .navigation.pagination .nav-links .page-numbers.prev {
  position: relative;
  color: transparent;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  width: 35px;
  height: 45px;
  font-weight: bold;
}
.navigation.pagination .nav-links .page-numbers.next:hover, .navigation.pagination .nav-links .page-numbers.prev:hover {
  background-color: #e6f4ff;
}
.navigation.pagination .nav-links .page-numbers.next.prev:before, .navigation.pagination .nav-links .page-numbers.prev.prev:before {
  background-position: bottom;
}

/*# sourceMappingURL=style.css.map */
