@charset "UTF-8";
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.screen-reader-text,
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@keyframes slideDown {
  0% {
    transform: translate(-50%, -100%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.spinner-wrapper {
  text-align: center;
  padding: 2rem 0;
}

.spinner-icon {
  margin: 0 auto;
  border: 0.25rem solid #2f3333;
  border-top: 0.25rem solid transparent;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: spinner 1s linear infinite;
}

.spinner-text {
  display: block;
  margin: 0.5rem;
}

.icon-proper-logo {
  background: url("svg/sprite.css.svg") no-repeat;
}

.icon-proper-logo {
  background-position: 0 0;
}

.icon-proper-logo-dims {
  width: 270px;
  height: 270px;
}

[class^=number-slide],
[class*=" number-slide"] {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  height: 27.5rem;
  max-height: 100vh;
}

.featuredRange-slider {
  position: relative;
  padding-bottom: 2rem;
}

.featuredRange-slide {
  height: auto;
  flex-direction: column;
  overflow: visible;
  min-height: 35rem;
  transform: translate3d(-100%, 0px, 0px);
}
.featuredRange-slide .siteHero-image {
  max-width: 30rem;
}
@media screen and (min-width: 42em) {
  .featuredRange-slide .siteHero-image {
    padding-bottom: 4rem;
  }
}
.featuredRange-slide .siteHero-image--large {
  max-width: 100%;
  width: 40rem;
}
@media screen and (min-width: 42em) {
  .featuredRange-slide .siteHero-image--large {
    max-width: 40rem;
  }
}

.carouselModule-wrapper {
  position: relative;
  margin: 1rem 0;
  width: 100%;
}

#carouselModule {
  overflow-y: visible;
}

.video_slide {
  position: relative;
}

#playButton {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  background-color: rgba(40, 44, 49, 0.5);
  border-radius: 100%;
  transition: 0.25s;
}
#playButton svg {
  width: 1rem;
  height: 1rem;
}

.carouselModule-video {
  object-fit: cover;
  object-position: center;
}

.heroCarousel-wrapper {
  margin: 0;
  z-index: 1;
}

.heroCarousel-wrapper [class^=number-slide],
.heroCarousel-wrapper [class*=" number-slide"] {
  height: 15rem;
  width: auto;
}

.heroCarousel-wrapper .keen-slider {
  margin: 0 -1rem;
}

#key-features {
  overflow-x: scroll;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
#key-features::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}

#key-features .keen-slider__slide .slider__slide_container {
  scale: 99%;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.dots {
  display: flex;
  padding: 10px 0;
  bottom: 1rem;
  justify-content: center;
}

.featuredRange-slider-wrapper .dots,
.heroCarousel-wrapper .dots {
  right: 1rem;
  bottom: 1rem;
  left: auto;
  transform: none;
}

.dot {
  border: none;
  width: 1rem;
  height: 1rem;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #282c31;
}

.arrow {
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #fff;
  cursor: pointer;
  z-index: 9;
}

.carouselModule-wrapper:hover .arrow,
.siteHero-wrapper:hover .arrow {
  pointer-events: auto;
  opacity: 1;
}

.arrow--left {
  left: 5px;
}

.arrow--right {
  left: auto;
  right: 5px;
}

.arrow--disabled {
  fill: rgba(255, 255, 255, 0.5);
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.d-grid.constraint-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 721px) {
  .bm-window {
    min-width: 60%;
    max-width: 75%;
  }
  .bm-window #submit-request-appointment {
    position: absolute;
    right: 0;
    bottom: 32px;
  }
}
.bm-window .cancel.button {
  display: none;
}

@media (min-width: 721px) {
  .booked-calendar-fields .cf-block {
    display: flex;
    flex-wrap: wrap;
  }
  .booked-calendar-fields .cf-block .field {
    margin: 6px 12px 6px 0;
    width: 48%;
  }
}

