@font-face {
  font-family: "Suisse BP Int'l";
  src: url('/Content/fonts/SuisseBPIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Suisse BP Int'l";
  src: url('/Content/fonts/SuisseBPIntl-Antique.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Suisse BP Int'l";
  src: url('/Content/fonts/SuisseBPIntl-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NoeDisplay-Medium";
  src: url('/Content/fonts/NoeDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
/* ============================================================================= 
   Reset
   ========================================================================== */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* apply a natural box layout model to all elements, but allowing components to change */

html {
  box-sizing: border-box;
}
@-ms-viewport {
  width: device-width;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img {
  display: block;
  max-width: 100%;
}
html {
  touch-action: pan-y;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */

}
.rich-text ul,
.rich-text ol,
.rich-text dl {
  list-style-position: outside;
  padding-left: 1rem;
  margin: 1rem 0;
}
.rich-text ul {
  list-style-type: disc;
}
.rich-text ol {
  list-style-type: decimal;
}
.rich-text table {
  font-size: 0.9em;
  line-height: 1.5;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.rich-text caption {
  text-align: left;
}
.rich-text td,
.rich-text th {
  padding: 1rem;
  vertical-align: middle;
  border: 0.1rem solid #e6e6e6;
}
.rich-text th {
  background: #fcfcfc;
  font-weight: bold;
}
legend {
  font-weight: bold;
}
sup {
  vertical-align: super;
  font-size: 50%;
}
sub {
  vertical-align: sub;
  font-size: 50%;
}
pre {
  font-family: monospace;
  clear: left;
  border: 0.1rem solid #e6e6e6;
  padding: 1rem;
  font-size: 80%;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */

}
small {
  font-size: 60%;
}
img:not([src]) {
  visibility: hidden;
}
/* ============================================================================= 
   Videos
   ========================================================================== */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  display: none;
}
a:active {
  -webkit-tap-highlight-color: transparent;
  /* for removing the highlight */

}
.js .js-fancybox-content {
  display: none;
}
.u-txt-left {
  text-align: left;
}
.u-txt-right {
  text-align: right;
}
.u-txt-center,
.text-center {
  text-align: center;
}
.u-txt-center ul,
.text-center ul,
.u-txt-center li,
.text-center li {
  list-style-position: inside;
}
.u-more {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #333333;
}
.u-more:after {
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 3px;
  border: 2px solid #333333;
  border-left: 0;
  border-bottom: 0;
  display: inline-block;
  position: relative;
}
.no-touch .u-img-grey {
  /*transition-duration: .1s;*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.no-touch .u-img-grey:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.u-list-inline-block li {
  display: inline-block;
}
.u-hidden-visually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.u-hidden {
  display: none;
}
.u-flex {
  display: flex;
  flex-wrap: wrap;
}
.u-float-right {
  float: right;
}
.u-table {
  display: table;
  width: 100%;
}
.u-tr {
  display: table-row;
}
.u-td {
  display: table-cell;
  vertical-align: middle;
}
.u-uppercase {
  text-transform: uppercase;
}
.u-lowercase {
  text-transform: lowercase;
}
.u-title-case {
  text-transform: none;
}
.u-small {
  font-size: 0.9rem;
}
img:not([src]) {
  visibility: hidden;
}
.image-wrapper img {
  width: 100%;
}
.u-img-link {
  display: block;
}
@media screen and (max-width: 1280px) {
  .u-lg-hide {
    display: none !important;
  }
}
.u-disable-select {
  user-select: none;
  /* supported by Chrome and Opera */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */

}
.cursor-pointer {
  cursor: pointer;
}
/* ==================================================================================================================== 
Phosphor Grid
==================================================================================================================== */

.container {
  margin: 0 auto;
  padding: 0 2vw;
  width: 100%;
  max-width: 98vw;
}
.container.full-width {
  padding: 0;
  max-width: 100%;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row--align-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.row.row--justify-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.row.row--align-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.row.row--stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.row.row--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs,
.col-xs-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-tb-1,
.col-tb-2,
.col-tb-3,
.col-tb-4,
.col-tb-5,
.col-tb-6,
.col-tb-7,
.col-tb-8,
.col-tb-9,
.col-tb-10,
.col-tb-11,
.col-tb-12,
.col-tb,
.col-tb-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
}
.row.column-grid {
  margin-left: -24px;
}
.row.column-grid .col-1,
.row.column-grid .col-2,
.row.column-grid .col-3,
.row.column-grid .col-4,
.row.column-grid .col-5,
.row.column-grid .col-6,
.row.column-grid .col-7,
.row.column-grid .col-8,
.row.column-grid .col-9,
.row.column-grid .col-10,
.row.column-grid .col-11,
.row.column-grid .col-12,
.row.column-grid .col,
.row.column-grid .col-auto,
.row.column-grid .col-xs-1,
.row.column-grid .col-xs-2,
.row.column-grid .col-xs-3,
.row.column-grid .col-xs-4,
.row.column-grid .col-xs-5,
.row.column-grid .col-xs-6,
.row.column-grid .col-xs-7,
.row.column-grid .col-xs-8,
.row.column-grid .col-xs-9,
.row.column-grid .col-xs-10,
.row.column-grid .col-xs-11,
.row.column-grid .col-xs-12,
.row.column-grid .col-xs,
.row.column-grid .col-xs-auto,
.row.column-grid .col-sm-1,
.row.column-grid .col-sm-2,
.row.column-grid .col-sm-3,
.row.column-grid .col-sm-4,
.row.column-grid .col-sm-5,
.row.column-grid .col-sm-6,
.row.column-grid .col-sm-7,
.row.column-grid .col-sm-8,
.row.column-grid .col-sm-9,
.row.column-grid .col-sm-10,
.row.column-grid .col-sm-11,
.row.column-grid .col-sm-12,
.row.column-grid .col-sm,
.row.column-grid .col-sm-auto,
.row.column-grid .col-tb-1,
.row.column-grid .col-tb-2,
.row.column-grid .col-tb-3,
.row.column-grid .col-tb-4,
.row.column-grid .col-tb-5,
.row.column-grid .col-tb-6,
.row.column-grid .col-tb-7,
.row.column-grid .col-tb-8,
.row.column-grid .col-tb-9,
.row.column-grid .col-tb-10,
.row.column-grid .col-tb-11,
.row.column-grid .col-tb-12,
.row.column-grid .col-tb,
.row.column-grid .col-tb-auto,
.row.column-grid .col-md-1,
.row.column-grid .col-md-2,
.row.column-grid .col-md-3,
.row.column-grid .col-md-4,
.row.column-grid .col-md-5,
.row.column-grid .col-md-6,
.row.column-grid .col-md-7,
.row.column-grid .col-md-8,
.row.column-grid .col-md-9,
.row.column-grid .col-md-10,
.row.column-grid .col-md-11,
.row.column-grid .col-md-12,
.row.column-grid .col-md,
.row.column-grid .col-md-auto,
.row.column-grid .col-lg-1,
.row.column-grid .col-lg-2,
.row.column-grid .col-lg-3,
.row.column-grid .col-lg-4,
.row.column-grid .col-lg-5,
.row.column-grid .col-lg-6,
.row.column-grid .col-lg-7,
.row.column-grid .col-lg-8,
.row.column-grid .col-lg-9,
.row.column-grid .col-lg-10,
.row.column-grid .col-lg-11,
.row.column-grid .col-lg-12,
.row.column-grid .col-lg,
.row.column-grid .col-lg-auto,
.row.column-grid .col-xl-1,
.row.column-grid .col-xl-2,
.row.column-grid .col-xl-3,
.row.column-grid .col-xl-4,
.row.column-grid .col-xl-5,
.row.column-grid .col-xl-6,
.row.column-grid .col-xl-7,
.row.column-grid .col-xl-8,
.row.column-grid .col-xl-9,
.row.column-grid .col-xl-10,
.row.column-grid .col-xl-11,
.row.column-grid .col-xl-12,
.row.column-grid .col-xl,
.row.column-grid .col-xl-auto {
  position: relative;
  padding-left: 2vw;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
@media screen and (min-width: 600px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xs-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media screen and (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
img[alt] {
  font-size: 0.7rem;
}
html {
  font-size: 3vw;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-break: break-word;
}
body {
  overflow: hidden;
}
button,
input[type="submit"],
.btn {
  background: none;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  color: inherit;
  font-size: 1.3rem;
}
hr {
  border: none;
  background: black;
  height: 1px;
}
p {
  margin-bottom: 1rem;
}
a {
  color: black;
  text-decoration: none;
}
strong,
b {
  font-weight: 600;
}
em,
i {
  font-style: italic;
}
sup,
sub {
  font-size: 50%;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
nav ul {
  padding: 0;
}
nav ul li a {
  display: block;
  text-decoration: none;
}
.rich-text {
  overflow: hidden;
  line-height: 1.8;
}
.rich-text * {
  margin-bottom: 1rem;
}
.rich-text *:last-child {
  margin-bottom: 0;
}
.rich-text *:first-child {
  margin-top: 0;
}
.rich-text ul li,
.rich-text ol li {
  margin-bottom: 0.666666667vw;
}
.rich-text table td,
.rich-text table th {
  background: none;
  border: 1px solid #cccccc;
}
.rich-text strong,
.rich-text b {
  font-weight: 400;
}
.rich-text a {
  color: black;
  text-decoration: underline;
}
.rich-text label {
  margin-bottom: 0.5vw;
}
.rich-text .lead {
  font-size: 1.1rem;
}
@media handheld, only screen and (min-width: 768px) {
  .rich-text .lead {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.rich-text h2,
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-bottom: 1vw;
}
.rich-text h3,
.rich-text h4,
.rich-text h5,
.rich-text h6 {
  margin-top: 4vw;
}
.rich-text table {
  border: 0;
  text-align: left;
  text-transform: none;
}
.rich-text table td,
.rich-text table th {
  border: none;
}
.rich-text table tr {
  border-bottom: 1px solid #cccccc;
}
.rich-text table td:first-child,
.rich-text table th:first-child {
  padding-left: 0;
}
.rich-text table th {
  font-size: 1.1rem;
}
.rich-text blockquote {
  font-size: 1.6rem;
  font-style: italic;
  padding-left: 4vw;
  padding-right: 4vw;
  border-left: 5px solid black;
}
.keyboard-full {
  overflow: hidden;
  font-size: 1.3rem;
}
.keyboard-full .alpha-keyboard {
  padding: 3rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.keyboard-full .br {
  flex-basis: 100%;
  height: 0;
}
.keyboard-full .keyboard-key {
  background-color: white;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0.5rem;
  color: black;
  border: black 1px solid;
  font-weight: 600;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.keyboard-full .keyboard-key[data-type="space"] {
  width: 16rem;
}
.keyboard-full .keyboard-key[data-type="del"] {
  width: 5em;
  font-size: 1rem;
}
.keyboard-full .keyboard-key:active {
  background: black;
  color: white;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.keyboard-full .control-keyboard {
  -webkit-transform: translateX(4rem);
  -moz-transform: translateX(4rem);
  -ms-transform: translateX(4rem);
  -o-transform: translateX(4rem);
  transform: translateX(4rem);
}
@keyframes slideLeft {
  from {
    left: -100vw;
  }
  to {
    left: -33vw;
  }
}
/* Firefox < -33vw6 */

@-moz-keyframes slideLeft {
  from {
    left: -100vw;
  }
  to {
    left: -33vw;
  }
}
/* Safari, Chrome and Opera > -33vw2.-33vw */

@-webkit-keyframes slideLeft {
  from {
    left: -100vw;
  }
  to {
    left: -33vw;
  }
}
/* Internet Explorer */

@-ms-keyframes slideLeft {
  from {
    left: -100vw;
  }
  to {
    left: -33vw;
  }
}
.home-page {
  width: 90%;
  margin: 0 auto;
}
.home-page .logo {
  max-width: 15vw;
  position: absolute;
  right: 5vw;
  top: 2vw;
}
.home-page .logo img {
  width: 100%;
  height: 100%;
}
.home-page:before {
  content: "";
  position: absolute;
  width: 62vw;
  height: 100vw;
  background-color: white;
  z-index: -1;
  transform: rotate(47deg);
  left: -33vw;
  top: -42vw;
}
.home-page:after {
  content: "";
  position: absolute;
  width: 62vw;
  height: 100vw;
  background-color: #1e2b44;
  z-index: -1;
  transform: rotate(47deg);
  left: -33vw;
  top: -42vw;
}
.home-page .product-heading {
  color: white;
  width: 28vw;
  border-bottom: 1px solid white;
  margin-left: 1vw;
  margin-top: 6vw;
  margin-bottom: 2.5vw;
}
.home-page .product-row {
  display: flex;
}
.home-page .product-row .product {
  width: 15vw;
  float: left;
  padding: 1vw;
  line-height: 100%;
}
.home-page .product-row .product:focus,
.home-page .product-row .product:active {
  outline: 0;
  transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.home-page .product-row .product:focus img,
.home-page .product-row .product:active img {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.home-page .product-row .product img {
  width: 100%;
  height: 28vw;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
}
.home-page .product-row .product span {
  font-family: "Suisse BP Int'l";
  font-size: 0.65rem;
  font-weight: 500;
  color: #1e2b44;
}
.home-page .product-row .product .text-container {
  border-bottom: 1px solid #1e2b44;
  height: 6.2vw;
  display: flex;
  line-height: 2.3vw;
  padding-bottom: 0.5vw;
  align-items: flex-end;
  position: relative;
}
.home-page .product-row .product .tab {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #e8e4df transparent;
  border-bottom-color: #7bc142;
}
.home-page .product-row .product.veneer .tab {
  border-bottom-color: #7bc242;
}
.home-page .product-row .product.melamine .tab {
  border-bottom-color: #67cee3;
}
.home-page .product-row .product.highpressurelaminate .tab {
  border-bottom-color: #ffaa00;
}
.home-page .product-row .product.acrylic .tab {
  border-bottom-color: #675cc7;
}
.home-page .product-row .product.engineeredstone .tab {
  border-bottom-color: #9b908d;
}
.home-page .product-row .product.thermoformeddoors .tab {
  border-bottom-color: #171f33;
}
.product-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.product-bg .logo {
  width: 135px;
  position: absolute;
  right: 5vw;
  top: 2vw;
}
.product-page-wrapper {
  height: 100vh;
  width: 87vw;
  margin: 0 auto;
}
.product-page-wrapper .back-btn:before {
  content: "";
  position: absolute;
  width: 10vw;
  height: 20vw;
  background-color: white;
  transform: rotate(44deg);
  left: -10vw;
  z-index: 0;
  top: -8vw;
}
.product-page-wrapper .back-btn img {
  width: 2.4vw;
  transform: rotate(180deg);
  left: -4.5vw;
  position: relative;
  top: 2.5vw;
}
.product-page-wrapper a {
  position: relative;
}
.product-page-wrapper:before {
  content: "";
  position: absolute;
  width: 89vw;
  height: 107vw;
  background-color: #1e2b44;
  transform: rotate(44deg);
  left: -33vw;
  top: -49vw;
  z-index: 0;
}
.product-page-wrapper:after {
  content: "";
  position: fixed;
  width: 20vw;
  height: 30vw;
  background-color: #e8e4df;
  transform: rotate(44deg);
  right: -8vw;
  z-index: 0;
  bottom: -12vw;
}
.product-page-wrapper h1,
.product-page-wrapper h3 {
  color: white;
}
.product-page-wrapper h1 {
  font-size: 4vw;
}
.product-page-wrapper h3 {
  font-size: 2.35vw;
  position: relative;
  border-bottom: 1px solid white;
  max-width: max-content;
  font-family: "Suisse BP Int'l";
  padding-right: 2vw;
  font-weight: 500;
  padding-bottom: 0.4vw;
}
.heading {
  position: relative;
  margin-top: 6vw;
  max-width: 70%;
}
.ranges {
  width: 65%;
  float: left;
}
.ranges.full {
  width: 50%;
}
.ranges img.range-image {
  height: 5vw;
  margin-bottom: 2vw;
  margin-top: 2vw;
}
.videos {
  width: 35%;
  float: left;
  padding-left: 2vw;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  height: 70%;
  position: relative;
  z-index: 2;
}
.videos .range-image {
  height: 6.5vw;
  margin-bottom: 2vw;
  margin-top: 2vw;
}
.videos.full {
  width: 50%;
  padding-left: 15vw;
}
.dots {
  position: absolute;
  bottom: 0vw;
  right: 12vw;
  width: 16vw;
  height: 10vw;
}
.dots img {
  width: 100%;
  height: 100%;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox < 16 */

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

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

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.video-element {
  -webkit-animation: fadein 0.3s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.3s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.3s;
  /* Internet Explorer */
  -o-animation: fadein 0.3s;
  /* Opera < 12.1 */
  animation: fadein 0.3s;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  margin: auto;
  padding: 3vw;
  position: fixed;
}
.video-element .video-element-inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: white;
  padding: 3vw 3vw 0 3vw;
  position: relative;
}
.video-element h1 {
  color: #1e2b44;
  font-weight: 600;
  font-size: 3.5vw;
  margin-bottom: 0.5vw;
}
.video-element video {
  width: 100%;
  height: 85%;
}
.video-element .close-btn {
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 2.2vw;
}
.product-btn {
  background-color: white;
  margin-top: 1vw;
  width: max-content;
  max-width: 20vw;
  padding-right: 3vw;
  position: relative;
  padding-left: 2vw;
  padding-bottom: 2vh;
  padding-top: 2vh;
  min-width: 25vw;
  max-height: 5vw;
  font-size: 1.7vw;
  min-height: 5vw;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.product-btn:focus,
.product-btn:active {
  outline: none;
  opacity: 0.8;
}
.product-btn img {
  width: 2vw;
  position: absolute !important;
  z-index: 2;
  right: 0;
  bottom: 1.75vw;
  height: 1.5vw !important;
}
.product-btn .link-name {
  font-family: "Suisse BP Int'l";
  font-weight: 400;
  padding-top: 0.2vw;
}
.product-btn:after {
  content: "";
  left: 100%;
  bottom: 0px;
  border-style: solid;
  border-width: 1.5vw 1.35vw 0 0;
  border-color: white transparent transparent transparent;
  position: absolute;
  height: 20%;
}
.product-btn:before {
  content: '';
  position: absolute;
  left: 99%;
  width: 1.6vw;
  top: 0;
  height: 70.9%;
  background: white;
}
.product-btn a {
  font-size: 1.8vw;
}
.showcases {
  width: 100%;
  float: left;
  margin-top: 50px;
}
.showcases .showcases-1 {
  float: left;
  width: 50%;
}
.range-full {
  width: 100%;
  float: left;
}
.range-full img {
  position: relative;
  height: 5vw;
}
.range-1 {
  float: left;
  width: 50%;
}
.range-1 img {
  position: relative;
  height: 5vw;
}
.range-2 {
  float: left;
  width: 50%;
}
.range-2 img {
  position: relative;
  height: 5vw;
}
.engineered-stone .ranges.full {
  width: 100%;
}
.engineered-stone .ranges.full .range-full {
  width: 50%;
}
.engineered-stone .ranges.full .showcases {
  width: 50%;
  margin-top: 7.5vw;
}
.thermoformed-doors .ranges img.range-image {
  height: 20px;
}
.thermoformed-doors .ranges.full {
  width: 45%;
}
.thermoformed-doors .videos.full {
  padding-left: 10vw;
}
.thermoformed-doors .videos .range-image {
  height: 2.5vw;
}
.thermoformed-doors .product-page-wrapper:before {
  left: -46vw;
}
.thermoformed-doors .product-page-wrapper:after {
  width: 21vw;
  height: 52vw;
  right: -6vw;
  bottom: -16vw;
}
.thermoformed-doors .dots {
  right: 22vw;
}
.acrylic img.range-image,
.acrylic .logo img {
  filter: brightness(0) invert(1);
}
.acrylic .product-page-wrapper:before {
  left: -43vw;
}
.acrylic .product-page-wrapper:after {
  width: 21vw;
  height: 52vw;
  right: -6vw;
  bottom: -16vw;
}
.acrylic .dots {
  right: 22vw;
}
.acrylic .ranges.full {
  width: 45%;
}
.acrylic .videos.full {
  padding-left: 10vw;
}
.high-pressure-laminate .product-page-wrapper:after {
  width: 21vw;
  height: 52vw;
  right: -6vw;
  bottom: -16vw;
}
.high-pressure-laminate .product-page-wrapper:before {
  left: -43vw;
}
.high-pressure-laminate .dots {
  right: 22vw;
}
.high-pressure-laminate .ranges.full {
  width: 45%;
}
.high-pressure-laminate .videos.full {
  padding-left: 10vw;
}
