/*!**************************************************************************************************************************************!*\
  !*** 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-text-col, var(--theme-colour-dark, #1c1c1c)));
  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-text-col, var(--theme-colour-dark, #1c1c1c)));
  font-size: var(--theme-input-font-size, 18px);
  line-height: var(--theme-input-font-size, 18px);
  background-color: var(--theme-input-bg, transparent);
  border: var(--theme-input-border, 2px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-input-border-radius, 0);
  padding: var(--theme-input-padding, 18px 16px);
  outline: none;
  width: 100%;
  height: auto;
  box-shadow: none !important;
}
.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, 2px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.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-text-col, var(--theme-colour-dark, #1c1c1c)));
  opacity: 1;
}
.form-group select {
  color: var(--theme-input-color, var(--theme-text-col, var(--theme-colour-dark, #1c1c1c)));
  font-size: var(--theme-input-font-size, 18px);
  line-height: var(--theme-input-font-size, 18px);
  background-color: var(--theme-input-bg, transparent);
  border: var(--theme-input-border, 2px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-input-border-radius, 0);
  padding: var(--theme-input-padding, 18px 16px);
  outline: none;
  width: 100%;
  height: auto;
  box-shadow: none !important;
}
.form-group select:hover, .form-group select:focus {
  border: var(--theme-input-hover-border, 2px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.form-group select::placeholder {
  color: var(--theme-input-placeholder-color, var(--theme-text-col, var(--theme-colour-dark, #1c1c1c)));
  opacity: 1;
}
.form-group select {
  padding: var(--theme-select-padding, 21px 16px);
  appearance: none;
}
.form-group:has(select) {
  position: relative;
}
.form-group:has(select)::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  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-dark, #1c1c1c)) !important;
}

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

.text-primary {
  color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)) !important;
}

.text-secondary {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)) !important;
}

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

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

.bg-black {
  background: #000;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
}

.bg-secondary {
  background: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}

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

.bg-lightgrey {
  background: var(--theme-colour-lightgrey, #efefef);
}

.btn-custom.primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1.25em);
  line-height: var(--theme-btn-line-height, 140%);
  letter-spacing: var(--theme-btn-letter-spacing, 3.6px);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border: var(--theme-btn-primary-border, 3px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-btn-border-radius, 0);
  padding: var(--theme-btn-padding, 15px 56px);
  text-transform: uppercase;
  width: fit-content;
}
.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-blue, #1bb6ea)));
  border: var(--theme-btn-primary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.btn-custom.primary:focus {
  outline: none;
}
.btn-custom.primary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.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 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1.25em);
  line-height: var(--theme-btn-line-height, 140%);
  letter-spacing: var(--theme-btn-letter-spacing, 3.6px);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border: var(--theme-btn-primary-border, 3px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-btn-border-radius, 0);
  padding: var(--theme-btn-padding, 15px 56px);
  text-transform: uppercase;
  width: fit-content;
}
.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-blue, #1bb6ea)));
  border: var(--theme-btn-primary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.btn-custom.secondary:focus {
  outline: none;
}
.btn-custom.secondary:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.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 {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, transparent);
  border: var(--theme-btn-secondary-border, 3px solid var(--theme-colour-white, #fff));
}
.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-secondary, var(--theme-colour-blue, #1bb6ea)));
  border: var(--theme-btn-secondary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}

.radio-group p {
  display: block;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  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-text-col, var(--theme-colour-dark, #1c1c1c));
  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, transparent);
  border: var(--theme-radio-border, 1px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  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-dark, #1c1c1c)));
  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-text-col, var(--theme-colour-dark, #1c1c1c));
  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-dark, #1c1c1c)));
  border-radius: var(--theme-checkbox-border-radius, 4px);
  background-color: var(--theme-checkbox-bg, transparent);
  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-dark, #1c1c1c)));
  border: var(--theme-checkbox-checked-border, 1px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
}
.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-dark, #1c1c1c)), 0.5);
}
.checkbox-group .form-group {
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.checkbox-group label {
  cursor: pointer;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  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);
  }
}

.p-42-default {
  padding: 42px 0;
}

.p-42-top {
  padding-top: 42px;
}

.p-42-bot {
  padding-bottom: 42px;
}

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

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

.m-bot-default {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(100px / 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);
  margin-bottom: calc(100px / 2);
}
@media (max-width: 768px) {
  .m-half {
    margin-top: calc(calc(100px / 2) / 2);
    margin-bottom: calc(calc(100px / 2) / 2);
  }
}

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

.m-bot-half {
  margin-bottom: calc(100px / 2);
}
@media (max-width: 768px) {
  .m-bot-half {
    margin-bottom: calc(calc(100px / 2) / 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-dark, #1c1c1c));
}

@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-full .vertical-align {
  justify-content: space-between;
}
.header-full .vertical-align::before, .header-full .vertical-align::after {
  display: none;
}
.header-full .vertical-align > div {
  width: auto;
}

.header-full .search_container {
  flex-grow: 1;
}
.header-full .search_container section.search .search-form .form-group input:focus {
  border-color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
}
.header-full .search_container section.search .search-form button[type=submit] i::before {
  z-index: "example";
}
.header-full .search_container section.search .search-form .ajax-results {
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .header-full .search_container section.search .search-form .ajax-results {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

.toolbar .account-btn .user-icon {
  padding: 0;
}

.toolbar .cart-btn {
  margin: 0;
}
.toolbar .cart-btn > .btn {
  padding: 0;
  background: transparent;
}
.toolbar .cart-btn > .btn a {
  color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
}
.toolbar .cart-btn > .btn i {
  color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
}
.toolbar .cart-btn:hover > .btn {
  background: transparent;
}

.menu ul.catalog > li.has-submenu > a {
  letter-spacing: 0;
}
.menu ul.catalog > li:not(.hide) {
  display: inline-block !important;
}

header {
  position: relative;
  background-color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
  z-index: 1;
}
header .top-bar {
  background-color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 0;
}
header .top-bar__left {
  display: flex;
  gap: 42px;
}
header .top-bar__left .facebook {
  max-height: 20px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8359_716)'%3E%3Cpath d='M10 0C4.4772 0 0 4.4772 0 10C0 14.6896 3.2288 18.6248 7.5844 19.7056V13.056H5.5224V10H7.5844V8.6832C7.5844 5.2796 9.1248 3.702 12.4664 3.702C13.1 3.702 14.1932 3.8264 14.6404 3.9504V6.7204C14.4044 6.6956 13.9944 6.6832 13.4852 6.6832C11.8456 6.6832 11.212 7.3044 11.212 8.9192V10H14.4784L13.9172 13.056H11.212V19.9268C16.1636 19.3288 20.0004 15.1128 20.0004 10C20 4.4772 15.5228 0 10 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8359_716'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
header .top-bar__left .facebook:hover, header .top-bar__left .facebook:focus, header .top-bar__left .facebook:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8359_716)'%3E%3Cpath d='M10 0C4.4772 0 0 4.4772 0 10C0 14.6896 3.2288 18.6248 7.5844 19.7056V13.056H5.5224V10H7.5844V8.6832C7.5844 5.2796 9.1248 3.702 12.4664 3.702C13.1 3.702 14.1932 3.8264 14.6404 3.9504V6.7204C14.4044 6.6956 13.9944 6.6832 13.4852 6.6832C11.8456 6.6832 11.212 7.3044 11.212 8.9192V10H14.4784L13.9172 13.056H11.212V19.9268C16.1636 19.3288 20.0004 15.1128 20.0004 10C20 4.4772 15.5228 0 10 0Z' fill='%231bb6ea'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8359_716'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
header .top-bar__left .x-media {
  max-height: 20px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2718 1.58655H18.0831L11.9414 8.60613L19.1666 18.1582H13.5093L9.07828 12.3649L4.00821 18.1582H1.19528L7.76445 10.65L0.833252 1.58655H6.63418L10.6394 6.88182L15.2718 1.58655ZM14.2852 16.4755H15.8429L5.78775 3.18082H4.11614L14.2852 16.4755Z' fill='white'/%3E%3C/svg%3E");
}
header .top-bar__left .x-media:hover, header .top-bar__left .x-media:focus, header .top-bar__left .x-media:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2718 1.58655H18.0831L11.9414 8.60613L19.1666 18.1582H13.5093L9.07828 12.3649L4.00821 18.1582H1.19528L7.76445 10.65L0.833252 1.58655H6.63418L10.6394 6.88182L15.2718 1.58655ZM14.2852 16.4755H15.8429L5.78775 3.18082H4.11614L14.2852 16.4755Z' fill='%231bb6ea'/%3E%3C/svg%3E");
}
header .top-bar__left .linkedin {
  max-height: 20px;
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8359_718)'%3E%3Cpath d='M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8359_718'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
header .top-bar__left .linkedin:hover, header .top-bar__left .linkedin:focus, header .top-bar__left .linkedin:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8359_718)'%3E%3Cpath d='M18.5195 0H1.47656C0.660156 0 0 0.644531 0 1.44141V18.5547C0 19.3516 0.660156 20 1.47656 20H18.5195C19.3359 20 20 19.3516 20 18.5586V1.44141C20 0.644531 19.3359 0 18.5195 0ZM5.93359 17.043H2.96484V7.49609H5.93359V17.043ZM4.44922 6.19531C3.49609 6.19531 2.72656 5.42578 2.72656 4.47656C2.72656 3.52734 3.49609 2.75781 4.44922 2.75781C5.39844 2.75781 6.16797 3.52734 6.16797 4.47656C6.16797 5.42188 5.39844 6.19531 4.44922 6.19531ZM17.043 17.043H14.0781V12.4023C14.0781 11.2969 14.0586 9.87109 12.5352 9.87109C10.9922 9.87109 10.7578 11.0781 10.7578 12.3242V17.043H7.79688V7.49609H10.6406V8.80078H10.6797C11.0742 8.05078 12.043 7.25781 13.4844 7.25781C16.4883 7.25781 17.043 9.23438 17.043 11.8047V17.043Z' fill='%231bb6ea'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8359_718'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
header .top-bar__right .top-message {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  margin: 0;
}
header .main-header {
  padding-top: 25px;
  padding-bottom: 25px;
}
header .main-header .container {
  max-width: 100%;
  width: 100%;
}
header .main-header .logo_container .logo {
  margin: 0;
}
header .main-header .logo_container .logo img {
  width: 298px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
@media screen and (max-width: 1400px) {
  header .main-header .logo_container .logo img {
    width: 200px !important;
  }
}
header .main-header .headermenu_container {
  flex-grow: 1;
}
@media only screen and (max-width: 1200px) {
  header .main-header .headermenu_container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
}
header .main-header .headermenu_container .faded-bg {
  display: none !important;
}
header .main-header .headermenu_container > .menu {
  background: transparent;
}
header .main-header .headermenu_container > .menu .catalog {
  display: flex;
  gap: clamp(15px, 3vw, 50px);
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1469px) {
  header .main-header .headermenu_container > .menu .catalog {
    justify-content: space-between;
    gap: 10px;
  }
}
header .main-header .headermenu_container > .menu .catalog > li {
  padding: 0;
  position: relative;
}
header .main-header .headermenu_container > .menu .catalog > li:hover, header .main-header .headermenu_container > .menu .catalog > li:focus, header .main-header .headermenu_container > .menu .catalog > li:focus-visible {
  background: transparent;
}
header .main-header .headermenu_container > .menu .catalog > li > a {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
header .main-header .headermenu_container > .menu .catalog > li > a:hover, header .main-header .headermenu_container > .menu .catalog > li > a:focus, header .main-header .headermenu_container > .menu .catalog > li > a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
header .main-header .headermenu_container > .menu .catalog > li > a.active::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: var(--theme-colour-white, #fff);
}
header .main-header .headermenu_container > .menu .catalog > li .submenu {
  width: fit-content;
  min-width: 215px;
  min-height: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1200px) {
  header .main-header .headermenu_container > .menu .catalog > li .submenu {
    left: 0;
    transform: none;
  }
}
@media (max-width: 1200px) {
  header .main-header .headermenu_container > .menu .catalog > li:last-child .submenu {
    right: 0;
    left: auto;
    transform: none;
  }
}
header .main-header .headermenu_container > .menu .catalog > li .submenucontainer {
  padding: 0;
  height: fit-content !important;
}
header .main-header .headermenu_container > .menu .catalog > li .submenucontainer > li {
  width: 100%;
  padding: 0;
}
header .main-header .headermenu_container > .menu .catalog > li .submenucontainer > li a {
  padding: 12px 16px;
  font-size: 1rem;
  font-weight: 500;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
}
header .main-header .headermenu_container > .menu .catalog > li .submenucontainer > li a:hover, header .main-header .headermenu_container > .menu .catalog > li .submenucontainer > li a:focus, header .main-header .headermenu_container > .menu .catalog > li .submenucontainer > li a:focus-visible {
  color: var(--theme-colour-white, #fff);
  background-color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
  text-decoration: none;
}
header .main-header .headermenu_container .catalog-block {
  background: transparent;
}
header .main-header .headermenu_container .cd-dropdown-wrapper {
  display: none;
}
header .main-header .headermenu_container .additional_links .additional_linkslist {
  display: flex;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1469px) {
  header .main-header .headermenu_container .additional_links .additional_linkslist {
    justify-content: space-between;
    gap: 10px;
  }
}
header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem {
  padding: 0;
}
header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem:hover, header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem:focus, header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem:focus-visible {
  background: transparent;
}
header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem a {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem a:hover, header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem a:focus, header .main-header .headermenu_container .additional_links .additional_linkslist .menuitem a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
header .main-header .search_container {
  flex-grow: 0;
}
@media only screen and (max-width: 1200px) {
  header .main-header .search_container {
    flex-grow: 1;
  }
}
header .main-header .search_container .widgetsearch {
  margin: 0;
  min-width: 25px;
}
header .main-header .search_container .widgetsearch.expanded .relsearch input {
  width: 100%;
  border: 1px solid var(--theme-colour-white, #fff);
  padding: 6px 42px 6px 12px;
}
header .main-header .search_container .widgetsearch > .search {
  padding: 0;
}
header .main-header .search_container .widgetsearch .relsearch button {
  top: -1px;
  right: 6px;
  padding: 0;
  line-height: 0;
}
header .main-header .search_container .widgetsearch .relsearch .fa-search::before {
  display: none;
}
header .main-header .search_container .widgetsearch .relsearch .fa-search::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31.6666 31.6668L25.2537 25.2539M25.2537 25.2539C27.2594 23.2482 28.5 20.4774 28.5 17.4168C28.5 11.2957 23.5378 6.3335 17.4166 6.3335C11.2955 6.3335 6.33331 11.2957 6.33331 17.4168C6.33331 23.538 11.2955 28.5002 17.4166 28.5002C20.4772 28.5002 23.2481 27.2596 25.2537 25.2539Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .main-header .search_container .widgetsearch .relsearch input {
  width: 0;
  border: 0;
  padding: 6px 0;
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
  height: auto;
  transition: all 0.3s ease-in-out;
  margin-left: auto;
}
header .main-header .search_container .widgetsearch .relsearch input:hover, header .main-header .search_container .widgetsearch .relsearch input:focus, header .main-header .search_container .widgetsearch .relsearch input:focus-visible {
  border-color: var(--theme-colour-white, #fff) !important;
}
header .main-header .search_container .widgetsearch .relsearch input::placeholder {
  color: var(--theme-colour-white, #fff);
}
header .main-header .shoppingtools_container .toolbar {
  margin: 0;
}
header .main-header .shoppingtools_container .toolbar .dropdown .account-btn {
  margin: 0;
}
header .main-header .shoppingtools_container .toolbar .dropdown .account-btn i::before {
  display: none;
}
header .main-header .shoppingtools_container .toolbar .dropdown .account-btn i::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9999 20.5833C23.3722 20.5833 26.9166 17.0389 26.9166 12.6667C26.9166 8.29441 23.3722 4.75 18.9999 4.75C14.6277 4.75 11.0833 8.29441 11.0833 12.6667C11.0833 17.0389 14.6277 20.5833 18.9999 20.5833Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6666 33.25C31.6666 26.2544 25.9956 20.5834 18.9999 20.5834C12.0043 20.5834 6.33325 26.2544 6.33325 33.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6666 33.25C31.6666 26.2544 25.9956 20.5834 18.9999 20.5834C12.0043 20.5834 6.33325 26.2544 6.33325 33.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .main-header .shoppingtools_container .toolbar .dropdown .account-btn span {
  display: none;
}
header .main-header .shoppingtools_container .toolbar .dropdown .account-btn:hover i::after, header .main-header .shoppingtools_container .toolbar .dropdown .account-btn:focus i::after, header .main-header .shoppingtools_container .toolbar .dropdown .account-btn:focus-visible i::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.9999 20.5833C23.3722 20.5833 26.9166 17.0389 26.9166 12.6667C26.9166 8.29441 23.3722 4.75 18.9999 4.75C14.6277 4.75 11.0833 8.29441 11.0833 12.6667C11.0833 17.0389 14.6277 20.5833 18.9999 20.5833Z' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6666 33.25C31.6666 26.2544 25.9956 20.5833 18.9999 20.5833C12.0043 20.5833 6.33325 26.2544 6.33325 33.25' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.6666 33.25C31.6666 26.2544 25.9956 20.5833 18.9999 20.5833C12.0043 20.5833 6.33325 26.2544 6.33325 33.25' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .main-header .minicart_container .toolbar {
  margin: 0;
}
header .main-header .minicart_container .toolbar .cart-btn a i {
  margin: 0;
}
header .main-header .minicart_container .toolbar .cart-btn a i::before {
  display: none;
}
header .main-header .minicart_container .toolbar .cart-btn a i::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 4.75H7.91667L8.70833 9.5M8.70833 9.5L11.0833 23.75H28.5L33.25 9.5H8.70833Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6666 33.25C13.541 33.25 14.2499 32.5412 14.2499 31.6667C14.2499 30.7923 13.541 30.0834 12.6666 30.0834C11.7921 30.0834 11.0833 30.7923 11.0833 31.6667C11.0833 32.5412 11.7921 33.25 12.6666 33.25Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.9166 33.25C27.791 33.25 28.4999 32.5412 28.4999 31.6667C28.4999 30.7923 27.791 30.0834 26.9166 30.0834C26.0421 30.0834 25.3333 30.7923 25.3333 31.6667C25.3333 32.5412 26.0421 33.25 26.9166 33.25Z' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
header .main-header .minicart_container .toolbar .cart-btn a .minicart_total {
  display: none;
}
header .main-header .minicart_container .toolbar .cart-btn a .minicart_count {
  background-color: transparent;
}
header .main-header .minicart_container .toolbar .cart-btn a:hover i::after, header .main-header .minicart_container .toolbar .cart-btn a:focus i::after, header .main-header .minicart_container .toolbar .cart-btn a:focus-visible i::after {
  content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 4.75H7.91667L8.70833 9.5M8.70833 9.5L11.0833 23.75H28.5L33.25 9.5H8.70833Z' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.6666 33.25C13.541 33.25 14.2499 32.5412 14.2499 31.6667C14.2499 30.7923 13.541 30.0834 12.6666 30.0834C11.7921 30.0834 11.0833 30.7923 11.0833 31.6667C11.0833 32.5412 11.7921 33.25 12.6666 33.25Z' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.9166 33.25C27.791 33.25 28.4999 32.5412 28.4999 31.6667C28.4999 30.7923 27.791 30.0834 26.9166 30.0834C26.0421 30.0834 25.3333 30.7923 25.3333 31.6667C25.3333 32.5412 26.0421 33.25 26.9166 33.25Z' stroke='%231bb6ea' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

body:has(.hero-slider) header {
  background-color: transparent;
}

body:has(.hero-static) header {
  background-color: transparent;
}

header .header-mobile {
  background-color: var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c));
}

.search.issearchpanel input {
  background-color: #fff;
}

body {
  overflow-x: clip;
}

section.zonetop > div > .container-fluid:has(.wide-container),
section.zonebottom > div > .container-fluid:has(.wide-container) {
  overflow: visible;
}

.wide-container {
  max-width: 1760px;
  margin-inline: auto;
  padding-inline: 10px;
}
.wide-container.page-content {
  overflow: clip;
}
@media (min-width: 1469px) {
  .wide-container {
    width: 100%;
  }
}

@media only screen and (max-width: 1366px) {
  .container {
    padding-inline: 10px;
  }
}

.splide__pagination {
  align-items: center;
  gap: 10px;
}
.splide__pagination li {
  position: relative;
  line-height: 0;
}
.splide__pagination li .splide__pagination__page {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-colour-white, #fff);
  opacity: 1;
  margin: 0;
}
.splide__pagination li .splide__pagination__page.is-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  transform: none;
}
.splide__pagination li .splide__pagination__page.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.splide__pagination li .splide__pagination__page.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--theme-colour-white, #fff) 0deg, var(--theme-colour-white, #fff) calc(var(--progress, 0) * 360deg), transparent calc(var(--progress, 0) * 360deg), transparent 360deg);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), black calc(100% - 1px));
}
.splide.splide__dark .splide__pagination {
  align-items: center;
  gap: 10px;
}
.splide.splide__dark .splide__pagination li {
  position: relative;
  line-height: 0;
}
.splide.splide__dark .splide__pagination li .splide__pagination__page {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-colour-dark, #1c1c1c);
  opacity: 1;
  margin: 0;
}
.splide.splide__dark .splide__pagination li .splide__pagination__page.is-active {
  width: 12px;
  height: 12px;
  background-color: transparent;
  transform: none;
}
.splide.splide__dark .splide__pagination li .splide__pagination__page.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(var(--theme-colour-dark, #1c1c1c), 0.3);
}
.splide.splide__dark .splide__pagination li .splide__pagination__page.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--theme-colour-dark, #1c1c1c) 0deg, var(--theme-colour-dark, #1c1c1c) calc(var(--progress, 0) * 360deg), transparent calc(var(--progress, 0) * 360deg), transparent 360deg);
  mask: radial-gradient(farthest-side, transparent calc(100% - 2px), black calc(100% - 1px));
}
.splide__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1.25em);
  line-height: var(--theme-btn-line-height, 140%);
  letter-spacing: var(--theme-btn-letter-spacing, 3.6px);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border: var(--theme-btn-primary-border, 3px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-btn-border-radius, 0);
  padding: var(--theme-btn-padding, 15px 56px);
  text-transform: uppercase;
  width: fit-content;
}
.splide__toggle:hover, .splide__toggle: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-blue, #1bb6ea)));
  border: var(--theme-btn-primary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.splide__toggle:focus {
  outline: none;
}
.splide__toggle:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.splide__toggle.action-link {
  text-align: center;
}
.splide__toggle.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.splide__toggle {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, transparent);
  border: var(--theme-btn-secondary-border, 3px solid var(--theme-colour-white, #fff));
}
.splide__toggle:hover, .splide__toggle: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-secondary, var(--theme-colour-blue, #1bb6ea)));
  border: var(--theme-btn-secondary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.splide__toggle {
  font-size: 0.75rem;
  padding: 9px 24px;
  margin-right: 22px;
}
.splide__toggle__pause::before {
  line-height: 0;
  margin-right: 10px;
  vertical-align: sub;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.66667 9.33333H6V4H4.66667V9.33333ZM6.66667 0C2.98667 0 0 2.98667 0 6.66667C0 10.3467 2.98667 13.3333 6.66667 13.3333C10.3467 13.3333 13.3333 10.3467 13.3333 6.66667C13.3333 2.98667 10.3467 0 6.66667 0ZM6.66667 12C3.72667 12 1.33333 9.60667 1.33333 6.66667C1.33333 3.72667 3.72667 1.33333 6.66667 1.33333C9.60667 1.33333 12 3.72667 12 6.66667C12 9.60667 9.60667 12 6.66667 12ZM7.33333 9.33333H8.66667V4H7.33333V9.33333Z' fill='white'/%3E%3C/svg%3E");
}
.splide__toggle__play::before {
  line-height: 0;
  margin-right: 10px;
  vertical-align: sub;
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5542 8.88666V4.44333L8.8867 6.665L5.5542 8.88666Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66501 12.2192C9.73249 12.2192 12.2192 9.73249 12.2192 6.66501C12.2192 3.59753 9.73249 1.11084 6.66501 1.11084C3.59753 1.11084 1.11084 3.59753 1.11084 6.66501C1.11084 9.73249 3.59753 12.2192 6.66501 12.2192Z' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* stylelint-disable no-duplicate-selectors */
footer.footer {
  padding: 0;
  font-size: 1em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.footersection-1 div[role=row-wrapper] > .row {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.footersection-1 div[role=row-wrapper] > .row > div {
  width: auto;
}
.footersection-1 div[role=row-wrapper] > .row::before, .footersection-1 div[role=row-wrapper] > .row::after {
  display: none;
}
@media (max-width: 991px) {
  .footersection-1 div[role=row-wrapper] > .row {
    flex-direction: column;
  }
}

footer.footer .dealerdetails_container .info {
  padding: 0;
}
footer.footer .dealerdetails_container .logo {
  border: 0;
  padding: 0;
  margin: 0 0 30px;
}
footer.footer .dealerdetails_container .logo img {
  max-width: 300px !important;
}

footer.footer .quicklinks .title {
  font-size: 1.25em;
  text-transform: none;
  margin: 0 0 30px;
}
footer.footer .quicklinks ul {
  font-size: 1em;
}
footer.footer .quicklinks ul li {
  margin: 0 0 22px;
}
footer.footer .quicklinks ul li:last-child {
  margin: 0;
}
footer.footer .quicklinks ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.footer .quicklinks ul li a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin: 0 0 0 30px;
}

@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: transparent;
    padding: 20px;
    color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
    border: 2px solid var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  }
  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: 200px;
    transition: max-height 1s ease-in-out !important;
  }
}
.footer-main .row {
  justify-content: normal;
}
.footer-main .row .htmlcontent_container {
  flex-grow: 1;
}
.footer-main .container {
  max-width: 100%;
  width: 100%;
}
.footer-main__inner {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.footer-main__inner .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.footer-main__inner .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.footer-main__inner .content-wrapper .company-name {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.footer-main__inner .content-wrapper .address {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  white-space: pre-wrap;
  padding: 0;
  margin: 0;
}
.footer-main__inner .content-wrapper .address:hover, .footer-main__inner .content-wrapper .address:focus, .footer-main__inner .content-wrapper .address:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
.footer-main__inner .content-wrapper .phone-number {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  padding: 0;
  margin: 0;
}
.footer-main__inner .content-wrapper .phone-number:hover, .footer-main__inner .content-wrapper .phone-number:focus, .footer-main__inner .content-wrapper .phone-number:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
.footer-main__inner .content-wrapper .phone-number::before {
  content: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 12.729C9.60867 13.4208 11.5353 13.8333 13.8333 13.8333V10.5L10.5 9.66667L8 12.729ZM8 12.729C4.79913 11.3525 2.85327 8.87058 1.75 6.33333M1.75 6.33333C0.833958 4.22665 0.5 2.08183 0.5 0.5H3.83333L4.66667 3.83333L1.75 6.33333Z' stroke='%231C1C1C' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  margin-right: 10px;
  line-height: 0;
}
.footer-main__inner .social-media-wrapper {
  display: flex;
  gap: 42px;
}
@media only screen and (max-width: 768px) {
  .footer-main__inner .social-media-wrapper {
    justify-content: center;
  }
}
.footer-main__inner .social-media-wrapper .facebook {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8058_1190)'%3E%3Cpath d='M7 0C3.13404 0 0 3.13404 0 7C0 10.2827 2.26016 13.0374 5.30908 13.7939V9.1392H3.86568V7H5.30908V6.07824C5.30908 3.69572 6.38736 2.5914 8.72648 2.5914C9.17 2.5914 9.93524 2.67848 10.2483 2.76528V4.70428C10.0831 4.68692 9.79608 4.67824 9.43964 4.67824C8.29192 4.67824 7.8484 5.11308 7.8484 6.24344V7H10.1349L9.74204 9.1392H7.8484V13.9488C11.3145 13.5302 14.0003 10.579 14.0003 7C14 3.13404 10.866 0 7 0Z' fill='%231C1C1C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8058_1190'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer-main__inner .social-media-wrapper .facebook:hover, .footer-main__inner .social-media-wrapper .facebook:focus, .footer-main__inner .social-media-wrapper .facebook:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8058_1189)'%3E%3Cpath d='M7 0C3.13404 0 0 3.13404 0 7C0 10.2827 2.26016 13.0374 5.30908 13.7939V9.1392H3.86568V7H5.30908V6.07824C5.30908 3.69572 6.38736 2.5914 8.72648 2.5914C9.17 2.5914 9.93524 2.67848 10.2483 2.76528V4.70428C10.0831 4.68692 9.79608 4.67824 9.43964 4.67824C8.29192 4.67824 7.8484 5.11308 7.8484 6.24344V7H10.1349L9.74204 9.1392H7.8484V13.9488C11.3145 13.5302 14.0003 10.579 14.0003 7C14 3.13404 10.866 0 7 0Z' fill='%231BB6EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8058_1189'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer-main__inner .social-media-wrapper .x-media {
  content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4386 0H17.2498L11.1081 7.01958L18.3333 16.5716H12.676L8.24503 10.7784L3.17496 16.5716H0.362027L6.9312 9.06341L0 0H5.80092L9.80616 5.29528L14.4386 0ZM13.4519 14.889H15.0097L4.9545 1.59428H3.28288L13.4519 14.889Z' fill='%231C1C1C'/%3E%3C/svg%3E");
}
.footer-main__inner .social-media-wrapper .x-media:hover, .footer-main__inner .social-media-wrapper .x-media:focus, .footer-main__inner .social-media-wrapper .x-media:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4386 0H17.2498L11.1081 7.01958L18.3333 16.5716H12.676L8.24503 10.7784L3.17496 16.5716H0.362027L6.9312 9.06341L0 0H5.80092L9.80616 5.29528L14.4386 0ZM13.4519 14.889H15.0097L4.9545 1.59428H3.28288L13.4519 14.889Z' fill='%231BB6EA'/%3E%3C/svg%3E");
}
.footer-main__inner .social-media-wrapper .linkedin {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8058_1194)'%3E%3Cpath d='M12.9637 0H1.03359C0.462109 0 0 0.451172 0 1.00898V12.9883C0 13.5461 0.462109 14 1.03359 14H12.9637C13.5352 14 14 13.5461 14 12.991V1.00898C14 0.451172 13.5352 0 12.9637 0ZM4.15352 11.9301H2.07539V5.24726H4.15352V11.9301ZM3.11445 4.33672C2.44727 4.33672 1.90859 3.79805 1.90859 3.13359C1.90859 2.46914 2.44727 1.93047 3.11445 1.93047C3.77891 1.93047 4.31758 2.46914 4.31758 3.13359C4.31758 3.79531 3.77891 4.33672 3.11445 4.33672ZM11.9301 11.9301H9.85469V8.68164C9.85469 7.90781 9.84101 6.90977 8.77461 6.90977C7.69453 6.90977 7.53047 7.75469 7.53047 8.62695V11.9301H5.45781V5.24726H7.44844V6.16055H7.47578C7.75195 5.63555 8.43008 5.08047 9.43906 5.08047C11.5418 5.08047 11.9301 6.46406 11.9301 8.26328V11.9301Z' fill='%231C1C1C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8058_1194'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer-main__inner .social-media-wrapper .linkedin:hover, .footer-main__inner .social-media-wrapper .linkedin:focus, .footer-main__inner .social-media-wrapper .linkedin:focus-visible {
  content: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8058_1194)'%3E%3Cpath d='M12.9637 0H1.03359C0.462109 0 0 0.451172 0 1.00898V12.9883C0 13.5461 0.462109 14 1.03359 14H12.9637C13.5352 14 14 13.5461 14 12.991V1.00898C14 0.451172 13.5352 0 12.9637 0ZM4.15352 11.9301H2.07539V5.24726H4.15352V11.9301ZM3.11445 4.33672C2.44727 4.33672 1.90859 3.79805 1.90859 3.13359C1.90859 2.46914 2.44727 1.93047 3.11445 1.93047C3.77891 1.93047 4.31758 2.46914 4.31758 3.13359C4.31758 3.79531 3.77891 4.33672 3.11445 4.33672ZM11.9301 11.9301H9.85469V8.68164C9.85469 7.90781 9.84101 6.90977 8.77461 6.90977C7.69453 6.90977 7.53047 7.75469 7.53047 8.62695V11.9301H5.45781V5.24726H7.44844V6.16055H7.47578C7.75195 5.63555 8.43008 5.08047 9.43906 5.08047C11.5418 5.08047 11.9301 6.46406 11.9301 8.26328V11.9301Z' fill='%231BB6EA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8058_1194'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.footer-main .menulinks_container .quicklinks .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0 0 42px;
}
.footer-main .menulinks_container .quicklinks ul li {
  margin: 0 0 3px;
}
.footer-main .menulinks_container .quicklinks ul li a {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  padding: 0;
  margin: 0;
}
.footer-main .menulinks_container .quicklinks ul li a:hover, .footer-main .menulinks_container .quicklinks ul li a:focus, .footer-main .menulinks_container .quicklinks ul li a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}

