  @charset "UTF-8";
/**
 * version: 1.0.0
 * file:    main.css
 * author:  
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: Akkurat;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

:focus {
  outline: 0 none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Plugins
--------------------
*/
/*======================================
Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0.0625rem solid #e1dbce;
  border-radius: 1.40625rem;
  background-color: #f1ede6;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 2.375rem 0 1.375rem;
  font-size: 1rem;
  line-height: 2.8125;
  color: #000;
  height: 2.8125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-open {
  z-index: 4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-open .highlighted,
.selectric-open .selected {
  font-weight: 400;
}

.selectric-open .selectric {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
  border-bottom-width: 0;
  border-top-left-radius: 1.1875rem;
  border-top-right-radius: 1.1875rem;
}

.selectric-items,
.selectric-open .selectric {
  border-color: #f0ece3;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0.0625rem !important;
  height: 0.0625rem !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 0.0625rem solid #f0ece3;
  z-index: -1;
  border-bottom-left-radius: 1.1875rem;
  border-bottom-right-radius: 1.1875rem;
  border-top-width: 0;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: 0.9375rem;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-open.selectric-above .selectric-items {
  top: auto;
  bottom: calc(100% - 20px);
  border-top-left-radius: 1.1875rem;
  border-top-right-radius: 1.1875rem;
  border-top-width: 0.0625rem;
  border-bottom-width: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.selectric-open.selectric-above .selectric {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-width: 0.0625rem;
  border-bottom-left-radius: 1.1875rem;
  border-bottom-right-radius: 1.1875rem;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 1.25rem;
}

.selectric-items li::before {
  display: none;
}

.selectric-items li {
  display: block;
  cursor: pointer;
  border-bottom: 0.0625rem solid #f0ece3;
  font-size: 1rem;
  line-height: 2.625;
  color: #000;
  font-weight: 300;
  position: static;
}

.selectric-items li:last-child {
  border-bottom: 0;
}

.selectric-items li:hover {
  font-weight: 400;
}

.selectric-toggler {
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  background-repeat: no-repeat;
  background-position: 50%;
}

.selectric-open .selectric-toggler {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
}

/*======================================
Slick slider 
======================================*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  position: relative;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*======================================
Slick slider theme
======================================*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url(".//__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/__data/assets/git_bridge/0013/319/dist/styles/fonts/slick.eot");
  src: url("/__data/assets/git_bridge/0013/319/dist/styles/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/__data/assets/git_bridge/0013/319/dist/styles/fonts/slick.woff") format("woff"), url("/__data/assets/git_bridge/0013/319/dist/styles/fonts/slick.ttf") format("truetype"), url("/__data/assets/git_bridge/0013/319/dist/styles/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 23px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 30px;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-left-carousel-banner.svg");
}

.slick-next {
  right: 37px;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-right-carousel-banner.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  bottom: 63px;
  right: 241px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 10px;
  background: #fff;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li.slick-active button {
  background: #000;
}

/*
--------------------
Fonts
--------------------
*/
@font-face {
  font-family: 'Akkurat';
  src: url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.eot");
  src: url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.eot?#iefix") format("embedded-opentype"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.woff2") format("woff2"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.woff") format("woff"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.ttf") format("truetype"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Akkurat';
  src: url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.eot");
  src: url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.eot?#iefix") format("embedded-opentype"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.woff2") format("woff2"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.woff") format("woff"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.ttf") format("truetype"), url("/__data/assets/git_bridge/0013/319/dist/fonts/Akkurat-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}

/*
--------------------
Modules
--------------------
*/
/*!
 * 
 *         SimpleBar.js - v2.6.1
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *         
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *       
 */
[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px;
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Module: S */
.accordion-container {
  margin-left: -1.1875rem;
  margin-right: -1.1875rem;
}

.accordion__tab {
  position: relative;
  margin-bottom: 0.0625rem;
  width: 100%;
  overflow: hidden;
}

.accordion__input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion__title {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 1.1875rem;
  color: #000;
  line-height: 1.81;
  font-size: 1rem;
  cursor: pointer;
}

.accordion__content {
  border: 0.0625rem solid #f8f6f2;
  max-height: 0;
  overflow: hidden;
  -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: left;
  color: #2b2b2b;
  border-bottom: 0.0625rem solid #d5cfc5;
  padding: 0 1.1875rem 0 1.375rem;
}

/* :checked */
.accordion__input:checked ~ .accordion__content {
  max-height: 99em;
  border-bottom: 0.0625rem solid #f8f6f2;
  transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
}

.accordion__input:checked ~ .accordion__title {
  background-color: #f1ede6;
}

/* Icon */
.accordion__title::after {
  position: absolute;
  right: 1.3125rem;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 0.875rem;
  height: 0.5rem;
  line-height: 3;
  text-align: center;
}

.accordion__input + .accordion__title::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  background-repeat: no-repeat;
  content: '';
}

.accordion__input:checked + .accordion__title::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
}

.accordion__file {
  display: flex;
  padding: 1rem 1.125rem 1rem 1.375rem;
  word-wrap: break-word;
  align-items: center;
}

.accordion__link:last-child {
  border-bottom: 0;
}

.accordion__file-title {
  flex-basis: 55%;
  flex-shrink: 1;
  word-wrap: break-word;
}

.accordion__file-size {
  text-align: right;
  padding-right: 0.3125rem;
  padding-left: 1.5625rem;
  text-transform: uppercase;
  flex-grow: 1;
  min-width: 3.5625rem;
  box-sizing: content-box;
}

.accordion__file-extension-text {
  flex-basis: 20%;
  flex-shrink: 0;
  text-transform: uppercase;
  padding-left: 0.625rem;
  min-width: 4.375rem;
  box-sizing: content-box;
}

.accordion__file-extension-image {
  vertical-align: middle;
  padding-right: 0.3125rem;
}

.accordion__link {
  text-decoration: none;
  color: inherit;
  display: block;
  border-bottom: 0.0625rem solid #e7e2d9;
}

.accordion__badges {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.accordion__badge {
  height: 5rem;
  width: 5rem;
  object-fit: contain;
  margin-right: 0.875rem;
  margin-bottom: 0.875rem;
}

.product-page .accordion__content, .product-partner-page .accordion__content {
  font-size: 1.125rem;
}

.product-page .accordion__content p, .product-page .accordion__content ul, .product-page .accordion__content ol, .product-partner-page .accordion__content p, .product-partner-page .accordion__content ul, .product-partner-page .accordion__content ol {
  font-size: 1.125rem;
}

/* Module: S */
.modal .ajaxForm__header {
  padding-bottom: .5rem;
}

/* Module: S */
.blog-summary__content img {
  height: auto;
}

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

/* Module: S */
.breadcrumbs {
  padding: 0.5625rem 0;
  font-weight: 300;
  color: #000;
  display: none;
  justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 1.5714;
  flex-wrap: wrap;
}

.breadcrumbs__item-link {
  text-decoration: none;
  color: #000;
}

.breadcrumbs__item-link:active,
.breadcrumbs__item-link:focus {
  color: #000;
  font-weight: 300;
}

.breadcrumbs__item-link:hover {
  position: relative;
  font-weight: 300;
}

.breadcrumbs__item-link:hover::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.0625rem;
  background-color: #4b4b4b;
  bottom: -0.25rem;
}

.breadcrumbs__item::after {
  content: '››';
  display: inline-block;
  padding: 0 0.3125rem;
}

.breadcrumbs__item--current::after {
  display: none;
}

/* Module: S */
.carousel__element-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel__element-image-img {
  max-width: none;
}

.carousel__element-image,
.carousel__element-image-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

_:-ms-fullscreen .carousel__element-image,
_:-ms-fullscreen .carousel__element-image-img,
:root .carousel__element-image,
:root .carousel__element-image-img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.carousel__element-image-wrapper {
  background-color: #f1ede6;
  height: 15.625rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.carousel__element-box {
  position: relative;
  background-color: #fff;
  padding: 1.5rem 1.375rem 2.375rem 1.125rem;
}

.carousel__element-box > div.isEmpty:only-child {
  background-color: #d10003;
}

.carousel__element-title {
  max-width: 30.9375rem;
  font-size: 2.5rem;
  line-height: 1.33;
  text-align: left;
  padding: 0;
  margin: 0;
  word-wrap: break-word;
}

.carousel__element-text {
  text-align: left;
  padding: 0;
  margin: 0;
}

.carousel__element-text,
.carousel__element-text p {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #757575;
  font-weight: 300;
}

.carousel__element-title + .carousel__element-text {
  padding-top: 1.8125rem;
}

.carousel__element-text p {
  margin: 0;
}

.carousel__element-button {
  border-radius: 1.46875rem;
  background-color: #f1ede6;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.6875rem 1.5625rem 0.75rem 1.5625rem;
  display: inline-block;
  margin-top: 1.8125rem;
  line-height: 1.2143;
  transition: background-color .1s ease-in-out;
}

.carousel__element-button:hover {
  background-color: #e6e2db;
}

.carousel__element-link {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.carousel__element {
  position: relative;
}

/* slick */
.carousel-banner-container.js-slick-hidden-on-load {
  display: block;
  overflow: hidden;
  max-height: 15.625rem;
}

.carousel-banner-container.js-slick-hidden-on-load .carousel__element-image,
.carousel-banner-container.js-slick-hidden-on-load .carousel__element-box {
  display: none;
}

.carousel-banner-container .slick-prev, .carousel-banner-container .slick-next {
  top: 7.8125rem;
}

.carousel-banner-container .slick-prev {
  left: 0.75rem;
}

.carousel-banner-container .slick-next {
  right: 0.75rem;
}

.carousel-banner-container .slick-dots {
  top: 13.4375rem;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  font-size: inherit;
  line-height: inherit;
}

.carousel-banner-container .slick-dots li::before {
  display: none;
}

.carousel-banner-container .slick-dots li {
  margin: 0 0.375rem;
}

.carousel-banner-container .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
}

.carousel-banner-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Module: S */
.carousel-panel__element-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: cover;
}

_:-ms-fullscreen .carousel-panel__element-image, :root .carousel-panel__element-image {
  width: auto;
  height: auto;
}

.carousel-panel {
  padding-top: 1.25rem;
  background-color: #f8f6f2;
  text-align: center;
}

.carousel-panel__heading {
  padding-top: 0;
  padding-bottom: 1.25rem;
  margin: 0;
  font-size: 2.0625rem;
  font-weight: 300;
  line-height: 2.15;
  text-align: center;
  display: block;
}

.carousel-panel__element-image-wrapper {
  background: #f1ede6;
  height: 15.625rem;
  position: relative;
  overflow: hidden;
}

.carousel-panel__element-box {
  position: relative;
  padding: 3.0625rem 1.3125rem 1.5rem 1.1875rem;
}

.carousel-panel__element-link {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}

.carousel-panel__element-title {
  max-width: 30.9375rem;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: left;
  padding: 0 0 0.9375rem 0;
  margin: 0;
  word-wrap: break-word;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.carousel-panel__element-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #2b2b2b;
  text-align: left;
  font-style: normal;
  font-stretch: normal;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}

.carousel-panel__element {
  position: relative;
}

/* slick */
.carousel-panel-container .slick-prev, .carousel-panel-container .slick-next {
  background-position: center;
  z-index: 10;
  background-repeat: no-repeat;
  top: 7.8125rem;
}

.carousel-panel-container .slick-prev {
  left: 0;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-left-carousel-banner.svg");
  padding: 1.9375rem 1.8125rem 1.9375rem 1.5rem;
}

.carousel-panel-container .slick-next {
  right: 0;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-right-carousel-banner.svg");
  padding: 1.9375rem 1.5rem 1.9375rem 1.8125rem;
}

.carousel-panel-container .slick-dots {
  top: 13.4375rem;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  font-size: inherit;
  line-height: inherit;
}

.carousel-panel-container .slick-dots li::before {
  display: none;
}

.carousel-panel-container .slick-dots li {
  margin: 0 0.375rem;
}

.carousel-panel-container .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
}

.carousel-panel-container .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* Module: S */
.collection-page.search-results-grid__results-list-item,
.category-page.search-results-grid__results-list-item {
  flex-basis: calc(25% - 1.5rem);
  font-weight: 300;
}

.collections-filters__clearall,
.category-tile {
  border: none;
  background-color: transparent;
}

.search-results-grid__results-item-thumb-link:hover {
  cursor: pointer;
}

.category-heading {
  margin-bottom: 0.5rem;
  color: #000000;
  text-align: left;
}

.hide-heading {
  display: none;
}

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

.collection-name:hover,
.collection-name:focus {
  text-decoration: underline;
  cursor: pointer;
}

.collection-page .search-results-grid__results-item-label {
  background-color: transparent;
}

/* Module: S */
.colourlab-grid__list-item::before {
  display: none;
}

.colourlab-grid__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 0.8125rem;
  margin: 0 -0.25rem -0.25rem -0.25rem;
}

.colourlab-grid__list-item {
  display: flex;
  padding: 0.25rem;
  flex-basis: calc((100% / 3) - 0.5rem);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: content-box;
}

_:-ms-fullscreen .colourlab-grid__list-item,
:root .colourlab-grid__list-item {
  flex-basis: calc((100% / 3) - 0.625rem);
}

.tabs__tab-content .colourlab-grid__heading {
  text-transform: uppercase;
  color: #3f3f3f;
  font-size: 1rem;
  line-height: 1.375;
  margin: 0;
  padding: 1.25rem 0 0.125rem 0;
  font-weight: 400;
}

.colourlab-grid-wrapper.tabs__tab-content {
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  box-sizing: border-box;
}

.colourlab-grid__color {
  flex-basis: 100%;
  width: 100%;
  height: 5.5rem;
  position: relative;
  overflow: hidden;
}

.colourlab-grid__color-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}

.colourlab-grid__label {
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #909090;
  flex-basis: 100%;
  text-align: center;
  padding-top: 0.375rem;
  font-weight: 400;
  max-width: 100%;
  word-break: break-word;
}

/* Module: S */
.column-grid-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.column-grid__element-box {
  text-align: center;
  margin: 0 auto;
}

.column-grid__element-category {
  font-weight: 300;
  margin: 0;
  margin-top: 1.5rem;
}

.column-grid__element-title {
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0;
  text-decoration: none;
  color: inherit;
  margin-top: 0.625rem;
}

.column-grid__element-description {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5;
  color: #2b2b2b;
  margin: 0;
  margin-top: 1.125rem;
}

.column-grid__element-image {
  height: 13.4375rem;
  width: 17.625rem;
  background: #f0ece3;
  overflow: hidden;
  margin: 0 auto;
}

.column-grid__element {
  padding-bottom: 4.0625rem;
  align-self: center;
  width: 100%;
}

.column-grid__element-button {
  margin-top: 2.1875rem;
  max-width: 12.5rem;
  word-break: break-all;
}

.column-grid__element-picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column-grid-container--gapped {
  padding-top: 1.875rem;
}

_:-ms-fullscreen .column-grid__element-image,
:root .column-grid__element-image {
  position: relative;
}

_:-ms-fullscreen .column-grid__element-picture,
:root .column-grid__element-picture {
  height: auto;
  width: auto;
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.column-grid-container + .infinite-scroll-trigger-wrapper {
  padding-top: 0;
  margin-bottom: 3.125rem;
  margin-top: -1.25rem;
}

/* Module: S */
.designer-profile {
  text-align: center;
  margin-bottom: 1.25rem;
}

.designer-profile_name {
  font-size: 2.1875rem;
  line-height: 2.028;
  color: #000;
  padding-top: 3.1875rem;
  padding-bottom: 0;
}

.designer-profile_bio p {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 300;
  color: #7a7a7a;
  margin: 0 auto;
  margin-top: 0.8125rem;
  max-width: 65.25rem;
}

.designer-details__wrapper {
  padding-left: 1.65625rem;
  padding-right: 1.65625rem;
}

/* Module: S */
.findus__main-heading {
  font-size: 2.5rem;
  line-height: 1.325;
  font-weight: 300;
}

.findus__search-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1.8125rem 0 1.8125rem 0;
}

/* Search input */
.findus__search-fieldset {
  height: 3.125rem;
  margin: 0;
  padding: 1rem 1.25rem;
  border: 1px solid #000;
  position: relative;
}

.findus__search-form {
  width: 100%;
  height: 3.125rem;
  position: relative;
  margin-bottom: 1.625rem;
}

.findus__search {
  width: 100%;
  border: 0 none;
  font-size: 0.875rem;
  line-height: 1.7143;
  font-weight: 300;
  background-color: transparent;
}

.findus__search-button {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/search-icon.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  padding: 0;
  width: 3rem;
  height: 3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  top: 0;
  right: 0;
}

.findus__search-legend {
  position: absolute;
  background-color: #fff;
  top: -0.75rem;
  left: 0.6875rem;
  padding: 0 0.5625rem;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 2;
}

.findus__search-autocomplete {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-top: 0;
  width: 100%;
}

.findus__search-autocomplete-nothing-found {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-top: 0;
  width: 100%;
  padding: 0.625rem 1.25rem;
  font-weight: 300;
  font-size: 0.875rem;
}

.findus__search-autocomplete-ul {
  margin: 0;
  list-style-type: none;
}

.findus__autocomplete-item-choosed {
  background-color: #f6f3ef;
}

.findus__search-autocomplete-item {
  font-size: 0.875rem;
  line-height: 1.7143;
  font-weight: 300;
  padding: 0.3125rem 1.25rem;
  cursor: pointer;
}

.findus__search-autocomplete-item:hover {
  background-color: #f6f3ef;
}

.findus__search-autocomplete-item::before {
  display: none;
}

/* Regions select */
.selectric-findus__regions {
  width: 100%;
}

.selectric-findus__regions .label {
  height: 3.125rem;
  font-size: 0.9375rem;
  padding: 0.9375rem 1.25rem 1.0625rem 1.125rem;
  line-height: 1.2;
  margin: 0;
}

.selectric-findus__regions .selectric-items {
  top: auto;
  padding-bottom: 1.5625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.selectric-findus__regions .selectric-items li {
  border: 0 none;
  line-height: 1.875;
  margin-left: 1.3125rem;
}

.selectric-findus__regions .selectric-items .visuallyhidden {
  display: none;
}

.selectric-findus__regions .selectric-items .selectric-group {
  border-bottom: 0.125rem solid #f0ece3;
  padding-bottom: 0.5rem;
}

.selectric-findus__regions .selectric-items .selectric-group:last-child {
  border-bottom: 0;
}

.selectric-findus__regions .selectric-items .selectric-group-label {
  font-weight: 400;
  margin-top: 0.625rem;
  margin-left: 0;
  line-height: 2.0625;
  cursor: auto;
}

.selectric-open .label {
  margin-left: 1.25rem;
}

/* Map locations container */
.findus__map-wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.25rem;
  position: relative;
}

.findus__map-locations-results {
  font-size: 0.8125rem;
  line-height: 3.1538;
  margin: 0 0 0.625rem 0;
  position: absolute;
  top: -2.5625rem;
  display: none;
}

.findus__map-locations-results--mobile {
  display: block;
  position: static;
}

.findus__map-locations {
  width: 31.8125rem;
  max-width: 100%;
  direction: ltr;
  font-weight: 300;
  color: #000;
  margin-top: -1.6875rem;
  padding-bottom: 3.375rem;
}

.findus__map-locations--loading::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f6f3ef;
  position: absolute;
  top: 0;
}

