/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??clonedRuleSet-2.use[1]!./node_modules/sass-loader/dist/cjs.js!./dev/nexustheme.scss ***!
  \**************************************************************************************************************************************/
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  margin-top: var(--bs-gutter-y);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .row > * {
    width: 100%;
  }
}

.zonebottom [role=row-section] > .row,
.zonebottom [role=row-section] [role=row-wrapper] > .row,
.catalog-grid [role=row-section] > .row,
.catalog-grid [role=row-section] [role=row-wrapper] > .row,
.page-content [role=row-section] > .row,
.page-content [role=row-section] [role=row-wrapper] > .row,
.zonetop [role=row-section] > .row,
.zonetop [role=row-section] [role=row-wrapper] > .row {
  --bs-gutter-y: calc(100px / 4);
}

img {
  image-rendering: optimize-contrast;
}

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

.flex-custom--center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-custom {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-custom li {
  margin: 0;
  padding: 0;
}

.ex-loggedout .logged-out-hide,
.ex-loggedin .logged-in-hide {
  display: none !important;
}

.catalog-grid .container {
  padding: 0 15px;
}

.container .container {
  padding: 0;
  width: auto;
}

.visually-hidden {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  white-space: nowrap;
}

.g-recaptcha {
  max-width: 304px;
  width: 100%;
  overflow: hidden;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha iframe {
  width: 100% !important;
}

.var-content:empty {
  display: none;
}
.var-content:not(:empty) + .var-default {
  display: none;
}

@media (min-width: 768px) {
  .dashboard-sortable {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}
.form-group label {
  display: block;
  color: var(--theme-label-color, var(--theme-colour-darkgrey, #313131));
  font-weight: 500;
}
.form-group input[type=text],
.form-group input[type=email],
.form-group input[type=date],
.form-group input[type=password],
.form-group input[type=number],
.form-group input[type=tel],
.form-group textarea {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #313131));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f4f4f4));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f4f4f4));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
}
.form-group input[type=text]:hover, .form-group input[type=text]:focus,
.form-group input[type=email]:hover,
.form-group input[type=email]:focus,
.form-group input[type=date]:hover,
.form-group input[type=date]:focus,
.form-group input[type=password]:hover,
.form-group input[type=password]:focus,
.form-group input[type=number]:hover,
.form-group input[type=number]:focus,
.form-group input[type=tel]:hover,
.form-group input[type=tel]:focus,
.form-group textarea:hover,
.form-group textarea:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
}
.form-group input[type=text]::placeholder,
.form-group input[type=email]::placeholder,
.form-group input[type=date]::placeholder,
.form-group input[type=password]::placeholder,
.form-group input[type=number]::placeholder,
.form-group input[type=tel]::placeholder,
.form-group textarea::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #313131));
  opacity: 1;
}
.form-group select {
  color: var(--theme-input-color, var(--theme-colour-darkgrey, #313131));
  font-size: var(--theme-input-font-size, 16px);
  line-height: var(--theme-input-font-size, 16px);
  background-color: var(--theme-input-bg, var(--theme-colour-lightgrey, #f4f4f4));
  border: var(--theme-input-border, 1px solid var(--theme-colour-lightgrey, #f4f4f4));
  border-radius: var(--theme-input-border-radius, 16px);
  padding: var(--theme-input-padding, 6px 16px);
  outline: none;
  width: 100%;
  padding: var(--theme-select-padding, 6px 16px);
  appearance: none;
}
.form-group select:hover, .form-group select:focus {
  border: var(--theme-input-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
}
.form-group select::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-colour-darkgrey, #313131));
  opacity: 1;
}
.form-group:has(select) {
  position: relative;
}
.form-group:has(select)::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 78%;
  right: 20px;
  transform: translateY(-78%);
  pointer-events: none;
}
.form-group:has(select):has(.select2) {
  margin-bottom: 15px;
}
.form-group:has(select):has(.select2)::after {
  display: none;
}

.text-color {
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #313131)) !important;
}

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

.text-primary {
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b)) !important;
}

.text-secondary {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)) !important;
}

.text-tertiary {
  color: var(--theme-brand-tertiary, var(--theme-colour-lightblue, #f2f6fa)) !important;
}

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

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}

.bg-secondary {
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}

.bg-tertiary {
  background: var(--theme-brand-tertiary, var(--theme-colour-lightblue, #f2f6fa));
}

.bg-lightblue {
  background: var(--theme-colour-lightblue, #f2f6fa);
}

.btn-custom.primary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-btn-border-radius, 30px);
  padding: var(--theme-btn-padding, 14px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn-custom.primary:hover, .btn-custom.primary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.btn-custom.primary:hover::after, .btn-custom.primary:focus-visible::after {
  filter: invert(1);
}
.btn-custom.primary:focus {
  outline: none;
}
.btn-custom.primary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.primary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.primary.btn-right-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M15.413 6.607 12.833 4a.666.666 0 1 0-.946.94l2.373 2.393H.667A.667.667 0 0 0 0 8a.667.667 0 0 0 .667.667H14.3l-2.413 2.406a.668.668 0 0 0 .473 1.144.668.668 0 0 0 .473-.197l2.58-2.587a2 2 0 0 0 0-2.826Z'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.btn-custom.primary.btn-right-icon:hover::after, .btn-custom.primary.btn-right-icon:focus-visible::after {
  filter: invert(1);
}
.btn-custom.primary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.primary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.primary.action-link {
  text-align: center;
}
.btn-custom.primary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}

.btn-custom.secondary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-btn-border-radius, 30px);
  padding: var(--theme-btn-padding, 14px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-secondary-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.btn-custom.secondary:hover::after, .btn-custom.secondary:focus-visible::after {
  filter: invert(1);
}
.btn-custom.secondary:focus {
  outline: none;
}
.btn-custom.secondary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.secondary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.secondary.btn-right-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M15.413 6.607 12.833 4a.666.666 0 1 0-.946.94l2.373 2.393H.667A.667.667 0 0 0 0 8a.667.667 0 0 0 .667.667H14.3l-2.413 2.406a.668.668 0 0 0 .473 1.144.668.668 0 0 0 .473-.197l2.58-2.587a2 2 0 0 0 0-2.826Z'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.btn-custom.secondary.btn-right-icon:hover::after, .btn-custom.secondary.btn-right-icon:focus-visible::after {
  filter: invert(1);
}
.btn-custom.secondary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.secondary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.secondary.action-link {
  text-align: center;
}
.btn-custom.secondary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.secondary:hover, .btn-custom.secondary:focus-visible {
  color: var(--theme-btn-secondary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-hover-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-secondary-hover-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
}

.btn-custom.tertiary {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-btn-border-radius, 30px);
  padding: var(--theme-btn-padding, 14px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  color: var(--theme-btn-tertiary-color, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  background-color: var(--theme-btn-tertiary-bg, var(--theme-colour-white, #fff));
  border: var(--theme-btn-tertiary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
}
.btn-custom.tertiary:hover, .btn-custom.tertiary:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.btn-custom.tertiary:hover::after, .btn-custom.tertiary:focus-visible::after {
  filter: invert(1);
}
.btn-custom.tertiary:focus {
  outline: none;
}
.btn-custom.tertiary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn-custom.tertiary.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.btn-custom.tertiary.btn-right-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M15.413 6.607 12.833 4a.666.666 0 1 0-.946.94l2.373 2.393H.667A.667.667 0 0 0 0 8a.667.667 0 0 0 .667.667H14.3l-2.413 2.406a.668.668 0 0 0 .473 1.144.668.668 0 0 0 .473-.197l2.58-2.587a2 2 0 0 0 0-2.826Z'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.btn-custom.tertiary.btn-right-icon:hover::after, .btn-custom.tertiary.btn-right-icon:focus-visible::after {
  filter: invert(1);
}
.btn-custom.tertiary.action-icon {
  font-size: 0;
  line-height: 0;
}
.btn-custom.tertiary.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.btn-custom.tertiary.action-link {
  text-align: center;
}
.btn-custom.tertiary.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.btn-custom.tertiary:hover, .btn-custom.tertiary:focus-visible {
  color: var(--theme-btn-tertiary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-tertiary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-tertiary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}

.radio-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #313131);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.radio-group label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-right: 60px;
  gap: 15px;
  color: var(--theme-colour-darkgrey, #313131);
  cursor: pointer;
}
.radio-group label input[type=radio] {
  display: none;
}
.radio-group label input[type=radio] + .custom-radio {
  position: relative;
  width: var(--theme-radio-width, 24px);
  height: var(--theme-radio-height, 24px);
  background-color: var(--theme-radio-bg, var(--theme-colour-lightgrey, #f4f4f4));
  border: var(--theme-radio-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-radio-border-radius, 50%);
  cursor: pointer;
}
.radio-group label input[type=radio] + .custom-radio::after {
  content: "";
  width: var(--theme-radio-checked-width, 14px);
  height: var(--theme-radio-checked-height, 14px);
  background-color: var(--theme-radio-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-radio-checked-border-radius, 50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.2s;
}
.radio-group label input[type=radio]:checked + .custom-radio::after {
  opacity: 1;
}

.checkbox-group p {
  display: block;
  color: var(--theme-colour-darkgrey, #313131);
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.checkbox-group input[type=checkbox] {
  appearance: none;
  width: var(--theme-checkbox-width, 24px);
  height: var(--theme-checkbox-height, 24px);
  border: var(--theme-checkbox-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-checkbox-border-radius, 4px);
  background-color: var(--theme-checkbox-bg, var(--theme-colour-lightgrey, #f4f4f4));
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}
.checkbox-group input[type=checkbox]:checked {
  background-color: var(--theme-checkbox-checked-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-checkbox-checked-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
}
.checkbox-group input[type=checkbox]:checked::after {
  content: "\f00c";
  font-family: FontAwesome;
  color: var(--theme-colour-white, #fff);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.checkbox-group input[type=checkbox]:focus {
  outline: none;
  box-shadow: 0 0 2px 2px rgba(var(--theme-brand-default, var(--theme-colour-blue, #00569b)), 0.5);
}
.checkbox-group .form-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-group label {
  cursor: pointer;
  color: var(--theme-colour-darkgrey, #313131);
  margin: 0 60px 0 0;
  font-weight: 400;
}

.p-default {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(100px / 2);
    padding-bottom: calc(100px / 2);
  }
}

.p-top-default {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(100px / 2);
  }
}

.p-bot-default {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(100px / 2);
  }
}

.m-default {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(100px !important / 2);
    margin-bottom: calc(100px !important / 2);
  }
}

.m-top-default {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(100px !important / 2);
  }
}

.m-bot-default {
  margin-bottom: 100px !important;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(100px !important / 2);
  }
}

.p-half {
  padding-top: calc(100px / 2);
  padding-bottom: calc(100px / 2);
}
@media (max-width: 768px) {
  .p-half {
    padding-top: calc(calc(100px / 2) / 2);
    padding-bottom: calc(calc(100px / 2) / 2);
  }
}

.p-top-half {
  padding-top: calc(100px / 2);
}
@media (max-width: 768px) {
  .p-top-half {
    padding-top: calc(calc(100px / 2) / 2);
  }
}

.p-bot-half {
  padding-bottom: calc(100px / 2);
}
@media (max-width: 768px) {
  .p-bot-half {
    padding-bottom: calc(calc(100px / 2) / 2);
  }
}

.m-half {
  margin-top: calc(100px / 2) !important;
  margin-bottom: calc(100px / 2) !important;
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(100px / 2) !important / 2);
    margin-bottom: calc(calc(100px / 2) !important / 2);
  }
}

.m-top-half {
  margin-top: calc(100px / 2) !important;
}
@media (max-width: 768px) {
  .m-top-half {
    margin-top: calc(calc(100px / 2) !important / 2);
  }
}

.m-bot-half {
  margin-bottom: calc(100px / 2) !important;
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(100px / 2) !important / 2);
  }
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row,
.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row,
.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row,
.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  display: flex;
  flex-wrap: wrap;
}
.zonetop .row-align-items-start > .row > * > *, .zonebottom .row-align-items-start > .row > * > *,
.zonetop .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-start [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-center > .row > * > *,
.zonebottom .row-align-items-center > .row > * > *,
.zonetop .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-center [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-end > .row > * > *,
.zonebottom .row-align-items-end > .row > * > *,
.zonetop .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-end [role=row-wrapper] > .row > * > *,
.zonetop .row-align-items-stretch > .row > * > *,
.zonebottom .row-align-items-stretch > .row > * > *,
.zonetop .row-align-items-stretch [role=row-wrapper] > .row > * > *,
.zonebottom .row-align-items-stretch [role=row-wrapper] > .row > * > * {
  height: 100%;
}

.row-align-items-start > .row,
.row-align-items-start [role=row-wrapper] > .row {
  align-items: flex-start;
}

.row-align-items-center > .row,
.row-align-items-center [role=row-wrapper] > .row {
  align-items: center;
}

.row-align-items-end > .row,
.row-align-items-end [role=row-wrapper] > .row {
  align-items: flex-end;
}

.row-align-items-stretch > .row,
.row-align-items-stretch [role=row-wrapper] > .row {
  align-items: stretch;
}

.r-gx-0 > .row,
.r-gx-0 [role=row-wrapper] > .row {
  --bs-gutter-x: 0 !important;
}

.r-gy-0 > .row,
.r-gy-0 [role=row-wrapper] > .row {
  --bs-gutter-y: 0 !important;
}

.bg-parallax {
  background-attachment: fixed;
}
.bg-parallax::before {
  background-attachment: fixed;
}

[class*=bg-img] {
  position: relative;
}
[class*=bg-img]::before {
  content: "";
  z-index: -1;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-img1::before {
  background-image: url("https://picsum.photos/1920");
}

[class*=bg-blurred] {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
[class*=bg-blurred]::before {
  filter: blur(5px);
  transform: scale(1.05);
}
[class*=bg-blurred]::after {
  content: "";
  opacity: 0.8;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-blurred2::after {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}

@media only screen and (max-width: 991px) {
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-sm > div {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .flex-col-xs {
    flex-direction: column;
  }
  .flex-col-xs > div {
    width: 100%;
  }
  .p-top-default {
    padding-top: calc(100px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(100px / 2);
  }
  .m-top-default {
    margin-top: calc(100px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(100px / 2);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* stylelint-disable max-nesting-depth */
/* stylelint-disable no-duplicate-selectors */
header .header-full {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
header .header-full > div {
  padding: 0;
}
header .header-full .vertical-align {
  justify-content: space-between;
}
header .header-full .vertical-align::before, header .header-full .vertical-align::after {
  display: none;
}
header .header-full .vertical-align > div {
  width: auto;
}
header .header-full .headersection-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.header-full .logo img {
  width: 235px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}

.header-full .search_container {
  flex-grow: 1;
  padding: 0 clamp(15px, 5vw, 100px);
}
.header-full .search_container section.search {
  font-size: 0.875em;
  overflow: hidden;
  border-radius: 30px;
}
.header-full .search_container section.search .search-form .form-group input:focus {
  border-color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.header-full .search_container section.search .search-form button[type=submit] {
  width: 68px;
  height: 80px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(21.5deg);
  background-color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
.header-full .search_container section.search .search-form button[type=submit] i {
  transform: rotate(-21.5deg);
  color: var(--theme-colour-white, #fff);
}
.header-full .search_container section.search .search-form button[type=submit] i.fa-search::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0.37 0.92 20.03 19.77'%3E%3Cpath fill='%23fff' d='M9.393.917c4.958 0 9 3.97 9 8.894 0 2.098-.736 4.02-1.962 5.539l3.665 3.616a1 1 0 0 1-1.405 1.424l-3.682-3.633a9.03 9.03 0 0 1-5.616 1.947c-4.958 0-9-3.97-9-8.893 0-4.924 4.042-8.894 9-8.894Zm0 2c-3.878 0-7 3.1-7 6.894s3.122 6.893 7 6.893a7.025 7.025 0 0 0 4.87-1.945 1.003 1.003 0 0 1 .16-.157 6.82 6.82 0 0 0 1.97-4.791c0-3.795-3.121-6.894-7-6.894Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  display: block;
  z-index: 1;
  margin-top: 5px;
}

.toolbar {
  color: var(--theme-colour-white, #fff);
}
.toolbar .account-btn {
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center;
}
.toolbar .account-btn .user-icon {
  padding: 0;
  width: 27px;
  height: 27px;
}
.toolbar .account-btn .user-icon::before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0.27 27 27.03'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M13.5 15.485a7.594 7.594 0 1 0 0-15.188 7.594 7.594 0 0 0 0 15.188Zm-4.994 1.687A8.505 8.505 0 0 0 0 25.678a1.62 1.62 0 0 0 1.619 1.62H25.38A1.62 1.62 0 0 0 27 25.677a8.505 8.505 0 0 0-8.506-8.506H8.506Z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .297h27v27H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  display: block;
}
.toolbar .account-btn > span {
  align-items: flex-start !important;
}
.toolbar .account-btn .line1 {
  font-size: 0;
}
.toolbar .account-btn .line1::before {
  content: "Welcome";
  font-size: 0.75rem;
}
.toolbar .account-btn .line2 {
  display: block !important;
}

.minicart_container .toolbar .cart-btn {
  margin: 0;
}
.minicart_container .toolbar .cart-btn span.overlap {
  height: 22px;
  top: -22px;
}
.minicart_container .toolbar .cart-btn > a.btn {
  padding: 0;
  background: transparent !important;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.minicart_container .toolbar .cart-btn > a.btn:hover {
  background: transparent !important;
}
.minicart_container .toolbar .cart-btn > a.btn a {
  color: var(--theme-colour-white, #fff);
}
.minicart_container .toolbar .cart-btn > a.btn i {
  width: 27px;
  height: 27px;
}
.minicart_container .toolbar .cart-btn > a.btn i::before {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='-0.03 0.78 26.82 24.02'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' d='M0 1.922C0 1.3.502.797 1.125.797h2.133c1.031 0 1.945.6 2.372 1.5h19.265a1.874 1.874 0 0 1 1.81 2.363l-1.922 7.139a3.38 3.38 0 0 1-3.258 2.498H8.002l.253 1.336c.103.53.567.914 1.106.914h13.514c.623 0 1.125.502 1.125 1.125 0 .624-.502 1.125-1.125 1.125H9.361a3.371 3.371 0 0 1-3.314-2.742L3.628 3.352a.373.373 0 0 0-.37-.305H1.125A1.122 1.122 0 0 1 0 1.922Zm6 20.625a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm15.75-2.25a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5Z'%3E%3C/path%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 .797h27v24H0z'%3E%3C/path%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: 27px;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px;
  height: 27px;
  display: block;
}
.minicart_container .toolbar .cart-btn > a.btn .minicart_total {
  color: var(--theme-colour-white, #fff);
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  font-size: 0.875em;
  font-weight: 700;
}
.minicart_container .toolbar .cart-btn > a.btn .minicart_total::before {
  content: "Your Cart";
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
}
.minicart_container .toolbar .cart-btn > a.btn .minicart_count {
  left: 17px;
  top: 0;
  height: 12px;
  width: 17px;
  border-radius: 5px;
  font-size: 9px;
  font-weight: 700;
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}

nav.menu .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
nav.menu .catalog-block {
  border-top: 2px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
nav.menu .cd-dropdown-wrapper {
  background-color: var(--theme-brand-default, var(--theme-colour-blue, #00569b)) !important;
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger {
  color: var(--theme-colour-white, #fff);
  padding: 5px 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 30px;
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:active, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:visited {
  color: var(--theme-colour-white, #fff);
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::after {
  display: none;
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger::before {
  content: "";
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0.58 3.15 19.85 14.88'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 10.595h15m-15-5h15m-15 10h15'%3E%3C/path%3E%3C/svg%3E") no-repeat center center !important;
  background-color: transparent !important;
  background-size: 20px;
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  top: unset;
  right: unset;
  transform: none;
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:hover, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-visible, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-within {
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:hover::after, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:hover::before, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-visible::after, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-visible::before, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-within::after, nav.menu .cd-dropdown-wrapper .cd-dropdown-trigger:focus-within::before {
  background: var(--theme-colour-white, #fff);
}
nav.menu .additional_links {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.menu .additional_links .dropdown-trigger-al {
  margin-top: 0;
}
nav.menu .additional_links .menuitem a {
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  border: 0 !important;
}
nav.menu .additional_links .menuitem a:hover, nav.menu .additional_links .menuitem a:focus-visible {
  color: var(--theme-colour-white, #fff);
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
nav.menu .additional_linkslist {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-left: clamp(20px, 8vw, 150px);
  flex: 1;
}
nav.menu .additional_linkslist li.menuitem {
  padding: 0;
}
nav.menu .additional_linkslist li.menuitem a {
  color: var(--theme-colour-white, #fff);
  padding: 13px 15px;
  display: block;
  font-weight: 700;
  font-size: 1em;
  border: 0 !important;
  border-radius: 30px;
  text-transform: uppercase;
}
nav.menu .additional_linkslist li.menuitem a:hover, nav.menu .additional_linkslist li.menuitem a:focus-visible {
  color: var(--theme-colour-white, #fff);
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}

.splide__arrow {
  background: #fff;
  opacity: 1;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.splide__arrow svg {
  display: none;
}
.splide__arrow::before {
  content: "";
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='3.08 3.08 66.7 66.7'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M36.424 6.712c-16.41 0-29.713 13.303-29.713 29.713S20.014 66.14 36.424 66.14s29.714-13.303 29.714-29.713S52.834 6.712 36.424 6.712ZM26.024 36.425h17.828'%3E%3C/path%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m37.91 45.34 8.914-8.915-8.914-8.914'%3E%3C/path%3E%3C/svg%3E");
  display: block;
  width: 28px;
  height: 28px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.splide__arrow--prev::before {
  transform: rotate(180deg);
}

.nSocial {
  display: flex;
  gap: 10px;
}
.nSocial a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nSocial a:hover, .nSocial a:focus-visible {
  opacity: 0.7;
}
.nSocial i {
  filter: brightness(0) invert(1);
}
.nSocial i::before {
  width: 20px;
  height: 20px;
  display: block;
}
.nSocial .fa-facebook::before {
  content: url("https://us.evocdn.io/dealer/1576/content/media/My_Theme/icons/fb.svg");
}
.nSocial .fa-linkedin::before {
  content: url("https://us.evocdn.io/dealer/1576/content/media/My_Theme/icons/usp-in.svg");
}

/* stylelint-disable no-duplicate-selectors */
footer.footer {
  padding: 0;
  font-size: 1em;
}
footer.footer .footersection-1 {
  padding-top: 100px;
  padding-bottom: 10px;
}
footer.footer .footersection-1 div[role=row-wrapper] > .row {
  gap: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  footer.footer .footersection-1 div[role=row-wrapper] > .row {
    gap: 15px;
  }
}
footer.footer .footersection-1 div[role=row-wrapper] > .row > div {
  width: auto;
}
@media (max-width: 991px) {
  footer.footer .footersection-1 div[role=row-wrapper] > .row > div {
    width: 100%;
  }
}
footer.footer .footersection-1 div[role=row-wrapper] > .row::before, footer.footer .footersection-1 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  footer.footer .footersection-1 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}
footer.footer .footersection-2 .container {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}
footer.footer .footersection-2 .container::before {
  content: "";
  position: absolute;
  height: 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  background-color: var(--theme-colour-lightblue, #f2f6fa);
}
footer.footer .footersection-2 div[role=row-wrapper] > .row {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer.footer .footersection-2 div[role=row-wrapper] > .row > div {
  width: auto;
}
footer.footer .footersection-2 div[role=row-wrapper] > .row::before, footer.footer .footersection-2 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  footer.footer .footersection-2 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}
footer.footer .copyright_container {
  font-size: 0.75em;
  font-weight: 300;
  margin-left: auto;
}
@media (max-width: 991px) {
  footer.footer .copyright_container {
    margin-left: 0;
    text-align: center;
  }
}
footer.footer .contentblock_container {
  font-size: 0.75em;
  padding: 0;
}
footer.footer .contentblock_container p span {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer.footer .contentblock_container p span a {
  text-decoration: underline;
}
footer.footer .contentblock_container p span a:hover, footer.footer .contentblock_container p span a:focus-visible {
  text-decoration: none;
}
footer.footer .dealerdetails_container .logo {
  margin: 0;
  padding: 0;
  border: 0;
}
footer.footer .dealerdetails_container .logo img {
  max-width: 252px;
}
footer.footer .dealerdetails_container .info {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
footer.footer .dealerdetails_container .info p {
  font-weight: 700;
}
footer.footer .nSocial a:hover i::before, footer.footer .nSocial a:focus-visible i::before {
  filter: var(--theme-filter-secondary, brightness(0) saturate(100%) invert(49%) sepia(71%) saturate(1060%) hue-rotate(350deg) brightness(97%) contrast(88%));
}

footer.footer .htmlcontent_container {
  margin-left: auto;
  flex: 1;
  max-width: 320px;
}
@media (max-width: 991px) {
  footer.footer .htmlcontent_container {
    margin-left: 0;
  }
}

footer.footer .quicklinks .title {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--theme-colour-white, #fff);
  margin: 0 0 12px;
}
footer.footer .quicklinks ul {
  font-size: 1em;
}
footer.footer .quicklinks ul li {
  margin: 0 0 15px;
}
footer.footer .quicklinks ul li:last-child {
  margin: 0;
}
footer.footer .quicklinks ul li a {
  width: 100%;
  font-size: 0.875em;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .quicklinks ul li a:hover, footer.footer .quicklinks ul li a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
  text-decoration: underline;
}

@media only screen and (max-width: 991px) {
  footer.footer .foot-menu {
    padding-top: 0;
  }
  footer.footer .foot-menu .title {
    cursor: pointer;
    margin: 0 !important;
    background: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
    padding: 20px;
    color: #fff;
  }
  footer.footer .foot-menu .title::after {
    content: "+";
    float: right;
  }
  footer.footer .foot-menu ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
    padding: 0;
    margin: 0;
  }
  footer.footer .foot-menu ul li {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
  }
  footer.footer .foot-menu ul li a {
    display: block;
    margin: 10px 0;
    padding: 20px;
    border: 1px solid #fff;
    font-size: 16px;
    background: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer.footer .foot-menu.open h4::after {
    content: "-";
  }
  footer.footer .foot-menu.open ul {
    height: auto;
    max-height: 500px;
    transition: max-height 1s ease-in-out !important;
  }
}
.accordion-tab + .accordion-tab {
  border-top: 1px solid var(--theme-text-col, var(--theme-colour-darkgrey, #313131));
  padding-top: 20px;
  margin-top: 25px;
}
.accordion-tab[data-title=""] {
  display: none;
  visibility: hidden;
}
.accordion-title {
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  transition: color 0.35s, margin-bottom 0.35s;
  padding-right: 40px;
  position: relative;
  cursor: pointer;
  user-select: none;
}
.accordion-title::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  top: calc(50% - 6px);
  font-size: 12px;
  right: 10px;
}
.accordion-title.nActive, .accordion-title:hover, .accordion-title:focus {
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.accordion-title.nActive {
  margin-bottom: 25px;
}
.accordion-title.nActive::after {
  content: "\f077";
}
.accordion-title.nActive + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion-panel {
  transition: grid-template-rows 0.35s;
  display: grid;
  grid-template-rows: 0fr;
}
.accordion-panel .inner {
  overflow: hidden;
}

.module-accordion.theme-dark {
  color: #fff;
}
.module-accordion.theme-dark h2,
.module-accordion.theme-dark h3,
.module-accordion.theme-dark p {
  color: #fff;
}
.module-accordion.theme-dark .accordion-tab {
  border-color: #fff;
}

.headersection-3 {
  background: var(--theme-colour-white, #fff);
  border-bottom: 0 !important;
}

.usp-bar {
  padding: 10px 0;
}
.usp-bar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1100px) {
  .usp-bar__list {
    justify-content: center;
  }
}
.usp-bar__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
.usp-bar__item img {
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}

.hero-slider-custom {
  position: relative;
  width: 100%;
  aspect-ratio: 16/4;
  min-height: 530px;
  clip-path: ellipse(150% 100% at 50% 0%);
}
@media only screen and (max-width: 768px) {
  .hero-slider-custom {
    aspect-ratio: 4/3;
    min-height: 400px;
  }
}
.hero-slider-custom .splide,
.hero-slider-custom .splide__track {
  height: 100%;
}
.hero-slider-custom .video-wrapper,
.hero-slider-custom .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider-custom .video-wrapper img,
.hero-slider-custom .video-wrapper video,
.hero-slider-custom .image-wrapper img,
.hero-slider-custom .image-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.hero-slider-custom .video-wrapper::after,
.hero-slider-custom .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 86, 155, 0.35);
}
.hero-slider-custom .details-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}
.hero-slider-custom .details-wrapper .title {
  margin: 0 0 16px;
  color: #fff;
  font-weight: 800;
  font-size: 2.5em;
}
.hero-slider-custom .details-wrapper h3 {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.375em;
  font-family: "Open Sans", sans-serif;
}
.hero-slider-custom .details-wrapper__buttons {
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: clamp(15px, 3vw, 40px);
}
.hero-slider-custom .details-wrapper__buttons a {
  min-width: 250px;
}

.category-boxes-section {
  max-width: 80vw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .category-boxes-section {
    max-width: 95vw;
  }
}
.category-boxes-section--under-hero {
  margin-top: -170px;
}
@media (max-width: 768px) {
  .category-boxes-section--under-hero {
    margin-top: 0;
  }
}
.category-boxes-section .splide__arrow {
  right: -15px;
}
.category-boxes-section .splide__arrow--prev {
  left: -15px;
}

.category-box h3 {
  margin: 0;
  text-align: center;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  font-size: 1.125em;
}
.category-box__image {
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
}
.category-box__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-box__image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, rgba(232, 119, 34, 0.35) 0%, rgba(232, 119, 34, 0.35) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.category-box__image__overlay svg,
.category-box__image__overlay img {
  width: 75px;
  height: 75px;
  filter: invert(1);
}
.category-box:hover .category-box__image__overlay, .category-box:focus-visible .category-box__image__overlay {
  opacity: 1;
}

.banner-boxes__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(15px, 4vw, 60px);
}
.banner-boxes__inner:has(.banner-box + .banner-box) .banner-box__content {
  max-width: 300px;
}
@media (max-width: 768px) {
  .banner-boxes__inner:has(.banner-box + .banner-box) .banner-box__content {
    max-width: 100%;
  }
}

.banner-box {
  flex: 1 1 300px;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 60px 35px;
  min-height: 430px;
}
@media (max-width: 768px) {
  .banner-box {
    padding: 40px 20px;
    min-height: 300px;
  }
}
.banner-box > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.banner-box__content {
  position: relative;
  padding: 28px 40px;
  backdrop-filter: blur(10px);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.5);
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .banner-box__content {
    max-width: none;
  }
}
.banner-box__content h3 {
  margin: 0 0 16px;
}
.banner-box__content p {
  margin: 0 0 24px;
  font-size: 0.875em;
}
.banner-box__content a.btn-custom {
  background-color: transparent;
}

/* stylelint-disable max-nesting-depth */
.merch-carousels__top {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merch-carousels__top h1 {
  margin: 0 0 40px;
  text-align: center;
}
.merch-carousels__nav {
  gap: 20px 10px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .merch-carousels__nav {
    justify-content: center;
  }
}
.merch-carousels__nav button {
  border: 0;
  background: none;
  padding: 12px 32px;
  font-size: 1.25em;
  font-weight: 700;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  transition: all 0.3s ease;
  border-radius: 30px;
}
.merch-carousels__nav button:hover, .merch-carousels__nav button:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
.merch-carousels__nav button.active {
  color: var(--theme-colour-white, #fff);
  background: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
@media (max-width: 768px) {
  .merch-carousels__nav button {
    padding: 10px 20px;
    font-size: 1em;
  }
}
.merch-carousels__sliders {
  min-height: 440px;
  position: relative;
}
.merch-carousels__sliders .splide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.merch-carousels__sliders .splide.active {
  opacity: 1;
  visibility: visible;
}
.merch-carousels__sliders .splide.active .splide__slide {
  opacity: 1;
  visibility: visible;
}

.merch-carousel-style .tileparent {
  height: 100%;
  border: 0;
  padding: 0;
}
.merch-carousel-style .tile {
  height: 100%;
  flex-direction: column;
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 0;
  border: 0;
}
.merch-carousel-style .tile .divquickview,
.merch-carousel-style .tile .brand-label,
.merch-carousel-style .tile .product-stock,
.merch-carousel-style .tile .list-attribute,
.merch-carousel-style .tile .rrp,
.merch-carousel-style .tile .product-category,
.merch-carousel-style .tile .indicators-grid,
.merch-carousel-style .tile .addtoquicklist-wrapper,
.merch-carousel-style .tile .product-compare-action {
  display: none !important;
}
.merch-carousel-style .tile .imgthumbnail {
  height: 250px;
  padding: 15px;
  background: var(--theme-colour-lightgrey, #f4f4f4);
  border-radius: 30px;
  margin-bottom: 10px;
}
.merch-carousel-style .tile .imgthumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
  max-width: none;
  max-height: none;
}
.merch-carousel-style .tile .footer {
  padding: 0;
  min-height: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 0;
}
@media (max-width: 768px) {
  .merch-carousel-style .tile .footer {
    padding: 0;
    border-right: 0;
  }
}
.merch-carousel-style .tile .footer center button {
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-btn-border-radius, 30px);
  padding: var(--theme-btn-padding, 14px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 10px 0 0;
  width: 100%;
}
.merch-carousel-style .tile .footer center button:hover, .merch-carousel-style .tile .footer center button:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.merch-carousel-style .tile .footer center button:hover::after, .merch-carousel-style .tile .footer center button:focus-visible::after {
  filter: invert(1);
}
.merch-carousel-style .tile .footer center button:focus {
  outline: none;
}
.merch-carousel-style .tile .footer center button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.merch-carousel-style .tile .footer center button.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.merch-carousel-style .tile .footer center button.btn-right-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M15.413 6.607 12.833 4a.666.666 0 1 0-.946.94l2.373 2.393H.667A.667.667 0 0 0 0 8a.667.667 0 0 0 .667.667H14.3l-2.413 2.406a.668.668 0 0 0 .473 1.144.668.668 0 0 0 .473-.197l2.58-2.587a2 2 0 0 0 0-2.826Z'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.merch-carousel-style .tile .footer center button.btn-right-icon:hover::after, .merch-carousel-style .tile .footer center button.btn-right-icon:focus-visible::after {
  filter: invert(1);
}
.merch-carousel-style .tile .footer center button.action-icon {
  font-size: 0;
  line-height: 0;
}
.merch-carousel-style .tile .footer center button.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.merch-carousel-style .tile .footer center button.action-link {
  text-align: center;
}
.merch-carousel-style .tile .footer center button.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.merch-carousel-style .tile .footer center button::after {
  display: none;
}
.merch-carousel-style .tile .footer-wrapper {
  padding: 0;
  min-height: 0;
  margin-bottom: auto;
}
.merch-carousel-style .tile .footer-wrapper-description {
  display: flex;
  flex-direction: column;
}
.merch-carousel-style .tile .product-name {
  margin-bottom: 5px;
  height: 48px;
}
.merch-carousel-style .tile .product-name a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-weight: 400;
  color: #3b3b3b;
}
.merch-carousel-style .tile .product-sku {
  color: #b2b2b2;
  margin-bottom: 5px;
  font-size: 0.625em;
}
.merch-carousel-style .tile .product-sku strong {
  font-weight: 400;
}
.merch-carousel-style .tile .price-label {
  font-weight: 700;
  font-size: 1.375em;
}
.merch-carousel-style .tile .uom {
  font-weight: 400;
  margin-bottom: 0 !important;
}
.merch-carousel-style .tile .footer-wrapper-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.merch-carousel-style .tile .buttons.group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding: 0;
}
.merch-carousel-style .tile .buttons.group .qty-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.merch-carousel-style .tile .buttons.group .qty-wrapper input {
  height: 48px;
  width: 35px;
  margin: 0;
  border: 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  font-weight: 600;
}
.merch-carousel-style .tile .buttons.group .qty-wrapper .qty-btn {
  height: 48px;
  border: 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  background: none;
  width: 20px;
  font-size: 1.25em;
  line-height: 1;
  font-family: "Outfit", sans-serif;
}
.merch-carousel-style .tile .buttons.group .qty-wrapper .qty-btn.qty-minus {
  border-right: 0;
  border-radius: 40px 0 0 40px;
}
.merch-carousel-style .tile .buttons.group .qty-wrapper .qty-btn.qty-plus {
  border-left: 0;
  border-radius: 0 40px 40px 0;
}
.merch-carousel-style .tile .buttons.group > button {
  margin: 0;
  max-width: none;
  flex: 1;
  height: 48px;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1em);
  line-height: var(--theme-btn-font-size, 1em);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border: var(--theme-btn-primary-border, 1px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b)));
  border-radius: var(--theme-btn-border-radius, 30px);
  padding: var(--theme-btn-padding, 14px 20px);
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.merch-carousel-style .tile .buttons.group > button:hover, .merch-carousel-style .tile .buttons.group > button:focus-visible {
  color: var(--theme-btn-primary-hover-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-primary-hover-bg, var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
  border: var(--theme-btn-primary-hover-border, 1px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722)));
}
.merch-carousel-style .tile .buttons.group > button:hover::after, .merch-carousel-style .tile .buttons.group > button:focus-visible::after {
  filter: invert(1);
}
.merch-carousel-style .tile .buttons.group > button:focus {
  outline: none;
}
.merch-carousel-style .tile .buttons.group > button:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.merch-carousel-style .tile .buttons.group > button.btn-left-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.merch-carousel-style .tile .buttons.group > button.btn-right-icon::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23000' d='M15.413 6.607 12.833 4a.666.666 0 1 0-.946.94l2.373 2.393H.667A.667.667 0 0 0 0 8a.667.667 0 0 0 .667.667H14.3l-2.413 2.406a.668.668 0 0 0 .473 1.144.668.668 0 0 0 .473-.197l2.58-2.587a2 2 0 0 0 0-2.826Z'/%3E%3C/svg%3E%0A");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.merch-carousel-style .tile .buttons.group > button.btn-right-icon:hover::after, .merch-carousel-style .tile .buttons.group > button.btn-right-icon:focus-visible::after {
  filter: invert(1);
}
.merch-carousel-style .tile .buttons.group > button.action-icon {
  font-size: 0;
  line-height: 0;
}
.merch-carousel-style .tile .buttons.group > button.action-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.merch-carousel-style .tile .buttons.group > button.action-link {
  text-align: center;
}
.merch-carousel-style .tile .buttons.group > button.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.merch-carousel-style .splide {
  padding-left: 40px;
  padding-right: 40px;
}
.merch-carousel-style .splide__pagination {
  display: flex !important;
  bottom: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.merch-carousel-style .splide__pagination__page {
  background: transparent;
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  margin: 6px;
}
.merch-carousel-style .splide__pagination__page.is-active {
  background: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  transform: none;
}
.merch-carousel-style .splide__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.merch-carousel-style .splide__arrow--prev {
  left: 0;
}
.merch-carousel-style .splide__arrow--next {
  right: 0;
}

.favorite-brands {
  background: var(--theme-colour-lightblue, #f2f6fa);
  padding: 60px 0 30px;
}
.favorite-brands h1 {
  text-align: center;
  margin: 0;
}
.favorite-brands .splide__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 35px;
}
.favorite-brands .splide__track {
  padding-top: 40px;
  padding-bottom: 40px;
}
.favorite-brands__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.favorite-brands__item:nth-child(1) {
  grid-column: 1/2;
  grid-row: 1/3;
}
.favorite-brands__item:nth-child(2) {
  grid-column: 2/3;
  grid-row: 1/2;
}
.favorite-brands__item:nth-child(3) {
  grid-column: 2/3;
  grid-row: 2/3;
}
.favorite-brands__item a {
  width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}
.favorite-brands__item a:hover, .favorite-brands__item a:focus {
  transform: scale(1.15);
}
.favorite-brands__item a img {
  object-fit: contain;
  width: 100px;
  height: 100px;
}

.content-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}
.content-block__image {
  width: 35%;
  border-radius: 30px;
  overflow: hidden;
}
.content-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .content-block__image {
    width: 100%;
  }
}
.content-block__content {
  width: 55%;
}
@media (max-width: 991px) {
  .content-block__content {
    width: 100%;
  }
}
.content-block__content h1 {
  margin: 0 0 30px;
}
.content-block__content .content-block__text p {
  margin: 0;
}
.content-block__content .content-block__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
.content-block__content .content-block__buttons a {
  min-width: 230px;
}

.footer-dealer-details > img {
  margin-bottom: 60px;
}
.footer-dealer-details__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.footer-dealer-details__item h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.footer-dealer-details__item li {
  font-size: 0.875em;
  font-weight: 300;
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #313131));
  margin: 0 0 10px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
}
.footer-dealer-details__item li img {
  width: 16px;
}
.footer-dealer-details__item li.payment-logos img {
  width: 48px;
  height: 27px;
  object-fit: cover;
}
.footer-dealer-details__item a:hover, .footer-dealer-details__item a:focus-visible {
  text-decoration: underline;
}

footer ul:not(.hasSubmenus, .submenu) li {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  text-align: left;
}

/* stylelint-disable max-nesting-depth */
.header-full .cd-dropdown {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 340px;
  padding: 40px 0;
  border-right: 4px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
.header-full .cd-dropdown > .close-button {
  padding-bottom: 2px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.header-full .cd-dropdown .close-button {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
  border: 2px solid var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
  border-radius: 50%;
  font-size: 18px;
  font-weight: 600;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.35s ease;
}
.header-full .cd-dropdown .close-button:hover, .header-full .cd-dropdown .close-button:focus-visible {
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  border-color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.header-full .cd-dropdown .background {
  z-index: 1;
  transition: all 0.35s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-full .cd-dropdown .logo {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}
.header-full .cd-dropdown .logo img {
  width: 197px !important;
}
.header-full .cd-dropdown .nav-divider {
  margin-top: auto;
}
.header-full .cd-dropdown .cd-dropdown-content {
  height: 0;
  width: auto;
  padding: 0;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: auto;
  gap: 16px;
}
.header-full .cd-dropdown .cd-dropdown-content > li {
  border: 0 !important;
  margin-bottom: 0;
  font-size: 1em;
  padding-bottom: 5px;
  cursor: default;
}
.header-full .cd-dropdown .cd-dropdown-content > li:hover > ul {
  visibility: hidden;
}
.header-full .cd-dropdown .cd-dropdown-content > li.active > ul {
  visibility: visible;
  opacity: 1;
}
.header-full .cd-dropdown .cd-dropdown-content > li > a {
  padding: 0;
  font-weight: 700;
  box-shadow: none;
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #313131));
}
.header-full .cd-dropdown .cd-dropdown-content > li > a:hover, .header-full .cd-dropdown .cd-dropdown-content > li > a:focus-visible {
  text-decoration: underline;
}
.header-full .cd-dropdown .cd-dropdown-content > li > a::before, .header-full .cd-dropdown .cd-dropdown-content > li > a::after {
  display: none;
}
.header-full .cd-dropdown .cd-dropdown-content > li > a i {
  margin-right: 10px;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
}
.header-full .cd-dropdown .cd-dropdown-content > li:not(.has-children) {
  padding: 0 40px;
}
.header-full .cd-dropdown .cd-dropdown-content > li:not(.has-children) a {
  font-size: 0.875em;
  font-weight: 400;
}
.header-full .cd-dropdown .cd-dropdown-content > li.divider-link {
  margin-top: auto;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children {
  padding: 0;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children.active .background {
  background-color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
  color: var(--theme-colour-white, #fff);
  text-decoration: none;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children.active .background p {
  padding-left: 10px;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children.active .background p::before {
  right: -10px;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children.active a p {
  color: var(--theme-colour-white, #fff);
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children.active a p::before {
  filter: brightness(0) invert(1);
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children:first-of-type {
  border: 0 !important;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a {
  padding: 12px 30px;
  font-size: 1em;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: all;
  overflow: hidden;
  transition: background-color 0.35s ease, color 0.35s ease;
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #313131));
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible {
  text-decoration: none;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover .background, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible .background {
  background-color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
  color: var(--theme-colour-white, #fff);
  text-decoration: none;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover .background p, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible .background p {
  padding-left: 10px;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover .background p::before, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible .background p::before {
  right: -10px;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover p, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible p {
  padding-left: 10px;
  color: var(--theme-colour-white, #fff);
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:hover p::before, .header-full .cd-dropdown .cd-dropdown-content > li.has-children > a:focus-visible p::before {
  right: -10px;
  filter: brightness(0) invert(1);
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a p {
  z-index: 2;
  margin: 0;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  position: relative;
  transition: all 0.35s ease;
  text-transform: uppercase;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  font-size: 1em;
}
.header-full .cd-dropdown .cd-dropdown-content > li.has-children > a p::before {
  content: url("https://us.evocdn.io/dealer/1576/content/media/My_Theme/icons/arrow-right.svg");
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  transition: right 0.35s ease;
  filter: var(--theme-filter-primary, brightness(0) saturate(100%) invert(18%) sepia(99%) saturate(2429%) hue-rotate(192deg) brightness(90%) contrast(101%));
}
.header-full .cd-dropdown .cd-secondary-dropdown {
  height: 100% !important;
  width: calc(100vw - 340px) !important;
  max-width: 660px;
  column-gap: 20px;
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
  grid-gap: 0;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
  left: calc(100% + 4px);
}
.header-full .cd-dropdown .cd-secondary-dropdown::after {
  display: none;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom {
  display: grid;
  align-content: flex-start;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  flex-wrap: wrap;
  flex-grow: 1;
  height: 0;
  margin-top: 20px;
  overflow: scroll;
  padding-right: 30px;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom > li {
  width: auto !important;
  width: 250px;
  max-width: 250px;
  margin: 0;
  padding: 0;
  border: 0 !important;
  font-size: 1em !important;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom > li > a {
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b)) !important;
  font-weight: 600 !important;
  line-height: 1.2;
  font-size: 1em;
  padding: 0;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom > li > a:hover, .header-full .cd-dropdown .cd-secondary-dropdown .nBottom > li > a:focus-visible {
  text-decoration: underline;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden {
  transform: none;
  position: static;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden .go-back {
  display: none;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden > li {
  padding: 0 !important;
  margin-top: 5px;
  margin-left: 0;
  font-size: 1em !important;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden > li > a {
  padding: 0;
  font-weight: 400;
  color: var(--theme-text-col, var(--theme-colour-darkgrey, #313131));
  font-size: 0.875em !important;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden > li > a:hover, .header-full .cd-dropdown .cd-secondary-dropdown .nBottom .is-hidden > li > a:focus-visible {
  text-decoration: underline;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nTop {
  margin-bottom: 15px;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nTop a {
  font-size: 2em;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  color: var(--theme-brand-default, var(--theme-colour-blue, #00569b));
  width: fit-content;
  font-family: "Outfit", sans-serif;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nTop a:hover, .header-full .cd-dropdown .cd-secondary-dropdown .nTop a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-orange, #e87722));
}
.header-full .cd-dropdown .cd-secondary-dropdown .nLeft {
  padding: 30px 0 30px 40px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.header-full .cd-dropdown .cd-secondary-dropdown .nLeft .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
@media only screen and (max-width: 1400px) {
  .header-full .cd-dropdown .cd-secondary-dropdown .nTop {
    grid-gap: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-full .cd-dropdown .cd-secondary-dropdown .nBottom {
    grid-template-columns: 1fr 1fr;
  }
}

.cd-dropdown:not(.dropdown-is-active) .cd-secondary-dropdown {
  display: none !important;
}

.content-hero {
  position: relative;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-hero > img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-hero::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-hero__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  color: #fff;
}
.content-hero__content h1 {
  color: #fff;
  margin: 0;
}

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