/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-select/dist/vue-select.css ***!
  \***********************************************************************************************/
:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@-webkit-keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));-webkit-animation:vSelectSpinner 1.1s infinite linear;animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@splidejs/splide-extension-video/dist/css/splide-extension-video.min.css ***!
  \*****************************************************************************************************************************************/
.splide__slide--has-video{cursor:pointer}.splide__slide--has-video:hover .splide__video__play{opacity:1}.splide__slide__container--has-video{cursor:pointer;position:relative}.splide__slide__container--has-video:hover .splide__video__play{opacity:1}.splide__video{height:100%;left:0;position:absolute;top:0;width:100%}.splide__video__wrapper{background:#000;height:inherit;width:inherit}.splide__video__wrapper div,.splide__video__wrapper iframe,.splide__video__wrapper video{height:100%;width:100%}.splide__video__play{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .1s linear;width:40px}.splide__video__play:after{border-color:transparent transparent transparent #000;border-style:solid;border-width:9px 0 9px 17px;content:"";display:inline-block;margin-left:4px}
/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@mtcmedia/vue-tabs-accordion/dist/MtcTabsAccordion.css ***!
  \***********************************************************************************************************************/
.mTabs__tabsNav{display:flex;align-items:flex-start;justify-content:flex-start;margin:0 0 -1px}.mTabs__tabsNav .mTab__title{flex:0 1 auto;width:auto;background:#d1d1d1;border:1px solid #d1d1d1}.mTabs__tabsNav:not(:empty)~.mTabs__container{border:1px solid #d1d1d1}.mTabs__tabsNav .mTab__title:focus,.mTabs__tabsNav .mTab__title:hover{background:#333;border:1px solid #333;color:#fff}.mTabs__tabsNav .mTab__title.open,.mTabs__tabsNav .mTab__title:focus.open,.mTabs__tabsNav .mTab__title:hover.open{background:#fff;border:1px solid #d1d1d1;color:inherit}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/@mtcmedia/vue-collapsible/dist/MtcCollapsible.css ***!
  \******************************************************************************************************************/
.mCollapsible--tabs{display:none}.mCollapsible--tabs.open{display:block}.mCollapsible__title{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;padding:.5rem 1rem;width:100%;text-align:left;background:none;cursor:pointer;border:0;transition:border-color .3s ease 0s,background-color .3s ease 0s,color .3s ease 0s}.mCollapsible__trigger.open .mCollapsible__titleIcon{transform:rotate(180deg)}.mCollapsible__title{border-bottom:1px solid #d1d1d1}.mCollapsible__button:focus,.mCollapsible__button:hover{border-bottom:1px solid #333}.mCollapsible__button:focus{position:relative;outline:2px solid #6495ed;outline-offset:2px;z-index:1}.mCollapsible__titleText{flex:1 1 auto;margin:0}.mCollapsible__titleIcon{flex:0 0 auto;transform:rotate(0);transition:transform .3s ease-in-out 0s}.mCollapsible__titleIcon svg{height:15px}.mCollapsible__content{overflow:hidden}.mCollapsible__content--slide{transition:height .2s ease 0s}.mCollapsible__content--fade{transition:opacity .2s ease 0s}.slide-enter,.slide-leave-to{height:0}.fade-enter-from,.fade-leave-to{opacity:0}
/*!*****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/glightbox/dist/css/glightbox.min.css ***!
  \*****************************************************************************************************/
.glightbox-container{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999!important;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0}.glightbox-container.inactive{display:none}.glightbox-container .gcontainer{position:relative;width:100%;height:100%;z-index:9999;overflow:hidden}.glightbox-container .gslider{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;height:100%;left:0;top:0;width:100%;position:relative;overflow:hidden;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.glightbox-container .gslide{width:100%;position:absolute;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0}.glightbox-container .gslide.current{opacity:1;z-index:99999;position:relative}.glightbox-container .gslide.prev{opacity:1;z-index:9999}.glightbox-container .gslide-inner-content{width:100%}.glightbox-container .ginner-container{position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%;margin:auto;height:100vh}.glightbox-container .ginner-container.gvideo-container{width:100%}.glightbox-container .ginner-container.desc-bottom,.glightbox-container .ginner-container.desc-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.glightbox-container .ginner-container.desc-left,.glightbox-container .ginner-container.desc-right{max-width:100%!important}.gslide iframe,.gslide video{outline:0!important;border:none;min-height:165px;-webkit-overflow-scrolling:touch;-ms-touch-action:auto;touch-action:auto}.gslide:not(.current){pointer-events:none}.gslide-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.gslide-image img{max-height:100vh;display:block;padding:0;float:none;outline:0;border:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:100vw;width:auto;height:auto;-o-object-fit:cover;object-fit:cover;-ms-touch-action:none;touch-action:none;margin:auto;min-width:200px}.desc-bottom .gslide-image img,.desc-top .gslide-image img{width:auto}.desc-left .gslide-image img,.desc-right .gslide-image img{width:auto;max-width:100%}.gslide-image img.zoomable{position:relative}.gslide-image img.dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.gslide-video{position:relative;max-width:100vh;width:100%!important}.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster{display:none}.gslide-video .gvideo-wrapper{width:100%;margin:auto}.gslide-video::before{content:'';position:absolute;width:100%;height:100%;background:rgba(255,0,0,.34);display:none}.gslide-video.playing::before{display:none}.gslide-video.fullscreen{max-width:100%!important;min-width:100%;height:75vh}.gslide-video.fullscreen video{max-width:100%!important;width:100%!important}.gslide-inline{background:#fff;text-align:left;max-height:calc(100vh - 40px);overflow:auto;max-width:100%;margin:auto}.gslide-inline .ginlined-content{padding:20px;width:100%}.gslide-inline .dragging{cursor:-webkit-grabbing!important;cursor:grabbing!important;-webkit-transition:none;transition:none}.ginlined-content{overflow:auto;display:block!important;opacity:1}.gslide-external{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;min-width:100%;background:#fff;padding:0;overflow:auto;max-height:75vh;height:100%}.gslide-media{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto}.zoomed .gslide-media{-webkit-box-shadow:none!important;box-shadow:none!important}.desc-bottom .gslide-media,.desc-top .gslide-media{margin:0 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gslide-description{position:relative;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%}.gslide-description.description-left,.gslide-description.description-right{max-width:100%}.gslide-description.description-bottom,.gslide-description.description-top{margin:0 auto;width:100%}.gslide-description p{margin-bottom:12px}.gslide-description p:last-child{margin-bottom:0}.zoomed .gslide-description{display:none}.glightbox-button-hidden{display:none}.glightbox-mobile .glightbox-container .gslide-description{height:auto!important;width:100%;position:absolute;bottom:0;padding:19px 11px;max-width:100vw!important;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important;max-height:78vh;overflow:auto!important;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.75)));background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.75) 100%);-webkit-transition:opacity .3s linear;transition:opacity .3s linear;padding-bottom:50px}.glightbox-mobile .glightbox-container .gslide-title{color:#fff;font-size:1em}.glightbox-mobile .glightbox-container .gslide-desc{color:#a1a1a1}.glightbox-mobile .glightbox-container .gslide-desc a{color:#fff;font-weight:700}.glightbox-mobile .glightbox-container .gslide-desc *{color:inherit}.glightbox-mobile .glightbox-container .gslide-desc .desc-more{color:#fff;opacity:.4}.gdesc-open .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:.4}.gdesc-open .gdesc-inner{padding-bottom:30px}.gdesc-closed .gslide-media{-webkit-transition:opacity .5s ease;transition:opacity .5s ease;opacity:1}.greset{-webkit-transition:all .3s ease;transition:all .3s ease}.gabsolute{position:absolute}.grelative{position:relative}.glightbox-desc{display:none!important}.glightbox-open{overflow:hidden}.gloader{height:25px;width:25px;-webkit-animation:lightboxLoader .8s infinite linear;animation:lightboxLoader .8s infinite linear;border:2px solid #fff;border-right-color:transparent;border-radius:50%;position:absolute;display:block;z-index:9999;left:0;right:0;margin:0 auto;top:47%}.goverlay{width:100%;height:calc(100vh + 1px);position:fixed;top:-1px;left:0;background:#000;will-change:opacity}.glightbox-mobile .goverlay{background:#000}.gclose,.gnext,.gprev{z-index:99999;cursor:pointer;width:26px;height:44px;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.gclose svg,.gnext svg,.gprev svg{display:block;width:25px;height:auto;margin:0;padding:0}.gclose.disabled,.gnext.disabled,.gprev.disabled{opacity:.1}.gclose .garrow,.gnext .garrow,.gprev .garrow{stroke:#fff}.gbtn.focused{outline:2px solid #0f3d81}iframe.wait-autoplay{opacity:0}.glightbox-closing .gclose,.glightbox-closing .gnext,.glightbox-closing .gprev{opacity:0!important}.glightbox-clean .gslide-description{background:#fff}.glightbox-clean .gdesc-inner{padding:22px 20px}.glightbox-clean .gslide-title{font-size:1em;font-weight:400;font-family:arial;color:#000;margin-bottom:19px;line-height:1.4em}.glightbox-clean .gslide-desc{font-size:.86em;margin-bottom:0;font-family:arial;line-height:1.4em}.glightbox-clean .gslide-video{background:#000}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.75);border-radius:4px}.glightbox-clean .gclose path,.glightbox-clean .gnext path,.glightbox-clean .gprev path{fill:#fff}.glightbox-clean .gprev{position:absolute;top:-100%;left:30px;width:40px;height:50px}.glightbox-clean .gnext{position:absolute;top:-100%;right:30px;width:40px;height:50px}.glightbox-clean .gclose{width:35px;height:35px;top:15px;right:10px;position:absolute}.glightbox-clean .gclose svg{width:18px;height:auto}.glightbox-clean .gclose:hover{opacity:1}.gfadeIn{-webkit-animation:gfadeIn .5s ease;animation:gfadeIn .5s ease}.gfadeOut{-webkit-animation:gfadeOut .5s ease;animation:gfadeOut .5s ease}.gslideOutLeft{-webkit-animation:gslideOutLeft .3s ease;animation:gslideOutLeft .3s ease}.gslideInLeft{-webkit-animation:gslideInLeft .3s ease;animation:gslideInLeft .3s ease}.gslideOutRight{-webkit-animation:gslideOutRight .3s ease;animation:gslideOutRight .3s ease}.gslideInRight{-webkit-animation:gslideInRight .3s ease;animation:gslideInRight .3s ease}.gzoomIn{-webkit-animation:gzoomIn .5s ease;animation:gzoomIn .5s ease}.gzoomOut{-webkit-animation:gzoomOut .5s ease;animation:gzoomOut .5s ease}@-webkit-keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes lightboxLoader{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes gfadeIn{from{opacity:0}to{opacity:1}}@keyframes gfadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes gfadeOut{from{opacity:1}to{opacity:0}}@keyframes gfadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInLeft{from{opacity:0;-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0)}to{visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@keyframes gslideOutLeft{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-60%,0,0);transform:translate3d(-60%,0,0);opacity:0;visibility:hidden}}@-webkit-keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@keyframes gslideInRight{from{opacity:0;visibility:visible;-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0)}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}}@-webkit-keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@keyframes gslideOutRight{from{opacity:1;visibility:visible;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(60%,0,0);transform:translate3d(60%,0,0);opacity:0}}@-webkit-keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@keyframes gzoomIn{from{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:1}}@-webkit-keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes gzoomOut{from{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@media (min-width:769px){.glightbox-container .ginner-container{width:auto;height:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.glightbox-container .ginner-container.desc-top .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-top .gslide-image,.glightbox-container .ginner-container.desc-top .gslide-image img{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.glightbox-container .ginner-container.desc-left .gslide-description{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.glightbox-container .ginner-container.desc-left .gslide-image{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.gslide-image img{max-height:97vh;max-width:100%}.gslide-image img.zoomable{cursor:-webkit-zoom-in;cursor:zoom-in}.zoomed .gslide-image img.zoomable{cursor:-webkit-grab;cursor:grab}.gslide-inline{max-height:95vh}.gslide-external{max-height:100vh}.gslide-description.description-left,.gslide-description.description-right{max-width:275px}.glightbox-open{height:auto}.goverlay{background:rgba(0,0,0,.92)}.glightbox-clean .gslide-media{-webkit-box-shadow:1px 2px 9px 0 rgba(0,0,0,.65);box-shadow:1px 2px 9px 0 rgba(0,0,0,.65)}.glightbox-clean .description-left .gdesc-inner,.glightbox-clean .description-right .gdesc-inner{position:absolute;height:100%;overflow-y:auto}.glightbox-clean .gclose,.glightbox-clean .gnext,.glightbox-clean .gprev{background-color:rgba(0,0,0,.32)}.glightbox-clean .gclose:hover,.glightbox-clean .gnext:hover,.glightbox-clean .gprev:hover{background-color:rgba(0,0,0,.7)}.glightbox-clean .gprev{top:45%}.glightbox-clean .gnext{top:45%}}@media (min-width:992px){.glightbox-clean .gclose{opacity:.7;right:20px}}@media screen and (max-height:420px){.goverlay{background:#000}}
/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./src/front/frontend.less ***!
  \******************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 24px;
  --mobileGap: 18px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapperWidth {
    padding: 0 20px;
  }
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapper {
    padding: 0 20px;
  }
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.menuControl {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  background: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
svg:not(:root).svg-inline--fa,
svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.siteInnerWrapper {
  padding-top: 74px;
}
.placeholderSlide .slideImgWrap {
  height: 500px;
}
.breadcrumbWrap {
  clear: both;
  padding: 20px 0;
  position: relative;
  background: var(--layerLightColour);
  margin: 0 0 20px;
}
.breadcrumbWrap .breadcrumbs {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0;
  white-space: nowrap;
  text-align: left;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .breadcrumbWrap .breadcrumbs {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .breadcrumbWrap .breadcrumbs {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .breadcrumbWrap .breadcrumbs {
    padding: 0 20px;
  }
}
.breadcrumbWrap .breadcrumbs span:first-child > a {
  padding-left: 0;
}
.breadcrumbWrap .breadcrumbs span a,
.breadcrumbWrap .breadcrumbs span strong {
  display: inline-block;
  position: relative;
  padding: 0px 25px;
  list-style-type: none;
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbWrap .breadcrumbs span a a,
.breadcrumbWrap .breadcrumbs span strong a {
  color: var(--textColour);
  text-decoration: none;
  font-weight: normal;
}
.breadcrumbWrap .breadcrumbs span a a.active,
.breadcrumbWrap .breadcrumbs span strong a.active,
.breadcrumbWrap .breadcrumbs span a a:hover,
.breadcrumbWrap .breadcrumbs span strong a:hover {
  color: var(--primaryColour);
}
.breadcrumbWrap .breadcrumbs span a:last-child a,
.breadcrumbWrap .breadcrumbs span strong:last-child a {
  font-weight: bold;
}
.breadcrumbWrap .breadcrumbs span a:last-child:after,
.breadcrumbWrap .breadcrumbs span strong:last-child:after {
  content: '';
}
.breadcrumbWrap .breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
.breadcrumbWrap .breadcrumbs span a:hover {
  text-decoration: underline;
}
.centredCanvasWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  min-height: 100vh;
}
.centredCanvasWrap .centredCanvas {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .centredCanvasWrap .centredCanvas {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .centredCanvasWrap .centredCanvas {
    padding: 0 20px;
  }
}
.centredCanvasWrap .centredCanvas .button {
  display: inline-block;
  float: none;
  margin: 0;
}
/*
 * Content + Sidebar
 */
.contentPageWrap {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contentPageWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contentPageWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contentPageWrap {
    padding: 20px 0;
  }
}
.contentPageWrap .contentWrap,
.contentPageWrap .contentSidebar {
  float: left;
}
.contentPageWrap .contentWrap {
  width: 100%;
  margin-top: -5px;
}
.contentPageWrap .contentSidebar + .contentWrap {
  width: calc(100% - 340px);
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar + .contentWrap {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.contentPageWrap .contentSidebar {
  width: 260px;
  margin: 0 80px 0 0;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar {
    margin: 0;
  }
}
.contentPageWrap .contentSidebar .contentSidebarSection {
  margin: 0 0 20px;
}
@media all and (max-width: 640px) {
  .contentPageWrap .contentSidebar {
    width: 100%;
    padding-bottom: 15px;
  }
  .contentPageWrap .contentSidebar h5 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: var(--boldWeight);
    padding: 15px 18px;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
    text-decoration: none;
    /* Variants */
    /* Colours mapped to CSS custom properties */
    width: 100%;
  }
  .contentPageWrap .contentSidebar h5--solid {
    background: var(--btn-bg);
    color: var(--btn-color, #fff);
  }
  .contentPageWrap .contentSidebar h5--outline {
    background: transparent;
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
  }
  .contentPageWrap .contentSidebar h5--ghost {
    background: transparent;
    color: var(--btn-bg);
    opacity: 0.85;
  }
  .contentPageWrap .contentSidebar h5--ghost:hover {
    opacity: 1;
  }
  .contentPageWrap .contentSidebar h5--rust {
    --btn-bg: var(--rust-orange);
  }
  .contentPageWrap .contentSidebar h5--rust:hover,
  .contentPageWrap .contentSidebar h5--rust:focus {
    --btn-bg: #c55f41;
  }
  .contentPageWrap .contentSidebar h5--ocean-steel {
    --btn-bg: var(--ocean-steel);
  }
  .contentPageWrap .contentSidebar h5--ocean-steel:hover,
  .contentPageWrap .contentSidebar h5--ocean-steel:focus {
    --btn-bg: #33a0a0;
  }
  .contentPageWrap .contentSidebar h5--deep-graphite {
    --btn-bg: var(--deep-graphite);
    --btn-color: var(--pure-white);
  }
  .contentPageWrap .contentSidebar h5--deep-graphite:hover,
  .contentPageWrap .contentSidebar h5--deep-graphite:focus {
    --btn-bg: #494c49;
  }
  .contentPageWrap .contentSidebar h5--charcoal {
    --btn-bg: var(--charcoal);
    --btn-color: var(--pure-white);
  }
  .contentPageWrap .contentSidebar h5--charcoal:hover,
  .contentPageWrap .contentSidebar h5--charcoal:focus {
    --btn-bg: #595959;
  }
  .contentPageWrap .contentSidebar h5--pure-white {
    --btn-bg: var(--pure-white);
    --btn-color: var(--pure-white);
    border-color: var(--pure-white);
  }
  .contentPageWrap .contentSidebar nav {
    display: none;
  }
}
/*
 * Page Content Class
 */
.pageContent,
.elementor-text-editor {
  /*
     * Tiny mce produces left and right images with these attributes
     */
}
.pageContent blockquote,
.elementor-text-editor blockquote {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 15px;
  padding: 0;
  line-height: 26px;
  position: relative;
}
.pageContent blockquote p,
.elementor-text-editor blockquote p {
  margin: 0 0 5px;
  line-height: 26px;
}
.pageContent blockquote p:first-child:before,
.elementor-text-editor blockquote p:first-child:before {
  content: '\201C';
  display: inline;
}
.pageContent blockquote p:last-of-type,
.elementor-text-editor blockquote p:last-of-type {
  margin: 0;
}
.pageContent blockquote p:last-of-type:after,
.elementor-text-editor blockquote p:last-of-type:after {
  content: '\201D';
  display: inline;
}
.pageContent blockquote cite,
.elementor-text-editor blockquote cite {
  font-size: 1rem;
  line-height: 1;
  font-style: italic;
}
.pageContent blockquote cite a,
.elementor-text-editor blockquote cite a {
  color: var(--textColour);
  text-decoration: none;
}
.pageContent blockquote cite a:hover,
.elementor-text-editor blockquote cite a:hover {
  text-decoration: none;
}
.pageContent img[style="float: left;"],
.elementor-text-editor img[style="float: left;"] {
  margin: 5px 25px 25px 0;
}
.pageContent img[style="float: right;"],
.elementor-text-editor img[style="float: right;"] {
  margin: 5px 0 25px 25px;
}
@media all and (max-width: 640px) {
  .pageContent img[style="float: right;"],
  .elementor-text-editor img[style="float: right;"],
  .pageContent img[style="float: left;"],
  .elementor-text-editor img[style="float: left;"] {
    float: none !important;
    display: block;
    margin: 0 auto 20px;
  }
}
.pageContent ul,
.elementor-text-editor ul,
.pageContent ol,
.elementor-text-editor ol {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.pageContent ul li,
.elementor-text-editor ul li {
  list-style-type: disc;
}
.pageContent .wp-block-embed,
.elementor-text-editor .wp-block-embed {
  margin: 0 0 20px;
}
/*
* Pagination
*/
body .pagination,
body .nav-links {
  width: 100%;
  margin: 0 0 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .pagination .page-numbers,
body .nav-links .page-numbers {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
  list-style: none;
  background: #fff;
  background: 0;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .pagination .page-numbers a,
body .nav-links .page-numbers a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination .page-numbers.current a,
body .nav-links .page-numbers.current a,
body .pagination .page-numbers.active a,
body .nav-links .page-numbers.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination .page-numbers::after,
body .nav-links .page-numbers::after {
  color: var(--primaryColour);
}
body .pagination .page-numbers.firstItem,
body .nav-links .page-numbers.firstItem {
  display: none;
}
body .pagination .page-numbers.lastItem,
body .nav-links .page-numbers.lastItem,
body .pagination .page-numbers.dots,
body .nav-links .page-numbers.dots,
body .pagination .page-numbers.pageXOfY,
body .nav-links .page-numbers.pageXOfY {
  background: 0;
}
body .pagination .page-numbers a,
body .nav-links .page-numbers a {
  display: block;
  cursor: pointer;
}
body .pagination .page-numbers.dots,
body .nav-links .page-numbers.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
body .pagination .page-numbers.disabled a,
body .nav-links .page-numbers.disabled a {
  opacity: 0.5;
  cursor: default;
}
body .pagination a.page-numbers,
body .nav-links a.page-numbers,
body .pagination span.page-numbers,
body .nav-links span.page-numbers {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
  list-style: none;
  background: #fff;
  background: 0;
  align-items: center;
  justify-content: center;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination a.page-numbers a,
body .nav-links a.page-numbers a,
body .pagination span.page-numbers a,
body .nav-links span.page-numbers a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination a.page-numbers.current a,
body .nav-links a.page-numbers.current a,
body .pagination span.page-numbers.current a,
body .nav-links span.page-numbers.current a,
body .pagination a.page-numbers.active a,
body .nav-links a.page-numbers.active a,
body .pagination span.page-numbers.active a,
body .nav-links span.page-numbers.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination a.page-numbers::after,
body .nav-links a.page-numbers::after,
body .pagination span.page-numbers::after,
body .nav-links span.page-numbers::after {
  color: var(--primaryColour);
}
body .pagination a.page-numbers.firstItem,
body .nav-links a.page-numbers.firstItem,
body .pagination span.page-numbers.firstItem,
body .nav-links span.page-numbers.firstItem {
  display: none;
}
body .pagination a.page-numbers.lastItem,
body .nav-links a.page-numbers.lastItem,
body .pagination span.page-numbers.lastItem,
body .nav-links span.page-numbers.lastItem,
body .pagination a.page-numbers.dots,
body .nav-links a.page-numbers.dots,
body .pagination span.page-numbers.dots,
body .nav-links span.page-numbers.dots,
body .pagination a.page-numbers.pageXOfY,
body .nav-links a.page-numbers.pageXOfY,
body .pagination span.page-numbers.pageXOfY,
body .nav-links span.page-numbers.pageXOfY {
  background: 0;
}
body .pagination a.page-numbers a,
body .nav-links a.page-numbers a,
body .pagination span.page-numbers a,
body .nav-links span.page-numbers a {
  display: block;
  cursor: pointer;
}
body .pagination a.page-numbers.dots,
body .nav-links a.page-numbers.dots,
body .pagination span.page-numbers.dots,
body .nav-links span.page-numbers.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
body .pagination a.page-numbers.disabled a,
body .nav-links a.page-numbers.disabled a,
body .pagination span.page-numbers.disabled a,
body .nav-links span.page-numbers.disabled a {
  opacity: 0.5;
  cursor: default;
}
body .pagination a.page-numbers.current,
body .nav-links a.page-numbers.current,
body .pagination span.page-numbers.current,
body .nav-links span.page-numbers.current {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination li,
body .nav-links li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
}
body .pagination li a,
body .nav-links li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
body .pagination li.current a,
body .nav-links li.current a,
body .pagination li.active a,
body .nav-links li.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
body .pagination li::after,
body .nav-links li::after {
  color: var(--primaryColour);
}
body .pagination li.firstItem,
body .nav-links li.firstItem {
  display: none;
}
body .pagination li.lastItem,
body .nav-links li.lastItem,
body .pagination li.dots,
body .nav-links li.dots,
body .pagination li.pageXOfY,
body .nav-links li.pageXOfY {
  background: 0;
}
body .pagination li a,
body .nav-links li a {
  display: block;
  cursor: pointer;
}
body .pagination li.dots,
body .nav-links li.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
body .pagination li.disabled a,
body .nav-links li.disabled a {
  opacity: 0.5;
  cursor: default;
}
body .pagination .screen-reader-text,
body .nav-links .screen-reader-text {
  display: none;
}
body .pagination .next.page-numbers,
body .nav-links .next.page-numbers,
body .pagination .prev.page-numbers,
body .nav-links .prev.page-numbers {
  display: none;
}
.paginationElement {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: 0;
  transition: 0.2s ease-in-out;
  color: var(--primaryColour);
  text-decoration: none;
}
.paginationElement a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid transparent;
}
.paginationElement.current a,
.paginationElement.active a {
  background: 0;
  border: 1px solid var(--primaryColour);
  color: var(--primaryColour);
}
.paginationElement::after {
  color: var(--primaryColour);
}
.paginationElement.firstItem {
  display: none;
}
.paginationElement.lastItem,
.paginationElement.dots,
.paginationElement.pageXOfY {
  background: 0;
}
.paginationElement a {
  display: block;
  cursor: pointer;
}
.paginationElement.dots {
  cursor: default;
  color: var(--textColour);
  font-weight: normal;
}
.paginationElement.disabled a {
  opacity: 0.5;
  cursor: default;
}
.pageNotFound__content {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-top: 100px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .pageNotFound__content {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .pageNotFound__content {
    padding: 0 20px;
  }
}
.basketPage {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .basketPage {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .basketPage {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .basketPage {
    padding: 20px;
  }
}
.basketPage .product-thumbnail > a {
  display: block;
  max-height: 100px;
  max-width: 100px;
}
.basketPage .product-thumbnail img {
  width: auto;
  height: auto;
}
.basketPage .woocommerce-form-coupon-toggle {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .basketPage .woocommerce-form-coupon-toggle {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .basketPage .woocommerce-form-coupon-toggle {
    padding: 0 20px;
  }
}
.wc-block-grid {
  padding: 40px 0;
}
.wc-block-grid .wc-block-grid__products {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px;
  padding: 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wc-block-grid .wc-block-grid__products {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wc-block-grid .wc-block-grid__products {
    padding: 0 20px;
  }
}
#siteWrapper .imh-6310-annotation-box {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  max-width: var(--wrapperWidth) !important;
  margin: 80px auto 40px auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  #siteWrapper .imh-6310-annotation-box {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  #siteWrapper .imh-6310-annotation-box {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  #siteWrapper .imh-6310-annotation-box {
    margin: unset;
  }
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: var(--boldWeight);
  padding: 15px 18px;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  border-radius: 6px;
  transition: all 0.3s;
  line-height: 1;
  text-decoration: none;
  /* Variants */
  /* Colours mapped to CSS custom properties */
}
.button--solid {
  background: var(--btn-bg);
  color: var(--btn-color, #fff);
}
.button--outline {
  background: transparent;
  border: 1px solid var(--btn-bg);
  color: var(--btn-bg);
}
.button--ghost {
  background: transparent;
  color: var(--btn-bg);
  opacity: 0.85;
}
.button--ghost:hover {
  opacity: 1;
}
.button--rust {
  --btn-bg: var(--rust-orange);
}
.button--rust:hover,
.button--rust:focus {
  --btn-bg: #c55f41;
}
.button--ocean-steel {
  --btn-bg: var(--ocean-steel);
}
.button--ocean-steel:hover,
.button--ocean-steel:focus {
  --btn-bg: #33a0a0;
}
.button--deep-graphite {
  --btn-bg: var(--deep-graphite);
  --btn-color: var(--pure-white);
}
.button--deep-graphite:hover,
.button--deep-graphite:focus {
  --btn-bg: #494c49;
}
.button--charcoal {
  --btn-bg: var(--charcoal);
  --btn-color: var(--pure-white);
}
.button--charcoal:hover,
.button--charcoal:focus {
  --btn-bg: #595959;
}
.button--pure-white {
  --btn-bg: var(--pure-white);
  --btn-color: var(--pure-white);
  border-color: var(--pure-white);
}
.buttonAlt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  font-weight: var(--boldWeight);
  padding: 15px 18px;
  text-transform: uppercase;
  font-family: var(--primaryFont);
  border-radius: 6px;
  transition: all 0.3s;
  line-height: 1;
  text-decoration: none;
  /* Variants */
  /* Colours mapped to CSS custom properties */
  background: var(--layerDarkColour);
  border: 0;
  color: var(--lightTextColour);
  transition: background 0.3s;
}
.buttonAlt--solid {
  background: var(--btn-bg);
  color: var(--btn-color, #fff);
}
.buttonAlt--outline {
  background: transparent;
  border: 1px solid var(--btn-bg);
  color: var(--btn-bg);
}
.buttonAlt--ghost {
  background: transparent;
  color: var(--btn-bg);
  opacity: 0.85;
}
.buttonAlt--ghost:hover {
  opacity: 1;
}
.buttonAlt--rust {
  --btn-bg: var(--rust-orange);
}
.buttonAlt--rust:hover,
.buttonAlt--rust:focus {
  --btn-bg: #c55f41;
}
.buttonAlt--ocean-steel {
  --btn-bg: var(--ocean-steel);
}
.buttonAlt--ocean-steel:hover,
.buttonAlt--ocean-steel:focus {
  --btn-bg: #33a0a0;
}
.buttonAlt--deep-graphite {
  --btn-bg: var(--deep-graphite);
  --btn-color: var(--pure-white);
}
.buttonAlt--deep-graphite:hover,
.buttonAlt--deep-graphite:focus {
  --btn-bg: #494c49;
}
.buttonAlt--charcoal {
  --btn-bg: var(--charcoal);
  --btn-color: var(--pure-white);
}
.buttonAlt--charcoal:hover,
.buttonAlt--charcoal:focus {
  --btn-bg: #595959;
}
.buttonAlt--pure-white {
  --btn-bg: var(--pure-white);
  --btn-color: var(--pure-white);
  border-color: var(--pure-white);
}
.buttonAlt:hover {
  background: #1a1a1a;
}
/*
 * Button Groups
 */
.buttonGroup {
  clear: both;
}
.buttonGroup .button {
  display: block;
  margin-right: 20px;
}
header .button {
  border-radius: 6px;
  padding: 3px 12px;
  border: solid 1px #FFFFFF;
  transition: all 0.3s;
  width: 147px;
  font-weight: 500;
  line-height: 1.64705882;
  font-size: 0.875rem;
}
header .button.contactLink {
  background-color: #1C1F1C;
  color: #FFFFFF;
  border-color: #1C1F1C;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  header .button.contactLink {
    display: none;
  }
}
header .button.resourcesLink {
  background-color: transparent;
  color: #FFFFFF;
}
header .button:hover {
  background-color: #008888;
  border: solid 1px #008888;
  color: #FFFFFF;
}
.single-product header .contactLink {
  background-color: #FFFFFF;
  color: #1C1F1C;
  border-color: #FFFFFF;
}
.single-product header .contactLink:hover {
  background-color: #008888;
  border: solid 1px #008888;
  color: #FFFFFF;
}
.sticky-header .button.contactLink {
  background-color: #FFFFFF;
  color: #1C1F1C;
  border-color: #FFFFFF;
}
.button.arrow-swap {
  --icon-size: 1em;
  --icon-gap: 8px;
  --shift: calc(var(--icon-size) + var(--icon-gap));
  display: inline-flex;
  align-items: center;
  justify-items: center;
  gap: var(--icon-gap);
  overflow: hidden;
}
.button.arrow-swap > .icon {
  width: var(--icon-size);
  transition: all 0.2s;
}
.button.arrow-swap > .icon-left {
  text-align: left;
  opacity: 0;
  transform: translateX(calc(-1 * var(--icon-size))) rotate(-180deg);
}
.button.arrow-swap > .icon-right {
  text-align: right;
  opacity: 1;
  transform: translateX(0);
}
.button.arrow-swap > .label {
  transform: translateX(calc(-1 * var(--shift)));
  transition: all 0.3s;
}
.button.arrow-swap:hover .label {
  transform: translateX(var(--shift));
}
.button.arrow-swap:hover .icon-left {
  opacity: 1;
  transform: translateX(0) rotate(0deg);
}
.button.arrow-swap:hover .icon-right {
  opacity: 0;
  transform: translateX(var(--icon-size)) rotate(180deg);
}
.sticky-header .button.contactLink {
  background-color: #FFFFFF;
  color: #1C1F1C;
  border-color: #FFFFFF;
}
.sticky-header .button:hover {
  background-color: #008888;
  border: solid 1px #008888;
  color: #FFFFFF;
}
.woocommerce-checkout {
  height: 100%;
}
.woocommerce-checkout:not(.woocommerce-order-received) .headerWrap,
.woocommerce-checkout:not(.woocommerce-order-received) .footerWrap {
  display: none;
}
.woocommerce-checkout .siteInnerWrapper {
  display: flex;
  flex-direction: column;
  padding-top: 0 !important;
}
.woocommerce-checkout .siteInnerWrapper main {
  flex: 1 0 0;
}
.woocommerce-checkout .siteInnerWrapper main .woocommerce {
  height: 100%;
}
.woocommerce-checkout .siteInnerWrapper main .woocommerce .checkout {
  height: 100%;
}
.woocommerce-checkout #wc-stripe-payment-request-wrapper,
.product #wc-stripe-payment-request-wrapper {
  margin: 0 auto;
  padding: 0 20px !important;
  max-width: 300px;
}
.woocommerce-checkout #wc-stripe-payment-request-button-separator + button,
.product #wc-stripe-payment-request-button-separator + button {
  margin: 0 auto;
  display: block;
}
.checkoutPage {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  height: 100%;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .checkoutPage {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .checkoutPage {
    padding: 0 20px;
  }
}
@media all and (min-width:  1300px ) {
  .checkoutPage {
    display: flex;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .checkoutPage {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.checkoutPage .checkoutLogo {
  padding: 0 40px;
  margin: 0 auto 40px;
  display: flex;
  align-items: end;
  max-height: 60px;
}
.checkoutPage .checkoutLogo .logo {
  width: 100%;
}
.checkoutPage .checkoutLogo .logo img {
  margin: 0 auto;
  display: block;
}
@media all and (min-width:  1300px ) {
  .checkoutPage .checkoutLogo {
    height: 60px;
  }
}
@media all and (max-width: 640px) {
  .checkoutPage .checkoutLogo {
    padding: 0 20px;
  }
}
.checkoutPage .checkoutMain {
  flex: 1;
  padding: 80px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .checkoutPage .checkoutMain {
    padding: 40px 0;
  }
}
.checkoutPage .checkoutMain .checkoutMainInner {
  max-width: 650px;
  padding: 0 20px;
}
@media all and (min-width:  1300px ) {
  .checkoutPage .checkoutMain .checkoutMainInner {
    margin: 0 auto 20px;
  }
}
.checkoutPage .checkoutMain .woocommerce-additional-fields {
  margin: 0 0 20px 0;
}
.checkoutPage .checkoutMain #customerDetails .woocommerce-billing-fields {
  margin: 0 0 20px;
}
.checkoutPage .checkoutMain .select2-container--default .select2-selection--single {
  height: unset;
  position: relative;
  width: 100%;
  border: 1px solid var(--borderColour);
  color: var(--textColour);
  font-family: var(--bodyFont);
  background: var(--layerLightColour);
  padding: 10px 15px;
  font-size: 0.9375rem;
  line-height: 1;
  display: block;
  border-radius: 0;
}
.checkoutPage .checkoutMain .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.checkoutPage .checkoutMain .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.checkoutPage .checkoutSidebar {
  background: #edf0f2;
  padding: 80px 40px 180px;
  position: relative;
}
.checkoutPage .checkoutSidebar:after {
  content: '';
  position: absolute;
  background: #edf0f2;
  height: 100%;
  width: 2000px;
  top: 0;
  left: 100%;
  z-index: 5000;
  display: block;
}
@media all and (min-width:  1300px ) {
  .checkoutPage .checkoutSidebar {
    width: 450px;
    margin-left: 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .checkoutPage .checkoutSidebar {
    padding: 40px 20px 20px;
  }
}
@media all and (max-width: 640px) {
  .checkoutPage .checkoutSidebar {
    margin: 110px 0 0 0;
  }
}
.checkoutPage .checkoutSidebar h3,
.checkoutPage .checkoutMain h3 {
  margin-bottom: 20px;
}
.checkoutPage #order_comments_field {
  margin: 0;
}
.checkoutPage .woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 20px;
  font-size: 0.875rem;
  line-height: 1.6;
}
.checkoutPage .woocommerce-privacy-policy-text {
  margin: 0 0 20px;
}
.checkoutPage .required {
  display: none;
}
.checkoutPage .wc_payment_methods {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.checkoutPage .wc_payment_methods li > label {
  border: 1px solid #dde3e8;
}
.checkoutPage .wc_payment_method > input[type="radio"]:checked + label {
  opacity: 1;
}
.checkoutPage .wc_payment_method > label {
  cursor: pointer;
  display: block;
  padding: 20px;
  opacity: 0.5;
}
.checkoutPage .wc_payment_method > label:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
.checkoutPage .wc_payment_method .payment_box {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #f1f1f1;
  font-size: 0.75rem;
  margin: 0 0 20px;
}
.checkoutPage .woocommerceTermsAndConditions a {
  text-decoration: underline;
}
.checkoutPage #ship-to-different-address {
  display: none;
}
.checkoutPage .mTabs {
  margin: 0 0 50px 0;
}
.checkoutPage .mTabs__tabsNav {
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.checkoutPage .mTabs__tabsNav .mCollapsible__title {
  outline: unset;
  border: unset;
  padding: 0;
  display: flex;
  align-items: center;
}
.checkoutPage .mTabs__tabsNav .mCollapsible__title h3 {
  margin: 0 10px 0 0;
  font-size: 1.75rem;
}
.checkoutPage .mTabs__container {
  border: unset !important;
}
.woocommerce-order {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-top: 100px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-order {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-order {
    padding: 0 20px;
  }
}
.woocommerce-order h2 {
  font-size: 1.875rem;
}
.woocommerce-order .woocommerce-order-overview {
  margin: 0 0 20px;
  list-style-type: none;
}
.woocommerce-order .woocommerce-order-overview li {
  flex: 1;
}
.woocommerce-order .woocommerce-order-overview li strong {
  margin: 0 0 0 5px;
}
.woocommerce-order .woocommerce-order-overview li .orderDetailValue {
  font-weight: bold;
}
.woocommerce-order .woocommerce-order-overview li .orderDetailLabel,
.woocommerce-order .woocommerce-order-overview li .orderDetailValue {
  display: block;
}
.woocommerce-order .woocommerce-thankyou-order-received {
  font-size: 1.875rem;
  text-align: center;
}
@media all and (min-width:  1300px ) {
  .woocommerce-order .woocommerce-thankyou-order-received {
    padding: 50px 20px;
  }
}
.woocommerce-order .woocommerce-thankyou-order-details {
  margin: 0 auto 60px;
}
.woocommerce-order .woocommerce-table {
  margin-right: -10px;
  margin-left: -10px;
  width: calc(100% + 20px);
}
.woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file {
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.2;
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-weight: var(--boldWeight);
    padding: 15px 18px;
    text-transform: uppercase;
    font-family: var(--primaryFont);
    border-radius: 6px;
    transition: all 0.3s;
    line-height: 1;
    text-decoration: none;
    /* Variants */
    /* Colours mapped to CSS custom properties */
    font-size: 0.875rem;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--solid {
    background: var(--btn-bg);
    color: var(--btn-color, #fff);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--outline {
    background: transparent;
    border: 1px solid var(--btn-bg);
    color: var(--btn-bg);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--ghost {
    background: transparent;
    color: var(--btn-bg);
    opacity: 0.85;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--ghost:hover {
    opacity: 1;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--rust {
    --btn-bg: var(--rust-orange);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--rust:hover,
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--rust:focus {
    --btn-bg: #c55f41;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--ocean-steel {
    --btn-bg: var(--ocean-steel);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--ocean-steel:hover,
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--ocean-steel:focus {
    --btn-bg: #33a0a0;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--deep-graphite {
    --btn-bg: var(--deep-graphite);
    --btn-color: var(--pure-white);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--deep-graphite:hover,
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--deep-graphite:focus {
    --btn-bg: #494c49;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--charcoal {
    --btn-bg: var(--charcoal);
    --btn-color: var(--pure-white);
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--charcoal:hover,
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--charcoal:focus {
    --btn-bg: #595959;
  }
  .woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file--pure-white {
    --btn-bg: var(--pure-white);
    --btn-color: var(--pure-white);
    border-color: var(--pure-white);
  }
}
.woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file:hover,
.woocommerce-order .woocommerce-table .woocommerce-MyAccount-downloads-file:focus {
  text-decoration: none;
}
.woocommerce-order .woocommerce-table th {
  vertical-align: top;
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads,
  .woocommerce-order .woocommerce-table--order-downloads thead,
  .woocommerce-order .woocommerce-table--order-downloads tbody,
  .woocommerce-order .woocommerce-table--order-downloads tr,
  .woocommerce-order .woocommerce-table--order-downloads thead tr,
  .woocommerce-order .woocommerce-table--order-downloads tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads thead,
  .woocommerce-order .woocommerce-table--order-downloads thead thead,
  .woocommerce-order .woocommerce-table--order-downloads tbody thead,
  .woocommerce-order .woocommerce-table--order-downloads tbody,
  .woocommerce-order .woocommerce-table--order-downloads thead tbody,
  .woocommerce-order .woocommerce-table--order-downloads tbody tbody,
  .woocommerce-order .woocommerce-table--order-downloads thead tr,
  .woocommerce-order .woocommerce-table--order-downloads thead thead tr,
  .woocommerce-order .woocommerce-table--order-downloads tbody thead tr,
  .woocommerce-order .woocommerce-table--order-downloads tbody tr,
  .woocommerce-order .woocommerce-table--order-downloads thead tbody tr,
  .woocommerce-order .woocommerce-table--order-downloads tbody tbody tr {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads th,
  .woocommerce-order .woocommerce-table--order-downloads thead th,
  .woocommerce-order .woocommerce-table--order-downloads tbody th,
  .woocommerce-order .woocommerce-table--order-downloads td,
  .woocommerce-order .woocommerce-table--order-downloads thead td,
  .woocommerce-order .woocommerce-table--order-downloads tbody td {
    flex: 1 1 33.3333%;
    max-width: 33.3333%;
    font-size: 0.875rem;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads th.download-file,
  .woocommerce-order .woocommerce-table--order-downloads thead th.download-file,
  .woocommerce-order .woocommerce-table--order-downloads tbody th.download-file,
  .woocommerce-order .woocommerce-table--order-downloads td.download-file,
  .woocommerce-order .woocommerce-table--order-downloads thead td.download-file,
  .woocommerce-order .woocommerce-table--order-downloads tbody td.download-file {
    flex-basis: 100%;
    max-width: none;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads th.download-file,
  .woocommerce-order .woocommerce-table--order-downloads thead th.download-file,
  .woocommerce-order .woocommerce-table--order-downloads tbody th.download-file {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-order .woocommerce-table--order-downloads tr:nth-child(even),
  .woocommerce-order .woocommerce-table--order-downloads thead tr:nth-child(even),
  .woocommerce-order .woocommerce-table--order-downloads tbody tr:nth-child(even) {
    background-color: #f3f3f3;
  }
}
.emptyCart {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .emptyCart {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .emptyCart {
    padding: 0 20px;
  }
}
@media all and (min-width:  1300px ), all and (min-width:  641px ) and (max-width:  1299px ) {
  .emptyCart {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.emptyCart .innerText {
  margin: 0 0 20px;
}
.checkoutHeader {
  display: block !important;
}
.checkoutHeader.headerWrap {
  position: relative;
}
.checkoutHeader .checkoutHeaderInner {
  display: flex;
  justify-content: space-between;
  min-height: 105px;
  margin: 0 auto;
  max-width: var(--wrapperWidth);
  padding: 20px;
}
@media all and (max-width: 640px) {
  .checkoutHeader .checkoutHeaderInner {
    grid-template-areas: "back secure" "logo logo";
  }
}
.checkoutHeader .checkoutHeaderInner .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 640px) {
  .checkoutHeader .checkoutHeaderInner .logo {
    grid-area: logo;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto;
  }
}
.checkoutHeader .checkoutHeaderInner .logo img {
  width: 100%;
  max-width: 160px;
}
.checkoutHeader .secureCheckout {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-gap: 10px;
  align-items: center;
}
@media all and (max-width: 640px) {
  .checkoutHeader .secureCheckout {
    grid-area: secure;
  }
}
.checkoutHeader .button {
  font-size: 0.9375rem;
  text-transform: unset;
}
.checkoutHeader .button:before {
  background: url(ee6387fcc2db37384fcc.svg) 50% no-repeat;
  background-size: contain;
  content: "";
  filter: invert(9%) sepia(51%) saturate(1514%) hue-rotate(181deg) brightness(97%) contrast(97%);
  flex-shrink: 0;
  height: 1em;
  width: 1em;
  transform: rotate(180deg);
}
.shippingRatesWrapper,
.orderSummary {
  display: none !important;
}
.woocommerce-order-received .checkoutHeader {
  display: none !important;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-order-overview__total {
  display: none;
}
.contactWrap .splide {
  overflow: hidden;
}
.contactWrap .contactMeta {
  flex: 1;
}
.contactWrap .contactForm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #1D1E1B;
  color: white;
  overflow: hidden;
}
.contactWrap .contactForm .ff-message-success {
  color: #ffffff;
  border: unset;
  font-size: 20px;
  box-shadow: unset;
}
.contactWrap .contactForm__form {
  width: 50%;
  padding: 100px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contactWrap .contactForm__form {
    width: 100%;
    padding: 20px;
  }
}
.contactWrap .contactForm__form form ::placeholder {
  color: #fff;
  opacity: 1;
}
.contactWrap .contactForm__form form :-ms-input-placeholder {
  color: #fff;
}
.contactWrap .contactForm__form form ::-ms-input-placeholder {
  color: #fff;
}
.contactWrap .contactForm__form form input,
.contactWrap .contactForm__form form textarea {
  background: transparent;
  font-size: 1rem;
  color: #fff;
}
.contactWrap .contactForm__form form p {
  color: #fff;
}
.contactWrap .contactForm__form form .error {
  color: #fff;
  font-size: 1rem;
}
.contactWrap .contactForm__form form button {
  padding: 12px 35px 12px;
  background-color: #fff;
  color: #1D1E1B;
  border-radius: 50px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.contactWrap .contactForm__image {
  width: 50%;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contactWrap .contactForm__image {
    width: 100%;
  }
}
.contactWrap .contactForm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*
 * Footer rework
 */
.siteFooter {
  background-color: var(--deep-graphite);
}
.siteFooter__inner {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  position: relative;
  padding: 50px 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .siteFooter__inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .siteFooter__inner {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__inner {
    padding: 50px 20px;
  }
}
.siteFooter .logo__img {
  fill: var(--pure-white);
  max-height: 40px;
  width: auto;
}
.siteFooter__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media all and (max-width: 640px) {
  .siteFooter__top {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__primaryNav {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  }
}
.siteFooter__primaryMenu {
  list-style: none;
  display: flex;
  gap: 18px;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 0.9375rem;
}
@media all and (max-width: 640px) {
  .siteFooter__primaryMenu {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
}
.siteFooter__primaryMenu a {
  text-decoration: none;
}
.siteFooter__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 90px 0 95px;
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .siteFooter__hero {
    flex-direction: column;
    gap: 40px;
    padding: 50px 0 50px;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__hero {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 50px 0 50px;
  }
}
.siteFooter__title {
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 3.75rem;
  line-height: 0.73333333;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media all and (max-width: 640px) {
  .siteFooter__title {
    font-size: 2.125rem;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 1;
  }
}
.siteFooter__titleLine {
  display: block;
  color: var(--textColour);
}
.siteFooter__titleLine:nth-of-type(2) {
  margin-left: 82px;
}
@media all and (max-width: 640px) {
  .siteFooter__titleLine:nth-of-type(2) {
    margin-left: 0;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__titleLine {
    display: inline;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__titleLine:first-of-type::after {
    content: " ";
  }
}
.siteFooter__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 14px;
  font-size: 2.1875rem;
  font-weight: var(--boldWeight);
  text-transform: uppercase;
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .siteFooter__contact {
    align-self: flex-end;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__contact {
    align-items: center;
    font-size: 1.125rem;
    text-align: center;
    gap: 24px;
  }
}
.siteFooter__contactLink {
  display: inline-block;
  padding-bottom: 4px;
  text-decoration: underline;
  text-underline-offset: 16px;
  text-decoration-color: currentColor;
  transition: all 0.3s;
}
@media all and (max-width: 640px) {
  .siteFooter__contactLink {
    text-underline-offset: 8px;
  }
}
.siteFooter__contactLink:hover {
  text-underline-offset: 14px;
  text-decoration: underline;
  text-decoration-color: var(--ocean-steel);
}
@media all and (max-width: 640px) {
  .siteFooter__contactLink:hover {
    text-underline-offset: 6px;
  }
}
.siteFooter__divider {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.6);
}
.siteFooter__lower {
  --footer-column-width: calc(100% / 7);
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(0, 2fr);
  column-gap: 24px;
  row-gap: 24px;
  align-items: flex-start;
  padding: 40px 0 70px;
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
}
@media all and (max-width: 640px) {
  .siteFooter__lower {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 50px 0 0;
  }
}
.siteFooter__links {
  display: contents;
}
.siteFooter__linksMenu {
  list-style: none;
  display: contents;
  margin: 0;
  padding: 0;
}
@media all and (max-width: 640px) {
  .siteFooter__linksMenu {
    margin: 0;
  }
}
.siteFooter__linksMenu > li {
  min-width: 0;
  list-style: none;
}
@media all and (max-width: 640px) {
  .siteFooter__linksMenu > li {
    min-width: 0;
  }
}
.siteFooter__linksMenu > li > a {
  display: block;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 0.75rem;
  margin-bottom: 10px;
}
.siteFooter__linksMenu .sub-menu {
  list-style: none;
}
.siteFooter__linksMenu .sub-menu a {
  color: rgba(242, 242, 242, 0.8);
  font-size: 0.9375rem;
  line-height: 1.06666667;
  font-weight: var(--bookWeight);
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
  transition: color 0.3s;
}
@media all and (max-width: 640px) {
  .siteFooter__linksMenu .sub-menu a {
    font-size: 1rem;
  }
}
.siteFooter__linksMenu .sub-menu a:hover {
  color: var(--pure-white);
}
.siteFooter__locations {
  display: contents;
}
@media all and (max-width: 640px) {
  .siteFooter__locations {
    display: contents;
  }
}
.siteFooter__location {
  flex: 1 1 160px;
  min-width: 0;
}
.siteFooter__location p {
  margin-bottom: 4px;
  color: rgba(242, 242, 242, 0.8);
  font-size: 0.9375rem;
}
@media all and (max-width: 640px) {
  .siteFooter__location p {
    font-size: 1rem;
  }
}
@media all and (max-width: 640px) {
  .siteFooter__location {
    flex: 1 0 48%;
  }
}
p.siteFooter__locationTitle {
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 0.75rem;
  margin-bottom: 10px;
  color: var(--textColour);
}
.siteFooter__locationMap {
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  font-weight: var(--bookWeight);
  font-size: 0.6875rem;
  color: rgba(242, 242, 242, 0.8);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.3s;
}
.siteFooter__locationMap:hover {
  text-decoration: underline;
  color: var(--pure-white);
}
.siteFooter__locationMap .icon {
  margin-right: 2px;
}
.siteFooter__cta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media all and (max-width: 640px) {
  .siteFooter__cta {
    align-items: center;
    width: 100%;
    grid-column: span 2;
    margin-top: 50px;
  }
}
.siteFooter__subscribe {
  background: var(--ocean-steel);
  border-radius: 12px;
  padding: calc(20px / 2);
}
@media all and (min-width:  641px ) and (max-width:  1299px ), all and (max-width: 640px) {
  .siteFooter__subscribe {
    max-width: 100%;
    width: 100%;
  }
}
.siteFooter__backToTop {
  transition: all 0.3s;
  gap: 1rem;
  align-self: flex-end;
}
.siteFooter__backToTop:hover .siteFooter__backToTopIcon {
  transform: translateY(-2px);
}
.siteFooter__backToTopIcon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.siteFooter__backToTopIcon .icon {
  transform: rotate(-90deg);
}
.smallPrint {
  font-size: 0.9375rem;
  color: var(--textColour);
  gap: 0;
}
.smallPrint a {
  color: rgba(242, 242, 242, 0.8);
  transition: color 0.3s;
}
.smallPrint a:hover {
  color: var(--pure-white);
}
@media all and (max-width: 640px) {
  .smallPrint {
    text-align: center;
  }
}
.smallPrint__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  gap: 20px;
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .smallPrint__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .smallPrint__wrapper {
    padding: 0 20px;
  }
}
.smallPrint__top {
  width: 100%;
  background-color: var(--charcoal);
  padding: 30px 0;
}
.smallPrint__top img {
  height: 60px;
  width: auto;
}
@media all and (max-width: 640px) {
  .smallPrint__top img {
    height: 45px;
  }
}
.smallPrint__top--left,
.smallPrint__top--right {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
}
.smallPrint__bottom {
  width: 100%;
  font-size: 1rem;
  padding: 20px 0;
  background-color: var(--deep-graphite);
}
.smallPrint__bottom a {
  color: rgba(242, 242, 242, 0.8);
  transition: color 0.3s;
}
.smallPrint__bottom a:hover {
  color: var(--pure-white);
}
.copyMenuWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
.smallPrintMenu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.smallPrintMenu li:last-child::after {
  display: none;
}
.smallPrintMenu li::after {
  content: '|';
  margin: 0 0.4em;
}
/*
 * Form Styles
 */
form fieldset {
  border: 0;
  margin: 0 0 20px;
  padding: 0;
}
form fieldset:last-child {
  margin-bottom: 0;
}
form legend {
  display: none;
}
.row {
  width: 100%;
  margin: 0 0 20px;
  /*
     * Checkboxes
     */
}
.row#newsletter_checkbox_field {
  height: 45px;
}
.row#newsletter_checkbox_field .checkbox .optional {
  display: none;
}
.row label {
  font-family: var(--bodyFont);
  color: var(--textColour);
  margin: 0 0 10px;
  display: block;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.row textarea {
  position: relative;
  width: 100%;
  border: 1px solid var(--borderColour);
  color: var(--textColour);
  font-family: var(--bodyFont);
  background: var(--layerLightColour);
  padding: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  display: block;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search'])::placeholder,
.row textarea::placeholder {
  opacity: 0.5;
}
.row input:not([type='checkbox']):not([type='radio']):not([class='vs__search']):focus-visible,
.row textarea:focus-visible {
  outline: 1px solid var(--primaryColour);
}
.row textarea {
  min-height: 150px;
}
.row .validationMessage {
  font-family: var(--primaryFont);
  padding: 10px 0;
  z-index: 5;
  border-radius: var(--borderRadius);
  font-size: 0.875rem;
  display: none;
  line-height: 22px;
}
.row .buttonInline {
  clear: both;
  display: flex;
}
@media all and (max-width: 640px) {
  .row .buttonInline {
    display: block;
  }
}
.row .buttonInline:after {
  display: none;
}
.row .buttonInline select,
.row .buttonInline input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  min-width: 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline select,
  .row .buttonInline input {
    margin-bottom: 10px;
    width: 100%;
  }
}
.row .buttonInline button,
.row .buttonInline .button,
.row .buttonInline .buttonAlt {
  margin: 0;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media all and (max-width: 640px) {
  .row .buttonInline button,
  .row .buttonInline .button,
  .row .buttonInline .buttonAlt {
    width: 100%;
    border-radius: var(--borderRadius);
  }
}
.row.errorWrap .validationMessage,
.row.successWrap .validationMessage {
  display: block;
}
.row.errorWrap .inputWrap,
.row.successWrap .inputWrap {
  position: relative;
}
.row.errorWrap .inputWrap:after,
.row.successWrap .inputWrap:after {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
}
.row.errorWrap .validationMessage {
  color: var(--informationColour);
}
.row.errorWrap .inputWrap input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.row.errorWrap .inputWrap textarea {
  border: 2px solid var(--informationColour);
}
.row.successWrap .validationMessage {
  color: var(--successColour);
}
.row.successWrap input:not([type='checkbox']),
.row.successWrap input:not([type='radio']),
.row.successWrap textarea,
.row.successWrap select {
  border-color: var(--successColour);
}
.row input[disabled] {
  background: var(--layerLightColour);
  border: 1px solid var(--borderColour);
}
.row input[type=checkbox] {
  display: block;
  margin: 20px;
  padding: 0;
}
.row input[type=checkbox],
.row input[type=radio] {
  position: absolute;
  left: -9999px;
  /*
         * Set outline when keyboarding
         */
}
.row input[type=checkbox] + label,
.row input[type=radio] + label,
.row input[type=checkbox] + span,
.row input[type=radio] + span {
  position: relative;
  padding: 0 0 0 30px;
  cursor: pointer;
  user-select: none;
  width: 100%;
}
.row input[type=checkbox] + label:before,
.row input[type=radio] + label:before,
.row input[type=checkbox] + span:before,
.row input[type=radio] + span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid var(--borderColour);
  cursor: pointer;
  content: '';
  background: #fff;
}
.row input[type=checkbox] + label:after,
.row input[type=radio] + label:after,
.row input[type=checkbox] + span:after,
.row input[type=radio] + span:after {
  position: absolute;
  top: 13px;
  left: 4px;
  width: 13px;
  font-size: 0.9375rem;
  opacity: 0;
  transition: opacity 0.25s;
  transform: translateY(-50%);
  content: url(129b9ae1fa5ef1eb2e19.svg);
  color: var(--primaryColour);
}
.row input[type=checkbox]:checked + label:after,
.row input[type=radio]:checked + label:after,
.row input[type=checkbox]:checked + span:after,
.row input[type=radio]:checked + span:after {
  opacity: 1;
}
.row input[type=checkbox][type=radio] + label:before,
.row input[type=radio][type=radio] + label:before {
  border-radius: 100%;
  content: '';
}
.row input[type=checkbox][type=radio] + label:after,
.row input[type=radio][type=radio] + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  background: #fff;
  width: 12px;
  height: 12px;
  background: var(--primaryColour);
  border-radius: 100%;
  transform: scale(0);
  transition: transform 0.25s;
  content: '';
}
.row input[type=checkbox][type=radio]:checked + label:after,
.row input[type=radio][type=radio]:checked + label:after {
  transform: scale(1);
}
.row input[type=checkbox]:focus + label:before,
.row input[type=radio]:focus + label:before {
  border: 1px solid var(--primaryColour);
}
/*
 * Form inline styles
 */
.formInline .row .buttonInline {
  clear: none;
}
.formInline .row label {
  width: 30%;
  padding: 8px 0;
}
.formInline .row .inputWrap {
  padding: 0 0 0 20px;
  width: 70%;
}
.formInline .validationMessage {
  width: 70%;
  float: right;
  padding-left: 20px;
}
@media all and (max-width: 640px) {
  .formInline .validationMessage {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
.formInline input[type=radio] + label + div,
.formInline input[type=checkbox] + label + div {
  float: none;
  width: 100%;
  padding-left: 30px;
}
@media all and (max-width: 640px) {
  .formInline .row label {
    clear: both;
    width: 100%;
  }
  .formInline .row .inputWrap {
    padding: 0;
    width: 100%;
  }
}
.v-select .vs__dropdown-toggle {
  border: 0;
  background: var(--layerLightColour);
  padding: 12px 15px;
}
.demo-container {
  padding: 22px 25px 25px 25px !important;
  background-color: #F2F2F2 !important;
}
.demo-container h3 {
  font-size: 1.25rem !important;
}
.demo-container p {
  font-size: 1rem !important;
  margin: 0 0 15px 0;
}
.demo-container ul {
  text-align: left;
  padding: 0 0 0 20px;
}
.demo-container ul li {
  font-size: 1rem !important;
}
#st-1 {
  opacity: 1 !important;
}
.headerWrap {
  position: fixed;
  width: 100%;
  z-index: 5000;
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out, background-color 0.3s;
}
@media all and (max-width: 1250px) {
  .headerWrap {
    background-color: #1C1F1C;
  }
}
.headerWrap a {
  color: #fff;
}
.headerWrap .logo__img {
  fill: #fff;
}
@media all and (max-width: 1250px) {
  .headerWrap .logo__img {
    width: 140px;
  }
}
.headerWrap .logo__img #ryno__wordmark {
  transition: opacity 0.3s ease;
  will-change: opacity;
  opacity: 1;
}
.headerWrap.sticky-header {
  background-color: #1C1F1C;
  transition: background-color 0.3s;
}
.headerWrap.sticky-header .logo__img #ryno__icon {
  z-index: 1;
}
.headerWrap.sticky-header .logo__img #ryno__wordmark {
  opacity: 0;
  z-index: 0;
}
.headerWrap:not(.sticky-header):hover {
  background-color: #1C1F1C;
}
.headerWrap:hover .button.contactLink {
  background-color: #FFFFFF;
  color: #1C1F1C;
  border-color: #FFFFFF;
}
.headerWrap:hover .button:hover {
  background-color: #008888;
  border: solid 1px #008888;
  color: #FFFFFF;
}
@media all and (min-width: 1250px) {
  .single-product .headerWrap {
    background-color: #1C1F1C;
  }
}
.mainHeader {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .mainHeader {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .mainHeader {
    padding: 0 20px;
  }
}
@media all and (min-width: 1250px) {
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .mainHeader {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 1250px) {
  .mainHeader {
    height: 70px;
  }
}
.mainHeader .logo {
  line-height: 1.64705882;
}
@media all and (min-width: 1250px) {
  .mainHeader .logo {
    margin-top: -5px;
  }
}
.mainHeader .logo a:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
.siteMessage {
  padding: 8px;
  font-size: 0.75rem;
  margin-left: -8px;
}
.contactLink {
  padding-left: 28px;
  padding-right: 28px;
  background-color: var(--secondaryColour);
}
@media all and (max-width: 1250px) {
  .contactLink {
    display: none;
  }
}
@media all and (min-width: 1250px) {
  .contactLink--mobile {
    display: none;
  }
}
@media all and (max-width: 1250px) {
  .resourcesLink {
    display: none;
  }
}
@media all and (min-width: 1250px) {
  .resourcesLink--mobile {
    display: none;
  }
}
.breadcrumbs {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8125rem;
  letter-spacing: 1.24px;
}
.breadcrumbs__separator {
  display: inline-block;
  margin: 0 0.7em;
}
.grecaptcha-badge {
  display: none !important;
}
@media all and (min-width: 1250px) {
  .search-results .sliderContentWrap,
  .search-no-results .sliderContentWrap {
    padding-top: 100px;
  }
  .error404 .pageNotFound {
    padding-top: 100px;
  }
}
.product .productDetail {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 130px;
  margin-top: 130px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .product .productDetail {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .product .productDetail {
    padding: 0 20px;
  }
}
.product .productDetail .product_title {
  font-size: 3rem;
}
@media all and (min-width:  1300px ), all and (min-width:  641px ) and (max-width:  1299px ) {
  .product .productDetail {
    display: flex;
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product .productDetail {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.product .productDetail.sampleDisabled .single_add_to_cart_button {
  display: none !important;
  pointer-events: none;
}
.product .productDetail .row.quantity {
  max-width: 100px;
}
.product .productDetail .woocommerce-product-gallery {
  flex: 1;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product .productDetail .woocommerce-product-gallery {
    width: 100%;
    flex: unset;
    margin: 0 0 40px 0 !important;
    order: 1 !important;
  }
}
.product .productDetail .summary {
  order: 1;
  width: 630px;
}
.product .productDetail .summary .cart {
  margin: 30px 0 0 0;
}
.product .productDetail .summary .variations {
  margin: 0 0 20px 0;
}
.product .productDetail .summary .variations tr {
  display: flex;
  align-items: center;
}
.product .productDetail .summary .variations .label,
.product .productDetail .summary .variations .value {
  float: left;
  font-size: 1.0625rem;
}
.product .productDetail .summary .variations .label {
  font-weight: 700;
  text-transform: uppercase;
}
.product .productDetail .summary .variations .value {
  display: flex;
}
.product .productDetail .summary .variations .value select {
  border: 1px solid #dadbdd;
  border-radius: 7px;
  font-size: 1.0625rem;
  padding: 5px 20px 5px 10px;
}
.product .productDetail .summary .variations .value .reset_variations {
  line-height: 2;
  margin: 0 0 0 5px;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product .productDetail .summary {
    width: 100%;
  }
}
.product .productDetail .summary .breadcrumbs {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.product .productDetail .summary .breadcrumbs__separator {
  margin: 0 4px;
}
.product .productDetail .summary .price {
  display: none;
}
.product .productDetail .summary ul {
  margin: 0 0 0 20px;
}
.product .productDetail .summary .button {
  width: 350px;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product .productDetail .summary .button {
    width: 100%;
    padding: 12px 0;
  }
}
.product .productDetail .summary .button.single_add_to_cart_button {
  margin: 0 0 20px 0 !important;
}
.product .productDetail .woocommerce-product-gallery {
  order: 2;
}
.product .productDetail .woocommerce-product-gallery {
  margin-left: 100px;
  overflow: hidden;
  position: relative;
}
.product .productDetail .woocommerce-product-gallery .epdLogo {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 75px;
  width: auto;
  z-index: 10;
}
.product .productDetail .woocommerce-product-gallery__image {
  aspect-ratio: 1;
}
.product .productDetail .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .productDetail .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  justify-content: flex-start;
  margin: 20px 0 0 0;
  gap: 20px;
}
.product .productDetail .woocommerce-product-gallery .flex-control-thumbs li {
  cursor: pointer;
  width: 30%;
  aspect-ratio: 1;
  list-style: none;
}
.product .productDetail .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .productDetail .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  border: 2px solid #4E4D4D;
}
.product .product-sku {
  color: var(--tertiaryColour);
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.pswp--open {
  z-index: 99999;
}
.pswp__caption__center {
  text-align: center !important;
}
/* Login Page*/
#customer_login {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
@media all and (max-width: 640px) {
  #customer_login {
    padding: 0;
  }
}
#customer_login .col-1,
#customer_login .col-2 {
  width: 400px;
  padding: 40px;
  background-color: #1D1E1B;
  color: #fff;
  border-radius: 50px;
}
@media all and (max-width: 640px) {
  #customer_login .col-1,
  #customer_login .col-2 {
    margin: 20px 0;
  }
}
#customer_login .col-1 h2,
#customer_login .col-2 h2 {
  font-size: 2.8125rem;
  text-align: center;
  margin: 0 0 40px 0;
  color: #fff;
  font-weight: 300;
}
#customer_login .col-1 p,
#customer_login .col-2 p {
  margin: 0 0 16px 0;
}
#customer_login .col-1 p a,
#customer_login .col-2 p a {
  color: #fff;
}
#customer_login .col-1 .button,
#customer_login .col-2 .button {
  background-color: #fff;
  color: #1D1E1B;
  width: 100%;
  margin: 20px 0 0 0;
}
#customer_login .col-1 form label,
#customer_login .col-2 form label {
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
}
#customer_login .col-1 form label.woocommerce-form-login__rememberme,
#customer_login .col-2 form label.woocommerce-form-login__rememberme {
  display: none;
}
#customer_login .col-1 form input,
#customer_login .col-2 form input {
  border: 1px solid;
  border-color: var(--tertiaryColour);
  border-radius: 50px;
  padding: 8px 20px;
  width: 100%;
}
.woocommerce-account .woocommerce {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-account .woocommerce {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-account .woocommerce {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-account .woocommerce {
    padding: 60px 20px;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  margin: 0 40px 0 0;
  background-color: #1D1E1B;
  border-radius: 20px;
  width: 250px;
}
@media all and (max-width: 640px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    order: 2;
    margin: 40px 0 0 0;
  }
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: unset;
  padding: 40px 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  display: block;
  padding: 8px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders {
  display: none;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: inherit;
  font-size: 1.375rem;
  color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  font-size: 1.25rem;
  flex: 1;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content label {
  display: block;
  width: 100%;
  margin: 0 0 4px 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content input {
  border: 1px solid;
  border-color: var(--tertiaryColour);
  border-radius: 50px;
  padding: 8px 20px;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-content span {
  font-size: 1rem;
}
.woocommerce-account .woocommerce .woocommerce-info {
  display: grid;
}
.woocommerce-account .woocommerce .woocommerce-info .button {
  margin: 20px 0 0 0;
}
.woocommerce-customer-details .woocommerce-columns {
  gap: 20px;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
}
.menuWrapper {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1250px) {
  .menuWrapper {
    display: block;
  }
}
.menuMeta {
  display: flex;
  align-items: center;
}
@media all and (min-width: 1250px) {
  .menuMeta {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    margin-left: auto;
    gap: 24px;
  }
}
@media all and (max-width: 1250px) {
  .menuMeta {
    margin-left: auto;
  }
}
.menuMeta .menuWrapper__icons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.menuMeta .menuWrapper__icons .searchButton {
  background: 0;
  outline-offset: 3px;
  font-size: 1.25rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
@media all and (min-width: 1251px) {
  .menuMeta .menuWrapper__icons .searchButton {
    display: none;
  }
}
.mainMenu a {
  text-decoration: none;
  display: block;
}
.mainMenu a:hover {
  text-decoration: none;
}
.mainMenu li {
  list-style-type: none;
  position: static;
}
.mainMenu li.small-menu {
  position: relative;
}
.mainMenu .menu-item-description {
  font-size: 0.9375rem;
  font-weight: 400;
  display: block;
  margin-top: 2px;
  margin-bottom: 15px;
}
@media all and (max-width: 1250px) {
  .mainMenu {
    font-size: 1rem;
  }
  .mainMenu .menu-item-description {
    display: none;
  }
  .mainMenu li {
    width: 100%;
    color: #000;
  }
  .mainMenu li.menu-item-has-children > a {
    position: relative;
    --arrow-width: 0.15em;
    --arrow-size: 1rem;
    --arrow-color: #fff;
  }
  .mainMenu li.menu-item-has-children > a::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYXJyb3ctcmlnaHQiIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImFycm93LXJpZ2h0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGNsYXNzPSIiIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiPjwvcGF0aD48L3N2Zz4=);
    position: absolute;
    width: var(--arrow-size);
    height: var(--arrow-size);
  }
  .mainMenu li.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .mainMenu li.menu-item-has-children > a::after {
    transition: transform 0.5s;
    right: 30px;
    transform: translateY(-50%);
  }
  .mainMenu li.menu-item-has-children.open > a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .mainMenu li a {
    color: #1C1F1C;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    padding: 14px 60px 13px 20px;
  }
  .mainMenu li.sub-item-heading:not(.horizontal-section) a {
    text-transform: uppercase;
    font-weight: 500;
  }
  .mainMenu li ul {
    display: none;
  }
  .mainMenu li ul li a {
    background-color: #FFFFFF;
    padding-left: 30px;
  }
  .mainMenu li ul li:last-child {
    border-bottom: 0;
  }
  .mainMenu li ul li ul li a {
    background-color: var(--c4);
    font-weight: initial;
    text-transform: none;
    letter-spacing: -0.21px;
  }
  .mainMenu li ul li ul li ul {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mainMenu li ul li ul li ul li a {
    background-color: transparent;
    font-size: 0.9375rem;
    padding-top: 10px;
    padding-bottom: 11px;
    letter-spacing: -0.15px;
  }
  .mainMenu li:not([class]):has( > a.clone:not([href])),
  .mainMenu li:not([class]):has(> a.clone[href=""]),
  .mainMenu li:not([class]):has(> a.clone[href="#"]),
  .mainMenu li[class=""]:has( > a.clone:not([href])),
  .mainMenu li[class=""]:has(> a.clone[href=""]),
  .mainMenu li[class=""]:has(> a.clone[href="#"]) {
    display: none;
  }
}
@media all and (min-width: 1250px) {
  .mainMenu {
    --before-border-right: 1px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-right: 25px;
  }
  .mainMenu li {
    position: relative;
  }
  .mainMenu li ul {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
  }
  .mainMenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition-delay: 300ms !important;
  }
  .mainMenu li {
    position: static;
  }
  .mainMenu li.small-menu {
    position: relative;
  }
  .mainMenu li:hover > a {
    opacity: 1 !important;
  }
  .mainMenu li:hover > .sub-menu,
  .mainMenu li:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .mainMenu li:hover > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:hover > .sub-menu > li.first-non-header > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li.first-non-header > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .mainMenu li:hover > .sub-menu > li:first-child > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li:first-child > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:hover > .sub-menu > li.first-non-header > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li.first-non-header > .sub-menu > li:first-child > .sub-menu,
  .mainMenu li:hover > .sub-menu > li:first-child > .sub-menu > li.first-non-header > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li:first-child > .sub-menu > li.first-non-header > .sub-menu,
  .mainMenu li:hover > .sub-menu > li.first-non-header > .sub-menu > li.first-non-header > .sub-menu,
  .mainMenu li:focus-within > .sub-menu > li.first-non-header > .sub-menu > li.first-non-header > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .mainMenu li:hover > .sub-menu > li:first-child .menuImg,
  .mainMenu li:focus-within > .sub-menu > li:first-child .menuImg,
  .mainMenu li:hover > .sub-menu > li.first-non-header .menuImg,
  .mainMenu li:focus-within > .sub-menu > li.first-non-header .menuImg {
    display: block;
    z-index: 1;
  }
  .mainMenu li:hover .horizontal-section > .sub-menu,
  .mainMenu li:focus-within .horizontal-section > .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  .mainMenu > li > a {
    font-weight: 500;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1.36px;
    padding: 40px 0px;
    margin-top: 2px;
  }
  .mainMenu > li > a::after {
    content: '';
    position: relative;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #008888;
    display: block;
    transition: all 0.3s;
    transform: scaleX(0);
    transform-origin: center;
  }
  .mainMenu > li > a:hover::after,
  .mainMenu > li > a:focus-within::after {
    transform: scaleX(1);
  }
  .mainMenu > li:hover > a::after,
  .mainMenu > li:focus-within > a::after {
    transform: scaleX(1);
  }
  .mainMenu > li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 47px 0;
    background: white;
    isolation: isolate;
  }
  .mainMenu > li .sub-menu li {
    width: 100%;
    max-width: 295px;
    padding: 0;
    margin-bottom: 47px;
  }
  .mainMenu > li .sub-menu li:last-of-type:not(.horizontal-section) {
    margin-bottom: 0;
  }
  .mainMenu > li .sub-menu li.sub-item-heading {
    margin-bottom: 47px;
  }
  .mainMenu > li .sub-menu li.sub-item-heading a {
    font-weight: 500;
    font-size: 1.0625rem;
  }
  .mainMenu > li .sub-menu li.sub-item-heading a > .accent {
    color: #008888;
  }
  .mainMenu > li .sub-menu li:last-child > a {
    border-color: transparent;
  }
  .mainMenu > li .sub-menu li.horizontal-section {
    position: absolute;
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    gap: 47px;
    margin-bottom: 0;
    text-transform: uppercase;
  }
  .mainMenu > li .sub-menu li.horizontal-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-1 * (100vw - 1280px) / 2);
    width: 100vw;
    height: 0px;
    border-top: solid 1px #1C1F1C;
  }
  .mainMenu > li .sub-menu li.horizontal-section a[role="heading"] {
    flex: 1 0 320px;
    font-size: 1.0625rem;
    font-weight: 500;
  }
  .mainMenu > li .sub-menu li.horizontal-section li {
    margin-bottom: 0;
  }
  .mainMenu > li .sub-menu li.horizontal-section > a {
    padding: 0;
    font-size: 1.0625rem;
    flex: 1;
    color: #1C1F1C;
    line-height: 125%;
    font-weight: 700;
  }
  .mainMenu > li .sub-menu li.horizontal-section > a:hover {
    color: #303030;
  }
  .mainMenu > li .sub-menu li.horizontal-section > a::after {
    display: none;
  }
  .mainMenu > li .sub-menu li.horizontal-section > li:hover > a {
    color: #303030;
  }
  .mainMenu > li .sub-menu li.horizontal-section > .sub-menu {
    position: static;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    gap: 60px;
    align-items: center;
  }
  .mainMenu > li .sub-menu li.horizontal-section > .sub-menu::before {
    content: unset;
  }
  .mainMenu > li .sub-menu li.horizontal-section > .sub-menu > li {
    width: unset;
    padding: unset;
    margin-bottom: 0;
  }
  .mainMenu > li .sub-menu li.horizontal-section > .sub-menu > li > a {
    padding: 0;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #1C1F1C;
    text-transform: uppercase;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children:hover .menuImg,
  .mainMenu > li .sub-menu li.menu-item-has-children:focus-within .menuImg {
    display: block;
    z-index: 2;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children:hover > a::after,
  .mainMenu > li .sub-menu li.menu-item-has-children:focus-within > a::after {
    opacity: 1;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a {
    --arrow-width: 0.2em !important;
    --arrow-color: #1C1F1C !important;
    position: relative;
    --arrow-width: 0.15em;
    --arrow-size: 1rem;
    --arrow-color: #fff;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a::after {
    content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYXJyb3ctcmlnaHQiIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImFycm93LXJpZ2h0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGNsYXNzPSIiIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiPjwvcGF0aD48L3N2Zz4=);
    position: absolute;
    width: var(--arrow-size);
    height: var(--arrow-size);
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a::after {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.2s;
    will-change: opacity;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover::after,
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover:focus-within::after,
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover:focus-visible::after {
    opacity: 1;
    right: -13px;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a::after {
    opacity: 0;
    transition: all 0.2s, right 0.3s;
    will-change: opacity;
  }
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover::after,
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover:focus-within::after,
  .mainMenu > li .sub-menu li.menu-item-has-children > a:hover:focus-visible::after {
    opacity: 1;
  }
  .mainMenu > li .sub-menu a {
    font-size: 1.0625rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 2;
    position: relative;
    transition: opacity 0.3s;
    line-height: 125%;
  }
  .mainMenu > li .sub-menu::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    max-width: 320px;
    top: 0;
    left: 0;
    border-right: solid var(--before-border-right) #303030;
  }
  .mainMenu > li.static-mega:hover .sub-menu .left-column-wrapper,
  .mainMenu > li.static-mega:focus-within .sub-menu .left-column-wrapper {
    display: initial;
  }
  .mainMenu > li.static-mega:hover .sub-menu .right-column-wrapper,
  .mainMenu > li.static-mega:focus-within .sub-menu .right-column-wrapper {
    display: flex;
  }
  .mainMenu > li.static-mega > .sub-menu {
    display: flex;
    gap: 1em;
  }
  .mainMenu > li.static-mega .sub-menu li {
    padding: 0;
    margin-bottom: 25px;
  }
  .mainMenu > li.static-mega .sub-menu li .sub-menu {
    display: block;
    visibility: visible;
    opacity: 1;
    position: relative;
    font-size: 0.9375rem;
    font-weight: 300;
    padding: 0px;
    margin-top: 25px;
    z-index: 1;
  }
  .mainMenu > li.static-mega .sub-menu li .sub-menu a {
    font-size: 0.9375rem;
    padding: 0;
    text-transform: initial;
    font-weight: 300;
    letter-spacing: normal;
  }
  .mainMenu > li.static-mega .sub-menu li.menu-item-has-children > a::after {
    content: unset;
  }
  .mainMenu > li.static-mega .sub-menu li.section-title:not(:last-of-type) {
    margin-bottom: 47px;
  }
  .mainMenu > li.static-mega .sub-menu::before {
    content: initial;
  }
  .mainMenu > li.static-mega .sub-menu a {
    border-bottom: 0;
    line-height: 1.64705882;
  }
  .mainMenu > li.static-mega .sub-menu .menu-item {
    max-width: 100%;
  }
  .mainMenu > li.static-mega .sub-menu .menu-item.section-title > a {
    font-size: 1.0625rem;
    letter-spacing: normal;
    font-weight: 500;
  }
  .mainMenu > li.static-mega .left-column-wrapper {
    width: 100%;
    max-width: 315px;
    padding-right: 1em;
    display: none;
  }
  .mainMenu > li.static-mega .left-column-wrapper::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 315px;
    top: 0;
    left: 0;
    border-right: solid 1px var(--deep-graphite);
  }
  .mainMenu > li.static-mega .right-column-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    padding-left: 1em;
    display: none;
  }
  .mainMenu > li.static-mega .right-column-wrapper .column-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(320px - 0.33rem);
  }
  .mainMenu > li > .sub-menu {
    background-color: #fff;
    top: 100%;
    min-height: 400px;
  }
  .mainMenu > li > .sub-menu::after {
    content: '';
    z-index: -1;
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    left: calc(-1 * (100vw - 1280px) / 2);
    background-color: #FFFFFF;
    border-bottom: solid 1px #303030;
  }
  .mainMenu > li > .sub-menu a {
    color: #1C1F1C;
  }
  .mainMenu > li > .sub-menu a:hover {
    color: #303030;
  }
  .mainMenu > li > .sub-menu > li .sub-menu {
    bottom: 0;
    padding-left: 0;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu {
    left: calc(320px + var(--before-border-right));
  }
  .mainMenu > li > .sub-menu > li > .sub-menu::before {
    left: 0;
    max-width: 300px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu li {
    line-height: 125%;
    margin-bottom: 25px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li {
    padding-left: 47px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li a {
    text-transform: none;
    font-weight: 300;
    letter-spacing: -0.24px;
    font-size: 0.9375rem;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li.sub-item-heading {
    font-size: 1.0625rem;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li.sub-item-heading > a {
    cursor: default;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li.sub-item-heading:not(:first-of-type) a {
    padding-top: calc(47px - 25px);
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a::after {
    right: 21px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a:hover::after,
  .mainMenu > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a:focus-within::after,
  .mainMenu > li > .sub-menu > li > .sub-menu > li.menu-item-has-children > a:focus-visible::after {
    right: 8px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    left: calc(300px + var(--before-border-right));
    padding-top: 42px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu::before {
    display: none;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
    padding-left: 47px;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a {
    border-bottom: 0;
    font-size: 0.9375rem;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.sub-item-heading > a {
    cursor: default;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.0625rem;
  }
  .mainMenu > li > .sub-menu > li > .sub-menu > li > .sub-menu > li.sub-item-heading:not(:first-of-type) a {
    padding-top: 30px;
  }
  .mainMenu > li.small-menu .sub-menu {
    right: auto;
    padding: 23px 10px;
    min-width: 295px;
    min-height: 0;
  }
  .mainMenu > li.small-menu .sub-menu::after,
  .mainMenu > li.small-menu .sub-menu::before {
    display: none;
  }
  .mainMenu > li.small-menu .sub-menu > li {
    margin-bottom: 25px;
  }
  .mainMenu > li.small-menu .sub-menu > li > .sub-menu {
    bottom: auto;
    left: calc(100% + 10px);
    padding: 10px;
    top: 0;
  }
  .mainMenu > li.small-menu .sub-menu li {
    position: relative;
    padding: 0 10px;
  }
  .mainMenu > li.small-menu .sub-menu a {
    font-size: 0.9375rem;
    font-weight: var(--bookWeight);
    text-transform: initial;
  }
}
@media all and (min-width: 1250px) {
  .home .mainMenu > li.current-menu-ancestor > a::after {
    transform: scale(0);
  }
  .home .mainMenu > li.current-menu-ancestor > a:hover::after {
    transform: scale(1);
  }
}
.menuImg {
  position: absolute;
  right: 50px;
  top: 50px;
  display: none;
  width: 295px;
  height: 295px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid transparent;
}
.mega-image {
  display: block;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 295px;
  height: 295px;
  object-fit: cover;
  border-radius: 15px;
  z-index: 3;
}
.mega-image.hidden {
  display: none;
}
@media all and (max-width: 1250px) {
  .mega-image {
    display: none;
  }
}
/*
 * Toggle button within headerWrap
 */
.menuControl {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1;
  background: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menuTrigger {
  display: none;
}
.flyoutActive .menuTrigger {
  display: none;
}
.menuTrigger:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
@media all and (max-width: 1250px) {
  .menuTrigger {
    display: inline-block;
  }
}
/*
 * Toggle button inside menu
 */
.flyoutButton {
  display: none;
  font-size: 1.625rem;
}
.flyoutActive .flyoutButton {
  display: block;
}
.flyoutButton:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
/*
 * Transition for fixed flyout
 */
.footerWrap,
.siteInnerWrapper {
  transition: transform 0.3s ease-in-out;
}
@media all and (max-width: 1250px) {
  .fixedFlyout .headerWrap {
    position: fixed;
    width: 100%;
    min-width: 320px;
    top: 0;
  }
}
/*
 * Mobile menu rules
 */
@media all and (max-width: 1250px) {
  .flyoutWrap {
    position: fixed;
    top: 70px;
    width: 100%;
    background: #fff;
    z-index: 20;
    overflow: auto;
    display: none;
    color: #000;
  }
  .flyoutWrap a {
    color: #000;
  }
  .flyoutInitialised .flyoutWrap {
    display: block;
    transition: transform 0.3s ease-in-out;
  }
  .flyoutRight .flyoutWrap {
    left: 100%;
    bottom: 0;
  }
  .flyoutRight .headerWrap {
    right: 0;
  }
  .flyoutRight.flyoutActive .flyoutWrap {
    transform: translateX(-100%);
    top: 70px;
  }
  .flyoutRight.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutRight.flyoutActive.flyoutMove .footerWrap {
    transform: translateX(-100%);
  }
  .flyoutRight.flyoutActive.flyoutMove .headerWrap {
    right: 100%;
  }
  .flyoutLeft .flyoutWrap {
    right: 100%;
    bottom: 0;
  }
  .flyoutLeft .headerWrap {
    left: 0;
  }
  .flyoutLeft.flyoutActive .flyoutWrap {
    transform: translateX(100%);
  }
  .flyoutLeft.flyoutActive.flyoutMove .siteInnerWrapper,
  .flyoutLeft.flyoutActive.flyoutMove .footerWrap {
    transform: translateX(100%);
  }
  .flyoutLeft.flyoutActive.flyoutMove .headerWrap {
    left: 100%;
  }
  .flyoutTop .flyoutWrap {
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    right: 0;
    bottom: 0;
  }
  .flyoutTop.flyoutActive .flyoutWrap {
    transform: translateY(0);
    top: 74px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 640px;
  z-index: 1000;
  background: #fff;
  border: unset;
}
.modal::backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
.modal[open] {
  display: block;
}
.modal a {
  text-decoration: underline;
  font-weight: 700;
}
.modal a:hover,
.modal a:focus {
  text-decoration: none;
}
.modalInner {
  text-align: right;
  background-color: #F2F2F2;
}
.modalInner .checkbox {
  text-align: left;
}
.modalInner .modalContentWrap {
  padding: 20px 30px 10px 30px;
}
.modalInner .modalContentWrap .ff-message-success {
  margin: 0 0 20px;
  padding: 0;
  border: unset;
  box-shadow: none;
  text-align: center;
}
.closeModal {
  display: inline-flex;
  padding: 10px;
  background-color: var(--primaryColour);
  color: #fff;
}
.vfm {
  z-index: 9000 !important;
}
.vfm .vfm__container {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}
.vfm .vfm__content {
  position: relative;
  display: flex;
  flex-direction: column;
  max-height: 90%;
  margin: 0 1rem;
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.25rem;
  background: #fff;
}
/*
 * Woocommerce notices
 */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-NoticeGroup .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error {
  margin: 0 !important;
}
.woocommerce-notices-wrapper .woocommerce-message:after,
.woocommerce-NoticeGroup .woocommerce-message:after,
.woocommerce-notices-wrapper .woocommerce-error:after,
.woocommerce-NoticeGroup .woocommerce-error:after {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"],
.woocommerce-NoticeGroup .woocommerce-message[role="alert"],
.woocommerce-notices-wrapper .woocommerce-error[role="alert"],
.woocommerce-NoticeGroup .woocommerce-error[role="alert"] {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  clear: both;
  text-align: left;
  border: 0;
  position: relative;
  list-style-type: none;
  background: var(--successColour);
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"] a,
.woocommerce-NoticeGroup .woocommerce-message[role="alert"] a,
.woocommerce-notices-wrapper .woocommerce-error[role="alert"] a,
.woocommerce-NoticeGroup .woocommerce-error[role="alert"] a {
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"].woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-message[role="alert"].woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-error[role="alert"].woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error[role="alert"].woocommerce-error {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  clear: both;
  text-align: left;
  border: 0;
  position: relative;
  list-style-type: none;
  background: var(--errorColour);
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message[role="alert"].woocommerce-error a,
.woocommerce-NoticeGroup .woocommerce-message[role="alert"].woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-error[role="alert"].woocommerce-error a,
.woocommerce-NoticeGroup .woocommerce-error[role="alert"].woocommerce-error a {
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message[role="error"],
.woocommerce-NoticeGroup .woocommerce-message[role="error"],
.woocommerce-notices-wrapper .woocommerce-error[role="error"],
.woocommerce-NoticeGroup .woocommerce-error[role="error"] {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  clear: both;
  text-align: left;
  border: 0;
  position: relative;
  list-style-type: none;
  background: var(--errorColour);
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message[role="error"] a,
.woocommerce-NoticeGroup .woocommerce-message[role="error"] a,
.woocommerce-notices-wrapper .woocommerce-error[role="error"] a,
.woocommerce-NoticeGroup .woocommerce-error[role="error"] a {
  color: #fff !important;
}
.woocommerce-notices-wrapper .woocommerce-message li,
.woocommerce-NoticeGroup .woocommerce-message li,
.woocommerce-notices-wrapper .woocommerce-error li,
.woocommerce-NoticeGroup .woocommerce-error li {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0 55px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-notices-wrapper .woocommerce-message li,
  .woocommerce-NoticeGroup .woocommerce-message li,
  .woocommerce-notices-wrapper .woocommerce-error li,
  .woocommerce-NoticeGroup .woocommerce-error li {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .woocommerce-notices-wrapper .woocommerce-message li,
  .woocommerce-NoticeGroup .woocommerce-message li,
  .woocommerce-notices-wrapper .woocommerce-error li,
  .woocommerce-NoticeGroup .woocommerce-error li {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .woocommerce-notices-wrapper .woocommerce-message li,
  .woocommerce-NoticeGroup .woocommerce-message li,
  .woocommerce-notices-wrapper .woocommerce-error li,
  .woocommerce-NoticeGroup .woocommerce-error li {
    padding: 0;
  }
}
.woocommerce-notices-wrapper .woocommerce-message .button,
.woocommerce-NoticeGroup .woocommerce-message .button,
.woocommerce-notices-wrapper .woocommerce-error .button,
.woocommerce-NoticeGroup .woocommerce-error .button {
  margin: 0;
}
.product-template-default .woocommerce-notices-wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-top: 50px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .product-template-default .woocommerce-notices-wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .product-template-default .woocommerce-notices-wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product-template-default .woocommerce-notices-wrapper {
    margin-top: 0;
  }
}
.product-template-default .woocommerce-notices-wrapper + .product .productDetail {
  margin-top: 50px;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .product-template-default .woocommerce-notices-wrapper + .product .productDetail {
    margin-top: 20px;
  }
}
/*
 * Notification Styles
 */
.success,
.error,
.alert {
  margin: 0 0 20px 0;
  padding: 5px 15px;
  clear: both;
  text-align: left;
  border: 0;
  position: relative;
  list-style-type: none;
}
.success {
  background: var(--successColour);
  color: #fff !important;
}
.success a {
  color: #fff !important;
}
.error {
  background: var(--errorColour);
  color: #fff !important;
}
.error a {
  color: #fff !important;
}
.alert {
  background: var(--informationColour);
  color: #fff !important;
}
.alert a {
  color: #fff !important;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  height: 100%;
  scroll-behavior: smooth;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  background: var(--borderColor);
  margin: 20px 0;
  padding: 0;
  clear: both;
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}
input,
textarea {
  box-shadow: none;
  -webkit-appearance: none;
}
textarea {
  resize: vertical;
}
input,
textarea,
select,
label {
  box-shadow: none;
  outline: 0;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.relative {
  position: relative;
}
img {
  max-width: 100%;
}
.left,
.alignleft {
  float: left;
  display: block;
}
.right,
.alignright {
  float: right;
  display: block;
}
/*
 * max-width: none; overrides max-width: 100% from above
 * which distorts the icons on gmaps
 */
#map img {
  max-width: none;
}
picture {
  display: block;
}
/*
 * Button Reset
 */
button {
  border: none;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  line-height: normal;
  cursor: pointer;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Site Styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapperWidth {
    padding: 0 20px;
  }
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .wrapper {
    padding: 0 20px;
  }
}
#siteWrapper {
  min-height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
}
#siteWrapper .siteInnerWrapper {
  flex: 1 1 auto;
}
/*
 * Body Tag
 */
body {
  margin: 0;
  font-family: var(--bodyFont);
  color: var(--textColour);
  line-height: 1.462;
  min-width: 320px;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 100%;
  font-weight: normal;
}
body.flyoutActive {
  overflow-x: hidden;
}
/*
 * Vue.js display none cloaking to prevent FOUC
 */
[v-cloak] {
  display: none;
}
/*
 * Admin toolbar on front end
 */
#wp-toolbar {
  display: flex;
}
#wp-admin-bar-root-default {
  flex: 1 1 auto;
}
/*
 * Gutenberg block width
 */
.wp-block {
  max-width: var(--wrapperWidth);
}
.editor-styles-wrapper {
  max-width: var(--wrapperWidth);
  padding: 0 20px;
  display: table;
}
.editor-styles-wrapper::selection {
  background-color: #0f55c4 !important;
}
.singleColumnThinWrap .singleColumnThin {
  max-width: 500px;
  margin: 0 auto 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .singleColumnThinWrap .singleColumnThin {
    padding: 0 20px;
  }
}
.splide__container {
  position: relative;
}
.splide__list {
  -webkit-backface-visibility: hidden;
  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 {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  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__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.heroSlider .splide__slide {
  --ryno-size: 44px;
}
.heroSlider .splide__slide::before {
  content: '';
  width: var(--ryno-size);
  aspect-ratio: 1;
  background: url(babe638a88478c118944.svg) center no-repeat;
  background-size: contain;
}
.heroSlider .splide__slide::before {
  --ryno-size: 886px;
  position: absolute;
  left: -10%;
  top: -12%;
  z-index: 1;
  opacity: 0.2;
}
.home .heroSlider .splide__slide {
  height: 640px;
}
.home .heroSlider .splide__slide::before {
  display: none;
}
@media all and (max-width: 640px) {
  .home .heroSlider .splide__slide {
    height: auto;
  }
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid var(--tertiaryColour);
  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 {
  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 {
  display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 16px;
}
.splide__arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondaryColour);
}
.splide__arrow svg {
  fill: #fff;
  height: 1.7em;
  width: 1.7em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
  display: none;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 15px;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #fff;
  height: 12px;
  width: 12px;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  opacity: 0.5;
  padding: 0;
  position: relative;
}
.splide__pagination__page.is-active {
  background: #fff;
  opacity: 1;
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
.splide__progress__bar {
  background: #000;
  opacity: 0.5;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: transparent;
}
.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-offset: 0;
  outline: 2px solid currentColor;
  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;
}
.heroSlider.static {
  height: 618px;
}
.heroSlider.static .splide--slide,
.heroSlider.static .splide__track {
  height: 100%;
}
.heroSlider.static .splide__list {
  transform: unset !important;
}
.heroSlider video {
  object-fit: cover;
}
.heroSlider .breadcrumbs {
  color: #fff;
  margin-bottom: 8px;
}
.heroSlider .breadcrumbs a {
  color: #fff;
}
.squareGridBlock {
  display: flex;
  position: relative;
}
@media all and (max-width: 640px) {
  .squareGridBlock {
    display: block;
  }
}
.squareGridBlock__igno {
  background: url(ce8a0336815dea01ac8f.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 212px;
  height: 106px;
  z-index: 2;
  background-size: contain;
}
@media all and (max-width: 640px) {
  .squareGridBlock__igno {
    width: 150px;
    height: 75px;
  }
}
.squareGridBlock__col {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
}
@media all and (max-width: 640px) {
  .squareGridBlock__col--2 {
    height: unset !important;
  }
}
.squareGridBlock__contentWrap {
  padding: 50px;
  max-width: 515px;
}
.squareGridBlock__imgWrap,
.squareGridBlock__img {
  height: 100%;
  width: 100%;
}
.squareGridBlock__img {
  aspect-ratio: 1;
  object-fit: cover;
}
.squareGridBlock__text ul:not(.squareGridBlock__linkList),
.squareGridBlock__text ol {
  padding: revert;
  margin: revert;
}
.squareGridBlock__linkList {
  list-style: none;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
.squareGridBlock__linkListItem {
  border-top: 1px solid #999;
}
.squareGridBlock__linkListItem:first-of-type {
  border-top-color: transparent;
}
.squareGridBlock__linkListLink {
  display: block;
  padding: 22px 22px 22px 0;
}
.squareGridBlock__linkListLink:hover,
.squareGridBlock__linkListLink:focus {
  text-decoration: underline;
}
.squareGridBlock__buttonsWrap {
  margin-top: 36px;
}
.squareGridBlock__button {
  transition: opacity 0.3s;
}
.squareGridBlock__button:hover,
.squareGridBlock__button:focus {
  opacity: 0.8;
}
.squareGridBlock__centerImgWrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (max-width: 640px) {
  .squareGridBlock__centerImgWrap {
    display: none;
  }
}
.squareGridBlock__centerImgWrap img {
  width: 280px;
  height: auto;
}
.squareGridBlock__centerImg {
  height: auto;
  max-width: initial;
}
.imgPos--left .squareGridBlock {
  flex-direction: row-reverse;
}
@media all and (max-width: 640px) {
  .centerImg .squareGridBlock__col--1 {
    justify-content: center;
    flex-direction: column;
  }
}
.color--dark .squareGridBlock {
  background-color: #1D1E1B;
  color: #fff;
}
.color--dark .squareGridBlock a {
  color: #fff;
}
.color--dark .squareGridBlock__heading {
  color: #fff;
}
.color--dark .squareGridBlock__button {
  background-color: #fff;
  color: #1D1E1B !important;
}
.color--light .squareGridBlock {
  background-color: #fff;
  color: #1D1E1B;
}
.color--light .squareGridBlock .arrowDecor::after {
  border-color: #1D1E1B;
}
/*
 * Tables
 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 15px;
  table-layout: fixed;
}
table td,
table th {
  padding: 8px 10px;
  text-align: left;
  line-height: 1.58823529;
}
@media all and (min-width:  641px ) and (max-width:  1299px ), all and (max-width: 640px) {
  table td,
  table th {
    padding: 10px;
  }
}
table th {
  font-weight: 700;
}
/*
 * Table style that stops left and right borders and padding
 * for an edge to edge effect.
 */
table.noPadding {
  border-left: 0;
  border-right: 0;
}
table.noPadding tr td:first-child,
table.noPadding tr th:first-child {
  padding-left: 0;
}
table.noPadding tr td:last-child,
table.noPadding tr th:last-child {
  padding-right: 0;
}
table.alternating tr:nth-child(odd) {
  background: var(--layerLightColour);
}
.topBarWrap {
  background: #2F353F;
}
.topBarWrap .topBar {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .topBarWrap .topBar {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .topBarWrap .topBar {
    padding: 0 20px;
  }
}
.topBarWrap .topBar .topBarMenu {
  display: flex;
  margin-right: -10px;
  margin-left: auto;
}
.topBarWrap .topBar .topBarMenu li {
  padding: 8px 0;
  list-style-type: none;
}
.topBarWrap .topBar .topBarMenu li a,
.topBarWrap .topBar .topBarMenu li button {
  display: block;
  color: #fff;
  padding: 0 10px;
  border-right: 1px solid #fff;
  line-height: 1;
  background: 0;
  font-size: 0.75rem;
}
.topBarWrap .topBar .topBarMenu li a:hover,
.topBarWrap .topBar .topBarMenu li button:hover,
.topBarWrap .topBar .topBarMenu li a:focus-visible,
.topBarWrap .topBar .topBarMenu li button:focus-visible {
  text-decoration: underline;
}
.topBarWrap .topBar .topBarMenu li:last-child a,
.topBarWrap .topBar .topBarMenu li:last-child button {
  border-right: 0;
}
.topBarWrap .topBar .topBarMenu li {
  position: relative;
}
.topBarWrap .topBar .topBarMenu li ul {
  display: block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms linear 0s, visibility 0s linear 400ms;
}
.topBarWrap .topBar .topBarMenu li:hover > ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 300ms !important;
}
.topBarWrap .topBar .topBarMenu ul {
  padding: 10px 0;
  z-index: 100;
  position: absolute;
  right: 0;
  background: #2F353F;
  min-width: 130px;
}
body {
  font-size: 0.9375rem;
  line-height: 1.64705882;
  font-family: var(--bodyFont);
  color: var(--textColour);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  body {
    display: flex;
  }
}
body a,
body input,
body button,
body select {
  outline: revert;
}
a {
  color: var(--textColour);
  text-decoration: none;
}
p {
  line-height: 1.4;
  margin: 0 0 15px;
  letter-spacing: var(--baseLetterSpacing);
  font-weight: var(--bookWeight);
}
.home p {
  color: var(--textColour);
}
@media all and (max-width: 640px) {
  p {
    font-size: 1.1875rem;
    line-height: 1.15789474;
  }
}
p.lead-paragraph {
  font-size: 1.625rem;
  line-height: 1.2;
  font-weight: var(--bookWeight);
}
@media all and (max-width: 640px) {
  p.lead-paragraph {
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
small {
  font-size: 0.6875rem;
  line-height: 1.27;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--textColour);
  font-family: var(--primaryFont);
  line-height: 1;
  font-weight: 300;
  margin: 0 0 20px;
}
h1.eyebrow-heading,
h2.eyebrow-heading,
h3.eyebrow-heading,
h4.eyebrow-heading,
h5.eyebrow-heading,
h6.eyebrow-heading {
  font-size: 0.9375rem;
  font-weight: var(--bookWeight);
  display: inline-flex;
  padding-top: 10px;
  border-top: solid 1px var(--accent-colour);
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  h1.eyebrow-heading,
  h2.eyebrow-heading,
  h3.eyebrow-heading,
  h4.eyebrow-heading,
  h5.eyebrow-heading,
  h6.eyebrow-heading {
    font-size: 0.75rem;
  }
}
h6,
.h6 {
  font-size: 0.9375rem;
  line-height: 1.33333333;
  font-weight: 400;
}
@media all and (max-width: 640px) {
  h6,
  .h6 {
    font-size: 1.0625rem;
    line-height: 1.29;
  }
}
h6.mobileHeading,
.h6.mobileHeading {
  font-size: 1.0625rem;
  line-height: 1.29;
}
h5,
.h5 {
  font-size: 1.0625rem;
  line-height: 1.17647059;
  font-weight: 700;
  letter-spacing: 1.36px;
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
h5.mobileHeading,
.h5.mobileHeading {
  font-size: 1.125rem;
  line-height: 1.33;
}
h4,
.h4 {
  font-size: 1.5rem;
  line-height: 1.41666667;
  font-weight: 400;
  letter-spacing: 0.72px;
}
@media all and (max-width: 640px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
h4.mobileHeading,
.h4.mobileHeading {
  font-size: 1.25rem;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 2rem;
  line-height: 1.40625;
  letter-spacing: 0.96px;
}
@media all and (max-width: 640px) {
  h3,
  .h3 {
    font-size: 1.375rem;
    line-height: 1.27;
  }
}
h3.mobileHeading,
.h3.mobileHeading {
  font-size: 1.375rem;
  line-height: 1.27;
}
h2,
.h2 {
  font-size: 3.125rem;
  line-height: 0.9;
  letter-spacing: 1px;
}
@media all and (max-width: 640px) {
  h2,
  .h2 {
    font-size: 1.5625rem;
    line-height: 1.28;
  }
}
h2.mobileHeading,
.h2.mobileHeading {
  font-size: 1.5625rem;
  line-height: 1.28;
}
h1,
.h1 {
  font-size: 3.75rem;
  line-height: 1.03333333;
  letter-spacing: 1.2px;
}
@media all and (max-width: 640px) {
  h1,
  .h1 {
    font-size: 1.75rem;
    line-height: 1.29;
  }
}
h1.mobileHeading,
.h1.mobileHeading {
  font-size: 1.75rem;
  line-height: 1.29;
}
.book-weight {
  font-weight: 300;
}
.bold-weight {
  font-weight: 700;
}
.arrowDecor {
  position: relative;
  --arrow-width: 0.15em;
  --arrow-size: 1rem;
  --arrow-color: #fff;
}
.arrowDecor::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtYXJyb3ctcmlnaHQiIGFyaWEtaGlkZGVuPSJ0cnVlIiBmb2N1c2FibGU9ImZhbHNlIiBkYXRhLXByZWZpeD0iZmFzIiBkYXRhLWljb249ImFycm93LXJpZ2h0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGNsYXNzPSIiIGZpbGw9ImN1cnJlbnRDb2xvciIgZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiPjwvcGF0aD48L3N2Zz4=);
  position: absolute;
  width: var(--arrow-size);
  height: var(--arrow-size);
}
.arrowDecor--right::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.arrowDecor--right-aboveFlyout::after {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.2s;
  will-change: opacity;
}
.arrowDecor--right-aboveFlyout:hover::after,
.arrowDecor--right-aboveFlyout:hover:focus-within::after,
.arrowDecor--right-aboveFlyout:hover:focus-visible::after {
  opacity: 1;
  right: -13px;
}
.rynoDecor {
  --ryno-size: 44px;
}
.rynoDecor::before {
  content: '';
  width: var(--ryno-size);
  aspect-ratio: 1;
  background: url(babe638a88478c118944.svg) center no-repeat;
  background-size: contain;
}
#siteWrapper .siteInnerWrapper {
  padding-top: 0;
}
.rounded-image-10 {
  border-radius: 10px;
}
.rounded-image-11 {
  border-radius: 11px;
}
.rounded-image-12 {
  border-radius: 12px;
}
.rounded-image-13 {
  border-radius: 13px;
}
.rounded-image-14 {
  border-radius: 14px;
}
.rounded-image-15 {
  border-radius: 15px;
}
.rounded-image-16 {
  border-radius: 16px;
}
.rounded-image-17 {
  border-radius: 17px;
}
.rounded-image-18 {
  border-radius: 18px;
}
.rounded-image-19 {
  border-radius: 19px;
}
.rounded-image-20 {
  border-radius: 20px;
}
.rounded-image-21 {
  border-radius: 21px;
}
.rounded-image-22 {
  border-radius: 22px;
}
.rounded-image-23 {
  border-radius: 23px;
}
.rounded-image-24 {
  border-radius: 24px;
}
.rounded-image-25 {
  border-radius: 25px;
}
.rounded-image-26 {
  border-radius: 26px;
}
.rounded-image-27 {
  border-radius: 27px;
}
.rounded-image-28 {
  border-radius: 28px;
}
.rounded-image-29 {
  border-radius: 29px;
}
.rounded-image-30 {
  border-radius: 30px;
}
.rounded-image-31 {
  border-radius: 31px;
}
.rounded-image-32 {
  border-radius: 32px;
}
.rounded-image-33 {
  border-radius: 33px;
}
.rounded-image-34 {
  border-radius: 34px;
}
.rounded-image-35 {
  border-radius: 35px;
}
.rounded-image-36 {
  border-radius: 36px;
}
.rounded-image-37 {
  border-radius: 37px;
}
.rounded-image-38 {
  border-radius: 38px;
}
.rounded-image-39 {
  border-radius: 39px;
}
.rounded-image-40 {
  border-radius: 40px;
}
.rounded-image-41 {
  border-radius: 41px;
}
.rounded-image-42 {
  border-radius: 42px;
}
.rounded-image-43 {
  border-radius: 43px;
}
.rounded-image-44 {
  border-radius: 44px;
}
.rounded-image-45 {
  border-radius: 45px;
}
.rounded-image-46 {
  border-radius: 46px;
}
.rounded-image-47 {
  border-radius: 47px;
}
.rounded-image-48 {
  border-radius: 48px;
}
.rounded-image-49 {
  border-radius: 49px;
}
.rounded-image-50 {
  border-radius: 50px;
}
/*
 * Wordpress helper classes
 */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.wp-caption-text {
  font-size: 0.6875rem;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor {
  display: block;
}
.sticky {
  position: relative;
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/* Lightbox Styles */
.glightbox-container .gslide-inner-content .ginner-container .gslide-media > img {
  border-radius: 6px;
}
.glightbox-container .gslide-inner-content .ginner-container .gslide-description {
  background: unset;
}
.glightbox-container .gslide-inner-content .ginner-container .gslide-description .gdesc-inner {
  padding: 12px;
}
.glightbox-container .gslide-inner-content .ginner-container .gslide-description .gdesc-inner .gslide-title {
  color: #fff;
  text-align: center;
  font-family: var(--primaryFont);
  font-size: 1.5rem;
  line-height: 1.41666667;
  font-weight: 300;
}
.filterComponent {
  background-color: #F2F2F2;
}
.browseLayout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-bottom: 40px !important;
}
.browseSidebar {
  margin: 0 0 20px 0;
  flex: 1;
}
@media all and (max-width: 1024px) {
  .browseSidebar {
    width: 100%;
  }
}
.browseMain {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  flex-grow: 1;
  width: 100%;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .browseMain {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .browseMain {
    padding: 0 20px;
  }
}
.browseResults {
  position: relative;
}
.browseMeta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.browseMeta--top {
  margin: 0 0 20px;
}
.browseMeta--bottom {
  margin: 20px 0 0;
}
.browseSort {
  margin-left: auto;
  width: 250px;
}
@media all and (max-width: 640px) {
  .browseSort {
    width: calc(50% - 16px / 2);
  }
}
.browsePagination {
  margin: 0 auto;
}
.browsePagination .pagination {
  margin: 40px 0 0 0;
}
.browsePagination .pagination li.active {
  background-color: #ffffff;
}
.browseItems {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media all and (min-width: 2000px) {
  .browseItems {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .browseItems {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .browseItems {
    grid-template-columns: repeat(1, 1fr);
  }
}
.browseItems__item {
  min-width: 305px;
}
.browseItems .itemSmall {
  background-color: #ffffff;
  position: relative;
  height: 100%;
}
.browseItems .itemSmall a {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: inherit;
}
.browseItems .itemSmall__top {
  width: 100%;
}
.browseItems .itemSmallImage {
  margin-bottom: 25px;
}
.browseItems .itemSmallImage img {
  height: 266px;
  width: 100%;
  object-fit: cover;
}
.browseItems .itemSmallTitle {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
  padding: 0px 25px 0 25px;
  width: 100%;
}
.browseItems .itemSmallCategory {
  position: absolute;
  top: 0;
  color: #ffffff;
  padding: 10px 18px;
  margin: 0 40px 0 0;
  background-color: #1d1e1bcf;
  text-transform: uppercase;
  font-weight: 700;
}
.browseItems .itemSmallMore {
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
  letter-spacing: 1.2px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 26px 0 26px 25px;
  margin-bottom: 10px;
}
.browseItems .itemSmallMore:after {
  --arrow-color: #000000;
  right: -15px;
}
.browseItems .itemSmallSku {
  color: var(--tertiaryColour);
  font-weight: 400;
  font-size: 1rem;
  padding: 0px 25px 0px 25px;
}
.browseItems .itemSmall__epdLogo {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 42px;
  width: auto;
}
.filterSidebarToggle {
  display: none;
}
@media all and (max-width: 1024px) {
  .filterSidebarToggle {
    display: block;
  }
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSidebarToggle {
    width: 100%;
    border-radius: 0;
  }
}
.filterSidebarClose {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #dadada;
  z-index: 6002;
  background: #fff;
  transform: translateZ(0);
  visibility: hidden;
  transition: opacity 0.3s;
}
.filterSidebarClose .button {
  width: 100%;
  margin: 0;
  justify-content: center;
  border-radius: 0;
}
@media all and (max-width: 1024px) {
  .filterSidebarClose.visible {
    opacity: 1;
    visibility: visible;
  }
}
.filterRowWithCols {
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: space-between;
  padding: 10px 0 0;
}
.filterCol {
  display: flex;
  align-items: center;
}
.filterCol label {
  margin: 0 10px 0 0;
}
.filterCol input {
  max-width: 70px;
}
.browseTitleWrap {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .browseTitleWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .browseTitleWrap {
    padding: 0 20px;
  }
}
.filterHead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  align-items: center;
}
.filterClear {
  background: none;
  cursor: pointer;
  padding: 3px 5px;
}
.filterSectionTitle {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: none;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.filterSectionTitle h4 {
  margin: 0;
  color: inherit;
}
.filterSectionTitle:focus-visible {
  color: #2f353f;
}
.filterSectionTitle svg {
  transition: 0.3s ease-in-out;
  transform: rotate(0deg);
}
.filterSectionTitle--open svg {
  transform: rotate(180deg);
}
.filterSectionContent {
  position: relative;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: auto;
  max-height: 0;
}
.filterSectionContent--open {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
}
.filterSectionContent--open .checkboxChildTerm {
  display: none;
}
.filterSectionContent--open .checkbox {
  width: unset;
  margin: 0;
}
.filterSectionContent--open .checkbox:has(input:checked) .checkboxChildTerm {
  display: block;
  text-align: center;
}
@media all and (max-width: 1024px) {
  .filterSectionContent--open .checkbox:has(input:checked) .checkboxChildTerm {
    text-align: left;
  }
}
.filterSectionContent--open .checkbox:has(input:checked) .checkboxChildTerm .checkbox {
  padding: 10px 0 0 0;
}
.filterSectionContent--open .checkbox:has(input:checked) .checkboxChildTerm .checkbox label {
  color: #606060;
  border-color: #606060;
}
.filterSectionContent--open .checkbox label {
  text-align: center;
  padding: 0 25px !important;
  margin: 0;
  text-transform: uppercase;
  color: #1D1E1B;
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
}
.filterSectionContent--open .checkbox label:before,
.filterSectionContent--open .checkbox label:after {
  display: none;
}
@media all and (max-width: 1024px) {
  .filterSectionContent--open .checkbox label {
    display: inline-block;
    width: auto !important;
    padding: 0 !important;
  }
}
.filterSectionContent--open .checkbox input:checked + label {
  border-bottom: 2px solid #1D1E1B;
}
.filterSectionContent--open .checkbox:focus {
  text-decoration: underline;
}
@media all and (max-width: 1024px) {
  .filterSectionContent--open .checkbox {
    width: 100%;
  }
}
.filterSectionContent--open i {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.filterSectionContent--open i::after {
  content: "";
  width: 16px;
  height: 16px;
  background-size: contain;
  display: block;
  transition: all 0.3s;
}
.filterSectionContent--open i.chevron-icon-up::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNy4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDI0IEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjM5IDQwMWM5LjQgOS40IDI0LjYgOS40IDMzLjkgMEw0NjUgMjA5YzkuNC05LjQgOS40LTI0LjYgMC0zMy45cy0yNC42LTkuNC0zMy45IDBsLTE3NSAxNzVMODEgMTc1Yy05LjQtOS40LTI0LjYtOS40LTMzLjkgMHMtOS40IDI0LjYgMCAzMy45TDIzOSA0MDF6Ii8+PC9zdmc+);
  transform: rotate(180deg);
}
.filterSectionContent--open i.chevron-icon-down::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tISBGb250IEF3ZXNvbWUgUHJvIDYuNy4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIENvcHlyaWdodCAyMDI0IEZvbnRpY29ucywgSW5jLiAtLT48cGF0aCBkPSJNMjM5IDQwMWM5LjQgOS40IDI0LjYgOS40IDMzLjkgMEw0NjUgMjA5YzkuNC05LjQgOS40LTI0LjYgMC0zMy45cy0yNC42LTkuNC0zMy45IDBsLTE3NSAxNzVMODEgMTc1Yy05LjQtOS40LTI0LjYtOS40LTMzLjkgMHMtOS40IDI0LjYgMCAzMy45TDIzOSA0MDF6Ii8+PC9zdmc+);
}
.filterSectionContent--open i.scroll-arrow--right::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4xIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQzOC42IDI3OC42YzEyLjUtMTIuNSAxMi41LTMyLjggMC00NS4zbC0xNjAtMTYwYy0xMi41LTEyLjUtMzIuOC0xMi41LTQ1LjMgMHMtMTIuNSAzMi44IDAgNDUuM0wzMzguOCAyMjQgMzIgMjI0Yy0xNy43IDAtMzIgMTQuMy0zMiAzMnMxNC4zIDMyIDMyIDMybDMwNi43IDBMMjMzLjQgMzkzLjRjLTEyLjUgMTIuNS0xMi41IDMyLjggMCA0NS4zczMyLjggMTIuNSA0NS4zIDBsMTYwLTE2MHoiLz48L3N2Zz4=);
  filter: invert(1);
}
.filterSectionContent--open .woo-filter__categories .filter-categories {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: space-evenly;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .filterSectionContent--open .woo-filter__categories .filter-categories {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .filterSectionContent--open .woo-filter__categories .filter-categories {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .filterSectionContent--open .woo-filter__categories .filter-categories {
    justify-content: flex-start;
  }
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: color 0.3s ease;
  width: 24px;
  display: flex;
  z-index: 10;
  width: 60px;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow svg {
  fill: var(--c4);
  width: 24px;
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow svg:hover {
  fill: var(--c4);
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow.fade {
  visibility: visible;
  /* Ensures it's interactable when visible */
  opacity: 1;
  /* Fully visible */
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow.fade.hidden {
  opacity: 0;
  /* Fades out */
  visibility: hidden;
  /* Hides element to prevent interaction */
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow--left {
  left: calc(50% - 640px);
  justify-content: flex-start;
  background-image: linear-gradient(90deg, var(--primaryColour) 30%, transparent);
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__categories .scroll-arrow--left {
    left: 0;
    padding-left: 20px;
  }
}
.filterSectionContent--open .woo-filter__categories .scroll-arrow--right {
  right: calc(50% - 640px);
  justify-content: flex-end;
  background-image: linear-gradient(-90deg, var(--primaryColour) 30%, transparent);
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__categories .scroll-arrow--right {
    right: 0;
    padding-right: 20px;
  }
}
.filterSectionContent--open .woo-filter__categories_parent-wrap {
  padding: 7.5px 0px;
  background-color: var(--primaryColour);
  position: relative;
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories {
  position: relative;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  flex-grow: 1;
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar in Chrome/Safari */
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories.is-overflowing {
  justify-content: flex-start;
  padding-right: 60px;
  padding-left: 60px;
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories.is-overflowing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories .parent-category {
  font-size: 1rem;
  font-weight: 400;
  color: var(--lightTextColour);
  padding: 7.5px 0px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories .parent-category::after {
  content: "";
  position: relative;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--lightTextColour);
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories .parent-category:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_parent-wrap .parent-categories .parent-category.active::after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_child-wrap {
  background-color: var(--darkGrey);
  position: relative;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories {
  position: relative;
  justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories.is-overflowing {
  justify-content: flex-start;
  padding-right: 60px;
  padding-left: 60px;
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__categories_child-wrap .child-categories.is-overflowing {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories .child-category {
  font-size: 1rem;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories .child-category::after {
  content: "";
  position: relative;
  width: 0;
  bottom: 0;
  height: 2px;
  background-color: var(--textColour);
  display: block;
  opacity: 0;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories .child-category:hover::after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .child-categories .child-category.active::after {
  width: 100%;
  opacity: 1;
  transition: all 0.3s;
}
.filterSectionContent--open .woo-filter__categories_child-wrap .scroll-arrow svg {
  fill: var(--textColour);
}
.filterSectionContent--open .woo-filter__categories_child-wrap .scroll-arrow svg:hover {
  fill: var(--secondaryColour);
}
.filterSectionContent--open .woo-filter__categories_child-wrap .scroll-arrow--right {
  background-image: linear-gradient(-90deg, var(--darkGrey) 30%, transparent);
}
.filterSectionContent--open .woo-filter__categories_child-wrap .scroll-arrow--left {
  background-image: linear-gradient(90deg, var(--darkGrey) 30%, transparent);
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__categories {
    width: 100%;
  }
}
.filterSectionContent--open .woo-filter__attributes {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .filterSectionContent--open .woo-filter__attributes {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .filterSectionContent--open .woo-filter__attributes {
    padding: 0 20px;
  }
}
.filterSectionContent--open .woo-filter__attributes_toggle {
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 400;
  display: inline-flex;
  gap: calc(20px / 2);
}
.filterSectionContent--open .woo-filter__attributes_options {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__attributes_options {
    flex-wrap: wrap;
  }
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group {
  width: 100%;
  position: relative;
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__attributes_options .attribute-group {
    width: calc(50% - (20px / 2));
    container-type: inline-size;
  }
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .attribute-header {
  padding: 8px 8px 4px 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: background-color 0.3s;
  height: 100%;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .attribute-header span {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: calc(20px / 2);
  font-weight: 300;
  font-size: 1.2rem;
  height: 100%;
  border-bottom: solid 2px var(--primaryColour);
}
@media all and (max-width: 640px), all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__attributes_options .attribute-group .attribute-header span {
    font-size: 1.1rem;
  }
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row {
  display: flex;
  gap: 8px;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row label {
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  aspect-ratio: 1;
  border: 1px solid var(--primaryColour);
  outline: none;
  cursor: pointer;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  margin-block-start: 4px;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row input[type="checkbox"]:checked {
  background-color: var(--lightTextColour);
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row input[type="checkbox"]:checked + label {
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group .checkbox-row input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: var(--primaryColour);
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group.open .attribute-header {
  background-color: #dfdfdf;
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group.open .attribute-values {
  position: absolute;
  z-index: 10;
  max-height: 220px;
  overflow-y: auto;
  padding: 8px 12px 12px 12px;
  background-color: #dfdfdf;
  width: 110%;
  border-radius: 0 10px 10px 10px;
}
@media all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__attributes_options .attribute-group.open .attribute-values {
    width: 130%;
  }
  @container (max-width: 768px) {
    width: 100%;
  }
}
@media all and (max-width: 1024px) {
  .filterSectionContent--open .woo-filter__attributes_options .attribute-group.open.attribute-right .attribute-values {
    right: 0;
    border-radius: 10px 0 10px 10px;
  }
}
.filterSectionContent--open .woo-filter__attributes_options .attribute-group.has-selected .attribute-header {
  background-color: #dfdfdf;
}
.taxonomyHero {
  position: relative;
  overflow: hidden;
  min-height: 618px;
}
.taxonomyHero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  --ryno-size: 44px;
}
.taxonomyHero__background img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.taxonomyHero__background::before {
  content: '';
  width: var(--ryno-size);
  aspect-ratio: 1;
  background: url(babe638a88478c118944.svg) center no-repeat;
  background-size: contain;
}
.taxonomyHero__background:before {
  --ryno-size: 886px;
  position: absolute;
  left: -10%;
  top: -12%;
  z-index: 1;
  opacity: 0.2;
}
.taxonomyHero__background:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.taxonomyHero__content {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 2;
  min-height: inherit;
  padding: 0 68px 0 68px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .taxonomyHero__content {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .taxonomyHero__content {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .taxonomyHero__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.taxonomyHero__content .title {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
  color: #fff;
}
.taxonomyHero__content .subTitle {
  font-size: 1.5rem;
  max-width: 968px;
}
.taxonomyHero__content .breadcrumbs {
  color: #fff;
  margin-bottom: 8px;
}
.taxonomyHero__content .breadcrumbs a {
  color: #fff;
}
/*
 * Slider Wrap
 */
.sliderWrap {
  overflow: hidden;
}
.sliderWrap .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sliderWrap .splide.is-initialized + .placeholderSlide,
.sliderWrap .splide.is-initialized ~ .placeholderSlide {
  display: none;
}
.sliderWrap .placeholderSlide .slideImgWrap {
  height: 500px;
}
.slideImgWrap {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
}
.slideImgWrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.slideImgWrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin: 0 !important;
}
@media all and (max-width: 640px) {
  .slideImgWrap {
    min-height: 70vh;
  }
}
.sliderMediaWrap {
  position: relative;
}
@media all and (max-width: 640px) {
  .sliderMediaWrap {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
  }
}
.sliderMediaWrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sliderContentWrap {
  width: 100%;
  z-index: 2;
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0 20px;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderContentWrap {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .sliderContentWrap {
    min-height: 500px;
  }
}
.sliderContentWrap > .inner {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 640px) {
  .sliderContentWrap > .inner {
    padding: 50px 0;
  }
}
.search-results .sliderContentWrap,
.search-no-results .sliderContentWrap {
  position: static;
  width: 100%;
  max-width: none;
  transform: none;
  background: var(--primaryColour);
}
.search-results .sliderContentWrap .breadcrumbs a,
.search-no-results .sliderContentWrap .breadcrumbs a {
  color: var(--pure-white);
}
.sliderText {
  max-width: 100%;
  padding: 48px;
  pointer-events: auto;
  color: var(--pure-white);
}
.sliderText h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media all and (min-width:  1300px ), all and (min-width:  641px ) and (max-width:  1299px ) {
  .sliderText {
    width: 968px;
  }
}
@media all and (max-width: 640px) {
  .sliderText {
    padding: 20px 0;
  }
}
.sliderText .slideTitle,
.sliderText .slideSubTitle {
  color: var(--pure-white);
}
.sliderText .slideSubTitle {
  font-size: 1.5rem;
  line-height: 1.41666667;
  margin: 30px 0 35px;
}
.sliderText .sliderButtonWrap {
  padding-top: 8px;
  margin: 25px 0;
}
.playVideoWrap {
  display: none;
  margin-top: 25px;
  cursor: pointer;
  background: transparent;
}
@media all and (max-width: 640px) {
  .playVideoWrap {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    transform: none;
  }
}
.playVideoWrap .playVideoBtn {
  position: relative;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #2F353F;
  transition: background-color 0.5s ease-in-out;
}
.playVideoWrap .playVideoBtn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 18px;
  border-color: transparent transparent transparent #2f353f;
  z-index: 2;
}
.playVideoWrap .playVideoText {
  margin-left: 32px;
  margin-bottom: 0;
  transition: color 0.5s ease-in-out;
}
.heroVariant {
  position: relative;
}
.heroVariant .splide__slide {
  min-height: 700px;
}
.heroVariant .sliderContentWrap {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: stretch;
  padding: 0;
}
.heroVariant .sliderContentWrap > .inner {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.heroVariant .heroText {
  width: 100%;
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .heroVariant .heroText {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .heroVariant .heroText {
    padding: 0 20px;
  }
}
.heroVariant .heroText .slideTitle {
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 700;
  align-self: center;
  margin-top: auto;
  font-size: 4.5rem;
  line-height: 1;
  text-shadow: initial;
}
@media all and (max-width: 640px) {
  .heroVariant .heroText .slideTitle {
    font-size: 2.5rem;
  }
}
.heroVariant .heroText .slideSubTitle {
  max-width: calc(100% - (206px + 1em));
  order: 3;
  align-self: flex-start;
  text-align: left;
  margin: 0;
  margin-top: auto;
  font-size: 1rem;
}
@media all and (max-width: 640px) {
  .heroVariant .heroText .slideSubTitle {
    width: 100%;
    max-width: 100%;
  }
}
.heroVariant .heroText .sliderButtonWrap {
  display: flex;
  align-self: center;
  order: 2;
}
.heroVariant .heroText .sliderButtonWrap .button {
  font-size: 0.9375rem;
  font-weight: var(--boldWeight);
}
.heroVariant .heroText .sliderButtonWrap .button > .label {
  color: var(--deep-graphite);
}
.heroVariant .heroText .sliderButtonWrap .button:hover {
  background-color: var(--ocean-steel);
}
.heroVariant .heroText .sliderButtonWrap .button:hover > .label {
  color: var(--pure-white);
}
.heroVariant .heroText .sliderButtonWrap .button:hover > .icon svg path {
  fill: var(--pure-white);
}
.heroVariant .heroText .sliderButtonWrap .button > .icon svg path {
  fill: var(--deep-graphite);
}
@media all and (max-width: 640px) {
  .heroVariant .heroText .sliderButtonWrap .button {
    font-size: 0.875rem;
  }
}
.heroVariant .heroArrows {
  position: relative;
  top: unset;
  gap: 10px;
}
.heroVariant .heroArrows .splide__arrow {
  background-color: transparent;
  border: solid 1px var(--pure-white);
  padding: 15px;
}
.heroVariant .heroArrows .splide__arrow svg {
  width: unset;
  height: unset;
}
.heroVariant .heroArrows .splide__arrow svg path {
  fill: var(--pure-white);
}
.heroVariant .heroProgress {
  --heroProgressMarkerHeight: 4px;
  --heroProgressMarkerWidth: 20px;
  height: 1px;
  width: 120px;
  background: var(--pure-white);
  border-radius: 999px;
  z-index: 1;
  position: relative;
}
.heroVariant .heroProgress__bar {
  background: var(--rust-orange);
  height: var(--heroProgressMarkerHeight);
  width: var(--heroProgressMarkerWidth);
  border-radius: 24px;
  transition: left 0.15s ease-out;
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -1px);
  opacity: 1;
}
.heroVariant .heroControls {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  position: relative;
  transform: translateY(-96px);
  gap: 10px;
  margin-bottom: -38px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .heroVariant .heroControls {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .heroVariant .heroControls {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .heroVariant .splide__slide {
    min-height: 70vh;
  }
  .heroVariant .sliderContentWrap {
    padding: 0 24px;
  }
  .heroVariant .sliderContentWrap > .inner {
    padding-bottom: 48px;
  }
  .heroVariant .heroArrows {
    top: 16px;
    right: 16px;
  }
  .heroVariant .heroProgress {
    left: 24px;
    right: 24px;
    bottom: 24px;
  }
  .heroVariant .heroControls {
    display: none;
  }
}
/*
 * Newsletter Block
 */
.newsletterBlockWrapper {
  position: relative;
}
.newsletterBlockWrapper .newsletterForm {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  padding-top: 94px;
  padding-bottom: 65px;
  border-bottom: 1px solid var(--tertiaryColour);
}
.newsletterBlockWrapper .newsletterForm .innerInputs {
  flex: 0 1 487px;
}
.newsletterBlockWrapper .newsletterForm .title {
  margin-bottom: 5px;
}
.newsletterBlockWrapper .newsletterForm .subTitle {
  font-size: 0.9375rem;
  letter-spacing: 0.45px;
}
.newsletterBlockWrapper .newsletterForm__form {
  position: relative;
  width: 457px;
  border: 1px solid;
  border-color: var(--tertiaryColour);
  border-radius: 50px;
  padding: 0 20px 0 55px;
}
.newsletterBlockWrapper .newsletterForm__form .icon {
  left: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.newsletterBlockWrapper .newsletterForm__form fieldset {
  display: flex;
  align-items: center;
}
.newsletterBlockWrapper .newsletterForm__form .ff-el-group {
  margin: 0;
}
.newsletterBlockWrapper .newsletterForm__form .newsletter-input {
  flex: 1;
}
.newsletterBlockWrapper .newsletterForm__form .newsletter-input input {
  padding: 15px 0;
  font-size: 0.9375rem;
  background: white !important;
  border: unset;
}
.newsletterBlockWrapper .newsletterForm__form button {
  font-size: 1rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--textColour) !important;
  background: unset !important;
  font-weight: 700;
  line-height: 1;
  padding: 15px 20px 15px 0;
  cursor: pointer;
}
.newsletterBlockWrapper .newsletterForm .ff-message-success {
  margin: 0;
  padding: 0;
  border: unset;
  box-shadow: none;
}
.newsletterBlockWrapper .newsletterForm .error {
  position: absolute;
  top: 100%;
}
.siteFooter .newsletterBlockWrapper {
  position: static;
}
.siteFooter .newsletterBlockWrapper .wrapper {
  width: 100%;
  padding: 0;
}
.siteFooter .newsletterBlockWrapper .newsletterForm {
  padding: 0;
  border: 0;
  gap: 12px;
  flex-direction: column;
  align-items: stretch;
}
.siteFooter .newsletterBlockWrapper .newsletterForm .innerText {
  width: 100%;
}
.siteFooter .newsletterBlockWrapper .newsletterForm .innerText .title {
  color: var(--pure-white);
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 1.375rem;
  text-align: center;
  margin-bottom: 0;
}
.siteFooter .newsletterBlockWrapper .newsletterForm .innerText .subTitle {
  display: none;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form {
  width: 100%;
  border-radius: 6px;
  padding: 0;
  background: var(--deep-graphite);
  border: none;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form .icon {
  color: var(--pure-white);
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form .newsletter-input input {
  background: transparent !important;
  color: var(--pure-white);
  font-size: 0.8125rem;
  font-weight: var(--bookWeight);
  padding: 10px 12px;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form .newsletter-input input:placeholder {
  color: #494c49;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form button {
  color: var(--textColour);
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 100%;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form button::after {
  background: currentColor;
  -webkit-mask: url(32ab3c50be42a1eb84ed.svg) no-repeat center / contain;
  mask: url(32ab3c50be42a1eb84ed.svg) no-repeat center / contain;
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.siteFooter .newsletterBlockWrapper .newsletterForm__form button:hover::after {
  transform: translate(2px, -50%) scale(1);
  opacity: 1;
}
.siteFooter .inputWrap {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.siteFooter .inputWrap .icon {
  color: var(--pure-white);
  flex-shrink: 0;
}
.siteFooter .inputWrap input {
  flex: 1;
  min-width: 0;
  background: transparent;
  border: 0;
  padding: 8px 4px;
  color: var(--pure-white);
  font-size: 0.875rem;
}
.siteFooter .inputWrap input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.siteFooter .inputWrap button {
  padding: 8px 10px;
  border: 0;
  background: transparent !important;
  color: var(--pure-white) !important;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: var(--boldWeight);
  font-size: 0.75rem;
}
/*
 * Cta Block
 */
.ctaBlockWrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .ctaBlockWrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .ctaBlockWrapper {
    padding: 0 20px;
  }
}
.ctaBlockWrapper .ctaGridWrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(1, 1fr);
}
.ctaBlockWrapper .ctaGridWrapper.ctaGridWrapper2 {
  grid-template-columns: repeat(2, 1fr);
}
.ctaBlockWrapper .ctaGridWrapper.ctaGridWrapper3 {
  grid-template-columns: repeat(3, 1fr);
}
.ctaBlockWrapper .ctaGridWrapper.ctaGridWrapper4 {
  grid-template-columns: repeat(4, 1fr);
}
.ctaBlockWrapper .ctaGridWrapper .item .imageWrap {
  margin: 0 0 20px;
}
.ctaFullWidth {
  padding: 100px 0;
}
@media all and (max-width: 640px) {
  .ctaFullWidth {
    padding: 60px 0;
  }
}
.ctaFullWidth:target {
  scroll-margin-top: 102px;
}
@media all and (max-width: 1250px) {
  .ctaFullWidth:target {
    scroll-margin-top: 70px;
  }
}
.ctaFullWidth.dark {
  background-color: var(--primaryColour);
  color: #ffffff;
}
.ctaFullWidth.dark h2 {
  color: #ffffff;
}
.ctaFullWidth.light {
  background-color: var(--c4);
  color: var(--primaryColour);
}
.ctaFullWidth.light h2 {
  color: var(--primaryColour);
}
.ctaFullWidthWrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .ctaFullWidthWrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .ctaFullWidthWrapper {
    padding: 0 20px;
  }
}
.ctaFullWidth__title {
  flex: 1;
}
.ctaFullWidth__title h2 {
  font-weight: 300;
  margin: 0;
  line-height: 1.12;
}
.ctaFullWidth__content {
  width: 100%;
  max-width: 840px;
}
.ctaFullWidth__table table {
  border: unset;
}
.ctaFullWidth__table thead {
  border-bottom: 1.5px solid #fff;
}
.ctaFullWidth__table thead th {
  text-align: left;
  font-size: 1.25rem;
}
@media all and (max-width: 900px) {
  .ctaFullWidth__table thead th {
    display: none;
  }
}
.ctaFullWidth__table tr {
  border-bottom: 1px solid var(--tertiaryColour);
}
.ctaFullWidth__table tr:last-child {
  border-bottom: unset;
}
.ctaFullWidth__table td {
  font-weight: 400;
  border: unset;
  text-align: left;
}
@media all and (max-width: 900px) {
  .ctaFullWidth__table td {
    font-size: 0.75rem;
  }
}
.ctaFullWidth__table td:first-child {
  font-weight: 700;
}
@media all and (max-width: 900px) {
  .ctaFullWidth__table td,
  .ctaFullWidth__table th {
    display: flex;
    text-align: left;
    gap: 20px;
  }
}
.ctaFullWidth__table .cellHeader {
  display: none;
  width: 100%;
  max-width: 20ch;
  font-weight: 700;
}
@media all and (max-width: 900px) {
  .ctaFullWidth__table .cellHeader {
    display: block;
  }
}
.ctaFullWidth__text {
  font-weight: 400;
  margin-top: 40px;
}
.ctaFullWidth__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 22px 27px 17px 27px;
  gap: 30px;
  margin-bottom: 20px;
  /* Show download button - cookie is saved */
  /* Hide download button - cookie is not saved */
}
.ctaFullWidth__file.active button.js_modalOpen {
  display: none;
}
.ctaFullWidth__file.active a.button {
  display: inline-flex;
}
.ctaFullWidth__file a.button {
  display: none;
}
.ctaFullWidth__fileIcon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--secondaryColour);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .ctaFullWidth__fileIcon {
    width: 50px;
    height: 50px;
  }
}
.ctaFullWidth__fileIcon::before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(538404a0b6afda0b0c05.svg) center no-repeat;
  background-size: contain;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .ctaFullWidth__fileIcon::before {
    width: 35px;
    height: 35px;
  }
}
.ctaFullWidth__fileIcon--zip:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5716-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.6 13.3v26.2c0 1.9-1.5 3.4-3.3 3.4h-27.6c-1.8 0-3.3-1.5-3.3-3.4v-36c0-0.9 0.4-1.8 1-2.4 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.9c0.6 0.6 1 1.5 1 2.3zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.2h-17.3c-0.3 0-0.7 0.1-1 0.4-0.2 0.2-0.4 0.6-0.4 1v36c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m8.8 28v-1l4.5-6.4h-4.5v-1.3h6.4v1l-4.5 6.4h4.5v1.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m18.3 19.3v8.7h-1.5v-8.7z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m20.1 28v-8.7h3.2q1 0 1.7 0.3 0.7 0.4 1.1 1.1 0.3 0.6 0.3 1.5 0 0.8-0.3 1.5-0.4 0.6-1.1 1-0.7 0.4-1.7 0.4h-2.2v-1.3h2q0.6 0 1-0.3 0.3-0.2 0.5-0.5 0.2-0.4 0.2-0.8 0-0.5-0.2-0.9-0.2-0.3-0.5-0.5-0.4-0.2-1-0.2h-1.5v7.4z%27/%3E%3C/svg%3E");
}
.ctaFullWidth__fileIcon--jpg:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5718-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D .s1 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.2 13.2v26.2c0 1.9-1.5 3.3-3.3 3.3h-27.6c-1.8 0-3.3-1.4-3.3-3.3v-36.1c0-0.9 0.4-1.7 1-2.3 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.8c0.6 0.7 1 1.5 1 2.4zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.3h-17.3c-0.3 0-0.7 0.2-1 0.4-0.2 0.3-0.4 0.7-0.4 1v36.1c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m18.7 23.1l-5.1-6.1-7.6 8.9 1.5 1.1 6.1-7.2 5.9 7.1 1.5-1.1-1.2-1.3 3.1-2.9 3.7 3.6 1.4-1.2-5.1-4.9z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m20 16.5c0 0.8-0.7 1.5-1.5 1.5-0.8 0-1.5-0.7-1.5-1.5 0-0.8 0.7-1.5 1.5-1.5 0.8 0 1.5 0.7 1.5 1.5z%27/%3E%3C/svg%3E");
}
.ctaFullWidth__file .content {
  flex: 1;
}
.ctaFullWidth__file .file__heading {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: unset;
  margin: 0 0 5px 0;
  letter-spacing: normal;
}
.ctaFullWidth__file .file__size {
  color: var(--tertiaryColour);
  font-size: 0.9375rem;
  line-height: 20px;
  text-transform: uppercase;
}
.ctaFullWidth__file .file__note {
  color: var(--primaryColour);
  font-size: 0.9375rem;
  line-height: 20px;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
  .ctaFullWidth__file .button {
    width: 100%;
    justify-content: center;
  }
}
.ctaFullWidth__img {
  height: auto;
}
.image .ctaFullWidth__image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.productBlock + .productBlock .ctaFullWidthWrapper {
  border-top: 1px solid var(--tertiaryColour);
}
.productBlock.ctaFullWidth {
  padding: 0;
}
.productBlock.ctaFullWidth .ctaFullWidth__title {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  width: 100%;
}
@media all and (max-width: 640px) {
  .productBlock.ctaFullWidth .ctaFullWidth__title {
    margin-bottom: 20px;
  }
}
.productBlock.ctaFullWidth .ctaFullWidth__title .icon {
  font-size: 2.625rem;
  color: var(--secondaryColour);
}
.productBlock.ctaFullWidth .ctaFullWidth__title .iconMinus {
  display: none;
}
.productBlock.ctaFullWidth .ctaFullWidth__title .iconPlus {
  display: block;
}
.productBlock.ctaFullWidth .ctaFullWidth__title::marker,
.productBlock.ctaFullWidth .ctaFullWidth__title::-webkit-details-marker {
  display: none;
}
.productBlock.ctaFullWidth .ctaFullWidth__content {
  width: 100%;
  max-width: 100%;
}
.productBlock.ctaFullWidth .ctaFullWidth__table {
  margin: 0 6%;
}
@media all and (max-width: 900px) {
  .productBlock.ctaFullWidth .ctaFullWidth__table {
    margin: 0;
  }
}
.productBlock .ctaFullWidthWrapper {
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media all and (max-width: 640px) {
  .productBlock .ctaFullWidthWrapper {
    padding-top: 60px;
  }
}
.productBlock .ctaFullWidthWrapper[open] .ctaFullWidth__title .iconMinus {
  display: block;
}
.productBlock .ctaFullWidthWrapper[open] .ctaFullWidth__title .iconPlus {
  display: none;
}
.table--left.ctaFullWidth .ctaFullWidth__table table {
  table-layout: initial;
}
.table--left.ctaFullWidth .ctaFullWidth__table table td {
  text-align: left;
}
.attachmentBlock {
  padding: 60px 0 80px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 640px) {
  .attachmentBlock {
    padding: 60px 0;
  }
}
.attachmentBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .attachmentBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .attachmentBlock__wrapper {
    padding: 0 20px;
  }
}
.attachmentBlock__title {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.attachmentBlock__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .attachmentBlock__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 640px) {
  .attachmentBlock__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.attachmentBlock__grid img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.attachmentBlock__item {
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}
.attachmentBlock__item .content {
  padding: 15px 20px 20px 20px;
}
.attachmentBlock__item .content .title {
  font-size: 1.125rem;
  margin: 0 0 9px 0;
  font-weight: 700;
}
.attachmentBlock__item .content .title .note_marker {
  font-weight: normal;
}
.attachmentBlock__item .content .description {
  font-size: 0.9375rem;
}
.attachmentBlock__item img {
  width: 100%;
  height: auto;
}
.attachmentBlock__notes {
  margin-top: 2rem;
}
.attachmentBlock__notes ul {
  list-style-type: none;
}
.teamBlock {
  padding: 60px 0 80px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 640px) {
  .teamBlock {
    padding: 60px 0;
  }
}
.teamBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .teamBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .teamBlock__wrapper {
    padding: 0 20px;
  }
}
.teamBlock__title {
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}
.teamBlock__subtitle {
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 30px 0;
}
.teamBlock__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .teamBlock__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .teamBlock__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.teamBlock__item {
  background-color: #ffffff;
}
.teamBlock__item .content {
  padding: 15px 20px 20px 20px;
}
.teamBlock__item .content .title {
  font-size: 1.375rem;
  margin: 0 0 9px 0;
  font-weight: 500;
}
.teamBlock__item .content .description {
  font-size: 1rem;
}
.faqBlock {
  padding: 60px 0 80px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 640px) {
  .faqBlock {
    padding: 60px 0;
  }
}
.faqBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .faqBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .faqBlock__wrapper {
    padding: 0 20px;
  }
}
.faqBlock__accordion {
  position: relative;
}
.faqBlock__accordion .iconMinus {
  display: none;
}
.faqBlock__accordion .accordionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  font-size: 1.25rem;
}
.faqBlock__accordion .accordionHeader h2 {
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0;
}
.faqBlock__accordion .accordionContent {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
.faqBlock__item {
  width: 100%;
  background-color: #fff;
  padding: 20px 40px;
  margin: 0 0 20px 0;
  cursor: pointer;
}
.faqBlock__item.active .accordionContent {
  max-height: 600px;
}
.faqBlock__item.active .iconPlus {
  display: none;
}
.faqBlock__item.active .iconMinus {
  display: block;
}
@media all and (max-width: 640px) {
  .faqBlock__item {
    padding: 20px;
  }
}
.contactForm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  background-color: #1D1E1B;
  overflow: hidden;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contactForm {
    height: unset !important;
  }
}
.contactForm__form {
  width: 50%;
  padding: 100px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contactForm__form {
    width: 100%;
    padding: 20px;
  }
}
.contactForm__form .ff-message-success {
  color: #ffffff;
  border: unset;
  font-size: 20px;
  box-shadow: unset;
}
.contactForm__form form ::placeholder {
  color: #fff;
  opacity: 1;
}
.contactForm__form form :-ms-input-placeholder {
  color: #fff;
}
.contactForm__form form ::-ms-input-placeholder {
  color: #fff;
}
.contactForm__form form input,
.contactForm__form form textarea,
.contactForm__form form select {
  background: transparent;
  font-size: 1rem;
  color: #fff;
  height: unset !important;
}
.contactForm__form form p {
  color: #fff;
}
.contactForm__form form .error {
  color: #fff;
  font-size: 1rem;
}
.contactForm__form form .ff-el-input--label {
  color: #fff;
}
.contactForm__form form .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #fff;
}
.contactForm__form form button {
  padding: 12px 35px 12px;
  background-color: #fff;
  color: #1D1E1B;
  border-radius: 50px;
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.contactForm__image {
  width: 50%;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .contactForm__image {
    width: 100%;
  }
}
.contactForm__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.requestCallBlock {
  width: 100%;
  display: flex;
  align-content: center;
  margin-top: 60px;
}
.requestCallBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .requestCallBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .requestCallBlock__wrapper {
    padding: 0 20px;
  }
}
.requestCallBlock__buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.requestCallBlock__col {
  width: calc(50% - 15px);
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding: 50px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .requestCallBlock__col {
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .requestCallBlock__col {
    padding: 40px 15px;
  }
}
.requestCallBlock__col h3 {
  line-height: 1;
  margin: 0 0 15px 0;
  width: 100%;
}
.requestCallBlock__col--1 {
  background-color: #1D1E1B;
}
.requestCallBlock__col--1 h3 {
  color: #fff;
}
.requestCallBlock__col--1 p {
  color: #fff;
}
.requestCallBlock__col--1 .button {
  background-color: #fff !important;
  color: #1D1E1B !important;
  width: 100%;
}
@media all and (max-width: 640px) {
  .requestCallBlock__col--1 .button {
    padding: 12px 15px 12px;
  }
}
.requestCallBlock__form {
  width: 100%;
}
.requestCallBlock__form .ff-message-success {
  border: unset;
  font-size: 20px;
  box-shadow: unset;
}
.requestCallBlock__form form::placeholder {
  color: #fff;
  opacity: 1;
}
.requestCallBlock__form form::-ms-input-placeholder {
  color: #fff;
}
.requestCallBlock__form form::-ms-input-placeholder {
  color: #fff;
}
.requestCallBlock__form form input,
.requestCallBlock__form form textarea,
.requestCallBlock__form form select {
  background: transparent;
  font-size: 1rem;
  color: #000;
  height: unset !important;
}
.requestCallBlock__form form p {
  color: #000;
}
.requestCallBlock__form form .error {
  color: #000;
  font-size: 1rem;
}
.requestCallBlock__form form .ff-el-input--label {
  color: #000;
}
.requestCallBlock__form form .ff-el-input--content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  color: #000;
}
.requestCallBlock__form form button {
  padding: 12px 35px 12px !important;
  background-color: #1D1E1B !important;
  color: #fff !important;
  border-radius: 50px !important;
  font-size: 1.0625rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
.downloadsBlock {
  padding: 0 0 80px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 640px) {
  .downloadsBlock {
    padding: 0 0 60px 0;
  }
}
.downloadsBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .downloadsBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .downloadsBlock__wrapper {
    padding: 0 20px;
  }
}
.downloadsBlock__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
  background: #ffffff;
}
.downloadsBlock__menu a {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1D1E1B;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  transition: 0.3s ease;
}
.downloadsBlock__menu a:hover {
  border-bottom: 2px solid #1D1E1B;
}
.downloadsBlock__title {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.downloadsBlock__block {
  padding: 40px 0 0 0;
  margin: 0 0 50px 0;
  position: relative;
}
.downloadsBlock__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .downloadsBlock__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 640px) {
  .downloadsBlock__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.downloadsBlock__file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 22px 27px 17px 27px;
  gap: 30px;
  /* Show download button - cookie is saved */
  /* Hide download button - cookie is not saved */
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .downloadsBlock__file {
    justify-content: center;
  }
}
.downloadsBlock__file.active button.js_modalOpen {
  display: none;
}
.downloadsBlock__file.active a.button {
  display: inline-flex;
}
.downloadsBlock__file a.button {
  display: none;
}
.downloadsBlock__fileIcon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--secondaryColour);
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloadsBlock__fileIcon::before {
  content: '';
  width: 45px;
  height: 45px;
  background: url(538404a0b6afda0b0c05.svg) center no-repeat;
  background-size: contain;
}
.downloadsBlock__fileIcon--zip:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5716-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.6 13.3v26.2c0 1.9-1.5 3.4-3.3 3.4h-27.6c-1.8 0-3.3-1.5-3.3-3.4v-36c0-0.9 0.4-1.8 1-2.4 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.9c0.6 0.6 1 1.5 1 2.3zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.2h-17.3c-0.3 0-0.7 0.1-1 0.4-0.2 0.2-0.4 0.6-0.4 1v36c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m8.8 28v-1l4.5-6.4h-4.5v-1.3h6.4v1l-4.5 6.4h4.5v1.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m18.3 19.3v8.7h-1.5v-8.7z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m20.1 28v-8.7h3.2q1 0 1.7 0.3 0.7 0.4 1.1 1.1 0.3 0.6 0.3 1.5 0 0.8-0.3 1.5-0.4 0.6-1.1 1-0.7 0.4-1.7 0.4h-2.2v-1.3h2q0.6 0 1-0.3 0.3-0.2 0.5-0.5 0.2-0.4 0.2-0.8 0-0.5-0.2-0.9-0.2-0.3-0.5-0.5-0.4-0.2-1-0.2h-1.5v7.4z%27/%3E%3C/svg%3E");
}
.downloadsBlock__fileIcon--jpg:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5718-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D .s1 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.2 13.2v26.2c0 1.9-1.5 3.3-3.3 3.3h-27.6c-1.8 0-3.3-1.4-3.3-3.3v-36.1c0-0.9 0.4-1.7 1-2.3 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.8c0.6 0.7 1 1.5 1 2.4zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.3h-17.3c-0.3 0-0.7 0.2-1 0.4-0.2 0.3-0.4 0.7-0.4 1v36.1c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m18.7 23.1l-5.1-6.1-7.6 8.9 1.5 1.1 6.1-7.2 5.9 7.1 1.5-1.1-1.2-1.3 3.1-2.9 3.7 3.6 1.4-1.2-5.1-4.9z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m20 16.5c0 0.8-0.7 1.5-1.5 1.5-0.8 0-1.5-0.7-1.5-1.5 0-0.8 0.7-1.5 1.5-1.5 0.8 0 1.5 0.7 1.5 1.5z%27/%3E%3C/svg%3E");
}
.downloadsBlock__file .content {
  flex: 1;
  max-width: 260px;
}
.downloadsBlock__file .file__heading {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: unset;
  margin: 0 0 5px 0;
  letter-spacing: normal;
}
.downloadsBlock__file .file__size {
  color: var(--tertiaryColour);
  font-size: 0.9375rem;
  line-height: 20px;
  text-transform: uppercase;
}
.downloadsBlock__file .file__note {
  color: var(--primaryColour);
  font-size: 0.9375rem;
  line-height: 20px;
}
.componentsBlock {
  padding: 0 0 80px 0;
  background-color: #F2F2F2;
}
.componentsBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .componentsBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .componentsBlock__wrapper {
    padding: 0 20px;
  }
}
.componentsBlock__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  gap: 20px;
  background: #ffffff;
}
@media all and (max-width: 640px) {
  .componentsBlock__menu {
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.componentsBlock__menu a {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #1D1E1B;
  font-weight: 700;
  border-bottom: 2px solid #ffffff;
  transition: 0.3s ease;
}
.componentsBlock__menu a:hover {
  border-bottom: 2px solid #1D1E1B;
}
.componentsBlock__title {
  width: 100%;
  text-align: left;
  margin: 0 0 30px 0;
  font-size: 2rem;
}
.componentsBlock__block {
  padding: 40px 0 0 0;
  margin: 0 0 50px 0;
  position: relative;
}
.componentsBlock__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
  row-gap: 20px;
}
.componentsBlock__grid a {
  display: inherit;
  background-color: #ffffff;
}
.componentsBlock__grid a img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .componentsBlock__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 640px) {
  .componentsBlock__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.componentsBlock__finish {
  position: relative;
}
.componentsBlock__cat {
  position: absolute;
  top: 50px;
  color: #ffffff;
  padding: 10px 18px;
  margin: 0 40px 0 0;
  background-color: #1D1E1B;
  text-transform: uppercase;
  font-weight: 700;
}
.componentsBlock .finish__heading {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 30px 37px 30px 37px;
}
.systemsBlock {
  padding: 60px 0 80px 0;
  background-color: #F2F2F2;
}
@media all and (max-width: 640px) {
  .systemsBlock {
    padding: 60px 0;
  }
}
.systemsBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemsBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemsBlock__wrapper {
    padding: 0 20px;
  }
}
.systemsBlock__igno {
  background: url(ce8a0336815dea01ac8f.png) center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 75px;
  z-index: 2;
  background-size: contain;
}
.systemsBlock__title {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.systemsBlock__grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
}
.systemsBlock__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(50% - 15px);
  min-height: 420px;
  background-color: #303030;
  border-radius: 15px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
  .systemsBlock__item {
    width: 100%;
  }
}
.systemsBlock__item:hover .hidden {
  max-height: 100px;
}
.systemsBlock__item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.systemsBlock__item .image img {
  width: inherit;
  height: inherit;
  object-fit: cover;
}
.systemsBlock__item .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.systemsBlock__item .category {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  margin: 0 0 20px 0;
}
.systemsBlock__item .category h3 {
  color: #cacaca;
  font-size: 1.25rem;
  margin: 0;
  line-height: 1;
}
.systemsBlock__item .title {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 0 10px 0;
}
.systemsBlock__item .title.green:after {
  background: linear-gradient(90deg, #F4C932 0%, #4AB89C 100%);
}
.systemsBlock__item .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #e54b21 0%, #f5ca35 100%);
}
.systemsBlock__item .title h2 {
  font-size: 2rem;
  margin: 0 0 9px 0;
  color: #ffffff;
  font-weight: 500;
}
.systemsBlock__item .title h2 strong {
  color: #fff;
  font-weight: 700;
}
.systemsBlock__item .title h2 small {
  font-size: 1.125rem;
  position: relative;
  bottom: 10px;
  left: 2px;
  margin: 0;
}
.systemsBlock__item .description {
  font-size: 1.0625rem;
  color: #ffffff;
}
@media all and (max-width: 640px) {
  .systemsBlock__item .description {
    text-align: center;
  }
}
.systemsBlock__item .link {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.systemsBlock__item .hidden {
  width: 100%;
  text-align: center;
  max-height: 0px;
  transition: 0.4s ease;
  overflow: hidden;
}
.systemVariantBlock__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .systemVariantBlock__wrapper {
    padding: 0 20px;
  }
}
@media all and (max-width: 768px) {
  .systemVariantBlock__wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
  }
}
.systemVariantBlock__navigation > div {
  display: flex;
  gap: 10px;
  justify-content: stretch;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__navigation > div {
    width: 190px;
    flex-direction: column;
  }
}
@media all and (max-width: 480px) {
  .systemVariantBlock__navigation > div {
    width: 110px;
  }
}
.systemVariantBlock__navigation > div button {
  flex: 1;
  font-weight: 400;
  padding: 16px;
  font-size: 14px;
  line-height: 1.2;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: transparent;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__navigation > div button {
    padding: 22px 14px;
    text-align: left;
    border-radius: 0;
    flex: unset;
  }
}
@media all and (max-width: 480px) {
  .systemVariantBlock__navigation > div button {
    padding: 12px;
    font-size: 11px;
  }
}
.systemVariantBlock__navigation > div button.active {
  background-color: #F2F2F2;
}
.systemVariantBlock__container {
  padding: 60px;
  background-color: #F2F2F2;
  border-radius: 15px;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__container {
    width: calc(100% - 190px);
    border-radius: 0;
  }
}
@media all and (max-width: 580px) {
  .systemVariantBlock__container {
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .systemVariantBlock__container {
    width: calc(100% - 110px);
  }
}
.systemVariantBlock__container.firstActive {
  border-top-left-radius: 0;
}
.systemVariantBlock__container.lastActive {
  border-top-right-radius: 0;
}
.systemVariantBlock__item {
  display: none;
  gap: 60px;
  justify-content: space-between;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__item {
    flex-direction: column;
    gap: 40px;
  }
}
@media all and (max-width: 480px) {
  .systemVariantBlock__item {
    gap: 30px;
  }
}
.systemVariantBlock__item--active {
  display: flex;
}
.systemVariantBlock__item > div {
  width: 500px;
  flex: 1;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__item > div {
    width: 100%;
  }
}
.systemVariantBlock__item > div:first-child {
  width: 560px;
}
@media all and (max-width: 768px) {
  .systemVariantBlock__item > div:first-child {
    width: 100%;
  }
}
.systemVariantBlock__item picture {
  border-radius: 10px;
  overflow: hidden;
}
.systemVariantBlock__item picture img {
  object-fit: cover;
}
.systemVariantBlock__itemButtons {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: stretch;
}
@media all and (max-width: 480px) {
  .systemVariantBlock__itemButtons {
    margin-top: 10px;
  }
}
.systemVariantBlock__itemButtons a {
  flex: 1;
  line-height: 1.2;
  min-width: 180px;
  padding: 12px 24px;
}
@media all and (max-width: 480px) {
  .systemVariantBlock__itemButtons a {
    font-size: 0.75rem;
    min-width: 100%;
    padding: 12px;
  }
}
.systemVariantBlock__item h4 {
  line-height: 1.2;
  margin-bottom: 0;
}
.systemVariantBlock__item h4 + div {
  margin: 15px 0 40px;
}
@media all and (max-width: 480px) {
  .systemVariantBlock__item h4 + div {
    margin-bottom: 30px;
  }
}
.systemVariantBlock__item h4 + div ul,
.systemVariantBlock__item h4 + div ol {
  margin-left: 20px;
}
.systemVariantBlock__item h4 + div:last-of-type {
  margin-bottom: 0;
}
.systemVariantBlock__itemDownloads > div {
  display: grid;
  grid-gap: 10px 30px;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 1024px) {
  .systemVariantBlock__itemDownloads > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media all and (max-width: 768px) {
  .systemVariantBlock__itemDownloads > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 640px) {
  .systemVariantBlock__itemDownloads > div {
    grid-template-columns: repeat(1, 1fr);
  }
}
.systemVariantBlock__itemDownloads > div > .button {
  flex: 1;
  display: flex;
  text-align: left;
  line-height: normal;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-weight: 700;
  padding: 15px 15px 15px 80px;
  background: none;
  align-items: start;
  border-radius: 0;
  letter-spacing: 0;
  color: inherit;
  text-transform: none;
}
.systemVariantBlock__itemDownloads > div > .button:before {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 100%;
  background-color: #D9D9D9;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2745%27 height=%2745%27 viewBox=%270 0 45 45%27 fill=%27black%27%3E%3Cpath d=%27M25.8748 28.4854C25.2455 27.9458 24.6144 27.2708 23.8955 26.5501C23.3998 26.0104 22.8601 25.2458 22.4101 24.4354C23.2644 21.5104 23.6705 18.7209 22.7705 17.3709C22.3662 16.7416 21.7351 16.4252 20.9248 16.4252C20.0248 16.4252 19.3498 16.8295 19.0351 17.5959C18.3144 19.2166 19.3955 22.1854 20.6998 24.6168C20.3394 25.7875 19.8894 27.0461 19.3498 28.4418C19.0351 29.2064 18.6748 29.9711 18.3144 30.6918C14.6248 32.1314 12.3748 33.7521 12.0603 35.2813C11.9249 36.0021 12.1499 36.6313 12.781 37.1271C13.1414 37.3978 13.5457 37.5771 13.9957 37.5771C14.175 37.5771 14.356 37.5314 14.5353 37.4874C16.2457 37.0374 18.0896 34.5167 19.4394 31.952C20.2498 31.6373 21.1937 31.3227 22.229 31.052C23.4437 30.6916 24.5248 30.4227 25.4687 30.2416C27.223 31.6373 28.7083 32.402 30.0146 32.402C31.0042 32.4477 31.7249 32.0873 32.3999 31.4123C33.3896 30.4227 32.9853 29.5666 32.8499 29.3416C32.0396 28.0795 29.5644 27.8104 25.8748 28.4854ZM14.0852 35.9104C13.9059 35.9561 13.8145 35.9104 13.7249 35.8647C13.5456 35.7294 13.5456 35.6397 13.5895 35.5501C13.6792 35.0105 14.7145 34.0208 16.9645 32.9397C15.8852 34.5604 14.8041 35.7294 14.0852 35.9104ZM20.4748 18.225C20.5205 18.1353 20.5644 18 20.9248 18C21.2394 18 21.3748 18.1353 21.4644 18.225C21.8687 18.8104 21.8248 20.2957 21.3291 22.275C20.5644 20.5646 20.1601 18.9457 20.4748 18.225ZM21.7351 29.475C21.2851 29.6103 20.8351 29.7457 20.3851 29.8793C20.5205 29.5646 20.6558 29.25 20.7894 28.9793C21.1041 28.125 21.4644 27.2689 21.7791 26.3689C22.1394 26.8646 22.4541 27.3146 22.7687 27.6293C23.173 28.0793 23.5791 28.4836 23.9833 28.8896C23.2644 29.0707 22.4998 29.25 21.7351 29.475ZM31.2292 30.2853C30.9146 30.6457 30.5085 30.7811 30.0146 30.7811C29.3396 30.7811 28.5292 30.4664 27.5853 29.8353C30.1957 29.475 31.6792 29.7457 31.2292 30.2853Z%27 /%3E%3Cpath d=%27M38.6107 11.9709L28.7548 2.11501C28.1255 1.48573 27.2694 1.12537 26.4151 1.12537H8.72967C7.82967 1.12537 7.01931 1.48572 6.39003 2.11501C5.76075 2.74604 5.40039 3.55465 5.40039 4.45465V40.5442C5.40039 42.3899 6.88575 43.8735 8.72967 43.8735H36.2692C38.1149 43.8735 39.5985 42.3881 39.5985 40.5442L39.6003 14.3105C39.6003 13.4545 39.24 12.6002 38.6107 11.9709ZM36.721 12.7795H29.4297C28.6193 12.7795 27.9443 12.1045 27.9443 11.2942L27.9461 4.05005L36.721 12.7795ZM36.271 41.94H8.72967C7.96503 41.94 7.33395 41.3107 7.33395 40.5442L7.33571 4.45469C7.33571 4.09434 7.47106 3.73397 7.74001 3.46505C8.01071 3.19435 8.36929 3.06075 8.72965 3.06075H26.0087V11.2962C26.0087 13.1858 27.538 14.7169 29.4295 14.7169H37.6649V40.546C37.6649 41.3107 37.0357 41.94 36.271 41.94Z%27 /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease, background-color 0.3s ease;
}
.systemVariantBlock__itemDownloads > div > .button span {
  color: #999;
  display: block;
  text-transform: uppercase;
}
.systemVariantBlock__itemDownloads > div > .button:focus,
.systemVariantBlock__itemDownloads > div > .button:hover {
  background: none;
}
.systemVariantBlock__itemDownloads > div > .button:hover:before {
  background-color: var(--primaryColour);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2745%27 height=%2745%27 viewBox=%270 0 45 45%27 fill=%27white%27%3E%3Cpath d=%27M25.8748 28.4854C25.2455 27.9458 24.6144 27.2708 23.8955 26.5501C23.3998 26.0104 22.8601 25.2458 22.4101 24.4354C23.2644 21.5104 23.6705 18.7209 22.7705 17.3709C22.3662 16.7416 21.7351 16.4252 20.9248 16.4252C20.0248 16.4252 19.3498 16.8295 19.0351 17.5959C18.3144 19.2166 19.3955 22.1854 20.6998 24.6168C20.3394 25.7875 19.8894 27.0461 19.3498 28.4418C19.0351 29.2064 18.6748 29.9711 18.3144 30.6918C14.6248 32.1314 12.3748 33.7521 12.0603 35.2813C11.9249 36.0021 12.1499 36.6313 12.781 37.1271C13.1414 37.3978 13.5457 37.5771 13.9957 37.5771C14.175 37.5771 14.356 37.5314 14.5353 37.4874C16.2457 37.0374 18.0896 34.5167 19.4394 31.952C20.2498 31.6373 21.1937 31.3227 22.229 31.052C23.4437 30.6916 24.5248 30.4227 25.4687 30.2416C27.223 31.6373 28.7083 32.402 30.0146 32.402C31.0042 32.4477 31.7249 32.0873 32.3999 31.4123C33.3896 30.4227 32.9853 29.5666 32.8499 29.3416C32.0396 28.0795 29.5644 27.8104 25.8748 28.4854ZM14.0852 35.9104C13.9059 35.9561 13.8145 35.9104 13.7249 35.8647C13.5456 35.7294 13.5456 35.6397 13.5895 35.5501C13.6792 35.0105 14.7145 34.0208 16.9645 32.9397C15.8852 34.5604 14.8041 35.7294 14.0852 35.9104ZM20.4748 18.225C20.5205 18.1353 20.5644 18 20.9248 18C21.2394 18 21.3748 18.1353 21.4644 18.225C21.8687 18.8104 21.8248 20.2957 21.3291 22.275C20.5644 20.5646 20.1601 18.9457 20.4748 18.225ZM21.7351 29.475C21.2851 29.6103 20.8351 29.7457 20.3851 29.8793C20.5205 29.5646 20.6558 29.25 20.7894 28.9793C21.1041 28.125 21.4644 27.2689 21.7791 26.3689C22.1394 26.8646 22.4541 27.3146 22.7687 27.6293C23.173 28.0793 23.5791 28.4836 23.9833 28.8896C23.2644 29.0707 22.4998 29.25 21.7351 29.475ZM31.2292 30.2853C30.9146 30.6457 30.5085 30.7811 30.0146 30.7811C29.3396 30.7811 28.5292 30.4664 27.5853 29.8353C30.1957 29.475 31.6792 29.7457 31.2292 30.2853Z%27 /%3E%3Cpath d=%27M38.6107 11.9709L28.7548 2.11501C28.1255 1.48573 27.2694 1.12537 26.4151 1.12537H8.72967C7.82967 1.12537 7.01931 1.48572 6.39003 2.11501C5.76075 2.74604 5.40039 3.55465 5.40039 4.45465V40.5442C5.40039 42.3899 6.88575 43.8735 8.72967 43.8735H36.2692C38.1149 43.8735 39.5985 42.3881 39.5985 40.5442L39.6003 14.3105C39.6003 13.4545 39.24 12.6002 38.6107 11.9709ZM36.721 12.7795H29.4297C28.6193 12.7795 27.9443 12.1045 27.9443 11.2942L27.9461 4.05005L36.721 12.7795ZM36.271 41.94H8.72967C7.96503 41.94 7.33395 41.3107 7.33395 40.5442L7.33571 4.45469C7.33571 4.09434 7.47106 3.73397 7.74001 3.46505C8.01071 3.19435 8.36929 3.06075 8.72965 3.06075H26.0087V11.2962C26.0087 13.1858 27.538 14.7169 29.4295 14.7169H37.6649V40.546C37.6649 41.3107 37.0357 41.94 36.271 41.94Z%27 /%3E%3C/svg%3E%0A");
}
.systemVariantBlock__itemDownloads > div > .button--zip:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5716-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23000000 %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.6 13.3v26.2c0 1.9-1.5 3.4-3.3 3.4h-27.6c-1.8 0-3.3-1.5-3.3-3.4v-36c0-0.9 0.4-1.8 1-2.4 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.9c0.6 0.6 1 1.5 1 2.3zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.2h-17.3c-0.3 0-0.7 0.1-1 0.4-0.2 0.2-0.4 0.6-0.4 1v36c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m8.8 28v-1l4.5-6.4h-4.5v-1.3h6.4v1l-4.5 6.4h4.5v1.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m18.3 19.3v8.7h-1.5v-8.7z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m20.1 28v-8.7h3.2q1 0 1.7 0.3 0.7 0.4 1.1 1.1 0.3 0.6 0.3 1.5 0 0.8-0.3 1.5-0.4 0.6-1.1 1-0.7 0.4-1.7 0.4h-2.2v-1.3h2q0.6 0 1-0.3 0.3-0.2 0.5-0.5 0.2-0.4 0.2-0.8 0-0.5-0.2-0.9-0.2-0.3-0.5-0.5-0.4-0.2-1-0.2h-1.5v7.4z%27/%3E%3C/svg%3E");
}
.systemVariantBlock__itemDownloads > div > .button--zip:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5716-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.6 13.3v26.2c0 1.9-1.5 3.4-3.3 3.4h-27.6c-1.8 0-3.3-1.5-3.3-3.4v-36c0-0.9 0.4-1.8 1-2.4 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.9c0.6 0.6 1 1.5 1 2.3zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.2h-17.3c-0.3 0-0.7 0.1-1 0.4-0.2 0.2-0.4 0.6-0.4 1v36c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m8.8 28v-1l4.5-6.4h-4.5v-1.3h6.4v1l-4.5 6.4h4.5v1.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m18.3 19.3v8.7h-1.5v-8.7z%27/%3E%3Cpath id=%27Layer%27 class=%27s0%27 d=%27m20.1 28v-8.7h3.2q1 0 1.7 0.3 0.7 0.4 1.1 1.1 0.3 0.6 0.3 1.5 0 0.8-0.3 1.5-0.4 0.6-1.1 1-0.7 0.4-1.7 0.4h-2.2v-1.3h2q0.6 0 1-0.3 0.3-0.2 0.5-0.5 0.2-0.4 0.2-0.8 0-0.5-0.2-0.9-0.2-0.3-0.5-0.5-0.4-0.2-1-0.2h-1.5v7.4z%27/%3E%3C/svg%3E");
}
.systemVariantBlock__itemDownloads > div > .button--jpg:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5718-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23000000 %7D .s1 %7B fill: %23000000 %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.2 13.2v26.2c0 1.9-1.5 3.3-3.3 3.3h-27.6c-1.8 0-3.3-1.4-3.3-3.3v-36.1c0-0.9 0.4-1.7 1-2.3 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.8c0.6 0.7 1 1.5 1 2.4zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.3h-17.3c-0.3 0-0.7 0.2-1 0.4-0.2 0.3-0.4 0.7-0.4 1v36.1c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m18.7 23.1l-5.1-6.1-7.6 8.9 1.5 1.1 6.1-7.2 5.9 7.1 1.5-1.1-1.2-1.3 3.1-2.9 3.7 3.6 1.4-1.2-5.1-4.9z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m20 16.5c0 0.8-0.7 1.5-1.5 1.5-0.8 0-1.5-0.7-1.5-1.5 0-0.8 0.7-1.5 1.5-1.5 0.8 0 1.5 0.7 1.5 1.5z%27/%3E%3C/svg%3E");
}
.systemVariantBlock__itemDownloads > div > .button--jpg:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg version=%271.2%27 xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 35 43%27 width=%2735%27 height=%2743%27%3E%3Ctitle%3EGroup 5718-svg%3C/title%3E%3Cstyle%3E .s0 %7B fill: %23ffffff %7D .s1 %7B fill: %23ffffff %7D %3C/style%3E%3Cpath id=%27Layer%27 fill-rule=%27evenodd%27 class=%27s0%27 d=%27m34.2 13.2v26.2c0 1.9-1.5 3.3-3.3 3.3h-27.6c-1.8 0-3.3-1.4-3.3-3.3v-36.1c0-0.9 0.4-1.7 1-2.3 0.6-0.6 1.4-1 2.3-1h17.7c0.9 0 1.7 0.4 2.4 1l9.8 9.8c0.6 0.7 1 1.5 1 2.4zm-1.9 26.2v-25.8h-8.3c-1.9 0-3.4-1.5-3.4-3.4v-8.3h-17.3c-0.3 0-0.7 0.2-1 0.4-0.2 0.3-0.4 0.7-0.4 1v36.1c0 0.8 0.7 1.4 1.4 1.4h27.6c0.7 0 1.4-0.6 1.4-1.4zm-9.8-36.5v7.3c0 0.8 0.7 1.5 1.5 1.5h7.3z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m18.7 23.1l-5.1-6.1-7.6 8.9 1.5 1.1 6.1-7.2 5.9 7.1 1.5-1.1-1.2-1.3 3.1-2.9 3.7 3.6 1.4-1.2-5.1-4.9z%27/%3E%3Cpath id=%27Layer%27 class=%27s1%27 d=%27m20 16.5c0 0.8-0.7 1.5-1.5 1.5-0.8 0-1.5-0.7-1.5-1.5 0-0.8 0.7-1.5 1.5-1.5 0.8 0 1.5 0.7 1.5 1.5z%27/%3E%3C/svg%3E");
}
.systemVariantBlock__itemDownloads > div > .button.buttonTrack {
  display: none;
}
.systemVariantBlock__itemDownloads > div.active .js_modalOpen {
  display: none;
}
.systemVariantBlock__itemDownloads > div.active > .buttonTrack {
  display: flex;
}
.twoColumnImageTextBlockWrap {
  padding: 60px 20px 75px 20px;
}
@media all and (max-width: 640px) {
  .twoColumnImageTextBlockWrap {
    padding: 40px 20px;
  }
}
.twoColumnImageTextBlockWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.twoColumnImageTextBlockWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.twoColumnImageTextBlockWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.twoColumnImageTextBlockWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.twoColumnImageTextBlockWrap .eyebrowRow {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnImageTextBlockWrap .eyebrowRow {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnImageTextBlockWrap .eyebrowRow {
    padding: 0 20px;
  }
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  gap: var(--desktopGap);
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnImageTextBlockWrap .twoColumnImageTextBlock {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnImageTextBlockWrap .twoColumnImageTextBlock {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .twoColumnImageTextBlockWrap .twoColumnImageTextBlock {
    flex-direction: column;
    gap: var(--mobileGap);
  }
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock__col {
  flex: 1;
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--boldWeight);
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .twoColumnImageTextBlockWrap .twoColumnImageTextBlock__title {
    font-size: 2.1875rem;
    line-height: 1.02857143;
  }
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock__subheading {
  border-bottom: solid 2px var(--accent-colour);
  padding-bottom: 10px;
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock__body p {
  font-size: 1rem;
  font-weight: var(--bookWeight);
}
.twoColumnImageTextBlockWrap .twoColumnImageTextBlock__buttonsWrap {
  margin-top: 20px;
}
.twoColumnImageTextBlock__imgWrap {
  width: 100%;
  height: 100%;
}
.twoColumnImageTextBlock__imgWrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media all and (max-width: 1250px) {
  .twoColumnImageTextBlockWrap.imgPos--left .twoColumnImageTextBlock {
    flex-direction: column;
  }
}
.twoColumnImageTextBlock__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.featureCarouselBlockWrap {
  padding: 50px 20px 65px 20px;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap {
    padding: 40px 20px;
  }
}
.featureCarouselBlockWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.featureCarouselBlockWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.featureCarouselBlockWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.featureCarouselBlockWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.featureCarouselBlockWrap .featureCarouselBlock__header {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featureCarouselBlockWrap .featureCarouselBlock__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featureCarouselBlockWrap .featureCarouselBlock__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__header {
    margin-bottom: 50px;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__eyebrow {
  align-self: center;
  margin-bottom: 0;
}
.featureCarouselBlockWrap .featureCarouselBlock__headline {
  font-size: 4.5rem;
  line-height: 0.75;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 1100px;
  align-self: center;
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .featureCarouselBlockWrap .featureCarouselBlock__headline {
    font-size: 4rem;
  }
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__headline {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.02777778;
    gap: initial;
    margin-bottom: 0;
    align-content: center;
    gap: 10px;
  }
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__headline > .featureCarouselBlock__headlineLine {
    align-self: center;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__headline > .featureCarouselBlock__headlineLine:nth-of-type(2) {
  align-self: center;
}
.featureCarouselBlockWrap .featureCarouselBlock__headline > .featureCarouselBlock__headlineLine:last-of-type {
  align-self: flex-end;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__headline > .featureCarouselBlock__headlineLine:last-of-type {
    align-self: center;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__headlineLine {
  display: inline-flex;
  will-change: transform, opacity;
}
.featureCarouselBlockWrap .featureCarouselBlock__splide {
  margin-bottom: 24px;
}
.featureCarouselBlockWrap .featureCarouselBlock__splide::before,
.featureCarouselBlockWrap .featureCarouselBlock__splide::after {
  content: "";
  width: 120px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
.featureCarouselBlockWrap .featureCarouselBlock__splide::before {
  left: 0;
  transform: translateX(-20px);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--bg-colour) 100%);
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__splide::before {
    width: 45px;
    background: var(--bg-colour);
    display: none;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__splide::after {
  right: 0;
  transform: translateX(20px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--bg-colour) 100%);
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__splide::after {
    display: none;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 527px;
  flex: 1 1 327px;
  transform-origin: center;
  transition: width 0.5s ease;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__slide {
    flex: initial;
    flex-shrink: initial;
    min-width: calc(100vw - (20px * 2));
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-active,
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded {
  flex: 1.5 0.5 500px;
  flex-shrink: 0;
  transition: width 0.5s ease;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__slide.is-active,
  .featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded {
    flex: initial;
    flex-shrink: initial;
    width: 100%;
  }
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__slide.is-active.is-expanded {
    flex: initial;
    flex-shrink: initial;
    width: 100%;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__media {
  width: 100%;
  height: 100%;
}
.featureCarouselBlockWrap .featureCarouselBlock__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--deep-graphite);
  opacity: 0.25;
  display: block;
  transition: opacity 0.25s ease;
}
.featureCarouselBlockWrap .featureCarouselBlock__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featureCarouselBlockWrap .featureCarouselBlock__download {
  opacity: 0;
  transition: opacity 0.25s ease;
  background: rgba(255, 255, 255, 0.75);
}
.featureCarouselBlockWrap .featureCarouselBlock__download:hover {
  background: rgba(255, 255, 255, 0.9);
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__download {
  opacity: 1;
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__media::after {
  opacity: 0;
}
.featureCarouselBlockWrap .featureCarouselBlock__panel {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 46px;
  transition: all 0.8s ease-in-out;
}
.featureCarouselBlockWrap .featureCarouselBlock__cta.button {
  position: absolute;
  right: 12px;
  transition: background 0.25s, transform 0.5s ease;
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: unset;
  color: var(--pure-white);
  text-align: center;
  padding: 10px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  justify-self: center;
  align-self: center;
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__panel {
  gap: 1rem;
  background: rgba(255, 255, 255, 0.75);
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__cta.button {
  transform: rotate(-45deg);
  bottom: 20px;
  top: unset;
  background-color: var(--accent-colour);
  transform-origin: center;
}
.featureCarouselBlockWrap .featureCarouselBlock__bodyWrap {
  display: flex;
  gap: 16px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.featureCarouselBlockWrap .featureCarouselBlock__slideBody {
  width: calc(100% - 10px - 34px);
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__bodyWrap {
  opacity: 1;
  max-height: 200px;
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__slideTitle {
  color: var(--deep-graphite);
}
.featureCarouselBlockWrap .featureCarouselBlock__slideTitle {
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 0;
  color: var(--pure-white);
}
.featureCarouselBlockWrap .featureCarouselBlock__slideBody {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: var(--bookWeight);
}
.featureCarouselBlockWrap .featureCarouselBlock__download {
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
.featureCarouselBlockWrap .featureCarouselBlock__slide.is-expanded .featureCarouselBlock__download {
  opacity: 1;
  pointer-events: auto;
}
.featureCarouselBlockWrap .featureCarouselBlock__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.featureCarouselBlockWrap .featureCarouselBlock__controlTitle {
  font-weight: var(--bookWeight);
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__controlTitle {
    display: none;
  }
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__progress {
    flex: 1;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__progressTrack {
  --heroProgressMarkerHeight: 4px;
  --heroProgressMarkerWidth: 20px;
  width: 200px;
  height: 1px;
  background: var(--deep-graphite);
  z-index: 1;
  position: relative;
}
@media all and (max-width: 640px) {
  .featureCarouselBlockWrap .featureCarouselBlock__progressTrack {
    width: 100%;
  }
}
.featureCarouselBlockWrap .featureCarouselBlock__progressBar {
  height: var(--heroProgressMarkerHeight);
  width: var(--heroProgressMarkerWidth);
  background: var(--accent-colour);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -2.5px);
  z-index: 2;
  border-radius: 24px;
  transition: left 0.15s ease-out;
}
.featureCarouselBlockWrap .featureCarouselBlock__buttons {
  display: flex;
  gap: 8px;
}
.featureCarouselBlockWrap .featureCarouselBlock__button {
  background: transparent;
  border: 1px solid var(--textColour);
  border-radius: 999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  color: var(--textColour);
  transition: background 0.3s color 0.3s;
}
.featureCarouselBlockWrap .featureCarouselBlock__button:hover {
  background: var(--hover-colour);
  color: var(--pure-white);
}
.featuredBoxedCarouselWrap {
  padding: 75px 20px;
  --fbc-gap: 8px;
  --fbc-columns: 8;
  --fbc-normal: calc((var(--wrapperWidth) - ((var(--fbc-columns) - 1) * var(--fbc-gap))) / var(--fbc-columns));
  --fbc-expanded: calc((4 * var(--fbc-normal)) + (3 * var(--fbc-gap)));
  --fbc-padding-left: calc((3 * var(--fbc-normal)) + (3 * var(--fbc-gap)));
  --fbc-padding-right: calc(var(--fbc-normal) + var(--fbc-gap));
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap {
    padding: 40px 20px;
  }
}
.featuredBoxedCarouselWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.featuredBoxedCarouselWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.featuredBoxedCarouselWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.featuredBoxedCarouselWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__header {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  gap: 60px;
  align-items: start;
  justify-content: space-between;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 1250px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__header {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__header {
    flex-direction: column;
    gap: 40px;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__eyebrow {
  align-self: start;
  text-transform: uppercase;
  width: fit-content;
  max-width: 100%;
  flex-shrink: 0;
  display: inline-flex;
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__eyebrow {
    align-self: center;
    margin-bottom: 0;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__headline {
  font-size: 3.75rem;
  line-height: 0.73333333;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 0;
  max-width: 1100px;
}
@media all and (max-width: 1250px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__headline {
    flex: 1 0 calc(100% - 280px);
  }
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__headline {
    font-size: 3.375rem;
  }
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__headline {
    font-size: 2.5rem;
    line-height: 1.02777778;
    gap: 10px;
    text-align: center;
    align-content: center;
  }
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__headline > .featuredBoxedCarousel__headlineLine {
    align-self: center;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__headline > .featuredBoxedCarousel__headlineLine:nth-of-type(2) {
  align-self: center;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__headline > .featuredBoxedCarousel__headlineLine:last-of-type {
  align-self: flex-end;
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__headline > .featuredBoxedCarousel__headlineLine:last-of-type {
    align-self: center;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__headlineLine {
  display: inline-flex;
  will-change: transform, opacity;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__intro {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: var(--bookWeight);
  max-width: 280px;
  justify-self: end;
  text-align: right;
  flex: 1 0 280px;
}
@media all and (max-width: 1250px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__intro {
    text-align: center;
    justify-self: center;
    flex: 1;
    width: 100%;
    max-width: none;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__splide {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
  border-radius: 12px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__splide {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__splide {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__splide {
    overflow: visible;
    margin-bottom: 24px;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  height: 465px;
  width: var(--fbc-normal);
  transform-origin: center;
  box-sizing: border-box;
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__slide {
    width: 100%;
    min-width: calc(100vw - (20px * 2));
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-active,
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded {
  width: var(--fbc-expanded);
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-active,
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded {
    width: 100%;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__media {
  width: 100%;
  height: 100%;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--deep-graphite);
  opacity: 0.25;
  display: block;
  transition: opacity 0.25s ease;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded .featuredBoxedCarousel__media::after {
  opacity: 0;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__panel {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  transition: all 0.6s;
  opacity: 0;
  height: 0;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__cta.button {
  position: absolute;
  top: 6px;
  right: 12px;
  transition: background 0.1s, transform 0.5s ease;
  display: block;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: unset;
  color: var(--pure-white);
  text-align: center;
  padding: 10px;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded .featuredBoxedCarousel__panel {
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  height: unset;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded .featuredBoxedCarousel__cta.button {
  transform: rotate(-45deg);
  bottom: 6px;
  top: unset;
  background-color: var(--accent-colour);
  transform-origin: center;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__bodyWrap {
  display: flex;
  gap: 16px;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.25s ease, max-height 0.25s ease;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slideBody {
  width: calc(100% - 10px - 34px);
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded .featuredBoxedCarousel__bodyWrap {
  opacity: 1;
  max-height: 200px;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slide.is-expanded .featuredBoxedCarousel__slideTitle {
  color: var(--deep-graphite);
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slideTitle {
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-bottom: 0;
  color: var(--pure-white);
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__slideBody {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: var(--bookWeight);
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__controls {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  row-gap: 1em;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__controls {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__controls {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__controls {
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__controlsButton.button {
  text-transform: uppercase;
  padding: 10px 18px;
  gap: 8px;
  flex-shrink: 0;
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__controlsButton.button {
    order: 3;
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__progress {
  width: 100%;
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__progress {
    flex: 1 0 calc(100% - 74px - 24px);
  }
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__progressTrack {
  --heroProgressMarkerHeight: 4px;
  --heroProgressMarkerWidth: 20px;
  width: 100%;
  height: 1px;
  background: var(--deep-graphite);
  z-index: 1;
  position: relative;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__progressBar {
  height: var(--heroProgressMarkerHeight);
  width: var(--heroProgressMarkerWidth);
  background: var(--accent-colour);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -2.5px);
  z-index: 2;
  border-radius: 24px;
  transition: left 0.15s ease-out;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__buttons {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__button {
  background: transparent;
  border: 1px solid var(--textColour);
  border-radius: 999px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.featuredBoxedCarouselWrap .featuredBoxedCarousel__button:hover {
  background: var(--hover-colour);
  color: var(--pure-white);
}
@media all and (max-width: 640px) {
  .featuredBoxedCarouselWrap .featuredBoxedCarousel__intro {
    max-width: none;
    justify-self: start;
  }
}
.twoColumnSliderBlockWrap {
  padding: 60px 20px;
}
@media all and (max-width: 640px) {
  .twoColumnSliderBlockWrap {
    padding: 40px 20px;
  }
}
.twoColumnSliderBlockWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.twoColumnSliderBlockWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.twoColumnSliderBlockWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.twoColumnSliderBlockWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: var(--desktopGap);
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock {
    padding: 0 20px;
  }
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock {
    flex-direction: column;
    gap: var(--mobileGap);
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__col {
  flex: 1;
  min-width: 0;
  width: 100%;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__col--content .twoColumnSliderBlock__buttonsWrap {
    display: none;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__col--slider .twoColumnSliderBlock__buttonsWrap {
  display: none;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__col--slider {
    min-width: 100%;
  }
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__col--slider .twoColumnSliderBlock__buttonsWrap {
    display: block;
    margin-top: 34px;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__eyebrow {
  margin-bottom: 46px;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__title {
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--boldWeight);
  text-transform: uppercase;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__title {
    font-size: 2.1875rem;
    line-height: 1.02857143;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__buttonsWrap {
  margin-top: 20px;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelTrack {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  background: var(--pure-white);
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelTrack {
    flex-direction: column;
  }
}
@media all and (max-width: 640px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelTrack {
    margin-top: 8px;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel {
  flex: 1 1 0;
  min-width: 75px;
  max-width: 75px;
  position: relative;
  background: var(--pure-white);
  border-right: 1px solid var(--charcoal);
  transition: flex 0.6s, max-width 0.6s, transform 0.6s ease;
  cursor: pointer;
  height: 520px;
  outline: none;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active {
  cursor: default;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel {
    height: auto;
    min-height: 70px;
    min-width: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid var(--charcoal);
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel:last-child {
  border-right: 0;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel:last-child {
    border-bottom: 0;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active {
  flex: 3 1 0;
  max-width: 100%;
  transform: translateX(0);
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active {
    min-height: 240px;
  }
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel,
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-after,
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active {
    transform: none;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelMedia {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, var(--ocean-steel) 100%);
  opacity: 0.57;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active .twoColumnSliderBlock__panelMedia {
  opacity: 1;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelImage {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelOverlay {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 26px;
  color: var(--pure-white);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.35s;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelOverlay {
    left: 26px;
    right: 26px;
    bottom: 26px;
  }
}
@media all and (max-width: 640px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelOverlay {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelBody {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: var(--bookWeight);
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelLabel {
  position: absolute;
  left: 14px;
  top: 24px;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  font-size: 2.25rem;
  color: var(--deep-graphite);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  opacity: 1;
  transition: color 0.25s ease, transform 0.45s ease, left 0.25s, right 0.25s;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelLabel {
    transform: none;
    writing-mode: initial;
    font-size: 2.25rem;
    top: 14px;
    left: unset;
    right: 16px;
  }
}
@media all and (max-width: 640px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelLabel {
    font-size: 1.875rem;
    top: 17px;
  }
}
@media (max-width: 360px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelLabel {
    font-size: 1.6875rem;
    top: 18px;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active .twoColumnSliderBlock__panelLabel {
  color: var(--pure-white);
  transform: rotate(180deg);
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active .twoColumnSliderBlock__panelLabel {
    transform: none;
    writing-mode: initial;
    left: 16px;
    right: unset;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelCta {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--accent-colour);
  color: var(--pure-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.25s ease;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panelCta {
    right: unset;
    left: 16px;
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active .twoColumnSliderBlock__panelCta {
  opacity: 0;
  pointer-events: none;
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panelCtaIcon {
  font-size: 16px;
  line-height: 1;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap .twoColumnSliderBlock__panel:hover .twoColumnSliderBlock__panelCta {
    transform: rotate(90deg);
  }
}
.twoColumnSliderBlockWrap .twoColumnSliderBlock__panel.is-active .twoColumnSliderBlock__panelOverlay {
  opacity: 1;
}
.twoColumnSliderBlockWrap.accent-colour--rust .twoColumnSliderBlock__panelCta:hover,
.twoColumnSliderBlockWrap.accent-colour--rust .twoColumnSliderBlock__panelCta:focus-visible {
  background: #c55f41;
}
.twoColumnSliderBlockWrap.accent-colour--ocean-steel .twoColumnSliderBlock__panelCta:hover,
.twoColumnSliderBlockWrap.accent-colour--ocean-steel .twoColumnSliderBlock__panelCta:focus-visible {
  background: #33a0a0;
}
.twoColumnSliderBlockWrap.accent-colour--deep-graphite .twoColumnSliderBlock__panelCta:hover,
.twoColumnSliderBlockWrap.accent-colour--deep-graphite .twoColumnSliderBlock__panelCta:focus-visible {
  background: #494c49;
}
.twoColumnSliderBlockWrap.sliderPos--left .twoColumnSliderBlock {
  flex-direction: row-reverse;
}
@media all and (max-width: 1250px) {
  .twoColumnSliderBlockWrap.sliderPos--left .twoColumnSliderBlock {
    flex-direction: column-reverse;
  }
}
.genericTwoColumnBoxedWrap {
  padding: 50px 20px;
}
@media all and (max-width: 640px) {
  .genericTwoColumnBoxedWrap {
    padding: 20px;
  }
}
.genericTwoColumnBoxedWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.genericTwoColumnBoxedWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.genericTwoColumnBoxedWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 32px;
  border-radius: 12px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box {
    padding: 0 20px;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box.box-bg--soft-concrete {
  --box-bg-colour: var(--soft-concrete);
  background-color: var(--box-bg-colour);
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box.box-bg--charcoal {
  --box-bg-colour: var(--charcoal);
  background-color: var(--box-bg-colour);
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box.box-bg--white {
  --box-bg-colour: var(--pure-white);
  background-color: var(--box-bg-colour);
}
@media all and (max-width: 1250px) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__box {
    padding: 32px;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__columns {
  display: flex;
  align-items: center;
  gap: var(--desktopGap);
}
@media all and (max-width: 640px) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__columns {
    flex-direction: column;
    gap: var(--mobileGap);
  }
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__columns {
    align-items: stretch;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__col {
  flex: 1;
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__col--right {
  padding: 20px;
  align-content: center;
}
@media all and (max-width: 640px) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__col--right {
    padding: 0;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__imageWrap {
  width: 100%;
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__imageWrap img {
  width: 100%;
  max-height: 500px;
  height: 100%;
  min-height: 450px;
  border-radius: 12px;
  object-fit: cover;
}
@media all and (max-width: 1250px) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__imageWrap img {
    height: 100%;
    max-height: initial;
  }
}
@media all and (min-width:  641px ) and (max-width:  1249px ) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__imageWrap {
    height: 100%;
  }
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__imageWrap img {
    display: block;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__content .genericTwoColumnBoxed__headline {
  font-size: 3rem;
  line-height: 1;
  font-weight: var(--boldWeight);
  text-transform: uppercase;
}
@media all and (max-width: 640px) {
  .genericTwoColumnBoxedWrap .genericTwoColumnBoxed__content .genericTwoColumnBoxed__headline {
    font-size: 2.1875rem;
    line-height: 1.02857143;
  }
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__content .genericTwoColumnBoxed__body p {
  font-size: 1rem;
  font-weight: var(--bookWeight);
}
.genericTwoColumnBoxedWrap .genericTwoColumnBoxed__content .genericTwoColumnBoxed__buttonsWrap {
  margin-top: 20px;
}
.genericTwoColumnBoxedWrap.imgPos--right .genericTwoColumnBoxed__columns {
  flex-direction: row-reverse;
}
@media all and (max-width: 640px) {
  .genericTwoColumnBoxedWrap.imgPos--right .genericTwoColumnBoxed__columns {
    flex-direction: column;
  }
}
.testimonialsSliderBlockWrap {
  padding: 50px 20px 65px 20px;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap {
    padding: 40px 20px 50px 20px;
  }
}
.testimonialsSliderBlockWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.testimonialsSliderBlockWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.testimonialsSliderBlockWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.testimonialsSliderBlockWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__header {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 82px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__header {
    gap: 40px;
    margin-bottom: 50px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__eyebrow {
  align-self: center;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__eyebrow {
    margin-bottom: 0;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__headline {
  font-size: 3.75rem;
  line-height: calc(1em * (44 / 60) + 1rem);
  text-transform: uppercase;
  font-weight: var(--boldWeight);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  text-align: center;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__headline {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 0;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  align-items: center;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials {
    padding: 0 20px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before,
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 132px;
  height: 126px;
  font-weight: var(--boldWeight);
  background-color: var(--accent-colour);
  pointer-events: none;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTMyLjg5IDExOS4xNyI+CiAgICA8ZyBpZD0iYyI+CiAgICAgICAgPHBhdGggZD0iTTAsNzEuOTJDMCwyOS40LDE3Ljg1LDguOTIsNTcuNzUsMGw2LjMsMTguMzdjLTI2LjI1LDkuNDUtMzYuNzUsMjMuMS0zNS4xOCw0NS42OGgxOS40MnY1NS4xMkgwdi00Ny4yNVoiCiAgICAgICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIgLz4KICAgICAgICA8cGF0aAogICAgICAgICAgICBkPSJNNjguODQsNzEuOTJjMC00Mi41MiwxNy44NS02Myw1Ny43NS03MS45Mmw2LjMsMTguMzdjLTI2LjI1LDkuNDUtMzYuNzUsMjMuMS0zNS4xNyw0NS42OGgxOC45djU1LjEyaC00Ny43N3YtNDcuMjVaIgogICAgICAgICAgICBmaWxsPSJjdXJyZW50Q29sb3IiIC8+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center / contain;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTMyLjg5IDExOS4xNyI+CiAgICA8ZyBpZD0iYyI+CiAgICAgICAgPHBhdGggZD0iTTAsNzEuOTJDMCwyOS40LDE3Ljg1LDguOTIsNTcuNzUsMGw2LjMsMTguMzdjLTI2LjI1LDkuNDUtMzYuNzUsMjMuMS0zNS4xOCw0NS42OGgxOS40MnY1NS4xMkgwdi00Ny4yNVoiCiAgICAgICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIgLz4KICAgICAgICA8cGF0aAogICAgICAgICAgICBkPSJNNjguODQsNzEuOTJjMC00Mi41MiwxNy44NS02Myw1Ny43NS03MS45Mmw2LjMsMTguMzdjLTI2LjI1LDkuNDUtMzYuNzUsMjMuMS0zNS4xNyw0NS42OGgxOC45djU1LjEyaC00Ny43N3YtNDcuMjVaIgogICAgICAgICAgICBmaWxsPSJjdXJyZW50Q29sb3IiIC8+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center / contain;
  left: 71px;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
  -webkit-mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI2Ljc3IDExMy42OSI+CiAgICA8ZyBpZD0iYyI+CiAgICAgICAgPHBhdGgKICAgICAgICAgICAgZD0iTTAsOTYuMTZjMjUuMDQtOS4wMiwzNS41Ni0yMi4wNCwzMy41Ni00My41N0gxNS41M1YwaDQ2LjA4djQ1LjA4YzAsNDAuNTctMTcuNTMsNjAuMS01NS41OSw2OC42MkwwLDk2LjE2WiIKICAgICAgICAgICAgZmlsbD0iY3VycmVudENvbG9yIiAvPgogICAgICAgIDxwYXRoCiAgICAgICAgICAgIGQ9Ik02NS42Nyw5Ni4xNmMyNS4wNC05LjAyLDM1LjU2LTIyLjA0LDMzLjU2LTQzLjU3aC0xOC4wM1YwaDQ1LjU4djQ1LjA4YzAsNDAuNTctMTcuMDMsNjAuMS01NS4wOSw2OC42MmwtNi4wMS0xNy41M1oiCiAgICAgICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIgLz4KICAgIDwvZz4KPC9zdmc+) no-repeat center / contain;
  mask: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTI2Ljc3IDExMy42OSI+CiAgICA8ZyBpZD0iYyI+CiAgICAgICAgPHBhdGgKICAgICAgICAgICAgZD0iTTAsOTYuMTZjMjUuMDQtOS4wMiwzNS41Ni0yMi4wNCwzMy41Ni00My41N0gxNS41M1YwaDQ2LjA4djQ1LjA4YzAsNDAuNTctMTcuNTMsNjAuMS01NS41OSw2OC42MkwwLDk2LjE2WiIKICAgICAgICAgICAgZmlsbD0iY3VycmVudENvbG9yIiAvPgogICAgICAgIDxwYXRoCiAgICAgICAgICAgIGQ9Ik02NS42Nyw5Ni4xNmMyNS4wNC05LjAyLDM1LjU2LTIyLjA0LDMzLjU2LTQzLjU3aC0xOC4wM1YwaDQ1LjU4djQ1LjA4YzAsNDAuNTctMTcuMDMsNjAuMS01NS4wOSw2OC42MmwtNi4wMS0xNy41M1oiCiAgICAgICAgICAgIGZpbGw9ImN1cnJlbnRDb2xvciIgLz4KICAgIDwvZz4KPC9zdmc+) no-repeat center / contain;
  right: 71px;
}
@media all and (max-width: 1250px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before,
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
    --quote-translate: calc(34px + 10px);
    width: 90px;
    opacity: 0.4;
    transform: translateY(calc(-50% - var(--quote-translate)));
  }
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before {
    left: 0px;
  }
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
    right: 0px;
  }
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before,
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
    --quote-translate: calc(34px + 10px);
    width: 30px;
    opacity: 0.4;
    transform: translateY(calc(-50% - var(--quote-translate)));
  }
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::before {
    left: 0px;
  }
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonials::after {
    right: 0px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonialsSplide {
  width: 100%;
  max-width: 760px;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__testimonialsSplide .splide__track {
  overflow: hidden;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__slide {
  background: transparent;
  border-radius: 0;
  padding: 0 64px;
  text-align: center;
  display: flex;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__slide {
    padding: 0 20px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__quote {
  margin: 0 0 18px 0;
  font-size: 2rem;
  line-height: 1;
  font-weight: var(--bookWeight);
  align-self: center;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__quote > p {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__quote {
    font-size: 1.25rem;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  align-items: center;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__author {
  font-weight: var(--boldWeight);
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__roleCompany {
  opacity: 0.7;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__buttons {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
@media all and (max-width: 1250px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__buttons {
    position: initial;
    gap: 10px;
    transform: initial;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__button {
  background: transparent;
  border: 1px solid var(--textColour);
  color: var(--textColour);
  border-radius: 999px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  pointer-events: auto;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logos {
  margin-top: 125px;
  position: relative;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logos {
    margin-top: 50px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::before,
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::after {
  content: "";
  width: calc((100vw - 1280px) / 1.5);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::before,
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::after {
    width: 10vw;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::before {
  left: 0;
  transform: translateX(-20px);
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, var(--bg-colour) 30%);
}
@media all and (max-width: 640px) {
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logos::after {
  right: 0;
  transform: translateX(20px);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, var(--bg-colour) 30%);
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logosSplide {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logosSplide {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logosSplide {
    padding: 0 20px;
  }
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logoSlide {
  display: flex;
}
.testimonialsSliderBlockWrap .testimonialsSliderBlock__logo {
  height: 48px;
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.25s ease;
  align-self: center;
}
@media all and (max-width: 640px) {
  .testimonialsSliderBlockWrap .testimonialsSliderBlock__logo {
    height: 32px;
  }
}
.socialPostsCarouselWrap {
  padding: 60px 20px 50px 20px;
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap {
    padding: 40px 20px 50px 20px;
  }
}
.socialPostsCarouselWrap.dark-section {
  color: var(--pure-white);
}
.socialPostsCarouselWrap.bg--soft-concrete {
  --bg-colour: var(--soft-concrete);
  background-color: var(--bg-colour);
}
.socialPostsCarouselWrap.bg--charcoal {
  --bg-colour: var(--charcoal);
  background-color: var(--bg-colour);
}
.socialPostsCarouselWrap.bg--deep-graphite {
  --bg-colour: var(--deep-graphite);
  background-color: var(--bg-colour);
}
.socialPostsCarouselWrap.bg--white {
  --bg-colour: var(--pure-white);
  background-color: var(--bg-colour);
}
.socialPostsCarouselWrap .socialPostsCarousel__header {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .socialPostsCarouselWrap .socialPostsCarousel__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .socialPostsCarouselWrap .socialPostsCarousel__header {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__header {
    align-items: center;
    text-align: center;
    gap: 40px;
    margin-bottom: 50px;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__eyebrow {
  align-self: flex-start;
  margin-bottom: 50px;
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__eyebrow {
    align-self: center;
    margin-bottom: 0;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__headerRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__headerRow {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__headline {
  font-size: 3.5rem;
  line-height: 0.89285714;
  text-transform: uppercase;
  font-weight: var(--boldWeight);
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__headline {
    font-size: 2rem;
    line-height: 1.125;
    margin-bottom: 0;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__socialLinks {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
@media all and (max-width: 640px) {
}
.socialPostsCarouselWrap .socialPostsCarousel__socialLink {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--pure-white);
  background: var(--accent-colour);
}
.socialPostsCarouselWrap .socialPostsCarousel__carousel {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  position: relative;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .socialPostsCarouselWrap .socialPostsCarousel__carousel {
    padding: 0 20px;
  }
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
  .socialPostsCarouselWrap .socialPostsCarousel__carousel {
    padding: 0 20px;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__splide .splide__track {
  overflow: visible;
}
.socialPostsCarouselWrap .socialPostsCarousel__slide {
  padding: 0;
  width: 200px;
  height: 355px;
}
.socialPostsCarouselWrap .socialPostsCarousel__card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: transparent;
  text-align: left;
}
.socialPostsCarouselWrap .socialPostsCarousel__card::before,
.socialPostsCarouselWrap .socialPostsCarousel__card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(28, 31, 28, 0) 0%, var(--bg-colour) 90%);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
.socialPostsCarouselWrap .socialPostsCarousel__card::after {
  z-index: 3;
  max-height: 45px;
}
.socialPostsCarouselWrap .socialPostsCarousel__image {
  width: 100%;
  display: block;
  height: 355px;
  object-fit: cover;
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__image {
    height: 320px;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__snippet {
  font-size: 0.6875rem;
  line-height: 1.45454545;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.8;
  max-height: 45px;
  overflow: hidden;
}
.socialPostsCarouselWrap .socialPostsCarousel__snippet a {
  color: inherit;
  text-decoration: none;
}
@media all and (max-width: 640px) {
  .socialPostsCarouselWrap .socialPostsCarousel__snippet a > p {
    font-size: 0.6875rem;
  }
}
.socialPostsCarouselWrap .socialPostsCarousel__author {
  font-size: 0.8125rem;
  font-weight: var(--boldWeight);
  align-self: center;
}
.socialPostsCarouselWrap .socialPostsCarousel__author a {
  color: inherit;
  text-decoration: none;
}
.socialPostsCarouselWrap .socialPostsCarousel__network {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--accent-colour);
  color: var(--pure-white);
}
.socialPostsCarouselWrap .socialPostsCarousel__network a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  text-decoration: none;
}
.socialPostsCarouselWrap .socialPostsCarousel__meta {
  position: absolute;
  left: 12px;
  right: 12px;
  top: calc(100% - 64px);
  max-height: 64px;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 12px;
  row-gap: 6px;
  align-items: end;
  overflow: hidden;
}
.socialPostsCarouselWrap .socialPostsCarousel__meta .socialPostsCarousel__author,
.socialPostsCarouselWrap .socialPostsCarousel__meta .socialPostsCarousel__snippet {
  grid-column: 1;
}
.socialPostsCarouselWrap .socialPostsCarousel__meta .socialPostsCarousel__network {
  grid-column: 2;
  justify-self: end;
  align-self: end;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcCaseStudiesFilter/assets/components/case_studies_filter.vue?vue&type=style&index=0&id=485bf673&lang=less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.postsWrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.postsWrapper {
    padding: 0 20px;
}
}
.postFilter {
  background-color: #F2F2F2;
}
.postFilter__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.postFilter__wrapper {
    padding: 0 20px;
}
}
.postFilter__filter {
  display: flex;
  justify-content: center;
  padding: 16px 0 0 0;
}
.postFilter__category {
  padding: 0 25px;
}
.postFilter__category input:checked + label {
  border-bottom: 2px solid #1D1E1B;
}
.postFilter__category:focus {
  text-decoration: underline;
}
.postFilter__category label {
  text-transform: uppercase;
  color: #1D1E1B;
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
}
.postFilter__posts .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  padding: 60px 0;
}
.postFilter__posts .posts .postCard__imageWrap {
  max-width: unset;
}
.postFilter__posts .posts .postCard__imageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postFilter__posts .posts .postCard__heading {
  font-size: 1.375rem;
  text-decoration: none;
}
.postFilter__empty {
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
.postFilter__empty .content {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.postFilter--loading {
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
.loader {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader:before,
.loader:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 8px solid #1D1E1B;
  animation: prixClipFix 2s linear infinite ;
}
.loader:after {
  border-color: #939393;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 10px;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes prixClipFix {
0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcCaseStudiesFilter/assets/components/case_studies.vue?vue&type=style&index=0&id=714d6854&lang=less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.posts {
  padding: 97px 0;
  background-color: var(--c4);
  position: relative;
}
@media all and (max-width: 640px) {
.posts {
    padding: 60px 0;
}
}
.posts--caseStudies.leftImage .postCard {
  display: block;
}
@media all and (max-width: 640px) {
.posts--caseStudies.leftImage .postCard {
    display: flex;
    flex-direction: column;
}
}
.posts--caseStudies.leftImage .postCard__imageWrap {
  display: block;
  width: 100%;
  max-width: unset;
  height: 300px;
}
.posts--caseStudies.leftImage .postCard__innerText {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 auto;
  padding: 35px 40px 35px;
}
.posts--caseStudies.leftImage .postCard__description {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
.posts--caseStudies.leftImage .postCard__description {
    margin-bottom: 30px;
}
}
.posts--caseStudies.leftImage .postCard__readMoreWrap {
  margin-top: 30px;
}
@media all and (max-width: 640px) {
.posts--caseStudies.leftImage .postCard__readMoreWrap {
    margin-top: auto;
}
}
.posts--caseStudies.leftTitle .postsCarousel {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
}
@media all and (max-width: 1250px) {
.posts--caseStudies.leftTitle .postsCarousel {
    display: block;
}
}
.posts--caseStudies.leftTitle .postsCarousel .splide__arrows {
  top: -110px;
}
.posts--caseStudies.leftTitle .postsCarousel .splide__slide {
  max-width: 346px;
}
.posts--caseStudies.leftTitle .postsCarousel__header {
  display: flex;
  flex-direction: column;
  margin-right: 30%;
  align-items: flex-start;
  justify-content: center;
}
.posts--caseStudies.leftTitle .postsCarousel__header .postsCarousel__heading {
  display: block;
  align-items: flex-start;
}
.posts--caseStudies.leftTitle .postsCarousel__carouselTitleWrapper {
  margin-bottom: 60px;
}
@media all and (max-width: 1250px) {
.posts--caseStudies.leftTitle .postsCarousel__carouselTitleWrapper {
    margin-top: 20px;
}
}
.posts--caseStudies.leftTitle .postsCarousel__carouselTitleWrapper .postsCarousel__heading {
  display: none;
}
.posts--caseStudies.leftTitle .postsCarousel__filter {
  margin-left: -4.3%;
}
.posts--caseStudies.leftTitle .splide__track {
  overflow: hidden;
}
.posts--caseStudies .postCard {
  font-size: 0.9375rem;
  line-height: 1.6;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.posts--caseStudies .postCard__imageWrap {
  height: 232px;
  overflow: hidden;
}
.posts--caseStudies .postCard__img,
.posts--caseStudies .postCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts--caseStudies .postCard__heading:hover {
  text-decoration: underline;
}
.posts--caseStudies .postCard__description {
  margin-bottom: 20px;
}
.posts--caseStudies .postCard__readMoreWrap {
  margin-top: auto;
}
.posts--caseStudies .postCard__readMore {
  font-size: 0.9375rem;
  letter-spacing: 1.2px;
}
.posts--caseStudies .postCard__categoriesWrap {
  position: absolute;
  left: 0;
  top: 64px;
}
.posts--caseStudies .postCard__categoryLink {
  position: absolute;
  top: 64px;
  left: 0;
  display: block;
  padding: 11px 17px;
  background-color: var(--primaryColour);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33333333;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.posts--caseStudies .postCard__categoryText {
  display: block;
}
.posts--caseStudies .postCard__categoryText::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: white;
}
.posts--caseStudies .postCard__categoryText--Pave::after {
  background: linear-gradient(90deg, #4AB89C 0%, #F4C932 100%);
}
.posts--caseStudies .postCard__categoryText--Deck::after {
  background: linear-gradient(90deg, #E94E24 0%, #F4C932 100%);
}
.posts--caseStudies .postCard__innerText {
  padding: 36px 10% 45px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.splide_slide {
  flex-grow: 1;
}
.postsCarousel {
  position: relative;
}
.postsCarousel .splide__arrows {
  top: -78px;
  right: 1.36%;
}
@media all and (max-width: 640px) {
.postsCarousel .splide__arrows {
    top: -80px;
}
}
.postsCarousel__header {
  display: none;
}
.postsCarousel__description {
  line-height: 1.64705882;
}
.postsCarousel__carouselTitleWrapper {
  display: flex;
  align-items: flex-end;
  padding-right: 210px;
  margin-bottom: 40px;
}
.postsCarousel__carouselTitleWrapper .postsCarousel__heading {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
.postsCarousel__carouselTitleWrapper {
    display: block;
    margin-bottom: 40px;
}
}
.postsCarousel__filter {
  display: flex;
  white-space: nowrap;
  margin-left: 7.5%;
  flex-grow: 1;
}
@media all and (max-width: 640px) {
.postsCarousel__filter {
    margin-left: -4.8%;
    margin-top: 20px;
}
}
.postsCarousel__filterOption {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primaryColour);
  letter-spacing: 1.36px;
  padding: 0 4.3%;
}
@media all and (max-width: 640px) {
.postsCarousel__filterOption {
    font-size: 0.875rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.postsCarousel__filterOptionText {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.active .postsCarousel__filterOptionText {
  border-color: #000;
}
.rynoDecor--carousel {
  --ryno-size: 880px;
}
.rynoDecor--carousel::before {
  position: absolute;
  filter: invert(1);
  bottom: -10px;
  left: -255px;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcCaseStudiesFilter/assets/components/case_study.vue?vue&type=style&index=0&id=56698636&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.singlePost > .wp-block-columns {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > .wp-block-columns {
    padding: 0 20px;
}
}
.singlePost > .heroSlider {
  margin-bottom: 30px;
}
.singlePost > .newsection {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > .newsection {
    padding: 0 20px;
}
}
.singlePost > figure {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > figure {
    padding: 0 20px;
}
}
.singlePost > p,
.singlePost > blockquote {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > p,
  .singlePost > blockquote {
    padding: 0 20px;
}
}
.singlePost > p > img,
.singlePost > blockquote > img {
  padding: 0 10px;
  margin: 10px 0 20px 0;
  height: unset;
}
@media all and (max-width: 640px) {
.singlePost > p > img,
  .singlePost > blockquote > img {
    max-width: unset;
    width: 100%;
    padding: 0;
}
}
.singlePost > p > a,
.singlePost > blockquote > a {
  margin: 2px 0;
  text-decoration: underline;
  font-weight: 600;
}
.singlePost > ul,
.singlePost > ol {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > ul,
  .singlePost > ol {
    padding: 0 20px;
}
}
.singlePost > h1,
.singlePost > h2,
.singlePost > h3,
.singlePost > h4,
.singlePost > h5 {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > h1,
  .singlePost > h2,
  .singlePost > h3,
  .singlePost > h4,
  .singlePost > h5 {
    padding: 0 20px;
}
}
.singlePost .imageWrap {
  margin: 0 auto 20px;
  text-align: center;
}
.singlePost .blogTitle {
  margin: 0 0 10px;
}
.singlePost .blogContent {
  margin: 0 auto;
  max-width: 680px;
}
.singlePost .blogDate {
  font-size: 0.875rem;
  color: #323232;
  margin: 0 0 20px;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/post_filter.vue?vue&type=style&index=0&id=9eebbefc&lang=less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.postsWrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.postsWrapper {
    padding: 0 20px;
}
}
.search .postFilter__posts {
  padding: 0 0 20px;
}
.search .postFilter__posts .posts {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
.search .postFilter__posts .posts {
    grid-template-columns: 1fr 1fr;
}
}
@media all and (max-width: 640px) {
.search .postFilter__posts .posts {
    grid-template-columns: 1fr;
}
}
.search .postFilter__posts .posts .postCard__imageWrap {
  height: 266px;
}
.postFilter {
  background-color: #F2F2F2;
}
.postFilter .pagination .page-item {
  display: none !important;
}
.postFilter__wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.postFilter__wrapper {
    padding: 0 20px;
}
}
.postFilter__mobile {
  display: none;
  width: 100%;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
.postFilter__mobile {
    display: block;
}
}
.postFilter__mobile .filterSidebarToggle {
  margin: 0;
}
.postFilter__mobile .browseSidebar {
  display: block;
  margin: 0;
}
.postFilter__mobile .browseSidebar__category {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 80px;
  padding: 20px;
  z-index: 6000;
  background: #fff;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.postFilter__mobile .browseSidebar__category--active {
  opacity: 1;
  visibility: visible;
}
.postFilter__mobile .browseSidebar__button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  border-top: 1px solid #dadada;
  z-index: 6002;
  background: #fff;
  transform: translateZ(0);
  visibility: hidden;
  transition: opacity 0.3s;
}
.postFilter__mobile .browseSidebar__button--active {
  opacity: 1;
  visibility: visible;
}
.postFilter__mobile .browseSidebar__button button {
  width: 100%;
  justify-content: center;
  border-radius: 0;
}
.postFilter__desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media all and (max-width: 1024px), all and (max-width: 640px) {
.postFilter__desktop {
    display: none;
}
}
.postFilter__filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0 0 0;
}
.postFilter__category {
  padding: 0 25px 0 0;
}
.postFilter__category input:checked + label {
  border-bottom: 2px solid #1D1E1B;
}
.postFilter__category:focus {
  text-decoration: underline;
}
.postFilter__category label {
  text-transform: none;
  color: #1D1E1B;
  font-size: 1.0625rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
.postFilter__posts {
  padding: 0 0 20px;
}
.postFilter__posts .posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  padding: 30px 0 60px 0;
}
@media all and (min-width:  641px ) and (max-width:  1299px ) {
.postFilter__posts .posts {
    grid-template-columns: 1fr 1fr;
}
}
@media all and (max-width: 640px) {
.postFilter__posts .posts {
    grid-template-columns: 1fr;
}
}
.postFilter__posts .posts .postCard__imageWrap {
  max-width: unset;
}
.postFilter__posts .posts .postCard__imageWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postFilter__posts .posts .postCard__heading {
  font-size: 1.375rem;
  text-decoration: none;
}
.postFilter__empty {
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
.postFilter__empty .content {
  font-size: 1.125rem;
  text-transform: uppercase;
}
.postFilter--loading {
  padding: 120px 0;
  display: flex;
  justify-content: center;
}
.loader {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader:before,
.loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 8px solid #1D1E1B;
  animation: prixClipFix 2s linear infinite;
}
.loader:after {
  border-color: #939393;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 10px;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes prixClipFix {
0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/posts.vue?vue&type=style&index=0&id=4469e49e&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.posts {
  padding: 97px 0;
  background-color: var(--c4);
  position: relative;
}
@media all and (max-width: 640px) {
.posts {
    padding: 60px 0;
}
}
.posts .postCard__epdLogo {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 42px;
  width: auto;
}
.splide_slide {
  flex-grow: 1;
}
.postCard {
  font-size: 0.9375rem;
  line-height: 1.6;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.postCard__heading {
  font-size: 1.2rem;
  margin: 0 0 10px 0;
}
.postCard__imageWrap {
  height: 232px;
  overflow: hidden;
}
.postCard__img,
.postCard img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postCard__heading:hover {
  text-decoration: underline;
}
.postCard__description {
  margin-bottom: 20px;
  max-height: 70px;
  overflow: hidden;
}
@media all and (max-width: 640px) {
.postCard__description {
    max-height: 120px;
}
}
.postCard__readMoreWrap {
  margin-top: auto;
}
.postCard__readMoreWrap .readMore button {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondaryColour);
}
.postCard__readMoreWrap .readMore svg,
.postCard__readMoreWrap .readMore img {
  color: #fff;
  height: 1.7em;
  width: 1.7em;
}
.postCard__readMoreWrap .readMore img {
  width: 1.1em;
}
.postCard__readMore {
  font-size: 0.9375rem;
  letter-spacing: 1.2px;
}
.postCard__categoriesWrap {
  position: absolute;
  left: 0;
  top: 64px;
}
.postCard__categoryLink {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.33333333;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  display: block;
  padding: 11px 17px;
  background-color: var(--primaryColour);
  color: #fff;
  text-decoration: none;
}
.postCard__categoryText {
  display: block;
}
.postCard__categoryText::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #4AB89C 0%, #F4C932 100%);
}
.postCard__innerText {
  padding: 25px 25px 45px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.postCard__productSku {
  font-size: 1rem;
  color: var(--tertiaryColour);
  line-height: 30px;
  font-weight: 400;
}
.compatibleComponents .postCard img {
  object-fit: contain;
}
.compatibleComponents .postCard__epdLogo {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 42px;
  width: auto;
}
.suggested-posts .postCard__imageWrap {
  height: 300px;
}
.postsCarousel {
  position: relative;
  padding-left: 6%;
}
.postsCarousel.maxWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding-left: 0;
  overflow: hidden;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.postsCarousel.maxWidth {
    padding: 0 20px;
}
}
.postsCarousel__header {
  display: none;
}
.postsCarousel__description {
  line-height: 1.64705882;
}
.postsCarousel__carouselTitleWrapper {
  display: flex;
  align-items: flex-end;
  padding-right: 210px;
  margin-bottom: 40px;
}
.postsCarousel__carouselTitleWrapper .postsCarousel__heading {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
.postsCarousel__carouselTitleWrapper {
    display: block;
    margin-bottom: 40px;
    padding-right: 0;
}
}
.postsCarousel__filter {
  display: flex;
  white-space: nowrap;
  margin-left: 7.5%;
  flex-grow: 1;
}
@media all and (max-width: 640px) {
.postsCarousel__filter {
    margin-left: -4.8%;
    margin-top: 20px;
}
}
.postsCarousel__filterOption {
  font-size: 1.0625rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primaryColour);
  letter-spacing: 1.36px;
  padding: 0 4.3%;
}
@media all and (max-width: 640px) {
.postsCarousel__filterOption {
    font-size: 0.875rem;
    padding-top: 5px;
    padding-bottom: 5px;
}
}
.postsCarousel__filterOptionText {
  display: inline-block;
  border-bottom: 2px solid transparent;
}
.active .postsCarousel__filterOptionText {
  border-color: #000;
}
.leftImage .postCard {
  display: grid;
  grid-template-columns: 46% minmax(0, 1fr);
  height: 100%;
}
@media all and (max-width: 640px) {
.leftImage .postCard {
    display: flex;
    flex-direction: column;
}
}
.leftImage .postCard__imageWrap {
  height: 100%;
}
.leftImage .postCard__innerText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 8% 30px 15%;
}
@media all and (max-width: 640px) {
.leftImage .postCard__innerText {
    padding: 30px;
    flex-grow: 1;
}
}
.leftImage .postCard__description {
  margin-bottom: 0;
}
@media all and (max-width: 640px) {
.leftImage .postCard__description {
    margin-bottom: 30px;
}
}
.leftImage .postCard__readMoreWrap {
  margin-top: 30px;
}
@media all and (max-width: 640px) {
.leftImage .postCard__readMoreWrap {
    margin-top: auto;
}
}
.leftTitle .postsCarousel {
  display: grid;
  grid-template-columns: 34% minmax(0, 1fr);
}
@media all and (max-width: 1250px) {
.leftTitle .postsCarousel {
    display: block;
}
}
.leftTitle .postsCarousel .splide__arrows {
  top: -110px;
}
@media all and (max-width: 640px) {
.leftTitle .postsCarousel .splide__arrows {
    top: -60px;
}
}
.leftTitle .postsCarousel .splide__slide {
  max-width: 346px;
  border-radius: 15px;
  overflow: hidden;
}
.leftTitle .postsCarousel__header {
  display: flex;
  flex-direction: column;
  margin-right: 30%;
  align-items: flex-start;
  justify-content: center;
}
.leftTitle .postsCarousel__header .postsCarousel__heading {
  display: block;
  align-items: flex-start;
}
.leftTitle .postsCarousel__carouselTitleWrapper {
  margin-bottom: 60px;
}
@media all and (max-width: 1250px) {
.leftTitle .postsCarousel__carouselTitleWrapper {
    margin-top: 20px;
}
}
.leftTitle .postsCarousel__carouselTitleWrapper .postsCarousel__heading {
  display: none;
}
.leftTitle .postsCarousel__filter {
  margin-left: -4.3%;
}
.leftTitle .splide__track {
  overflow: hidden;
}
.rynoDecor--carousel {
  --ryno-size: 880px;
}
.rynoDecor--carousel::before {
  position: absolute;
  filter: invert(1);
  bottom: -10px;
  left: -255px;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcPostFilter/assets/components/post.vue?vue&type=style&index=0&id=c2043db6&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.singlePost > .wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > .wrapper {
    padding: 0 20px;
}
}
.singlePost > .wp-block-columns {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > .wp-block-columns {
    padding: 0 20px;
}
}
.singlePost > .heroSlider {
  margin-bottom: 30px;
}
.singlePost > .newsection {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > .newsection {
    padding: 0 20px;
}
}
.singlePost > figure {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > figure {
    padding: 0 20px;
}
}
.singlePost > p,
.singlePost > blockquote {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > p,
  .singlePost > blockquote {
    padding: 0 20px;
}
}
.singlePost > p > img,
.singlePost > blockquote > img {
  padding: 0 10px;
  margin: 10px 0 20px 0;
  height: unset;
}
@media all and (max-width: 640px) {
.singlePost > p > img,
  .singlePost > blockquote > img {
    max-width: unset;
    width: 100%;
    padding: 0;
}
}
.singlePost > p > a,
.singlePost > blockquote > a {
  margin: 2px 0;
  text-decoration: underline;
  font-weight: 600;
}
.singlePost > ul,
.singlePost > ol {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 0 0 0 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > ul,
  .singlePost > ol {
    padding: 0 20px;
}
}
.singlePost > h1,
.singlePost > h2,
.singlePost > h3,
.singlePost > h4,
.singlePost > h5 {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.singlePost > h1,
  .singlePost > h2,
  .singlePost > h3,
  .singlePost > h4,
  .singlePost > h5 {
    padding: 0 20px;
}
}
.singlePost .imageWrap {
  margin: 0 auto 20px;
  text-align: center;
}
.singlePost .blogTitle {
  margin: 0 0 10px;
}
.singlePost .blogContent {
  margin: 0 auto;
  max-width: 680px;
}
.singlePost .blogDate {
  font-size: 0.875rem;
  color: #323232;
  margin: 0 0 20px;
}
.sharethis-inline-share-buttons {
  margin: 50px 0 0 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWooFilter/assets/components/woo_filter_items.vue?vue&type=style&index=0&id=6e129046&lang=less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.emptyFilter {
  text-align: center;
  padding: 50px 0;
}
.emptyFilter .clearAllFilters {
  display: block;
}
.emptyFilter .clearAllFilters:hover {
  text-decoration: underline;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcSocialBlock/assets/components/social_block.vue?vue&type=style&index=0&id=8f1bf4b4&lang=less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.socialBlock .socialBlock__icons {
  display: flex;
  margin-right: -10px;
}
.socialBlock .socialBlock__icons > li {
  margin: 0 10px;
}
.socialBlock .socialBlock__icons > li a {
  color: #f7f7f7;
  border-radius: 100%;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #3f85f5;
  transition: background-color 0.3s;
  display: block;
  position: relative;
  height: 40px;
}
.socialBlock .socialBlock__icons > li a:hover,
.socialBlock .socialBlock__icons > li a:focus {
  background-color: #010101 !important;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/addresses.vue?vue&type=style&index=0&id=23fc673e&lang=less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.addressesWrapper .addressTypes {
  display: flex;
}
.addressesWrapper .addressTypes .addressType {
  flex: 1;
}
.addressesWrapper .addressTypes .addressType.addressBilling {
  margin-right: 40px;
}
.addressesWrapper .addressTypes .addressType .titleWrap {
  display: flex;
  justify-content: space-between;
}
.addressesWrapper .addressTypes .addressType .titleWrap button {
  background: 0;
  cursor: pointer;
}
.addressesWrapper .addressTypes .addressType .addressTypeTitle {
  text-transform: capitalize;
}
.addressesWrapper .addressTypes .addressType .addressData {
  display: flex;
  margin-right: 40px;
}
.addressesWrapper .addressTypes .addressType .addressData .addressValue {
  flex: 1;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/edit_address.vue?vue&type=style&index=0&id=28f00d5a&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.editAddressWrapper .editAddressTitle {
  text-transform: capitalize;
}
.editAddressWrapper label {
  text-transform: capitalize;
}
.editAddressWrapper .buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  clear: both;
}
.editAddressWrapper .buttons .saveAddress {
  margin: 0;
}
.editAddressWrapper .buttons .editAddress {
  background: 0;
  cursor: pointer;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/order_review.vue?vue&type=style&index=0&id=134e7206&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.orderReviewWrap {
  margin: 0 0 40px;
  position: relative;
}
.orderReviewWrap.loading:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
  z-index: 11;
}
.orderReviewWrap .orderReviewItems {
  margin: 0;
  padding: 0;
}
.orderReviewWrap .orderReviewItems li {
  list-style-type: none;
}
.orderReviewWrap .orderReviewItem {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  align-items: center;
}
.orderReviewWrap .orderReviewItem .imageWrap {
  flex: 0 0 80px;
}
.orderReviewWrap .orderReviewItem .itemMeta {
  padding: 0 0 0 20px;
  flex: 1;
}
.orderReviewWrap .orderSummary,
.orderReviewWrap .taxSummary,
.orderReviewWrap .shippingRate,
.orderReviewWrap .subTotal,
.orderReviewWrap .orderDiscount,
.orderReviewWrap .orderCoupons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.orderReviewWrap .orderSummary {
  font-size: 1.875rem;
}
.orderReviewWrap .attributeSummary {
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.orderReviewWrap .orderCoupons .remove {
  text-decoration: underline;
  cursor: pointer;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/related_products.vue?vue&type=style&index=0&id=e84611e8&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.relatedProductsWrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.relatedProductsWrapper {
    padding: 0 20px;
}
}
.relatedProductsWrapper .relatedProducts .products {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 40px;
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/quick_basket.vue?vue&type=style&index=0&id=8c500b28&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.miniBasketWrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
}
.miniBasketWrap .miniBasket {
  padding: 0 40px;
}
@media all and (max-width: 640px) {
.miniBasketWrap .miniBasket {
    padding: 0 20px;
}
}
.miniBasketWrap .miniBasketHeading {
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
  justify-content: space-between;
}
.miniBasketWrap .miniBasketHeading h4 {
  font-size: 1.25rem;
  margin: 0;
}
.miniBasketWrap .miniBasketHeading h5 {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  margin: 4px 0 0;
}
.miniBasketWrap .miniBasketHeading h5.has-error {
  color: red;
}
.miniBasketWrap .miniBasketHeading .basketTriggerClose {
  font-size: 1.25rem;
  cursor: pointer;
  background: 0;
  padding: 2px 5px;
}
.miniBasketWrap .miniBasketHeading .basketTriggerClose:hover,
.miniBasketWrap .miniBasketHeading .basketTriggerClose:focus-visible {
  opacity: 0.7;
}
.miniBasketWrap.active {
  left: 0;
  width: 100%;
  z-index: 9;
}
.miniBasketWrap .attributeSummary {
  font-size: 0.875rem;
  margin: 0 0 10px;
}
.miniBasketWrap .miniBasketCover {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
}
.miniBasketWrap .miniBasket {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #F2F2F2;
  min-height: 100%;
  height: 100vh;
  width: 100%;
  max-width: 580px;
  z-index: 1;
  overflow-y: auto;
}
.mini-basket-slide-enter-active,
.mini-basket-slide-leave-active {
  transition: all 0.35s ease-in-out;
}
.mini-basket-slide-enter-from,
.mini-basket-slide-leave-to {
  transform: translateX(580px);
}
.basketSummary {
  margin: 0 0 20px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
.quickBasketWrap .basketTrigger {
  display: block;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 20px 30px;
  background: #000000;
  cursor: pointer;
}
.quickBasketWrap .basketTrigger:focus-visible {
  outline-offset: 0;
  outline: 2px solid currentColor;
}
.quickBasketWrap .basketTrigger svg {
  font-size: 1.25rem;
  background: 0;
  cursor: pointer;
  color: #ffffff;
}
.quickBasketWrap .basketTrigger .basketCount {
  position: absolute;
  bottom: 100%;
  top: 10px;
  right: 10px;
  transform: translateX(-50%);
  padding: 0 4px;
  background: #ffffff;
  color: #000000;
  font-size: 0.625rem;
  min-width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/basket_line_items.vue?vue&type=style&index=0&id=bce26d2c&lang=less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.miniBasketInfo__variations {
  color: #000;
  font-weight: 700;
}
.miniBasketInfo__variations span:first-child {
  text-transform: capitalize;
}
ul.lineItems > li {
  list-style-type: none;
}
ul.lineItems > li .lineItem {
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
ul.lineItems > li .lineItem .lineItemImage {
  width: 100%;
  margin: 0 20px 20px 0;
  max-width: 150px;
}
@media all and (max-width: 640px) {
ul.lineItems > li .lineItem .lineItemImage {
    max-width: 80px;
    margin: 0 20px 0 0;
}
}
ul.lineItems > li .lineItem .lineItemImage img {
  width: 100%;
  height: auto;
}
ul.lineItems > li .lineItem .miniBasketInfo {
  width: 100%;
}
ul.lineItems > li .lineItem .miniBasketInfo a:hover,
ul.lineItems > li .lineItem .miniBasketInfo a:focus {
  text-decoration: underline;
}
ul.lineItems > li .lineItem .miniBasketInfo a h5 {
  font-size: 1.25rem;
  margin: 0 0 5px;
}
ul.lineItems > li .lineItem .miniBasketInfo .removeLineItem {
  margin: 15px 0 0 0;
}
.lineItemActions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.lineItemActions .quickItemQuantity .quantityRow {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lineItemActions .quickItemQuantity .quantityRow .itemQuantity {
  border: 1px solid #3B3D44;
  width: 50px;
  text-align: center;
  line-height: 40px;
  margin-left: 5px;
}
.quickItemPriceWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quickItemPriceWrap .removeLineItem {
  display: flex;
  align-items: center;
  background: 0;
  cursor: pointer;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 0.75rem;
  padding: 3px;
  text-decoration: underline;
}
.quickItemPriceWrap .removeLineItem:hover {
  text-decoration: none;
}
.quickItemPriceWrap .productPrice {
  font-size: 1.25rem;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWoo/assets/components/coupon_form.vue?vue&type=style&index=0&id=782f6b4e&lang=less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.couponForm .row .inputWrap {
  position: relative;
}
.couponForm .row .inputWrap input:focus-visible {
  outline: none !important;
}
.couponForm .row .inputWrap button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.couponForm .row .couponMessage {
  margin-top: 10px;
  color: red;
  font-size: 13px;
  font-weight: 500;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/loading.vue?vue&type=style&index=0&id=4ce03031&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.loadingWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.loadingWrap .loading {
  font-size: 2.5rem;
  line-height: 1;
}
.loadingWrap--over,
.loadingWrap--fixed {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.loadingWrap--over {
  position: absolute;
}
.loadingWrap--fixed {
  position: fixed;
  z-index: 5000;
}
.loader {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader:before,
.loader:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 8px solid #000000;
  animation: prixClipFix 2s linear infinite ;
}
.loader:after {
  border-color: #fff;
  animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
  inset: 10px;
}
@keyframes rotate {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes prixClipFix {
0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
}
25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
}
50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
}
75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
}
100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!./assets/components/search_form.vue?vue&type=style&index=0&id=09a2ec20&lang=less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.searchFormWrap {
  position: relative;
  z-index: 2;
}
.searchFormWrap .row {
  margin: 0;
}
.searchFormWrap .row label {
  display: none;
}
@media all and (min-width: 1250px) {
.searchFormWrap .row .inputWrap {
    display: flex;
    align-content: center;
    justify-content: center;
}
}
.searchFormWrap .row .inputWrap {
  position: relative;
}
.searchFormWrap .row .inputWrap input[type="text"] {
  padding: 5px 20px 5px 45px;
  height: 32px;
}
@media all and (max-width: 640px) {
.searchFormWrap .row .inputWrap input[type="text"] {
    padding: 15px 20px 15px 45px;
    height: 62px;
}
}
.searchFormWrap .row .inputWrap button {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: 0;
  outline-offset: 5px;
  font-size: 1rem;
}
.searchFormWrap .row.errorWrap .inputWrap input:not([type='checkbox']):not([type='radio']):not([class='vs__search']),
.searchFormWrap .row.errorWrap .inputWrap textarea {
  border-color: #B73712;
}
.searchForm {
  position: relative;
}
.mobileSearch {
  background: #edf0f2;
  top: 74px;
  z-index: 40;
  display: none;
}
.mobileSearch.active {
  display: block;
}
.mobileSearch + .searchButton {
  display: none;
}
.mobileSearch .searchForm {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.mobileSearch .searchForm {
    padding: 0 20px;
}
}
@media all and (max-width: 640px) {
.mobileSearch .searchForm {
    padding: 0;
}
}
.mobileSearch .row .inputWrap input[type="text"] {
  border: 0;
}
.mobileSearch .row .inputWrap button {
  color: #1C1F1C;
}
@media all and (min-width: 1250px) {
.searchFormOuterWrap {
    width: 32px;
    transition: width 0.3s;
    position: absolute;
    left: 0;
}
.menuWrapper__icons {
    width: 350px;
    position: relative;
}
}
@media all and (max-width: 1250px) {
.desktopSearch {
    display: none;
}
}
.desktopSearch .row .inputWrap input[type="text"] {
  border-radius: 50px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0);
  transition: width 0.3s;
  padding: 9px;
  cursor: pointer;
}
.desktopSearch .row .inputWrap input[type="text"]:focus {
  border-color: #fff;
  outline-offset: 0;
  outline: 2px solid currentColor;
  cursor: text;
}
.desktopSearch .row .inputWrap button {
  pointer-events: none;
  cursor: pointer;
  font-size: 0.875rem;
}
.desktopSearch:focus .row .inputWrap button,
.desktopSearch:focus-within .row .inputWrap button {
  pointer-events: all;
}
.search-open .searchFormOuterWrap {
  width: 100%;
}
.search-open .searchFormOuterWrap .desktopSearch .inputWrap {
  justify-content: flex-start;
  width: 100%;
}
.search-open .searchFormOuterWrap .desktopSearch .inputWrap input[type="text"] {
  width: 100%;
  padding: 5px 29px;
  color: #F2F2F2;
}
.search-open .searchFormOuterWrap .desktopSearch .inputWrap button {
  pointer-events: all;
  left: 12px;
}
.search-open a.button {
  opacity: 0;
}
.icon-loading {
  animation: rotating 2s linear infinite;
}
@keyframes rotating {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/less-loader/dist/cjs.js??clonedRuleSet-2.use[2]!./node_modules/vue-loader/dist/index.js??ruleSet[1].rules[9].use[0]!../../plugins/MtcWooFeaturedProducts/assets/components/products.vue?vue&type=style&index=0&id=19c48534&lang=less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Widths
 */
/* Columns Gaps */
/* Tints (value = % of white) */
/* Fade (Direct opacity) */
:root {
  --wrapperWidth: 1280px;
  --mobileWidth: 640px;
  --desktopGap: 50px;
  --mobileGap: 25px;
  --baseLetterSpacing: normal;
  --baseFontSize: 16;
  --primaryFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --bodyFont: 'Gotham', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --primaryColour: #1D1E1B;
  --secondaryColour: #4E4D4D;
  --tertiaryColour: #999;
  --c4: #F2F2F2;
  --darkGrey: #D2D2D2;
  --successColour: #3f8828;
  --informationColour: #f1c40f;
  --warningColour: #f0ae49;
  --errorColour: #e74c3c;
  --deep-graphite: #1C1F1C;
  --pure-white: #FFFFFF;
  --ocean-steel: #008888;
  --soft-concrete: #F2F2F2;
  --charcoal: #303030;
  --dusty-sand: #F8EFDB;
  --white-clay: #D9D4CC;
  --rust-orange: #B73712;
  --borderRadius: 5px;
  --borderColour: #2f353f;
  --textColour: var(--primaryColour);
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #ffffff;
  --mtcBlue: #0f55c4;
  --bookWeight: 300;
  --normalWeight: 400;
  --mediumWeight: 500;
  --boldWeight: 700;
  --layerDarkColour: #000;
  --layerAccentColour: #dedfe0;
  --layerLightColour: #f5f5f7;
  --layerWhiteColour: #ffffff;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
  --facebookColour: #1877f2;
  --twitterColour: #1da1f2;
  --youtubeColour: #ff0000;
  --instagramColour: #c32aa3;
  --pinterestColour: #bd081c;
  --linkedinColour: #0a66c2;
  --googleColour: #4285f4;
  --whatsappColour: #25d366;
}
.dark-mode,
.dark-section {
  --textColour: #ffffff;
  --subTextColour: #7a7e84;
  --disabledColour: #acaeb2;
  --lightTextColour: #000;
  --layerDarkColour: #ffffff;
  --layerAccentColour: #21201f;
  --layerLightColour: #0a0a08;
  --layerWhiteColour: #000000;
  --layerOverlayColour: rgba(0, 0, 0, 0.4);
  --darkSectionBgColour: #3f444a;
}
html {
  font-size: 16px;
}
html:before {
  content: 'tablet: 1280px, mobile: 640px, flyout: 1250px';
  position: absolute;
  top: 0;
  visibility: hidden;
}
/*
 * Wrapper styles
 */
.wrapperWidth {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapperWidth {
    padding: 0 20px;
}
}
.wrapper {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.wrapper {
    padding: 0 20px;
}
}
.accent-colour--rust {
  --accent-colour: var(--rust-orange);
  --hover-colour: #c55f41;
}
.accent-colour--ocean-steel {
  --accent-colour: var(--ocean-steel);
  --hover-colour: #33a0a0;
}
.accent-colour--deep-graphite {
  --accent-colour: var(--deep-graphite);
  --hover-colour: #494c49;
}
.accent-colour--charcoal {
  --accent-colour: var(--charcoal);
  --hover-colour: #595959;
}
.accent-colour--pure-white {
  --accent-colour: var(--pure-white);
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 700;
  src: url(1a114a065c7c4f5aefa9.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 700;
  src: url(aedd0c3a7c004d86c55f.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 400;
  src: url(d5d686fe389ccdcd204a.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 400;
  src: url(a023444cd961c756ac50.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 300;
  src: url(fa72cac1d53d0415a3bd.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 300;
  src: url(d0f15905641ecdd6d218.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: normal;
  font-weight: 500;
  src: url(e864a48ee8f067cd78d5.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Gotham';
  font-style: italic;
  font-weight: 500;
  src: url(ed55f7d5141ab7744e27.woff2) format('woff2');
}
.featuredProductsWrap {
  max-width: var(--wrapperWidth);
  min-width: 20px;
  margin: 0 auto;
  padding: 40px 0;
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.featuredProductsWrap {
    padding: 0 20px;
}
}
@media all and (max-width: 640px), all and (min-width:  641px ) and (max-width:  1299px ) {
.featuredProductsWrap {
    padding: 40px 20px;
}
}


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