.findus__map-locations-wrapper {
  width: 79%;
  height: 35.9375rem;
  background-color: #f6f3ef;
  display: flex;
  padding: 1.75rem 0.5625rem 1.75rem 0.5625rem;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.findus__map-locations-wrapper::after {
  content: "";
  width: 31.8125rem;
  height: 3.375rem;
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  background: #f6f3ef;
  /* For browsers that do not support gradients */
  background: linear-gradient(to bottom, rgba(246, 243, 239, 0), #f6f3ef);
}

.findus__map-locations-wrapper--hidden {
  margin-left: -79%;
}

.findus__map-locations-innerwrapper {
  width: 100%;
  display: flex;
  overflow-y: auto;
  justify-content: flex-start;
}

.findus__map-location {
  flex-direction: column;
  display: flex;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid #d3d3d3;
  padding-left: 0.5rem;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  margin-top: 1.6875rem;
}

.findus__map-location p {
  margin: 0;
}

p.findus__map-location-type {
  padding-top: 0.625rem;
  margin-bottom: 1.3125rem;
  margin-left: 3.0625rem;
  line-height: 1.2143;
}

.findus__map-location--highlight {
  background-color: #fff;
}

.findus__map-location-icon {
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 3.125rem;
  border: 0.625rem solid #000;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  position: absolute;
  line-height: 1;
  flex-shrink: 0;
}

.findus__map-location-type {
  font-size: 0.875rem;
  font-weight: 400;
}

.findus__map-location-name {
  font-size: 1.1875rem;
  font-weight: 400;
  cursor: pointer;
}

.findus__map-location-address {
  margin-top: 0.1875rem;
  display: inline-block;
}

.findus__map-location-address p {
  line-height: 1.5714;
  font-size: 0.875rem;
  margin-top: 0;
}

.findus__map {
  width: 100%;
  height: 35.9375rem;
}

.findus__results-toggler {
  width: 4.125rem;
  height: 4.125rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/placeholder-filled-point.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  transition: all .2s linear;
}

.findus__results-toggler--closed {
  right: calc(100% - 4.125rem);
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-left-carousel-banner.svg");
}

/* Map popup */
.findus__map-popup-header {
  font-size: 1.125rem;
  line-height: 2.28;
  padding: 0;
  font-weight: 400;
  font-family: Akkurat;
}

.findus__map-popup-address p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
  font-family: Akkurat;
}

/* Map noresults */
.findus__map--noresults .findus__map-locations-innerwrapper {
  overflow: auto;
}

.findus__map--noresults .findus__map-locations-wrapper {
  width: 100%;
  height: 22.0625rem;
  display: flex;
}

.findus__map--noresults .findus__noresults-heading {
  padding-top: 7.75rem;
}

.findus__map--noresults .findus__map {
  display: none;
}

.findus__map--noresults .findus__map-locations {
  width: 100%;
}

.findus__noresults-heading {
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 1.4;
}

.findus__search-dropdown-wrapper {
  width: 100%;
}

.findus__search-input-wrapper {
  width: 100%;
}

.findus__map-locations-innerwrapper .simplebar-track {
  right: 0;
  left: auto;
  overflow: hidden;
}

.findus__map-locations-innerwrapper .simplebar-scrollbar:before {
  width: 0.3125rem;
  background-color: #5b5b5b;
  opacity: 0;
}

.findus__map-locations-innerwrapper .simplebar-content {
  padding-left: 0.625rem;
}

.findus__map-locations-innerwrapper .simplebar-track:hover .simplebar-scrollbar::before,
.findus__map-locations-innerwrapper .simplebar-track .simplebar-scrollbar.visible::before {
  background-color: #5b5b5b;
  opacity: 1;
}

.findus__map .gm-style-iw > div {
  min-width: 200px;
}

/* Module: S */
.footer-container {
  background-color: #f8f6f2;
  padding: 1.1875rem 1.25rem 0 1.25rem;
}

.footer-top--nav {
  display: none;
  flex-direction: row;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  justify-content: flex-start;
  flex-grow: 1;
}

.footer-top--nav .no-bullets {
  font-size: 0.875rem;
  line-height: 1.5;
}

.footer-top--nav .no-bullets li {
  padding-bottom: 0.5625rem;
}

.footer-top-container {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-basis: 100%;
}

.footer-top {
  display: flex;
  padding-bottom: 2.125rem;
  justify-content: space-between;
}

.footer-top--nav-title {
  font-size: 1.25rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: uppercase;
  color: #332e24;
  margin: 0;
  padding-bottom: 0.75rem;
  padding-top: 0;
}

.footer-top--container-title {
  text-align: center;
  padding-bottom: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.no-bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.79;
  font-size: 0.875rem;
}

.no-bullets li::before {
  display: none;
}

.no-bullets li {
  position: static;
}

.nav-list--container {
  text-align: left;
  max-width: 11.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  box-sizing: border-box;
}

.nav-list--container li {
  padding: 0;
}

.list-element-link,
.title-element-link {
  text-decoration: none;
  font-weight: inherit;
}

.list-element-link:hover,
.title-element-link:hover {
  text-decoration: underline;
}

.list-element-link {
  color: #4f4f4f;
  font-weight: 400;
  text-transform: capitalize;
}

.title-element-link {
  color: #332e24;
}

.footer-bottom {
  display: none;
  border-top: 0.0625rem solid #e1dbce;
}

.social-list {
  display: flex;
  justify-content: center;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.social-link {
  width: 1.625rem;
  height: 1.625rem;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}

.social-link-fb {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-fb.svg");
}

.social-link-tw {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-tw.svg");
}

.social-link-in {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-insta.svg");
}

.social-link-ln {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-li.svg");
}

.social-link-pi {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-pi.svg");
}

.social-link-yt {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-yt.svg");
}

.social-element {
  padding: 0 0.5rem;
}

.form-container {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 17.5rem;
  margin-top: 0.5625rem;
}

.form-container--input {
  height: 2.8125rem;
  width: 100%;
  margin: 0;
  padding: 0 5.625rem 0 0.8125rem;
  border: 0;
  box-sizing: border-box;
}

.form-container--input::-ms-clear {
  display: none;
}

.form-container--button {
  right: 0.3125rem;
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 0.5625rem 0.75rem 0.5625rem 0.8125rem;
  border-radius: 1.46875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.3571;
  transition: background-color .1s ease-in-out;
}

.form-container--button:hover {
  background-color: #8b8b8b;
}

.form-container--button.button--disabled:hover {
  background-color: #000;
}

.footer__links-list {
  display: flex;
}

.bottom-element {
  padding: 1.4375rem 2.5rem 1.4375rem 0;
}

.footer-top-container-form {
  padding-bottom: 2rem;
}

.footer__copyrights-description {
  text-align: center;
  font-size: 0.625rem;
}

.footer__logo-bar {
  padding: 1.0625rem 1.25rem;
  display: flex;
  justify-content: flex-start;
}

.footer__logo-bar a {
  font-weight: 400;
}

.footer__copyrights {
  padding: 1rem;
  padding-top: 0;
}

.footer__logo-bar-image {
  padding-right: 2.625rem;
}

.form-container-error {
  display: none;
  position: absolute;
  font-size: 0.75rem;
  color: #d10003;
  right: 0;
  left: 0;
}

.js-form-container-error--active {
  display: block;
}

/* Module: S */
/* Form */
textarea {
  resize: vertical;
}

.checkbox__indicator,
.radio__indicator {
  position: absolute;
  top: -0.125rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0.1875rem;
}

.radio__indicator {
  border-radius: 3.125rem;
}

.checkbox__indicator::after,
.radio__indicator::after {
  content: '';
  position: absolute;
  display: none;
}

/* MTX Form Markup */
.matrixform * {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.matrixform input[type=checkbox] {
  width: 0;
  height: 0;
}

.matrixform input[type=text],
.matrixform input[type=email],
.matrixform input[type=tel],
.matrixform textarea {
  border: 0.0625rem solid #979797;
  border-radius: 0;
  width: 100%;
  display: block;
  padding: 0.9375rem 1.25rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
}

.matrixform input[type=text]:focus,
.matrixform input[type=email]:focus,
.matrixform input[type=tel]:focus,
.matrixform textarea:focus {
  border-color: #000;
}

.matrixform textarea {
  resize: vertical;
}

.matrixform .selectric {
  border: 0.0625rem solid #979797;
  border-radius: 0;
  background-color: #fff;
}

.matrixform .selectric-items {
  background-color: #fff;
  border: 0 none;
  border-radius: 0;
  padding: 1.25rem;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.12);
}

.matrixform .selectric-open.selectric-above .selectric-items,
.matrixform .selectric-open.selectric-above .selectric {
  border-top-width: 0.0625rem;
  border-radius: 0;
  bottom: 100%;
}

.matrixform .selectric-items li {
  border-color: #979797;
  color: #525252;
  font-size: 0.875rem;
  height: 2.625rem;
  border-bottom: dotted 0.125rem rgba(0, 0, 0, 0.26);
}

.matrixform .sq-form-question-title {
  display: none;
}

.matrixform .sq-form-required-field-note {
  padding: 1.25rem;
  background-color: #f0ece3;
  margin-bottom: 1.25rem;
}

.matrixform .sq-form-question {
  margin: 0 0 1.25rem 0;
}

.matrixform .sq-form-error {
  color: #d10003;
  margin: 0.375rem 0 0 0;
  display: inline-block;
  font-size: 0.75rem;
}

.matrixform input[type=text].matrixform__error,
.matrixform input[type=email].matrixform__error,
.matrixform input[type=tel].matrixform__error,
.matrixform textarea.matrixform__error {
  border-color: #d0021b;
}

.matrixform .sq-form-question-tickbox-list fieldset,
.matrixform .sq-form-question-tickbox-list ul,
.matrixform .sq-form-question-tickbox-list li {
  padding: 0;
}

.matrixform .sq-form-question-tickbox-list fieldset,
.matrixform .sq-form-question-tickbox-list ul {
  margin: 0;
}

.matrixform .sq-form-question-tickbox-list fieldset {
  border: 0;
}

.matrixform .sq-form-question-tickbox-list ul {
  position: relative;
  font-size: 0.875rem;
  text-transform: initial;
  list-style-type: none;
}

.matrixform .sq-form-question-tickbox-list li::before {
  display: none;
}

.matrixform .sq-form-question-tickbox-list label {
  padding-left: 1.875rem;
  text-transform: none;
  font-size: 0.875rem;
  cursor: pointer;
}

.matrixform .sq-form-question-tickbox-list input[type=checkbox]:checked + label::after {
  content: '';
  left: 0.375rem;
  top: 0.125rem;
  width: 0.1875rem;
  height: 0.5rem;
  border: solid #000;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
  position: absolute;
}

.matrixform .sq-form-question-tickbox-list label::before {
  content: '';
  position: absolute;
  top: -0.125rem;
  left: 0;
  height: 1rem;
  width: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0.1875rem;
  background-color: #fff;
}

.g-recaptcha {
  transform-origin: 0 0;
  transform: scale(0.935);
}

.matrixform__wrapper {
  margin: 0 0 1.25rem 0;
}

.matrixform__submit {
  display: inline-block;
  border-radius: 1.46875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.875rem 1.75rem;
  background-color: #f0ece3;
  border: 0;
  transition: background-color .1s ease-in-out;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 1.44;
  margin-top: 1rem;
}

.matrixform__submit:hover {
  background-color: #e6e2db;
}

.matrixform__loader {
  position: relative;
}

.matrixform .matrixform__error-text,
.contactus-wrapper .grid__col .matrixform__error-text {
  color: #d10003;
  margin: 0.375rem 0 0 auto;
  display: block;
  font-size: 0.75rem;
  line-height: 2;
}

.matrixform .matrixform__error-text + p,
.contactus-wrapper .grid__col .matrixform__error-text + p {
  margin-top: 0;
}

.matrixform__spinner {
  width: 2rem;
  height: 2rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ajax-loader.gif");
  margin-left: 0 0 0 0.625rem;
}

.matrixform__loader {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 1rem 0 0 0;
}

.matrixform__loader .matrixform__submit {
  margin: 0;
}

.matrixform__submit {
  display: flex;
  margin: 1rem auto 0 0;
}

.sq-form-control {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

/* Contact Us - modifiers */
.contactus-wrapper .grid__col h3:first-child {
  margin-top: 0;
}

.contactus-wrapper .grid__col p {
  font-weight: 300;
  font-size: 1rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  line-height: 1.44;
}

.contactus-wrapper .grid__col:first-child {
  order: 2;
}

.contactus-wrapper .sq-form-control {
  align-items: flex-end;
}

.contactus-wrapper .matrixform__submit {
  margin: 1rem 0 0 auto;
}

.contactus-wrapper .matrixform__loader {
  flex-direction: row-reverse;
}

.contactus-wrapper .matrixform__loader .matrixform__submit {
  margin: 0;
}

.contactus-wrapper .matrixform__spinner {
  margin: 0 0.625rem 0 0;
}

.contactus-wrapper .sq-form-question-note {
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 300;
  color: #585858;
}

.contactus-wrapper .sq-form-question {
  margin-bottom: 0.9375rem;
}

.contactus-wrapper .selectric .label {
  margin-top: 0.09375rem;
  margin-bottom: 0.09375rem;
  margin-left: 1.25rem;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 3.3;
}

.contactus-wrapper h3 {
  margin-top: 1.4375rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.23;
  padding: 0;
  margin-bottom: 1.375rem;
  color: #000;
}

.contactus-wrapper .contactus-wrapper__intro-text p {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.32;
}

.contactus-wrapper hr {
  border: 0 none;
  border-bottom: 1px solid #979797;
}

.contactus-wrapper p + hr {
  margin-top: 1.9375rem;
}

.contactus-wrapper label {
  color: #000;
}

.contactus-wrapper ::placeholder {
  font-size: 0.875rem;
  color: #414141;
  font-weight: 300;
}

.contactus-wrapper input[type=text],
.contactus-wrapper input[type=email],
.contactus-wrapper input[type=tel],
.contactus-wrapper textarea {
  font-weight: 300;
  line-height: 1.71;
  height: 3.125rem;
  padding-bottom: 0.625rem;
  color: #171717;
}

.contactus-wrapper input[type=text]:focus::placeholder,
.contactus-wrapper input[type=email]:focus::placeholder,
.contactus-wrapper input[type=tel]:focus::placeholder,
.contactus-wrapper textarea:focus::placeholder {
  color: #171717;
}

.contactus-wrapper textarea {
  height: 14.125rem;
}

.contactus-wrapper .sq-form-captcha {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.contactus-wrapper .g-recaptcha {
  margin-left: auto;
}

.contactus-wrapper .matrixform__error-text {
  margin-left: auto;
}

.contactus-wrapper .g-recaptcha {
  transform-origin: right;
  transform: scale(0.816);
}

/* Module: S */
.geolocation-wrapper {
  position: relative;
}

.geolocation-content::after,
.geolocation-content::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  top: -1.5rem;
  margin-left: -0.84375rem;
}

.geolocation-content::before {
  top: -1.625rem;
  border-color: transparent transparent #e1dbce transparent;
  border-width: 0.84375rem;
  left: 50%;
}

.geolocation-content {
  display: none;
  position: absolute;
  top: 100%;
  left: -0.3125rem;
  transform: translateX(-50%);
  width: 25.625rem;
  border: 0.0625rem solid #e1dbce;
  background-color: #fff;
  z-index: 2;
  margin-top: 0.875rem;
}

.geolocation-content::after {
  left: calc(50% + 0.0625rem);
  border-color: transparent transparent #fff transparent;
  border-width: 0.78125rem;
}

.geolocation-content--active {
  display: block;
}

.geolocation-content-wrapper {
  position: relative;
  padding: 2.375rem 3.0625rem 2.375rem 3.5rem;
}

.geolocation__close {
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/close-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
}

.geolocation__header {
  font-size: 1rem;
  line-height: 1.1875;
  display: block;
  text-align: center;
  text-transform: none;
  color: #000;
}

.selectric-geolocation__region-select {
  padding-top: 1.25rem;
}

.selectric-geolocation__region-select + .selectric-geolocation__region-select {
  padding-top: 0.625rem;
}

.selectric-geolocation__region-select.selectric-open .selectric .label,
.selectric-geolocation__region-select.selectric-open .selectric-group-label {
  font-weight: 400;
}

.selectric-geolocation__region-select.selectric-open .selectric .label {
  height: auto;
  font-size: 1rem;
  line-height: 1.1875;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.selectric-geolocation__region-select.selectric-open .selectric-items li {
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1.875;
  padding-left: 1.3125rem;
  min-height: 0;
}

.selectric-geolocation__region-select.selectric-open .selectric-items .selectric-group-label {
  line-height: 2.0625;
  padding-left: 0;
}

.selectric-geolocation__region-select.selectric-open .selectric-group {
  border-bottom: 0.125rem solid #f0ece3;
  padding-bottom: 0.5rem;
  margin-bottom: 0.4375rem;
}

.selectric-geolocation__region-select.selectric-open .selectric-group:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.selectric-geolocation__region-select.selectric-open .selectric-items {
  padding-top: 0.625rem;
  padding-bottom: 1.9375rem;
}

/* Module: S */
/*
--------------------
Structural elements
--------------------
*/
.page-wrapper {
  max-width: 105rem;
  margin: 0 auto;
}

.main-wrapper {
  display: block;
}

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

.side-nav-wrapper {
  flex-basis: calc(100% - 38px);
  flex-shrink: 0;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
}

.content-wrapper,
div[id*="content_container"] {
  max-width: 74.5rem;
  margin: 0 auto;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  box-sizing: border-box;
  word-break: break-word;
}

div[id*="content_container"] img:not([class]) {
  height: auto;
}

.grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.grid--5050 .grid__col {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.gap__top--60 {
  margin-top: 3.75rem;
}

.wrapper-gapped {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.wrapper-double-gapped {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.visuallyhidden {
  display: none;
}

.js-slick-hidden-on-load {
  display: none;
}

.visuallyhidden-input {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  border: 0;
  background: transparent;
}

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

.content-header-wrapper {
  display: none;
}

/*
--------------------
Content styles
--------------------
*/
h1,
h2,
h3,
h4 {
  font-weight: 300;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: #000;
}

h1 {
  font-size: 3.5625rem;
  line-height: 1.1754;
  padding-top: 2.0625rem;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p {
  margin-top: 0.5rem;
}

h2 {
  font-size: 2.3125rem;
  line-height: 1.7027;
  padding-top: 0.875rem;
  padding-bottom: 0.4375rem;
}

h3 {
  color: #373737;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-top: 1.75rem;
  padding-bottom: 0.875rem;
}

h4 {
  color: #2f2f2f;
  font-size: 1.375rem;
  line-height: 1.3182;
  margin-top: 1.8125rem;
  padding-bottom: 0.90625rem;
}

p {
  font-size: 1rem;
  line-height: 1.375;
  color: #000;
}

blockquote {
  color: #2b2b2b;
  display: block;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 2.625rem;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

blockquote p {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

blockquote p::after {
  content: "’";
}

blockquote p::before {
  content: "‘";
}

blockquote::before,
blockquote::after,
blockquote p.author::before,
blockquote p.author::after {
  display: none;
}

blockquote::before {
  content: "‘";
}

blockquote::after {
  content: "’";
}

.quote-italic {
  color: #818181;
  font-style: italic;
}

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

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

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

.author {
  display: block;
  color: #818181;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.25rem;
  margin-top: 0;
}

label {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.2222;
  color: #a5a5a5;
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul,
ol {
  color: #000;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 300;
}

li::before {
  content: "";
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0.875rem;
  left: 0;
}

li {
  padding: 0.4375rem 0 0.4375rem 1.9375rem;
  position: relative;
}

ul > li::before {
  background-color: #c9c2b1;
}

li > ul > li::before {
  background-color: transparent;
  border: 0.0625rem solid #c9c2b1;
  width: 0.4375rem;
  height: 0.4375rem;
}

li > ul {
  padding-left: 0;
  padding-top: 0.8125rem;
}

ol {
  padding-left: 1.3125rem;
}

ol li::before {
  display: none;
}

ol li {
  padding-left: 0.9375rem;
}

table {
  margin: 2.5rem 0;
  border: 0.0625rem solid #f1ede6;
  padding: 0.1875rem;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  border-collapse: separate;
  border-spacing: 0.1875rem;
  overflow-x: auto;
}

th {
  background-color: #f1ede6;
  font-size: 1rem;
  line-height: 1.8125;
}

td {
  background-color: #f6f3ef;
  font-size: 0.9375rem;
  line-height: 1.2667;
  font-weight: 300;
}

td,
th {
  padding: 1.25rem;
  min-width: 15.625rem;
}

tbody tr:nth-child(2n + 1) td {
  background-color: #fffcf9;
}

.push-up {
  word-break: break-word;
}

.clear {
  clear: both;
}

a {
  text-decoration: underline;
  color: #2b2b2b;
  font-weight: 300;
}

a:hover,
a:active,
a:visited {
  font-weight: 400;
}

/*
--------------------
Components
--------------------
*/
/* Button */
.button {
  display: inline-block;
  border-radius: 1.46875rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  padding: 0.625rem 1.90625rem;
  background-color: #f1ede6;
  border: 0 none;
  transition: background-color 0.1s ease-in-out;
  text-decoration: none;
  color: #000;
  font-weight: 400;
}

.button--disabled {
  opacity: 0.5;
  cursor: default;
}

.button--center {
  display: block;
  margin: 0 auto;
}

.button--center-force {
  display: table;
}

.button:focus,
.button:active {
  color: #000;
}

.button:hover {
  background-color: #e6e2db;
}

.button--secondary {
  background-color: #f8f6f2;
}

.button--black,
.button--black:focus,
.button--black:active {
  background-color: #000;
  color: #fff;
}

.button--black:hover {
  background-color: #2f2f2f;
}

.button--primary:not(.button--disabled):hover {
  background-color: #8b8b8b;
}

.button--white {
  background-color: #fff;
  border: 0.0625rem solid #000;
  color: #000;
}

.button--white:not(.button--disabled):hover {
  background-color: #f2f2f2;
}

.button--green,
.button--green:not(.button--disabled):hover {
  background-color: #77B756;
  color: #fff;
}

.button--transparent {
  background-color: transparent;
  border: 0.0625rem solid #fff;
  color: #fff;
}

.button--transparent:not(.button--disabled):hover {
  background-color: #fff;
  color: #000;
}

.page-heading--small {
  font-size: 1.75rem;
  line-height: 1.1786;
  padding-top: 2.3125rem;
}

.product-detail-template__wrapper {
  display: flex;
  flex-direction: column;
}

.product-detail-template__wrapper .product-detail-template h1 {
  font-size: 50px;
}

.product-detail-template__wrapper .enquiry-form-section {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.product-detail-template__wrapper .enquiry-form-section .buy-now-button {
  margin-left: 1.25rem;
}

.product-detail-template__wrapper .image-carousel-container {
  border: none;
  background: none;
}

.product-detail-template__wrapper .image-carousel-container .image-carousel__element-image--pic {
  background: none;
}

.product-detail-template__wrapper .image-carousel-container .slick-track {
  background: none;
}

.product-detail-template__wrapper .image-carousel-container .slick-prev {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-left-carousel-banner-grey.svg);
}

.product-detail-template__wrapper .image-carousel-container .slick-next {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-right-carousel-banner-grey.svg);
}

.overview-download-accordion__wrapper {
  margin-bottom: 2.5rem;
}

.overview-download-accordion__wrapper .grid__col:nth-child(n + 2) {
  margin-top: 1.25rem;
}

.image-text-container-section + .colourlab-section {
  margin-top: 0;
}

.image-text-container-section + .tabs {
  margin-top: 2.5rem;
}

.lead-time-disclaimer {
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0.625rem;
}

.fade-me-in {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@supports (-webkit-overflow-scrolling: touch) {
  body {
    cursor: pointer;
  }
  input[type="text"],
  input[type="search"] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}

/* Remove outline globally */
a:focus {
  outline: none;
}

/* Module: S */
body.group {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

body.fullscreen {
  overflow: hidden;
}

.group .bannerVideo {
  position: static;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.group .banner-container-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
  height: 100vh;
  transition: all 0.5s ease-in-out;
}

.group * {
  font-family: Akkurat;
}

.group .banner__overlay__blank {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.group .banner__overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  z-index: 95;
}

.group .banner__overlay .bannerOnlyTitle {
  margin: auto;
}

.group .banner__overlay h1 {
  color: #fff;
  max-width: 560px;
  transition: all 0.5s ease-in-out;
  font-size: 35px;
  line-height: 1.43;
  margin: 0 auto 4.125rem auto;
  padding: 0 1.875rem;
  pointer-events: none;
}

.group .bannerVideoEmbed {
  height: 100%;
  width: 100%;
  opacity: 1;
  max-height: 100%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.group .bannerVideoEmbed video {
  display: block;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.group .bannerVideoEmbed .bannerVideoEmbedOverlay {
  width: 100%;
  height: 100%;
}

.group .bannerVideoEmbed .bannerVideoEmbedOverlay:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.45;
}

.group .bannerVideoEmbed .bannerVideoEmbedOverlay img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: cover;
}

.group .bannerVideoButton {
  display: none;
  width: auto;
  max-width: 300px;
  font-size: 15px;
  padding: 0.9375rem 1.875rem 0.9375rem 1.875rem;
  border: none;
  background: #f1ede6;
  color: #000;
  border-radius: 25px;
  cursor: pointer;
  margin: 0 auto;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

.group .bannerVideoButton.playIcon {
  padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
}

.group .bannerVideoButton:hover {
  background-color: #f6f3ef;
  color: #000;
}

.group .playIcon {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 15% center;
}

.group .loadingVideo {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.group .loadingVideo:hover {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.group iframe#player {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.group .videoActiveControl {
  position: absolute;
  display: none;
  bottom: 8.5rem;
  right: 4%;
  left: 4%;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.625rem;
  border-radius: 21px;
  transition: all 0.5s ease-in-out;
  z-index: 100;
  /* HTML 5 progress bar */
  /* Youtube and Vimeo progress bar */
  /*Chrome*/
  /** FF*/
  /* IE*/
}

.group .videoActiveControl progress {
  background: #2f2f2f;
  color: blue;
  font-size: 12px;
  width: 100%;
  height: 8px;
  border: none;
  margin: 0;
  vertical-align: middle;
  border-radius: 21px;
  transition: all 0.5s ease-in-out;
}

.group .videoActiveControl progress:hover {
  cursor: pointer;
}

.group .videoActiveControl progress::-moz-progress-bar {
  background: #f6f3ef;
  border-radius: 21px;
}

.group .videoActiveControl progress[value]::-webkit-progress-bar {
  background-color: #2f2f2f;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  border-radius: 21px;
}

.group .videoActiveControl progress[value]::-webkit-progress-value {
  background-color: #f6f3ef;
  border-radius: 21px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .group .videoActiveControl input[type='range'] {
    overflow: hidden;
    width: 100%;
    height: 8px;
    margin: 0 10px;
    border-radius: 21px;
    -webkit-appearance: none;
    background-color: #2f2f2f;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
  }
  .group .videoActiveControl input[type='range']::-webkit-slider-runnable-track {
    height: 8px;
    -webkit-appearance: none;
    color: #f6f3ef;
    margin-top: -1px;
  }
  .group .videoActiveControl input[type='range']::-webkit-slider-thumb {
    width: 0;
    -webkit-appearance: none;
    height: 0;
    cursor: ew-resize;
    background: transparent;
    box-shadow: -1200px 0 0 1200px #f6f3ef;
  }
}

.group .videoActiveControl input[type='range']::-moz-range-progress {
  background-color: #f6f3ef;
}

.group .videoActiveControl input[type='range']::-moz-range-track {
  background-color: #2f2f2f;
}

.group .videoActiveControl input[type='range']::-ms-fill-lower {
  background-color: #f6f3ef;
}

.group .videoActiveControl input[type='range']::-ms-fill-upper {
  background-color: #2f2f2f;
}

.group .videoActiveControl--fullscreen {
  bottom: 4%;
}

.group .videoActiveControl:hover {
  background-color: #000;
}

.group .videoControlActive {
  display: inline-block;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0;
  margin: 0 0.3125rem;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}

.group .videoControlActive:hover {
  cursor: pointer;
}

.group .videoControlActive-playPause {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-pause.svg");
}

.group .videoControlActive-playPause.Active {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-play-active.svg");
}

.group .videoControlActive-stop {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-stop.svg");
}

.group .videoControlActive-volume {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-volume-on.svg");
}

.group .videoControlActive-volume.Active {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-volume-off.svg");
}

.group #matrixPlayer {
  display: block;
  max-height: 100vh;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.group .banner__chevron {
  position: absolute;
  bottom: 2.4375rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 75px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.34);
  border: 1px solid transparent;
  border-radius: 50px;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-button-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}

.group .banner__chevron:hover {
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner__chevron--hidden {
  display: none;
}

.bannerProgressBar,
.bannerVideoButtons {
  flex: 1 0 100%;
}

.video-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
}

.bannerVideo__slider .slick-list,
.bannerVideo__slider .slick-track {
  height: 100%;
}

.bannerVideo__slider {
  width: 100%;
  height: 100%;
}

.videoControlActive-fullscreen {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/full-screen.svg");
}

.fullscreen-container {
  position: fixed !important;
  z-index: 999 !important;
  width: 100vw !important;
  height: 100vh !important;
}

/* Module: S */
.group .footer-container {
  padding-top: 2.375rem;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-bottom: 0.5625rem;
}

.group .footer-top--nav {
  display: flex;
  flex-direction: column;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  justify-content: flex-start;
  flex-grow: 1;
  align-self: center;
}

.group .footer-top--nav .no-bullets {
  font-size: 0.875rem;
  line-height: 1.5;
}

.group .footer-top--nav .no-bullets li {
  padding-bottom: 0.5625rem;
}

.group .footer-top-container {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-basis: 100%;
  justify-content: center;
  padding-bottom: 2.75rem;
}

.group .footer-top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #d6d6d6;
  padding-bottom: 0rem;
}

.group .footer-top--nav-title {
  margin: 0;
  padding-bottom: 1.625rem;
  padding-top: 0;
  text-align: center;
}

.group .nav-list--container {
  text-align: left;
  max-width: 11.75rem;
  box-sizing: border-box;
}

.group .nav-list--container li {
  padding: 0;
}

.group .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.5rem;
}

.group .social-element {
  padding: 0.5rem;
}

.group .footer__copyrights-description {
  width: 100%;
  text-align: center;
  font-size: 0.625rem;
  color: #a5a5a5;
}

.group .footer__logo-bar {
  padding: 1.0625rem 0rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.group .footer__logo-bar-image {
  padding-right: 0;
}

.group .footer {
  background-color: #f8f6f2;
  padding: 0 2rem;
}

.group .footer__logo-bar a {
  font-weight: 400;
}

.social-link-vm {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-vm.svg");
}

.group .title-element-link {
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
  color: #332e24;
}

.group .list-element-link {
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.group .list-element-link:hover {
  opacity: 1;
}

/* Module: S */
.group .header {
  position: fixed;
  z-index: 102;
  width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.group .header--sticky + .main {
  padding-top: 0;
}

.group .header.header--sticky .header-main-wrapper {
  background-color: #f1ede6;
  position: relative;
}

.group .header-main {
  background-color: transparent;
  padding: 0 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 3.1875rem;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.group .header-main.Active {
  background-color: #f0ece3;
}

.group .header__nav-toggler::after {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-hamburger-white.svg);
}

.group .header__nav-toggler::after.Active {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-hamburger.svg);
}

.group .Active.header__nav-toggler::after {
  background-image: url(/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-hamburger.svg);
}

.group .header-main-wrapper {
  transition: all 0.2s ease-in-out;
}

.group .header__nav-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.84375rem 0;
  width: 100%;
  text-decoration: none;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}

.group .header__nav-item:hover .header__nav-sub {
  cursor: default;
}

.group .header__nav-item {
  line-height: 0;
  flex-basis: 100%;
  border-bottom: 0.0625rem solid #c9c2b1;
  padding: 0;
  transition: all 0.2s ease-in-out;
}

.group .header__nav-item::before,
.group .header__nav-sub-item::before {
  display: none;
}

.group .header__nav-item,
.group .header__nav-sub-item {
  position: static;
}

.group .header__nav-item--with-subs .header__nav-link {
  position: relative;
  padding-right: 3rem;
}

.group .header__nav-link:hover,
.group .header__nav-sub-link:hover {
  font-weight: 600;
}

/* Module: S */
.tile-three__container-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f1ede6;
  padding: 0rem 1.375rem 0rem 1.375rem;
}

.tile-three__tile {
  width: auto;
  align-self: stretch;
  text-align: center;
  padding: 1.5rem 0 2.2rem 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-bottom: 1px solid rgba(38, 38, 38, 0.14);
  word-break: break-word;
}

.tile-three__tile:last-child {
  border-bottom: 0px solid rgba(38, 38, 38, 0.14);
}

.tile-three__tile-title {
  font-weight: 400;
  font-size: 25px;
  margin: 0rem auto 1.4375rem auto;
  padding: 0;
  width: auto;
}

.tile-three__tile-title a {
  text-decoration: none;
  font-weight: 400;
}

.tile-three__tile-description {
  margin: 0 auto auto auto;
  max-width: 400px;
  width: 100%;
}

.tile-three__tile-description p {
  font-weight: 100;
  font-size: 15px;
  margin: 0;
}

.tile-three__tile-link {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #000;
  border-radius: 21px;
  padding: 0.65625rem 1.1875rem;
  align-self: center;
  margin: 1.8125rem auto 0 auto;
  background-color: transparent;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}

.tile-three__tile-link p {
  font-size: 15px;
  font-weight: 400;
  margin: 0 auto;
  padding: 0 0.9375rem;
  color: #000;
}

.tile-three__tile-link span {
  width: 1.6875rem;
  height: 0.6875rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-button-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  margin: 0 auto;
  transition: all 0.2s ease-in-out;
}

.tile-three__tile-link:hover {
  background-color: #f6f3ef;
  opacity: 1;
}

/* Module: S */
.header-banner {
  display: block;
}

.header-banner__container {
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}

.header-banner__image-picture {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.header-banner__image {
  display: block;
  height: 100%;
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
}

.header-banner__image--foreground {
  max-height: 100%;
  object-fit: contain;
  width: 100%;
}

.header-banner__image-picture--foreground {
  display: flex;
  height: calc(100% - 64px);
  padding: 2rem;
  position: absolute;
}

.header-banner__image-picture--foreground.h-middle.v-middle {
  transform: translate(-50%, -50%);
}

.header-banner__image-picture--foreground.h-left {
  left: 0;
}

.header-banner__image-picture--foreground.h-middle {
  left: 50%;
  transform: translateX(-50%);
}

.header-banner__image-picture--foreground.h-right {
  right: 0;
}

.header-banner__image-picture--foreground.v-top {
  top: 0;
}

.header-banner__image-picture--foreground.v-top .header-banner__image--foreground {
  margin-bottom: auto;
}

.header-banner__image-picture--foreground.v-middle {
  top: 50%;
  transform: translateY(-50%);
}

.header-banner__image-picture--foreground.v-middle .header-banner__image--foreground {
  margin: auto 0;
}

.header-banner__image-picture--foreground.v-bottom {
  bottom: 0;
}

.header-banner__image-picture--foreground.v-bottom .header-banner__image--foreground {
  margin-top: auto;
}

/* Module: S */
/**
*   HEADER
*   0.0 Header
*   1.0. Header Utilities
*   2.0. Header Logo
*   3.0. Header Search
*   4.0. Header Nav
**/
/**
* 0.0. Header
**/
.header--sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
}

.header--sticky + .main {
  padding-top: 3.1875rem;
}

/**
* 1.0. Header Utilities
**/
.header__utilities {
  display: flex;
  justify-content: flex-end;
  background-color: #fff;
  padding: 0;
}

.header__utilities--mobile-hidden {
  display: none;
}

.header__utilities-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  flex-basis: 100%;
  line-height: inherit;
  font-size: inherit;
}

.header__utilities-list-item::before {
  display: none;
}

.header__utilities-list-item {
  padding-left: 0.75rem;
  padding-bottom: 1.875rem;
  position: static;
  padding-top: 0;
}

.header__utilities-link::before,
.selectric-header__utilities-link--region::before {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  left: -0.9375rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -0.125rem;
}

.header__utilities-link--location::before {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-location.svg");
}

.selectric-header__utilities-link--region::before,
.header__utilities-link--region::before {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-region.svg");
}

.header__utilities-link--contact::before {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-contact.svg");
}

.header__utilities-link {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.2143;
  padding-left: 0.625rem;
  position: relative;
  font-weight: 400;
}

.header__utilities-link,
.header__utilities-link:visited,
.header__utilities-link:active {
  color: #4b4b4b;
}

.header-main {
  background-color: #f0ece3;
  padding: 0 1.3125rem 0 0.875rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  min-height: 3.1875rem;
  align-items: center;
}

/**
* 2.0. Header Logo
**/
.header__logo {
  display: inline-block;
  max-width: 6.5625rem;
  max-height: 1rem;
  align-self: center;
}

_:-ms-fullscreen .header__logo, :root .header__logo {
  width: 6.5625rem;
  margin: 0 auto;
}

/**
* 3.0. Header Search
**/
.header__search-toggler {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  margin-left: 0.875rem;
  align-self: center;
  margin-top: -0.3125rem;
}

.header__search-panel {
  padding-left: 2rem;
  padding-right: 1.75rem;
  background-color: #f8f6f2;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.header__search-panel--active {
  display: block;
  padding-top: 1.625rem;
  padding-bottom: 1.3125rem;
  max-height: 5rem;
  overflow: visible;
}

.header__search-panel-wrapper .tt-menu.tt-open {
  width: 100%;
  background: #f8f6f2;
}

.header__search-panel-wrapper .tt-menu.tt-open .tt-dataset {
  padding: 0 2rem 2.5625rem;
  box-sizing: border-box;
}

.suggest-item {
  padding: 0.3125rem 0;
  font-size: 0.9375rem;
  cursor: pointer;
}

.suggest-label::after {
  content: ">";
  font-size: 0.75rem;
  padding-left: 0.3125rem;
}

.header__search-form {
  padding-right: 2.75rem;
}

.header__search-form .twitter-typeahead {
  position: relative;
  width: 100%;
}

.header__search-input {
  width: 100%;
  padding: 0 0 0.4375rem 0;
  border: 0;
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #4b4b4b;
  border-bottom: 0.0625rem solid rgba(47, 47, 47, 0.14);
  background-color: #f8f6f2;
}

.header__search-input::-ms-clear {
  display: none;
}

.header__search-input:focus,
.header__search-input:active {
  outline: none;
}

.header__search-panel-toggler {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/close-1.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: transparent;
  width: 3rem;
  height: 3rem;
  display: inline-block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}

/**
* 4.0. Header Nav
**/
.header-nav-wrapper {
  flex-grow: 1;
  display: flex;
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 75%;
  height: auto;
  transform: translateY(100%);
  background-color: #fff;
  transition: left .3s ease-in-out;
  padding: 0.625rem 0;
  z-index: 999;
}

.header-nav-wrapper--expanded {
  left: 0;
  height: calc(100vh - 4.375rem);
  overflow: auto;
}

.header__nav,
.header__nav-sub {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  flex-grow: 1;
  align-items: stretch;
  line-height: 0;
}

.header__nav {
  flex-wrap: wrap;
  width: 50%;
  padding-left: 1.25rem;
  padding-right: 0.6875rem;
  box-sizing: border-box;
  align-self: flex-start;
}

.header__nav-sub {
  background-color: #f9f9f9;
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  margin-left: -1.25rem;
  margin-right: -0.6875rem;
  padding: 0 0.6875rem 0 1.25rem;
}

.header__nav-sub-wrapper {
  display: none;
}

.header__nav-link,
.header__nav-link:visited,
.header__nav-link:active {
  text-decoration: none;
  color: #000;
}

.header__nav-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.84375rem 0;
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
}

.header__nav-item:hover .header__nav-sub {
  cursor: default;
}

.header__nav-item {
  line-height: 0;
  flex-basis: 100%;
  border-bottom: 0.0625rem solid #c9c2b1;
  padding: 0;
}

.header__nav-item::before,
.header__nav-sub-item::before {
  display: none;
}

.header__nav-item,
.header__nav-sub-item {
  position: static;
}

.header__nav-item--active {
  border-bottom: 0;
}

.header__nav-item--with-subs .header__nav-link {
  position: relative;
  padding-right: 3rem;
}

.header__nav-item--active .header__nav-sub {
  max-height: 999em;
  padding-top: 0.625rem;
  padding-bottom: 0.3125rem;
}

.header__nav-sub-item {
  padding: 0 0 0 0.9375rem;
}

.header__nav-sub-link,
.header__nav-sub-link:visited,
.header__nav-sub-link:active {
  color: #2f2f2f;
  text-decoration: none;
}

.header__nav-link:hover,
.header__nav-sub-link:hover {
  font-weight: 600;
}

.header__nav-sub-link {
  font-size: 0.875rem;
  line-height: 2.5;
  width: 100%;
}

.header__nav-link-wrapper {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  padding: 0;
}

.header__nav-toggler {
  background-color: transparent;
  border: 0;
  width: 4rem;
  height: 3.1875rem;
  position: relative;
  display: inline-block;
  margin-left: -1.5rem;
  padding: 0;
}

.header__nav-toggler::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-hamburger.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  width: 1.0625rem;
  height: 0.9375rem;
}

.header__nav-item--utility .header__utilities-link::before {
  background-position: 0 50%;
  left: 0;
}

.header__nav-item--utility .header__utilities-link {
  padding-left: 1.5625rem;
}

.header__nav-item--utility:last-child {
  border-bottom: 0;
}

.header__nav-arrow:hover {
  cursor: pointer;
}

.header__nav-item--with-subs .header__nav-arrow {
  display: block;
  width: 3rem;
  height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
}

.header__nav-item--with-subs .header__nav-arrow::after {
  content: '';
  position: absolute;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-small.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 0.6875rem;
  height: 0.375rem;
  right: 0.5625rem;
  top: 1.25rem;
}

.header__nav-item--active.header__nav-item--with-subs .header__nav-arrow::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-small.svg");
}

/* Module: S */
.hero-banner__title {
  font-size: 1.875rem;
  margin-top: 1.625rem;
  margin-bottom: 2rem;
  line-height: 1.27;
  padding: 0;
}

.hero-banner__author {
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.8;
  margin: 0;
}

.hero-banner__bold {
  font-weight: 400;
}

.hero-banner__container {
  display: block;
}

.hero-banner__image-container {
  flex-basis: 50%;
  position: relative;
}

.hero-banner__text {
  flex-basis: 50%;
  margin: 0 1.25rem;
}

.hero-banner__image-picture {
  position: relative;
  display: block;
}

.hero-banner__image {
  width: 100%;
}

/* Module: S */
.image-carousel__element-image {
  height: 100%;
  width: auto;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}

.image-carousel__element-image--pic {
  height: 15.625rem;
  width: 100%;
  margin: 0;
  transform: none;
  background-color: #f1ede6;
}

.image-carousel__element {
  height: 15.625rem;
  display: flex;
  position: relative;
  align-items: flex-start;
  overflow: hidden;
}

.image-carousel-container {
  margin-left: -1.1875rem;
  margin-right: -1.1875rem;
  overflow: hidden;
  background-color: #f1ede6;
}

.image-carousel-container .slick-list {
  position: relative;
  left: -0.0625rem;
}

.image-carousel-container .slick-track {
  display: flex;
  align-items: center;
  background-color: #f1ede6;
}

.image-carousel-container .slick-prev {
  left: 0.75rem;
}

.image-carousel-container .slick-next {
  right: 0.75rem;
}

.image-carousel-container .slick-dots {
  bottom: 3rem;
  right: inherit;
  text-align: center;
  text-align: center;
  margin: 0 auto;
  word-wrap: break-word;
  width: 14.375rem;
  font-size: inherit;
  line-height: inherit;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.image-carousel-container .slick-dots li::before {
  display: none;
}

.image-carousel-container .slick-dots li {
  margin: 0 0.375rem;
}

.image-carousel-container .slick-dots li button {
  width: 0.5rem;
  height: 0.5rem;
}

/* Module: S */
.image-grid-wrapper {
  margin-top: 1.25rem;
}

.image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__link,
.image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__picture {
  background-color: transparent;
  padding: 0;
}

.image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__col-box {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 47.9375em) {
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--50-50,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--70-30,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--30-70,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--100 {
    flex-wrap: wrap;
  }
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--50-50 .imagegrid__col,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--50-50 .imagegrid__col:nth-child(2),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--70-30 .imagegrid__col,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--70-30 .imagegrid__col:nth-child(2),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--30-70 .imagegrid__col,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--30-70 .imagegrid__col:nth-child(2),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--100 .imagegrid__col,
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--100 .imagegrid__col:nth-child(2) {
    width: 100%;
    margin-left: 0;
  }
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--50-50 .imagegrid__col:nth-child(1),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--70-30 .imagegrid__col:nth-child(1),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--30-70 .imagegrid__col:nth-child(1),
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid--100 .imagegrid__col:nth-child(1) {
    margin-bottom: 1rem;
  }
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid__picture {
    overflow: hidden;
    height: 100%;
  }
  .image-grid-wrapper.image-grid-wrapper--stack .imagegrid__picture-img {
    height: auto;
    width: 100%;
  }
}

.imagegrid {
  display: flex;
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.imagegrid__picture,
.imagegrid__picture-img {
  width: 100%;
  height: auto;
  display: block;
}

.imagegrid__picture-img {
  height: 100%;
  object-fit: cover;
}

.imagegrid--50-50,
.imagegrid--70-30,
.imagegrid--30-70 {
  justify-content: space-between;
}

.imagegrid--100 .imagegrid__col {
  flex: 1;
}

.imagegrid--50-50 .imagegrid__col:nth-child(2) {
  margin-left: 0.25rem;
}

.imagegrid--30-70 .imagegrid__col:nth-child(2) {
  margin-left: 0.5rem;
}

.imagegrid--70-30 .imagegrid__col:nth-child(2) {
  margin-left: 0.5625rem;
}

.imagegrid--50-50 .imagegrid__col {
  width: 50%;
}

.imagegrid--70-30 .imagegrid__col,
.imagegrid--30-70 .imagegrid__col:nth-child(2) {
  width: 70%;
}

.imagegrid--70-30 .imagegrid__col:nth-child(2),
.imagegrid--30-70 .imagegrid__col {
  width: 30%;
}

.imagegrid__col {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}

.imagegrid__col-box {
  position: relative;
  padding: 0.625rem 0.125rem;
  flex-basis: 100%;
  max-width: 100%;
  word-break: normal;
  background-color: #fff;
  overflow: hidden;
}

.imagegrid__col-box__title {
  max-width: 30.9375rem;
  font-size: 1.25rem;
  line-height: 1.45;
  text-align: left;
  padding: 0 0 0.9375rem 0;
  margin: 0;
  word-wrap: break-word;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

.imagegrid__col-box__text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  color: #2b2b2b;
  text-align: left;
  font-style: normal;
  font-stretch: normal;
  padding: 0;
  margin: 0;
  padding-bottom: 1rem;
}

.imagegrid__link {
  width: 100%;
  padding: 0.125rem;
  background-color: #f1ede6;
}

.imagegrid__description-link {
  text-decoration: none;
}

.imagegrid__picture {
  box-sizing: content-box;
  padding: 0.125rem;
  background-color: #f1ede6;
  position: relative;
}

.imagegrid__link .imagegrid__picture {
  box-sizing: inherit;
  padding: 0;
}

.lightbox__slide.active .imagegrid__picture {
  background-color: transparent;
}

.imagegrid--50-50 .imagegrid__picture,
.imagegrid--30-70 .imagegrid__picture,
.imagegrid--70-30 .imagegrid__picture {
  height: 7.9375rem;
}

.imagegrid--100 .imagegrid__picture {
  height: 15.625rem;
}

.imagegrid--30-70 .imagegrid__col-box,
.imagegrid--70-30 .imagegrid__col-box {
  word-break: break-word;
}

_:-ms-fullscreen .imagegrid__picture-img,
:root .imagegrid__picture-img {
  height: auto;
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}

/* Module: S */
.image-masonry-grid__grid-list {
  list-style: none;
  margin: 0 -0.5rem;
}

.image-masonry-grid__grid-list--loading {
  padding-top: 0.9375rem;
  max-height: 4rem;
  min-height: 4rem;
}

.image-masonry-grid__grid-list--loading .image-masonry-grid__grid-item {
  overflow: hidden;
  max-height: 0;
}

.image-masonry-grid__grid-list--loading .infinite-scroll-trigger-wrapper {
  display: block;
  padding: 0;
  margin: 0;
}

.image-masonry-grid__grid-list--loading .infinite-scroll-trigger-wrapper::before {
  display: none;
  content: '';
}

.image-masonry-grid__grid-list--loading .image-masonry-grid__image {
  display: none;
}

.image-masonry-grid__grid-list--loaded .infinite-scroll-trigger-wrapper {
  display: none;
}

.image-masonry-grid__grid-item {
  padding: 0;
  margin: 0;
  width: 100%;
}

.image-masonry-grid__grid-item::before {
  display: none;
  content: '';
}

.image-masonry-grid__picture {
  padding: 0.5rem;
  display: block;
}

.image-masonry-grid__image {
  display: block;
  width: 100%;
  height: auto;
}

.project-masonry-grid__item {
  padding: 0.375rem 0;
}

.project-masonry-grid__link {
  position: absolute;
  top: 0.375rem;
  left: 0rem;
  right: 0rem;
  bottom: 0.375rem;
  overflow: hidden;
  z-index: 3;
}

.project-masonry-grid__link:hover .project-masonry-grid__details-wrapper, .project-masonry-grid__link:focus .project-masonry-grid__details-wrapper {
  transform: translateX(0);
}

.project-masonry-grid__link:hover .project-listing-grid__details, .project-masonry-grid__link:focus .project-listing-grid__details {
  transform: translateX(-200%);
}

.project-masonry-grid .project-listing-grid__details {
  transform: translateX(0);
  transition: transform .5s ease;
  left: 24px;
  right: 24px;
}

.project-masonry-grid__details-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f1ede6;
  background-color: rgba(246, 243, 239, 0.8);
  transform: translateX(-100%);
  transition: transform .5s ease;
}

.project-masonry-grid__details-list {
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
}

.project-masonry-grid__details-item {
  padding: 0.125rem 0 0 1.875rem;
  margin: 0 0 1.25rem 0;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.project-masonry-grid__details-item:hover {
  white-space: normal;
}

.project-masonry-grid__details-item:last-child {
  margin-bottom: 0;
}

.project-masonry-grid__details-item::before {
  display: none;
  content: '';
}

.project-masonry-grid__details-item::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  border: 0.125rem solid #4b4b4b;
  border-radius: 50%;
}

.project-masonry-grid__details-item span {
  font-weight: 300;
  font-size: 0.875rem;
}

.project-masonry-grid__picture {
  padding: 0;
  z-index: 2;
}

.project-masonry-grid__image {
  min-height: 16.25rem;
  max-height: 80vh;
  object-fit: cover;
}

body.no-js .image-masonry-grid .infinite-scroll-trigger-wrapper {
  display: none;
}

body.no-js .image-masonry-grid__grid-list--loading {
  max-height: 100%;
  min-height: 0;
}

body.no-js .image-masonry-grid__image {
  display: block;
}

body.no-js .image-masonry-grid__grid-item {
  max-height: 100%;
}

body.no-js .image-masonry-grid__grid-list {
  display: flex;
  flex-wrap: wrap;
}

/* Module: S */
.image-text__text {
  color: #2b2b2b;
  font-weight: 300;
  padding-bottom: 4.1875rem;
}

.image-text__text h3 {
  font-size: 2.5rem;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.image-text__text p {
  font-size: 1.125rem;
  line-height: 1.67;
}

.image-text__text blockquote {
  color: #2b2b2b;
  font-size: 1.875rem;
  line-height: 2.375rem;
  width: 100%;
}

.image-text__text blockquote p {
  color: inherit;
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

.image-text__text .author {
  color: #2b2b2b;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2.25rem;
  margin-top: 0;
  text-transform: uppercase;
}

.image-text__container {
  display: flex;
  flex-direction: column;
}

.image-text__container .image-text__image-container {
  flex-basis: auto;
  max-width: none;
  width: auto;
  margin-right: -1.1875rem;
  margin-left: -1.1875rem;
}

.image-text__image {
  width: 100vw;
}

.image-text__image-wrapper {
  position: relative;
}

.image-text__image-picture {
  display: flex;
  align-items: flex-start;
}

/* Module: S */
.infinite-scroll-trigger-wrapper {
  text-align: center;
  display: block;
  padding-top: 2.125rem;
}

.infinite-scroll-trigger {
  visibility: hidden;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1.2143;
  color: #000;
  position: relative;
  padding: 0.625rem 1rem 0.6875rem 2.8125rem;
  background-color: #f6f3ef;
  border-radius: 1.5625rem;
  text-decoration: none;
  font-weight: 400;
  cursor: default;
}

.infinite-scroll-trigger--active {
  visibility: visible;
}

.infinite-scroll-trigger::before {
  content: '';
  width: 1.1875rem;
  height: 1.1875rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-loading-results.svg");
  background-repeat: no-repeat;
  background-size: 1.125rem;
  background-position: 50%;
  display: inline-block;
  animation: infinitescrollspin 1s linear infinite;
  position: absolute;
  left: 1.0625rem;
  top: calc(50% - 0.59375rem);
}

@keyframes infinitescrollspin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Module: S */
.lightbox__gallery,
.lightbox__slide,
.lightbox__overlay,
.lightbox__prev,
.lightbox__next {
  display: none;
}

.lightbox__gallery {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 102;
  overflow: auto;
  background: #fff;
  padding-top: 6.75rem;
  box-sizing: border-box;
}

.lightbox__slide {
  position: relative;
}

.lightbox__slide .image-carousel__element-image {
  transform: none;
  margin: 0;
  max-width: 100%;
  height: auto;
  background-color: transparent;
  max-height: 100%;
}

.lightbox__slide .image-text__image {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}

.lightbox__slide .image-carousel__element-image--pic {
  display: block;
}

.lightbox__caption {
  flex-basis: 40%;
  text-align: left;
  min-height: 0.0625rem;
  font-size: 1.125rem;
  line-height: 1.4444;
}

.lightbox__caption a {
  color: #000;
}

.lightbox__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
}

.lightbox__overlay .button--icon-plus {
  display: none;
  font-size: 0;
  border: 0;
  padding: 0;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-plus-white.svg");
  background-repeat: no-repeat;
  width: 1.625rem;
  height: 1.625rem;
  margin: 0.9375rem;
}

.lightbox__overlay--column-right-tablet {
  text-align: right;
}

.lightbox__counter {
  flex-basis: 20%;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.4444;
  color: #888888;
}

.lightbox__share {
  flex-basis: 40%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.lightbox__slides {
  position: relative;
  margin: auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.lightbox__slide-bottom {
  padding: 3.3125rem 1.875rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.lightbox__close {
  position: absolute;
  width: 2.125rem;
  height: 2.125rem;
  top: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: transparent;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/close-1.svg");
  background-repeat: no-repeat;
  background-size: 1.875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  cursor: pointer;
  z-index: 10;
}

.lightbox__prev,
.lightbox__next {
  background-repeat: no-repeat;
  background-position: center;
  width: 4.4375rem;
  height: 5.75rem;
  position: absolute;
  top: 35%;
  z-index: 100;
  cursor: pointer;
}

.lightbox__prev {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/carousel-panel-arrow-left.svg");
}

.lightbox__next {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/carousel-panel-arrow-right.svg");
}

.lightbox__slide [data-lightbox] {
  height: calc(100vh - 6.75rem - 8.8125rem);
}

.lightbox__dots {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
  top: calc(100vh - 6.75rem - 8.8125rem - 2.4375rem);
}

.lightbox__dots-list {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.lightbox__dots-list-item::before {
  display: none;
}

.lightbox__dots-list-item {
  padding: 0;
  margin-right: 0.475rem;
  border-radius: 50%;
  display: inline-block;
}

.lightbox__dot {
  background-color: #fff;
  width: 0.6875rem;
  height: 0.6875rem;
  padding: 0.1875rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0.625rem;
  border: 0;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
}

.lightbox__dot--active {
  background-color: #000;
}

_:-ms-fullscreen .lightbox__slide [data-lightbox],
:root .lightbox__slide [data-lightbox] {
  display: block;
}

/* Module: S */
.loading-enabled,
.search-results-grid--loading-enabled {
  position: relative;
  overflow: hidden;
}

.loading-enabled::after,
.search-results-grid--loading-enabled::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transform: translateX(-50%);
  left: 50%;
  z-index: 100;
}

.loader {
  display: none;
  border: 0.5rem solid #d0d0d0;
  border-top: 0.5rem solid #bab7ae;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;
  animation: spin 2s linear infinite;
  position: fixed;
  left: calc(50% - 1.875rem);
  top: 5rem;
  z-index: 101;
}

.loader-progress {
  display: none;
  position: fixed;
  top: calc(50% + 3.75rem);
  left: calc(50% + 13.0625rem);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 4.375rem;
  z-index: 101;
  text-align: center;
  font-size: 0.875rem;
}

.search-results-grid--wide .loader-progress {
  left: calc(50% + 9.375rem);
}

.loader-progress::after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 0.9s infinite;
  content: '\2026';
  /* ascii code for the ellipsis character */
  width: 0;
  position: fixed;
}

_:-ms-fullscreen .loader-progress::after,
:root .loader-progress::after {
  display: none;
}

@keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 1.25em;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-enabled .loader {
  display: block;
}

.search-results-grid--loading-enabled .loader {
  display: block;
  position: fixed;
  top: 50%;
  left: calc(50% - 1.875rem);
  transform: translateY(-50%);
}

/* Module: S */
/* Modal */
.modal {
  width: 100%;
  padding: 1.25rem;
  height: 85%;
  position: fixed;
  z-index: 110;
  top: 10%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.21);
  box-sizing: border-box;
  display: none;
}

.modal * {
  box-sizing: content-box;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 109;
  background: rgba(242, 242, 242, 0.8);
  display: none;
}

.modal--active {
  display: flex;
}

.modal__guts {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding-right: 1rem;
}

.modal__close-button {
  position: fixed;
  display: block;
  z-index: 120;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 1.25rem;
  height: 2.1875rem;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/close-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: 1.125rem;
}

.modal h2 {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 2.375rem;
  font-size: 1.625rem;
  line-height: 1.38;
}

.modal .modal__thankyou-title {
  padding-bottom: 2.875rem;
}

.modal__row {
  margin-bottom: 0.9375rem;
}

.modal__row--space25 {
  margin-bottom: 1.5625rem;
}

.modal__row:last-child {
  margin-bottom: 0;
}

.modal__content--centered {
  flex-direction: column;
  justify-content: center;
}

.modal__content--centered .modal__content-wrapper {
  resize: vertical;
  overflow: auto;
}

.modal__open-button {
  background-color: #f0ece3;
}

.modal-gated label {
  color: #000;
}

.modal-gated .modal__heading {
  padding-bottom: 0;
}

.modal-gated .modal__description {
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding-bottom: 0.75rem;
}

.modal-gated .modal__link {
  padding-top: 1rem;
  padding-right: 4rem;
  font-size: 0.875rem;
  display: block;
}

.modal-gated .modal__guts-container {
  display: block;
  flex-direction: column;
}

.modal-gated .modal__thumbnail-picture {
  display: flex;
  align-items: flex-start;
}

_:-ms-fullscreen .matrixform__wrapper--gated,
:root .matrixform__wrapper--gated {
  flex-basis: auto;
}

_:-ms-fullscreen .modal-gated .modal__thumbnail-picture,
:root .modal-gated .modal__thumbnail-picture {
  display: block;
}

.matrixform__wrapper--gated {
  flex-basis: 100%;
}

.modal--home {
  transition: all ease 1.5s;
  display: none;
}

.modal__links-container {
  display: flex;
  justify-content: flex-start;
}

/* Module: S */
/* Pinterest button */
.pinterest__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.pinterest__button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  margin: 0.75rem;
  display: inline-block;
  background-color: transparent;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/pinterest_logo.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  cursor: pointer;
}

/* Module: S */
.project-details {
  padding: 0 0 2rem 0;
}

.project-details__heading {
  font-size: 2.0625rem;
  font-weight: 300;
  text-align: center;
}

.project-details__items {
  list-style: none;
  margin-left: -1rem;
  margin-right: -1rem;
}

.project-details__items::after {
  clear: both;
  content: '';
  display: table;
}

.project-details__item {
  float: left;
  margin: 0;
  padding: 0 1rem;
  width: 100%;
}

.project-details__item::before {
  display: none;
  content: '';
}

.project-details__label {
  font-weight: 400;
  margin-bottom: 0;
}

.project-details__value {
  margin: 0 0 0.3125rem 0;
}

/* Module: S */
.project-listing-grid {
  margin: 0 -1.5rem 1.5rem;
}

.project-listing-grid__items {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-listing-grid__item {
  margin: 0;
  padding: 0;
  flex: 0 1 100%;
}

.project-listing-grid__item::before {
  display: none;
  content: '';
}

.project-listing-grid__item:nth-child(4n), .project-listing-grid__item:nth-child(4n+1) {
  flex: 0 1 100%;
}

.project-listing-grid__link {
  display: block;
  position: relative;
  padding: 0.375rem 1.5rem;
  width: 100%;
  height: 100%;
}

.project-listing-grid__link:hover, .project-listing-grid__link:focus {
  font-weight: inherit;
}

.project-listing-grid__picture {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 20rem;
  min-height: 13.75rem;
}

.project-listing-grid__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-listing-grid__details {
  position: absolute;
  bottom: 1.625rem;
  left: 2.5rem;
  right: 2.5rem;
}

.project-listing-grid__title, .project-listing-grid__region {
  display: block;
  padding: 0.3125rem 0 0 1.25rem;
  margin: 0;
  overflow: hidden;
  line-height: 2.25rem;
  font-size: 1.375rem;
}

.project-listing-grid__title > span, .project-listing-grid__region > span {
  padding: 0.625rem 0;
  background-color: #fff;
  position: relative;
}

.project-listing-grid__title > span::before, .project-listing-grid__region > span::before {
  content: '';
  position: absolute;
  background-color: #fff;
  display: block;
  width: 1.25rem;
  left: -1.125rem;
  top: 0;
  bottom: -1000%;
  z-index: 0;
}

.project-listing-grid__title > span > span, .project-listing-grid__region > span > span {
  position: relative;
  left: -0.625rem;
  top: -0.125rem;
  font-size: 1.4rem;
  font-weight: 400;
  font-size: 1.25rem;
}

.project-listing-grid__region > span {
  background-color: #f1ede6;
}

.project-listing-grid__region > span::before {
  background-color: #f1ede6;
}

.project-listing-grid__region > span > span {
  font-size: 0.875rem;
}

/* Module: S */
.project-profile-grid__heading {
  font-size: 2.0625rem;
  font-weight: 300;
  text-align: left;
}

.project-profile-grid__items {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.project-profile-grid__items--centered {
  justify-content: center;
}

.project-profile-grid__item {
  flex: 0 0 100%;
  margin: 0;
  margin: 0;
  padding: 0 0 3rem;
}

.project-profile-grid__item::before {
  content: '';
  display: none;
}

.project-profile-grid__link {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0 1.25rem;
}

.project-profile-grid__link:hover, .project-profile-grid__link:focus {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.project-profile-grid__picture {
  display: block;
  width: 100%;
  max-width: 14.375rem;
  height: 12.5rem;
  margin: 0 auto 1.25rem auto;
}

.project-profile-grid__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-profile-grid__position {
  font-size: 0.9375rem;
  padding: 0;
  margin: 0;
}

.project-profile-grid__name {
  font-size: 1.375rem;
  font-weight: 400;
  padding: 0;
  margin: 0 0 1rem;
}

.project-profile-grid__summary {
  font-size: 1.125rem;
  padding: 0;
  margin: 0 0 1.5rem;
}

.project-profile-grid .column-grid__element-button {
  margin-top: 0;
}

/* Module: S */
.search-filters__list {
  margin: 0;
  padding-top: 0.625rem;
}

.search-filters__list-sub {
  padding-top: 0.375rem;
  padding-left: 1.25rem;
}

.search-filters__list-item::before,
.search-filters__checkbox {
  display: none;
}

.search-filters__list-item {
  padding: 0;
}

.search-filters__list-item--dropdown {
  position: relative;
  flex-basis: 100%;
  margin: 0.375rem 0;
}

.search-filters__checkbox:checked + .search-filters__checkbox-label::before {
  border: 0;
  border-radius: 0;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/filter-ticked-box.svg");
  background-repeat: no-repeat;
}

.search-filters__checkbox-label::before {
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0.125rem;
  left: 0;
  top: 0.1875rem;
}

.search-filters__checkbox-label {
  font-size: 1rem;
  line-height: 1.75;
  position: relative;
  padding: 0 0 0 1.8125rem;
  text-transform: none;
  color: #000;
}

.search-filters__checkbox-label:hover {
  cursor: pointer;
}

.search-filters__list--inline {
  display: flex;
  justify-content: flex-start;
  margin: -0.625rem -0.5%;
  flex-wrap: wrap;
}

.search-filters__list--centered .search-filters__list--inline {
  justify-content: center;
}

.search-filters__list-options,
.search-filters__checkbox-dropdown {
  display: none;
}

.search-filters__checkbox-dropdown:checked + .search-filters__checkbox-label-dropdown + .search-filters__list-options {
  display: block;
}

.search-filters__checkbox-dropdown:checked + .search-filters__checkbox-label-dropdown {
  background-color: #fff;
  border: 0.0625rem solid #c9c2b1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent;
}

.search-filters__checkbox-dropdown:checked + .search-filters__checkbox-label-dropdown::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
}

.search-filters__checkbox-dropdown:checked + .search-filters__checkbox-label-dropdown .search-filters__filter-count {
  display: none;
}

.search-filters__checkbox-label-dropdown {
  cursor: pointer;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.2143;
  font-weight: 400;
  padding: 0.8125rem 3.4375rem 0.8125rem 1.375rem;
  width: 100%;
  position: relative;
  background-color: #f1ede6;
  border-radius: 1.5625rem;
  border: 0.0625rem solid transparent;
  display: block;
  text-transform: uppercase;
}

.search-filters__checkbox-label-dropdown::after {
  content: '';
  width: 0.875rem;
  height: 0.5rem;
  right: 1.25rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-filters__checkbox-label-dropdown--novalues {
  cursor: default;
}

.search-filters__checkbox-label-dropdown--novalues::after {
  display: none;
}

.search-filters__list-options {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid #c9c2b1;
  border-top-width: 0;
  border-bottom-left-radius: 1.5625rem;
  border-bottom-right-radius: 1.5625rem;
  top: 100%;
  margin-top: -0.0625rem;
  padding: 0 1.5625rem 1.125rem 1.5625rem;
  z-index: 1;
}

.search-filters__list--dropdown {
  padding-top: 0;
  overflow: auto;
}

.search-filters__submit.button {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.2143;
  padding: 0.65625rem;
  border-radius: 1.5625rem;
  margin-top: 1.625rem;
}

.search-filters__checkbox-label--dropdown {
  font-size: 0.875rem;
  line-height: 1.9285;
  font-weight: 400;
  padding-left: 1.8125rem;
}

.search-filters__checkbox-label--dropdown::before {
  top: 0.3125rem;
}

.search-filters__list-item--dropdown-item {
  margin: 0.3125rem 0;
  line-height: 0;
}

.search-filters__list-item--dropdown-item:first-child {
  margin-top: 0;
}

.search-filters__list-item--dropdown-item:last-child {
  margin-bottom: 0;
}

.category-landing-results {
  min-height: 18.75rem;
}

.search-filters-clearall-trigger-wrapper {
  text-align: right;
  padding-bottom: 1.9375rem;
  padding-top: 1.1875rem;
}

.search-filters__clearall-trigger {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #000;
  line-height: 1.2143;
  font-weight: 400;
  visibility: hidden;
}

.search-filters__clearall-trigger--active {
  visibility: visible;
}

/* Module: S */
.search-input-form {
  padding-top: 2rem;
  max-width: 16.25rem;
}

.search-input-wrapper::before {
  content: '';
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/search-icon.svg");
  width: 1.0625rem;
  min-width: 1.0625rem;
  height: 1.0625rem;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0.625rem;
  margin-top: -0.125rem;
}

.search-input-wrapper {
  display: flex;
  width: 100%;
  position: relative;
}

.search-input__field {
  width: 100%;
  font-size: 1rem;
  line-height: 1.1875;
  color: #000;
  font-weight: 300;
  padding: 0.875rem 2.25rem 1.0625rem 2.25rem;
  border: 0.0625rem solid #e1dbce;
}

/* Styles for input-big */
.search-input__title {
  font-size: 3.5625rem;
  line-height: 1.02;
  padding-bottom: 3.625rem;
  padding-top: 2.0625rem;
  word-wrap: break-word;
}

.search-input__button {
  position: absolute;
  right: 1.875rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-inpage-search.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  width: 1.6875rem;
  height: 1.6875rem;
}

.close-input__button {
  position: absolute;
  right: 4.375rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/close-1.svg");
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  border: none;
  outline: none;
  width: 1.6875rem;
  height: 1.6875rem;
  background-size: 1.6875rem;
}

.close-input__button--colour-lab {
  right: 0.625rem;
  background-size: auto;
  background-position: 50%;
  padding: 0;
}

.close-input__button--find-us {
  right: 3rem;
  background-size: auto;
  background-position: 50%;
  padding: 0;
}

.search-input__field--big {
  width: 100%;
  line-height: 1.4;
  color: #303030;
  font-weight: 300;
  padding-left: 1.75rem;
  padding-right: 6.125rem;
  font-size: 0.875rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  height: 2.8125rem;
}

.search-input__field.search-input__field--big {
  box-sizing: border-box;
}

.search-input__field::-ms-clear {
  display: none;
}

.search-input-form--big {
  position: relative;
  max-width: 74.5rem;
  padding-top: 0;
}

.search-input__result-text {
  padding-top: 3.4375rem;
  padding-bottom: 3.875rem;
  text-align: center;
  font-size: 1.5625rem;
  font-weight: 300;
  color: #303030;
  margin: 0;
}

/* autocompletion */
.search-input-form--big .twitter-typeahead {
  width: 100%;
}

.search-input-form--big .twitter-typeahead input {
  border: 0.0625rem solid #e1dbce;
}

.search-input-form--big .tt-menu.tt-open {
  border: 0.0625rem solid #d2cab7;
  border-top: 0;
  padding-top: 1.0625rem;
  padding-left: 2.25rem;
  padding-bottom: 1.3125rem;
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.search-input-form--big .suggest-item {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.88;
  color: #3f3f3f;
}

.search-input-form--big .tt-highlight {
  font-weight: 400;
}

.site-search-results {
  min-height: 18.75rem;
}

/* Module: S */
.search-results-grid {
  display: flex;
  justify-content: space-between;
  padding-top: 3.375rem;
  padding-bottom: 3.625rem;
  flex-wrap: wrap;
}

.search-results-grid--featured {
  padding-top: 1.625rem;
  display: block;
}

.search-results-content-wrapper {
  flex-grow: 1;
}

.search-results-grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1.625rem;
}

.search-results-grid__results-list {
  display: flex;
  flex-wrap: wrap;
  margin: -0.46875rem -0.28125rem;
  padding-bottom: 2.125rem;
  justify-content: flex-start;
}

.search-results-grid__results-list--featured {
  margin: -0.8125rem 0;
  justify-content: flex-start;
  flex-direction: column;
}

.search-results-grid__results-list-item::before {
  display: none;
}

.search-results-grid__results-list-item {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0.46875rem 0.28125rem;
  flex-direction: column;
  flex-basis: calc(50% - 0.6875rem);
  border: 0.0625rem solid #e1dbce;
}

_:-ms-fullscreen .search-results-grid--two-four .search-results-grid__results-list-item,
_:-ms-fullscreen .search-results-grid--two-three .search-results-grid__results-list-item,
:root .search-results-grid--two-four .search-results-grid__results-list-item,
:root .search-results-grid--two-three .search-results-grid__results-list-item {
  flex-basis: calc(50% - 0.6875rem);
}

_:-ms-fullscreen .search-results-grid__results-list-item,
:root .search-results-grid__results-list-item {
  flex-basis: calc(50% - 0.6875rem);
}

_:-ms-fullscreen .search-results-grid__results-list-item--featured,
:root .search-results-grid__results-list-item--featured {
  flex-basis: auto;
}

.search-results-grid--one-four .search-results-grid__results-list-item,
.search-results-grid--one-three .search-results-grid__results-list-item {
  width: 17.5rem;
  margin: 0.46875rem auto;
  flex-basis: auto;
}

.search-results-grid--one-four .search-results-grid__results-list,
.search-results-grid--one-three .search-results-grid__results-list {
  flex-direction: column;
}

.search-results-grid--two-four .search-results-grid__results-list-item,
.search-results-grid--two-three .search-results-grid__results-list-item {
  flex-basis: calc(50% - 0.5625rem);
}

.search-results-grid--one-three .search-results-grid__results-item-thumb-wrapper,
.search-results-grid--one-four .search-results-grid__results-item-thumb-wrapper,
.search-results-grid--two-three .search-results-grid__results-item-thumb-wrapper,
.search-results-grid--two-four .search-results-grid__results-item-thumb-wrapper {
  height: 12.975rem;
}

.search-results-grid__results-item-thumb-link {
  width: 100%;
  height: 100%;
}

.search-results-grid__results-item-thumb--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-results-grid__results-item-thumb--default {
  width: auto;
  height: auto;
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

_:-ms-fullscreen .search-results-grid__results-item-thumb--cover,
:root .search-results-grid__results-item-thumb--cover {
  width: auto;
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
  position: static;
}

.search-results-grid__results-list-item--featured {
  width: 17.625rem;
  margin: 0.8125rem auto;
  border: 0;
}

.search-results-grid__results-item-thumb-wrapper {
  height: 7.25rem;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
}

.search-results-grid__results-item-thumb-wrapper--featured {
  height: 13.4375rem;
  position: static;
  background-color: #e1dbce;
}

.search-results-grid__results-item-thumb-wrapper--noimage {
  background-color: #e1dbce;
}

.search-results-grid__results-item-thumb,
_:-ms-fullscreen .search-results-grid__results-item-thumb--featured,
:root .search-results-grid__results-item-thumb--featured {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
}

.search-results-grid__results-item-thumb--featured {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

_:-ms-fullscreen .search-results-grid__results-item-thumb--featured,
:root .search-results-grid__results-item-thumb--featured {
  max-height: 100%;
}

.search-results-grid__results-item-label {
  text-align: center;
  flex-grow: 1;
  background-color: #f5f3ea;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.6875rem 0.625rem 1.0625rem 0.625rem;
}

.search-results-grid__results-item-label--featured {
  background-color: transparent;
  text-align: left;
  padding: 1.0625rem 0 0 0;
}

.search-results-grid__heading {
  font-size: 2.0625rem;
  line-height: 0.8788;
  font-weight: 300;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

.search-results-grid__heading-sub {
  font-size: 1.125rem;
  line-height: 1.6111;
  font-weight: 400;
  margin: 0;
  padding-top: 1.0625rem;
  padding-bottom: 0;
}

.search-results-grid__results-count {
  font-size: 1rem;
  line-height: 1.1875;
  flex-basis: 100%;
  padding-bottom: 1.875rem;
  text-align: center;
}

.selectric-search-results-grid__results-per-page.selectric-open:not(.selectric-above) .selectric {
  border-bottom: 0.0625rem solid transparent;
}

.search-results-grid-row .selectric .label {
  margin-right: 3.4375rem;
}

.search-results-grid__results-item-thumb-link {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}

.search-results-grid__results-item-label-link {
  font-weight: 300;
  color: #2f2f2f;
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.1;
}

.search-results-grid__results-item-label-link:active,
.search-results-grid__results-item-label-link:visited {
  color: #2f2f2f;
}

.search-results-grid__results-item-label-link:hover {
  font-weight: 400;
}

.search-results-grid-dropdown__header-checkbox {
  display: none;
}

.search-results-grid-dropdown {
  background-color: #f5f3ea;
  overflow: hidden;
  margin-top: 2.5rem;
}

.search-results-grid-filters-wrapper {
  flex-basis: 100%;
}

.search-results-grid-dropdown__header-label {
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6111;
  color: #000;
  padding: 0.875rem 2.0625rem 1.0625rem 0.875rem;
  cursor: pointer;
  text-transform: none;
}

.search-results-grid-dropdown__header-label::after {
  content: '';
  position: absolute;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.search-results-grid-dropdown__header-checkbox:checked + .search-results-grid-dropdown__header-label + .search-results-grid-dropdown-content {
  max-height: 9999em;
  padding-bottom: 1.8125rem;
}

.search-results-grid-dropdown__header-checkbox:checked + .search-results-grid-dropdown__header-label::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
}

.search-results-grid-dropdown-content {
  max-height: 0;
  padding: 0 1rem 0 0.8125rem;
  -o-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  -webkit-transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}

.search-results-grid-dropdown-content .search-input-form {
  padding-top: 0.25rem;
  max-width: 100%;
}

.search-results-grid-dropdown-content .search-results-grid__heading-sub,
.search-results-grid-dropdown-content .search-filters__list {
  padding-left: 0.6875rem;
}

.search-results-grid-dropdown-content .search-input__field {
  font-size: 0.875rem;
  line-height: 1.2143;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
}

.search-results-grid-dropdown-content .search-filters__checkbox-label {
  font-size: 0.875rem;
  line-height: 1.7143;
}

.search-results-grid-dropdown-content .search-filters__list-sub {
  padding-left: 1.875rem;
  padding-top: 0;
  max-height: 0;
  transition: .3s max-height ease-in-out;
}

.search-results-grid-dropdown-content .search-filters__list-item {
  overflow: hidden;
}

.search-results-grid-dropdown-content .search-filters__list > .search-filters__list-item > .search-filters__checkbox-label:not(.search-filters__checkbox-label--nochildren) {
  position: relative;
  width: 100%;
}

.search-results-grid-dropdown-content .search-filters__list > .search-filters__list-item > .search-filters__checkbox-label:not(.search-filters__checkbox-label--nochildren)::after {
  content: '';
  position: absolute;
  width: 0.6875rem;
  height: 0.4375rem;
  display: inline-block;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-small.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.search-results-grid-dropdown-content .search-filters__checkbox:checked + .search-filters__checkbox-label + .search-filters__list-sub {
  max-height: 9999em;
}

.search-results-grid-filters-wrapper + .search-results-content-wrapper {
  margin-top: 1.25rem;
}

.search-results-grid__results-item-download-link {
  position: absolute;
  top: 0.4375rem;
  right: 0.4375rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-grid-download-single.svg");
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
}

.search-results-grid__show-more {
  margin-left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 0;
  padding: 0.625rem 1.25rem 0.6875rem 1.3125rem;
  margin-bottom: 0.1875rem;
}

_:-ms-fullscreen .search-results-grid__results-item-download-link,
:root .search-results-grid__results-item-download-link {
  height: 23px;
  background-size: 1.5rem 23px;
  z-index: 1;
}

/* Module: S */
a.at-icon-wrapper.at-share-btn {
  margin-bottom: 0;
  margin-right: 0.3125rem;
}

a.at-icon-wrapper.at-share-btn:last-of-type {
  margin-right: 0;
}

.at-svc-email {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/paper-airplane-flying.svg");
  background-position: center;
}

.at-svc-email svg {
  display: none;
}

.addthis_inline_share_toolbox {
  display: inline-block;
}

.share-strip__title {
  padding-right: 0.4375rem;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 300;
}

.share-strip-container {
  align-items: center;
  display: flex;
  justify-content: center;
}

.share-strip-container--breadcrumb {
  display: none;
}

.at-resp-share-element .at-share-btn {
  display: block;
  margin: 0 0.5rem;
}

.at-style-responsive .at-share-btn:last-of-type {
  margin-right: 0;
}

.product-page .share-strip-container {
  justify-content: flex-start;
}

/* Module: S */
.side-nav {
  margin-top: 0;
}

.side-nav__element-link,
.side-nav__element-link:focus,
.side-nav__element-link:active,
.side-nav__element-link:visited {
  text-decoration: none;
}

.side-nav__element {
  font-size: 1.125rem;
  line-height: 1.6111;
  border-top: 0.0625rem solid #d0d0d0;
  padding: 0.65625rem 0;
  font-weight: 400;
}

.side-nav__element-link,
.side-nav__element-link--sub {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

.side-nav__element-link {
  color: #4c4c4c;
  text-transform: uppercase;
}

.side-nav__element-link:hover,
.side-nav__element-link--current,
.side-nav__element-link--sub:hover,
.side-nav__element-link--current-sub {
  color: #000;
  text-decoration: underline;
}

.side-nav__element--sub {
  font-size: 1rem;
  line-height: 1.75;
  padding: 0;
  border-top: 0;
  font-weight: 300;
}

.side-nav__element-link--sub {
  color: #656565;
  text-transform: none;
}

.side-nav__element-link--sub:hover,
.side-nav__element-link--sub:active,
.side-nav__element-link--sub:visited {
  font-weight: 300;
}

.side-nav__element {
  position: static;
}

.side-nav__element::before {
  display: none;
}

.side-nav--sub {
  padding-top: 0.1875rem;
  padding-left: 0.625rem;
}

.side-nav-dropdown__header-checkbox {
  display: none;
}

.side-nav-dropdown {
  background-color: #f5f3ea;
  overflow: hidden;
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
}

.side-nav-dropdown__header-label {
  width: 100%;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.6111;
  color: #4c4c4c;
  padding: 0.875rem 2.0625rem 1.0625rem 0.875rem;
  cursor: pointer;
  text-transform: none;
}

.side-nav-dropdown__header-label::after {
  content: '';
  position: absolute;
  width: 0.875rem;
  height: 0.5rem;
  display: inline-block;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  background-repeat: no-repeat;
  background-position: 50%;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.side-nav-dropdown__header-checkbox:checked + .side-nav-dropdown__header-label + .side-nav-dropdown-content {
  max-height: 9999em;
}

.side-nav-dropdown__header-checkbox:checked + .side-nav-dropdown__header-label::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
}

.side-nav-dropdown-content {
  max-height: 0;
  transition: .3s max-height ease-in-out;
  padding: 0 1rem 0 0.8125rem;
  width: 100%;
}

/* Module: S */
.tabs {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  list-style: none;
}

.tabs.open .tabs__label {
  display: block;
  width: 100%;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  max-height: 4em;
}

.tabs.open .tabs__tab:checked:not(:first-of-type) + .tabs__label--expandable::after {
  display: none;
}

.tabs.open .tabs__label--expandable:first-of-type::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-up-big.svg");
  background-repeat: no-repeat;
  content: ' ';
  width: 0.875rem;
  height: 0.5rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.25rem;
}

.tabs.open .tabs__label:nth-last-of-type(2) {
  border-bottom: 0.0625rem solid #c7c0b4;
}

.tabs.open .tabs__tab:checked + label {
  background-color: #f0ece3;
}

.tabs:not(.open) .tabs__tab:checked + .tabs__label {
  border-bottom: 0.0625rem solid #c7c0b4;
  display: block;
}

.tabs__container {
  margin-left: -1.1875rem;
  margin-right: -1.1875rem;
  width: 120%;
}

.tabs__label {
  border: 0 none;
  text-decoration: none;
  color: #333;
  display: block;
  flex-grow: 3;
  text-align: center;
  user-select: none;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  max-height: 0;
  transition: 1s max-height ease, .3s background-color ease, .3s box-shadow ease;
  line-height: 3.4;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.tabs__label--expandable {
  cursor: pointer;
}

.tabs__tab:checked + .tabs__label {
  position: relative;
  max-height: 4em;
}

.tabs__tab:checked + .tabs__label--expandable::after {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/arrow-down-big.svg");
  background-repeat: no-repeat;
  content: ' ';
  width: 0.875rem;
  height: 0.5rem;
  position: absolute;
  top: 1.5625rem;
  right: 1.25rem;
}

.tabs__label:hover {
  background-color: #f9f9f9;
}

.tabs__tab-content p:first-of-type {
  margin-top: 0;
}

.tabs__tab-content h3 {
  margin-left: 0;
  margin-right: 1.1875rem;
  display: inline-block;
  font-size: 1.375rem;
  line-height: 1.32;
  padding: 0;
  margin-bottom: 1.0625rem;
}

.tabs__tab {
  display: none;
}

.tabs__tab:checked:nth-of-type(1) ~ .tabs__tab-content:nth-of-type(1) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab:checked:nth-of-type(2) ~ .tabs__tab-content:nth-of-type(2) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab:checked:nth-of-type(3) ~ .tabs__tab-content:nth-of-type(3) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab:checked:nth-of-type(4) ~ .tabs__tab-content:nth-of-type(4) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab:checked:nth-of-type(5) ~ .tabs__tab-content:nth-of-type(5) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab:checked:nth-of-type(6) ~ .tabs__tab-content:nth-of-type(6) {
  opacity: 1;
  transition: .5s opacity ease-in, .8s transform ease;
  position: relative;
  top: 0;
  z-index: 90;
  transform: translateY(0);
  text-shadow: 0 0 0;
  max-height: 9999em;
}

.tabs__tab :first-of-type:not(:last-of-type) + .tabs__label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.tabs__tab :not(:first-of-type):not(:last-of-type) + .tabs__label {
  border-radius: 0;
}

.tabs__tab :last-of-type:not(:first-of-type) + .tabs__label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.tabs__tab :checked + .tabs__label {
  box-shadow: 0 -0.0625rem 0 #fff inset;
  display: block;
  cursor: default;
  padding-right: 2rem;
}

.tabs__tab:checked + .tabs__label:hover {
  box-shadow: 0 -0.0625rem 0 #fff inset;
  background-color: #fff;
}

.tabs__tab-content {
  background-color: #f8f6f2;
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  transform: translateY(-0.1875rem);
  display: block;
  overflow: hidden;
  max-height: 0;
}

.tabs__tab-content .grid__col {
  position: relative;
}

.tabs__tab-content .pinterest__wrapper {
  padding-right: 1.25rem;
}

.tabs__content-text {
  margin-left: 1.1875rem;
  margin-right: 1.1875rem;
  font-weight: 300;
  margin-top: 1.875rem;
}

.expander {
  display: inline-block;
  position: absolute;
}

.container {
  margin: 0 auto;
  display: block;
  max-width: 50rem;
}

.container > *:not(.tabs) {
  padding: 0 5rem;
}

.tabs__liner {
  display: inline;
}

.dimensions-grid-wrapper.tabs__tab-content {
  box-sizing: border-box;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  text-align: center;
}

.dimensions-grid-wrapper.tabs__tab-content .button {
  margin-bottom: 1.25rem;
}

.dimensions-grid__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -0.25rem -0.25rem -0.25rem;
  padding-bottom: 0.8125rem;
  padding-top: 0.8125rem;
}

.dimensions-grid__list-item {
  align-items: center;
  box-sizing: content-box;
  display: flex;
  flex-basis: calc(100% - 0.5rem);
  max-width: 17.5rem;
  flex-wrap: wrap;
  padding: 0.25rem;
}

.dimensions-grid__list-item::before {
  content: none;
}

.dimensions-grid__link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: flex-end;
}

.dimensions-grid__image {
  border: 0.75rem solid #f0ece3;
  flex-basis: 100%;
  height: calc((100vw - 30px) - 0.5rem);
  max-height: 16rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.dimensions-grid__image img {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}

.dimensions-grid__label {
  font-weight: 400;
  margin-bottom: 2rem;
  margin-top: 1.125rem;
  display: inline;
}

.product-page .tabs__liner, .product-partner-page .tabs__liner {
  display: none;
}

.product-page .tabs__label + .tabs__liner, .product-partner-page .tabs__label + .tabs__liner {
  display: inline;
}

/* Module: S */
.video-lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 104;
}

.video-lightbox::after {
  background-color: rgba(0, 0, 0, 0.7);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-lightbox-close {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  left: 50%;
  position: absolute;
  top: -40px;
  transform: translateX(-50%);
  width: 30px;
}

.video-lightbox-close::before {
  background: white;
  border-radius: 4px;
  content: '';
  height: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(-45deg);
  width: 3px;
}

.video-lightbox-close::after {
  background: white;
  border-radius: 4px;
  content: '';
  height: 34px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 3px;
}

.video-lightbox-wrapper {
  margin: 0 auto;
  max-width: 90%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.video-lightbox-player {
  left: 50%;
  max-width: 102vh;
  padding: 56.25vw 0 0 0;
  position: relative;
  transform: translateX(-50%);
}

.video-lightbox-player iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-lightbox-btn {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/play_btn.svg");
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  height: 95px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95px;
  z-index: 12;
}

[data-video-id] {
  cursor: pointer;
}

[data-video-id]:focus .video-lightbox-btn, [data-video-id]:hover .video-lightbox-btn {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/play_btn_hover.svg");
}

[data-video-btn="alternative"] .video-lightbox-btn {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/play_btn_hover.svg");
}

[data-video-btn="alternative"]:focus .video-lightbox-btn, [data-video-btn="alternative"]:hover .video-lightbox-btn {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/play_btn.svg");
}

[id^=data-video-id] {
  cursor: pointer;
  text-decoration: underline;
}

/* Module: S */
.zip-generator__el {
  position: relative;
}

.zip-generator__el-input {
  position: absolute;
  left: -9999em;
  visibility: hidden;
}

.zip-generator__el-input-lbl {
  left: 0.4375rem;
  top: 0.4375rem;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-grid-checkbox.svg");
  background-size: 1.5rem 1.5rem;
}

.zip-generator__el-input:checked + .zip-generator__el-input-lbl {
  background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/icon-grid-checkbox-checked.svg");
}

.zip-generator__el-input-lbl:hover {
  cursor: pointer;
}

.zip-generator__selection-count-lbl--hidden,
.zip-generator__clear-selection-lbl--disabled {
  display: none;
}

.zip-generator-utils-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: flex-start;
}

.zip-generator__zip-download-btn-wrapper {
  justify-content: flex-end;
  display: flex;
  padding-left: 1.25rem;
}

.zip-generator__selection-count-lbl-text,
.zip-generator__clear-selection-lbl {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.375;
}

.zip-generator__selection-count-lbl,
.zip-generator__clear-selection-lbl {
  letter-spacing: 0;
  font-weight: 400;
}

.zip-generator__selection-count-lbl-text {
  font-weight: 300;
}

.zip-generator__selection-count-lbl {
  border-radius: 0.6875rem;
  background-color: #f6f3ef;
  font-size: 0.9375rem;
  line-height: 1.2;
  padding: 0.25rem 0.5625rem 0.3125rem 0.6875rem;
  margin-right: 0.4375rem;
}

.zip-generator__clear-selection-lbl {
  text-decoration: underline;
  padding-left: 1.25rem;
}

.zip-generator__run-btn {
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.2143;
  letter-spacing: 0;
  font-weight: 300;
}

.zip-generator__run-btn.button--disabled:hover {
  background-color: #000;
  color: #fff;
}

.zip-generator-utils {
  bottom: -5.75rem;
}

.zip-generator-utils--sticky {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f5f3ea;
  left: 0;
  z-index: 1;
  padding: 1.25rem 1.1875rem 1.3125rem;
}

.zip-generator-utils--sticky .zip-generator-utils-wrapper {
  max-width: 74.5rem;
  width: 100%;
  margin: 0 auto;
  justify-content: flex-end;
}

.zip-generator-utils--sticky .zip-generator__selection-count-lbl {
  background-color: #fff;
}

.zip-generator--sticky-utils {
  padding-bottom: 5.625rem;
}

.zip-generator__download-all {
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #000;
  margin-left: 0.875rem;
}

@media (min-width: 48em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .accordion-container {
    margin-left: 0;
    margin-right: 0;
  }
  .accordion__file-size {
    padding-left: 0.625rem;
  }
  .accordion__content {
    padding: 0 1.1875rem 0 1.375rem;
  }
  .accordion__file {
    padding: 1rem 0 1rem 0;
  }
  .accordion__badges {
    margin-bottom: 0;
  }
  .accordion__badge {
    height: 4.375rem;
    width: 4.375rem;
    margin-right: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  /* Module: S */
  .breadcrumbs {
    padding: 0.6875rem 0;
    display: flex;
  }
  .content-header-wrapper .breadcrumbs-wrapper {
    align-self: center;
  }
  /* Module: S */
  .carousel__element-image-wrapper {
    height: 28.125rem;
  }
  .carousel-banner-container.js-slick-hidden-on-load {
    max-height: 28.125rem;
  }
  .carousel-banner-container .slick-dots {
    top: 24.875rem;
  }
  .carousel-banner-container .slick-dots li {
    margin: 0 0.3125rem;
  }
  .carousel-banner-container .slick-dots li button {
    width: 0.875rem;
    height: 0.875rem;
  }
  .carousel-banner-container .slick-prev {
    left: 1.0625rem;
  }
  .carousel-banner-container .slick-next {
    right: 1.0625rem;
  }
  .carousel-banner-container .slick-prev, .carousel-banner-container .slick-next {
    top: 13.625rem;
  }
  .carousel__element-title {
    font-size: 3rem;
    line-height: 1.98;
  }
  .carousel__element-box {
    padding: 0.3125rem 6.4375rem 2.0625rem 2.3125rem;
  }
  .carousel__element-text {
    max-width: 27.625rem;
  }
  .carousel__element-text,
  .carousel__element-text p {
    font-size: 1.125rem;
    line-height: 1.3889;
    color: #2b2b2b;
  }
  .carousel__element-title + .carousel__element-text {
    padding-top: 0.375rem;
  }
  .carousel__element-button {
    margin-top: 1.375rem;
    padding: 0.9375rem 1.1875rem 0.875rem 1.25rem;
  }
  /* Module: S */
  .carousel-panel {
    padding-top: 3.4375rem;
    margin-left: 0;
    margin-right: 0;
  }
  .carousel-panel__element-image-wrapper {
    border: 0.375rem solid #f0ece3;
    height: 13.4375rem;
    max-width: 16.4375rem;
    width: auto;
    margin: 0 auto;
  }
  .carousel-panel__element {
    padding: 0 0.3125rem;
  }
  .carousel-panel-container {
    padding: 0 2.75rem;
  }
  .carousel-panel__heading {
    padding-bottom: 2.5625rem;
  }
  .carousel-panel__element-box {
    padding: 0.6875rem 0 0 0;
    max-width: 16.4375rem;
    margin: 0 auto;
  }
  .carousel-panel__element-title {
    max-width: 30.9375rem;
    font-size: 1.125rem;
    line-height: 1.32;
    text-align: left;
    padding: 0 0 0.9375rem 0;
    margin: 0;
    word-wrap: break-word;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  .carousel-panel-container-two .carousel-panel__element-image-wrapper {
    height: 16.5rem;
  }
  .carousel-panel-container-two .carousel-panel__element {
    padding: 0 0.8125rem;
  }
  .carousel-panel-container-two .carousel-panel__element-box {
    padding: 0.9375rem 0 0 0.1875rem;
  }
  .carousel-panel-container-two .carousel-panel__element-title {
    font-size: 1.375rem;
  }
  .carousel-panel-container .slick-dots {
    top: inherit;
    bottom: 0;
    position: relative;
    padding-bottom: 2.4375rem;
  }
  .carousel-panel-container .slick-dots li {
    margin: 0 0.375rem;
  }
  .carousel-panel-container .slick-dots li button {
    background-color: #e1d8c6;
    width: 0.625rem;
    height: 0.625rem;
  }
  .carousel-panel-container .slick-dots li.slick-active button {
    background: #848381;
  }
  .carousel-panel-container .slick-prev {
    background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/carousel-panel-arrow-left.svg");
  }
  .carousel-panel-container .slick-next {
    background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/carousel-panel-arrow-right.svg");
  }
  /* Module: S */
  .colourlab-grid__list {
    margin: 0 -0.625rem -0.625rem -0.625rem;
  }
  .colourlab-grid__list-item {
    padding: 0.625rem;
    flex-basis: calc((100% / 6) - 1.25rem);
  }
  _:-ms-fullscreen .colourlab-grid__list-item,
  :root .colourlab-grid__list-item {
    flex-basis: calc((100% / 6) - 1.375rem);
  }
  .colourlab-grid__color {
    height: 5.625rem;
  }
  .colourlab-grid__label {
    font-size: 0.98125rem;
    line-height: 1.1465;
    padding-top: 0.875rem;
  }
  .colourlab-grid-wrapper.tabs__tab-content {
    padding-left: 0;
    padding-right: 0;
  }
  /* Module: S */
  .column-grid__element-description {
    line-height: 1.3;
    font-size: 1.25rem;
  }
  .column-grid__element-title {
    line-height: 1.6;
  }
  .column-grid-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .column-grid__element-image {
    border: 0.75rem solid #f0ece3;
    width: inherit;
  }
  .column-grid__element {
    padding: 0 1%;
    padding-bottom: 4.0625rem;
    width: 33.3333%;
    align-self: unset;
  }
  _:-ms-fullscreen .column-grid__element,
  :root .column-grid__element {
    align-self: flex-start;
  }
  /* Module: S */
  .designer-profile__photo {
    max-height: 14rem;
  }
  .designer-profile_name {
    font-size: 3rem;
    line-height: 1.479;
    padding-top: 2.6875rem;
  }
  .designer-profile_bio p {
    font-size: 1.375rem;
    line-height: 1.3636;
    margin-top: 1.6875rem;
  }
  .designer-details__wrapper {
    padding-left: 3.03125rem;
    padding-right: 3.03125rem;
  }
  /* Module: S */
  .findus__main-heading {
    font-size: 4.6875rem;
    line-height: 1.1733;
  }
  .findus__map-locations-wrapper {
    width: 76%;
    padding: 0.625rem;
    height: 33.25rem;
  }
  .findus__map {
    height: 33.25rem;
  }
  .findus__search-wrapper {
    padding: 2.9375rem 0 1.75rem 0;
    height: 12.25rem;
  }
  .findus__map-locations-wrapper--hidden {
    margin-left: -76%;
  }
  .selectric-findus__regions {
    width: 19.125rem;
    margin: 0 auto;
  }
  .findus__map-locations-results {
    position: inherit;
    margin-bottom: -2.5rem;
    display: block;
  }
  .findus__map-locations-results--mobile {
    display: none;
  }
  .findus__map-location {
    flex-direction: row;
    position: inherit;
    border-bottom: 0 none;
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 3.125rem;
  }
  p.findus__map-location-type {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }
  .findus__map-location-icon {
    position: inherit;
    width: 2.6875rem;
    height: 2.6875rem;
  }
  .findus__map-location-details {
    margin-left: 0.9375rem;
  }
  .findus__map-location-name {
    font-size: 1.875rem;
    line-height: 1.2333;
  }
  .findus__map-location-address {
    margin-top: 1.5625rem;
  }
  .findus__map-location-address p {
    font-size: 1rem;
    line-height: 1.6875;
    margin-top: 0;
  }
  .findus__map-locations {
    padding-left: 3.1875rem;
    margin-top: 0;
  }
  .findus.findus__content-wrapper {
    padding-left: 4rem;
    padding-right: 3.875rem;
  }
  .findus__search-form {
    margin-bottom: 1.25rem;
  }
  .selectric-findus__regions .label {
    font-size: 0.9375rem;
    height: 3.125rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.125rem;
    margin-left: 1.9375rem;
    line-height: 1.125rem;
  }
  .findus__map-locations-innerwrapper .simplebar-content {
    padding-left: 0;
  }
  /* Module: S */
  .footer-top-container {
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 2.1875rem;
  }
  .footer-container {
    padding-top: 2.0625rem;
    padding-left: 2.375rem;
    padding-right: 2.75rem;
  }
  .footer-top--container-title {
    text-align: left;
    padding-bottom: 0.9375rem;
  }
  .footer-top-container-social .footer-top--container-title {
    padding-bottom: 1.4375rem;
  }
  .form-container {
    text-align: left;
    margin-top: 0;
    width: 21.125rem;
    max-width: none;
  }
  .form-container--input {
    width: 21.125rem;
  }
  .footer-top-container-form {
    padding-bottom: 0;
  }
  .footer__logo-bar {
    padding: 1.1875rem 2.75rem 1.1875rem 2.375rem;
  }
  .footer-top {
    padding-bottom: 0;
  }
  .social-list {
    justify-content: flex-end;
  }
  /* Module: S */
  .g-recaptcha {
    transform: none;
  }
  .grid__col:nth-child(2) {
    order: 3;
  }
  /* Module: S */
  /*
--------------------
Structural elements
--------------------
*/
  .content-wrapper,
  div[id*="content_container"] {
    padding-left: 2.3125rem;
    padding-right: 2.4375rem;
  }
  .content-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side-nav-wrapper {
    flex-basis: calc(100% - 4.75rem);
    padding-left: 2.3125rem;
    padding-right: 2.4375rem;
  }
  .grid {
    flex-wrap: nowrap;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .grid--5050 .grid__col {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid__col {
    padding: 0 1.25rem;
  }
  .grid__col--product-image {
    margin-top: 2.1875rem;
  }
  /*
--------------------
Content styles
--------------------
*/
  h1 {
    font-size: 4.25rem;
    line-height: 1.1912;
    padding-top: 2.875rem;
  }
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p {
    margin-top: 0.5625rem;
  }
  h2 {
    font-size: 3rem;
    line-height: 1.3125;
  }
  h3 {
    font-size: 2.0625rem;
    line-height: 1.3636;
    margin-top: 2.0625rem;
    padding-bottom: 1.03125rem;
  }
  h4 {
    font-size: 1.625rem;
    line-height: 1.3846;
    margin-top: 2.15625rem;
    padding-bottom: 1.07812rem;
  }
  p {
    font-size: 1.125rem;
    line-height: 1.5556;
  }
  blockquote {
    font-size: 1.3125rem;
    line-height: 1.6154;
  }
  ul,
  ol {
    font-size: 1.125rem;
    line-height: 1.5;
  }
  li > ul {
    padding-left: 2rem;
  }
  table {
    padding: 0.375rem;
  }
  .push-up {
    padding-top: 0;
    margin-top: 0;
  }
  .page-heading--small {
    font-size: 2.0625rem;
    line-height: 1.1818;
    padding-top: 4.4375rem;
  }
  .product-detail-template__wrapper {
    flex-direction: row;
    margin-top: 0.625rem;
  }
  .product-detail-template__wrapper .product-detail-template {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .product-detail-template__wrapper .product-detail-template h1 {
    margin-bottom: 0.9375rem;
  }
  .product-detail-template__wrapper .enquiry-form-section {
    margin-top: 1.875rem;
    margin-bottom: 0;
  }
  .product-detail-template__wrapper .image-carousel-container {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  .overview-download-accordion__wrapper {
    margin-bottom: 3.75rem;
  }
  .overview-download-accordion__wrapper .grid__col:nth-child(n + 2) {
    margin-top: 0;
  }
  /*
--------------------
Components
--------------------
*/
  /* Module: S */
  .group .banner-container-wrapper {
    height: 85vh;
  }
  .group .banner__overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .group .banner__overlay .bannerOnlyTitle {
    margin: auto;
  }
  .group .banner__overlay h1 {
    font-size: 35px;
  }
  .group .bannerVideoEmbed {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    position: relative;
  }
  .group .bannerVideoEmbed .bannerVideoEmbedOverlay img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .group .banner__chevron {
    display: none;
  }
  .bannerProgressBar {
    flex: 1 0 80%;
  }
  .bannerVideoButtons {
    flex: 1 0 20%;
  }
  .group .videoActiveControl {
    max-width: 100%;
    bottom: 6%;
  }
  .group .videoActiveControl progress {
    width: 95%;
    margin: 0 auto;
  }
  /* Module: S */
  .group .footer-top-container {
    flex-direction: row;
    padding-bottom: 2.1875rem;
  }
  .group .footer__copyrights-description {
    text-align: right;
  }
  .group .footer__logo-bar {
    flex-wrap: nowrap;
    padding: 1.1875rem 0rem;
  }
  .group .social-list {
    justify-content: center;
    margin: 0 -0.5rem 0 -0.5rem;
  }
  .group .social-element {
    padding: 0 0.5rem;
  }
  .group .footer-top--nav {
    flex-direction: row;
  }
  /* Module: S */
  .group .header-main {
    min-height: 4.375rem;
  }
  .group .header__nav-link {
    font-size: 0.9375rem;
    padding: 1.10938rem 0;
    text-transform: capitalize;
  }
  .group .header__nav-item--with-subs .header__nav-link {
    padding-right: 3.625rem;
  }
  /* Module: S */
  .tile-three__container-wrapper {
    display: flex;
    flex-wrap: unset;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #f1ede6;
    padding: 1.75rem 2rem 1.75rem 2rem;
  }
  .tile-three__tile {
    width: 33.33336%;
    padding: 0.9375rem 1.8rem 2.5rem 1.8rem;
    border-right: 1px solid rgba(38, 38, 38, 0.14);
    border-bottom: 0px solid rgba(38, 38, 38, 0.14);
  }
  .tile-three__tile:last-child {
    border-right: 0px solid rgba(38, 38, 38, 0.14);
  }
  .tile-three__tile-title {
    font-size: 27px;
    margin: 0rem auto 2.0625rem auto;
  }
  .tile-three__tile-description {
    max-width: 250px;
  }
  .tile-three__tile-link {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #000;
    border-radius: 21px;
    padding: 0.65625rem 1.1875rem;
    align-self: center;
    margin: 3.0625rem auto 0 auto;
    transition: all 0.2s ease-in-out;
  }
  .tile-three__tile-link span {
    background-position: left;
    padding-left: 0.625rem;
  }
  .tile-three__tile-link:hover span {
    background-position: right;
  }
  /* Module: S */
  /**
*   HEADER
*   0.0 Header
*   1.0. Header Utilities
*   2.0. Header Logo
*   3.0. Header Search
*   4.0. Header Nav
**/
  .header--sticky + .main {
    padding-top: 4.375rem;
  }
  /**
* 1.0. Header Utilities
**/
  .header-main {
    min-height: 4.375rem;
    padding: 0 1.875rem 0 1.4375rem;
  }
  /**
* 2.0. Header Logo
**/
  .header__logo {
    max-width: 7.4375rem;
    max-height: 1.125rem;
  }
  _:-ms-fullscreen .header__logo, :root .header__logo {
    width: 7.4375rem;
  }
  /**
* 4.0. Header Nav
**/
  .header-nav-wrapper {
    width: 50%;
  }
  .header-nav-wrapper--expanded {
    height: calc(100vh - 5.375rem);
  }
  .header__nav {
    padding-left: 2.0625rem;
    padding-right: 1.375rem;
  }
  .header__nav-toggler {
    margin-left: -1.4375rem;
    height: 4.375rem;
  }
  .header__nav-link {
    font-size: 0.9375rem;
    padding: 1.10938rem 0;
    text-transform: capitalize;
  }
  .header__nav-sub-link {
    font-size: 0.9375rem;
    line-height: 2.5;
  }
  .header__nav-sub {
    margin-left: -2.0625rem;
    margin-right: -1.375rem;
    padding: 0 1.375rem 0 2.0625rem;
  }
  .header__nav-item--with-subs .header__nav-arrow {
    width: 3.625rem;
    height: 3.625rem;
  }
  .header__nav-item--with-subs .header__nav-arrow::after {
    top: 1.75rem;
  }
  .header__nav-item--with-subs .header__nav-link {
    padding-right: 3.625rem;
  }
  /* Module: S */
  .hero-banner__title {
    font-size: 2.0625rem;
    line-height: 1.15;
  }
  .hero-banner__text {
    max-width: 39.25rem;
    margin-left: 1.4375rem;
  }
  /* Module: S */
  .image-carousel-container {
    margin-left: 0;
    margin-right: 0;
  }
  .image-carousel-container .slick-dots {
    display: none !important;
  }
  .image-carousel-container .slick-prev {
    left: 1.25rem;
  }
  .image-carousel-container .slick-next {
    right: 1.25rem;
  }
  .image-carousel-container {
    border: 0.625rem solid #f1ede6;
  }
  .image-carousel__element {
    height: auto;
  }
  .image-carousel__element-image--pic {
    height: 24.375rem;
  }
  .slick-slide .image-carousel__element-image--pic {
    display: block;
  }
  /* Module: S */
  .image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__col-box {
    padding-left: 1.1875rem;
    padding-right: 1.3125rem;
  }
  .imagegrid {
    margin-bottom: 0.875rem;
  }
  .imagegrid .pinterest__wrapper {
    padding: 0.3125rem;
  }
  .imagegrid--30-70 .imagegrid__col:nth-child(2) {
    margin-left: 0.8125rem;
  }
  .imagegrid--70-30 .imagegrid__col:nth-child(2),
  .imagegrid--50-50 .imagegrid__col:nth-child(2) {
    margin-left: 0.625rem;
  }
  .imagegrid__col-box {
    padding: 1.5rem 1.625rem 1.5rem 1.5rem;
    overflow: visible;
  }
  .imagegrid__col-box__title {
    max-width: 30.9375rem;
    font-size: 1.375rem;
    line-height: 1.32;
    text-align: left;
    padding: 0 0 0.9375rem 0;
    margin: 0;
    word-wrap: break-word;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
  }
  .imagegrid--50-50 .imagegrid__picture,
  .imagegrid--30-70 .imagegrid__picture,
  .imagegrid--70-30 .imagegrid__picture {
    height: 19.25rem;
  }
  .imagegrid--100 .imagegrid__picture {
    height: 23rem;
  }
  .imagegrid__picture {
    padding: 0.3125rem;
  }
  .imagegrid__link {
    padding: 0.3125rem;
  }
  .imagegrid__link .imagegrid__picture {
    padding: 0;
  }
  .imagegrid--30-70 .imagegrid__col-box,
  .imagegrid--70-30 .imagegrid__col-box {
    word-break: normal;
  }
  .imagegrid .lightbox__overlay .button--icon-plus {
    background-image: url("/__data/assets/git_bridge/0013/319/dist/styles/mysource_files/ico-plus-black.svg");
  }
  _:-ms-fullscreen .imagegrid--100::after,
  :root .imagegrid--100::after {
    top: 23.3125rem;
    height: 0.3125rem;
  }
  /* Module: S */
  .image-masonry-grid__grid-list {
    margin: 0 -0.75rem;
  }
  .image-masonry-grid__grid-item {
    width: 33.33%;
  }
  .image-masonry-grid__picture {
    padding: 0.75rem;
  }
  .project-masonry-grid__link {
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
  }
  .project-masonry-grid__details-list {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }
  .project-masonry-grid__item {
    padding: 0.75rem;
    width: 50%;
  }
  .project-masonry-grid__details-item {
    padding: 0 0 0 2.5rem;
  }
  .project-masonry-grid__details-item::after {
    top: 0;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .project-masonry-grid__picture {
    padding: 0;
  }
  .project-masonry-grid__image {
    max-height: auto;
  }
  /* Module: S */
  .image-text__image-wrapper {
    border: 0.375rem solid #f0ece3;
  }
  .image-text__container {
    flex-direction: row;
  }
  .image-text__container .image-text__image-container {
    margin: 0;
    flex-basis: 50%;
    box-sizing: content-box;
  }
  .image-text__text--left {
    padding-right: 1.8125rem;
  }
  .image-text__text--right {
    padding-left: 1.8125rem;
  }
  .image-text__text {
    flex-basis: 50%;
  }
  .image-text__text blockquote {
    font-size: 1.625rem;
    line-height: 1.6154;
  }
  /* Module: S */
  .lightbox__overlay {
    display: flex;
  }
  .css-lightbox--hover {
    position: relative;
  }
  .lightbox__gallery.open,
  .lightbox__slide.active {
    display: inherit;
  }
  .lightbox__overlay .button--icon-plus {
    display: inline-block;
  }
  .lightbox__prev,
  .lightbox__next {
    display: block;
    top: 25%;
  }
  .lightbox__prev {
    left: 0;
  }
  .lightbox__next {
    right: 0;
  }
  /* Module: S */
  .loader {
    top: 50%;
  }
  /* Module: S */
  /* Modal */
  .modal {
    width: 28.125rem;
    padding: 2.5rem 3.375rem;
    max-height: 85%;
    right: 0;
    margin: 0 auto;
  }
  .modal--home {
    max-height: calc(100vh - 10.625rem - 1.875rem);
    top: 10.625rem;
    display: flex;
  }
  .modal--home-bottom-right {
    transform: translate(100vw, 100vh);
  }
  .modal--home-bottom-left {
    transform: translate(-100vw, 100vh);
  }
  .modal--home-left {
    transform: translate(-100vw, 0);
  }
  .modal--home-right {
    transform: translate(100vw, 0);
  }
  .modal--home-active {
    transform: translate(0, 0);
    transition-delay: 2s;
  }
  .modal__close--home {
    transform: translate(0, -100%);
  }
  _:-ms-fullscreen .modal--home-left,
  :root .modal--home-left {
    transform: translate(100vw, 0);
  }
  _:-ms-fullscreen .modal--home-right,
  :root .modal--home-right {
    transform: translate(-100vw, 0);
  }
  _:-ms-fullscreen .modal--home-bottom-right,
  :root .modal--home-bottom-right {
    transform: translate(-100vw, 100vh);
  }
  _:-ms-fullscreen .modal--home-bottom-left,
  :root .modal--home-bottom-left {
    transform: translate(100vw, 100vh);
  }
  _:-ms-fullscreen .modal--home-active,
  :root .modal--home-active {
    transform: translate(0, 0);
  }
  _:-ms-fullscreen .modal__close--home,
  :root .modal__close--home {
    transform: translate(0, 0);
    opacity: 0;
    top: 8.125rem;
  }
  _:-ms-fullscreen .modal--home-active .modal__close--home,
  :root .modal--home-active .modal__close--home {
    opacity: 1;
    transition: 1.5s ease all;
    transition-delay: 2s;
  }
  /* Module: S */
  .project-details__item {
    width: 50%;
  }
  .project-details__item:nth-child(2n+1) {
    clear: left;
  }
  /* Module: S */
  .project-listing-grid {
    margin: 0 -0.375rem 0.75rem;
  }
  .project-listing-grid__link {
    padding: 0.375rem;
  }
  .project-listing-grid__details {
    bottom: 1.625rem;
    left: 1.625rem;
    right: 2.5rem;
  }
  .project-listing-grid__item {
    flex: 0 1 50%;
  }
  .project-listing-grid__item:nth-child(4n), .project-listing-grid__item:nth-child(4n+1) {
    flex: 0 1 50%;
  }
  .project-listing-grid__picture {
    max-height: 30rem;
    min-height: 17.5rem;
  }
  /* Module: S */
  .project-profile-grid__item {
    flex: 0 0 33.33%;
  }
  .project-profile-grid__picture {
    width: 100%;
    max-width: 100%;
    height: 12.5rem;
    margin: 0 auto 1.25rem auto;
  }
  .project-profile-grid .column-grid__element-button {
    font-size: 0.8125rem;
  }
  /* Module: S */
  .search-filters__list-item--dropdown {
    flex-basis: 19%;
    margin: 0.625rem 0.5%;
  }
  .search-filters__checkbox-label-dropdown {
    font-size: 0.75rem;
    line-height: 1.1666;
    padding: 0.5625rem 1.875rem 0.625rem 0.75rem;
  }
  .search-filters__checkbox-label-dropdown::after {
    right: 0.8125rem;
  }
  .search-filters__list-options {
    padding: 0 0.625rem 0.5625rem 0.625rem;
  }
  .search-filters__checkbox-label--dropdown {
    font-size: 0.75rem;
    line-height: 2.0833;
    padding-left: 1.5rem;
  }
  .search-filters__submit.button {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
    line-height: 1;
  }
  /* Module: S */
  .search-input__field--big {
    height: 5.375rem;
    font-size: 2.1875rem;
  }
  .search-input-form--big .suggest-item {
    font-size: 1.625rem;
  }
  .search-input__title {
    font-size: 5.8125rem;
    line-height: 1.0215;
    padding-top: 2.875rem;
    padding-bottom: 3.625rem;
  }
  .search-input-wrapper {
    display: flex;
  }
  /* Module: S */
  .search-results-grid-row {
    flex-wrap: nowrap;
  }
  .search-results-grid__results-count {
    flex-basis: auto;
    padding-bottom: 0;
    text-align: left;
  }
  .search-results-grid__results-list {
    margin: -0.46875rem -0.5625rem;
  }
  .search-results-grid--featured {
    padding-top: 2.125rem;
  }
  .search-results-grid__results-list-item--featured {
    margin: 0.75rem 0.5625rem;
    width: inherit;
  }
  .search-results-grid__results-list-item {
    flex-basis: calc(33.3333% - 1.125rem);
    margin: 0.46875rem 0.5625rem;
  }
  _:-ms-fullscreen .search-results-grid--one-three .search-results-grid__results-list-item,
  _:-ms-fullscreen .search-results-grid--two-three .search-results-grid__results-list-item,
  _:-ms-fullscreen .search-results-grid__results-list-item:not(.search-results-grid__results-list-item--featured),
  :root .search-results-grid--one-three .search-results-grid__results-list-item,
  :root .search-results-grid--two-three .search-results-grid__results-list-item,
  :root .search-results-grid__results-list-item:not(.search-results-grid__results-list-item--featured) {
    flex-basis: calc(33.3333% - 1.25rem);
  }
  _:-ms-fullscreen .search-results-grid--two-four .search-results-grid__results-list-item,
  _:-ms-fullscreen .search-results-grid--one-four .search-results-grid__results-list-item,
  :root .search-results-grid--two-four .search-results-grid__results-list-item,
  :root .search-results-grid--one-four .search-results-grid__results-list-item {
    flex-basis: calc(25% - 1.25rem);
  }
  _:-ms-fullscreen .search-results-grid__results-list-item--featured,
  :root .search-results-grid__results-list-item--featured {
    flex-basis: calc(33.3333% - 1.125rem);
  }
  .search-results-grid--two-four .search-results-grid__results-list-item,
  .search-results-grid--one-four .search-results-grid__results-list-item {
    flex-basis: calc(25% - 1.125rem);
  }
  .search-results-grid--one-three .search-results-grid__results-list-item,
  .search-results-grid--two-three .search-results-grid__results-list-item {
    flex-basis: calc(33.3333% - 1.125rem);
  }
  .search-results-grid--one-three .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--one-four .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--two-three .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--two-four .search-results-grid__results-item-thumb-wrapper {
    height: 10.4375rem;
  }
  .search-results-grid--one-four .search-results-grid__results-list,
  .search-results-grid--one-three .search-results-grid__results-list {
    flex-direction: row;
  }
  .search-results-grid--one-four .search-results-grid__results-list-item,
  .search-results-grid--one-three .search-results-grid__results-list-item {
    margin: 0.46875rem 0.5625rem;
    width: inherit;
  }
  .search-results-grid__results-list--featured {
    margin: -0.75rem -0.5625rem;
    flex-direction: row;
  }
  .search-results-grid__results-item-thumb-wrapper {
    height: 10.4375rem;
  }
  .search-results-grid__results-item-thumb-wrapper--featured {
    height: 13.5625rem;
  }
  .search-results-grid__results-item-label--featured {
    padding: 0.625rem 0 0 0;
  }
  .search-results-grid-dropdown-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .search-results-grid-dropdown-content .search-input-form {
    flex-basis: 100%;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
  .search-results-grid-dropdown-content .search-filters__list-wrapper {
    flex-basis: calc(50% - 1.25rem);
    margin: 0 0.625rem;
  }
  .search-results-grid-dropdown-content [data-label="Designers"] {
    order: 100;
  }
  /* Module: S */
  .dynamic-share-strip .share-strip-container {
    display: none;
  }
  .content-header-wrapper .share-strip-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0.9375rem 0;
  }
  .product-page .share-strip-container {
    justify-content: flex-end;
  }
  /* Module: S */
  .tabs__tab-content {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: transparent;
  }
  .tabs__content-text {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .tabs__label {
    padding-left: 0.3125rem;
    padding-right: 2.375rem;
  }
  .tabs.open .tabs__label {
    padding-left: 0.3125rem;
    padding-right: 2.375rem;
  }
  .tabs__container {
    margin-left: inherit;
    margin-right: inherit;
  }
  .tabs__tab-content h3 {
    margin-right: inherit;
    display: inherit;
    font-size: 2.0625rem;
    margin-bottom: 1.5625rem;
  }
  .tabs__content-text > h3,
  .tabs__header--top {
    margin-top: 0;
  }
  /* Module: S */
  .video-lightbox-close {
    top: -60px;
  }
  .video-lightbox-player {
    padding: 56.25vh 0 0 0;
  }
  /* Module: S */
  .zip-generator-utils--sticky {
    padding-left: 2.3125rem;
    padding-right: 2.4375rem;
  }
  .zip-generator__selection-count-lbl-text,
  .zip-generator__clear-selection-lbl {
    font-size: 1rem;
  }
  .zip-generator__run-btn {
    padding: 0.75rem 1.6875rem 0.875rem 1.75rem;
    font-weight: 400;
  }
  .zip-generator__zip-download-btn-wrapper {
    padding-left: 2.875rem;
  }
}

@media (min-width: 74.5em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .accordion__file-size {
    padding-left: 1.5625rem;
  }
  .accordion__file-extension-text {
    padding-left: 1.25rem;
  }
  .accordion__file-extension-image {
    padding-right: 0.9375rem;
  }
  .accordion__file-title {
    flex-shrink: 0;
  }
  .accordion__badge {
    height: 5.3125rem;
    width: 5.3125rem;
    margin-right: 1.3125rem;
    margin-bottom: 1.3125rem;
  }
  /* Module: S */
  .breadcrumbs {
    padding: 1.25rem 0;
  }
  .content-header-wrapper .breadcrumbs-wrapper {
    flex-basis: 70%;
  }
  /* Module: S */
  .carousel__element-box {
    position: absolute;
    bottom: 3.875rem;
    left: 16.375rem;
    padding: 0.8125rem 2.5rem 2.5rem 2.5rem;
    max-width: 36.125rem;
  }
  .carousel__element-text {
    max-width: none;
  }
  .carousel__element-title + .carousel__element-text {
    padding-top: 0.4375rem;
  }
  .carousel__element-text,
  .carousel__element-text p {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .carousel-banner-container .pinterest__wrapper {
    display: none;
  }
  .carousel-banner-container:hover .pinterest__wrapper {
    display: inherit;
  }
  .carousel-banner-container.js-slick-hidden-on-load {
    max-height: 49.1875rem;
  }
  .carousel-banner-container .slick-prev,
  .carousel-banner-container .slick-next {
    top: calc(50% - 1.125rem);
    transform: translateY(-50%);
  }
  .carousel-banner-container .slick-prev {
    left: 1.875rem;
  }
  .carousel-banner-container .slick-next {
    right: 1.875rem;
  }
  .carousel-banner-container .slick-dots {
    bottom: 3.9375rem;
    right: 15.0625rem;
    position: absolute;
    top: inherit;
    text-align: right;
  }
  .carousel__element-title {
    font-size: 3.5625rem;
    line-height: 1.67;
    max-width: none;
  }
  .carousel__element-image-wrapper {
    height: 49.1875rem;
  }
  .carousel__element-button {
    padding: 0.9375rem 1.1875rem 0.875rem 1.25rem;
    font-size: 0.875rem;
    line-height: 1.2143;
  }
  /* Module: S */
  .carousel-panel__element-image-wrapper {
    height: 13.75rem;
    max-width: 16.4375rem;
    width: auto;
  }
  .carousel-panel__element-image-wrapper {
    border: 0.5625rem solid #f0ece3;
    margin: 0 auto;
  }
  .carousel-panel__element {
    padding: 0 0.5rem;
  }
  .carousel-panel__element-box {
    width: auto;
    max-width: 16.4375rem;
    margin: 0 auto;
    padding: 0;
    padding-left: 0.25rem;
    padding-top: 1.3125rem;
  }
  .carousel-panel {
    padding-top: 2.8125rem;
  }
  .carousel-panel__element-title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .carousel-panel-container .slick-list {
    max-width: 74.5rem;
    margin: 0 auto;
  }
  .carousel-panel-container .slick-dots li {
    margin: 0 0.375rem;
  }
  .carousel-panel-container .slick-dots li button {
    width: 0.875rem;
    height: 0.875rem;
  }
  .carousel-panel-container .slick-prev,
  .carousel-panel-container .slick-next {
    background-color: rgba(210, 202, 183, 0.225);
  }
  .carousel-panel-container-two .carousel-panel__element-image-wrapper {
    height: 27.375rem;
    max-width: 32.875rem;
    width: auto;
  }
  .carousel-panel-container-two .carousel-panel__element {
    padding: 0 1.25rem;
  }
  .carousel-panel-container-two .carousel-panel__element-box {
    margin: 0 auto;
    padding: 0;
    padding-top: 1.875rem;
    width: auto;
    max-width: 32.875rem;
  }
  .carousel-panel-container-two .slick-prev,
  .carousel-panel-container-two .slick-next {
    top: 15.625rem;
  }
  /* Module: S */
  .colourlab-grid__list-item {
    flex-basis: calc((100% / 10) - 1.25rem);
  }
  _:-ms-fullscreen .colourlab-grid__list-item,
  :root .colourlab-grid__list-item {
    flex-basis: calc((100% / 10) - 1.25rem);
  }
  .colourlab-grid__color {
    height: 5.6875rem;
  }
  .colourlab-grid__label {
    font-size: 0.875rem;
    line-height: 1.2143;
  }
  .colourlab-grid-wrapper.tabs__tab-content {
    padding-left: 3.9375rem;
    padding-right: 2.1875rem;
  }
  /* Module: S */
  .column-grid-wrapper {
    margin: -1.25rem -0.875rem;
  }
  .column-grid__element {
    padding: 0;
    width: 23.625rem;
    box-sizing: content-box;
    margin: 1.25rem 0.875rem;
    display: flex;
    flex-direction: column;
  }
  .column-grid__element .list-element-link {
    width: 100%;
    display: inline-block;
    height: 20.3125rem;
  }
  .column-grid__element-box .list-element-link {
    height: auto;
  }
  .column-grid__element-box {
    width: 100%;
    padding-top: 1.3125rem;
  }
  .column-grid__element-image {
    border: 0.9375rem solid #f0ece3;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
  }
  .column-grid__element-category {
    margin-top: 0;
  }
  .column-grid__element-title {
    margin-top: 0;
  }
  .column-grid__element-category,
  .column-grid__element-title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .column-grid__element-button {
    margin-top: 0;
    font-size: 0.875rem;
    line-height: 1.2143;
  }
  .column-grid__element-box .column-grid__element-button {
    padding: 0.90625rem 1.625rem;
  }
  .list-element-link--pushed-up {
    margin-top: 2.1875rem;
  }
  .column-grid__element .list-element-link--pushed-up {
    width: auto;
  }
  .column-grid-wrapper--gapped {
    padding-bottom: 7.375rem;
  }
  .column-grid-container--gapped {
    padding-top: 3.625rem;
  }
  .column-grid-container + .infinite-scroll-trigger-wrapper {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    padding-top: 2.125rem;
  }
  /* Module: S */
  .designer-profile_name {
    font-size: 3.5625rem;
    line-height: 1.2456;
    padding-top: 3.75rem;
  }
  .designer-profile_bio p {
    font-size: 1.875rem;
    line-height: 1.2;
    margin-top: 2.125rem;
    max-width: 65.25rem;
  }
  .designer-profile__photo {
    max-height: 16.0625rem;
  }
  /* Module: S */
  .findus__search-wrapper {
    flex-direction: row;
    padding-bottom: 1.6875rem;
    height: 7.8125rem;
  }
  .findus__search-form {
    width: 26.25rem;
    margin-bottom: 0;
    height: auto;
  }
  .findus__map-locations-wrapper {
    width: 39%;
    padding-right: 2.875rem;
    justify-content: flex-end;
  }
  .findus__map-locations-innerwrapper,
  .findus__map-locations-wrapper::after {
    width: 32.375rem;
  }
  .findus__map {
    width: 61%;
  }
  .findus__map-locations {
    width: 100%;
    padding-left: 8.5rem;
  }
  .findus__results-toggler {
    display: none;
  }
  .findus__map-location-details {
    margin-left: 1.25rem;
  }
  .findus__search-input-wrapper {
    width: 39%;
    display: flex;
    justify-content: flex-end;
  }
  .findus__search-dropdown-wrapper {
    width: 61%;
    display: flex;
    justify-content: flex-end;
    padding-right: 9.4375rem;
  }
  .findus.findus__content-wrapper {
    max-width: 100%;
    padding: 0;
  }
  .selectric-findus__regions {
    margin: 0;
  }
  .findus__search-fieldset {
    height: auto;
    padding-top: 0.9375rem;
    padding-bottom: 0.5625rem;
  }
  .findus__search {
    padding: 0;
  }
  .findus__heading-wrapper {
    padding-left: calc(39% - 26.25rem);
    padding-right: 9.4375rem;
  }
  .findus__map--noresults .findus__map-locations-wrapper {
    display: block;
    height: 24.5625rem;
  }
  .findus__map--noresults .findus__map-locations-innerwrapper {
    width: auto;
  }
  .selectric-findus__regions .label {
    height: auto;
    padding: 0.9375rem 2.4375rem 1.0625rem 1.9375rem;
    margin-left: 0;
  }
  .findus__map-locations-wrapper, .findus__map {
    height: 66.5rem;
  }
  /* Module: S */
  .footer-top--nav,
  .footer-bottom {
    display: flex;
  }
  .footer-top-container {
    flex-direction: column;
    margin-left: 6.3%;
    justify-content: flex-start;
    flex-basis: auto;
  }
  .footer-top--nav-title {
    padding-bottom: 0.875rem;
  }
  .footer-top--container-title {
    text-align: right;
    padding-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .footer-top-container-social .footer-top--container-title {
    padding-bottom: 1.125rem;
  }
  .footer__logo-bar {
    box-sizing: content-box;
    max-width: 90rem;
    padding: 2.1875rem 1.875rem 2rem 1.4375rem;
  }
  .form-container {
    text-align: right;
    width: inherit;
  }
  .form-container--input {
    height: 3.3125rem;
    width: 19.9375rem;
    padding-right: 7rem;
  }
  .form-container--button {
    right: 0.3125rem;
    padding: 0.75rem 1.3125rem 0.75rem 1.4375rem;
  }
  .footer__logo-bar-image {
    padding-right: 3.375rem;
  }
  .footer-container,
  .footer__logo-bar {
    padding-left: 6.4%;
    padding-right: 7.19%;
  }
  .footer-container {
    box-sizing: content-box;
    padding-top: 3.4375rem;
    max-width: 90rem;
  }
  .footer-container-wrapper {
    background-color: #f8f6f2;
  }
  .footer-top-container-form {
    padding-bottom: 3.375rem;
  }
  .footer-top {
    padding-bottom: 1.875rem;
  }
  /* Module: S */
  .g-recaptcha {
    transform: none;
  }
  .contactus-wrapper .grid--5050 .grid__col:first-child {
    padding-right: 3.375rem;
  }
  .contactus-wrapper .grid--5050 .grid__col:nth-child(2) {
    padding-left: 3.375rem;
  }
  /* Module: S */
  /*
--------------------
Structural elements
--------------------
*/
  .content-wrapper,
  div[id*='content_container'] {
    padding-left: 0;
    padding-right: 0;
  }
  .main-wrapper {
    flex-wrap: nowrap;
    display: flex;
    max-width: 74.5rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .side-nav-wrapper {
    flex-basis: 15.625rem;
    margin-right: 2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .main-contents {
    max-width: calc(100% - 290px);
    flex-grow: 1;
  }
  /*
--------------------
Content styles
--------------------
*/
  h1 {
    font-size: 4.6875rem;
    line-height: 1.1733;
    padding-top: 5.75rem;
  }
  h1 + p,
  h2 + p,
  h3 + p,
  h4 + p {
    margin-top: 0.625rem;
  }
  h2 {
    font-size: 3.5625rem;
    line-height: 1.1053;
  }
  h3 {
    font-size: 2.1875rem;
    line-height: 1.5;
    margin-top: 2.1875rem;
    padding-bottom: 1.09375rem;
  }
  p {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  blockquote {
    font-size: 1.5rem;
    line-height: 1.4;
    width: 50%;
  }
  .quote-right {
    margin-left: 50%;
  }
  .quote-center {
    margin: 0 auto;
    display: block;
  }
  ul,
  ol {
    font-size: 1.25rem;
    line-height: 1.35;
  }
  table {
    padding: 0.1875rem;
  }
  .push-up {
    padding-top: 0;
    margin-top: 0;
  }
  .product-detail-template__wrapper {
    margin-top: 1.25rem;
  }
  .product-detail-template__wrapper .product-detail-template {
    width: calc(50% - 20px);
    margin-right: 20px;
  }
  .product-detail-template__wrapper .product-detail-template h1 {
    margin-bottom: 1.875rem;
  }
  .product-detail-template__wrapper .enquiry-form-section {
    margin-top: 3.75rem;
  }
  .share-strip-section + .tabs {
    margin-top: 3.75rem;
  }
  .image-text-container-section + .tabs {
    margin-top: 3.75rem;
  }
  .overview-download-accordion__wrapper {
    margin-bottom: 4.0625rem;
  }
  /*
--------------------
Components
--------------------
*/
  /* Button */
  .button {
    padding: 0.9375rem 1.5625rem;
  }
  .page-heading--small {
    font-size: 3.5625rem;
    line-height: 1.1754;
    padding-top: 5.5625rem;
  }
  /* Module: S */
  .group .banner-container-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .group .bannerVideoEmbed {
    height: 100%;
    max-height: 100%;
  }
  .bannerProgressBar,
  .bannerVideoButtons {
    flex: unset;
  }
  .bannerProgressBar {
    width: 0;
    transition: width 1s ease-in-out;
  }
  .bannerVideoButtons {
    text-align: center;
    width: 100%;
    transition: width 1s ease-in-out;
  }
  .group .videoActiveControl {
    background-color: #000;
    /* HTML 5 progress bar */
    left: unset;
    width: 85px;
    transition: width 1s ease-in-out;
    box-sizing: content-box;
    /* Youtube and Vimeo progress bar */
  }
  .group .videoActiveControl:not(.player__visible) input[type='range'] {
    width: 0px;
    margin: 0px;
  }
  .group .videoActiveControl:hover {
    background-color: #000;
    width: 92%;
    /* HTML 5 progress bar */
    /* Youtube and Vimeo progress bar */
  }
  .group .videoActiveControl:hover .bannerProgressBar {
    width: 90%;
  }
  .group .videoActiveControl:hover .bannerVideoButtons {
    width: 10%;
  }
  .group .videoActiveControl:hover progress:hover {
    cursor: pointer;
  }
  .group .videoActiveControl:hover input[type='range'] {
    overflow: hidden;
    width: 95%;
    height: 8px;
    margin: 0 10px;
    border-radius: 21px;
    -webkit-appearance: none;
    background-color: #2f2f2f;
    vertical-align: middle;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }
  .group .videoControlActive-fullscreen {
    display: none;
  }
  /* Module: S */
  .group .footer-top--nav,
  .group .footer-top {
    display: flex;
  }
  .group .footer {
    padding: 0;
  }
  .group .footer-top--nav {
    align-self: unset;
  }
  .group .footer-top {
    padding-bottom: 0;
    flex-direction: row;
  }
  .group .footer-top-container {
    flex-direction: row;
    margin-left: 0;
    justify-content: flex-end;
    flex-basis: auto;
  }
  .group .footer__logo-bar {
    box-sizing: content-box;
    max-width: 90rem;
    padding: 2.5625rem 1.875rem 3.875rem 1.4375rem;
    justify-content: flex-start;
  }
  .group .footer-container,
  .group .footer__logo-bar {
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
  .group .footer-container {
    box-sizing: content-box;
    max-width: 90rem;
    padding-bottom: 0rem;
  }
  .group .footer-container-wrapper {
    display: block;
  }
  .group .nav-list--container {
    text-align: left;
    max-width: 11.75rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
  }
  .group .nav-list--container li {
    padding: 0;
  }
  .group .nav-list--container:first-child {
    padding-left: 1.25rem;
  }
  /* Module: S */
  .group .header.header--sticky {
    position: fixed;
  }
  .group .header-main {
    background-color: transparent;
    min-height: 4.6875rem;
    align-items: stretch;
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
  .group .header-main.Active {
    background-color: transparent;
  }
  .group .header .header-main-wrapper {
    background-color: transparent;
    position: relative;
  }
  .group .header:hover .header-main-wrapper {
    background-color: #f1ede6;
    position: relative;
  }
  .group .header-nav-sub-wrapper {
    position: absolute;
    bottom: 0;
    width: auto;
    left: auto;
    right: 6.4%;
    transform: translateY(100%);
    flex-direction: row;
    max-height: 999em;
    height: auto;
    background-color: #fff;
    margin: 0;
    z-index: 1;
  }
  .group .header__nav-sub {
    display: none;
    flex-wrap: wrap;
    transition: all 0.2s ease;
    width: 100%;
    padding: 2.8125rem 2.5rem;
    flex-direction: row;
    max-height: 999em;
    height: 0;
    background-color: #f8f6f2;
    margin: 0;
    z-index: 1;
  }
  .group .header__nav-sub:after {
    content: '';
    flex: auto;
  }
  .group .header__nav-item--active .header__nav-sub {
    padding-top: 0;
    padding-bottom: 0;
    padding: 2.8125rem;
  }
  .group .header__nav-item {
    flex-basis: auto;
    border-bottom: 0;
    min-width: 130px;
    max-width: 130px;
    margin-left: 0;
    border-bottom: 0.125rem solid transparent;
  }
  .group .header__nav-sub-item {
    padding-left: 0rem;
    margin-right: 3.333336%;
    margin-bottom: 0.6rem;
    width: 30%;
    align-self: center;
  }
  .group .header__nav-item--with-subs .header__nav-link {
    position: static;
    padding-right: 0;
    width: 100%;
    word-break: break-word;
  }
  .group .header__nav-link-wrapper {
    height: auto;
    width: 100%;
    height: auto;
  }
  .group .header__nav-link {
    font-size: 1rem;
    line-height: 1.1875;
    text-transform: capitalize;
    color: #fff;
    padding: 3.3125rem 0 2.1875rem 0;
  }
  .group .header:hover .header__nav-link,
  .group .header--sticky .header__nav-link {
    color: #000;
  }
  .group .header__nav-item:hover {
    background-color: #fff;
    border-bottom: 2px solid #000;
  }
  .group .header__nav-item:hover,
  .group .header__nav-sub-link:hover {
    cursor: pointer;
  }
  .group .header__nav-sub-item:hover {
    cursor: default;
  }
  .group .header__nav-item:hover .header__nav-sub {
    height: auto;
    overflow: visible;
    display: flex;
  }
  .group .header__nav-item:hover .header__nav-sub-item .header__nav-link-wrapper {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  .group .header__nav-item:hover .header-nav-sub-wrapper {
    height: 100%;
  }
  .group .header__nav-item:hover > .header__nav-link-wrapper::before,
  .group .header__nav-sub-item:hover .header__nav-link-wrapper::before {
    content: unset;
    width: 100%;
    height: 0.125rem;
    background-color: #454545;
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  .group .header__nav-sub-link:hover {
    border-bottom: 2px solid #454545;
  }
  .group .header__nav-sub-link {
    line-height: 1.5333;
    text-align: left;
    width: auto;
    border-bottom: 2px solid #f8f6f2;
  }
  .group .header__nav-link {
    font-weight: 400;
    text-align: center;
  }
  .group .header__nav-link:hover,
  .group .header__nav-sub-link:hover {
    font-weight: 400;
  }
  /* Module: S */
  .tile-three__container-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1ede6;
    padding: 1.75rem 0rem 1.75rem 0rem;
    padding-left: 6.4%;
    padding-right: 6.4%;
  }
  .tile-three__tile:last-child {
    border-right: 0px solid #2f2f2f;
  }
  .tile-three__tile-title {
    font-size: 32px;
  }
  /* Module: S */
  /**
*   HEADER
*   0.0 Header
*   1.0. Header Utilities
*   2.0. Header Logo
*   3.0. Header Search
*   4.0. Header Nav
**/
  .header--sticky + .main {
    padding-top: 7.5625rem;
  }
  /**
* 1.0. Header Utilities
**/
  .header__utilities {
    background-color: #f1ede6;
    padding: 0.75rem 1.875rem;
    box-sizing: border-box;
  }
  .header__utilities--mobile-hidden {
    display: flex;
  }
  .header__utilities-list {
    flex-direction: row;
    flex-basis: auto;
  }
  .header__utilities-list-item {
    padding-left: 2.5rem;
    padding-bottom: 0;
  }
  .header-main {
    background-color: #f8f6f2;
    min-height: 4.6875rem;
    align-items: stretch;
    position: static;
  }
  .header-main-wrapper {
    background-color: #f8f6f2;
    position: relative;
  }
  .header-main--hidden {
    display: none;
  }
  /**
* 2.0. Header Logo
**/
  .header__logo {
    max-width: 10.5625rem;
    max-height: 1.625rem;
  }
  _:-ms-fullscreen .header__logo, :root .header__logo {
    width: 10.5625rem;
    margin: 0;
  }
  /**
* 3.0. Header Search
**/
  .header__search-toggler {
    margin-left: 2.125rem;
    width: 1.375rem;
  }
  /**
* 4.0. Header Nav
**/
  .header-nav-wrapper {
    position: static;
    bottom: auto;
    left: auto;
    transform: none;
    height: auto;
    background-color: transparent;
    min-height: 0;
    padding: 0;
    z-index: 1;
  }
  .header__nav {
    align-self: stretch;
    flex-wrap: nowrap;
    width: 100%;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav-sub-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    transform: translateY(100%);
    flex-direction: row;
    max-height: 999em;
    height: auto;
    background-color: #fff;
    margin: 0;
    z-index: 1;
  }
  .header__nav-sub {
    display: flex;
    transition: all .2s ease;
    width: 100%;
    padding: 0 5rem;
    flex-direction: row;
    max-height: 999em;
    height: 0;
    background-color: #fff;
    margin: 0;
    z-index: 1;
  }
  .header__nav-item--active .header__nav-sub {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header__nav-toggler {
    display: none;
  }
  .header__nav-item {
    flex-basis: auto;
    border-bottom: 0;
    margin-left: 2rem;
    padding: 0;
  }
  .header__nav-sub-item {
    padding-left: 2.5rem;
  }
  _:-ms-fullscreen .header__nav-sub-item, :root .header__nav-sub-item {
    float: right;
  }
  .header__nav-item--with-subs .header__nav-link {
    position: static;
    padding-right: 0;
    width: 100%;
  }
  .header__nav-item--with-subs .header__nav-arrow {
    display: none;
  }
  .header__nav-link-wrapper {
    height: 100%;
  }
  _:-ms-fullscreen .header__nav-link-wrapper, :root .header__nav-link-wrapper {
    height: 4.6875rem;
  }
  .header__nav-link {
    font-size: 1rem;
    line-height: 1.1875;
    text-transform: uppercase;
    padding: 0;
  }
  .header__nav-item:hover,
  .header__nav-sub-item:hover {
    cursor: pointer;
  }
  .header__nav-item:hover .header__nav-sub {
    height: auto;
    overflow: visible;
  }
  .header__nav-item:hover .header__nav-sub-item .header__nav-link-wrapper {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
  .header__nav-item:hover > .header__nav-link-wrapper::before,
  .header__nav-sub-item:hover .header__nav-link-wrapper::before {
    content: '';
    width: 100%;
    height: 0.125rem;
    background-color: #454545;
    display: inline-block;
    position: absolute;
    bottom: 0;
  }
  .header__nav-sub-link {
    line-height: 1.5333;
  }
  .header__nav-sub-link,
  .header__nav-sub-link:visited,
  .header__nav-sub-link:active {
    color: #4b4b4b;
  }
  .header__nav-item--utility {
    display: none;
  }
  .header__nav-link,
  .header__nav-sub-link {
    font-weight: 400;
  }
  .header__nav-link:hover,
  .header__nav-sub-link:hover {
    font-weight: 400;
  }
  .header__utilities-wrapper {
    background-color: #f1ede6;
  }
  .header__search-panel-wrapper {
    background-color: #f8f6f2;
  }
  .header__search-panel {
    box-sizing: border-box;
    transition: none;
    padding: 1.625rem 1.75rem 1.3125rem 2rem;
    max-height: 5rem;
    overflow: visible;
    display: none;
  }
  .header__search-panel--active {
    display: block;
  }
  .header__search-form {
    height: 1.75rem;
  }
  /* Module: S */
  .hero-banner__container {
    flex-direction: row;
    display: flex;
  }
  .hero-banner__text {
    margin-top: 6.8125rem;
    max-width: 32.875rem;
    margin-left: 6.1875rem;
  }
  .hero-banner__title {
    font-size: 3.5625rem;
    line-height: 1.11;
    margin-bottom: 4.75rem;
    margin-top: 0;
  }
  .hero-banner__author {
    padding-left: 0.3125rem;
    font-size: 1.0625rem;
    line-height: 1.59;
  }
  .hero-banner__image-container .pinterest__wrapper {
    display: none;
  }
  .hero-banner__image-container:hover .pinterest__wrapper {
    display: inherit;
  }
  /* Module: S */
  .image-carousel__element-image--pic {
    height: 27.3125rem;
  }
  .image-carousel__element .pinterest__wrapper {
    display: none;
  }
  .image-carousel__element:hover .pinterest__wrapper {
    display: inherit;
  }
  /* Module: S */
  .image-grid-wrapper.image-grid-wrapper--borderless .imagegrid__col-box {
    padding-left: 1.1875rem;
    padding-right: 1.3125rem;
  }
  .imagegrid {
    margin-bottom: 0.9375rem;
  }
  .imagegrid .pinterest__wrapper {
    display: none;
    padding: 0.9375rem;
  }
  .imagegrid__col:hover .pinterest__wrapper {
    display: inherit;
  }
  .imagegrid--50-50 .imagegrid__col:nth-child(2) {
    margin-left: 1.25rem;
  }
  .imagegrid--30-70 .imagegrid__col:nth-child(2) {
    margin-left: 2.9375rem;
  }
  .imagegrid--70-30 .imagegrid__col:nth-child(2) {
    margin-left: 2.5625rem;
  }
  .imagegrid__col-box {
    margin: 0 auto;
    padding-top: 1.3125rem;
    padding-left: 2.125rem;
    padding-right: 2.25rem;
  }
  .imagegrid__col-box__title {
    font-size: 1.25rem;
    line-height: 1.45;
  }
  .imagegrid--30-70 .imagegrid__picture {
    height: 30.625rem;
  }
  .imagegrid--70-30 .imagegrid__picture,
  .imagegrid--50-50 .imagegrid__picture {
    height: 26.5rem;
  }
  .imagegrid--100 .imagegrid__picture {
    height: 38.8125rem;
  }
  .imagegrid__picture {
    padding: 0.9375rem;
  }
  .imagegrid__link {
    padding: 0.9375rem;
  }
  .imagegrid__link .imagegrid__picture {
    padding: 0;
  }
  .imagegrid .lightbox__overlay .button--icon-plus {
    background-image: inherit;
  }
  _:-ms-fullscreen .imagegrid--100::after,
  :root .imagegrid--100::after {
    top: 39.75rem;
    height: 0.9375rem;
  }
  /* Module: S */
  .image-masonry-grid__grid-list {
    margin: 0 -1.25rem;
  }
  .image-masonry-grid__picture {
    padding: 1.25rem;
  }
  .project-masonry-grid__link {
    top: 1.25rem;
    left: 1.25rem;
    right: 1.25rem;
    bottom: 1.25rem;
  }
  .project-masonry-grid .project-listing-grid__details {
    margin: -1.25rem;
    left: 4rem;
    right: 4rem;
  }
  .project-masonry-grid__item {
    padding: 1.25rem;
    width: 33.33%;
  }
  .project-masonry-grid__details-list {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    right: 3rem;
  }
  .project-masonry-grid__details-item {
    padding: 0.125rem 0 0 2.8125rem;
  }
  .project-masonry-grid__details-item::after {
    top: 0;
    width: 1.75rem;
    height: 1.75rem;
  }
  .project-masonry-grid__picture {
    padding: 0;
  }
  /* Module: S */
  .image-text__image-wrapper {
    border: 0.9375rem solid #f0ece3;
  }
  .image-text__text h3 {
    margin-top: 1.6875rem;
  }
  .image-text__text blockquote {
    font-size: 2.0625rem;
    line-height: 2.625rem;
  }
  .image-text__text--left {
    padding-right: 7.875rem;
  }
  .image-text__text--right {
    padding-left: 7.875rem;
  }
  /* Module: S */
  .lightbox__overlay {
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.34);
    color: rgba(0, 0, 0, 0.34);
    justify-content: center;
  }
  .lightbox__overlay .button--icon-plus {
    font-size: inherit;
    border: 0.0625rem solid #fff;
    padding: 0.625rem 1.90625rem;
    background-color: inherit;
    background-image: none;
    width: inherit;
    height: inherit;
    background-image: none;
  }
  .lightbox__overlay .button--icon-plus:hover {
    background-color: #fff;
  }
  .css-lightbox--hover .pinterest__wrapper {
    display: none;
  }
  .css-lightbox--hover:hover .lightbox__overlay {
    visibility: visible;
  }
  .css-lightbox--hover:hover .pinterest__wrapper {
    display: inherit;
  }
  .lightbox__overlay--column-centered-desktop {
    margin: 0 auto;
    text-align: center;
  }
  .lightbox__slides {
    max-width: 105rem;
    width: 100%;
  }
  .lightbox__slide-bottom {
    padding: 1.8125rem 0rem;
  }
  .lightbox__prev {
    left: 3.75rem;
  }
  .lightbox__next {
    right: 3.75rem;
  }
  .lightbox__prev,
  .lightbox__next {
    top: 35%;
  }
  .lightbox__slide {
    max-width: 73.5625rem;
    margin: 0 auto;
  }
  .lightbox__slide [data-lightbox] {
    height: calc(100vh - 6.75rem - 5.8125rem);
  }
  .lightbox__dots {
    display: none;
  }
  /* Module: S */
  .loader {
    position: absolute;
    border: 1rem solid #d0d0d0;
    border-top: 1rem solid #bab7ae;
    width: 7.5rem;
    height: 7.5rem;
    left: calc(50% - 3.75rem);
    top: 10%;
  }
  .loading-enabled--fixed .loader {
    position: fixed;
    top: calc(50% - 3.75rem);
  }
  .search-results-grid--loading-enabled .loader {
    left: calc(50% + 13.0625rem - 3.75rem);
  }
  .search-results-grid--loading-enabled.search-results-grid--wide .loader {
    left: calc(50% + 9.375rem - 3.75rem);
  }
  .search-results-grid--loading-enabled-progress .loader-progress {
    display: block;
  }
  /* Module: S */
  .modal-gated--two-column {
    width: 50rem;
  }
  .modal-gated--two-column .modal__guts-container {
    flex-direction: row;
    display: flex;
    justify-content: space-between;
  }
  .modal-gated--two-column .modal__thumbnail-wrapper,
  .modal-gated--two-column .matrixform__wrapper-50-50 {
    flex-basis: 45%;
    width: 45%;
  }
  .modal,
  .modal__guts {
    height: auto;
  }
  _:-ms-fullscreen .modal,
  _:-ms-fullscreen .modal__guts,
  :root .modal,
  :root .modal__guts {
    height: 100%;
  }
  /* Module: S */
  .project-details__item {
    width: 33.33%;
  }
  .project-details__item:nth-child(2n+1) {
    clear: none;
  }
  .project-details__item:nth-child(3n+1) {
    clear: left;
  }
  /* Module: S */
  .project-listing-grid {
    margin: 0 -1.5rem 0.75rem;
  }
  .project-listing-grid__link {
    padding: 1.5rem;
  }
  .project-listing-grid__details {
    bottom: 4rem;
    left: 4rem;
    right: 4rem;
  }
  .project-listing-grid__item {
    flex: 0 1 60%;
  }
  .project-listing-grid__item:nth-child(4n), .project-listing-grid__item:nth-child(4n+1) {
    flex: 0 1 40%;
  }
  .project-listing-grid__picture {
    max-height: 32.5rem;
    min-height: 20rem;
  }
  /* Module: S */
  .project-profile-grid__item {
    flex: 0 0 25%;
  }
  .project-profile-grid__link {
    padding: 0 1.875rem;
  }
  .project-profile-grid__picture {
    width: 14.375rem;
    height: 12.5rem;
    margin: 0 auto 1.25rem auto;
  }
  .project-profile-grid .column-grid__element-button {
    font-size: 0.875rem;
  }
  /* Module: S */
  .search-filters__list-item--dropdown {
    flex-basis: 13.75rem;
    margin: 0.625rem 0.71875rem;
  }
  .search-filters__checkbox-label-dropdown {
    font-size: 0.875rem;
    line-height: 1.2143;
    padding: 0.875rem 3.125rem 0.8125rem 1.25rem;
  }
  .search-filters__checkbox-label-dropdown::after {
    right: 1.1875rem;
  }
  .search-filters__list--inline {
    margin: -0.625rem -0.71875rem;
  }
  .search-filters__list-options {
    padding: 0 1.5625rem 1.125rem 1.5625rem;
  }
  .search-filters__checkbox-label--dropdown {
    font-size: 0.875rem;
    line-height: 1.9285;
    padding-left: 1.8125rem;
  }
  .search-filters__checkbox-label::before {
    top: 0.3125rem;
  }
  .search-filters__submit.button {
    font-size: 0.875rem;
    line-height: 1.2143;
    margin-top: 1.625rem;
  }
  /* Module: S */
  .search-input-form--big {
    max-width: 74.5rem;
  }
  .search-input__title {
    padding-top: 5.75rem;
    padding-bottom: 3.625rem;
  }
  /* Module: S */
  .search-results-grid {
    flex-wrap: nowrap;
  }
  .search-results-grid__results-list-item {
    flex-basis: calc(25% - 1.125rem);
  }
  .search-input-wrapper {
    margin-bottom: 1.53125rem;
  }
  _:-ms-fullscreen .search-results-grid__results-list-item:not(.search-results-grid__results-list-item--featured),
  :root .search-results-grid__results-list-item:not(.search-results-grid__results-list-item--featured) {
    flex-basis: calc(25% - 1.25rem);
  }
  _:-ms-fullscreen .search-results-grid--one-three .search-results-grid__results-list-item,
  _:-ms-fullscreen .search-results-grid--two-three .search-results-grid__results-list-item,
  :root .search-results-grid--one-three .search-results-grid__results-list-item,
  :root .search-results-grid--two-three .search-results-grid__results-list-item {
    flex-basis: calc(33.3333% - 1.25rem);
  }
  _:-ms-fullscreen .search-results-grid__results-list-item--featured,
  :root .search-results-grid__results-list-item--featured {
    flex-basis: 17.5rem;
  }
  .search-results-grid__results-list-item--featured {
    flex-basis: 17.5rem;
    margin: 1.09375rem 0.75rem;
  }
  .search-results-grid__results-item-thumb-wrapper {
    height: 9.25rem;
  }
  .search-results-grid__results-item-thumb-wrapper--featured {
    height: 14.8125rem;
  }
  .search-results-grid__results-item-label {
    font-size: 0.9375rem;
    line-height: 1.3333;
    padding: 0.8375rem 0.625rem 1rem 0.625rem;
  }
  .search-results-grid__results-item-label--featured {
    padding: 1.0625rem 0 0 0;
  }
  .search-results-grid__results-list--featured {
    margin: -1.09375rem -0.75rem;
  }
  .search-results-grid--featured {
    padding-top: 2.8125rem;
  }
  .search-results-content-wrapper .search-results-grid-row {
    flex-direction: row;
  }
  .search-results-grid-dropdown__header-label {
    display: none;
  }
  .search-results-grid-dropdown {
    background-color: transparent;
    margin-top: 0;
  }
  .search-results-grid-filters-wrapper {
    min-width: 26.125rem;
    flex-basis: 26.125rem;
  }
  .search-results-grid--one-three .search-results-grid-filters-wrapper,
  .search-results-grid--one-four .search-results-grid-filters-wrapper,
  .search-results-grid--two-three .search-results-grid-filters-wrapper,
  .search-results-grid--two-four .search-results-grid-filters-wrapper {
    min-width: 18.75rem;
    flex-basis: 18.75rem;
  }
  .search-results-grid--one-three .search-results-content-wrapper,
  .search-results-grid--one-four .search-results-content-wrapper,
  .search-results-grid--two-three .search-results-content-wrapper,
  .search-results-grid--two-four .search-results-content-wrapper {
    min-width: 49.125rem;
    flex-basis: 49.125rem;
  }
  .search-results-grid--one-three .search-results-grid__results-item-label,
  .search-results-grid--one-four .search-results-grid__results-item-label,
  .search-results-grid--two-three .search-results-grid__results-item-label,
  .search-results-grid--two-four .search-results-grid__results-item-label {
    padding: 1.2125rem 3.0625rem 1.3125rem 2.1875rem;
  }
  .search-results-grid--one-three .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--one-four .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--two-three .search-results-grid__results-item-thumb-wrapper,
  .search-results-grid--two-four .search-results-grid__results-item-thumb-wrapper {
    height: 12.975rem;
  }
  .search-results-content-wrapper {
    min-width: 41.75rem;
    flex-basis: 41.75rem;
  }
  .search-results-grid-dropdown__header-checkbox:checked + .search-results-grid-dropdown__header-label + .search-results-grid-dropdown-content {
    padding: 0;
  }
  .search-results-grid__heading {
    padding-right: 1.875rem;
  }
  .search-results-grid-dropdown-content {
    max-height: 9999em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .search-results-grid-dropdown-content .search-input-form {
    padding-top: 2rem;
    max-width: 16.25rem;
    margin-left: 0;
    margin-right: 0;
    flex-basis: auto;
  }
  .search-results-grid-dropdown-content .search-filters__list-wrapper {
    flex-basis: auto;
    margin: 0;
    padding-bottom: 1.53125rem;
    border-bottom: 0.0625rem solid #d0d0d0;
    margin-right: 3rem;
  }
  .search-results-grid-dropdown-content .search-filters__list-wrapper:last-child {
    border: 0;
  }
  .search-results-grid-dropdown-content .search-results-grid__heading-sub,
  .search-results-grid-dropdown-content .search-filters__list {
    padding-left: 0;
  }
  .search-results-grid-dropdown-content .search-filters__list-wrapper:last-child .search-filters__list {
    padding-bottom: 0;
  }
  .search-results-grid-dropdown-content .search-filters__list-wrapper .search-filters__list {
    padding-bottom: 0;
  }
  .search-results-grid-dropdown-content .search-input__field {
    font-size: 1rem;
    line-height: 1.1875;
    padding-top: 0.875rem;
    padding-bottom: 1.0625rem;
  }
  .search-results-grid-dropdown-content .search-filters__checkbox-label {
    font-size: 1rem;
    line-height: 1.75;
  }
  .search-results-grid-dropdown-content .search-filters__list-sub {
    padding-left: 1.25rem;
    padding-top: 0.375rem;
    max-height: 9999em;
  }
  .search-results-grid-dropdown-content .search-filters__list > .search-filters__list-item > .search-filters__checkbox-label:not(.search-filters__checkbox-label--nochildren) {
    position: static;
    width: auto;
  }
  .search-results-grid-dropdown-content .search-filters__list > .search-filters__list-item > .search-filters__checkbox-label:not(.search-filters__checkbox-label--nochildren)::after {
    display: none;
  }
  .search-results-grid__heading-sub {
    padding-top: 1.53125rem;
  }
  .search-results-grid-filters-wrapper + .search-results-content-wrapper {
    margin-top: 0;
  }
  .search-results-grid__show-more {
    padding: 0.625rem 1.25rem 0.6875rem 1.3125rem;
  }
  .search-results-grid:not(.search-results-grid--featured) {
    align-items: flex-start;
  }
  /* Module: S */
  .content-header-wrapper .share-strip-container {
    flex-basis: 30%;
  }
  /* Module: S */
  .side-nav-dropdown__header-label {
    display: none;
  }
  .side-nav-dropdown {
    background-color: transparent;
    margin-top: 0;
    display: block;
  }
  .side-nav-dropdown__header-checkbox:checked + .side-nav-dropdown__header-label + .side-nav-dropdown-content {
    padding: 0;
  }
  .side-nav-dropdown-content {
    max-height: 9999em;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }
  .side-nav-wrapper {
    padding-top: 3.75rem;
  }
  .side-nav__element-link:hover,
  .side-nav__element-link--current,
  .side-nav__element-link--sub:hover,
  .side-nav__element-link--current-sub {
    color: #000;
    text-decoration: none;
  }
  /* Module: S */
  .tabs__tab:checked + .tabs__label {
    color: #000;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-left: 0.0625rem solid #c9c2b1;
    border-right: 0.0625rem solid #c9c2b1;
    border-top: 0.0625rem solid #c9c2b1;
    border-bottom: 0;
  }
  .tabs__tab:first-of-type:not(:last-of-type) + .tabs__label {
    margin-left: 1rem;
  }
  .tabs__tab-content {
    padding: 1.25rem;
    background-color: transparent;
  }
  .tabs__container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .tabs__label {
    text-align: center;
    flex-grow: 0;
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    color: #888888;
    display: block;
    border-left: 0;
    border-right: 0;
    border-top: 0.0625rem solid #fff;
    border-bottom: 0.0625rem solid #c9c2b1;
    overflow: visible;
    transition: .3s background-color ease, .3s box-shadow ease;
    max-height: none;
  }
  .tabs__tab:checked + .tabs__label--expandable::after,
  .tabs.open .tabs__label--expandable:first-of-type::after {
    display: none;
  }
  .tabs__label:hover {
    background-color: #f0ece3;
  }
  .tabs__liner {
    width: 100%;
    border-bottom: 0.0625rem solid #c7c0b4;
    margin-top: -0.0625rem;
  }
  .tabs::after,
  .expander {
    display: none;
  }
  .tabs.open .tabs__label {
    width: auto;
  }
  .tabs:not(.open) .tabs__tab:checked + .tabs__label {
    border-bottom: 0.0625rem solid #fff;
  }
  .grid__col .pinterest__wrapper {
    display: none;
  }
  .grid__col:hover .pinterest__wrapper {
    display: inherit;
  }
  .dimensions-grid__list-item {
    flex-basis: calc((100% / 4) - 2.5rem);
  }
  .dimensions-grid__image {
    max-height: 14.125rem;
  }
  /* Module: S */
  /* Module: S */
  .zip-generator-utils--sticky {
    padding-left: 0;
    padding-right: 0;
  }
  .zip-generator__run-btn {
    padding: 0.75rem 1.6875rem 0.875rem 1.75rem;
  }
}

@media (min-width: 125em) {
  /* Module: S */
  .group .banner-container-wrapper {
    height: 90vh;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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