.noDesktop {
  display: none !important;
}

@media only screen and (max-width: 1100px) {
  .noDesktop {
    display: block !important;
  }
  .noLaptop {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) {
  .noDesktop, .noLaptop {
    display: block !important;
  }
  .noBigTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .noDesktop, .noLaptop, .noBigTablet {
    display: block !important;
  }
  .noTablet {
    display: none !important;
  }
}
@media only screen and (max-width: 650px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet {
    display: block !important;
  }
  .noBigPhone {
    display: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .noDesktop, .noLaptop, .noBigTablet, .noTablet, .noBigPhone {
    display: block !important;
  }
  .noPhone {
    display: none !important;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */
/* Safari, Chrome and Opera > 12.1 */
/* Internet Explorer */
/* Opera < 12.1 */
/*Set Sizes */
body {
  font-size: 62.5%;
}

p, ul, ol, table {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
  margin-bottom: 1.2em;
  color: #707070;
}
@media (max-width: 722.2222222222px) {
  p, ul, ol, table {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  p, ul, ol, table {
    font-size: 15px;
  }
}
p strong, ul strong, ol strong, table strong {
  font-weight: 500;
}

p {
  margin-bottom: 1.1em;
}

a {
  color: #707070;
  text-decoration: none;
  transition: all 0.5s ease;
}

sup {
  font-size: 0.5em !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", "Times", "Georgia", serif;
  font-weight: 400;
  margin-bottom: 0.8em;
  line-height: 1.2em;
  color: #49587a;
  text-align: center;
  width: 100%;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 700;
}
h1.magenta, h2.magenta, h3.magenta, h4.magenta, h5.magenta, h6.magenta {
  color: #eb1a74;
}
h1.green, h2.green, h3.green, h4.green, h5.green, h6.green {
  color: #93c53d;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue {
  color: #007ac1;
}
h1.yellow, h2.yellow, h3.yellow, h4.yellow, h5.yellow, h6.yellow {
  color: #fcd623;
}
h1.purple, h2.purple, h3.purple, h4.purple, h5.purple, h6.purple {
  color: #9685c5;
}

h1 {
  font-size: 0px;
  font-size: 5vw;
}
@media (max-width: 640px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 0px;
  font-size: 3.8vw;
}
@media (max-width: 736.8421052632px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 947.3684210526px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 0px;
  font-size: 3.4vw;
}
@media (max-width: 705.8823529412px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 941.1764705882px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 0px;
  font-size: 3vw;
}
@media (max-width: 666.6666666667px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 933.3333333333px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 0px;
  font-size: 2.6vw;
}
@media (max-width: 692.3076923077px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 923.0769230769px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 0px;
  font-size: 2.2vw;
}
@media (max-width: 727.2727272727px) {
  h6 {
    font-size: 16px;
  }
}
@media (min-width: 909.0909090909px) {
  h6 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 350px) {
  /*h1 {
  	font-size: 2.25em;
  }*/
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
  float: left;
  width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

.clearit {
  height: 0px;
  overflow: hidden;
  clear: both;
  width: 100%;
  display: block;
}

.page {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  scroll-behavior: smooth;
  background-color: #f8f6ec;
}

body.dormant,
html.dormant {
  overflow: hidden;
}

.page {
  z-index: 2;
}
.page:after {
  content: "";
  display: table;
  clear: both;
}

.page, .section {
  width: 100%;
  float: left;
}

.pageContent {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.section {
  overflow: hidden;
}

img {
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  width: calc(100% - 96px);
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  clear: both;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.wrapper#mainWrapper {
  z-index: 2;
}
.wrapper#mainWrapper > * {
  z-index: 2;
}
.wrapper#mainWrapper:before, .wrapper#mainWrapper:after {
  position: absolute;
  left: 18px;
  top: calc(5em + 18px);
  right: 18px;
  bottom: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  content: "";
  background-color: #FFFFFF;
  z-index: 1;
  content: "";
  display: block;
  box-sizing: border-box;
}
.wrapper#mainWrapper:after {
  left: 0;
  top: 5em;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: solid white 1px;
}

.pageContent {
  padding-top: calc(7vw + 50px);
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.bg > a {
  display: block;
  float: left;
  width: 100%;
}
.bg span {
  float: left;
  width: 100%;
  display: block;
}

.widthInd {
  display: none;
}

p, ul, ol, table, blockquote {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
}
@media (max-width: 722.2222222222px) {
  p, ul, ol, table, blockquote {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  p, ul, ol, table, blockquote {
    font-size: 15px;
  }
}
p strong, ul strong, ol strong, table strong, blockquote strong {
  font-weight: 500;
}

img {
  display: block;
}

@media only screen and (max-width: 900px) {
  .wrapper {
    width: calc(100% - 36px);
  }
}
@media only screen and (max-width: 650px) {
  .wrapper#mainWrapper {
    background-color: #FFFFFF;
  }
  .wrapper#mainWrapper > * {
    z-index: 2;
  }
  .wrapper#mainWrapper:before, .wrapper#mainWrapper:after {
    display: none;
  }
  .wrapper#mainWrapper:after {
    display: none;
  }
} /*$bigPhone { ends*/
@media only screen and (max-width: 450px) {
  .wrapper {
    padding-left: 0;
  }
}
.logo {
  width: 100%;
  display: block;
  background-image: url("/assets/img/new-stone-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0;
}
.logo.white {
  background-image: url("/assets/img/new-stone-logo.svg");
}
.logo span {
  width: 100%;
  display: block;
  float: left;
  padding-top: 50%;
}
.logo:after {
  content: "";
  display: table;
  clear: both;
  opacity: 0;
}
.logo p {
  opacity: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-size: 1px;
}

.text a {
  color: #007ac1;
  text-decoration: underline;
}

.mainHeading {
  margin-top: calc(2.5% + 18px);
  padding: 36px 36px 0;
  width: 100%;
}
.mainHeading h1 {
  margin: 0;
}
.mainHeading p.breadcrumb {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: #49587a;
}

.quickLinks {
  text-align: center;
}
.quickLinks a.blockLink {
  margin: 0.75em;
}

img.leftTop {
  -o-object-position: top left;
     object-position: top left;
}
img.centerTop {
  -o-object-position: top center;
     object-position: top center;
}
img.rightTop {
  -o-object-position: top right;
     object-position: top right;
}
img.leftCentre {
  -o-object-position: center left;
     object-position: center left;
}
img.centreCentre {
  -o-object-position: center center;
     object-position: center center;
}
img.rightCentre {
  -o-object-position: center right;
     object-position: center right;
}
img.leftBottom {
  -o-object-position: bottom left;
     object-position: bottom left;
}
img.centreBottom {
  -o-object-position: bottom center;
     object-position: bottom center;
}
img.rightBottom {
  -o-object-position: bottom right;
     object-position: bottom right;
}

.imageHolder {
  width: 100%;
}
.imageHolder span {
  display: block;
  width: 100%;
  padding-top: 100%;
  z-index: 1;
}
.imageHolder.leftTop img {
  -o-object-position: top left;
     object-position: top left;
}
.imageHolder.centerTop img {
  -o-object-position: top center;
     object-position: top center;
}
.imageHolder.rightTop img {
  -o-object-position: top right;
     object-position: top right;
}
.imageHolder.leftCentre img {
  -o-object-position: center left;
     object-position: center left;
}
.imageHolder.centreCentre img {
  -o-object-position: center center;
     object-position: center center;
}
.imageHolder.rightCentre img {
  -o-object-position: center right;
     object-position: center right;
}
.imageHolder.leftBottom img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.imageHolder.centreBottom img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.imageHolder.rightBottom img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.imageHolder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.imageHolder .frame, .imageHolder a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.imageHolder .missingImage {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  background-color: rgb(248.4230769231, 248.4230769231, 248.0769230769);
}

.crownDivider {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  width: 100%;
}
.crownDivider .divider {
  width: 75%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  overflow: hidden;
}
.crownDivider .crown {
  padding: 12px;
}
.crownDivider .crown:before, .crownDivider .crown:after {
  display: block;
  content: "";
  width: 100vw;
  position: absolute;
  top: 50%;
  bottom: auto;
  border-top: solid 1px #49587a;
}
.crownDivider .crown:before {
  right: 100%;
}
.crownDivider .crown:after {
  left: 100%;
}
.crownDivider .crown img {
  display: block;
  max-width: 36px;
}

p.blockLink a {
  text-decoration: none;
  color: #FFFFFF;
}

a.blockLink,
.blockLink {
  background-color: #49587a;
  padding: 12px 22px;
  border-radius: 4px;
  display: inline-block;
  font-family: "Cardo", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0px;
  font-size: 1.8vw;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 722.2222222222px) {
  a.blockLink,
  .blockLink {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  a.blockLink,
  .blockLink {
    font-size: 15px;
  }
}

.quickTel, .quickTel a {
  color: #49587a;
}

.button,
.propIcon {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: auto;
}
@media (max-width: 722.2222222222px) {
  .button,
  .propIcon {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .button,
  .propIcon {
    font-size: 15px;
  }
}
.button strong,
.propIcon strong {
  font-weight: 500;
}
.button > span, .button p,
.propIcon > span,
.propIcon p {
  font-size: 1.2rem;
  font-size: 1.25vw;
  line-height: 1.2em;
  padding: 7.5% 18px;
  padding-right: 8px;
  width: 85%;
  text-align: center;
  margin: 0;
}
@media (max-width: 56rem) {
  .button > span, .button p,
  .propIcon > span,
  .propIcon p {
    font-size: 0.7rem;
  }
}
@media (min-width: 88rem) {
  .button > span, .button p,
  .propIcon > span,
  .propIcon p {
    font-size: 1.1rem;
  }
}
.button .icon,
.propIcon .icon {
  width: 15%;
  margin-right: 12px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.button .icon span,
.propIcon .icon span {
  width: 100%;
  padding-top: 100%;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.button .icon.measure,
.propIcon .icon.measure {
  background-image: url(../img/measuring-tape.svg);
}
.button .icon.samples,
.propIcon .icon.samples {
  background-image: url(../img/samples.svg);
}
.button .icon.inspiration,
.propIcon .icon.inspiration {
  background-image: url(../img/inspiration.svg);
}

.divider .wrapper {
  max-width: 900px;
  overflow: hidden;
}
.divider .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.divider .image {
  width: 15%;
  max-width: 100px;
}
.divider .image img {
  z-index: 2;
}
.divider .image:before, .divider .image:after {
  z-index: 1;
  display: block;
  content: "";
  width: 100vw;
  border-top: solid 1px rgba(127, 127, 127, 0.5);
  position: absolute;
  left: 88%;
  top: 45%;
  right: auto;
  bottom: auto;
}
.divider .image:before {
  left: auto;
  right: 88%;
}

.socials {
  width: auto;
  list-style-type: none;
}
.socials li {
  width: 28px;
  height: 28px;
  display: inline-block;
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
  z-index: 1;
  transition: all 0.5s ease;
}
.socials:hover li span {
  opacity: 1;
}
.socials a {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f6ec;
  transition: all 0.5s ease;
}
.socials a p {
  opacity: 0;
  font-size: 1px;
}
.socials a span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-position: center center;
  background-size: 55% 55%;
  background-repeat: no-repeat;
}
.socials a span.connect {
  background-image: url(../img/socials/connect.svg);
}
.socials a span.fb {
  background-image: url(../img/socials/facebook.svg);
}
.socials a span.tw {
  background-image: url(../img/socials/twitter.svg);
}
.socials a span.wp {
  background-image: url(../img/socials/wordpress.svg);
}
.socials a span.pt {
  background-image: url(../img/socials/pinterest.svg);
}
.socials a span.ig {
  background-image: url(../img/socials/instagram.svg);
}

.videoHolder {
  position: relative;
}
.videoHolder .proportioner {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.videoHolder iframe, .videoHolder .videoHolder object, .videoHolder .videoHolder embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headline {
  text-align: center;
  padding-bottom: 36px;
}
.headline * {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7f7f7f;
  padding: 24px;
  margin: 0 auto;
}

@media only screen and (max-width: 450px) {
  .sideBar {
    display: none;
  }
  .manufacturerLogos {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1500px) {
  .sideBar {
    width: calc((100vw - 1400px) / 3 - 18px);
  }
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  transition: background-color 350ms ease;
}

header {
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: #f8f6ec;
  overflow: visible;
  padding-top: 8px;
}
header .section {
  overflow: visible;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  width: 100%;
}

.menuLeft,
.menuRight {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.menuLeft *,
.menuRight * {
  color: #49587a;
}
.menuLeft > div + div,
.menuRight > div + div {
  margin-left: calc(12px + 1vw);
}
.menuLeft > div,
.menuRight > div {
  padding: calc(12px + 0.5vw) 0;
  font-family: "Cardo", "Times", "Georgia", serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
}
@media (max-width: 722.2222222222px) {
  .menuLeft > div,
  .menuRight > div {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .menuLeft > div,
  .menuRight > div {
    font-size: 15px;
  }
}
.menuLeft > div *,
.menuRight > div * {
  color: #49587a;
  font-size: 0px;
  font-size: 2.2vw;
}
@media (max-width: 727.2727272727px) {
  .menuLeft > div *,
  .menuRight > div * {
    font-size: 16px;
  }
}
@media (min-width: 909.0909090909px) {
  .menuLeft > div *,
  .menuRight > div * {
    font-size: 20px;
  }
}

.logoHolder {
  width: 25%;
  max-width: 250px;
  min-width: 160px;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media only screen and (max-width: 650px) {
  .menuLeft span,
  .menuRight span {
    display: none;
  }
} /*$bigPhone ends*/
.menuHandle {
  font-family: "Cardo", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  font-size: 0px;
  font-size: 1.8vw;
  cursor: pointer;
  color: #49587a;
  display: inline-block;
  padding: 8px 12px;
  margin-right: 0;
  margin-left: auto;
  transition: all 0.5s ease;
  /* Icon 1 */
}
@media (max-width: 722.2222222222px) {
  .menuHandle {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .menuHandle {
    font-size: 15px;
  }
}
.menuHandle .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: center;
}
.menuHandle .indicator {
  width: 20px;
  height: 15px;
  margin-left: 9px;
  cursor: pointer;
}
.menuHandle .indicator span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #49587a;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.menuHandle .indicator span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
.menuHandle .indicator span:nth-child(2) {
  top: calc(50% - 1px);
  transform-origin: left center;
}
.menuHandle .indicator span:nth-child(3) {
  top: auto;
  bottom: 0;
  transform-origin: left center;
}

.menuOverlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: calc(100vw + 60px);
  left: -30px;
  height: 100vh;
  overflow: scroll;
  z-index: 100;
  transition: all 0.5s ease;
  background-color: #49587a;
  background-image: linear-gradient(to bottom, #49587a, rgb(53.9076923077, 64.9846153846, 90.0923076923));
  opacity: 0;
  pointer-events: none;
}
.menuOverlay .logo {
  width: 30%;
  max-width: 240px;
  min-width: 120px;
  margin-bottom: 36px;
}
.menuOverlay .flexer {
  min-height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.menuOverlay .menuHandle .indicator span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: left top;
}
.menuOverlay .menuHandle .indicator span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.menuOverlay .menuHandle .indicator span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
.menuOverlay .menuHandle {
  display: inline-block;
  opacity: 1;
  z-index: 10;
}
.menuOverlay .menuHandle .indicator span {
  background-color: #FFFFFF;
}
.menuOverlay .menuHandle.corner {
  position: absolute;
  left: auto;
  top: 12px;
  right: 40px;
  bottom: auto;
  display: inline-block;
  margin-right: auto;
}
.menuOverlay .menuHandle.inline {
  margin-top: 24px;
  font-family: "Cardo", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0px;
  font-size: 1.8vw;
  color: #FFFFFF;
  margin-right: auto;
}
@media (max-width: 722.2222222222px) {
  .menuOverlay .menuHandle.inline {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .menuOverlay .menuHandle.inline {
    font-size: 15px;
  }
}
.menuOverlay nav {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  z-index: 2;
}
.menuOverlay .mainNav {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 140px);
  max-width: 800px;
  margin-bottom: 0;
}
.menuOverlay .mainNav li {
  width: calc(50% - 9px);
  text-align: center;
}
.menuOverlay .mainNav a {
  color: #FFFFFF;
  width: 100%;
  display: inline-block;
  padding: 18px 12px;
  font-family: "Cardo", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-size: 0px;
  font-size: 1.8vw;
  text-align: center;
  transition: all 0.5s ease;
  z-index: 2;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
@media (max-width: 722.2222222222px) {
  .menuOverlay .mainNav a {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .menuOverlay .mainNav a {
    font-size: 15px;
  }
}
.menuOverlay .backer {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  -o-object-fit: cover;
     object-fit: cover;
}

.menuOverlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 1001;
}
.menuOverlay.active ul {
  transform: translateY(0%);
  transition: all 0.5s ease;
}

@media only screen and (max-width: 650px) {
  .menuOverlay .mainNav li {
    width: 100%;
  }
} /*$bigPhone ends*/
.wrapper#mainWrapper .pageHeading {
  z-index: 3;
}

.pageHeading {
  z-index: 3;
  background-color: #49587a;
  width: 80%;
  margin: auto;
  padding: clamp(16px, 3vw, 36px) clamp(24px, 3vw, 48px);
}
.pageHeading h1, .pageHeading h2, .pageHeading h3, .pageHeading h4, .pageHeading h5, .pageHeading h6 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.pageHeading h1 + h2 {
  margin-top: 1.2em;
}
.pageHeading h2 {
  font-size: 0px;
  font-size: 2.6vw;
}
@media (max-width: 692.3076923077px) {
  .pageHeading h2 {
    font-size: 18px;
  }
}
@media (min-width: 923.0769230769px) {
  .pageHeading h2 {
    font-size: 24px;
  }
}

.headWrap {
  order: 2;
}

.headerImage {
  width: 100%;
  height: 40vw;
  max-height: 550px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 0;
}
.headerImage img {
  mix-blend-mode: overlay;
  filter: saturate(0);
  opacity: 0.25;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.headerImage:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
  background-image: linear-gradient(to top, #f8f6ec, rgba(248, 246, 236, 0));
}

.pageContent #mainWrapper + img.headerImage {
  margin-bottom: calc(-50px - 2vw);
}

.wrapper#mainWrapper {
  order: 2;
}

@media only screen and (max-width: 650px) {
  .pageHeading {
    width: 100%;
    margin: auto;
    padding: 24px;
  }
} /*$bigPhone ends*/
.pageContent.hasBanner {
  /*
  .wrapper#mainWrapper { 
      &:before, &:after {
          top: calc(17em + 18px);
      }
      &:after {
          top: 17em;
      }
  }
  */
}

.pageHeading + .bannerHolder {
  margin-top: calc(-7em - 2vw);
}

.bannerHolder {
  width: 100%;
  margin: auto;
}
.bannerHolder .bannerTrack .banner {
  height: calc(40vw + 100px);
  max-height: 650px;
}
.bannerHolder .bannerTrack .banner img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.banner img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner img.mobileBanner {
  display: none;
}
.banner.leftTop img {
  -o-object-position: left top;
     object-position: left top;
}
.banner.centerTop img {
  -o-object-position: center top;
     object-position: center top;
}
.banner.rightTop img {
  -o-object-position: right top;
     object-position: right top;
}
.banner.leftCentre img {
  -o-object-position: left center;
     object-position: left center;
}
.banner.centreCentre img {
  -o-object-position: center center;
     object-position: center center;
}
.banner.rightCentre img {
  -o-object-position: right center;
     object-position: right center;
}
.banner.leftBottom img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.banner.centerBottom img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.banner.rightBottom img {
  -o-object-position: right bottom;
     object-position: right bottom;
}

@media only screen and (max-width: 650px) {
  .banner img {
    display: none;
  }
  .banner img.mobileBanner {
    display: block;
  }
  .banner.noMobile img {
    display: block;
  }
  .pageHeading + .bannerHolder {
    margin-top: 0;
  }
} /*$bigPhone ends*/
.bannerHolder + .introPoints {
  z-index: 3;
}

.wrapper#mainWrapper > .intro {
  overflow: visible;
  z-index: 3;
}

.introPoints.block + .manufacturers {
  margin-top: calc(0px - (calc(24px + 3vw)));
}

.pageHeading + .introPoints.block {
  margin-top: calc(24px + 3vw);
}
.pageHeading + .introPoints.block .keyPointsHolder {
  margin-top: 0;
}

.introPoints.block {
  padding-top: 0px;
  overflow: visible;
  z-index: 3;
}
.introPoints.block .text {
  text-align: center;
}
.introPoints.block .keyPointsHolder {
  margin-top: -100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: calc(12px + 1.5vw);
}
.introPoints.block .keyPoint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 30%;
  margin: 1.5%;
  margin-top: 0;
  margin-bottom: 3%;
  padding: 12px;
  border: solid 1px #f8f6ec !important;
}
.introPoints.block .keyPoint .pointHolder {
  background-color: #f8f6ec;
  padding: 18px;
  width: 100%;
}
.introPoints.block .keyPoint .pointHolder h6 {
  margin: 0;
}
.introPoints.block .keyPoint .pointHolder img {
  display: none;
}
.introPoints.block .keyPoint stilt, .introPoints.block .keyPoint .stilt {
  display: block;
  width: 1px;
  padding-top: 75%;
}
.introPoints.block .keyPoint .titleHolder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .introPoints.block .keyPoint {
    width: 45%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .introPoints.block {
    padding-top: calc(24px + 2vw);
  }
  .introPoints.block .keyPointsHolder {
    margin-top: 0px;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .introPoints.block .keyPointsHolder {
    margin-bottom: 24px;
  }
  .introPoints.block .keyPoint {
    width: 100%;
  }
} /*$phone ends*/
.cc-banner.cc-bottom {
  z-index: 99999;
}

footer {
  background-color: #49587a;
  z-index: 5;
}
footer .footBar {
  padding: 18px 0;
}
footer .footBar * {
  color: #FFFFFF;
}
footer .footBar .wrapper > .flexer {
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .footBar address {
  font-style: normal;
  width: 400px;
  padding-right: 36px;
}
footer .footBar address ul {
  list-style: none;
}
footer .footBar address ul.postal {
  /*li {
      display: inline-block;
      margin-right: 0.25em;
      &:after {
          content:', ';
      }
  }
  li:last-child {
      margin-right: 0;
      &:after {
          display: none;
      }
  }
  li:first-child {
      width: 100%;
      margin-right: 0;
      &:after {
          display: none;
      }
  }*/
}
footer .footBar .socials {
  margin-left: auto;
  margin-right: 0;
}
footer .footBar .opening {
  font-style: normal;
  width: 250px;
  padding-right: 36px;
}
footer .footBar .opening ul {
  list-style-type: none;
}
footer .footBar .footLinks {
  width: auto;
  min-width: 300px;
}
footer .footBar .footLinks ul {
  -moz-column-count: 3;
       column-count: 3;
  list-style-type: none;
}
footer .footBar .footLinks ul li {
  width: auto;
}
footer .footBar .footLinks ul li a {
  display: inline-block;
  padding: 0 12px 9px 0px;
}

.acgCredit img {
  width: 150px;
}
.acgCredit p {
  font-size: 11px;
  font-size: 1.25vw;
}
@media (max-width: 800px) {
  .acgCredit p {
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  .acgCredit p {
    font-size: 12px;
  }
}

.smallLinks {
  padding-top: 12px;
}
.smallLinks .wrapper > .flexer {
  justify-content: space-between;
  flex-wrap: wrap;
}
.smallLinks ul {
  margin-bottom: 0;
}
.smallLinks .footLinks ul {
  padding: 9px 0;
}
.smallLinks .footLinks ul li {
  display: inline-block;
  width: auto;
  padding: 0 18px 9px 0px;
}
.smallLinks ul.socials {
  left: -9px;
}
.smallLinks ul.socials li {
  margin-left: 9px;
  margin-bottom: 9px;
}

.copyright, .kingCredit {
  padding-top: 12px;
}
.copyright .wrapper > .flexer, .kingCredit .wrapper > .flexer {
  justify-content: space-between;
  flex-wrap: wrap;
}
.copyright p, .copyright a, .kingCredit p, .kingCredit a {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.25vw;
}
@media (max-width: 800px) {
  .copyright p, .copyright a, .kingCredit p, .kingCredit a {
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  .copyright p, .copyright a, .kingCredit p, .kingCredit a {
    font-size: 12px;
  }
}

.kingCredit {
  opacity: 0.5;
  padding: 24px 0;
}

@media only screen and (max-width: 700px) {
  footer .wrapper > .flexer .opening {
    min-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  footer .wrapper > .flexer address, footer .wrapper > .flexer opening, footer .wrapper > .flexer .footLinks1 {
    min-width: 300px;
    flex-grow: 1;
  }
  footer .wrapper > .flexer .footLinks ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media only screen and (max-width: 450px) {
  footer .wrapper > .flexer address, footer .wrapper > .flexer opening, footer .wrapper > .flexer .footLinks1 {
    min-width: 300px;
    flex-grow: 1;
  }
}
.pageContent + .productsMenu {
  margin-top: calc(48px + 6vw);
  margin-left: 0;
  width: 100%;
}

#mainWrapper .productsMenu {
  width: calc(100% + 18px);
}

.productsMenu {
  margin-top: 36px;
  margin-left: -9px;
  display: block;
  order: 4;
  width: 100%;
}
.productsMenu .wrapper {
  z-index: 2;
}
.productsMenu .productTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  padding-bottom: 36px;
  width: 100%;
}
.productsMenu .productTrack .slick-list {
  width: 100%;
  padding-bottom: 52px;
}
.productsMenu .productTrack .slick-dots {
  margin-top: 0;
}
.productsMenu .productTrack.section.slick-slider {
  overflow: visible;
}
.productsMenu .productRange {
  text-align: center;
  width: 25%;
  overflow: visible;
  padding: 9px;
}
.productsMenu .productRange a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  border: solid 1px #49587a;
}
.productsMenu .productRange a .stilt, .productsMenu .productRange a .stilt {
  display: block;
  padding-top: 100%;
}
.productsMenu .productRange a .text {
  background-color: #49587a;
  margin: 0 auto;
  width: calc(100% - 36px);
  display: block;
  color: #FFFFFF;
  align-self: flex-end;
  text-align: center;
  padding: 12px 18px;
  font-family: "Cardo", "Times", "Georgia", serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  margin-bottom: -1.5em;
}
@media (max-width: 722.2222222222px) {
  .productsMenu .productRange a .text {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .productsMenu .productRange a .text {
    font-size: 15px;
  }
}
.productsMenu .productRange img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  pointer-events: none;
}
.productsMenu .productRange .text {
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.productsMenu .productRange .text a {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  display: flex;
  padding: 48px 18px;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.productsMenu .productRange .text a h4, .productsMenu .productRange .text a h5, .productsMenu .productRange .text a h6, .productsMenu .productRange .text a p {
  color: #FFFFFF;
}
.productsMenu .productRange .text a h4, .productsMenu .productRange .text a h5, .productsMenu .productRange .text a h6 {
  margin-bottom: 0px;
}
.productsMenu .productRange .text + a p {
  margin: 12px 0;
  color: #FFFFFF;
}
.productsMenu .productRange stilt, .productsMenu .productRange .stilt {
  display: block;
  padding-top: 100%;
}

@media only screen and (max-width: 768px) {
  .productsMenu .productRange {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 450px) {
  .productsMenu .productRange {
    width: 50%;
  }
}
.block + .showRoom.inline {
  padding-top: 0;
}

.mapHolder #map {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.showRoom.inline h3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.showRoom.inline .flexer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: stretch;
}
.showRoom.inline .inlinePoints,
.showRoom.inline .gallery {
  width: calc(50% - 12px);
}
.showRoom.inline .inlinePoints {
  background-color: #ECECEB;
  order: 2;
  padding: 36px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.showRoom.inline .inlinePoints .keyPoint {
  padding: 24px;
  border-bottom: solid 1px #d6d1cb;
}
.showRoom.inline .inlinePoints .keyPoint:last-child {
  border-bottom: 0;
}
.showRoom.inline .inlinePoints .keyPoint * {
  text-align: left;
}
.showRoom.inline .inlinePoints .keyPoint *:last-child {
  margin-bottom: 0;
}
.showRoom.inline .gallery {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}
.showRoom.inline .gallery .mainImage {
  width: 100%;
  flex-grow: 1;
}
.showRoom.inline .gallery .mainImage img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.showRoom.inline .gallery .imageGallery {
  padding: 0;
}
.showRoom.inline .gallery .imageGallery .thumbs {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .showRoom.inline .flexer {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
  }
  .showRoom.inline .inlinePoints,
  .showRoom.inline .gallery {
    width: 100%;
  }
  .showRoom.inline .gallery .mainImage {
    width: 100%;
    flex-grow: 1;
    padding-top: 66%;
  }
  .showRoom.inline .gallery .mainImage img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .showRoom.inline .gallery .imageGallery {
    padding: 0;
  }
  .showRoom.inline .gallery .imageGallery.grid4 .thumbs .image {
    width: 25%;
  }
  .showRoom.inline .gallery .imageGallery .thumbs {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.text {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.textImage {
  overflow: hidden;
  width: 100%;
  display: block;
}
.textImage .text * {
  text-align: left;
}
.textImage .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  padding: 0;
}
.textImage .flexer:after {
  display: none;
}
.textImage .flexer .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.textImage .flexer .text * {
  text-align: left;
}
.textImage .image a.imgLink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
.textImage .image img {
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textImage .image .blockHead {
  display: none;
}
.textImage .text {
  width: 50%;
  padding-left: 36px;
}
.textImage .text h1, .textImage .text h2, .textImage .text h3, .textImage .text h4, .textImage .text h5, .textImage .text h6 {
  text-align: left;
}
.textImage .text * {
  max-width: 900px;
}
.textImage .text *:last-child {
  margin-bottom: 0;
}
.textImage .image {
  width: 50%;
}
.textImage figure {
  margin-bottom: 1.5em;
}

.textImage.alignCentre .flexer {
  align-items: center;
}

.textImage.alignBottom .flexer {
  align-items: flex-end;
}

.textImage.textOverlap .text {
  margin-top: calc(24px + 3vw);
  z-index: 2;
  transform: translateX(calc(24px + 3vw));
}
.textImage.textOverlap .image {
  margin-bottom: calc(24px + 3vw);
  transform: translateX(calc(0px - calc(24px + 3vw)));
}

.textImage.beige .text {
  background-color: #ECECEB;
  padding: calc(24px + 3vw);
}

.textImage.white .text {
  background-color: #FFFFFF;
  padding: calc(24px + 3vw);
}

.textImage.brown .text {
  background-color: #49587a;
  padding: calc(24px + 3vw);
}
.textImage.brown .text * {
  color: #FFFFFF;
}
.textImage.brown .text .blockLink {
  background-color: #FFFFFF;
  color: #49587a;
}

.textImage.brown.imageLeft .text:before {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  top: 0;
  right: 100%;
  bottom: 0;
  height: 100%;
  width: calc(100% - 36px);
  background-color: #49587a;
}

.textImage.blue.imageRight .text:before {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  height: 100%;
  width: calc(100% - 36px);
  background-color: #d6d1cb;
}

.textImage.imageRight .text {
  padding-right: 48px;
}

.textImage.imageLeft .image {
  order: 1;
}
.textImage.imageLeft .text {
  order: 2;
  padding-left: 48px;
}

.textImage.imageFit .flexer {
  align-items: center;
  padding: 0;
}
.textImage.imageFit .flexer .text {
  padding-top: 36px;
  padding-bottom: 36px;
}
.textImage.imageFit .image {
  min-height: 33vw;
  align-self: stretch;
}
.textImage.imageFit .image img {
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.textImage.imageFit.imageLeft .image img {
  right: 0;
  left: auto;
}

.textImage.textWrap .text {
  width: 100%;
  padding: 0;
}
.textImage.textWrap .text .image {
  width: calc(50% + 24px);
  display: inline-block;
  float: right;
  padding-left: 24px;
  padding-bottom: 24px;
  margin-left: 24px;
}

.textWrap.imageLeft .text .image {
  display: inline-block;
  float: left;
  padding-bottom: 24px;
  padding-right: 24px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 24px;
}

.textImage.textThird .text {
  width: 33%;
}
.textImage.textThird .image {
  width: 66%;
}

.textImage.textTwoThird .text {
  width: 66%;
}
.textImage.textTwoThird .image {
  width: 33%;
}

@media only screen and (max-width: 700px) {
  .textImage .text, .textImage .image, .textImage .textContent .image, .textImage.imageFit .image img, .textImage.textWrap .text .image {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .textImage.textOverlap .text {
    width: calc(100% - (calc(24px + 3vw)));
    margin-top: 0;
    z-index: 2;
    transform: translateX(0);
    margin-left: 0;
    margin-right: auto;
  }
  .textImage.textOverlap .image {
    width: calc(100% - (calc(24px + 3vw)));
    margin-top: calc(0px - calc(24px + 3vw));
    transform: translateX(0);
    margin-left: auto;
    margin-right: 0;
  }
  .textImage.imageLeft .text,
  .textImage.imageRight .text {
    padding: 0 0 24px 0;
  }
  .textImage.imageLeft .blockHead,
  .textImage.imageRight .blockHead {
    display: block;
  }
  .textImage.imageLeft .blockHead.inline,
  .textImage.imageRight .blockHead.inline {
    display: none;
  }
  .textImage.textImage.textWrap .text {
    padding-top: 0;
  }
  .textImage.imageFit .wrapper {
    padding: 0;
  }
  .textImage.imageFit .text {
    padding: 24px;
  }
  .textImage.imageFit .image {
    width: 100vw;
  }
  .textImage.imageFit .blockHead {
    display: block;
  }
  .textImage.imageFit .blockHead.inline {
    display: none;
  }
  .textImage.brown .text,
  .textImage.brown.imageLeft .text {
    padding: calc(24px + 3vw);
  }
  .textImage.brown .text:before,
  .textImage.brown.imageLeft .text:before {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(110% + 36px);
  }
  .textImage.brown .text,
  .textImage.brown.imageRight .text {
    padding: calc(24px + 3vw);
  }
  .textImage.brown .text:before,
  .textImage.brown.imageRight .text:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(100% + 36px);
  }
  .textImage.beige .text,
  .textImage.beige.imageLeft .text {
    padding: calc(24px + 3vw);
  }
  .textImage.beige .text:before,
  .textImage.beige.imageLeft .text:before {
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    height: calc(110% + 36px);
  }
  .textImage.beige .text,
  .textImage.beige.imageRight .text {
    padding: calc(24px + 3vw);
  }
  .textImage.beige .text:before,
  .textImage.beige.imageRight .text:before {
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: calc(100% + 36px);
  }
}
.textImage.collections.imageLeft > .wrapper > .text,
.textImage.collections.imageRight > .wrapper > .text,
.textImage.collections > .wrapper > .text {
  text-align: center;
  width: 100%;
}
.textImage.collections.imageLeft > .wrapper > .text h1, .textImage.collections.imageLeft > .wrapper > .text h2, .textImage.collections.imageLeft > .wrapper > .text h3, .textImage.collections.imageLeft > .wrapper > .text h4, .textImage.collections.imageLeft > .wrapper > .text h5, .textImage.collections.imageLeft > .wrapper > .text h6,
.textImage.collections.imageRight > .wrapper > .text h1,
.textImage.collections.imageRight > .wrapper > .text h2,
.textImage.collections.imageRight > .wrapper > .text h3,
.textImage.collections.imageRight > .wrapper > .text h4,
.textImage.collections.imageRight > .wrapper > .text h5,
.textImage.collections.imageRight > .wrapper > .text h6,
.textImage.collections > .wrapper > .text h1,
.textImage.collections > .wrapper > .text h2,
.textImage.collections > .wrapper > .text h3,
.textImage.collections > .wrapper > .text h4,
.textImage.collections > .wrapper > .text h5,
.textImage.collections > .wrapper > .text h6 {
  text-align: center;
}
.textImage.collections.imageLeft > .wrapper > .text *,
.textImage.collections.imageRight > .wrapper > .text *,
.textImage.collections > .wrapper > .text * {
  margin-right: auto;
  margin-left: auto;
}
.textImage.collections.imageLeft .flexer.collection + .flexer.collection,
.textImage.collections.imageLeft .flexer:last-child,
.textImage.collections.imageRight .flexer.collection + .flexer.collection,
.textImage.collections.imageRight .flexer:last-child,
.textImage.collections .flexer.collection + .flexer.collection,
.textImage.collections .flexer:last-child {
  border-top: solid 1px rgba(127, 127, 127, 0.5);
}
.textImage.collections.imageLeft .flexer,
.textImage.collections.imageRight .flexer,
.textImage.collections .flexer {
  padding-top: calc(3vw + 12px);
  padding-bottom: calc(3vw + 12px);
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.textImage.collections.imageLeft .flexer .text,
.textImage.collections.imageRight .flexer .text,
.textImage.collections .flexer .text {
  padding-bottom: 0;
  margin: 0;
}
.textImage.collections.imageLeft .flexer .text *,
.textImage.collections.imageRight .flexer .text *,
.textImage.collections .flexer .text * {
  text-align: left;
}
.textImage.collections.imageLeft .flexer .text *:last-child,
.textImage.collections.imageRight .flexer .text *:last-child,
.textImage.collections .flexer .text *:last-child {
  margin-bottom: 0;
}
.textImage.collections.imageLeft.logoImages .image,
.textImage.collections.imageRight.logoImages .image,
.textImage.collections.logoImages .image {
  width: 50%;
  max-width: 375px;
  text-align: right;
  transition: all 0.5s ease;
}
.textImage.collections.imageLeft.logoImages img,
.textImage.collections.imageRight.logoImages img,
.textImage.collections.logoImages img {
  width: 100%;
  height: 10vw;
  max-height: 120px;
  transition: all 0.5s ease;
  max-width: 375px;
  -o-object-fit: contain;
     object-fit: contain;
}
.textImage.collections.imageLeft.logoImages.imageRight .image,
.textImage.collections.imageRight.logoImages.imageRight .image,
.textImage.collections.logoImages.imageRight .image {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .textImage.collections .flexer .image,
  .textImage.collections.logoImages .flexer .image {
    width: 30%;
  }
  .textImage.collections .flexer .image img,
  .textImage.collections.logoImages .flexer .image img {
    height: auto;
    max-width: 350px;
  }
  .textImage.collections .flexer .text,
  .textImage.collections.logoImages .flexer .text {
    width: 70%;
  }
}
@media only screen and (max-width: 700px) {
  .textImage.collections .flexer,
  .textImage.collections.logoImages .flexer {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .textImage.collections .flexer .image,
  .textImage.collections.logoImages .flexer .image {
    width: 100%;
    padding-bottom: 18px;
    text-align: center;
  }
  .textImage.collections .flexer .image img,
  .textImage.collections.logoImages .flexer .image img {
    margin-left: auto;
    margin-right: auto;
  }
  .textImage.collections .flexer .text,
  .textImage.collections.logoImages .flexer .text {
    width: 100%;
    text-align: center;
  }
}
.text {
  max-width: 800px;
  margin-left: auto;
  margin-left: auto;
}
.text * {
  text-align: center;
}
.text li {
  text-align: left;
}
.text .positioner *:last-child {
  margin-bottom: 0;
}

.textOnly {
  padding: calc(24px + 2.5vw) 0;
}
.textOnly .text *:last-child, .textOnly .text .positioner *:last-child {
  margin-bottom: 0;
}
.textOnly .quickLinks {
  margin-top: 18px;
}

.textOnly.centred .text * {
  text-align: center;
}
.textOnly.centred .text li {
  text-align: left;
}
.textOnly.centred h1, .textOnly.centred h2, .textOnly.centred h3, .textOnly.centred h4, .textOnly.centred h5, .textOnly.centred h6 {
  text-align: center;
  width: 100%;
  display: inline-block;
}

.textImage.textOnly h4.blockHead {
  margin: 0;
}
.textImage.textOnly .flexer {
  padding-top: 0;
}
.textImage.textOnly .text {
  width: 100%;
  padding: 0;
}
.textImage.textOnly .text h1, .textImage.textOnly .text h2, .textImage.textOnly .text h3, .textImage.textOnly .text h4, .textImage.textOnly .text h5, .textImage.textOnly .text h6 {
  width: 100%;
  display: inline-block;
}
.textImage.textOnly .columns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  padding-top: 24px;
  width: 100%;
}
.textImage.textOnly .columns .textColumn {
  border-right: solid 1px #f8f6ec;
  padding: 0 24px;
  padding-bottom: 0;
  width: 100%;
}
.textImage.textOnly .columns .textColumn:first-child {
  padding-left: 0;
}
.textImage.textOnly .columns .textColumn:last-child {
  border: 0;
  padding-right: 0;
}
.textImage.textOnly .columns.colCount2 .textColumn {
  width: 50%;
}
.textImage.textOnly .columns.colCount3 .textColumn {
  width: 33.3333333333%;
}

.textImage.textOnly.blue * {
  color: #FFFFFF;
}
.textImage.textOnly.blue .textColumn {
  border-color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
  .textImage.textOnly .columns {
    flex-wrap: wrap;
  }
  .textImage.textOnly .columns.colCount2 .textColumn {
    width: 50%;
  }
  .textImage.textOnly .columns.colCount3 .textColumn {
    width: 50%;
  }
  .textImage.textOnly .columns.colCount3 .textColumn:nth-child(2) {
    border: 0;
  }
}
@media only screen and (max-width: 700px) {
  .textImage.textOnly {
    padding-left: 24px;
    padding-right: 24px;
  }
  .textImage.textOnly .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .textImage.textOnly .columns {
    flex-wrap: wrap;
    padding: 24px;
  }
  .textImage.textOnly .columns,
  .textImage.textOnly .columns.colCount2,
  .textImage.textOnly .columns.colCount3 {
    padding-left: 0;
    padding-right: 0;
  }
  .textImage.textOnly .columns .textColumn,
  .textImage.textOnly .columns.colCount2 .textColumn,
  .textImage.textOnly .columns.colCount3 .textColumn {
    width: 100%;
    border: 0;
    padding: 0;
  }
}
.textIntro {
  padding: calc(24px + 2.5vw) 0;
}

.floorTypes {
  text-align: center;
}
.floorTypes .types {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  padding-left: 36px;
  padding-right: 36px;
}
.floorTypes .types + .text {
  margin-top: 24px;
}
.floorTypes .floorType {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: stretch;
  transition: all 0.5s ease;
  transition-duration: 0.25s;
  margin-bottom: 24px;
  width: calc(33% - 24px);
  margin: 12px;
  border: solid 1px #ECECEB;
}
.floorTypes .floorType .image {
  width: 100%;
  transition: all 0.5s ease;
}
.floorTypes .floorType .image .imageHolder, .floorTypes .floorType .image a {
  height: 100%;
}
.floorTypes .floorType .typeTitle {
  width: 100%;
  flex-grow: 1;
  padding: 24px;
  padding-bottom: 0px;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  text-align: center;
}
.floorTypes .floorType .typeTitle p:first-child {
  margin-bottom: 0.5em;
}
.floorTypes .floorType .typeTitle * {
  transition: all 0.5s ease;
  transition-duration: 0.25s;
}
.floorTypes .floorType .typeTitle *::last-child {
  margin-bottom: 0;
}
.floorTypes .quickLinks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .floorTypes .floorType {
    min-width: 450px;
  }
}
.benefitsTables {
  text-align: center;
  overflow: visible;
}
.benefitsTables > .wrapper:first-child {
  border: solid 1px #d6d1cb;
  padding: calc(12px + 2vw);
  text-align: center;
  max-width: 950px;
}
.benefitsTables .text {
  text-align: center;
}
.benefitsTables .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.benefitsTables .quickLinks {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  z-index: 2;
  overflow: visible;
}
.benefitsTables .quickLinks a.blockLink {
  margin: 1.5em 0.75em;
  margin-top: -1.25em;
}
.benefitsTables .benefitTable:nth-child(even) .tableHead:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  right: auto;
  bottom: 12px;
  width: 1px;
  border-right: solid 1px #FFFFFF;
}
.benefitsTables .benefitTable {
  width: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  text-align: left;
}
.benefitsTables .benefitTable .tableHead,
.benefitsTables .benefitTable .tableBody {
  padding: 24px;
  width: 100%;
}
.benefitsTables .benefitTable .tableHead {
  background-color: #f8f6ec;
}
.benefitsTables .benefitTable .tableHead h6 {
  text-align: left;
  color: #FFFFFF;
  margin-bottom: 0;
}
.benefitsTables .benefitTable .tableBody {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 18px;
  flex-grow: 1;
}
.benefitsTables .benefitTable .tableBody ul {
  list-style-type: none;
  margin-bottom: 0;
}
.benefitsTables .benefitTable .tableBody li {
  padding-left: 1.75em;
  margin-bottom: 1em;
  border-top: solid 1px rgba(127, 127, 127, 0.5);
  padding-top: 1em;
}
.benefitsTables .benefitTable .tableBody li:first-child {
  border-top: 0;
  padding-top: 0;
}
.benefitsTables .benefitTable .tableBody li:first-child:before {
  top: 0.25em;
}
.benefitsTables .benefitTable .tableBody li:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 1.25em;
  right: auto;
  bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.benefitsTables .benefitTable .tableBody.ticks li:before {
  background-image: url("/assets/img/tick.svg");
}
.benefitsTables .benefitTable .tableBody.crosses li:before {
  background-image: url("/assets/img/cross.svg");
}
.benefitsTables .benefitTable .tableBody.bullets li:before {
  background-color: #d6d1cb;
  transform-origin: center;
  transform: scale(0.5);
}

.productGallery .text,
.imageGallery .text {
  padding-left: calc(24px + 3vw);
  padding-right: calc(24px + 3vw);
}
.productGallery .text + .thumbs,
.imageGallery .text + .thumbs {
  margin-top: calc(24px + 3vw);
}
.productGallery .thumbs,
.imageGallery .thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0px;
}
.productGallery .thumbs .thumbTitle,
.imageGallery .thumbs .thumbTitle {
  padding-top: 12px;
  padding-bottom: 18px;
  margin-bottom: 9px;
}
.productGallery .thumbs h6, .productGallery .thumbs p,
.imageGallery .thumbs h6,
.imageGallery .thumbs p {
  margin-bottom: 0;
  text-align: center;
}

.imageGallery {
  text-align: center;
}
.imageGallery.hasHeader .wrapper .text {
  padding-bottom: 24px;
}
.imageGallery .thumbs {
  justify-content: space-around;
  justify-content: center;
}
.imageGallery .thumbs .image {
  width: 33.3333333333%;
}

.imageGallery.grid3 .thumbs .image {
  width: 33.3333333333%;
}

.imageGallery.grid4 .thumbs .image {
  width: 25%;
}

.imageGallery.grid5 .thumbs .image {
  width: 20%;
}

.imageGallery.grid6 .thumbs .image,
.productGallery.grid6 .thumbs .image {
  width: 16.6666666667%;
}

.imageGallery.grid8 .thumbs .image {
  width: 12.5%;
}

@media only screen and (max-width: 768px) {
  .imageGallery.grid4 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid5 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid6 .thumbs .image {
    width: 25%;
  }
  .imageGallery.grid8 .thumbs .image {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 700px) {
  .imageGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid6 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid8 .thumbs .image {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid6 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid8 .thumbs .image {
    width: 25%;
  }
}
@media only screen and (max-width: 650px) {
  .imageGallery.grid4 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid5 .thumbs .image {
    width: 50%;
  }
  .imageGallery.grid6 .thumbs .image {
    width: 33.3333333333%;
  }
  .imageGallery.grid8 .thumbs .image {
    width: 33.3333333333%;
  }
}
.bannerHolder + .introPoints {
  z-index: 3;
}

.wrapper#mainWrapper > .intro {
  overflow: visible;
  z-index: 3;
}

.introPoints.block + .manufacturers {
  margin-top: calc(0px - (calc(24px + 3vw)));
}

.pageHeading + .introPoints.block {
  margin-top: calc(24px + 3vw);
}
.pageHeading + .introPoints.block .keyPointsHolder {
  margin-top: 0;
}

.introPoints.block {
  padding-top: 0px;
  overflow: visible;
  z-index: 3;
}
.introPoints.block .text {
  text-align: center;
}
.introPoints.block .keyPointsHolder {
  margin-top: -100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  margin-bottom: calc(12px + 1.5vw);
}
.introPoints.block .keyPoint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 30%;
  margin: 1.5%;
  margin-top: 0;
  margin-bottom: 3%;
  padding: 12px;
  border: solid 1px #f8f6ec !important;
}
.introPoints.block .keyPoint .pointHolder {
  background-color: #f8f6ec;
  padding: 18px;
  width: 100%;
}
.introPoints.block .keyPoint .pointHolder h6 {
  margin: 0;
}
.introPoints.block .keyPoint .pointHolder img {
  display: none;
}
.introPoints.block .keyPoint stilt, .introPoints.block .keyPoint .stilt {
  display: block;
  width: 1px;
  padding-top: 75%;
}
.introPoints.block .keyPoint .titleHolder {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .introPoints.block .keyPoint {
    width: 45%;
  }
} /*$tablet ends*/
@media only screen and (max-width: 650px) {
  .introPoints.block {
    padding-top: calc(24px + 2vw);
  }
  .introPoints.block .keyPointsHolder {
    margin-top: 0px;
  }
} /*$bigPhone ends*/
@media only screen and (max-width: 450px) {
  .introPoints.block .keyPointsHolder {
    margin-bottom: 24px;
  }
  .introPoints.block .keyPoint {
    width: 100%;
  }
} /*$phone ends*/
.homeHeading .flexer {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-end;
  justify-content: center;
}

.homepage .pageContent {
  margin-top: 0;
  padding-top: 0;
  z-index: 2;
}
.homepage .pageContent #mainWrapper {
  margin-top: calc(0px - 6em - 3vw);
}
.homepage .intro {
  overflow: visible;
}
.homepage .intro .wrapper {
  padding-top: 0;
  padding-bottom: 200px;
  text-align: center;
}
.homepage .intro .wrapper .text *:last-child {
  margin-bottom: 0;
}
.homepage .intro h1 {
  z-index: 2;
  display: inline-block;
  padding: 12px 36px 24px 36px;
  background-color: #d6d1cb;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-0.5em - 18px);
  float: none;
  line-height: 1em;
}

@media only screen and (max-width: 450px) {
  .homepage .intro .wrapper,
  .homepage .homeHeading .wrapper {
    width: 100%;
  }
}
.homeRanges {
  padding: 0;
  margin-top: -152px;
}
.homeRanges .background {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-color: #f8f6ec;
  pointer-events: none;
  z-index: 1;
}
.homeRanges .background .backer {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  opacity: 0.25;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeProducts .wrapper {
  z-index: 2;
  padding: 0 48px 36px 48px;
}
.homeProducts .slick-prev, .homeProducts .slick-next {
  border-color: #49587a;
}
.homeProducts .productTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.homeProducts .productTrack.section.slick-slider {
  overflow: visible;
}
.homeProducts .productRange {
  text-align: center;
  width: calc(50% - 24px);
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.homeProducts .productRange .homeImage {
  width: 100%;
}
.homeProducts .productRange .homeImage .imageHolder {
  width: 100%;
}
.homeProducts .productRange .text {
  width: 100%;
}
.homeProducts .productRange .text a {
  padding: 0 24px;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.homeProducts .productRange .text a p.quickView {
  color: #49587a;
  margin: 0;
}
.homeProducts .productRange .text a h4 {
  background-color: #d6d1cb;
  margin-bottom: 12px;
  color: #FFFFFF;
  width: auto;
  padding: 12px;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: calc(-0.5em - 12px);
  font-size: 0px;
  font-size: 2.6vw;
}
@media (max-width: 692.3076923077px) {
  .homeProducts .productRange .text a h4 {
    font-size: 18px;
  }
}
@media (min-width: 923.0769230769px) {
  .homeProducts .productRange .text a h4 {
    font-size: 24px;
  }
}
.homeProducts .productRange .text + a p {
  margin: 12px 0;
  color: #FFFFFF;
}

@media only screen and (max-width: 450px) {
  .homeProducts .wrapper {
    z-index: 2;
    padding: 0 0px 36px 0px;
  }
  .homeProducts .productRange {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.homeBanners {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.homeBanners .homeBanner {
  width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.homeBanners .homeBanner img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanners .homeBanner .stilt, .homeBanners .homeBanner .stilt {
  display: block;
  padding-top: 70%;
  min-height: 300px;
}

.textImage + .keyPoints {
  padding-top: 0;
}

.pageContent > .keyPoints .wrapper .keyPointsHolder {
  max-width: calc(100% - 96px);
  margin-left: auto;
  margin-right: auto;
}

.keyPoints.block {
  z-index: 3;
  padding: 36px 0;
  padding-bottom: 1.5vw;
}
.keyPoints.block .wrapper a {
  font-family: "Cardo", "Times", "Georgia", serif;
  font-weight: 400;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
  display: block;
}
.keyPoints.block .text * {
  text-align: center;
}
.keyPoints.block .keyPointsHolder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.keyPoints.block .keyPoint {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 25%;
  margin-bottom: 24px;
  padding: calc(24px + 1vw);
  border-right: solid 1px #49587a;
}
.keyPoints.block .keyPoint:last-child {
  border-right: 0;
}
.keyPoints.block .keyPoint *:last-child {
  margin-bottom: 0;
}
.keyPoints.block .keyPoint .pointHolder {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.keyPoints.block .keyPoint .pointHolder img {
  width: 20%;
  max-width: 50px;
  min-width: 20px;
}
.keyPoints.block .keyPoint .pointHolder h6 {
  margin-top: 1em;
  color: #49587a;
}

@media only screen and (max-width: 900px) {
  .keyPoints.block .keyPoint {
    width: 35%;
  }
  .keyPoints.block .keyPoint:last-child {
    border-right: 0;
  }
  .keyPoints.block .keyPoint:nth-child(2) {
    border-right: 0;
  }
  .keyPoints.block .keyPoint *:last-child {
    margin-bottom: 0;
  }
  .keyPoints.block.count3:last-child {
    border-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .keyPoints.block .keyPoint {
    width: 50%;
  }
  .keyPoints.block .keyPoint:last-child {
    border-right: 0;
  }
  .keyPoints.block .keyPoint:nth-child(2) {
    border-right: 0;
  }
  .keyPoints.block .keyPoint *:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 650px) {
  .keyPoints.block .keyPoint {
    justify-content: center;
    width: 100%;
    border-right: 0;
    margin-bottom: 0;
  }
  .keyPoints.block .keyPoint:last-child {
    border-right: 0;
  }
  .keyPoints.block .keyPoint:nth-child(2) {
    border-right: 0;
  }
  .keyPoints.block .keyPoint *:last-child {
    margin-bottom: 0;
  }
}
.featureImage {
  text-align: center;
}
.featureImage img {
  margin-left: auto;
  margin-right: auto;
}
.featureImage.leftTop .image img {
  -o-object-position: left top;
     object-position: left top;
}
.featureImage.centreTop .image img {
  -o-object-position: center top;
     object-position: center top;
}
.featureImage.rightTop .image img {
  -o-object-position: right top;
     object-position: right top;
}
.featureImage.leftCentre .image img {
  -o-object-position: left centre;
     object-position: left centre;
}
.featureImage.centreCentre .image img {
  -o-object-position: centre centre;
     object-position: centre centre;
}
.featureImage.rightCentre .image img {
  -o-object-position: right centre;
     object-position: right centre;
}
.featureImage.leftBottom .image img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.featureImage.centreBottom .image img {
  -o-object-position: centre bottom;
     object-position: centre bottom;
}
.featureImage.rightBottom .image img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.featureImage.imageFit .wrapper {
  max-width: 100%;
  padding: 0;
}

.featureImage.asBanner .wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featureImage.asBanner .image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.featureImage.asBanner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.featureImage.asBanner.leftTop .image img {
  -o-object-position: top left;
     object-position: top left;
}
.featureImage.asBanner.centreTop .image img {
  -o-object-position: top center;
     object-position: top center;
}
.featureImage.asBanner.rightTop .image img {
  -o-object-position: top right;
     object-position: top right;
}
.featureImage.asBanner.leftCentre .image img {
  -o-object-position: center left;
     object-position: center left;
}
.featureImage.asBanner.centreCentre .image img {
  -o-object-position: center center;
     object-position: center center;
}
.featureImage.asBanner.rightCentre .image img {
  -o-object-position: center right;
     object-position: center right;
}
.featureImage.asBanner.leftBottom .image img {
  -o-object-position: bottom left;
     object-position: bottom left;
}
.featureImage.asBanner.centreBottom .image img {
  -o-object-position: bottom center;
     object-position: bottom center;
}
.featureImage.asBanner.rightBottom .image img {
  -o-object-position: bottom right;
     object-position: bottom right;
}
.featureImage.asBanner stilt, .featureImage.asBanner .stilt {
  width: 10px;
  background-color: red;
  opacity: 0;
  pointer-events: none;
  display: block;
  z-index: 3;
  display: inline-block;
  height: 40vw;
  max-height: 750px;
}

.clearance .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 24px);
}
.clearance .clearanceDeal {
  width: calc(25% - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  border: solid 1px rgba(127, 127, 127, 0.5);
}
.clearance .clearanceDeal .text {
  background-color: #FFFFFF;
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-end;
}
.clearance .clearanceDeal .text *:last-child {
  margin: 0;
}
.clearance .clearanceDeal .text .description {
  padding: 12px;
  margin-bottom: 18px;
  width: 100%;
}
.clearance .clearanceDeal .text .description h5 {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.clearance .clearanceDeal .text .price {
  background-color: #d6d1cb;
  padding: 12px;
}
.clearance .clearanceDeal .text .price h5 {
  margin: 0;
  color: #FFFFFF;
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.clearance .clearanceDeal .text .price h5 span {
  font-size: 0.75em;
  padding-right: 3px;
}
.clearance .clearanceDeal .imageHolder {
  order: 1;
  background-color: #ECECEB;
}
.clearance .clearanceDeal .imageHolder h6 {
  margin-bottom: 100px;
  opacity: 0.5;
}
.clearance .clearanceDeal .price {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: calc(100% + 24px);
  background-color: #D9000D;
  z-index: 3;
}
.clearance .clearanceDeal .price h5, .clearance .clearanceDeal .price h6, .clearance .clearanceDeal .price p {
  text-align: left;
  color: #FFFFFF;
  margin: 0;
}
.clearance .clearanceDeal .reserve {
  order: 3;
  margin-top: auto;
  margin-bottom: 0;
  padding: 18px;
  width: 100%;
  background-color: #49587a;
}
.clearance .clearanceDeal .reserve p, .clearance .clearanceDeal .reserve h6, .clearance .clearanceDeal .reserve a {
  color: #FFFFFF;
  margin: 0;
  text-decoration: none;
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
.clearance .clearanceDeal .reserve span {
  white-space: nowrap;
}

@media only screen and (max-width: 1100px) {
  .clearance .clearanceDeal {
    width: calc(33% - 24px);
  }
}
@media only screen and (max-width: 700px) {
  .clearance .clearanceDeal {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 450px) {
  .clearance .clearanceDeal {
    width: calc(100% - 24px);
  }
}
.teamMembers .flexer {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.teamMembers .member + .member {
  margin-top: 36px;
}
.teamMembers .member {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  background-color: #ECECEB;
  max-width: 850px;
}
.teamMembers .member .text {
  width: 66.66%;
  padding: 24px;
  padding-left: 48px;
  padding-right: 0;
  order: 2;
}
.teamMembers .member .text h5 {
  padding: 12px 12px 12px 18px;
  text-align: left;
  left: -18px;
  color: #FFFFFF;
  width: calc(100% + 18px);
  background-color: #f8f6ec;
}
.teamMembers .member .image {
  width: 33.33%;
  order: 1;
}
.teamMembers .member .image .imageHolder {
  min-height: 100%;
}
.teamMembers .member .image img {
  min-height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.teamMembers .member .description {
  width: 100%;
  padding-right: 24px;
}
.teamMembers .member .description.inline {
  display: none;
}

@media only screen and (max-width: 650px) {
  .teamMembers .flexer {
    justify-content: center;
  }
  .teamMembers .member {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 24px);
    max-width: 80%;
  }
  .teamMembers .member .text {
    width: 100%;
    padding: 0px;
    order: 1;
  }
  .teamMembers .member .text h5 {
    padding: 18px;
    text-align: left;
    left: auto;
    width: 100%;
  }
  .teamMembers .member .text .titleHolder {
    padding: 0px 18px;
  }
  .teamMembers .member .image {
    width: 100%;
    order: 2;
  }
  .teamMembers .member .description {
    width: 100%;
    padding-right: 24px;
    display: none;
  }
  .teamMembers .member .description.inline {
    display: block;
    order: 3;
    padding: 18px;
  }
}
.featureBanner {
  text-align: center;
}
.featureBanner .wrapper {
  background-color: #d6d1cb;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.featureBanner .wrapper .text {
  padding: calc(36px + 4vw) 24px 24px 24px;
  z-index: 3;
}
.featureBanner .wrapper stilt, .featureBanner .wrapper .stilt {
  width: 1px;
  padding-top: 40%;
}
.featureBanner .wrapper * {
  color: #FFFFFF;
}
.featureBanner .image, .featureBanner .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  mix-blend-mode: overlay;
  opacity: 0.25;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
.featureBanner icon {
  width: 25%;
  min-width: 200px;
  display: block;
  position: absolute;
  left: 50%;
  top: calc(24px + 2.5vw);
  right: auto;
  bottom: calc(24px + 2.5vw);
  height: calc(100% - (36px + 5vw));
  transform: translateX(-50%);
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
  mix-blend-mode: screen;
}

.expertBanner .wrapper {
  background-color: #d6d1cb;
}
.expertBanner .wrapper * {
  color: #FFFFFF;
  text-align: left;
}
.expertBanner .wrapper > .flexer {
  align-items: stretch;
  flex-wrap: wrap;
}
.expertBanner .wrapper .text {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  padding: 36px 48px;
  width: 50%;
  max-width: 550px;
}
.expertBanner .wrapper .mainImage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
  width: 50%;
}
.expertBanner .wrapper .mainImage .image {
  background-color: red;
  width: 100%;
}
.expertBanner .wrapper .mainImage .image span {
  padding-top: 75%;
  display: block;
  width: 100%;
}
.expertBanner .wrapper .mainImage .image img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.expertBanner .fittingGallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.expertBanner .fittingGallery.count2 .image {
  width: 50%;
}
.expertBanner .fittingGallery.count3 .image {
  width: 33.3333333333%;
}
.expertBanner .fittingGallery.count4 .image {
  width: 25%;
}
.expertBanner .fittingGallery.count5 .image {
  width: 20%;
}
.expertBanner .fittingGallery.count6 .image {
  width: 16.6666666667%;
}
.expertBanner .fitFoot {
  padding: 0px 36px 24px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
}
.expertBanner .fitFoot .instaLink {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-top: 18px;
  padding-right: 18px;
}
.expertBanner .fitFoot .instaLink a.squareLink {
  width: 40px;
  margin-right: 12px;
  display: block;
}
.expertBanner .fitFoot .instaLink a.squareLink span {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-image: url("/assets/img/socials/instagram.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.expertBanner .fitFoot .instaLink a.squareLink p {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  pointer-events: none;
  opacity: 0;
}
.expertBanner .fitFoot .instaLink div p {
  margin: 0;
}
.expertBanner .fitFoot .quickLinks {
  text-align: center;
  margin-top: 18px;
}
.expertBanner .fitFoot .quickLinks .blockLink {
  margin: 12px 0;
}
.expertBanner .fitFoot .quickLinks p {
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 650px) {
  .expertBanner .wrapper .text {
    width: 100%;
    max-width: 100%;
  }
  .expertBanner .wrapper .mainImage {
    width: 100%;
  }
  .expertBanner .fittingGallery.count4 .image {
    width: 50%;
  }
  .expertBanner .fittingGallery.count5 .image {
    width: 33.3333333333%;
  }
  .expertBanner .fittingGallery.count5 .image:nth-child(n+4) {
    width: 50%;
  }
  .expertBanner .fittingGallery.count6 .image {
    width: 33.3333333333%;
  }
}
#timeline.block {
  background-color: #ECECEB;
  text-align: center;
  margin-bottom: calc(1.5vw + 24px);
}
#timeline.block .wrapper {
  max-width: 1000px;
}

.timeHead {
  width: 100%;
  background-image: linear-gradient(to bottom, #FFFFFF 0, #FFFFFF 50%, #ECECEB 50%);
  margin-bottom: 24px;
  text-align: center;
}
.timeHead h4 {
  background-color: #f8f6ec;
  color: #FFFFFF;
  display: inline-block;
  padding: 18px 20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.milestone {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  padding-top: 48px;
}
.milestone .date {
  width: 200px;
  background-color: #d6d1cb;
  padding: 18px;
}
.milestone .date h5 {
  color: #FFFFFF;
  margin: 0;
}
.milestone .link, .milestone .bottomLink {
  position: absolute;
  left: 100%;
  top: 50%;
  right: auto;
  bottom: auto;
  border-top: solid 1px #d6d1cb;
  width: 100px;
  display: block;
}
.milestone .bottomLink {
  display: none;
}
.milestone .info {
  width: calc(100% - 300px);
  background-color: #FFFFFF;
  padding: 36px;
}
.milestone .info *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .milestone .date {
    width: 200px;
  }
  .milestone .info {
    width: calc(100% - 248px);
    padding: 24px;
  }
}
.timelineBanner.block {
  background-color: #ECECEB;
  padding: 0;
}
.timelineBanner.block .wrapper {
  margin-top: calc(1.5vw + 24px);
  margin-bottom: calc(1.5vw + 24px);
  text-align: center;
}

@media only screen and (max-width: 900px) {
  .milestone + .milestone {
    padding-top: 0;
  }
  .milestone {
    justify-content: center;
    padding-bottom: 48px;
  }
  .milestone .date {
    width: 200px;
    margin-bottom: 24px;
  }
  .milestone .link, .milestone .bottomLink {
    display: block;
    border: 0;
    left: 50%;
    bottom: auto;
    right: auto;
    top: 100%;
    border-left: solid 1px #d6d1cb;
    height: 24px;
  }
  .milestone .bottomLink {
    height: 48px;
    bottom: 0;
    top: auto;
  }
  .milestone .info {
    width: 100%;
    padding: 24px;
  }
  .milestone:last-child .bottomLink {
    display: none;
  }
}
.topSection {
  background-color: #d6d1cb;
  padding: 36px;
  padding-top: 48px;
}
.topSection .headings {
  text-align: center;
  padding-top: 2vw;
}
.topSection .headings h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.topSection .headings h2 {
  background-image: url(../img/adore-your-floor.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30%;
  min-width: 150px;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 9px;
}
.topSection .headings h2 text {
  opacity: 0;
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.topSection .headings h2 span {
  padding-top: 30%;
  display: block;
  width: 100%;
}
.topSection .intro {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}
.topSection .intro .mainImage {
  width: calc(8.3333333333% * 7);
  position: absolute;
  left: 0;
  top: 0;
  right: calc(8.3333333333% * 5);
  bottom: 0;
  height: 100%;
}
.topSection .intro .mainImage .imageHolder {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 0;
}
.topSection .intro .text {
  width: calc(8.3333333333% * 5);
  padding-left: 36px;
  padding-bottom: 36px;
}
.topSection .intro .text h2 {
  border-bottom: 1px solid rgba(127, 127, 127, 0.35);
  padding-bottom: 12px;
  font-size: 0.8rem;
  font-size: 1.5vw;
}
@media (max-width: 93.3333333333rem) {
  .topSection .intro .text h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 6666.6666666667rem) {
  .topSection .intro .text h2 {
    font-size: 100rem;
  }
}
.topSection .intro .text .cameoImage {
  width: calc(100% + 96px);
  float: right;
}
.topSection .intro .text .cameoImage .imageHolder {
  padding-top: 70%;
}
.topSection .badge {
  width: calc(8.3333333333% * 3);
  position: absolute;
  left: 12px;
  top: auto;
  right: auto;
  bottom: 12px;
}

@media only screen and (max-width: 900px) {
  .topSection {
    padding: 30px;
    padding-top: 48px;
  }
  .topSection .intro .text {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .topSection .intro .text .cameoImage {
    width: calc(100% + 72px);
  }
}
@media only screen and (max-width: 768px) {
  .topSection {
    padding: 24px;
    padding-top: 48px;
  }
  .topSection .intro .text {
    padding-left: 24px;
    padding-bottom: 24px;
  }
  .topSection .intro .text .cameoImage {
    width: calc(100% + 72px);
  }
}
@media only screen and (max-width: 650px) {
  .topSection .intro {
    width: 100%;
    flex-wrap: wrap;
  }
  .topSection .intro .mainImage, .topSection .intro .mainImage .imageHolder {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    width: 100%;
  }
  .topSection .intro .mainImage .imageHolder, .topSection .intro .cameoImage .imageHolder {
    padding-top: 70%;
    margin-bottom: 24px;
  }
  .topSection .intro .cameoImage {
    width: 100%;
  }
  .topSection .intro .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .topSection .intro .text .cameoImage .imageHolder {
    padding-top: 60%;
  }
  .topSection .badge {
    width: calc(8.3333333333% * 4);
  }
}
.block {
  padding: calc(1.5vw + 24px) 0;
}

.block + .block {
  padding-top: 0;
}

.block.hasHeader, .block + .block.hasHeader {
  overflow: visible;
}
.text.blockIntro {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.text.blockIntro + div {
  margin-top: calc(12px + 1.5vw);
}

.block.contained {
  padding-left: calc(24px + 2vw);
  padding-right: calc(24px + 2vw);
}

.typeHeading {
  display: inline-block;
  background-color: #FFFFFF;
  clear: both;
  padding: 0 12px 0 12px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.typeHeading h1, .typeHeading h2, .typeHeading h3, .typeHeading h4 {
  display: inline-block;
  width: auto;
}

@media only screen and (max-width: 650px) {
  .block.contained {
    padding-left: 24px;
    padding-right: 24px;
  }
} /*$bigPhone ends*/
.cameoLogo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.cameoLogo .cameoList {
  width: calc(8.3333333333% * 9);
}
.cameoLogo .cameoList li {
  width: 16.6666666667%;
}
.cameoLogo .cameoList li:nth-child(n+13) {
  display: none;
}
.cameoLogo .logos {
  width: calc(8.3333333333% * 3);
}
.cameoLogo .logos .manufacturer {
  padding: 24px;
}
.cameoLogo .logos .imageHolder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}

.cameoList {
  margin: 24px 0 8px;
  text-align: center;
}
.cameoList ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 12px;
}
.cameoList ul li {
  width: 12.5%;
  max-width: 160px;
  margin-bottom: 18px;
  padding: 12px;
}
.cameoList ul li .imageHolder {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 9px;
}
.cameoList ul li .imageHolder img {
  -o-object-fit: center bottom;
     object-fit: center bottom;
}

.cameoList.noCrop ul li .imageHolder {
  border-radius: 0;
  padding-top: 0;
}
.cameoList.noCrop ul li .imageHolder img {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
}
.cameoList.noCrop ul li .imageHolder span {
  padding-top: 0px;
}

.cameoList.large ul li {
  width: 16.6666666667%;
  max-width: 200px;
}

@media only screen and (max-width: 900px) {
  .cameoList ul li {
    width: 25%;
  }
  .cameoList.large ul li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 650px) {
  .cameoList ul li {
    width: 50%;
  }
  .cameoList.large ul li {
    width: 50%;
  }
}
.testimonials .testimonialHolder {
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.testimonials .text {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .testimonial {
  width: 50%;
  padding: calc(12px + 1.5vw);
}
.testimonials .testimonial .credit {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
  font-size: 11px;
  font-size: 1.25vw;
  margin-top: 4px;
}
@media (max-width: 722.2222222222px) {
  .testimonials .testimonial .credit {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .testimonials .testimonial .credit {
    font-size: 15px;
  }
}
.testimonials .testimonial .credit strong {
  font-weight: 500;
}
@media (max-width: 800px) {
  .testimonials .testimonial .credit {
    font-size: 10px;
  }
}
@media (min-width: 960px) {
  .testimonials .testimonial .credit {
    font-size: 12px;
  }
}
.testimonials blockquote h5, .testimonials blockquote credit {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.testimonials blockquote h5:before, .testimonials blockquote h5:after {
  content: '"';
}
.testimonials blockquote .stars {
  display: block;
  width: 75%;
  max-width: 100px;
  min-width: 75px;
  margin: 0 auto;
  background-image: url("../img/5-stars.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.testimonials blockquote .stars span {
  display: block;
  padding-top: 22%;
  display: block;
}
.testimonials .slick-track {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
}
.testimonials .slick-track blockquote {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-center;
}
.testimonials .slick-track blockquote p:before, .testimonials .slick-track blockquote p:after {
  display: inline-block;
  content: '"';
}

@media only screen and (max-width: 700px) {
  .testimonials .testimonial {
    width: 100%;
    padding: calc(12px + 1.5vw);
  }
} /*$smallTablet ends*/
.textBanner {
  background-color: #49587a;
  margin: calc(24px + 3vw) 0;
}
.textBanner.reducedSpace {
  margin: 0;
}
.textBanner .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: calc(48px + 6vw) calc(24px + 3vw);
}
.textBanner .flexer .text {
  z-index: 2;
  background-color: #f8f6ec;
  padding: calc(24px + 3vw);
  text-align: center;
}
.textBanner .flexer .text *:last-child {
  margin-bottom: 0;
}
.textBanner .flexer .text:after {
  content: "";
  position: absolute;
  left: -18px;
  top: -18px;
  right: -18px;
  bottom: -18px;
  width: calc(100% + 36px);
  height: calc(100% + 36px);
  pointer-events: none;
  border: solid 1px #f8f6ec;
}
.textBanner .flexer .stilt, .textBanner .flexer .stilt {
  display: none;
  width: 1px;
  padding-top: 50%;
}
.textBanner .flexer img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.textBanner.leftBlock .flexer .text {
  margin-right: auto;
  margin-left: 0;
  width: 40%;
}
.textBanner.rightBlock .flexer .text {
  margin-right: 0;
  margin-left: auto;
  width: 40%;
}
.textBanner.watermark .flexer img {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  mix-blend-mode: overlay;
  z-index: 1;
  opacity: 0.25;
}
.textBanner.watermark .flexer .text {
  border: solid 1px rgba(255, 255, 255, 0.25);
  background-color: transparent;
}
.textBanner.watermark .flexer .text:after {
  display: none;
}
.textBanner.watermark .flexer .text h1:before, .textBanner.watermark .flexer .text h2:before, .textBanner.watermark .flexer .text h3:before, .textBanner.watermark .flexer .text h4:before {
  display: block;
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  margin-bottom: 1em;
  background-image: url("/assets/img/stone-crown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.textBanner.watermark .flexer * {
  color: #FFFFFF;
}

@media only screen and (max-width: 700px) {
  .textBanner.rightBlock .flexer .text, .textBanner.leftBlock .flexer .text {
    width: 60%;
  }
} /*$smallTablet ends*/
@media only screen and (max-width: 450px) {
  .textBanner.leftBlock .flexer .text, .textBanner.rightBlock .flexer .text, .textBanner.centreBlock .flexer .text {
    width: 100%;
  }
} /*$smallTablet ends*/
.productLinks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: stretch;
  padding: 0 calc(24px + 3vw);
}
.productLinks .productLink {
  padding: calc(6px + 0.75vw);
  width: 25%;
  min-width: 205px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.productLinks .productLink a {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  background-color: #49587a;
  text-align: center;
  padding: calc(12px + 1.5vw);
}
.productLinks .productLink a * {
  color: #FFFFFF;
}

@media only screen and (max-width: 650px) {
  .productLinks .productLink {
    width: 75%;
  }
} /*$bigPhone ends*/
.contactView .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.contactView .map {
  flex-grow: 1;
  width: calc(100% - 400px);
  min-width: 50%;
  order: 1;
}
.contactView .contactDetails {
  flex-grow: 1;
  width: 400px;
  order: 2;
}
.contactView .contactDetails h6 {
  text-align: left;
}
.contactView .contactDetails > h6 {
  background-color: #f8f6ec;
  color: #FFFFFF;
  padding: 18px 36px;
  text-align: left;
  margin: 0;
}
.contactView .contactDetails .details {
  padding: 18px 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: stretch;
}
.contactView .contactDetails .details address {
  font-style: normal;
}
.contactView .contactDetails .details address a {
  color: #007ac1;
}
.contactView .contactDetails ul {
  list-style-type: none;
}
.contactView .contactDetails .quickAddress {
  padding-right: 36px;
  flex: 1;
  min-width: 40%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.contactView .contactDetails .quickAddress address, .contactView .contactDetails .quickAddress opening, .contactView .contactDetails .quickAddress .socials {
  width: 100%;
}
.contactView .contactDetails .quickNumbers {
  flex-grow: 1;
}
.contactView .contactDetails .quickNumbers .number {
  background-color: #d6d1cb;
  padding: 18px;
  margin-bottom: 18px;
}
.contactView .contactDetails .quickNumbers .number * {
  margin-bottom: 6px;
  color: #FFFFFF;
}
.contactView .mapHolder {
  width: 100%;
  min-height: 100%;
}
.contactView .mapHolder span {
  display: block;
  min-height: 400px;
}
.contactView .mapHolder iframe {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .contactView .contactDetails .details {
    padding: 36px;
  }
  .contactView .contactDetails .quickAddress address, .contactView .contactDetails .quickAddress opening, .contactView .contactDetails .quickAddress .socials {
    width: 50%;
    min-width: 230px;
  }
} /*$bigTablet ends*/
@media only screen and (max-width: 650px) {
  .contactView .contactDetails,
  .contactView .map {
    flex-grow: 1;
    min-width: 100%;
  }
  .contactView .contactDetails .details {
    padding-left: 0;
    padding-right: 0;
  }
}
#quickEnquiry {
  order: 3;
  padding-bottom: 0px;
}
#quickEnquiry .formHead {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-end;
  padding: 24px;
  padding-bottom: 0px;
}
#quickEnquiry .formHead h3, #quickEnquiry .formHead h4, #quickEnquiry .formHead h6, #quickEnquiry .formHead a, #quickEnquiry .formHead span {
  display: inline-block;
  margin: 0;
  width: auto;
  text-decoration: none;
}
#quickEnquiry .formHead h3, #quickEnquiry .formHead h4, #quickEnquiry .formHead h6 {
  width: 100%;
  text-align: center;
}
#quickEnquiry .formHead h6 {
  margin-top: 12px;
  font-size: 0px;
  font-size: 1.8vw;
}
@media (max-width: 722.2222222222px) {
  #quickEnquiry .formHead h6 {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  #quickEnquiry .formHead h6 {
    font-size: 15px;
  }
}
#quickEnquiry .formBody {
  padding: 24px;
  padding-bottom: 12px;
}

.contactForm {
  max-width: 1000px;
  margin: auto;
  padding-left: calc(12px + 1.5vw);
  padding-right: calc(12px + 1.5vw);
}
.contactForm .formBody > p {
  text-align: center;
}
.contactForm form {
  width: 100%;
  display: block;
}
.contactForm form h6, .contactForm form span {
  text-align: left;
}
.contactForm form .textFields {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
.contactForm form .textFields label {
  width: calc(33.33% - 18px);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  _height: 50px;
  min-height: 50px;
}
.contactForm form label span {
  margin: 0;
  margin-bottom: 8px;
  color: #707070;
  text-transform: none;
  text-align: left;
}
.contactForm form label input {
  clear: left;
}
.contactForm form .checkList {
  width: 100%;
  padding: 0;
}
.contactForm form .checkList .flexer {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.contactForm form .checkList .column {
  width: calc(33.33% - 18px);
}
.contactForm form .checkList .column h6, .contactForm form .checkList .column span {
  margin-bottom: 8px;
}
.contactForm form .checkList .column.stretched {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.contactForm form .checkList .column.stretched label {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  min-height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
.contactForm form .checkList .column.stretched label textarea {
  flex-grow: 1;
}
.contactForm form .checkList .optionList {
  background-color: #f8f6ec;
  padding: 12px;
  min-height: calc(100% - 2em);
}
.contactForm form .checkList .checkOption {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.contactForm form .checkList .checkOption:last-child label {
  margin-bottom: 0;
}
.contactForm form input[type=checkbox] {
  display: none;
  margin-bottom: 8px;
}
.contactForm form input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 36px;
  margin-bottom: 12px;
}
.contactForm form input[type=checkbox] + label:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 5px;
  right: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  border: solid 1px #7f7f7f;
  background-color: #FFFFFF;
}
.contactForm form input[type=checkbox] + label:after {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  top: 11px;
  right: auto;
  bottom: auto;
  width: 14px;
  height: 14px;
  background-color: #49587a;
  transform: scale(0.25);
  transform-origin: center center;
  opacity: 0;
  transition: all 0.5s ease;
}
.contactForm form input[type=checkbox]:checked + label:after {
  transform: scale(1);
  opacity: 1;
}
.contactForm form * {
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
  box-sizing: border-box;
}
@media (max-width: 722.2222222222px) {
  .contactForm form * {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .contactForm form * {
    font-size: 15px;
  }
}
.contactForm form * strong {
  font-weight: 500;
}
.contactForm form label, .contactForm form input, .contactForm form .textInputArea, .contactForm form select {
  width: 100%;
  display: block;
  padding: 9px;
  color: #707070;
}
.contactForm form input#surname {
  display: none;
}
.contactForm form input[type=text],
.contactForm form input[type=email],
.contactForm form input[type=tel] {
  border: solid 1px rgba(127, 127, 127, 0.7);
}
.contactForm form label {
  padding-right: 0;
  padding-left: 0;
}
.contactForm form textarea {
  height: 100px;
  border: solid 1px rgba(127, 127, 127, 0.7);
  padding: 9px;
  width: 100%;
  color: #707070;
}
.contactForm form input {
  margin-bottom: 12px;
}
.contactForm form select {
  margin-bottom: 12px;
}
.contactForm form input.checkbox {
  vertical-align: middle;
  margin-top: 9px;
}
.contactForm form .checkbox {
  width: auto;
  display: inline;
  clear: none;
}
.contactForm form p {
  clear: left;
}
.contactForm form .submitArea {
  padding-top: 20px;
  width: 100%;
  display: block;
}
.contactForm form .captcha_wrapper {
  margin-bottom: 12px;
}
.contactForm form .captcha_wrapper p {
  width: auto;
  text-align: center;
}
.contactForm form .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
}
.contactForm form .buttons .captchaNote {
  text-align: center;
}
.contactForm form .captcha_wrapper {
  padding-right: 18px;
}
.contactForm form button, .contactForm form .button {
  padding: 16px;
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  border: solid 0px #FFFFFF;
  text-decoration: none;
  font-size: 0.8rem;
  cursor: pointer;
  background-color: rgb(103.7142857143, 139.7261904762, 41.7738095238);
  transition: all 0.5s ease;
  width: 180px;
  margin-bottom: 12px;
}
.contactForm form button input, .contactForm form .button input {
  width: 100%;
  max-width: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.contactForm form button:hover, .contactForm form .button:hover {
  background-color: #93c53d;
  color: #FFFFFF;
}
.contactForm form button:disabled, .contactForm form .button:disabled {
  opacity: 0.25;
  pointer-events: none;
  background-color: #7f7f7f;
}
.contactForm form .submitButton {
  clear: left;
  max-width: auto;
  width: auto;
}
.contactForm form div.error {
  display: none;
}
.contactForm form div.error span {
  width: 100%;
  margin-bottom: 8px;
  display: block;
  padding: 12px;
  background-color: red;
  color: #fff;
}
.contactForm form label.error {
  color: red;
  padding: 0;
  margin-bottom: 0;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 12px;
  width: 100%;
  min-height: 0;
  padding-bottom: 8px;
}
.contactForm form .textInput.error {
  border: solid 1px red;
  outline: none;
}
.contactForm form #postCode {
  width: 50%;
  max-width: 200px;
}
.contactForm form .findAddress {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #49587a;
  color: #FFFFFF;
  margin-left: 8px;
  white-space: nowrap;
}
.contactForm form label.postCode {
  padding-bottom: 12px;
}
.contactForm form label.postCode input {
  margin-bottom: 0;
}
.contactForm form label.postCode .flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.contactForm form .formSuccess {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  transition: all 0.5s ease;
}
.contactForm form .formSuccess .message {
  position: absolute;
  left: auto;
  right: auto;
  bottom: auto;
  top: 50%;
  padding: 36px;
  transform: translateY(-50%);
  text-align: center;
}
.contactForm form .formSuccess .message h4 {
  font-family: "Cardo", "Times", "Georgia", serif;
  font-weight: 400;
  padding-bottom: 8px;
  border-bottom: solid 1px rgba(73, 88, 122, 0.5);
}

@media only screen and (max-width: 768px) {
  .contactForm {
    width: 100%;
  }
  .contactForm form .checkList .column:first-child {
    width: 100%;
    margin-bottom: 12px;
  }
  .contactForm form .checkList .column {
    width: calc(50% - 12px);
  }
}
@media only screen and (max-width: 650px) {
  #quickEnquiry {
    padding-top: 0;
  }
  #quickEnquiry .formHead {
    flex-wrap: wrap;
  }
  #quickEnquiry .formHead h3 {
    margin-bottom: 8px;
  }
  #quickEnquiry .formHead h3, #quickEnquiry .formHead h6, #quickEnquiry .formHead a {
    width: 100%;
  }
  #quickEnquiry .formHead h6, #quickEnquiry .formHead span {
    font-size: 0px;
    font-size: 1.8vw;
  }
}
@media only screen and (max-width: 650px) and (max-width: 722.2222222222px) {
  #quickEnquiry .formHead h6, #quickEnquiry .formHead span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 650px) and (min-width: 833.3333333333px) {
  #quickEnquiry .formHead h6, #quickEnquiry .formHead span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 650px) {
  .contactForm form .textFields label {
    width: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  .contactForm form .checkList .column:first-child,
  .contactForm form .checkList .column {
    width: 100%;
    margin-bottom: 12px;
  }
}
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  transform: translateY(0);
}

.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: flex;
  align-items: center;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

.textImage + .qualityLogos {
  padding-top: 0;
  margin-top: 0;
}

.qualityLogos + .textImage {
  padding-top: 0;
}

.manufacturers,
.qualityLogos {
  margin-bottom: 36px;
  margin-top: 24px;
}
.manufacturers .text,
.qualityLogos .text {
  text-align: center;
}

.manufacturerLogos .homeLogoTrack,
.manufacturerLogos .logoTrack,
.qualityLogos .homeLogoTrack,
.qualityLogos .logoTrack {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: center;
  padding: 0 12px;
  height: 100%;
}
.manufacturerLogos .homeLogoTrack,
.qualityLogos .homeLogoTrack {
  padding-top: 24px;
}
.manufacturerLogos .slick-track,
.qualityLogos .slick-track {
  width: 100%;
}
.manufacturerLogos .manufacturer,
.manufacturerLogos .qualityLogo,
.qualityLogos .manufacturer,
.qualityLogos .qualityLogo {
  width: 20%;
  padding: 0 24px;
}
.manufacturerLogos .manufacturer a,
.manufacturerLogos .qualityLogo a,
.qualityLogos .manufacturer a,
.qualityLogos .qualityLogo a {
  width: 100%;
  display: block;
}
.manufacturerLogos .manufacturer .imageHolder img,
.manufacturerLogos .qualityLogo .imageHolder img,
.qualityLogos .manufacturer .imageHolder img,
.qualityLogos .qualityLogo .imageHolder img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  max-height: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.manufacturerLogos .manufacturer .imageHolder span,
.manufacturerLogos .qualityLogo .imageHolder span,
.qualityLogos .manufacturer .imageHolder span,
.qualityLogos .qualityLogo .imageHolder span {
  padding-top: 60%;
}
.manufacturerLogos.bigLogos .manufacturer,
.manufacturerLogos.bigLogos .qualityLogo,
.qualityLogos.bigLogos .manufacturer,
.qualityLogos.bigLogos .qualityLogo {
  width: 33%;
}
.manufacturerLogos.bigLogos .manufacturer img,
.manufacturerLogos.bigLogos .qualityLogo img,
.qualityLogos.bigLogos .manufacturer img,
.qualityLogos.bigLogos .qualityLogo img {
  max-height: 80px;
}

@media only screen and (max-width: 768px) {
  .manufacturerLogos .manufacturer,
  .manufacturerLogos .qualityLogo,
  .qualityLogos .manufacturer,
  .qualityLogos .qualityLogo {
    width: 33%;
  }
  .manufacturerLogos.bigLogos .manufacturer,
  .manufacturerLogos.bigLogos .qualityLogo,
  .qualityLogos.bigLogos .manufacturer,
  .qualityLogos.bigLogos .qualityLogo {
    width: 50%;
  }
}
@media only screen and (max-width: 650px) {
  .manufacturerLogos .manufacturer,
  .manufacturerLogos .qualityLogo,
  .qualityLogos .manufacturer,
  .qualityLogos .qualityLogo {
    width: 50%;
  }
}
.smartCarpets {
  text-align: center;
  margin-bottom: 36px;
}
.smartCarpets .flexer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.smartCarpets img {
  width: 50%;
  max-width: 350px;
  min-width: 200px;
  margin-bottom: 24px;
}
.smartCarpets a {
  width: 100%;
  display: block;
}
.smartCarpets a p {
  color: #49587a;
}

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out;
}

.chocolat-open {
  overflow: hidden;
}

.chocolat-overlay {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
}

.chocolat-overlay.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  visibility: visible;
  opacity: 0.8;
}

.chocolat-wrapper {
  transition: opacity 0.4s ease, visibility 0s 0.4s ease;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 116;
  color: #fff;
  visibility: hidden;
}

.chocolat-wrapper.chocolat-visible {
  transition: opacity 0.4s, visibility 0s;
  opacity: 1;
  visibility: visible;
}

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in;
}

.chocolat-loader {
  transition: opacity 0.3s;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/loader.gif);
  opacity: 0;
}

.chocolat-loader.chocolat-visible {
  opacity: 1;
}

.chocolat-image-wrapper {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left;
  transform: translate(-50%, -50%);
}

.chocolat-image-wrapper .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.chocolat-wrapper .chocolat-left {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(../img/left.svg) 50% 50% no-repeat;
  z-index: 17;
  visibility: hidden;
}

.chocolat-layout {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.chocolat-image-canvas {
  transition: opacity 0.2s;
  opacity: 0;
  flex-grow: 1;
  align-self: stretch;
}

.chocolat-image-canvas.chocolat-visible {
  opacity: 1;
}

.chocolat-center {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.chocolat-wrapper .chocolat-right {
  width: 50px;
  height: 100px;
  cursor: pointer;
  background: url(../img/right.svg) 50% 50% no-repeat;
  z-index: 17;
  visibility: hidden;
}

.chocolat-wrapper .chocolat-right.active {
  visibility: visible;
}

.chocolat-wrapper .chocolat-left.active {
  visibility: visible;
}

.chocolat-wrapper .chocolat-top {
  height: 50px;
  overflow: hidden;
  z-index: 17;
  flex-shrink: 0;
}

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/close.svg) 50% 50% no-repeat;
}

.chocolat-wrapper .chocolat-bottom {
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: #d6d1cb;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-family: "Red Hat Text", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 0px;
  font-size: 1.8vw;
  line-height: 1.4em;
}
@media (max-width: 722.2222222222px) {
  .chocolat-wrapper .chocolat-bottom {
    font-size: 13px;
  }
}
@media (min-width: 833.3333333333px) {
  .chocolat-wrapper .chocolat-bottom {
    font-size: 15px;
  }
}
.chocolat-wrapper .chocolat-bottom strong {
  font-weight: 500;
}

.chocolat-wrapper .chocolat-set-title {
  display: inline-block;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../img/fullscreen.svg) 50% 50% no-repeat;
  display: block;
  cursor: pointer;
  float: right;
}

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  flex-grow: 1;
  text-align: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15;
}

body.chocolat-open > .chocolat-loader {
  z-index: 15;
}

body.chocolat-open > .chocolat-image-wrapper {
  z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
  position: absolute;
}

.chocolat-in-container {
  position: relative;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
  transition: width 0.2s ease, height 0.2s ease;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
  transition: margin 0.2s ease;
}

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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 {
  float: left;
  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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  border-top: solid 4px rgba(127, 127, 127, 0.5);
  border-right: solid 4px rgba(127, 127, 127, 0.5);
  background-color: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.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: 8px;
  transform: rotate(-135deg);
  transform-origin: center center;
}

.slick-next {
  transform: rotate(45deg);
  transform-origin: center center;
  right: 8px;
}

/* Dots */
.slick-dots {
  width: 100%;
  display: block;
  text-align: center;
  padding: 5px;
  margin-top: 10px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: rgba(214, 209, 203, 0.5);
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 0;
}
.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 button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
  background-color: #49587a;
}

@media only screen and (max-width: 450px) {
  .slick-prev {
    right: 100%;
  }
  .slick-next {
    left: 100%;
  }
  .slick-prev,
  .slick-next {
    height: 18px;
    width: 18px;
  }
}
body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
/* 
@import 'debug';
*/

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