.hurrytimer-campaign {
  -webkit-box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.75);
  background-color: #45484c;
  background-image: url(https://www.coachman.co.uk/wp-content/uploads/cashback-offer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 15px;
  box-shadow: 0px 2px 17px -6px rgba(0, 0, 0, 0.75);
  font-family: "Benton Sans Wd Bla", sans-serif;
  padding-top: 100px;
  padding-bottom: 66px;
  border-radius: 0;
}
@media (max-width: 400px) {
  .hurrytimer-campaign {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.hurrytimer-campaign .hurrytimer-timer-block {
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 10px;
}
.hurrytimer-campaign .hurrytimer-headline {
  margin-bottom: 8px;
}
.hurrytimer-campaign .hurrytimer-timer-digit {
  background-color: white;
  border-radius: 15px;
  padding: 12px 4px;
}
@media (max-width: 450px) {
  .hurrytimer-campaign .hurrytimer-timer-digit {
    font-size: 28px;
  }
}
@media (max-width: 400px) {
  .hurrytimer-campaign .hurrytimer-timer-digit {
    padding: 6px 2px;
    font-size: 24px;
  }
}
.hurrytimer-campaign .hurrytimer-timer-label {
  margin-top: 8px;
}
.hurrytimer-campaign .hurrytimer-timer-sep {
  color: #fff;
}

.grecaptcha-badge {
  display: none;
}

/*
Theme Name: Coachman
Theme URI: http://kal-group.com
Description: Coachman Wordpress Theme
Author: KAL Group
Author URI: http://kal-group.com
Version: 1
Tags:

*/
img[class*=wp-image-], .wp-caption {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.gallery {
  margin: 1em -0.5em;
}

.gallery-item {
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item figcaption {
  margin-top: 0.5em;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

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

@media (min-width: 782px) {
  .wp-block-columns.flex-wrap .wp-block-column:nth-child(4n) {
    margin-left: 0;
  }
}
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
  color: #45484c;
  background-color: white;
  font-weight: 300;
  line-height: 1.75;
  font-family: "acumin-pro", sans-serif;
  min-width: 328px;
}
body.no-scroll {
  overflow: hidden;
}

.mobile-overlay {
  opacity: 0;
  visibility: hidden;
}
.mobile-overlay.show {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  opacity: 1;
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
  padding: 1em;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  background-color: #0a1b3a;
  color: #00FF00;
  padding: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282c31;
  font-family: "Benton Sans Wd Bla", sans-serif;
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  margin: 1rem 0;
  line-height: 1.4;
}

h1 {
  font-size: 1.5em;
}
@media screen and (min-width: 42em) {
  h1 {
    font-size: 2em;
  }
}

section h1 {
  font-size: 1.5em;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
  color: #282c31;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #9f1620;
  color: white;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 0.8em;
  line-height: 1.5;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  margin: 2rem 0;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  color: #9f1620;
  background: transparent;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
.table-wrapper {
  overflow-x: auto;
  margin: 1rem -1rem;
}
@media screen and (min-width: 68em) {
  .table-wrapper {
    margin: 1rem -0.25rem;
  }
}

table {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0.25rem;
  text-align: left;
  width: 100%;
  max-width: 80rem;
}
table.table-grid {
  border-collapse: collapse;
}
table.table-grid tr {
  border-bottom: 1px solid #BFBFC1;
  font-size: initial;
  padding-bottom: 4px;
}

td, th {
  font-weight: normal;
  background-color: white;
  vertical-align: top;
  padding: 0.5em;
}
td a, th a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

thead th {
  background-color: #f2f3f4;
  font-family: "Benton Sans Wd Bla", sans-serif;
  font-size: 2vw;
  padding: 15px 8px !important;
  text-transform: uppercase;
  vertical-align: middle;
}
@media screen and (min-width: 42em) {
  thead th {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 68em) {
  thead th {
    font-size: 0.85em;
  }
}

thead th.selectHead {
  background-color: #45484c;
  color: white;
  padding: 0.5rem !important;
}

thead th.selectHead select {
  font-size: 14px;
  text-transform: uppercase;
  border: 0;
  background: transparent;
  background-image: url("./_/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 2rem;
  padding: 0 2rem 0 0;
  outline: none;
  white-space: break-spaces;
  line-height: 1.2rem;
}

.compareTable {
  min-width: 53.3333333333rem;
  table-layout: fixed;
}
.compareTable th, .compareTable td {
  font-size: 1rem;
  padding: 0.5rem !important;
}

tr td {
  font-size: 0.75em;
}
@media screen and (min-width: 28em) {
  tr td {
    font-size: 1em;
  }
}

table.bg-brand tr, table.bg-brand td {
  background-color: transparent;
  color: white;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  margin: 0;
  max-width: 100%;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

.plus-icon {
  background-image: url("/wp-content/themes/coachman/_/images/bullet-plus.svg");
  background-position: 0.75rem 0.75rem;
  background-repeat: no-repeat;
  filter: invert(100%);
}

.button-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 2rem 0.5rem;
  flex-direction: column;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 68em) {
  .button-wrapper {
    flex-direction: row;
  }
}
.button-wrapper + .button-wrapper {
  padding-top: 0 !important;
  margin-top: -2rem;
}

button {
  border: 1px solid #1F2930;
  border-radius: 0;
  color: #1F2930;
  text-transform: uppercase;
  font-weight: 600;
}

.cardModule-list .cardModule-list-item a.button.active {
  background-color: #fff;
  color: #000;
}

input[type=submit],
.button {
  border-radius: 0;
  color: #1F2930;
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 1rem 0;
  max-width: 280px;
  width: 100%;
  padding: 0.5rem 3rem 0.5rem 0.75rem;
  color: #1F2930;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #1F2930;
}
input[type=submit].alt:after,
.button.alt:after {
  background: url("./_/images/link-arrow-white.svg") no-repeat;
  background-position: 50%;
}
input[type=submit]:after,
.button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("./_/images/link-arrow.svg") no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: 50%;
  background-size: 2rem;
  width: 2.5rem;
  height: 100%;
}

.wpcf7 input[type=submit].button {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 0.75rem;
  background-color: #9f1620;
  border-color: #9f1620;
  color: white;
}

.button:hover {
  background-color: rgba(180, 180, 180, 0.1);
  text-decoration: none;
}

.button.alt {
  border: 1px solid white;
  color: white;
}

.button-wrapper .button {
  flex: 1;
  margin: 0.5rem 0;
  max-width: none;
  width: 100%;
}
@media screen and (min-width: 68em) {
  .button-wrapper .button {
    max-width: 380px;
    margin: 0.5rem;
  }
}

.carouselModule-button-wrapper {
  position: relative;
  max-width: 80rem;
  display: flex;
  margin: 1rem auto 0;
  justify-content: center;
}

.cardModule-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding: 1rem 0;
}
@media screen and (min-width: 42em) {
  .cardModule-list {
    flex-direction: row;
    margin: 0 -1rem;
  }
}

.cardModule-list-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0.5rem 0;
}
@media screen and (min-width: 42em) {
  .cardModule-list-item {
    margin: 0;
    padding: 1rem;
  }
}

.cardModule-list.has-overlapping-images .cardModule-list {
  padding: 3rem 0;
}
.cardModule-list.has-overlapping-images .cardModule-list-item {
  margin: 2rem 0;
}
@media screen and (min-width: 42em) {
  .cardModule-list.has-overlapping-images .cardModule-list-item {
    margin: 0;
  }
}

.cardModule {
  background-color: white;
  flex: 1;
  text-align: center;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.cardModule-aligned-buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.cardModule-link {
  color: #282c31;
}
.cardModule-link:hover {
  text-decoration: none;
}

.cardModule-image {
  margin-top: -50%;
  max-height: 6rem;
}

.page-template-template-advanced-bonded-construction .cardModule-image {
  background-color: #282c31;
  padding: 1rem;
  max-height: 5rem;
}

.cardModule p {
  margin: 0;
}

.cardModule-image-model {
  max-height: 200px;
  object-fit: contain;
  width: 100%;
}

dl {
  margin: 0;
}

@media screen and (min-width: 68em) {
  .definitionList.columns {
    column-count: 2;
    column-gap: 3rem;
  }
}

.definitionList-item-wrapper {
  display: flex;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.definitionList-item-wrapper dt.bedSizes2, .definitionList-item-wrapper dd.bedSizes2,
.definitionList-item-wrapper dt.bedSizes3, .definitionList-item-wrapper dd.bedSizes3 {
  border-top: 0;
}

dt,
dd {
  display: flex;
  align-items: center;
  width: 50%;
  border-top: 1px solid #282c31;
  margin: 0;
  padding: 0.25rem 0;
}

.definitionList.columns dt,
.definitionList.columns dd {
  padding: 0;
}

dd {
  padding-left: 0.5rem;
}

ul.compact img {
  margin-top: 4px;
  margin-right: 0.5rem;
  width: 1rem;
}
ul.compact li {
  align-items: flex-start;
  line-height: 1.25rem;
}

.rangesFeatures-content ul,
.specificationHighlights-content ul,
.single-dealers_post_type .alternatingContent-inner-wrapper ul,
.checkList {
  list-style-type: none;
  padding: 0 0 0 2rem;
}

@media screen and (min-width: 42em) {
  .rangesFeatures-content ul,
.specificationHighlights-content ul,
.single-dealers_post_type .alternatingContent-inner-wrapper ul,
.checkList-columns {
    column-count: 2;
    column-gap: 5rem;
  }
}

.single-dealers_post_type .alternatingContent-inner-wrapper ul {
  font-size: 0.8em;
}

.rangesFeatures-content ul li,
.specificationHighlights-content ul li,
.single-dealers_post_type .alternatingContent-inner-wrapper ul li,
.checkList-item {
  margin-bottom: 1rem;
  padding-right: 1rem;
}
.rangesFeatures-content ul li:before,
.specificationHighlights-content ul li:before,
.single-dealers_post_type .alternatingContent-inner-wrapper ul li:before,
.checkList-item:before {
  content: url("./_/images/bullet-icon.svg");
  font-weight: 600;
  display: inline-block;
  width: 0.75rem;
  margin-left: -1.5rem;
  margin-right: 0.75rem;
}

.bg-brand .rangesFeatures-content ul li:before,
.bg-brand .specificationHighlights-content ul li:before,
.bg-brand .single-dealers_post_type .alternatingContent-inner-wrapper ul li:before,
.bg-brand .checkList-item:before {
  content: url("./_/images/bullet-icon-white.svg");
}

.checkList-columns .checkList-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.galleryModule {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0.5rem;
  margin: 2rem 0;
  padding: 1rem;
}

@media screen and (min-width: 42em) {
  .galleryModule {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 68em) {
  .galleryModule {
    grid-template-columns: repeat(3, 1fr);
  }
  .galleryModule-image {
    width: 100%;
  }
  .galleryModule-image:nth-child(4n) {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
.lightBox {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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

.lightBox .lightBox-overlay {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
}

.product-carousel {
  grid-template-columns: repeat(12, 1fr);
}
.product-carousel .carousel-item {
  grid-column: span 12;
  min-height: 150px;
}
.product-carousel .carousel-item:nth-child(2), .product-carousel .carousel-item:nth-child(3), .product-carousel .carousel-item:nth-child(5), .product-carousel .carousel-item:nth-child(6) {
  grid-column: span 6;
}
@media (min-width: 768px) and (max-width: 1087px) {
  .product-carousel .carousel-item:nth-child(odd),
.product-carousel .carousel-item:nth-child(even) {
    grid-column: span 4;
  }
}
@media (min-width: 1088px) {
  .product-carousel .carousel-item:nth-child(1) {
    grid-column: span 9;
    grid-row: span 2;
  }
  .product-carousel .carousel-item:nth-child(2), .product-carousel .carousel-item:nth-child(3) {
    grid-column: span 3;
  }
  .product-carousel .carousel-item:nth-child(4), .product-carousel .carousel-item:nth-child(5), .product-carousel .carousel-item:nth-child(6) {
    grid-column: span 4;
  }
}

.siteHeader-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 5;
  width: 100%;
  padding: 0 0 0 1rem;
  transform: translate(-50%);
  background-color: #282c31;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 68em) {
  .siteHeader-wrapper {
    padding: 0 1rem;
    background-color: transparent;
  }
}

.home .siteHeader-wrapper {
  transform: translate(-50%, -100%);
  animation: 1s ease-out slideDown;
  animation-delay: 0.25s;
  animation-fill-mode: forwards;
}

.siteHeader {
  display: flex;
}

.siteHeader-title {
  background-color: white;
  margin: 0;
  height: 85.6060606061px;
  box-shadow: 0 0.5rem white, 0 0.5rem 10px rgba(69, 72, 76, 0.25);
}
@media (max-width: 1087px) {
  .siteHeader-title {
    margin-left: -1rem;
  }
}
@media screen and (min-width: 68em) {
  .siteHeader-title {
    height: 114.89px;
    box-shadow: none;
  }
}

.siteHeader-logo-link {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 2rem;
}
@media screen and (min-width: 68em) {
  .siteHeader-logo-link {
    padding: 1rem 2.5rem;
  }
}

.siteHeader-logo {
  max-width: 6rem;
  min-width: 6rem;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 68em) {
  .siteHeader-logo {
    max-width: 8rem;
    min-width: 8rem;
  }
}

.siteHero-wrapper {
  position: relative;
}
@media (max-width: 1087px) {
  .siteHero-wrapper {
    margin-top: 117px;
  }
}
.siteHero-wrapper main.key-features {
  width: 100%;
}
@media (min-width: 768px) {
  .siteHero-wrapper main.key-features {
    width: 50%;
  }
}

body:not(.archive):not(.blog):not(.single-post):not(.single-reviews_post_type) .siteHero-background {
  position: absolute;
}

.siteHero-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.siteHero-background--banner {
  position: static;
  max-height: 600px;
  max-width: 53.33333rem;
  margin: 0 auto;
  display: block;
  padding-top: 8rem;
}

.siteHero-wrapper.map {
  overflow: hidden;
  width: 100%;
}

.siteHero {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: 25% 50%;
  position: relative;
  width: 100%;
  padding: 7.25rem 0 0 0;
  min-height: 18rem;
}
@media screen and (min-width: 42em) {
  .siteHero {
    min-height: 20rem;
    padding: 6rem 0 0 0;
  }
}
@media screen and (min-width: 68em) {
  .siteHero {
    min-height: 27.5rem;
    padding: 8rem 0 0 0;
  }
}
.siteHero .postContent p:last-child {
  margin-bottom: 0;
}

.module-hero-archive,
.module-hero-blog,
.module-hero-events,
.module-hero-video,
.module-hero-taxonomy {
  border-bottom: 1rem solid #9f1620;
}

.siteHero .button {
  margin: 0.5rem 0;
  box-shadow: 0 0 0.5rem rgba(40, 44, 49, 0.5);
}

.siteHero-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 1rem;
}

body.home .siteHero-content {
  /* centre it */
  padding-top: 120px;
  margin-bottom: 0 !important;
  height: 100%;
  justify-content: center;
}

.siteHero-title {
  color: white;
  max-width: 40rem;
  padding-top: 1rem;
}
.lightHero .siteHero-title {
  text-shadow: 0px 0px 5px #282c31;
}

.darkHero,
.darkHero .siteHero-title {
  color: #282c31;
}

.siteHero-image {
  border: 0;
  max-width: 12.5rem;
  width: 100%;
  height: auto;
  z-index: 1;
  justify-self: flex-end;
  transform: translateY(2rem);
}
.siteHero-image img {
  border: 0;
}
@media (max-width: 761px) {
  .siteHero-image {
    margin-top: 1rem;
    transform: translateY(0);
  }
}
@media screen and (min-width: 42em) {
  .siteHero-image {
    max-width: 17.5rem;
  }
}
@media screen and (min-width: 68em) {
  .siteHero-image {
    max-width: 25rem;
  }
}

.siteHero-map {
  margin-left: -320px;
  margin-right: -320px;
  max-height: 27.5rem;
}

.siteTaxonomy-title,
.featuredRange-title {
  margin: 0;
  font-size: 1.5em;
}

.siteTaxonomy-logo,
.featuredRange-logo {
  margin: 0.5rem 0;
  width: 100%;
}

.lightHero .siteTaxonomy-logo,
.lightHero .featuredRange-logo {
  -webkit-filter: drop-shadow(0 0 5px #282c31);
  filter: drop-shadow(0 0 5px #282c31);
}

.darkHero .siteTaxonomy-logo,
.darkHero .featuredRange-logo {
  filter: brightness(0.15);
}

.siteTaxonomy-logo {
  max-height: 3.75rem;
}

.featuredRange-logo {
  max-height: 5rem;
}

.module-hero-archive,
.module-hero-blog,
.module-hero-events,
.module-hero-video,
.module-hero-taxonomy {
  height: 440px;
}
.module-hero-archive video,
.module-hero-blog video,
.module-hero-events video,
.module-hero-video video,
.module-hero-taxonomy video {
  height: 440px;
  max-height: 440px;
}

.module-hero-video:not(.block):not(.front-page-block) {
  height: 700px;
}
.module-hero-video:not(.block):not(.front-page-block) video {
  height: 700px;
  max-height: 700px;
}

.module-hero-video.block,
.module-hero-video.front-page-block {
  height: 516px;
}
.module-hero-video.block iframe, .module-hero-video.block video,
.module-hero-video.front-page-block iframe,
.module-hero-video.front-page-block video {
  height: 500px;
  max-height: 500px;
}

.module-hero-archive,
.module-hero-blog,
.module-hero-events,
.module-hero-video,
.module-hero-taxonomy {
  align-items: end;
  border-bottom: 1rem solid #9f1620;
}
.module-hero-archive .siteHero-content,
.module-hero-blog .siteHero-content,
.module-hero-events .siteHero-content,
.module-hero-video .siteHero-content,
.module-hero-taxonomy .siteHero-content {
  align-items: start;
  gap: 0.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
.module-hero-archive video,
.module-hero-blog video,
.module-hero-events video,
.module-hero-video video,
.module-hero-taxonomy video {
  width: 100%;
  object-fit: none;
}

@media (max-width: 671px) {
  h1.siteHero-title,
h2.siteHero-title {
    line-height: 1.1;
  }
}
.siteNav-wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.siteNav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
}
@media screen and (min-width: 68em) {
  .siteNav {
    background-color: #282c31;
  }
}
@media screen and (min-width: 68em) {
  .siteNav {
    padding: 0 1rem;
    flex: none;
  }
}

.siteNav .menu {
  justify-content: flex-end;
}

.siteNav .siteShare-link {
  display: inherit;
  margin-left: 0.5rem;
}

.siteNav .siteShare-logo {
  display: none;
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 68em) {
  .siteNav .siteShare-logo {
    display: block;
  }
}

.siteNav-icon {
  display: block;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
}

.menu-link, .siteNav-phone,
.siteNav-toggle, .menu-item a {
  display: block;
}

nav .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
}

.menu-item {
  flex-shrink: 0;
}
.menu-item + .menu-item {
  margin-left: 1rem;
}
.menu > li a {
  color: white;
  font-size: 1em;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  height: 113px;
}
@media screen and (min-width: 68em) {
  .menu > li a {
    height: 56.5px;
  }
}

.siteNav-phone,
.siteNav-toggle {
  background-color: transparent;
  cursor: pointer;
  display: none;
  color: white;
  padding: 0.5rem;
  margin-left: 0.5rem;
}

.siteNav .sub-menu {
  display: none;
  position: absolute;
  top: 56.5px;
  right: 1rem;
  width: calc(100% - 2rem);
  background-color: #45484c;
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 68em) {
  .siteNav .sub-menu {
    width: calc(100% - 240px);
  }
}

.vehicleNav .sub-menu {
  background-color: #dbdcdc;
  display: none;
  min-height: 365px;
  position: absolute;
  top: 165.5px;
  right: 1rem;
  width: calc(100% - 2rem);
  border-top: 1px solid #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 68em) {
  .vehicleNav .sub-menu {
    width: calc(100% - 240px);
  }
}

.vehicleNav .menu-wrapper a {
  padding: 0;
  height: auto;
}

.siteNav .menu-wrapper.is-active {
  display: block;
}

.siteNav .menu-item-has-children:hover .sub-menu,
.vehicleNav .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
}

.sub-menu .menu-item {
  margin: 0;
}

.sub-menu .menu-item a {
  background-color: #282c31;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Benton Sans Wd Bla", sans-serif;
  padding: 1.25rem 1rem;
  text-decoration: none;
  height: unset;
}
.sub-menu .menu-item a:hover {
  background-color: #45484c;
  color: #fff;
}
@media screen and (min-width: 68em) {
  .sub-menu .menu-item a {
    padding: 1.25rem 50% 1.25rem 1rem;
  }
}

li.innovation ul.sub-menu {
  padding-bottom: 6rem;
}

.sub-menu .menu-item:last-of-type a {
  border-bottom: 0;
}

.sub-menu-toggle-icon {
  width: 1rem;
  height: 1rem;
}

.menu-item-aside {
  display: none;
  pointer-events: none;
  background-color: #45484c;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  width: 50%;
  padding: 1.5rem;
}

@media screen and (min-width: 68em) {
  .menu-item-has-children .sub-menu .menu-item:hover .menu-item-aside {
    display: block;
  }
}
.menu-item-aside img {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.menu-item-description {
  color: white;
}

@media screen and (max-width: 68em) {
  .siteNav-phone,
.siteNav-toggle {
    display: block;
  }
  .menu-wrapper {
    display: none;
    position: absolute;
    z-index: 1;
    top: 85.6060606061px;
    height: auto;
    max-height: 100vh;
    overflow-y: scroll;
    width: 100%;
  }
  .menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  #menu-header {
    background-color: #45484c;
    flex-direction: column;
    justify-content: flex-start;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #menu-header .menu-item {
    position: relative;
    text-transform: uppercase;
    font-family: "Benton Sans Wd Bla", sans-serif;
    text-decoration: none;
    margin: 0;
  }
  #menu-header .menu-item a {
    padding: 1rem;
    font-size: 0.75em;
    height: auto;
    border-bottom: 1px solid #ccc;
    text-decoration: none;
  }
}
@media screen and (max-width: 68em) and (min-width: 68em) {
  #menu-header .menu-item {
    padding: 1.25rem 50% 1.25rem 1rem;
  }
}
@media screen and (max-width: 68em) {
  #menu-header .menu-item:last-of-type a {
    border-bottom: 0;
  }
}
@media screen and (max-width: 68em) {
  #menu-header .sub-menu {
    position: relative;
    top: 0;
    z-index: 2;
    width: 100%;
    left: 0;
  }
  #menu-header .sub-menu a {
    padding-left: 1.5rem;
  }
}
.productNav {
  display: none;
}
@media screen and (min-width: 68em) {
  .productNav {
    display: flex;
    background-color: #45484c;
    flex: 1;
    padding: 1rem;
  }
}

.productNav-list {
  display: flex;
  flex: 1;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.productNav-list-item {
  border-right: 1px solid #f2f3f4;
  padding: 0 1rem;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0 auto;
}
@media screen and (min-width: 68em) {
  .productNav-list-item {
    padding: 0 1rem;
  }
}

.productNav-list-item:last-of-type {
  border-right: 0;
}

.productNav-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.productNav-list-item-logo {
  width: 8rem;
  max-height: 1rem;
}

.vehicleNav {
  display: none;
}
.vehicleNav.vehicleItem {
  border-top: 1px solid white;
}
.vehicleNav .menu-item-aside {
  background-color: #dbdcdc;
}
.vehicleNav .menu-item-description {
  color: #000;
}

@media screen and (min-width: 68em) {
  .vehicleNav {
    display: flex;
    background-color: #45484c;
    flex: 1;
    padding: 1rem;
  }
}
.vehicleNav-list {
  display: flex;
  flex: 1;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.caravanNav .sub-menu .menu-item a,
.motorhomeNav .sub-menu .menu-item a {
  background-color: #dbdcdc;
  color: #000;
}
.caravanNav .sub-menu .menu-item a:hover,
.motorhomeNav .sub-menu .menu-item a:hover {
  background-color: #9f1620;
  color: #fff;
}

.menu li:not(last-child) {
  border-right: 0 !important;
}

.caravanNav .vehicleNav-list li.menu-item.menu-item-has-children,
.motorhomeNav .vehicleNav-list li.menu-item.menu-item-has-children,
.vehicleNav-list-item {
  border-right: 1px solid #f2f3f4;
  padding: 0 1rem;
  display: flex;
  font-family: "Benton Sans Wd Bla", sans-serif;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin: 0 auto;
  text-transform: uppercase;
}

.vehicleNav .menu-item-description {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  line-height: 1.75;
  text-transform: initial;
}

@media screen and (min-width: 68em) {
  .vehicleNav-list-item {
    padding: 0 1rem;
  }
}
.vehicleNav-list-item:last-of-type {
  border-right: 0;
}

.vehicleNav-list-item a {
  display: flex;
  align-items: center;
  font-family: "Benton Sans Wd Bla", sans-serif;
  justify-content: center;
  color: white;
  text-transform: uppercase;
}

.vehicleNav-list-item-logo {
  width: 8rem;
  max-height: 1rem;
}

@media screen and (max-width: 68em) {
  .vehicleMain.vehicleNav {
    display: flex;
    background-color: #45484c;
    flex: 1;
    padding: 0.5rem;
    left: 0;
    position: absolute;
    width: 100%;
    top: 83px;
    z-index: 0;
  }
  .vehicleMain li.vehicleNav-list-item {
    margin-top: 0;
  }
  .vehicleNav-list-item a {
    font-size: 0.7em;
  }
  .vehicleNav.caravanNav,
.vehicleNav.motorhomeNav {
    display: flex;
    background-color: transparent;
    flex: 1;
    padding: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 116px;
  }
  .vehicleNav.caravanNav .menu-wrapper,
.vehicleNav.motorhomeNav .menu-wrapper {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
  }
  .vehicleNav.caravanNav .sub-menu,
.vehicleNav.motorhomeNav .sub-menu {
    top: 60px;
    right: 0;
    width: 100%;
  }
  .caravanNav .vehicleNav-list li.menu-item.menu-item-has-children,
.motorhomeNav .vehicleNav-list li.menu-item.menu-item-has-children,
.vehicleNav-list-item {
    align-items: start;
  }
  .vehicleNav .menu-wrapper a {
    padding: 0;
    height: auto;
  }
  .menu > li a {
    line-height: 1rem;
  }
  .caravanNav .menu .menu-item.menu-item.menu-item-has-children,
.motorhomeNav .menu .menu-item.menu-item.menu-item-has-children {
    background-color: #45484c;
    height: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  .caravanNav .menu li.menu-item-has-children a,
.motorhomeNav .menu li.menu-item-has-children a {
    padding: 8px 2rem;
  }
  .caravanNav .menu li.menu-item-has-children > a,
.motorhomeNav .menu li.menu-item-has-children > a {
    align-self: center;
    font-size: 0.75em;
    padding: 0;
    text-align: center;
  }
  .caravanNav .sub-menu .menu-item a,
.motorhomeNav .sub-menu .menu-item a {
    font-size: 0.75em;
  }
  .menu-item-aside {
    display: none !important;
  }
  li.innovation ul.sub-menu {
    padding-bottom: 0;
  }
}
.inputWrapper {
  width: 100%;
}
@media screen and (min-width: 68em) {
  .inputWrapper {
    display: flex;
  }
}

.inputWrapper-checkbox {
  display: flex;
  justify-content: center;
}

.input {
  padding: 0.5rem 0;
}
@media screen and (min-width: 28em) {
  .input {
    display: flex;
    flex: 1;
  }
}
@media screen and (min-width: 68em) {
  .input {
    width: 50%;
    padding: 0.5rem;
  }
}

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

.inputWrapper label {
  background-color: #ccc;
  display: flex;
  align-items: center;
  min-width: 10rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 28em) {
  .inputWrapper label {
    padding: 1rem;
    margin-top: 0;
  }
}

label {
  font-weight: 600;
}

*:focus {
  outline-color: #282c31;
}

select,
input[type=text],
input[type=email],
input[type=number],
textarea {
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #f2f3f4 100%);
  border: 1px solid #ccc;
  flex: 1;
  padding: 0.5rem 0.75rem;
}
select:hover,
input[type=text]:hover,
input[type=email]:hover,
input[type=number]:hover,
textarea:hover {
  border-color: #282c31;
}

textarea {
  min-height: 12.5rem;
}

.wpcf7-not-valid {
  border: 1px solid #dc3232 !important;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 12px;
  pointer-events: none;
}

.categoryForm label {
  color: #282c31;
  text-transform: uppercase;
}

.siteFooter-wrapper {
  background-color: #f2f3f4;
}

.siteFooter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 1rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 68em) {
  .siteFooter {
    flex-direction: row;
  }
}

.siteFooter-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.siteFooter-nav a {
  color: #45484c;
}

.siteLogos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1.5rem 0;
}
@media screen and (min-width: 68em) {
  .siteLogos {
    justify-content: flex-start;
  }
}

.siteLogo {
  max-height: 3.5rem;
  margin: 0 2rem 0 0;
}

.siteShare {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0;
}
@media screen and (min-width: 68em) {
  .siteShare {
    justify-content: flex-end;
  }
}

.siteShare-link {
  display: block;
}

.siteShare-logo {
  width: 2rem;
  height: 2rem;
}
.siteShare-logo--whatsapp {
  width: 7rem;
  height: auto;
}

.kal-link {
  color: rgb(84, 147, 77);
}

.source-org {
  text-align: center;
}
@media screen and (min-width: 68em) {
  .source-org {
    text-align: right;
  }
}
.source-org .flex-row {
  justify-content: center;
}
@media (min-width: 1088px) {
  .source-org .flex-row {
    justify-content: end;
  }
}

.postContent {
  text-align: center;
  max-width: 45rem;
  margin: 0 auto;
  padding: 1rem;
}

.postContent > h1,
.postContent > h2 {
  max-width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.postContent > h1:after,
.postContent > h2:after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: white;
  transform: translateX(-50%) translateY(calc(50% + 1px)) rotateZ(45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform-origin: center;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: 0;
}

.singlePost {
  max-width: 53.3333333333rem;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.singlePost h2 {
  font-family: "acumin-pro", sans-serif;
  text-transform: none;
}

@media screen and (min-width: 42em) {
  .postModule-list {
    margin: 0 -1rem;
  }
}

.postModule-list-item {
  flex: none;
}
@media screen and (min-width: 42em) {
  .postModule-list-item {
    width: 50%;
  }
}
@media screen and (min-width: 68em) {
  .postModule-list-item {
    width: 33.3%;
  }
}
.postModule-list-item .postModule-date {
  margin: 1rem 2rem -1rem 1rem;
  padding: 0 0.75rem;
}
.postModule-list-item .postModule-date p {
  margin: 0.5rem 0;
}

.postModule {
  text-align: left;
}

.postModule img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.postModule h2 {
  text-transform: none;
  font-weight: 600;
  font-size: 1.5em;
}

.postModule .button {
  margin-bottom: 0;
}

.nav-links {
  display: block;
  margin-bottom: 2rem;
}

.page-numbers:hover {
  background-color: #282c31 !important;
  color: #fff;
  text-decoration: none;
}
.page-numbers:hover:not(.active) {
  color: #fff !important;
}

.page-numbers.dots {
  display: none;
}

.post-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 1rem 0;
}

.page-numbers.current {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  float: left;
  font-family: "acumin-pro", sans-serif;
  margin: 0;
  padding: 8px 16px;
}

.page-numbers,
.post-categories a {
  background-color: #9f1620;
  border: 0;
  color: white;
  font-weight: 600;
  font-family: "Benton Sans Wd Bla", sans-serif;
  margin-right: 0.25rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.postModule .post-categories {
  margin: 0.5rem 0 0 0;
}

.postModule .post-categories a {
  background-color: transparent;
  font-size: 1em;
  padding: 0;
  text-transform: none;
  color: #45484c;
  font-family: "acumin-pro", sans-serif;
}

.categoryForm {
  max-width: 300px;
}

.categoryForm-select-wrapper {
  width: 100%;
}

.single-events_post_type .siteHero-background--banner {
  max-height: inherit;
}

@media (max-width: 767px) {
  .author-contact .button {
    max-width: 100%;
  }
}
.author-info {
  border-top: 1px solid #ddd;
}

.author-name p {
  line-height: normal;
}

.author-description p {
  margin: 0;
}

.author-social-icon {
  width: 28px;
  height: 28px;
}

.author-socials a:first-child {
  margin-left: 0;
}

.author-socials {
  margin-bottom: 0.15rem;
}

.author-socials a {
  margin-right: 0.15rem;
  margin-left: 0.15rem;
}

.resultsModule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1rem;
}

.resultsModule-list-item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 42em) {
  .resultsModule-list-item {
    padding: 2rem;
    flex-direction: row;
  }
}

.resultsModule-content {
  align-self: normal;
}

.resultsModule-content,
.resultsModule-image,
.resultsModule-tools {
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 68em) {
  .resultsModule-content,
.resultsModule-image,
.resultsModule-tools {
    width: 33.3%;
    padding: 1rem;
  }
}

.resultsModule-image {
  align-self: center;
  width: 100%;
  max-width: 10rem;
  height: auto;
  margin: 0 auto;
}

.resultsModule-list-item .button-wrapper {
  padding: 0.5rem 0;
}
.resultsModule-list-item .button-wrapper + .button-wrapper {
  margin-top: -0.5rem;
}

.resultsModule-list-item .button {
  margin: 0 0.5rem 0.5rem 0;
}

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

.resultsModule-year {
  font-weight: 600;
}

.resultsModule-none-found {
  font-family: "acumin-pro", sans-serif;
  text-transform: none;
  font-weight: 600;
  text-align: center;
}

.resultsModule-features dt {
  width: 30%;
}
.resultsModule-features dd {
  width: 70%;
}

.resultsModule-price small {
  font-size: 0.75rem;
}

@media screen and (min-width: 68em) {
  .resultsModule-stock .resultsModule-content {
    width: 50%;
  }
}

.resultsModule-stock-list-wrapper {
  background-color: #f2f3f4;
  width: 100%;
  align-self: flex-start;
  flex: 1;
  padding: 1rem;
}
.resultsModule-stock-list-wrapper div:nth-child(even) {
  margin-top: 1rem;
}

.resultsModule-stock-list-title {
  margin-top: 0;
}

.resultsModule-stock-list {
  column-count: 2;
  column-gap: 1rem;
}
@media (max-width: 768px) {
  .resultsModule-stock-list.checkList-columns {
    display: flex;
    flex-direction: column;
  }
}

.resultsModule-stock-list li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.productViewer-app .definitionList-item-wrapper dt {
  font-size: 14px;
  font-weight: 700;
  padding: 0;
  line-height: 1.25rem;
  padding-top: 4px;
  padding-bottom: 4px;
}

.productViewer-list {
  display: grid;
  flex-wrap: wrap;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .productViewer-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1087px) {
  .productViewer-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1088px) {
  .productViewer-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.productViewer-list a.button {
  padding: 0.5rem 2rem 0.5rem 0.75rem;
}
.productViewer-list table {
  border-collapse: collapse;
}
.productViewer-list table tr {
  border-top: 1px solid white;
}
.productViewer-list table tr:nth-child(2) td {
  border-bottom: 1px solid white;
}

.productViewer-list-item {
  transition: background-color 0.25s;
}
.productViewer-list-item .animatebar {
  position: absolute;
  bottom: 0;
}
.productViewer-list-item:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.productViewer-list-item:hover a {
  cursor: pointer;
  transition: background-color 0.5s ease;
}
.productViewer-list-item:hover a.button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.productViewer-list-item:hover p, .productViewer-list-item:hover span, .productViewer-list-item:hover div, .productViewer-list-item:hover strong, .productViewer-list-item:hover em, .productViewer-list-item:hover a,
.productViewer-list-item:hover h1, .productViewer-list-item:hover h2, .productViewer-list-item:hover h3, .productViewer-list-item:hover h4, .productViewer-list-item:hover h5, .productViewer-list-item:hover h6, .productViewer-list-item:hover button {
  text-decoration: none;
}
.productViewer-list-item:hover .animatebar {
  transition: background-color 0.35s ease, height 0.35s ease, opacity 0.35s ease;
  background-color: rgba(255, 255, 255, 0.1) !important;
  height: 100%;
  opacity: 0.1;
  z-index: -1;
}
.productViewer-list-item:hover .bg-brand {
  background-color: rgba(255, 255, 255, 0) !important;
}

@media (min-width: 767px) {
  .productViewer-list-item {
    flex-basis: 33%;
  }
}
@media (min-width: 768px) and (max-width: 864px) {
  .productViewer-list-item {
    flex-basis: 48%;
  }
}
.productViewer-list-item-title {
  border-top: 2px solid white;
  margin-bottom: 0;
  padding-top: 1rem;
}

.productViewer-list-item-button {
  position: relative;
  background: transparent;
  border: 0;
}
.productViewer-list-item-button span {
  font-weight: normal;
  text-transform: none;
}

.productViewer-list-item-image {
  display: block;
  margin: 0 auto;
  max-width: 5rem;
  max-height: 12rem;
  width: 100%;
}

.productViewer-list-item-roundel {
  width: 50px;
  height: 50px;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  border: 2px solid #f2f3f4;
  background-color: #282C36;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
}

.productViewer-logo {
  margin-top: 2rem;
  max-height: 2rem;
  display: block;
}
@media (min-width: 1088px) {
  .productViewer-logo {
    width: 100%;
  }
}

.productViewer-app .siteHero {
  min-height: 0;
  padding: 1rem;
}
.productViewer-app .siteHero-image {
  max-width: 27.5rem;
  transform: translateY(4rem);
}

.wedge {
  margin: 1em -100%;
  margin: 1em calc(50% - 50vw);
  padding-bottom: 1rem;
}
.wedge .button-wrapper {
  padding: 1rem 0 0 0;
}
.wedge .button-wrapper .button:first-child {
  margin-left: 0;
}
.wedge .button-wrapper .button:last-child {
  margin-right: 0;
}
.wedge .button-wrapper .button {
  max-width: none;
  width: auto;
  flex: 1;
  background-color: transparent;
}
@media (min-width: 1088px) {
  .wedge .button-wrapper .button {
    font-size: 13px;
  }
}
.wedge .button-wrapper .button:hover {
  background-color: rgba(180, 180, 180, 0.1);
}

.modelView-header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
}
@media screen and (min-width: 42em) {
  .modelView-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

.modelView-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 42em) {
  .modelView-content {
    flex-direction: row;
  }
}

.modelView-content dl {
  padding: 1rem 0;
}

.modelView-header-title,
.modelView-header-price {
  margin: 0;
}

.modelView-header-price small {
  font-size: 0.5em;
}

.modelView-header-tag {
  font-family: "acumin-pro", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  display: block;
}

.modelView-image-wrapper {
  display: flex;
  margin: 0 auto;
  width: 33.3%;
  padding: 1rem;
  position: relative;
}

.modelView-image {
  width: 10rem;
  height: auto;
  margin: 0 auto;
  align-self: center;
  justify-self: center;
}
@media screen and (min-width: 42em) {
  .modelView-image {
    align-self: flex-start;
  }
}

.modelView-image--cursor {
  cursor: pointer;
}

.modelView-footer.small-print {
  font-size: 12px;
  line-height: 1rem;
}

.modelView-button {
  position: fixed;
  left: 1rem;
  top: 1rem;
  transform: translateY(0%) rotate(180deg);
  background: url("./_/images/link-arrow.svg") no-repeat;
  background-size: cover;
  background-color: #9f1620;
  background-position: 50%;
  background-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 68em) {
  .modelView-button {
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
  }
}

.bg-brand .wedge p, .bg-brand .wedge span, .bg-brand .wedge div, .bg-brand .wedge strong, .bg-brand .wedge em, .bg-brand .wedge a,
.bg-brand .wedge h1, .bg-brand .wedge h2, .bg-brand .wedge h3, .bg-brand .wedge h4, .bg-brand .wedge h5, .bg-brand .wedge h6, .bg-brand .wedge button {
  color: #45484c;
}
.bg-brand .wedge a {
  border: 1px solid #1f2930;
}

.modal-wrapper {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1500000;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: scroll;
  background: rgba(255, 255, 255, 0.4);
  padding: 2rem;
}

.modal {
  width: 40em;
  max-width: 100%;
  background-color: white;
}
.modal:focus {
  outline: none;
}

.modal-header {
  background-color: #282c31;
  padding: 1rem;
}
.modal-header h2 {
  color: white;
}

.modal-content {
  padding: 1rem;
  position: relative;
}

.modal-iframe {
  position: relative;
}
.modal-iframe::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2719812427%;
}
.modal-iframe > iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-0 {
  padding: 0 !important;
}

#range-cards-slider {
  overflow-x: scroll;
  flex-wrap: nowrap;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none; /* for Internet Explorer, Edge */
  scrollbar-width: none; /* for Firefox */
}
#range-cards-slider::-webkit-scrollbar {
  display: none; /* for Chrome, Safari, and Opera */
}
#range-cards-slider .keen-slider__slide .overlay {
  transition: opacity 0.25s, background-color 0.25s;
}
#range-cards-slider .keen-slider__slide .text-overlay {
  transition: scale 0.25s, margin-bottom 0.25s ease-in-out, margin-bottom 0.25s ease;
}
#range-cards-slider .keen-slider__slide:hover .overlay {
  background-color: black;
  opacity: 30%;
}
#range-cards-slider .keen-slider__slide:hover img.scale-up {
  scale: 1.7;
}
#range-cards-slider .keen-slider__slide:hover .text-overlay {
  margin-bottom: 5rem;
}
#range-cards-slider a {
  color: white;
  justify-content: center;
  height: 100%;
  align-items: end;
}
#range-cards-slider a:hover {
  text-decoration: none;
}
#range-cards-slider p {
  font-size: 20px;
  font-weight: 700;
}
#range-cards-slider .keen-slider__slide {
  min-height: 350px !important;
  max-height: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important;
  scroll-snap-align: start;
}
#range-cards-slider .keen-slider__image {
  min-height: 350px;
  object-fit: cover;
}