.footer-copyright__content span,
.footer-copyright__content a {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.16px;
  text-transform: uppercase;
}
.footer-copyright__content a {
  text-decoration: underline;
}
.footer-copyright__content a:hover, .footer-copyright__content a:focus, .footer-copyright__content a:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}

.accordion-tab + .accordion-tab {
  border-top: 1px solid var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  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-dark, #1c1c1c));
}
.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;
}

.hero-slider .splide__slide .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-slider .splide__slide .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-slider .splide__slide .image-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
.hero-slider .splide__slide .content-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
}
.hero-slider .splide__slide .content-wrapper .small-title {
  text-align: center;
  color: var(--theme-colour-white, #fff);
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.25em;
}
@media only screen and (max-width: 768px) {
  .hero-slider .splide__slide .content-wrapper .small-title {
    font-size: 1em;
  }
}
.hero-slider .splide__slide .content-wrapper .title {
  text-align: center;
  color: var(--theme-colour-white, #fff);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 8.64px;
  text-transform: uppercase;
  margin: 0;
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  .hero-slider .splide__slide .content-wrapper .title {
    font-size: 2em;
  }
}
.hero-slider .splide__slide .content-wrapper .actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 36px;
}
.hero-slider .splide__slide .content-wrapper .actions > a {
  min-width: 386px;
}
@media only screen and (max-width: 550px) {
  .hero-slider .splide__slide .content-wrapper .actions > a {
    min-width: 100%;
  }
}
.hero-slider .splide__pagination {
  position: absolute;
  bottom: 50px;
  right: 0;
  justify-content: right;
  margin: 0 auto;
}
.hero-slider .splide__toggle {
  display: none;
}

.about-widget {
  display: flex;
  gap: 100px;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .about-widget {
    gap: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about-widget {
    flex-direction: column;
  }
}
.about-widget .image-wrapper {
  flex-shrink: 0;
}
@media screen and (max-width: 1470px) {
  .about-widget .image-wrapper {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .about-widget .image-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
}
.about-widget .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 690px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-widget .content-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about-widget .content-wrapper {
    gap: 24px;
  }
}
.about-widget .content-wrapper .small-title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.about-widget .content-wrapper .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.about-widget .content-wrapper .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.testimonials-widget {
  display: flex;
  flex-direction: column;
  gap: 42px;
  position: relative;
}
.testimonials-widget::before {
  content: url("data:image/svg+xml,%3Csvg width='200' height='186' viewBox='0 0 200 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M182.647 106.738C193.806 106.738 199.386 112.318 199.386 123.478V168.86C199.386 180.02 193.806 185.6 182.647 185.6H139.496C128.336 185.6 122.756 180.02 122.756 168.86V123.478C122.756 97.4386 125.484 74.7473 130.94 55.4038C136.644 35.8124 147.68 18.7009 164.047 4.06933C169.503 -0.642527 174.091 -1.26251 177.811 2.20939L194.55 17.8329C198.27 21.3048 197.402 25.5207 191.946 30.4806C183.515 37.9203 176.571 48.708 171.115 62.8436C165.907 76.7312 163.303 91.3628 163.303 106.738H182.647ZM59.8902 106.738C71.0499 106.738 76.6297 112.318 76.6297 123.478V168.86C76.6297 180.02 71.0499 185.6 59.8902 185.6H16.7395C5.57984 185.6 0 180.02 0 168.86V123.478C0 97.4386 2.72792 74.7473 8.18376 55.4038C13.8876 35.8124 24.9233 18.7009 41.2908 4.06933C46.7466 -0.642527 51.3345 -1.26251 55.0544 2.20939L71.7939 17.8329C75.5138 21.3048 74.6458 25.5207 69.19 30.4806C60.7582 37.9203 53.8144 48.708 48.3586 62.8436C43.1507 76.7312 40.5468 91.3628 40.5468 106.738H59.8902Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
  position: absolute;
  top: -50px;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .testimonials-widget::before {
    content: url("data:image/svg+xml,%3Csvg width='100' height='186' viewBox='0 0 200 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M182.647 106.738C193.806 106.738 199.386 112.318 199.386 123.478V168.86C199.386 180.02 193.806 185.6 182.647 185.6H139.496C128.336 185.6 122.756 180.02 122.756 168.86V123.478C122.756 97.4386 125.484 74.7473 130.94 55.4038C136.644 35.8124 147.68 18.7009 164.047 4.06933C169.503 -0.642527 174.091 -1.26251 177.811 2.20939L194.55 17.8329C198.27 21.3048 197.402 25.5207 191.946 30.4806C183.515 37.9203 176.571 48.708 171.115 62.8436C165.907 76.7312 163.303 91.3628 163.303 106.738H182.647ZM59.8902 106.738C71.0499 106.738 76.6297 112.318 76.6297 123.478V168.86C76.6297 180.02 71.0499 185.6 59.8902 185.6H16.7395C5.57984 185.6 0 180.02 0 168.86V123.478C0 97.4386 2.72792 74.7473 8.18376 55.4038C13.8876 35.8124 24.9233 18.7009 41.2908 4.06933C46.7466 -0.642527 51.3345 -1.26251 55.0544 2.20939L71.7939 17.8329C75.5138 21.3048 74.6458 25.5207 69.19 30.4806C60.7582 37.9203 53.8144 48.708 48.3586 62.8436C43.1507 76.7312 40.5468 91.3628 40.5468 106.738H59.8902Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-widget::before {
    display: none;
  }
}
.testimonials-widget::after {
  content: url("data:image/svg+xml,%3Csvg width='200' height='186' viewBox='0 0 200 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7396 78.8618C5.57995 78.8618 0.000119998 73.2819 0.000120974 62.1223L0.000124941 16.7396C0.000125917 5.57992 5.57996 8.07748e-05 16.7396 8.17505e-05L59.8904 8.55228e-05C71.05 8.64984e-05 76.6299 5.57992 76.6299 16.7396L76.6299 62.1223C76.6299 88.1615 73.9019 110.853 68.4461 130.196C62.7423 149.788 51.7066 166.899 35.3391 181.531C29.8832 186.243 25.2954 186.863 21.5755 183.391L4.83597 167.767C1.11608 164.295 1.98405 160.079 7.43989 155.12C15.8716 147.68 22.8154 136.892 28.2713 122.756C33.4791 108.869 36.0831 94.2373 36.0831 78.8618L16.7396 78.8618ZM139.496 78.8618C128.336 78.8618 122.757 73.2819 122.757 62.1223L122.757 16.7396C122.757 5.57993 128.336 9.15065e-05 139.496 9.24822e-05L182.647 9.62545e-05C193.806 9.72301e-05 199.386 5.57993 199.386 16.7396L199.386 62.1223C199.386 88.1615 196.658 110.853 191.202 130.196C185.499 149.788 174.463 166.899 158.095 181.531C152.64 186.243 148.052 186.863 144.332 183.391L127.592 167.767C123.872 164.295 124.74 160.079 130.196 155.12C138.628 147.68 145.572 136.892 151.028 122.756C156.236 108.869 158.839 94.2373 158.839 78.8618L139.496 78.8618Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
  position: absolute;
  bottom: -50px;
  right: 0;
}
@media only screen and (max-width: 1200px) {
  .testimonials-widget::after {
    content: url("data:image/svg+xml,%3Csvg width='100' height='186' viewBox='0 0 200 186' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.7396 78.8618C5.57995 78.8618 0.000119998 73.2819 0.000120974 62.1223L0.000124941 16.7396C0.000125917 5.57992 5.57996 8.07748e-05 16.7396 8.17505e-05L59.8904 8.55228e-05C71.05 8.64984e-05 76.6299 5.57992 76.6299 16.7396L76.6299 62.1223C76.6299 88.1615 73.9019 110.853 68.4461 130.196C62.7423 149.788 51.7066 166.899 35.3391 181.531C29.8832 186.243 25.2954 186.863 21.5755 183.391L4.83597 167.767C1.11608 164.295 1.98405 160.079 7.43989 155.12C15.8716 147.68 22.8154 136.892 28.2713 122.756C33.4791 108.869 36.0831 94.2373 36.0831 78.8618L16.7396 78.8618ZM139.496 78.8618C128.336 78.8618 122.757 73.2819 122.757 62.1223L122.757 16.7396C122.757 5.57993 128.336 9.15065e-05 139.496 9.24822e-05L182.647 9.62545e-05C193.806 9.72301e-05 199.386 5.57993 199.386 16.7396L199.386 62.1223C199.386 88.1615 196.658 110.853 191.202 130.196C185.499 149.788 174.463 166.899 158.095 181.531C152.64 186.243 148.052 186.863 144.332 183.391L127.592 167.767C123.872 164.295 124.74 160.079 130.196 155.12C138.628 147.68 145.572 136.892 151.028 122.756C156.236 108.869 158.839 94.2373 158.839 78.8618L139.496 78.8618Z' fill='white' fill-opacity='0.05'/%3E%3C/svg%3E");
  }
}
@media only screen and (max-width: 768px) {
  .testimonials-widget::after {
    display: none;
  }
}
.testimonials-widget__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
}
.testimonials-widget__header .small-title {
  color: var(--theme-colour-white, #fff);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.testimonials-widget__header .title {
  color: var(--theme-colour-white, #fff);
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.testimonials-widget .splide__track {
  margin-bottom: 50px;
}
.testimonials-widget .splide__slide .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 42px;
  max-width: 65%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .testimonials-widget .splide__slide .content-wrapper {
    max-width: 100%;
  }
}
.testimonials-widget .splide__slide .content-wrapper .text {
  color: var(--theme-colour-white, #fff);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 150%;
  text-align: center;
  margin: 0;
  max-height: 120px;
  overflow-y: auto;
}
.testimonials-widget .splide__slide .content-wrapper .name {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.testimonials-widget .splide__pagination {
  display: flex !important;
  bottom: 0;
  justify-content: center;
  margin: 0 auto;
}

.contact-form__inner {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.contact-form__inner .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.contact-form__inner .form-wrapper {
  gap: 32px;
}
.contact-form__inner .form-wrapper .form-row {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .contact-form__inner .form-wrapper .form-row {
    flex-wrap: wrap;
  }
}
.contact-form__inner .form-wrapper .col-xs-12,
.contact-form__inner .form-wrapper .col-sm-6,
.contact-form__inner .form-wrapper .col-md-6,
.contact-form__inner .form-wrapper .col-lg-6,
.contact-form__inner .form-wrapper .col-sm-12,
.contact-form__inner .form-wrapper .col-md-12,
.contact-form__inner .form-wrapper .col-lg-12 {
  padding: 0;
}
.contact-form__inner .form-wrapper .form-group {
  margin: 0;
}
.contact-form__inner .form-wrapper .submit-group {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contact-form__inner .form-wrapper .submit-group {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
}

/* stylelint-disable selector-max-id */
.brands_container .item-merchandising {
  padding: 0;
  margin: 0;
}
.brands_container .item-merchandising h3 {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  border: 0;
  margin: 0 0 42px;
}
.brands_container .item-merchandising #grid.griditems {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1200px) {
  .brands_container .item-merchandising #grid.griditems {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .brands_container .item-merchandising #grid.griditems {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 481px) {
  .brands_container .item-merchandising #grid.griditems {
    grid-template-columns: 1fr;
  }
}
.brands_container .item-merchandising #grid.griditems > div {
  width: 100%;
}
.brands_container .item-merchandising #grid.griditems .tile {
  height: 100%;
}
.brands_container .item-merchandising #grid.griditems a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}
.brands_container .item-merchandising #grid.griditems a:hover, .brands_container .item-merchandising #grid.griditems a:focus-visible {
  transform: scale(1.1);
}
.brands_container .item-merchandising #grid.griditems .imgthumbnail {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .brands_container .item-merchandising #grid.griditems .imgthumbnail {
    height: auto;
  }
}
.brands_container .item-merchandising .tileparent_placeholder {
  display: none;
}

.newsletter-1 .subscr-widget {
  background-color: transparent;
  padding: 0;
}
.newsletter-1 .newsletter-background-image > .col {
  width: 100%;
  padding: 0;
}
.newsletter-1 .newsletter-background-image > .col h4 {
  color: var(--theme-colour-white, #fff);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 42px;
}
.newsletter-1 .newsletter-background-image > .col h2 {
  color: var(--theme-colour-white, #fff);
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 42px;
}
.newsletter-1 .form-wrapper {
  display: flex;
  flex-direction: column;
}
.newsletter-1 .form-wrapper .desc-wrapper {
  order: 2;
  width: 100%;
  padding: 0;
  margin: 0;
}
.newsletter-1 .form-wrapper .desc-wrapper p {
  color: var(--theme-colour-white, #fff);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin: 0 0 42px;
}
.newsletter-1 .form-wrapper .pleasefill {
  display: none;
}
.newsletter-1 .form-wrapper .subscr-form {
  order: 3;
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
}
.newsletter-1 .form-wrapper .subscr-form .form-group {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
  margin: 0;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-name button {
  display: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email {
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 991px) {
  .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email {
    flex-direction: column;
    align-items: flex-start;
  }
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email > *:not(.subscr-submit) {
  flex: 1;
}
@media only screen and (max-width: 991px) {
  .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email > *:not(.subscr-submit) {
    flex: none;
    width: 100%;
  }
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit {
  display: block;
  position: static;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1.25em);
  line-height: var(--theme-btn-line-height, 140%);
  letter-spacing: var(--theme-btn-letter-spacing, 3.6px);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border: var(--theme-btn-primary-border, 3px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-btn-border-radius, 0);
  padding: var(--theme-btn-padding, 15px 56px);
  text-transform: uppercase;
  width: fit-content;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit:hover, .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit: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-blue, #1bb6ea)));
  border: var(--theme-btn-primary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit:focus {
  outline: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit.action-link {
  text-align: center;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit {
  color: var(--theme-btn-secondary-color, var(--theme-colour-white, #fff));
  background-color: var(--theme-btn-secondary-bg, transparent);
  border: var(--theme-btn-secondary-border, 3px solid var(--theme-colour-white, #fff));
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit:hover, .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit: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-secondary, var(--theme-colour-blue, #1bb6ea)));
  border: var(--theme-btn-secondary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email .subscr-submit::after {
  display: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email label {
  display: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email input {
  border-color: var(--theme-colour-white, #fff);
  color: var(--theme-colour-white, #fff);
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email input:hover, .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email input:focus, .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email input:focus-visible {
  border-color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-email input::placeholder {
  color: var(--theme-colour-white, #fff);
  opacity: 0.6;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation p {
  margin: 0;
  color: #fff;
  font-weight: 500;
  line-height: 150%; /* 27px */
  font-size: 1.125em;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--theme-btn-primary-color, var(--theme-colour-white, #fff));
  font-size: var(--theme-btn-font-size, 1.25em);
  line-height: var(--theme-btn-line-height, 140%);
  letter-spacing: var(--theme-btn-letter-spacing, 3.6px);
  font-weight: var(--theme-btn-font-weight, 700);
  background-color: var(--theme-btn-primary-bg, var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border: var(--theme-btn-primary-border, 3px solid var(--theme-brand-default, var(--theme-colour-dark, #1c1c1c)));
  border-radius: var(--theme-btn-border-radius, 0);
  padding: var(--theme-btn-padding, 15px 56px);
  text-transform: uppercase;
  width: fit-content;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close:hover, .newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close: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-blue, #1bb6ea)));
  border: var(--theme-btn-primary-hover-border, 3px solid var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea)));
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close:focus {
  outline: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close.action-link {
  text-align: center;
}
.newsletter-1 .form-wrapper .subscr-form .form-group.group-subscr-confirmation .subscr-close.action-link.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: initial;
}

/* stylelint-disable max-nesting-depth */
.projects-gallery {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .projects-gallery {
    flex-direction: column;
  }
}
.projects-gallery__left {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: calc(30% - 21px);
}
@media screen and (max-width: 1310px) {
  .projects-gallery__left {
    width: calc(40% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .projects-gallery__left {
    width: 100%;
  }
}
.projects-gallery__left .kicker {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.projects-gallery__left .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.projects-gallery__left .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
.projects-gallery__slider {
  width: calc(70% - 21px);
}
@media screen and (max-width: 1310px) {
  .projects-gallery__slider {
    width: calc(60% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .projects-gallery__slider {
    width: 100%;
  }
}
.projects-gallery__slider .splide__track {
  width: 100%;
  clip-path: inset(0 -100% 0 0);
  overflow: visible;
  margin-bottom: 32px;
}
.projects-gallery__slider .splide__slide {
  height: 466px;
}
.projects-gallery__slider .splide__slide .gallery-item {
  position: relative;
  width: 100%;
  height: 466px;
  display: block;
  overflow: hidden;
}
.projects-gallery__slider .splide__slide .gallery-item:hover::after, .projects-gallery__slider .splide__slide .gallery-item:focus::after, .projects-gallery__slider .splide__slide .gallery-item:focus-visible::after {
  visibility: visible;
  opacity: 1;
}
.projects-gallery__slider .splide__slide .gallery-item:hover .content, .projects-gallery__slider .splide__slide .gallery-item:focus .content, .projects-gallery__slider .splide__slide .gallery-item:focus-visible .content {
  opacity: 1;
  visibility: visible;
}
.projects-gallery__slider .splide__slide .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-gallery__slider .splide__slide .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.projects-gallery__slider .splide__slide .gallery-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1;
}
.projects-gallery__slider .splide__slide .gallery-item .content .title {
  color: var(--theme-colour-white, #fff);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.projects-gallery__slider .splide__slide .gallery-item .content .description {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.projects-gallery__slider .splide__pagination {
  display: flex !important;
  bottom: -24px;
}

body .projects-gallery-modal {
  background: rgba(0, 0, 0, 0.6);
}
body .projects-gallery-modal .modal-dialog {
  max-width: 70%;
  width: 100%;
}
body .projects-gallery-modal .modal-dialog .modal-content {
  padding: 60px !important;
}
body .projects-gallery-modal .modal-dialog .modal-content .modal-header {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  border: 0;
  margin-bottom: 16px;
}
body .projects-gallery-modal .modal-dialog .modal-content .modal-header button {
  border: 0;
  background: transparent;
  line-height: 0;
  padding: 0;
}
body .projects-gallery-modal .modal-dialog .modal-content .modal-header button::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%231C1C1C'/%3E%3C/svg%3E");
}
body .projects-gallery-modal .modal-dialog .modal-content .modal-header button:hover::after, body .projects-gallery-modal .modal-dialog .modal-content .modal-header button:focus::after {
  content: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z' fill='%231bb6ea'/%3E%3C/svg%3E");
}
body .projects-gallery-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  gap: 60px;
  padding: 0;
}
body .projects-gallery-modal__left {
  width: calc(60% - 30px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
body .projects-gallery-modal__left > img {
  width: 100%;
  height: 489px;
  object-fit: cover;
}
body .projects-gallery-modal__left__slider .splide__track {
  margin-bottom: 32px;
}
body .projects-gallery-modal__left__slider .splide__slide {
  height: 100px;
}
body .projects-gallery-modal__left__slider .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .projects-gallery-modal__left__slider .splide__pagination {
  bottom: 0;
}
body .projects-gallery-modal__right {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: calc(40% - 30px);
}
body .projects-gallery-modal__right .kicker {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
body .projects-gallery-modal__right .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
body .projects-gallery-modal__right .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.projects-gallery-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.projects-gallery-modal-overlay.show {
  opacity: 1;
  visibility: visible;
}

.video-widget {
  max-height: 587px;
  height: 100%;
}
.video-widget__play {
  position: relative;
  display: block;
  width: 100%;
  max-height: 587px;
  height: 100%;
}
.video-widget__play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-widget__play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.45) 0%, rgba(28, 28, 28, 0.45) 100%);
}
.video-widget__play .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.6667 66.6668V33.3335L66.6667 50.0002L41.6667 66.6668Z' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.9999 91.6668C73.0118 91.6668 91.6666 73.012 91.6666 50.0002C91.6666 26.9883 73.0118 8.3335 49.9999 8.3335C26.9881 8.3335 8.33325 26.9883 8.33325 50.0002C8.33325 73.012 26.9881 91.6668 49.9999 91.6668Z' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  z-index: 1;
}
.video-widget__play:hover .play-icon {
  content: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41.6667 66.6668V33.3335L66.6667 50.0002L41.6667 66.6668Z' stroke='%231bb6ea' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M49.9999 91.6668C73.0118 91.6668 91.6666 73.012 91.6666 50.0002C91.6666 26.9883 73.0118 8.3335 49.9999 8.3335C26.9881 8.3335 8.33325 26.9883 8.33325 50.0002C8.33325 73.012 26.9881 91.6668 49.9999 91.6668Z' stroke='%231bb6ea' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.tabbed-content .title-section {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tabbed-content .title-section .kicker {
  text-align: center;
  margin-bottom: 42px;
}
.tabbed-content .title-section .title {
  text-align: center;
}
.tabbed-content .tab__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 36px;
  margin-bottom: 56px;
}
.tabbed-content .tab__button {
  border: 0;
  border-bottom: 3px solid transparent;
  background-color: transparent;
  padding: 12px 6px;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-weight: 500;
  line-height: 150%; /* 27px */
  font-size: 1.125em;
}
.tabbed-content .tab__button:hover, .tabbed-content .tab__button:focus-visible {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
  border-color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
.tabbed-content .tab__button.is-active {
  color: var(--theme-colour-dark-blue, #003d7d);
  font-weight: 700;
  border-color: var(--theme-colour-dark-blue, #003d7d);
}
@media only screen and (min-width: 650px) {
  .tabbed-content .tab__content {
    min-height: 275px;
  }
}
.tabbed-content .tab__content-item {
  display: none;
}
.tabbed-content .tab__content-item.is-active {
  display: block;
}
.tabbed-content .tab__content-item .slide-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 275px;
  width: 100%;
  padding: 0;
}
.tabbed-content .tab__content-item .slide-link:hover::after, .tabbed-content .tab__content-item .slide-link:focus-visible::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.tabbed-content .tab__content-item .slide-link:hover button, .tabbed-content .tab__content-item .slide-link:focus-visible button {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.tabbed-content .tab__content-item .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.35s ease;
}
.tabbed-content .tab__content-item .slide-link button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.35s ease;
}

.title-section .kicker {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.title-section .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.title-section .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.bloglatestposts_container .blog-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 42px;
  padding: 0 16px;
  margin: 0;
}
.bloglatestposts_container .blog-posts-grid h4 {
  order: 1;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
}
.bloglatestposts_container .blog-posts-grid p {
  order: 2;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.bloglatestposts_container .blog-posts-grid > .row {
  order: 3;
  padding: 16px 0;
}
.bloglatestposts_container .blog-posts-grid .view-all-posts {
  order: 5;
  margin: 0 auto;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile {
  max-width: 100%;
  padding: 12px 24px;
  box-shadow: none;
  margin: 0;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:hover, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus-visible {
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.08);
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:hover .post-image::after, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus .post-image::after, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus-visible .post-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:hover .post-image button, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus .post-image button, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus-visible .post-image button {
  z-index: 2;
  opacity: 1;
  visibility: visible;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:hover .post-title a, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus .post-title a, .bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile:focus-visible .post-title a {
  color: var(--theme-brand-secondary, var(--theme-colour-blue, #1bb6ea));
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile .post-image {
  margin: 0 0 42px;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile .post-image button {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile .post-title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 24px;
}
.bloglatestposts_container .blog-posts-grid .blog-posts-grid-view .tile .post-excerpt {
  min-height: 0;
  height: auto !important;
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  text-align: left;
  margin: 0;
}
.bloglatestposts_container .tileparent_placeholder {
  display: none;
}

.hero-static {
  width: 100%;
  height: 592px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero-static {
    height: 100vh;
  }
}
.hero-static__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  width: 100%;
  position: relative;
  height: 100%;
  max-width: 980px;
}
.hero-static__content--title {
  text-align: center;
  color: var(--theme-colour-white, #fff);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 8.64px;
  text-transform: uppercase;
  margin: 0;
  font-size: 3em;
}
@media only screen and (max-width: 768px) {
  .hero-static__content--title {
    font-size: 2em;
  }
}
.hero-static__content--description {
  text-align: center;
  color: var(--theme-colour-white, #fff);
  font-weight: 300;
  line-height: 150%; /* 33px */
  margin: 0;
  font-size: 1.375em;
}
.hero-static__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-static__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.35);
}

.about-us-tabbed {
  display: flex;
  gap: 105px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .about-us-tabbed {
    padding-right: 100px;
  }
}
@media (max-width: 1300px) {
  .about-us-tabbed {
    gap: 50px;
  }
}
@media (max-width: 1000px) {
  .about-us-tabbed {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us-tabbed.single {
  padding: 0;
}
.about-us-tabbed__nav {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 100%;
  max-width: 553px;
  padding: 100px 0;
  background-color: var(--theme-colour-lightgrey, #efefef);
}
@media (max-width: 1300px) {
  .about-us-tabbed__nav {
    max-width: 400px;
  }
}
@media (max-width: 1000px) {
  .about-us-tabbed__nav {
    width: 100%;
    max-width: 100%;
    flex-flow: row wrap;
    gap: 10px;
    justify-content: center;
    padding: 50px 20px 20px;
  }
}
.about-us-tabbed__nav--tab.btn-custom.primary {
  width: 100%;
  text-align: left;
  justify-content: flex-start;
  padding: 36px 36px 36px 91px;
}
@media (max-width: 1000px) {
  .about-us-tabbed__nav--tab.btn-custom.primary {
    padding: 20px;
    width: fit-content;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .about-us-tabbed__nav--tab.btn-custom.primary {
    font-size: 1em;
  }
}
.about-us-tabbed__nav--tab.btn-custom.primary:not(:hover, .is-active) {
  background-color: transparent;
  border-color: transparent;
  color: var(--theme-colour-dark, #1c1c1c);
}
.about-us-tabbed__nav--tab.btn-custom.primary:not(:hover, .is-active):focus-visible {
  background-color: var(--theme-colour-blue, #1bb6ea);
  border-left-color: var(--theme-colour-blue, #1bb6ea);
  color: var(--theme-colour-white, #fff);
}
.about-us-tabbed__nav--tab.btn-custom.primary.is-active {
  background-color: var(--theme-colour-dark, #1c1c1c);
  border-left-color: var(--theme-colour-dark, #1c1c1c);
  color: #fff;
}
.about-us-tabbed__nav--tab.btn-custom.primary.is-active:hover, .about-us-tabbed__nav--tab.btn-custom.primary.is-active:focus-visible {
  background-color: var(--theme-colour-blue, #1bb6ea);
  border-color: var(--theme-colour-blue, #1bb6ea);
}
@media (max-width: 768px) {
  .about-us-tabbed__nav--tab.btn-custom.primary {
    flex-shrink: 0;
    border-left: 0;
    border-bottom: 4px solid transparent;
  }
  .about-us-tabbed__nav--tab.btn-custom.primary.is-active {
    border-bottom-color: #1a1a1a;
  }
}
.about-us-tabbed__content {
  flex: 1;
  padding: 100px 114px 100px 0;
}
@media (max-width: 1000px) {
  .about-us-tabbed__content {
    padding: 50px 20px;
  }
}
.about-us-tabbed__content.single {
  padding: 0;
}
.about-us-tabbed__content__panel {
  display: none;
  flex-direction: column;
  gap: 42px;
}
@media (max-width: 1000px) {
  .about-us-tabbed__content__panel {
    gap: 20px;
  }
}
.about-us-tabbed__content__panel > * {
  margin: 0;
}
.about-us-tabbed__content__panel.is-active {
  display: flex;
}
.about-us-tabbed__content--kicker {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
}
.about-us-tabbed__content--title {
  font-weight: 700;
  text-transform: uppercase;
  color: #1a1a1a;
  line-height: 1.2;
  font-size: 2em;
}
@media (max-width: 1000px) {
  .about-us-tabbed__content--title {
    font-size: 1.5em;
  }
}
.about-us-tabbed__content--description {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  white-space: pre-line;
}

.project-gallery-slider {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 1024px) {
  .project-gallery-slider {
    flex-direction: column;
  }
}
.project-gallery-slider__left {
  display: flex;
  flex-direction: column;
  gap: 42px;
  width: calc(30% - 21px);
}
@media screen and (max-width: 1310px) {
  .project-gallery-slider__left {
    width: calc(40% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .project-gallery-slider__left {
    width: 100%;
  }
}
.project-gallery-slider__left .kicker {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.project-gallery-slider__left .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.project-gallery-slider__left .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}
.project-gallery-slider__slider {
  width: calc(70% - 21px);
}
@media screen and (max-width: 1310px) {
  .project-gallery-slider__slider {
    width: calc(60% - 21px);
  }
}
@media screen and (max-width: 1024px) {
  .project-gallery-slider__slider {
    width: 100%;
  }
}
.project-gallery-slider__slider .splide__track {
  width: 100%;
  clip-path: inset(0 -100% 0 0);
  overflow: visible;
  margin-bottom: 32px;
}
.project-gallery-slider__slider .splide__slide {
  height: 466px;
}
.project-gallery-slider__slider .splide__slide .gallery-item {
  position: relative;
  width: 100%;
  height: 466px;
  display: block;
  overflow: hidden;
}
.project-gallery-slider__slider .splide__slide .gallery-item:hover::after, .project-gallery-slider__slider .splide__slide .gallery-item:focus::after, .project-gallery-slider__slider .splide__slide .gallery-item:focus-visible::after, .project-gallery-slider__slider .splide__slide .gallery-item:focus-within::after {
  visibility: visible;
  opacity: 1;
}
.project-gallery-slider__slider .splide__slide .gallery-item:hover .content, .project-gallery-slider__slider .splide__slide .gallery-item:focus .content, .project-gallery-slider__slider .splide__slide .gallery-item:focus-visible .content, .project-gallery-slider__slider .splide__slide .gallery-item:focus-within .content {
  opacity: 1;
  visibility: visible;
}
.project-gallery-slider__slider .splide__slide .gallery-item:focus {
  outline: none;
}
.project-gallery-slider__slider .splide__slide .gallery-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-gallery-slider__slider .splide__slide .gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.project-gallery-slider__slider .splide__slide .gallery-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1;
}
.project-gallery-slider__slider .splide__slide .gallery-item .content .title {
  color: var(--theme-colour-white, #fff);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.project-gallery-slider__slider .splide__slide .gallery-item .content .description {
  color: var(--theme-colour-white, #fff);
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.project-gallery-slider__slider .splide__pagination {
  display: flex !important;
  bottom: -24px;
}

.content-slider .title-section {
  margin-bottom: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-slider .title-section .kicker {
  text-align: center;
  margin: 42px 0;
}
.content-slider .title-section .title {
  text-align: center;
}
.content-slider .slide-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 275px;
  width: 100%;
  padding: 0;
}
.content-slider .slide-link:hover::after, .content-slider .slide-link:focus-visible::after, .content-slider .slide-link:focus-within::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.content-slider .slide-link:hover button, .content-slider .slide-link:focus-visible button, .content-slider .slide-link:focus-within button {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.content-slider .slide-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.35s ease;
}
.content-slider .slide-link button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.35s ease;
}

.title-section .kicker {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin: 0;
}
.title-section .title {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 5.76px;
  text-transform: uppercase;
  margin: 0;
}
.title-section .description {
  color: var(--theme-text-col, var(--theme-colour-dark, #1c1c1c));
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

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