/* Helpers */
.d-flex {
  display: flex;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

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

.alternatingContent-wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

@media screen and (min-width: 42em) {
  .alternatingContent {
    display: flex;
    overflow: hidden;
    min-height: 35rem;
  }
}

.flexible-layout.alternatingContent:nth-child(1) {
  margin-top: 1rem;
}
.flexible-layout.alternatingContent:not(:nth-child(1)) {
  margin-top: 2rem;
}

.alternatingContent:not(.flexible-layout) {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media screen and (min-width: 42em) {
  .alternatingContent:not(.flexible-layout):nth-child(2n) {
    flex-direction: row-reverse;
  }
}

.alternatingContent-image {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 15rem;
}
@media screen and (min-width: 42em) {
  .alternatingContent-image {
    width: 50%;
    height: auto;
  }
}
@media screen and (min-width: 68em) {
  .alternatingContent-image {
    width: calc(50% + 2rem);
    height: auto;
  }
}

.alternatingContent-image-side {
  display: none;
}
@media screen and (min-width: 68em) {
  .alternatingContent-image-side {
    display: block;
    width: 5rem;
    height: auto;
    object-fit: cover;
    object-position: right;
  }
}

@media screen and (min-width: 42em) {
  .alternatingContent:nth-child(2n) .alternatingContent-image-side {
    object-position: left;
  }
}

.alternatingContent-inner-wrapper {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1rem;
  flex: 1;
  align-items: center;
}
@media screen and (min-width: 42em) {
  .alternatingContent-inner-wrapper {
    padding: 2rem;
  }
}

.alternatingContent-label {
  font-weight: 400;
  text-transform: uppercase;
}

.alternatingContent .button {
  max-width: none;
  width: 100%;
  margin: 0.25rem 0;
}

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

.alternatingContent-logo {
  display: inline-block;
  max-width: 10rem;
  margin: 0.5rem 0;
}

.specificationHighlights-wrapper {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

.specificationHighlights {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  margin: 1rem 0;
}
@media screen and (min-width: 68em) {
  .specificationHighlights {
    flex-direction: row;
  }
}

.specificationHighlights-content {
  flex: 1;
  padding: 1.5rem;
}
@media (min-width: 1088px) {
  .specificationHighlights-content {
    padding: 2.5rem;
  }
}

@media screen and (min-width: 68em) {
  .specificationHighlights-image-wrapper {
    max-width: calc(40% - 2rem);
  }
}

.specificationHighlights-image {
  display: block;
  height: 15rem;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 68em) {
  .specificationHighlights-image {
    width: 100%;
    height: 100%;
  }
}

.specificationHighlights-label {
  text-transform: uppercase;
}

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

.promotion img.desktop {
  object-fit: contain;
}
@media (min-width: 600px) {
  .promotion img.desktop {
    max-height: 138px;
  }
}
@media (min-width: 768px) {
  .promotion img.desktop {
    max-height: 176px;
  }
}
@media (min-width: 1024px) {
  .promotion img.desktop {
    max-height: 235px;
  }
}
@media (min-width: 1527px) {
  .promotion img.desktop {
    max-height: 286px;
  }
}

.promotion img.mobile {
  width: 100%;
  height: 100%;
}

.stepChooser-list,
.optionChooser-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.stepChooser-list {
  margin: 0 -0.5rem;
}
@media screen and (min-width: 42em) {
  .stepChooser-list {
    margin: 0 -1rem;
  }
}

.optionChooser-list {
  flex-direction: column;
}
@media screen and (min-width: 68em) {
  .optionChooser-list {
    flex-direction: row;
  }
}

.stepChooser-list-item label,
.optionChooser-list-item label {
  font-family: "Benton Sans Wd Bla", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.optionChooser-list-item {
  flex: 1;
}

.stepChooser-list-item input[type=radio],
.optionChooser-list-item input[type=radio] {
  display: none;
}

.stepChooser-list-item {
  width: 50%;
  padding: 0.5rem;
}
@media screen and (min-width: 42em) {
  .stepChooser-list-item {
    padding: 1rem;
    width: 25%;
  }
}
@media screen and (min-width: 68em) {
  .stepChooser-list-item {
    width: 25%;
  }
}

.stepChooser-list-item-content,
.optionChooser-list-item-content {
  background-color: white;
  margin-top: 0.25rem;
}
@media screen and (min-width: 68em) {
  .stepChooser-list-item-content,
.optionChooser-list-item-content {
    padding: 1rem;
  }
}

@media screen and (min-width: 68em) {
  .optionChooser-list-item-content {
    border-right: 1px solid #f2f3f4;
  }
}

@media screen and (min-width: 68em) {
  .optionChooser-list-item:last-of-type .optionChooser-list-item-content {
    border-right: 0;
  }
}

.stepChooser-list-item-image-wrapper,
.optionChooser-list-item-image-wrapper {
  display: flex;
  padding: 1rem;
  justify-content: center;
}
@media screen and (min-width: 68em) {
  .stepChooser-list-item-image-wrapper,
.optionChooser-list-item-image-wrapper {
    margin-bottom: 1rem;
    height: 12.5rem;
  }
}
.stepChooser-list-item-image-wrapper img,
.optionChooser-list-item-image-wrapper img {
  max-width: 100px;
}

.optionChooser-list-item-image-wrapper {
  display: none;
}
@media screen and (min-width: 68em) {
  .optionChooser-list-item-image-wrapper {
    display: flex;
  }
}

.optionChooser-list-item.range img {
  max-width: 10rem;
  filter: brightness(0.8);
}

.stepChooser-list-item-image-wrapper {
  background-color: #ccc;
}

.stepChooser-list-item-image,
.optionChooser-list-item-image {
  align-self: center;
}

.stepChooser-list-item .button {
  max-width: none;
  margin: 0;
  padding: 1rem 0.5rem;
  background-color: #ccc;
  text-align: center;
}
@media screen and (min-width: 68em) {
  .stepChooser-list-item .button {
    padding: 0.5rem 3rem 0.5rem 0.75rem;
    text-align: left;
  }
}
.stepChooser-list-item .button:after {
  display: none;
}
@media screen and (min-width: 68em) {
  .stepChooser-list-item .button:after {
    display: block;
    background-color: #d9d9d9;
  }
}

.stepChooser-list-item input[type=radio]:checked + label .stepChooser-list-item-image-wrapper {
  background-color: #282c31;
}
.stepChooser-list-item input[type=radio]:checked + label .button {
  background-color: transparent;
}
.stepChooser-list-item input[type=radio]:checked + label .button:after {
  background-color: transparent;
}

.optionChooser-list-item .button {
  background-color: transparent;
  padding: 1rem;
  margin: 0;
  color: #282c31;
  max-width: none;
  text-align: center;
}
@media screen and (min-width: 68em) {
  .optionChooser-list-item .button {
    padding: 0.5rem;
  }
}
.optionChooser-list-item .button:after {
  display: none;
}

.optionChooser-list-item input[type=radio]:checked + label .optionChooser-list-item .button {
  color: #282c31;
}
.optionChooser-list-item input[type=radio]:checked + label .optionChooser-list-item-content {
  background-color: #9f1620;
  background-color: white;
  box-shadow: inset 0 0 0 0.25rem #9f1620;
}
@media screen and (min-width: 68em) {
  .optionChooser-list-item input[type=radio]:checked + label .optionChooser-list-item-content {
    box-shadow: inset 0 -1rem #9f1620;
  }
}

.optionChooser-list-item.range input[type=radio]:checked + label .optionChooser-list-item-image {
  filter: brightness(0.15);
}

.selectGroup {
  margin-bottom: 1rem;
}

select {
  display: block;
  padding: 0.5rem 1.5rem 0.5rem 0.75rem;
  width: 100%;
  max-width: 100%;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("./_/images/dropdown-arrow-dark.svg"), linear-gradient(to bottom, #ffffff 0%, #f2f3f4 100%);
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.5rem top 50%, 0 0;
  background-size: 2rem auto, 100%;
}

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

/* Set options to normal weight */
select option {
  font-weight: normal;
  color: #282c31;
}

/* Disabled styles */
select:disabled, .select[aria-disabled=true] {
  color: #ccc;
}

select:disabled:hover, .select[aria-disabled=true] {
  border-color: #ccc;
}

.svgMap {
  display: block;
  margin: 0 auto;
  max-width: 40rem;
  width: 100%;
}

.countryGroup:hover {
  cursor: pointer;
}

.countryGroup.is-active path,
.countryGroup.is-active polygon,
.countryGroup.is-active .countryLabel-line,
.countryGroup:hover path,
.countryGroup:hover polygon,
.countryGroup:hover .countryLabel-line {
  fill: #9f1620;
}

.googleMap {
  margin: 1rem 0;
}

.googleMap-infoWindow-actions {
  margin-top: 0.5rem;
}

.googleMap-infoWindow-actions .button {
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.dropdownTab-wrapper {
  padding: 1rem 0;
}

.dropdownTab {
  margin-bottom: 0.5rem;
}

.dropdownTab-button {
  position: relative;
  background-color: white;
  display: block;
  width: 100%;
  padding: 1rem 5rem 1rem 1rem;
  text-align: left;
  border: 0;
}
.dropdownTab-button:after {
  content: "";
  background-image: url("./_/images/dropdown-arrow.svg");
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  transform-origin: 50%;
  transform: translate(0%, -50%);
  top: 50%;
  position: absolute;
  right: 1rem;
}
.dropdownTab-button:hover {
  background-color: #eee;
}

.dropdownTab-button.is-active:after {
  transform: rotate(180deg) translate(0%, 50%);
}

.dropdownTab-content {
  display: none;
  padding: 1rem;
}

.dropdownTab-content.is-active {
  display: block;
}
.dropdownTab-content.is-active tr, .dropdownTab-content.is-active td {
  background-color: transparent;
}

.dropdownTab-columns.is-active {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 42em) {
  .dropdownTab-columns.is-active {
    flex-direction: row;
  }
}

@media screen and (min-width: 42em) {
  .dropdownTab-content-specs {
    max-width: 35%;
    width: 100%;
  }
  .dropdownTab-content-specs strong {
    display: inline-block;
    width: 6rem;
  }
  .dropdownTab-content-description {
    padding-left: 1rem;
  }
}
.dropdownTab-title {
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 42em) {
  .dropdownTab-title {
    display: inline;
  }
}

@media screen and (min-width: 42em) {
  .dropdownTab-subtitle {
    font-size: 1.35rem;
  }
}

.dropdownTab-download-wrapper .dropdownTab-content.is-active {
  display: flex;
  flex-wrap: wrap;
}

.dropdownTab-download-wrapper .dropdownTab-content .button {
  margin: 0.5rem;
}

.tabModule {
  margin: 2rem 0;
}

.tabModule-button-wrapper {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media screen and (min-width: 42em) {
  .tabModule-button-wrapper {
    flex-direction: row;
  }
}

.tabModule-button {
  position: relative;
  flex: 1;
  background-color: #282c31;
  color: white;
  padding: 0.5rem;
  text-transform: uppercase;
  font-family: "Benton Sans Wd Bla", sans-serif;
  margin: 0.5rem;
}

.tabModule-button[aria-selected=true] {
  background-color: #9f1620;
}
@media screen and (min-width: 42em) {
  .tabModule-button[aria-selected=true]:after {
    content: "";
    background-color: #9f1620;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    z-index: -1;
    bottom: -0.5rem;
    width: 1rem;
    height: 1rem;
  }
}

.tabPanel {
  display: flex;
}

.tabPanel-inner {
  display: flex;
  flex: 1;
}

.tabPanel-map {
  display: none;
}

.tabPanel-content {
  width: 100%;
}

@media screen and (min-width: 42em) {
  .tabPanel-content {
    width: 33.3%;
    padding-right: 0.5rem;
  }
  .tabPanel-map {
    display: block;
    width: 66%;
    padding: 2rem;
  }
}
.range-features .tabModule-button-wrapper {
  flex-direction: row;
}

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

.newsletterModule {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 80rem;
  margin: 0 auto;
}
@media screen and (min-width: 68em) {
  .newsletterModule {
    flex-direction: row;
  }
}

.newsletterModule-button-wrapper {
  padding: 1rem;
  flex: 1;
}
@media screen and (min-width: 68em) {
  .newsletterModule-button-wrapper {
    padding: 0 1rem 3rem;
  }
}

.newsletterModule-button {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
  background-color: #9f1620;
  border-radius: 4rem 0 0 4rem;
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Benton Sans Wd Bla", sans-serif;
  width: 100%;
  padding: 0;
}
.newsletterModule-button:after {
  content: "";
  position: absolute;
  background: url("./_/images/link-arrow-white.svg") no-repeat;
  background-size: 0.5;
  background-position: 50%;
  border: 1px solid white;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background-color: #9f1620;
  width: 2rem;
  height: 2rem;
}
.newsletterModule-button:hover {
  text-decoration: none;
}
.newsletterModule-button:hover:after {
  background-color: rgba(255, 255, 255, 0.5);
}

.newsletterModule-image {
  max-width: 4.25rem;
  width: 100%;
  height: auto;
}

.newsletterModule-content {
  padding: 0.75rem 1rem;
}

.newsletterModule-button span {
  font-size: 0.75em;
  display: block;
  font-family: "acumin-pro", sans-serif;
}

.newsletterModal-wrapper {
  display: none;
  background-color: rgba(40, 44, 49, 0.75);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.newsletterModal-wrapper.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletterModal {
  position: relative;
  background-color: white;
  width: 25rem;
  height: auto;
}

.newsletterModal-inner {
  text-align: center;
  padding: 2.5rem;
  max-height: 90vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.newsletterModal-inner::-webkit-scrollbar {
  display: none;
}

.newsletterModal-title span {
  display: block;
  font-size: 0.5em;
}

.newsletterModal form {
  text-align: left;
}

.newsletterModal label {
  display: block;
  margin-top: 0.25rem;
}

.newsletterModal input {
  width: 100%;
}

.newsletterModal button[type=submit] {
  display: block;
  background-color: transparent;
  color: #282c31;
  border: 1px solid #282c31;
  font-weight: normal;
  margin: 1rem 0 0 0;
  max-width: 100%;
}

.newsletterModal small {
  display: block;
  text-align: center;
  margin-top: 1rem;
}

.newsletterModal-button-close {
  color: white;
  position: absolute;
  background-color: #282c31;
  top: 0;
  right: 0;
  padding: 0;
}
.newsletterModal-button-close svg {
  display: block;
  width: 2rem;
  height: 2rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  padding: 1rem;
}
@media (min-width: 768px) {
  .modal__overlay {
    padding: 2rem;
  }
}

.modal__container {
  background-color: #fff;
  padding: 40px;
  width: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .modal__container {
    width: 80%;
  }
}

.modal--popup .modal__container {
  padding: 0;
}

.modal--popup .modal__container img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

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

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal--popup .modal__close {
  padding-left: 0.5rem;
  padding-top: 0.25rem;
  vertical-align: middle;
  line-height: 1;
}

.modal--popup .modal__close::before {
  content: "";
  display: none;
}

.modal--popup .modal__close svg {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  position: relative;
  top: -2px;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal--popup .modal__footer {
  padding: 1rem 2rem 1.5rem 2rem;
}

.modal--popup .modal__footer .button {
  width: 100%;
  max-width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.video-container {
  padding-bottom: 32px;
}

.wp-video, video.wp-video-shortcode, .mejs-container, .mejs-overlay.load {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container {
  padding-top: 56.25%;
}

.wp-video, video.wp-video-shortcode {
  max-width: 100% !important;
}

video.wp-video-shortcode {
  position: relative;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mejs-controls {
  display: none;
}

.mejs-overlay-play {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
}

@media (max-width: 899px) {
  .c-video-player {
    width: 100vw;
    height: 700px;
  }
}
.blocks {
  padding-bottom: 2rem !important;
}

.bg-brand p, .bg-brand span, .bg-brand li, .bg-brand strong, .bg-brand em, .bg-brand b, .bg-brand a,
.bg-brand h1, .bg-brand h2, .bg-brand h3, .bg-brand h4, .bg-brand h5, .bg-brand h6 {
  color: white;
}
.bg-brand li::before {
  color: white;
}
.bg-brand a {
  border-color: white;
}
.bg-brand a:after {
  background: url("./_/images/link-arrow-white.svg") no-repeat;
  background-position: 50%;
}

.wedge a.button:after {
  background: url("./_/images/link-arrow.svg") no-repeat;
  background-position: 50%;
}

.model-selection-block .o-grid {
  row-gap: 2rem;
}

.range-strip-block .range-strip-row {
  align-items: center;
  display: grid;
  grid-template-columns: 100% 100;
  margin: 1.5rem 0;
  padding: 1rem;
}
@media screen and (min-width: 42em) {
  .range-strip-block .range-strip-row {
    grid-template-columns: 50% 50%;
    grid-gap: 0.5rem;
  }
}
@media screen and (min-width: 68em) {
  .range-strip-block .range-strip-row {
    grid-template-columns: 75% 25%;
  }
}
.range-strip-block .range-strip-row .range-strip-left-column {
  text-align: center;
}
@media screen and (min-width: 42em) {
  .range-strip-block .range-strip-row .range-strip-left-column {
    text-align: initial;
  }
}
.range-strip-block .range-strip-row .range-strip-right-column {
  padding: 0.5rem;
  text-align: center;
}
@media screen and (min-width: 42em) {
  .range-strip-block .range-strip-row .range-strip-right-column {
    text-align: right;
  }
}

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

main {
  position: relative;
  z-index: 0;
}

.siteContent {
  padding: 1rem 1rem 0;
  max-width: 80rem;
  margin: 0 auto;
}

.siteContent-columns {
  display: flex;
  flex-wrap: wrap;
}

.siteContent-column {
  flex-basis: 100%;
}

.siteContent-column-3\/4 {
  flex-basis: 100%;
}

.siteContent-column-1\/4 {
  flex-basis: 100%;
}

@media screen and (min-width: 28em) {
  .siteContent-column {
    flex-basis: 50%;
  }
  .siteContent-column:nth-child(1) {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 68em) {
  .siteContent-column {
    flex-basis: 25%;
    padding: 0 2rem;
    margin: 0 -1rem;
  }
  .siteContent-column-3\/4 {
    flex-basis: 75%;
    padding: 0 2rem;
    margin: 0 -1rem;
  }
  .siteContent-column-1\/4 {
    flex-basis: 25%;
    padding: 0 2rem;
    margin: 0 -1rem;
  }
  .siteContent-column:nth-child(1) {
    flex-basis: 50%;
  }
}
.reactApp {
  animation: fadeIn 1s ease;
  animation-fill-mode: forwards;
}

/* Helpers */
.align-items-center {
  align-items: center;
}

.bg-brand {
  background-color: #9f1620;
}

.bg-grey-dark {
  background-color: #282c31;
}

.bg-grey-med {
  background-color: #45484c;
}

.bg-grey-light {
  background-color: #f2f3f4;
}

.border-black {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.border-top-0 {
  border-top: 0;
}

.border-collapse {
  border-collapse: collapse;
}

.border-bottom-0 {
  border-bottom: 0;
}

.border-bottom-1 {
  border-bottom: 1rem solid #9f1620;
}

.box-shadow {
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
}

.breakout {
  margin: 1em -100%; /* old browsers fallback */
  margin: 1em calc(50% - 50vw);
}

.d-contents {
  display: contents;
}

.d-flex {
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline-block {
  display: inline-block;
}

.d-none {
  display: none;
}

.flex-1 {
  flex: 1;
}

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

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.font-bold {
  font-weight: 700;
}

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

.font-body {
  font-family: "acumin-pro", sans-serif;
}

.font-heading {
  font-family: "Benton Sans Wd Bla", sans-serif;
}

.f2rem {
  font-size: 2rem;
}

.f3rem {
  font-size: 3rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.h1 {
  font-size: 3rem;
}

.h2 {
  font-size: 2rem;
}

.h3 {
  font-size: 1.5rem;
}

.h-1 {
  height: 1rem;
}

.h-100 {
  height: 100%;
}

.hover-scale {
  transition: scale 0.25s ease;
}
.hover-scale:hover {
  scale: 98% !important;
}

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

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: end;
}

.keen-hover-scale {
  transition: scale 0.25s ease;
}
.keen-hover-scale:hover {
  scale: 97% !important;
}

.list-style-none {
  list-style: none;
}

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

.m-auto {
  margin: 0 auto;
}

.min-h-220 {
  min-height: 220px;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.ml-2 {
  margin-left: 2rem !important;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.object-fit-contain {
  object-fit: contain;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-2 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.position-fixed {
  position: fixed;
}

.rounded-circle {
  border-radius: 50%;
}

.scale-up {
  scale: 1.5;
}

.scale-down {
  scale: 0.5;
}

.text-white {
  color: white;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

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

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

.z-index-2 {
  z-index: 2;
}

@media (max-width: 1087px) {
  .hide-tablet-downwards {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-tablet-upwards {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mobile-only {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1087px) {
  .hide-tablet-only {
    display: none;
  }
}

@media (min-width: 1088px) {
  .hide-desktop-only {
    display: none;
  }
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.color-gray {
  color: #282c31 !important;
}

.center {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.display-none {
  display: none;
}

.dumb-link {
  user-select: none;
  pointer-events: none;
}

.line-height-initial {
  line-height: initial;
}

.table-collapse {
  border-collapse: collapse;
}

.is-bold {
  font-weight: 700 !important;
}

.is-italic {
  font-style: italic !important;
}

.is-not-so-large-text {
  font-size: 24px !important;
}

.justify-content-left {
  justify-content: left !important;
}

.justify-content-center {
  justify-content: center !important;
}

.no-margins {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.no-pointer-events {
  pointer-events: none;
}

@media screen and (min-width: 42em) {
  .grid-template-columns-1 {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .grid-template-columns-2 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .grid-template-columns-3 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
.mt-200 {
  margin-top: 200px;
}

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

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.min-width-100 {
  min-width: 100%;
}

.no-text-shadow {
  text-shadow: none !important;
}

.no-text-underline\:hover:hover {
  text-decoration: none;
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.left-50 {
  left: 50%;
}

.left-min-50 {
  left: -50%;
}

.small-print,
.small-print p {
  font-size: 14px;
  line-height: 1.25rem;
}

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

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

.text-right {
  text-align: right;
}

.text-upper {
  text-transform: uppercase;
}

.text-lower {
  text-transform: lowercase;
}

.vertical-middle {
  vertical-align: middle;
}

.width-auto {
  width: auto !important;
}

.o-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-gap: 4rem;
}

@media (min-width: 600px) {
  .o-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .o-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.o-grid-item {
  background-color: white;
  padding: 1rem;
}

.o-grid-item-centered {
  text-align: center;
}

.o-grid-item-image {
  max-height: 200px;
  object-fit: contain;
}

.o-grid-item-content {
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 599px) {
  .o-grid-item-content {
    max-width: 100%;
  }
}
.o-grid-item-content button {
  max-width: 100%;
}

.row {
  flex-direction: row;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .gap-md-2 {
    gap: 2rem;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .mt-md-2 {
    margin-top: 2rem;
  }
}

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