@charset "UTF-8";
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* Import Vendors.
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInY {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
/**
* Import Helpers.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _variables - Small.
*/
/**
* _variables - Medium.
*/
/**
* _variables - Large.
*/
/**
* _variables - XL.
*/
/**
* _variables - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _colours - Small.
*/
/* Backgrounds */
.background-colour_white {
  background: #FEFEFE;
}
.background-colour_dark-blue {
  background: #163458;
}
.background-colour_medium-blue {
  background: #5D6874;
}
.background-colour_light-blue {
  background: #899AAA;
}
.background-colour_pale-blue {
  background: #B9C0C8;
}
.background-colour_paler-blue {
  background: #DCE0E3;
}
.background-colour_grey {
  background: #e6e9eb;
}
.background-colour_grey .pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.background-colour_grey .pattern:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(230, 233, 235) 100%);
}
.background-colour_grey-no-pattern {
  background: #e6e9eb;
}
.background-colour_off-white {
  background: #F5F5F5;
}
.background-colour_light-grey {
  background: rgba(220, 225, 230, 0.25);
}
.background-colour_off-grey {
  background: #EAEDF0;
}

/**
* _colours - Medium.
*/
/**
* _colours - Large.
*/
/**
* _colours - XL.
*/
/**
* _colours - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _fonts - Small.
*/
@font-face {
  font-family: "Quarto Regular";
  src: url("../fonts/Quarto-Regular.eot");
  src: url("../fonts/Quarto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Quarto-Regular.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/42c3607f840e222a23d6da4efe15a2e8.svg#Quarto Medium") format("svg");
}
@font-face {
  font-family: "Quarto Semibold";
  src: url("../fonts/Quarto-Semibold.otf");
}
@font-face {
  font-family: "Quarto Black";
  src: url("../fonts/Quarto-Black.eot");
  src: url("../fonts/Quarto-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Quarto-Black.woff2") format("woff2"), url("../fonts/Quarto-Black.woff") format("woff"), url("../fonts/Quarto-Black.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/42c3607f840e222a23d6da4efe15a2e8.svg#Quarto Black") format("svg");
}
@font-face {
  font-family: "Quarto Bold";
  src: url("../fonts/Quarto-Bold.eot");
  src: url("../fonts/Quarto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Quarto-Bold.woff2") format("woff2"), url("../fonts/Quarto-Bold.woff") format("woff"), url("../fonts/Quarto-Bold.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/4317256df2f767416e8b5ae19a68ffca.svg#Quarto Bold") format("svg");
}
h1 {
  margin-bottom: 1rem;
  font-family: "Quarto Semibold";
  font-style: normal;
  font-size: 45px;
  line-height: 50px;
  color: #163458;
}

h2 {
  margin-bottom: 1rem;
  font-family: "Quarto Semibold";
  font-style: normal;
  font-size: 38px;
  line-height: 40px;
  color: #163458;
}

h3 {
  margin-bottom: 1rem;
  font-family: "Quarto Semibold";
  font-style: normal;
  color: #163458;
  font-size: 25px;
  line-height: 32px;
}

h4 {
  margin-bottom: 1rem;
}

h5 {
  margin-bottom: 1rem;
}

h6 {
  margin-bottom: 1rem;
}

p, address {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #5D6874;
}

p {
  margin-bottom: 0.5rem;
}
label {
  margin: 0;
}

/**
* _fonts - Medium.
*/
@media screen and (min-width: 640px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2 {
    font-size: 43px;
    line-height: 53px;
  }
  h3 {
    font-size: 30px;
    line-height: 37px;
  }
  p, address {
    font-size: 16px;
    line-height: 24px;
  }
}
/**
* _fonts - Large.
*/
@media screen and (min-width: 1024px) {
  h1 {
    font-size: 55px;
    line-height: 66px;
  }
  h2 {
    font-size: 48px;
    line-height: 58px;
  }
  h3 {
    font-size: 35px;
    line-height: 42px;
  }
}
/**
* _fonts - XL.
*/
/**
* _fonts - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _cookie-policy - Small.
*/
.cookie-policy {
  width: calc(100% - 1.25rem);
  max-width: 480px;
  padding: 0.625rem;
  left: 0.625rem;
  bottom: 0.625rem;
  position: fixed;
  background-color: #FEFEFE;
  box-shadow: 3px 3px 12px rgba(22, 52, 88, 0.5);
  z-index: 5;
}
.cookie-policy img {
  width: 100%;
  height: auto;
  display: block;
}
.cookie-policy p {
  color: #5D6874;
}
.cookie-policy p a {
  display: inline-block;
  color: #163458;
}
.cookie-policy p:first-of-type {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
}
.cookie-policy p:last-of-type {
  margin: 0;
}
.cookie-policy .cookie-policy-close {
  cursor: pointer;
}

/**
* _cookie-policy - Medium.
*/
@media screen and (min-width: 640px) {
  .cookie-policy {
    width: calc(100% - 1.875rem);
    padding: 0.9375rem;
    left: 0.9375rem;
    bottom: 0.9375rem;
  }
}
/**
* _cookie-policy - Large.
*/
/**
* _cookie-policy - XL.
*/
/**
* _cookie-policy - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _accessibility - Small.
*/
#accessibility .a11y-toolbar {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
#accessibility .a11y-toolbar .a11y-toolbar-list {
  border-radius: 0;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .offscreen {
  display: none;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-adjust, #accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-font {
  width: 50px;
  height: 50px;
  display: block;
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-adjust {
  background-image: url("../images/accessibility/aticon-adjust.svg");
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon.aticon-font {
  background-image: url("../images/accessibility/aticon-font.svg");
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button .aticon:before {
  display: none;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button.a11y-toggle-contrast {
  background-color: #e6e6e6;
}
#accessibility .a11y-toolbar .a11y-toolbar-list .a11y-toolbar-list-item button.a11y-toggle-fontsize {
  background-color: #f2f2f2;
}

/**
* _accessibility - Medium.
*/
/**
* _accessibility - Large.
*/
/**
* _accessibility - XL.
*/
/**
* _accessibility - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _mixins - Small.
*/
/* Clearfix. */
/* Pseudo (when using :before and :after you'll always need these three, so we're saving two lines of code every time you use this). */
/*.example {
	&:before {
		@include pseudo;
	}
}*/
/* Truncate. */
/* Responsive Ratio. */
/* Give Placeholder Text a Custom Colour. */
/* Hardware Acceleration. */
/**
* _mixins - Medium.
*/
/**
* _mixins - Large.
*/
/**
* _mixins - XL.
*/
/**
* _mixins - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _classes - Small.
*/
/* General Classes. */
#skip-navigation-link a {
  width: 1px;
  height: 1px;
  top: auto;
  left: -10000px;
  position: absolute;
  overflow: hidden;
}
#skip-navigation-link a:focus {
  width: auto;
  height: auto;
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* Padding Classes. */
.padding-top {
  padding-top: 60px;
}

.padding-top_small {
  padding-top: 60px;
}

.padding-top_mini {
  padding-top: 25px;
}

.padding-top_medium {
  padding-top: 90px;
}

.padding-bottom {
  padding-bottom: 60px;
}

.padding-bottom_small {
  padding-bottom: 60px;
}

.padding-bottom_mini {
  padding-bottom: 25px;
}

.padding-bottom_medium {
  padding-bottom: 90px;
}

.spacer {
  margin-top: 120px;
  display: block;
  width: 100%;
}

/* Margin Classes. */
.margin-top {
  margin-top: 60px;
}

.margin-top_small {
  margin-top: 60px;
}

.margin-top_mini {
  margin-top: 25px;
}

.margin-bottom {
  margin-bottom: 60px;
}

.margin-bottom_small {
  margin-bottom: 60px;
}

.margin-bottom_mini {
  margin-bottom: 25px;
}

/* Element Alignment Classes. */
.hybrid-flex-sm {
  display: flex;
  flex-direction: row;
}

.hybrid-flex-hs-sm {
  justify-content: flex-start;
}

.hybrid-flex-hc-sm {
  justify-content: center;
}

.hybrid-flex-he-sm {
  justify-content: flex-end;
}

.hybrid-flex-vt-sm {
  align-items: flex-start;
}

.hybrid-flex-vc-sm {
  align-items: center;
}

.hybrid-flex-vb-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-sm {
  display: flex;
  flex-direction: column;
}

.hybrid-flex-alt-hs-sm {
  align-items: flex-start;
}

.hybrid-flex-alt-hc-sm {
  align-items: center;
}

.hybrid-flex-alt-he-sm {
  align-items: flex-end;
}

.hybrid-flex-alt-vt-sm {
  justify-content: flex-start;
}

.hybrid-flex-alt-vc-sm {
  justify-content: center;
}

.hybrid-flex-alt-vb-sm {
  justify-content: flex-end;
}

/* Text Alignment Classes. */
.text-left-sm {
  text-align: left;
}

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

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

/* Hide/Show Classes. */
.hide-for-xl {
  display: inline-block;
}

.hide-for-xxl {
  display: inline-block;
}

.show-for-xl {
  display: none;
}

.show-for-xxl {
  display: none;
}

/**
* _classes - Medium.
*/
@media screen and (min-width: 640px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 90px;
  }
  .padding-bottom {
    padding-bottom: 90px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 90px;
  }
  .margin-bottom {
    margin-bottom: 90px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-md {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-md {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-md {
    justify-content: center;
  }
  .hybrid-flex-he-md {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-md {
    align-items: flex-start;
  }
  .hybrid-flex-vc-md {
    align-items: center;
  }
  .hybrid-flex-vb-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-md {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-md {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-md {
    align-items: center;
  }
  .hybrid-flex-alt-he-md {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-md {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-md {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-md {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - Large.
*/
@media screen and (min-width: 1024px) {
  /* Padding Classes. */
  .padding-top {
    padding-top: 140px;
  }
  .padding-bottom {
    padding-bottom: 140px;
  }
  /* Margin Classes. */
  .margin-top {
    margin-top: 140px;
  }
  .margin-bottom {
    margin-bottom: 140px;
  }
  /* Element Alignment Classes. */
  .hybrid-flex-lg {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-lg {
    justify-content: center;
  }
  .hybrid-flex-he-lg {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-lg {
    align-items: flex-start;
  }
  .hybrid-flex-vc-lg {
    align-items: center;
  }
  .hybrid-flex-vb-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-lg {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-lg {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-lg {
    align-items: center;
  }
  .hybrid-flex-alt-he-lg {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-lg {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-lg {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-lg {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  /* Hide/Show Classes. */
}
/**
* _classes - XL.
*/
@media screen and (min-width: 1200px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xl {
    justify-content: center;
  }
  .hybrid-flex-he-xl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xl {
    align-items: center;
  }
  .hybrid-flex-vb-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xl {
    text-align: left;
  }
  .text-center-xl {
    text-align: center;
  }
  .text-right-xl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xl {
    display: none;
  }
  .show-for-xl {
    display: inline-block;
  }
}
/**
* _classes - XXL.
*/
@media screen and (min-width: 1440px) {
  /* Element Alignment Classes. */
  .hybrid-flex-xxl {
    display: flex;
    flex-direction: row;
  }
  .hybrid-flex-hs-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-hc-xxl {
    justify-content: center;
  }
  .hybrid-flex-he-xxl {
    justify-content: flex-end;
  }
  .hybrid-flex-vt-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-vc-xxl {
    align-items: center;
  }
  .hybrid-flex-vb-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-xxl {
    display: flex;
    flex-direction: column;
  }
  .hybrid-flex-alt-hs-xxl {
    align-items: flex-start;
  }
  .hybrid-flex-alt-hc-xxl {
    align-items: center;
  }
  .hybrid-flex-alt-he-xxl {
    align-items: flex-end;
  }
  .hybrid-flex-alt-vt-xxl {
    justify-content: flex-start;
  }
  .hybrid-flex-alt-vc-xxl {
    justify-content: center;
  }
  .hybrid-flex-alt-vb-xxl {
    justify-content: flex-end;
  }
  /* Text Alignment Classes. */
  .text-left-xxl {
    text-align: left;
  }
  .text-center-xxl {
    text-align: center;
  }
  .text-right-xxl {
    text-align: right;
  }
  /* Hide/Show Classes. */
  .hide-for-xxl {
    display: none;
  }
  .show-for-xxl {
    display: inline-block;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _effects - Small.
*/
/* Links. */
.text-link {
  padding: 3px 0px 3px 0px;
  position: relative;
  display: block;
  transition: all 0.25s ease-in-out;
}
.text-link:before, .text-link:after {
  width: 0;
  height: 2px;
  bottom: 0;
  right: 0;
  position: absolute;
  content: "";
}
.text-link:before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.text-link:after {
  background-color: #163458;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.text-link:hover, .text-link:focus {
  color: #163458 !important;
  text-decoration: none !important;
}
.text-link:hover:after, .text-link:focus:after {
  width: 100%;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}

/* Buttons. */
.btn {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  padding: 12px 35px;
  text-transform: uppercase;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  transition: all 0.25s ease-in-out;
}
.btn span {
  position: relative;
  z-index: 1;
}
.btn--blue {
  background: #163458;
  color: #FEFEFE;
}
.btn--blue:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #899AAA;
  transition: all 0.25s ease-in-out;
}
.btn--blue:hover, .btn--blue:focus {
  color: #FEFEFE;
}
.btn--blue:hover:after, .btn--blue:focus:after {
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.btn--paleBlue {
  background: #899AAA;
  color: #FEFEFE;
}
.btn--paleBlue:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F5F5F5;
  transition: all 0.25s ease-in-out;
}
.btn--paleBlue:hover, .btn--paleBlue:focus {
  color: #899AAA;
}
.btn--paleBlue:hover:after, .btn--paleBlue:focus:after {
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.btn--palerBlue {
  background: #DBE1E7;
}
.btn--palerBlue span {
  color: #163458 !important;
}
.btn--palerBlue:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F5F5F5;
  transition: all 0.25s ease-in-out;
}
.btn--palerBlue:hover span, .btn--palerBlue:focus span {
  color: #163458 !important;
}
.btn--palerBlue:hover:after, .btn--palerBlue:focus:after {
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.btn--opaque {
  border: 1px solid #FEFEFE;
  background: rgba(255, 255, 255, 0.15);
  color: #FEFEFE;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.btn--opaque:hover, .btn--opaque:focus {
  border-color: #B9C2CC;
  background: rgba(255, 255, 255, 0.5);
  color: #163458;
}
.btn--off-white {
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  color: #163458;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.btn--off-white:hover, .btn--off-white:focus {
  border-color: #73859B;
  background: rgba(185, 194, 204, 0.5);
  color: #163458;
}

.materialize-button {
  height: 60px;
  padding: 0rem 2rem 0rem 2rem;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button span.ripple {
  transform: scale(0.25);
  position: absolute;
  background-color: rgba(10, 10, 10, 0.25);
  border-radius: 100%;
  opacity: 0;
  pointer-events: none;
  animation: ripple 0.8s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.materialize-button.ghost {
  background-color: transparent;
}
@keyframes ripple {
  from {
    opacity: 1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes mouse {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* Wow. */
.wow {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInX {
  animation-name: flipInX;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.flipInY {
  animation-name: flipInY;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.zoomOut {
  animation-name: zoomOut;
  animation-iteration-count: 1;
  animation-duration: 1.2s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

/* Block Reveal. */
/* .block-reveal-element {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    // background-color: $;
    opacity: 0;
    pointer-events: none;
} */
/**
* _effects - Medium.
*/
/**
* _effects - Large.
*/
@media screen and (min-width: 1024px) {
  /* Links. */
  .text-link:hover:before, .text-link:hover:after {
    width: 100%;
    left: 0;
  }
  /* Buttons. */
}
/**
* _effects - XL.
*/
/**
* _effects - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*
* Example Checkbox Text: By selecting this box you agree for us to contact you using the information provided above and to everything outlined in our Privacy Policy.
*
*/
/**
* _forms - Small.
*/
form strong {
  color: #163458;
}
form .frm_form_fields fieldset {
  padding: 0 !important;
}
form .frm_form_fields fieldset .frm_fields_container .frm_primary_label {
  text-transform: uppercase;
  color: #163458;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  margin: 0rem 0rem 0.625rem 0rem;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  width: 100%;
  height: 55px;
  padding: 0rem 0.625rem 0rem 0.625rem;
  border-radius: 0;
  box-shadow: none;
  color: #73859B;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]):focus, form .frm_form_fields fieldset .frm_fields_container .frm_form_field select:focus, form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea:focus {
  background-color: #DCE0E3;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  padding: 0rem 1.875rem 0rem 0.625rem;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  height: 155px;
  padding: 0.625rem;
}
form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  margin: 5px 0px 0px 0px;
}
form .frm_form_fields fieldset .frm_fields_container .btn {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  border-radius: 0;
  border: none;
  padding: 12px 35px;
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  color: #163458 !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  box-shadow: none;
}
form .frm_form_fields fieldset .frm_fields_container .btn:hover {
  color: #163458;
  background: #DCE0E3;
  border-color: #DCE0E3;
}
form .frm_form_fields fieldset .frm_fields_container .frm_required {
  color: #163458;
}
form .frm_form_fields fieldset .frm_fields_container .frm_submit .frm_button_submit {
  color: #FEFEFE;
  text-decoration: none;
}
form .frm_error_style {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

.frm_message {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
}

/**
* _forms - Medium.
*/
@media screen and (min-width: 640px) {
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_primary_label {
    width: 150px;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0 0 30px 0 !important;
    display: flex;
    align-items: center;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]) {
    padding: 0rem 0.9375rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
    padding: 0rem 1.875rem 0rem 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
    padding: 0.9375rem;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field#frm_field_5_container {
    align-items: flex-start;
  }
  .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_submit {
    margin: 0 auto 0 120px;
  }
}
/**
* _forms - Large.
*/
/**
* _forms - XL.
*/
/**
* _forms - XXL.
*/
/**
* Import Partials.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _front-page - Small.
*/
.home .banner, .page-template-page-board-room .banner, .page-template-page-home-copy .banner {
  z-index: 1;
  height: calc(100vh - 80px);
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.home .banner:before, .page-template-page-board-room .banner:before, .page-template-page-home-copy .banner:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64.06%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
}
.home .banner .grid-container, .page-template-page-board-room .banner .grid-container, .page-template-page-home-copy .banner .grid-container {
  padding-right: 0;
  padding-left: 0;
}
.home .banner .grid-container .grid-x, .page-template-page-board-room .banner .grid-container .grid-x, .page-template-page-home-copy .banner .grid-container .grid-x {
  width: 100%;
}
.home .banner .slick-dots, .page-template-page-board-room .banner .slick-dots, .page-template-page-home-copy .banner .slick-dots {
  display: none !important;
}
.home .banner .video-container, .page-template-page-board-room .banner .video-container, .page-template-page-home-copy .banner .video-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  z-index: 1;
  border-right: none;
  border-left: none;
  overflow: hidden;
}
.home .banner .video-container:before, .page-template-page-board-room .banner .video-container:before, .page-template-page-home-copy .banner .video-container:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64.06%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
}
.home .banner .video-container video, .home .banner .video-container iframe, .page-template-page-board-room .banner .video-container video, .page-template-page-board-room .banner .video-container iframe, .page-template-page-home-copy .banner .video-container video, .page-template-page-home-copy .banner .video-container iframe {
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
  position: absolute;
}
.home .banner .video-container iframe, .page-template-page-board-room .banner .video-container iframe, .page-template-page-home-copy .banner .video-container iframe {
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: calc(100vh + 500px) !important;
}
.home .banner .video-background, .page-template-page-board-room .banner .video-background, .page-template-page-home-copy .banner .video-background {
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}
.home .banner .video-background:before, .page-template-page-board-room .banner .video-background:before, .page-template-page-home-copy .banner .video-background:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 64.06%, rgba(0, 0, 0, 0.9) 100%);
  left: 0;
}
.home .banner .video-background iframe, .page-template-page-board-room .banner .video-background iframe, .page-template-page-home-copy .banner .video-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .home .banner .video-background iframe, .page-template-page-board-room .banner .video-background iframe, .page-template-page-home-copy .banner .video-background iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .home .banner .video-background iframe, .page-template-page-board-room .banner .video-background iframe, .page-template-page-home-copy .banner .video-background iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.home .banner .banner-image, .page-template-page-board-room .banner .banner-image, .page-template-page-home-copy .banner .banner-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .banner .snowflakes, .page-template-page-board-room .banner .snowflakes, .page-template-page-home-copy .banner .snowflakes {
  z-index: 2;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .banner .grid-container, .page-template-page-board-room .banner .grid-container, .page-template-page-home-copy .banner .grid-container {
  z-index: 2;
  position: relative;
  height: 100%;
}
.home .banner .grid-container .grid-x, .page-template-page-board-room .banner .grid-container .grid-x, .page-template-page-home-copy .banner .grid-container .grid-x {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.home .banner .content, .page-template-page-board-room .banner .content, .page-template-page-home-copy .banner .content {
  margin-bottom: 56px;
  z-index: 2;
}
.home .banner .content:first-of-type, .page-template-page-board-room .banner .content:first-of-type, .page-template-page-home-copy .banner .content:first-of-type {
  margin-bottom: 36px;
}
.home .banner .content h1, .home .banner .content h2, .page-template-page-board-room .banner .content h1, .page-template-page-board-room .banner .content h2, .page-template-page-home-copy .banner .content h1, .page-template-page-home-copy .banner .content h2 {
  color: #FEFEFE;
}
.home .banner .content h1:first-of-type, .page-template-page-board-room .banner .content h1:first-of-type, .page-template-page-home-copy .banner .content h1:first-of-type {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.home .banner .content h2, .page-template-page-board-room .banner .content h2, .page-template-page-home-copy .banner .content h2 {
  margin-bottom: 0;
}
.home .banner .content h2 br, .page-template-page-board-room .banner .content h2 br, .page-template-page-home-copy .banner .content h2 br {
  display: none;
}
.home .banner .content .btn, .page-template-page-board-room .banner .content .btn, .page-template-page-home-copy .banner .content .btn {
  margin-top: 0;
}
.home .banner .sale-banner, .page-template-page-board-room .banner .sale-banner, .page-template-page-home-copy .banner .sale-banner {
  max-width: 450px;
  width: 100%;
  padding: 25px 0;
}
.home .banner .sale-banner h1, .page-template-page-board-room .banner .sale-banner h1, .page-template-page-home-copy .banner .sale-banner h1 {
  margin-bottom: 8px !important;
}
.home .banner .sale-banner p, .page-template-page-board-room .banner .sale-banner p, .page-template-page-home-copy .banner .sale-banner p {
  color: #B9C2CC;
  margin-bottom: 0;
}
.home .banner .sale-banner .sale-badge, .page-template-page-board-room .banner .sale-banner .sale-badge, .page-template-page-home-copy .banner .sale-banner .sale-badge {
  top: -50px;
  right: 0px;
}
.home .banner .sale-banner:after, .page-template-page-board-room .banner .sale-banner:after, .page-template-page-home-copy .banner .sale-banner:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 910px;
  top: 50%;
  transform: translateY(-50%);
  left: -500px;
  z-index: -1;
  background: rgba(22, 52, 88, 0.8);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.home .winter-sale-banner img, .page-template-page-board-room .winter-sale-banner img, .page-template-page-home-copy .winter-sale-banner img {
  width: 100%;
}
.home .winter-sale-banner .snowflakes, .page-template-page-board-room .winter-sale-banner .snowflakes, .page-template-page-home-copy .winter-sale-banner .snowflakes {
  position: absolute;
  z-index: 2;
  top: -60px;
  left: 0;
  width: 100%;
}
.home .about, .page-template-page-board-room .about, .page-template-page-home-copy .about {
  padding-top: 250px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
.home .about .area-content h1, .page-template-page-board-room .about .area-content h1, .page-template-page-home-copy .about .area-content h1 {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700;
  font-style: normal;
  font-size: 18px !important;
  text-transform: uppercase;
  color: #5D6874;
  margin-bottom: 0;
  line-height: 35px;
  letter-spacing: 1px;
}
.home .about .area-content h2, .page-template-page-board-room .about .area-content h2, .page-template-page-home-copy .about .area-content h2 {
  font-family: "Quarto Semibold";
  font-style: normal;
  font-style: normal;
  text-transform: none;
  color: #182d47;
  font-size: 39px !important;
  line-height: 44px !important;
  margin-bottom: 1rem;
}
.home .about .area-content h2 br, .page-template-page-board-room .about .area-content h2 br, .page-template-page-home-copy .about .area-content h2 br {
  display: none;
}
.home .about .columns, .page-template-page-board-room .about .columns, .page-template-page-home-copy .about .columns {
  -moz-column-count: 1;
       column-count: 1;
}
.home .about .opaque-word, .page-template-page-board-room .about .opaque-word, .page-template-page-home-copy .about .opaque-word {
  top: -160px;
  left: -20px;
}
.home .about .background, .page-template-page-board-room .about .background, .page-template-page-home-copy .about .background {
  width: 700px;
  height: 600px;
  top: 80px;
  right: 0;
}
.home .shop-furniture, .page-template-page-board-room .shop-furniture, .page-template-page-home-copy .shop-furniture {
  padding-top: 80px;
}
.home .shop-furniture .underlay, .page-template-page-board-room .shop-furniture .underlay, .page-template-page-home-copy .shop-furniture .underlay {
  height: 98.1%;
}
.home .shop-furniture .grid-container, .page-template-page-board-room .shop-furniture .grid-container, .page-template-page-home-copy .shop-furniture .grid-container {
  position: relative;
  z-index: 2;
}
.home .shop-furniture .product-range-list, .page-template-page-board-room .shop-furniture .product-range-list, .page-template-page-home-copy .shop-furniture .product-range-list {
  margin-top: 10px;
  margin-left: 0;
}
.home .shop-furniture .product-range-list .slick-list, .page-template-page-board-room .shop-furniture .product-range-list .slick-list, .page-template-page-home-copy .shop-furniture .product-range-list .slick-list {
  overflow: visible;
}
.home .shop-furniture .product-range-list .slick-slide, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide {
  width: 328px;
  padding: 0 6px;
}
.home .shop-furniture .product-range-list .slick-slide a, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a {
  position: relative;
  height: 425px;
}
.home .shop-furniture .product-range-list .slick-slide a .background, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a .background, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a .background {
  width: 100%;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.home .shop-furniture .product-range-list .slick-slide a .background img, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a .background img, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.home .shop-furniture .product-range-list .slick-slide a span, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a span, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a span {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  position: absolute;
  width: calc(100% - 50px);
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.home .shop-furniture .product-range-list .slick-slide a:hover .background, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a:hover .background, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a:hover .background {
  transform: translateY(-3%);
}
.home .shop-furniture .product-range-list .slick-slide a:hover span, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a:hover span, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a:hover span {
  bottom: 70px;
}
.home .shop-furniture .product-range-list .slick-slide a:hover .btn, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a:hover .btn, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a:hover .btn {
  border-color: #B9C2CC;
  background: rgba(255, 255, 255, 0.5);
  color: #163458;
}
.home .shop-furniture .slick-prev, .page-template-page-board-room .shop-furniture .slick-prev, .page-template-page-home-copy .shop-furniture .slick-prev {
  right: 50%;
  left: auto;
}
.home .shop-furniture .slick-next, .page-template-page-board-room .shop-furniture .slick-next, .page-template-page-home-copy .shop-furniture .slick-next {
  right: calc(50% - 70px);
}
.home .shop-brands, .home .shop-brands-mobile, .page-template-page-board-room .shop-brands, .page-template-page-board-room .shop-brands-mobile, .page-template-page-home-copy .shop-brands, .page-template-page-home-copy .shop-brands-mobile {
  overflow: hidden;
}
.home .shop-brands h2, .home .shop-brands p, .home .shop-brands-mobile h2, .home .shop-brands-mobile p, .page-template-page-board-room .shop-brands h2, .page-template-page-board-room .shop-brands p, .page-template-page-board-room .shop-brands-mobile h2, .page-template-page-board-room .shop-brands-mobile p, .page-template-page-home-copy .shop-brands h2, .page-template-page-home-copy .shop-brands p, .page-template-page-home-copy .shop-brands-mobile h2, .page-template-page-home-copy .shop-brands-mobile p {
  padding-left: 15px;
  padding-right: 15px;
}
.home .shop-brands .content, .home .shop-brands-mobile .content, .page-template-page-board-room .shop-brands .content, .page-template-page-board-room .shop-brands-mobile .content, .page-template-page-home-copy .shop-brands .content, .page-template-page-home-copy .shop-brands-mobile .content {
  margin: 30px 0 0 0;
}
.home .shop-brands .content *, .home .shop-brands-mobile .content *, .page-template-page-board-room .shop-brands .content *, .page-template-page-board-room .shop-brands-mobile .content *, .page-template-page-home-copy .shop-brands .content *, .page-template-page-home-copy .shop-brands-mobile .content * {
  color: #163458;
}
.home .shop-brands .content ul li, .home .shop-brands-mobile .content ul li, .page-template-page-board-room .shop-brands .content ul li, .page-template-page-board-room .shop-brands-mobile .content ul li, .page-template-page-home-copy .shop-brands .content ul li, .page-template-page-home-copy .shop-brands-mobile .content ul li {
  list-style: circle;
}
.home .shop-brands .content a, .home .shop-brands-mobile .content a, .page-template-page-board-room .shop-brands .content a, .page-template-page-board-room .shop-brands-mobile .content a, .page-template-page-home-copy .shop-brands .content a, .page-template-page-home-copy .shop-brands-mobile .content a {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.home .shop-brands .content a:hover, .home .shop-brands .content a:focus, .home .shop-brands-mobile .content a:hover, .home .shop-brands-mobile .content a:focus, .page-template-page-board-room .shop-brands .content a:hover, .page-template-page-board-room .shop-brands .content a:focus, .page-template-page-board-room .shop-brands-mobile .content a:hover, .page-template-page-board-room .shop-brands-mobile .content a:focus, .page-template-page-home-copy .shop-brands .content a:hover, .page-template-page-home-copy .shop-brands .content a:focus, .page-template-page-home-copy .shop-brands-mobile .content a:hover, .page-template-page-home-copy .shop-brands-mobile .content a:focus {
  color: #5D6874;
}
.home .shop-brands .content blockquote, .home .shop-brands-mobile .content blockquote, .page-template-page-board-room .shop-brands .content blockquote, .page-template-page-board-room .shop-brands-mobile .content blockquote, .page-template-page-home-copy .shop-brands .content blockquote, .page-template-page-home-copy .shop-brands-mobile .content blockquote {
  border-left: 3px solid #163458;
}
.home .shop-brands .content blockquote p, .home .shop-brands-mobile .content blockquote p, .page-template-page-board-room .shop-brands .content blockquote p, .page-template-page-board-room .shop-brands-mobile .content blockquote p, .page-template-page-home-copy .shop-brands .content blockquote p, .page-template-page-home-copy .shop-brands-mobile .content blockquote p {
  color: #163458;
}
.home .shop-brands .gallery, .home .shop-brands-mobile .gallery, .page-template-page-board-room .shop-brands .gallery, .page-template-page-board-room .shop-brands-mobile .gallery, .page-template-page-home-copy .shop-brands .gallery, .page-template-page-home-copy .shop-brands-mobile .gallery {
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: visible;
}
@media (max-width: 640px) {
  .home .shop-brands .gallery, .home .shop-brands-mobile .gallery, .page-template-page-board-room .shop-brands .gallery, .page-template-page-board-room .shop-brands-mobile .gallery, .page-template-page-home-copy .shop-brands .gallery, .page-template-page-home-copy .shop-brands-mobile .gallery {
    width: 105%;
  }
}
.home .shop-brands .brand-image, .home .shop-brands-mobile .brand-image, .page-template-page-board-room .shop-brands .brand-image, .page-template-page-board-room .shop-brands-mobile .brand-image, .page-template-page-home-copy .shop-brands .brand-image, .page-template-page-home-copy .shop-brands-mobile .brand-image {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  align-self: flex-start;
  justify-self: flex-start;
}
.home .shop-brands .brand-image .image, .home .shop-brands-mobile .brand-image .image, .page-template-page-board-room .shop-brands .brand-image .image, .page-template-page-board-room .shop-brands-mobile .brand-image .image, .page-template-page-home-copy .shop-brands .brand-image .image, .page-template-page-home-copy .shop-brands-mobile .brand-image .image {
  width: 100%;
  padding: 0.9375rem;
  height: 420px;
}
.home .shop-brands .brand-image .image .brand-img, .home .shop-brands-mobile .brand-image .image .brand-img, .page-template-page-board-room .shop-brands .brand-image .image .brand-img, .page-template-page-board-room .shop-brands-mobile .brand-image .image .brand-img, .page-template-page-home-copy .shop-brands .brand-image .image .brand-img, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .brand-img {
  overflow: hidden;
  width: 100%;
  height: 96.5%;
  top: 0;
  left: 0;
}
.home .shop-brands .brand-image .image .brand-img img, .home .shop-brands-mobile .brand-image .image .brand-img img, .page-template-page-board-room .shop-brands .brand-image .image .brand-img img, .page-template-page-board-room .shop-brands-mobile .brand-image .image .brand-img img, .page-template-page-home-copy .shop-brands .brand-image .image .brand-img img, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .brand-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .shop-brands .brand-image .image .brand-img:after, .home .shop-brands-mobile .brand-image .image .brand-img:after, .page-template-page-board-room .shop-brands .brand-image .image .brand-img:after, .page-template-page-board-room .shop-brands-mobile .brand-image .image .brand-img:after, .page-template-page-home-copy .shop-brands .brand-image .image .brand-img:after, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .brand-img:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  opacity: 1;
  transition: all 0.25s ease-in-out;
}
.home .shop-brands .brand-image .image .logo, .home .shop-brands-mobile .brand-image .image .logo, .page-template-page-board-room .shop-brands .brand-image .image .logo, .page-template-page-board-room .shop-brands-mobile .brand-image .image .logo, .page-template-page-home-copy .shop-brands .brand-image .image .logo, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .logo {
  z-index: 1;
  width: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1) brightness(1000);
}
.home .shop-brands .brand-image .image:hover .brand-img:after, .home .shop-brands-mobile .brand-image .image:hover .brand-img:after, .page-template-page-board-room .shop-brands .brand-image .image:hover .brand-img:after, .page-template-page-board-room .shop-brands-mobile .brand-image .image:hover .brand-img:after, .page-template-page-home-copy .shop-brands .brand-image .image:hover .brand-img:after, .page-template-page-home-copy .shop-brands-mobile .brand-image .image:hover .brand-img:after {
  opacity: 0;
}
@media (max-width: 640px) {
  .home .shop-brands .brand-image .image, .home .shop-brands-mobile .brand-image .image, .page-template-page-board-room .shop-brands .brand-image .image, .page-template-page-board-room .shop-brands-mobile .brand-image .image, .page-template-page-home-copy .shop-brands .brand-image .image, .page-template-page-home-copy .shop-brands-mobile .brand-image .image {
    height: 360px;
  }
  .home .shop-brands .brand-image .image .logo, .home .shop-brands-mobile .brand-image .image .logo, .page-template-page-board-room .shop-brands .brand-image .image .logo, .page-template-page-board-room .shop-brands-mobile .brand-image .image .logo, .page-template-page-home-copy .shop-brands .brand-image .image .logo, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .logo {
    width: 150px;
  }
  .home .shop-brands .brand-image .image .brand-img, .home .shop-brands-mobile .brand-image .image .brand-img, .page-template-page-board-room .shop-brands .brand-image .image .brand-img, .page-template-page-board-room .shop-brands-mobile .brand-image .image .brand-img, .page-template-page-home-copy .shop-brands .brand-image .image .brand-img, .page-template-page-home-copy .shop-brands-mobile .brand-image .image .brand-img {
    height: 95.5%;
  }
}
.home .shop-brands .brand-image:nth-child(2), .home .shop-brands-mobile .brand-image:nth-child(2), .page-template-page-board-room .shop-brands .brand-image:nth-child(2), .page-template-page-board-room .shop-brands-mobile .brand-image:nth-child(2), .page-template-page-home-copy .shop-brands .brand-image:nth-child(2), .page-template-page-home-copy .shop-brands-mobile .brand-image:nth-child(2) {
  align-self: flex-end;
  justify-self: flex-end;
  padding-left: 1rem;
}
@media (max-width: 640px) {
  .home .shop-brands, .page-template-page-board-room .shop-brands, .page-template-page-home-copy .shop-brands {
    height: 540px;
  }
}
.home .directions, .page-template-page-board-room .directions, .page-template-page-home-copy .directions {
  position: relative;
  padding-top: 180px;
  padding-left: 15px;
  padding-right: 15px;
}
.home .directions .grid-container, .page-template-page-board-room .directions .grid-container, .page-template-page-home-copy .directions .grid-container {
  height: 100%;
}
.home .directions .grid-container .grid-x, .page-template-page-board-room .directions .grid-container .grid-x, .page-template-page-home-copy .directions .grid-container .grid-x {
  height: 100%;
}
.home .directions .opaque-word, .page-template-page-board-room .directions .opaque-word, .page-template-page-home-copy .directions .opaque-word {
  right: -50px;
  z-index: 1;
  top: 40px;
}
.home .directions .area-content, .page-template-page-board-room .directions .area-content, .page-template-page-home-copy .directions .area-content {
  padding-top: 0;
}
.home .directions .area-content:before, .page-template-page-board-room .directions .area-content:before, .page-template-page-home-copy .directions .area-content:before {
  display: none;
}
.home .directions .area-content ol li, .home .directions .area-content ul li, .page-template-page-board-room .directions .area-content ol li, .page-template-page-board-room .directions .area-content ul li, .page-template-page-home-copy .directions .area-content ol li, .page-template-page-home-copy .directions .area-content ul li {
  color: #163458;
}
.home .directions .area-content ul li, .page-template-page-board-room .directions .area-content ul li, .page-template-page-home-copy .directions .area-content ul li {
  list-style: circle;
}
.home .directions .area-content a:not(.btn), .page-template-page-board-room .directions .area-content a:not(.btn), .page-template-page-home-copy .directions .area-content a:not(.btn) {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.home .directions .area-content a:not(.btn):hover, .home .directions .area-content a:not(.btn):focus, .page-template-page-board-room .directions .area-content a:not(.btn):hover, .page-template-page-board-room .directions .area-content a:not(.btn):focus, .page-template-page-home-copy .directions .area-content a:not(.btn):hover, .page-template-page-home-copy .directions .area-content a:not(.btn):focus {
  color: #5D6874;
}
.home .directions .area-content h2, .page-template-page-board-room .directions .area-content h2, .page-template-page-home-copy .directions .area-content h2 {
  margin-bottom: 1rem;
}
.home .directions .area-content h2 br, .page-template-page-board-room .directions .area-content h2 br, .page-template-page-home-copy .directions .area-content h2 br {
  display: none;
}
.home .directions .area-content p, .page-template-page-board-room .directions .area-content p, .page-template-page-home-copy .directions .area-content p {
  padding-right: 0px;
  color: #163458;
}
.home .directions .area-content p:last-of-type, .page-template-page-board-room .directions .area-content p:last-of-type, .page-template-page-home-copy .directions .area-content p:last-of-type {
  margin-bottom: 56px;
}
.home .directions .area-content blockquote, .page-template-page-board-room .directions .area-content blockquote, .page-template-page-home-copy .directions .area-content blockquote {
  border-left: 3px solid #163458;
}
.home .directions .area-content blockquote p, .page-template-page-board-room .directions .area-content blockquote p, .page-template-page-home-copy .directions .area-content blockquote p {
  color: #163458;
}
.home .directions .background, .page-template-page-board-room .directions .background, .page-template-page-home-copy .directions .background {
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.home .directions .background img, .page-template-page-board-room .directions .background img, .page-template-page-home-copy .directions .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home .directions .ctas, .page-template-page-board-room .directions .ctas, .page-template-page-home-copy .directions .ctas {
  flex-wrap: wrap;
}
.home .directions .ctas .btn, .page-template-page-board-room .directions .ctas .btn, .page-template-page-home-copy .directions .ctas .btn {
  margin-right: 20px;
  margin-top: 1rem;
}

.page-template-page-board-room .banner .banner-slider-content .content {
  min-height: auto !important;
  top: 367px;
}
.page-template-page-board-room .banner .banner-slider-backgrounds {
  width: 98% !important;
  height: 100% !important;
  top: 0 !important;
  left: 1%;
  transform: translate(0%, 0%);
  position: absolute !important;
}
.page-template-page-board-room .banner:before {
  width: 98%;
  left: 1%;
}

@media screen and (min-width: 470px) {
  .home .shop-brands .brands-list-backgrounds, .page-template-page-board-room .shop-brands .brands-list-backgrounds, .page-template-page-home-copy .shop-brands .brands-list-backgrounds {
    height: 375px;
  }
  .home .shop-brands .brands-list-backgrounds a img, .page-template-page-board-room .shop-brands .brands-list-backgrounds a img, .page-template-page-home-copy .shop-brands .brands-list-backgrounds a img {
    width: 135px;
  }
}
/**
* _front-page - Medium.
*/
@media screen and (min-width: 640px) {
  .home .about .area-content h2, .page-template-page-home-copy .about .area-content h2 {
    font-size: 43px !important;
    line-height: 53px !important;
  }
  .home .about .columns, .page-template-page-home-copy .about .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .home .about .background, .page-template-page-home-copy .about .background {
    width: 1000px;
    top: 120px;
  }
  .home .banner .snowflakes, .page-template-page-board-room .banner .snowflakes, .page-template-page-home-copy .banner .snowflakes {
    top: 50px;
  }
  .home .banner:before, .page-template-page-board-room .banner:before, .page-template-page-home-copy .banner:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .home .banner .content, .page-template-page-board-room .banner .content, .page-template-page-home-copy .banner .content {
    margin-bottom: 56px;
  }
  .home .banner .content:first-of-type, .page-template-page-board-room .banner .content:first-of-type, .page-template-page-home-copy .banner .content:first-of-type {
    margin-bottom: 56px;
  }
  .home .banner .sale-banner, .page-template-page-board-room .banner .sale-banner, .page-template-page-home-copy .banner .sale-banner {
    min-width: 450px;
  }
  .home .banner .sale-banner .sale-badge, .page-template-page-board-room .banner .sale-banner .sale-badge, .page-template-page-home-copy .banner .sale-banner .sale-badge {
    top: -20px;
    right: 20px;
  }
  .home .shop-furniture .product-range-list .slick-slide, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide {
    width: 427px;
    padding: 0 16px 0 0;
  }
  .home .shop-furniture .product-range-list .slick-slide a, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a {
    height: 630px;
  }
  .home .shop-furniture .product-range-list .slick-slide a span, .page-template-page-board-room .shop-furniture .product-range-list .slick-slide a span, .page-template-page-home-copy .shop-furniture .product-range-list .slick-slide a span {
    bottom: 50px;
    width: calc(100% - 80px);
  }
  .home .shop-furniture .slick-prev, .page-template-page-board-room .shop-furniture .slick-prev, .page-template-page-home-copy .shop-furniture .slick-prev {
    right: 85px;
    left: auto;
  }
  .home .shop-furniture .slick-next, .page-template-page-board-room .shop-furniture .slick-next, .page-template-page-home-copy .shop-furniture .slick-next {
    right: 14px;
  }
  .home .full-width-image-banner .text-right-md, .page-template-page-board-room .full-width-image-banner .text-right-md, .page-template-page-home-copy .full-width-image-banner .text-right-md {
    right: 45px;
    position: absolute;
    padding: auto;
  }
  .home .shop-brands .content, .page-template-page-board-room .shop-brands .content, .page-template-page-home-copy .shop-brands .content {
    margin: 60px 0 0 64px;
  }
  .home .shop-brands-mobile .content, .page-template-page-board-room .shop-brands-mobile .content, .page-template-page-home-copy .shop-brands-mobile .content {
    margin: 60px 0 0 0;
  }
  .home .innovation .image, .page-template-page-board-room .innovation .image, .page-template-page-home-copy .innovation .image {
    width: 660px;
    height: 600px;
    max-width: 600px;
  }
  .home .directions, .page-template-page-board-room .directions, .page-template-page-home-copy .directions {
    padding-top: 110px;
  }
  .home .directions .opaque-word, .page-template-page-board-room .directions .opaque-word, .page-template-page-home-copy .directions .opaque-word {
    top: 98px;
  }
  .home .directions .background, .page-template-page-board-room .directions .background, .page-template-page-home-copy .directions .background {
    width: 840px;
    height: 700px;
    right: 45px;
    bottom: 30px;
  }
  .home .directions .area-content h2, .page-template-page-board-room .directions .area-content h2, .page-template-page-home-copy .directions .area-content h2 {
    margin-bottom: 60px;
  }
  .home .directions .area-content h2 br, .page-template-page-board-room .directions .area-content h2 br, .page-template-page-home-copy .directions .area-content h2 br {
    display: block;
  }
  .home .directions .area-content p, .page-template-page-board-room .directions .area-content p, .page-template-page-home-copy .directions .area-content p {
    padding-right: 245px;
  }
  .home .directions .area-content p:last-of-type, .page-template-page-board-room .directions .area-content p:last-of-type, .page-template-page-home-copy .directions .area-content p:last-of-type {
    margin-bottom: 60px;
  }
  .home .delivery .grid-container, .page-template-page-board-room .delivery .grid-container, .page-template-page-home-copy .delivery .grid-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .page-template-page-board-room .banner:before {
    width: 100%;
    left: 51%;
  }
  .page-template-page-board-room .about .background {
    width: 45% !important;
    height: auto !important;
    top: auto !important;
    left: auto !important;
    bottom: -240px !important;
    right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .home .banner video, .page-template-page-home-copy .banner video {
    width: 100% !important;
    height: 100% !important;
  }
  .home .shop-furniture, .page-template-page-home-copy .shop-furniture {
    padding-top: 12px;
  }
  .home .shop-brands .brands-gallery, .page-template-page-home-copy .shop-brands .brands-gallery {
    height: 600px;
  }
}
/**
* _front-page - Large.
*/
@media screen and (min-width: 1024px) {
  .home .banner .snowflakes, .page-template-page-home-copy .banner .snowflakes {
    top: 0px;
  }
  .home .about, .page-template-page-home-copy .about {
    padding-left: 0;
    padding-right: 0;
  }
  .home .about .area-content h2, .page-template-page-home-copy .about .area-content h2 {
    font-size: 61px !important;
    line-height: normal !important;
  }
  .home .about .area-content h2 br, .page-template-page-home-copy .about .area-content h2 br {
    display: block;
  }
  .home .about .background, .page-template-page-home-copy .about .background {
    top: 150px;
  }
  .home .innovation .opaque-word, .page-template-page-home-copy .innovation .opaque-word {
    top: 250px;
  }
  .home .innovation .image, .page-template-page-home-copy .innovation .image {
    top: -190px;
    right: -55px;
    left: auto;
    transform: none;
  }
  .home .banner, .page-template-page-board-room .banner, .page-template-page-home-copy .banner {
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }
  .home .banner .content h2 br, .page-template-page-board-room .banner .content h2 br, .page-template-page-home-copy .banner .content h2 br {
    display: block;
  }
  .home .banner:before, .page-template-page-board-room .banner:before, .page-template-page-home-copy .banner:before {
    z-index: 1;
  }
  .home .shop-brands .brands-list-logos a img, .page-template-page-board-room .shop-brands .brands-list-logos a img, .page-template-page-home-copy .shop-brands .brands-list-logos a img {
    max-width: 100%;
  }
  .home .shop-brands .content, .page-template-page-board-room .shop-brands .content, .page-template-page-home-copy .shop-brands .content {
    left: 45px;
  }
  .home .room-inspiration:before, .page-template-page-board-room .room-inspiration:before, .page-template-page-home-copy .room-inspiration:before {
    width: 55.5%;
  }
  .home .room-inspiration .inspirations-slider, .page-template-page-board-room .room-inspiration .inspirations-slider, .page-template-page-home-copy .room-inspiration .inspirations-slider {
    height: 550px;
  }
  .home .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide, .page-template-page-board-room .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide, .page-template-page-home-copy .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide {
    width: 435px;
  }
  .home .delivery .background, .page-template-page-board-room .delivery .background, .page-template-page-home-copy .delivery .background {
    width: 1096px;
    right: 0;
  }
  .home .shop-brands h2, .home .shop-brands p, .page-template-page-board-room .shop-brands h2, .page-template-page-board-room .shop-brands p, .page-template-page-home-copy .shop-brands h2, .page-template-page-home-copy .shop-brands p {
    padding-left: 0;
    padding-right: 0;
  }
  .home .directions, .page-template-page-board-room .directions, .page-template-page-home-copy .directions {
    padding-left: 0;
    padding-right: 0;
  }
}
/**
* _front-page - XL.
*/
@media screen and (min-width: 1200px) {
  .home .banner .snowflakes, .page-template-page-board-room .banner .snowflakes {
    top: -85px;
  }
}
/**
* _front-page - XXL.
*/
@media screen and (min-width: 1440px) {
  .home .room-inspiration:before, .page-template-page-board-room .room-inspiration:before, .page-template-page-home-copy .room-inspiration:before {
    left: calc(13.66667% + 0.9375rem + 1px);
    width: 41.66667%;
  }
}
@media screen and (max-height: 640px) {
  .home .banner, .page-template-page-board-room .banner, .page-template-page-home-copy .banner {
    height: 700px;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _product-category-pages - Small.
*/
.tax-brands .introduction .opaque-word {
  top: 60px;
}
.tax-brands .introduction .logo {
  width: 180px;
  max-height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  margin-bottom: 40px;
}
.tax-brands .introduction .columns {
  -moz-column-count: 0;
       column-count: 0;
  -moz-column-gap: 0px;
       column-gap: 0px;
}
.tax-brands ul.products .product {
  width: calc(33.3% - 30px) !important;
}

.term-dining-room .filters .filterBtn img, .term-dining-room .filters .filterBtn svg {
  margin-right: 0;
  margin-bottom: 10px;
  height: 35px;
}

.term-sofas ul.products li.product, .term-chairs ul.products li.product,
.term-dining-room ul.products li.product, .term-living-room ul.products li.product, .term-bed-studio ul.products li.product {
  width: 100%;
  margin-right: unset !important;
}

.term-bed-studio ul.products li.product .product-image {
  overflow: hidden;
  position: relative;
  height: 513px;
  transition: all 0.25s ease-in-out;
}
.term-bed-studio ul.products li.product .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.term-bed-studio ul.products li.product .woocommerce-loop-product__title,
.term-bed-studio ul.products li.product .woocommerce-loop-product__brand {
  display: none;
}

.tax-product_cat .internal-banner .content {
  height: auto;
}

.tax-product_cat .internal-banner, .tax-brands .internal-banner, .tax-collection .internal-banner, .post-type-archive-product .internal-banner {
  background-color: #FEFEFE;
  padding-top: 0;
  padding-bottom: 0;
  height: 450px;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
}
.tax-product_cat .internal-banner .grid-container, .tax-brands .internal-banner .grid-container, .tax-collection .internal-banner .grid-container, .post-type-archive-product .internal-banner .grid-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.tax-product_cat .internal-banner .grid-container .grid-x, .tax-brands .internal-banner .grid-container .grid-x, .tax-collection .internal-banner .grid-container .grid-x, .post-type-archive-product .internal-banner .grid-container .grid-x {
  height: 100%;
}
.tax-product_cat .internal-banner .opaque-word, .tax-brands .internal-banner .opaque-word, .tax-collection .internal-banner .opaque-word, .post-type-archive-product .internal-banner .opaque-word {
  bottom: 25px;
  left: -30px;
  z-index: 0;
}
.tax-product_cat .internal-banner h1, .tax-brands .internal-banner h1, .tax-collection .internal-banner h1, .post-type-archive-product .internal-banner h1 {
  color: #FEFEFE;
  margin-bottom: 80px;
}
.tax-product_cat .internal-banner p a, .tax-brands .internal-banner p a, .tax-collection .internal-banner p a, .post-type-archive-product .internal-banner p a {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.tax-product_cat .internal-banner p a:hover, .tax-product_cat .internal-banner p a:focus, .tax-brands .internal-banner p a:hover, .tax-brands .internal-banner p a:focus, .tax-collection .internal-banner p a:hover, .tax-collection .internal-banner p a:focus, .post-type-archive-product .internal-banner p a:hover, .post-type-archive-product .internal-banner p a:focus {
  opacity: 0.5;
}
.tax-product_cat .internal-banner .background, .tax-brands .internal-banner .background, .tax-collection .internal-banner .background, .post-type-archive-product .internal-banner .background {
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
}
.tax-product_cat .internal-banner .background img, .tax-brands .internal-banner .background img, .tax-collection .internal-banner .background img, .post-type-archive-product .internal-banner .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-product_cat .introduction, .tax-brands .introduction, .tax-collection .introduction, .post-type-archive-product .introduction {
  padding-left: 15px;
  padding-right: 15px;
}
.tax-product_cat .introduction h2, .tax-brands .introduction h2, .tax-collection .introduction h2, .post-type-archive-product .introduction h2 {
  margin-bottom: 40px;
}
.tax-product_cat .introduction .area-content .point, .tax-brands .introduction .area-content .point, .tax-collection .introduction .area-content .point, .post-type-archive-product .introduction .area-content .point {
  position: relative;
}
.tax-product_cat .introduction .area-content .point img, .tax-brands .introduction .area-content .point img, .tax-collection .introduction .area-content .point img, .post-type-archive-product .introduction .area-content .point img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 55px;
  height: 40px;
  margin-bottom: 1.2rem;
}
.tax-product_cat .introduction .area-content .point p, .tax-brands .introduction .area-content .point p, .tax-collection .introduction .area-content .point p, .post-type-archive-product .introduction .area-content .point p {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #163458;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out;
}
.tax-product_cat .introduction .area-content .point:nth-of-type(n+3) img, .tax-brands .introduction .area-content .point:nth-of-type(n+3) img, .tax-collection .introduction .area-content .point:nth-of-type(n+3) img, .post-type-archive-product .introduction .area-content .point:nth-of-type(n+3) img {
  margin-top: 10px;
}
.tax-product_cat .introduction .background img, .tax-brands .introduction .background img, .tax-collection .introduction .background img, .post-type-archive-product .introduction .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-product_cat .inspiration, .tax-brands .inspiration, .tax-collection .inspiration, .post-type-archive-product .inspiration {
  padding-top: 160px;
  padding-bottom: 120px;
  padding-left: 15px;
  padding-right: 15px;
}
.tax-product_cat .inspiration p:last-of-type, .tax-brands .inspiration p:last-of-type, .tax-collection .inspiration p:last-of-type, .post-type-archive-product .inspiration p:last-of-type {
  margin-bottom: 0;
}
.tax-product_cat .inspiration .btn, .tax-brands .inspiration .btn, .tax-collection .inspiration .btn, .post-type-archive-product .inspiration .btn {
  margin-top: 0;
}

.filters-area {
  margin-bottom: 40px;
}

.filters, .secondary-filters {
  position: relative;
  padding: 35px 0;
  z-index: 2;
  flex-wrap: wrap;
  justify-content: space-evenly;
  justify-content: center;
}
.filters:after, .secondary-filters:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  background: #B9C2CC;
  opacity: 0.25;
}
.filters .grid-container, .secondary-filters .grid-container {
  position: relative;
  z-index: 1;
  height: 100%;
}
.filters .grid-container .grid-x, .secondary-filters .grid-container .grid-x {
  height: 100%;
}
.filters.first:after, .secondary-filters.first:after {
  background: #DCE1E6;
}

.secondary-filters {
  display: inline-flex;
  transform: translateY(0px);
  z-index: 1;
  -webkit-animation: slide-down 0.8s ease-out;
  -moz-animation: slide-down 0.8s ease-out;
}
.secondary-filters.close {
  display: none;
  -webkit-animation: slide-up 0.8s ease-out;
  -moz-animation: slide-up 0.8s ease-out;
}
.secondary-filters:after {
  border: 4px solid #F5F5F5;
  background: #fdfdfd;
}
.filter {
  margin-bottom: 0px;
}

ul {
  margin-left: 0;
}
ul.products {
  display: flex;
  flex-flow: row wrap;
  padding-left: 15px;
  padding-right: 15px;
}
ul.products .message {
  display: none;
  font-variation-settings: "wght" 500;
}
ul.products .message p {
  color: #163458;
}
ul.products.mixitup-container-failed .message {
  display: block;
}
ul.products li.product {
  width: calc(33.3% - 30px);
  list-style: none;
  float: left;
  margin-right: 0;
}
ul.products li.product .woocommerce-loop-product__brand {
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 25px 0 9px 0;
}
ul.products li.product a {
  width: 100%;
  display: block;
}
ul.products li.product a .product-image {
  overflow: hidden;
  position: relative;
  height: 513px;
  transition: all 0.25s ease-in-out;
}
ul.products li.product a .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.products li.product a .product-image .btn {
  bottom: 135px;
  left: 50%;
  width: calc(100% - 65px);
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  opacity: 1;
}
ul.products li.product a h2 {
  margin-top: 9px;
}
ul.products li.product .button, ul.products li.product .add_to_cart_button {
  display: none;
}
@keyframes pulse {
  0% {
    background: #5D6874;
  }
  70% {
    background: #163458;
  }
  100% {
    background: #5D6874;
  }
}
.return-to-shop a {
  margin-top: 1.2rem;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FEFEFE !important;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #163458;
  transition: all 0.25s ease-in-out;
}
.return-to-shop a:hover, .return-to-shop a:focus {
  background: #5D6874;
}

li.product.type-product.post-708.status-publish.first.instock.product_cat-rectangular-tables.product_cat-dining-room.has-post-thumbnail.product-type-simple,
li.product.type-product.post-826.status-publish.first.instock.product_cat-bar-stools.product_cat-dining-room.has-post-thumbnail.product-type-simple,
li.product.type-product.post-837.status-publish.first.instock.product_cat-rectangular-tables.product_cat-extending-tables.product_cat-dining-room.has-post-thumbnail.product-type-simple,
li.product.type-product.post-873.status-publish.first.instock.product_cat-living-room.product_cat-coffee-tables.has-post-thumbnail.product-type-simple,
li.product.type-product.post-877.status-publish.first.instock.product_cat-living-room.product_cat-coffee-tables.has-post-thumbnail.product-type-simple {
  clear: both;
}

.woocommerce-pagination {
  clear: both;
}
.woocommerce-pagination .page-numbers {
  margin: 0;
  display: flex;
  justify-content: center;
  list-style: none;
}
.woocommerce-pagination .page-numbers li span, .woocommerce-pagination .page-numbers li a {
  width: 30px;
  height: 30px;
  margin: 5px;
  background-color: #FEFEFE;
  border: 1px solid #163458;
  border-radius: 100%;
  color: #163458;
  font-size: 12px;
  line-height: 28px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li a.current {
  background-color: #163458;
  border: 1px solid #163458;
  color: #FEFEFE;
}

.grid-item {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 470px) {
  .filters .filterBtn, .secondary-filters .filterBtn {
    width: 50% !important;
  }
}
@media screen and (max-width: 640px) {
  .filters, .secondary-filters {
    padding: 25px 0;
  }
  .filters .filterBtn, .secondary-filters .filterBtn {
    width: 50% !important;
    float: left;
    font-size: 14px !important;
  }
  .filters .filterBtn img, .filters .filterBtn svg , .secondary-filters .filterBtn img, .secondary-filters .filterBtn svg  {
    margin-bottom: 5px !important;
  }
}
/**
* _product-category-pages - Medium.
*/
@media screen and (min-width: 640px) {
  .tax-brands .introduction .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
  .tax-product_cat .internal-banner .content {
    height: 280px;
  }
  .tax-product_cat .internal-banner, .tax-brands .internal-banner, .tax-collection .internal-banner, .post-type-archive-product .internal-banner {
    height: 500px;
  }
  .tax-product_cat .internal-banner .cell, .tax-brands .internal-banner .cell, .tax-collection .internal-banner .cell, .post-type-archive-product .internal-banner .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .tax-product_cat ul.products li.product, .tax-brands ul.products li.product, .tax-collection ul.products li.product, .post-type-archive-product ul.products li.product {
    width: calc(50% - 20px);
    margin: 0 0px 0 20px;
  }
  .tax-product_cat ul.products li.product a .product-image, .tax-brands ul.products li.product a .product-image, .tax-collection ul.products li.product a .product-image, .post-type-archive-product ul.products li.product a .product-image {
    height: 550px;
  }
  .term-sofas ul.products li.product, .term-chairs ul.products li.product,
  .term-dining-room ul.products li.product, .term-living-room ul.products li.product, .term-bed-studio ul.products li.product {
    margin-top: 40px !important;
  }
  .term-bed-studio ul.products li.product .product-image {
    height: 613px;
  }
  form #filter_types .filterBtn, form #filter_brand_type_1 .filterBtn {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .filters .filterBtn, .secondary-filters .filterBtn {
    flex-direction: column;
    justify-content: center;
    width: 25%;
    float: left;
  }
  .filters .filterBtn svg, .filters .filterBtn img, .secondary-filters .filterBtn svg, .secondary-filters .filterBtn img {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .filterBtn {
    font-size: 16px !important;
  }
}
/**
* _product-category-pages - Large.
*/
@media screen and (min-width: 1024px) {
  .tax-brands .introduction .opaque-word {
    top: 200px;
  }
  .tax-product_cat .internal-banner, .tax-brands .internal-banner, .tax-collection .internal-banner, .post-type-archive-product .internal-banner {
    height: 655px;
  }
  .tax-product_cat .internal-banner .content, .tax-brands .internal-banner .content, .tax-collection .internal-banner .content, .post-type-archive-product .internal-banner .content {
    padding: 20px 45px 25px 45px;
  }
  .tax-product_cat .internal-banner .opaque-word, .tax-brands .internal-banner .opaque-word, .tax-collection .internal-banner .opaque-word, .post-type-archive-product .internal-banner .opaque-word {
    bottom: 65px;
  }
  .tax-product_cat .inspiration, .tax-brands .inspiration, .tax-collection .inspiration, .post-type-archive-product .inspiration {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .tax-product_cat ul.products li.product, .tax-brands ul.products li.product, .tax-collection ul.products li.product, .post-type-archive-product ul.products li.product {
    width: calc(33.3% - 25px);
    margin: 0 0px 0 20px;
  }
  .tax-product_cat .internal-banner, .tax-brands .internal-banner, .tax-collection .internal-banner, .post-type-archive-product .internal-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .tax-product_cat .internal-banner .cell, .tax-brands .internal-banner .cell, .tax-collection .internal-banner .cell, .post-type-archive-product .internal-banner .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .tax-product_cat .introduction, .tax-product_cat .inspiration, .tax-brands .introduction, .tax-brands .inspiration, .tax-collection .introduction, .tax-collection .inspiration, .post-type-archive-product .introduction, .post-type-archive-product .inspiration {
    padding-left: 0;
    padding-right: 0;
  }
  .tax-product_cat ul.products, .tax-brands ul.products, .tax-collection ul.products, .post-type-archive-product ul.products {
    padding-left: 0;
    padding-right: 0;
  }
  .filters strong, .secondary-filters strong {
    width: auto !important;
    display: flex !important;
    margin: 0 !important;
  }
  form #filter_types .filterBtn, form #filter_brand_type_1 .filterBtn {
    padding: 10px 40px;
  }
  ul.products li.product a .product-image .btn {
    opacity: 0;
  }
  ul.products li.product a .product-image .btn:hover, ul.products li.product a .product-image .btn:focus {
    border: 1px solid #DCE1E6;
    background: rgba(220, 225, 230, 0.15);
    color: #fff;
  }
  ul.products li.product a:hover .product-image, ul.products li.product a:focus .product-image {
    transform: translateY(-20px);
    transition-delay: 0.2s;
  }
  ul.products li.product a:hover .product-image .btn, ul.products li.product a:focus .product-image .btn {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
/**
* _product-category-pages - XL.
*/
/**
* _product-category-pages - XXL.
*/
form {
  width: 100%;
}
form #filter_types, form #filter_brand_type_1 {
  padding: 65px 0;
}
form #filter_types:after, form #filter_brand_type_1:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.25;
  background: #DCE1E6;
}
form #filter_types button, form #filter_brand_type_1 button {
  padding: 10px;
}

.filters strong, .secondary-filters strong {
  z-index: 2;
  text-transform: uppercase;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #163458;
  padding: 10px;
  width: 100%;
  display: block;
  margin: 0 20px 20px;
}
.filters .filterBtn, .secondary-filters .filterBtn {
  cursor: pointer;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  color: #73859B;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
  padding: 10px 20px;
  transition: all 0.25s ease-in-out;
}
.filters .filterBtn img, .filters .filterBtn svg, .secondary-filters .filterBtn img, .secondary-filters .filterBtn svg {
  margin-right: 0;
  margin-bottom: 10px;
  height: 45px;
  opacity: 0.6;
  transition: all 0.25s ease-in-out;
}
.filters .filterBtn.mixitup-control-active, .filters .filterBtn:hover, .secondary-filters .filterBtn.mixitup-control-active, .secondary-filters .filterBtn:hover {
  color: #163458;
  text-decoration: underline;
}
.filters .filterBtn.mixitup-control-active img, .filters .filterBtn.mixitup-control-active svg, .filters .filterBtn:hover img, .filters .filterBtn:hover svg, .secondary-filters .filterBtn.mixitup-control-active img, .secondary-filters .filterBtn.mixitup-control-active svg, .secondary-filters .filterBtn:hover img, .secondary-filters .filterBtn:hover svg {
  opacity: 1;
}
.filters .filterBtn.disabled, .secondary-filters .filterBtn.disabled {
  display: none;
}

.mixitup-pagination .mixitup-page-stats {
  text-align: center;
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.mixitup-pagination .mixitup-page-list .mixitup-control {
  cursor: pointer;
  width: 58px;
  height: 49px;
  margin: 1px;
  background-color: rgba(220, 225, 230, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #DCE1E6;
  color: rgba(220, 225, 230, 0.15);
}
.mixitup-pagination .mixitup-page-list .mixitup-control:not(.mixitup-control-prev):not(.mixitup-control-next) {
  display: none;
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev, .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-next {
  position: relative;
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev:after, .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-next:after {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/arrow-navy.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev.mixitup-control-disabled, .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-next.mixitup-control-disabled {
  opacity: 0.5;
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev:hover, .mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-next:hover {
  border-color: #73859B;
  background: rgba(185, 194, 204, 0.5);
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev {
  margin-right: 10px;
}
.mixitup-pagination .mixitup-page-list .mixitup-control.mixitup-control-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}

/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _single-product-pages - Small.
*/
.product-page-body {
  overflow: hidden;
}

.single-product .navigation {
  top: 1px;
}
.single-product main#content {
  overflow: visible;
}
.single-product .woocommerce-data .product-img--main {
  position: relative;
  overflow: hidden;
  height: auto;
  width: 100%;
}
.single-product .woocommerce-data .product-img--main__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-product .woocommerce-data .gallery-images img {
  margin-bottom: 10px;
}
.single-product .woocommerce-data .gallery-images a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .woocommerce-data .gallery-images-slider {
  height: 520px;
}
.single-product .woocommerce-data .gallery-images-slider .slick-list {
  overflow: visible;
}
.single-product .woocommerce-data .gallery-images-slider .slick-slide {
  width: 328px;
  padding: 0 6px;
  height: 425px;
}
.single-product .woocommerce-data .gallery-images-slider .slick-slide div:not(.circle) {
  height: 100%;
}
.single-product .woocommerce-data .gallery-images-slider .slick-slide img, .single-product .woocommerce-data .gallery-images-slider .slick-slide picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.25s ease-in-out;
}
.single-product .woocommerce-data .gallery-images-slider .slick-slide a {
  height: 100% !important;
}
.single-product .woocommerce-data .gallery-images-slider .slick-next, .single-product .woocommerce-data .gallery-images-slider .slick-prev {
  bottom: 0;
}
.single-product .woocommerce-data .gallery-images-slider .slick-prev {
  right: 50%;
  left: auto;
}
.single-product .woocommerce-data .gallery-images-slider .slick-next {
  right: calc(50% - 70px);
}
.single-product .woocommerce-information {
  padding-left: calc(15px + 0.9375rem);
  padding-right: calc(15px + 0.9375rem);
}
.single-product .woocommerce-information h2.category-title {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 9px;
}
.single-product .woocommerce-information h2.category-title a {
  color: #163458;
  text-decoration: none;
}
.single-product .woocommerce-information h1 {
  margin-bottom: 25px;
}
.single-product .woocommerce-information ul {
  margin: 1.5rem 0 1rem 1rem;
  float: left;
  list-style: circle;
}
.single-product .woocommerce-information ul#highlights {
  list-style: none;
  margin-left: 0;
  width: 100%;
  margin: 60px 0 15px 0;
}
.single-product .woocommerce-information ul#highlights li {
  list-style: none;
  padding: 50px 30px 50px 0;
  width: 100%;
}
.single-product .woocommerce-information ul#highlights li strong {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.single-product .woocommerce-information ul#highlights li strong .price {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: initial;
  display: block;
  margin: 3px 0 5px 0;
}
.single-product .woocommerce-information ul#highlights li.personalisation:after, .single-product .woocommerce-information ul#highlights li.price-guide:after, .single-product .woocommerce-information ul#highlights li.available:after, .single-product .woocommerce-information ul#highlights li.not-available:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: calc(-15px - 0.975rem);
  width: calc(100% + 1000px);
  height: 100%;
  background: #73859B;
  opacity: 0.25;
  z-index: -1;
}
.single-product .woocommerce-information ul#highlights li.price-guide:after, .single-product .woocommerce-information ul#highlights li.personalisation:after {
  background: #DCE1E6;
}
.single-product .woocommerce-information ul#highlights li.personalisation span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}
.single-product .woocommerce-information ul#highlights li.personalisation span img {
  width: 36px;
  margin: 0 0 15px 0;
}
.single-product .woocommerce-information ul li {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #163458;
  list-style: circle;
}
.single-product .woocommerce-information ul li:first-of-type {
  margin-top: 20px;
}
.single-product .woocommerce-information ul li:last-of-type {
  margin-bottom: 20px;
}
.single-product .woocommerce-information ul li img {
  margin-left: 22px;
}
.single-product .woocommerce-information ul li strong {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #163458;
  width: 100%;
  display: block;
  clear: both;
}
.single-product .woocommerce-information ul li p {
  clear: both;
  float: left;
}
.single-product .woocommerce-information .title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product .woocommerce-information .title-wrapper .product_title {
  text-transform: none;
}
.single-product .woocommerce-information .title-wrapper .available {
  text-transform: none;
  height: 30px;
}
.single-product .woocommerce-information .title-wrapper .available i {
  margin-right: 8px;
}
.single-product .woocommerce-information .title-wrapper .available strong {
  font-weight: 400;
}
.single-product .woocommerce-information p, .single-product .woocommerce-information ol li, .single-product .woocommerce-information ul li {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #163458 !important;
  clear: both;
  float: left;
  text-transform: none;
}
.single-product .woocommerce-information a:not(.btn) {
  color: #163458;
  display: inline-block;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.single-product .woocommerce-information a:not(.btn):hover, .single-product .woocommerce-information a:not(.btn):focus {
  color: #5D6874;
}
.single-product .woocommerce-information a.btn {
  clear: both;
  float: left;
}
.single-product .woocommerce-information .ctas {
  clear: both;
  flex-wrap: wrap;
}
.single-product .woocommerce-information .ctas .btn {
  margin-right: 20px;
  margin-top: 1rem;
}
.single-product .woocommerce-information ol li p, .single-product .woocommerce-information ul li p {
  margin-bottom: 0;
}
.single-product .woocommerce-information ol li:not(:last-of-type), .single-product .woocommerce-information ul li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.single-product .full-width-image-banner {
  height: auto;
}
.single-product .full-width-image-banner .underlay {
  width: 100%;
  height: 50%;
  top: auto;
  bottom: 0;
}
.single-product .personalisation {
  padding-left: 15px;
  padding-right: 15px;
}
.single-product .personalisation .opaque-word {
  right: -20px;
  top: -120px;
  z-index: 0;
}
.single-product .personalisation p {
  color: #163458;
}
.single-product .personalisation h2 br {
  display: none;
}
.single-product .woocommerce-related-products .slick-track {
  height: 100%;
}
.single-product .woocommerce-related-products .slick-slider {
  width: 100% !important;
}
.single-product .woocommerce-related-products .slick-slide {
  width: 328px;
  padding: 0 6px;
}
.single-product .woocommerce-related-products .slick-slide div, .single-product .woocommerce-related-products .slick-slide a {
  height: 100%;
  display: block;
}
.single-product .woocommerce-related-products .slick-slide div .product-image, .single-product .woocommerce-related-products .slick-slide a .product-image {
  height: 425px;
}
.single-product .woocommerce-related-products .slick-prev {
  right: 50%;
  left: auto;
}
.single-product .woocommerce-related-products .slick-next {
  right: calc(50% - 70px);
}
.single-product .woocommerce-related-products .opaque-word {
  top: -60px;
  right: 0;
}
.single-product .woocommerce-related-products a .product-image {
  overflow: hidden;
  position: relative;
  height: 550px;
  transition: all 0.25s ease-in-out;
}
.single-product .woocommerce-related-products a .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .woocommerce-related-products a .product-image .btn {
  bottom: 135px;
  left: 50%;
  width: calc(100% - 65px);
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  opacity: 1;
}
.single-product .woocommerce-related-products a h2 {
  margin-top: 9px;
}
.single-product .woocommerce-related-products .woocommerce-loop-product__brand {
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  display: block;
}
.single-product .brand-banner .opaque-word {
  top: 100px;
}

.woocommerce-tabs {
  display: none;
}

.brand-banner {
  padding-left: 15px !important;
  padding-right: 15px !important;
  overflow: hidden;
}
.brand-banner * {
  color: #FEFEFE;
}
.brand-banner .logo {
  width: 210px;
  max-height: 170px;
  filter: invert(1) brightness(1000);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
.brand-banner .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.brand-banner .overlay {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
}
.brand-banner .opaque-word {
  z-index: 1;
  left: -20px;
  top: 220px;
}
.brand-banner .columns {
  -moz-column-count: 0;
       column-count: 0;
  -moz-column-gap: 0px;
       column-gap: 0px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.brand-banner .grid-container {
  z-index: 2;
}

/**
* _single-product-pages - Medium.
*/
@media screen and (min-width: 640px) {
  .single-product .breadcrumbs .internal-breadcrumb, .page-template-page-board-room .breadcrumbs .internal-breadcrumb {
    font-size: 18px;
  }
  .single-product .woocommerce-gallery, .page-template-page-board-room .woocommerce-gallery {
    margin-bottom: 0;
  }
  .single-product .woocommerce-gallery .gallery-featured a.single, .page-template-page-board-room .woocommerce-gallery .gallery-featured a.single {
    height: 420px;
  }
  .single-product .woocommerce-gallery .gallery-thumbnails a.single, .page-template-page-board-room .woocommerce-gallery .gallery-thumbnails a.single {
    height: 100px;
  }
  .single-product .woocommerce-information ul#highlights, .page-template-page-board-room .woocommerce-information ul#highlights {
    margin: 30px 0;
  }
  .single-product .woocommerce-information ul li:first-of-type, .page-template-page-board-room .woocommerce-information ul li:first-of-type {
    margin-top: 0;
  }
  .single-product .woocommerce-information ul li:last-of-type, .page-template-page-board-room .woocommerce-information ul li:last-of-type {
    margin-bottom: 0;
  }
  .single-product .woocommerce-information, .page-template-page-board-room .woocommerce-information {
    padding-left: calc(15px + 0.9375rem);
    padding-right: calc(15px + 0.9375rem);
  }
  .single-product .woocommerce-information h2.category-title, .page-template-page-board-room .woocommerce-information h2.category-title {
    font-family: europa, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .single-product .woocommerce-information h2.category-title a, .page-template-page-board-room .woocommerce-information h2.category-title a {
    color: #163458;
    text-decoration: none;
  }
  .single-product .woocommerce-information ul#highlights li strong .price, .page-template-page-board-room .woocommerce-information ul#highlights li strong .price {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .brand-banner .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }
}
/**
* _single-product-pages - Large.
*/
@media screen and (min-width: 1024px) {
  .product-page-body {
    overflow: visible;
  }
  .single-product .woocommerce-gallery, .page-template-page-board-room .woocommerce-gallery {
    padding-right: 30px;
    order: unset;
  }
  .single-product .woocommerce-availabilty .small-12.medium-6.large-3.cell, .page-template-page-board-room .woocommerce-availabilty .small-12.medium-6.large-3.cell {
    padding: 0 40px 0 0;
  }
  .single-product .woocommerce-information, .page-template-page-board-room .woocommerce-information {
    position: sticky;
    top: 120px;
    height: -moz-fit-content !important;
    height: fit-content !important;
    padding-left: 0;
  }
  .single-product .woocommerce-information ul#highlights li.personalisation:after, .single-product .woocommerce-information ul#highlights li.price-guide:after, .single-product .woocommerce-information ul#highlights li.available:after, .single-product .woocommerce-information ul#highlights li.not-available:after, .page-template-page-board-room .woocommerce-information ul#highlights li.personalisation:after, .page-template-page-board-room .woocommerce-information ul#highlights li.price-guide:after, .page-template-page-board-room .woocommerce-information ul#highlights li.available:after, .page-template-page-board-room .woocommerce-information ul#highlights li.not-available:after {
    left: -1000px;
  }
  .single-product .personalisation h2, .page-template-page-board-room .personalisation h2 {
    top: -12px;
    position: relative;
  }
  .single-product .personalisation h2 br, .page-template-page-board-room .personalisation h2 br {
    display: block;
  }
  .single-product .personalisation, .single-product .brand-banner, .page-template-page-board-room .personalisation, .page-template-page-board-room .brand-banner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .single-product .woocommerce-related-products a .product-image .btn, .page-template-page-board-room .woocommerce-related-products a .product-image .btn {
    opacity: 0;
  }
  .single-product .woocommerce-related-products a .product-image .btn:hover, .single-product .woocommerce-related-products a .product-image .btn:focus, .page-template-page-board-room .woocommerce-related-products a .product-image .btn:hover, .page-template-page-board-room .woocommerce-related-products a .product-image .btn:focus {
    border: 1px solid #DCE1E6;
    background: rgba(220, 225, 230, 0.15);
    color: #fff;
  }
  .single-product .woocommerce-related-products a:hover .product-image, .single-product .woocommerce-related-products a:focus .product-image, .page-template-page-board-room .woocommerce-related-products a:hover .product-image, .page-template-page-board-room .woocommerce-related-products a:focus .product-image {
    transform: translateY(-20px);
    transition-delay: 0.2s;
  }
  .single-product .woocommerce-related-products a:hover .product-image .btn, .single-product .woocommerce-related-products a:focus .product-image .btn, .page-template-page-board-room .woocommerce-related-products a:hover .product-image .btn, .page-template-page-board-room .woocommerce-related-products a:focus .product-image .btn {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
/**
* _single-product-pages - XL.
*/
/**
* _single-product-pages - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _contact_page - Small.
*/
.page-template-page-contact .gm-ui-hover-effect, .page-template-page-contact .gm-style-iw-tc,
.page-template-page-contact-us .gm-ui-hover-effect,
.page-template-page-contact-us .gm-style-iw-tc {
  display: none !important;
}
.page-template-page-contact .gm-style .gm-style-iw-c,
.page-template-page-contact-us .gm-style .gm-style-iw-c {
  border-radius: 0;
  box-shadow: none;
  padding: 20px 20px 10px 20px !important;
  top: 10px;
}
.page-template-page-contact .gm-style .gm-style-iw-c .gm-style-iw-d div,
.page-template-page-contact-us .gm-style .gm-style-iw-c .gm-style-iw-d div {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #163458;
  line-height: 24px;
  font-size: 16px;
}
.page-template-page-contact .gm-style .gm-style-iw-c .gm-style-iw-d div br,
.page-template-page-contact-us .gm-style .gm-style-iw-c .gm-style-iw-d div br {
  display: none;
}
.page-template-page-contact .internal-banner,
.page-template-page-contact-us .internal-banner {
  height: 355px;
}
.page-template-page-contact .internal-banner .background,
.page-template-page-contact-us .internal-banner .background {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: none;
  background-size: cover !important;
  z-index: 1;
}
.page-template-page-contact .internal-content,
.page-template-page-contact-us .internal-content {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-contact .form,
.page-template-page-contact-us .form {
  margin-bottom: 45px;
}
.page-template-page-contact .btn,
.page-template-page-contact-us .btn {
  margin-top: 1.5rem;
}
.page-template-page-contact .btn span,
.page-template-page-contact-us .btn span {
  color: #FEFEFE;
}
.page-template-page-contact .btn:hover, .page-template-page-contact .btn:focus,
.page-template-page-contact-us .btn:hover,
.page-template-page-contact-us .btn:focus {
  text-decoration: none;
}
.page-template-page-contact .hours .image,
.page-template-page-contact-us .hours .image {
  order: 2;
}
.page-template-page-contact .hours img,
.page-template-page-contact-us .hours img {
  position: relative;
  width: 100%;
  height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  left: 0;
}
.page-template-page-contact .details,
.page-template-page-contact-us .details {
  order: 2;
}
.page-template-page-contact .details br,
.page-template-page-contact-us .details br {
  display: none;
}
.page-template-page-contact .details h2,
.page-template-page-contact-us .details h2 {
  margin-bottom: 30px;
}
.page-template-page-contact .details h2:nth-of-type(n+2),
.page-template-page-contact-us .details h2:nth-of-type(n+2) {
  margin-top: 55px;
}
.page-template-page-contact .details p,
.page-template-page-contact-us .details p {
  color: #163458;
}
.page-template-page-contact .details a,
.page-template-page-contact-us .details a {
  text-decoration: none !important;
  position: relative;
}
.page-template-page-contact .details a:not(.btn):before, .page-template-page-contact .details a:not(.btn):after,
.page-template-page-contact-us .details a:not(.btn):before,
.page-template-page-contact-us .details a:not(.btn):after {
  width: 0;
  height: 1px;
  top: calc(100% + 3px);
  right: 0;
  position: absolute;
  content: "";
}
.page-template-page-contact .details a:not(.btn):before,
.page-template-page-contact-us .details a:not(.btn):before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.page-template-page-contact .details a:not(.btn):after,
.page-template-page-contact-us .details a:not(.btn):after {
  background-color: #163458;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.page-template-page-contact .details a:not(.btn):hover, .page-template-page-contact .details a:not(.btn):focus,
.page-template-page-contact-us .details a:not(.btn):hover,
.page-template-page-contact-us .details a:not(.btn):focus {
  color: #163458 !important;
  text-decoration: none !important;
}
.page-template-page-contact .details a:not(.btn):hover:after, .page-template-page-contact .details a:not(.btn):focus:after,
.page-template-page-contact-us .details a:not(.btn):hover:after,
.page-template-page-contact-us .details a:not(.btn):focus:after {
  width: 100%;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.page-template-page-contact .details ol li, .page-template-page-contact .details ul li,
.page-template-page-contact-us .details ol li,
.page-template-page-contact-us .details ul li {
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.page-template-page-contact .details .contact-social,
.page-template-page-contact-us .details .contact-social {
  margin: 20px 0;
}
.page-template-page-contact .details .contact-social a,
.page-template-page-contact-us .details .contact-social a {
  text-decoration: none !important;
  font-size: 18px;
}
.page-template-page-contact .details .contact-social a.contact,
.page-template-page-contact-us .details .contact-social a.contact {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 35px;
  font-size: 16px;
}
.page-template-page-contact .details .contact-social a:not(:first-of-type),
.page-template-page-contact-us .details .contact-social a:not(:first-of-type) {
  margin-left: 20px;
}
.page-template-page-contact .form,
.page-template-page-contact-us .form {
  position: relative;
}
.page-template-page-contact .form .frm_forms,
.page-template-page-contact-us .form .frm_forms {
  margin-top: 2rem;
}
.page-template-page-contact form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .page-template-page-contact form .frm_form_fields fieldset .frm_fields_container .frm_form_field select,
.page-template-page-contact-us form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]),
.page-template-page-contact-us form .frm_form_fields fieldset .frm_fields_container .frm_form_field select {
  height: 50px;
}
.page-template-page-contact form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]), .page-template-page-contact form .frm_form_fields fieldset .frm_fields_container .frm_form_field select, .page-template-page-contact form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea,
.page-template-page-contact-us form .frm_form_fields fieldset .frm_fields_container .frm_form_field input:not([type=checkbox]),
.page-template-page-contact-us form .frm_form_fields fieldset .frm_fields_container .frm_form_field select,
.page-template-page-contact-us form .frm_form_fields fieldset .frm_fields_container .frm_form_field textarea {
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
}
.page-template-page-contact .acf-map,
.page-template-page-contact-us .acf-map {
  width: 100%;
  height: 620px;
}
.page-template-page-contact .acf-map img,
.page-template-page-contact-us .acf-map img {
  max-width: inherit !important;
}

/**
* _contact-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-contact .gm-style .gm-style-iw-c .gm-style-iw-d div br,
  .page-template-page-contact-us .gm-style .gm-style-iw-c .gm-style-iw-d div br {
    display: block;
  }
  .page-template-page-contact .internal-banner,
  .page-template-page-contact-us .internal-banner {
    height: 455px;
  }
  .page-template-page-contact .internal-content,
  .page-template-page-contact-us .internal-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-contact .form,
  .page-template-page-contact-us .form {
    margin-bottom: 0;
  }
  .page-template-page-contact .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field,
  .page-template-page-contact-us .frm_forms form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
    margin: 0 0 2.9375rem 0;
  }
  .page-template-page-contact .acf-map,
  .page-template-page-contact-us .acf-map {
    height: 500px;
  }
  .page-template-page-contact .hours .image,
  .page-template-page-contact-us .hours .image {
    order: unset;
  }
  .page-template-page-contact .hours img,
  .page-template-page-contact-us .hours img {
    height: 500px;
  }
  .page-template-page-contact .details,
  .page-template-page-contact-us .details {
    order: unset;
  }
  .page-template-page-contact .details h2:nth-of-type(n+2),
  .page-template-page-contact-us .details h2:nth-of-type(n+2) {
    margin-top: 100px;
  }
  .page-template-page-contact .details br,
  .page-template-page-contact-us .details br {
    display: block;
  }
}
/**
* _contact-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-contact .internal-banner,
  .page-template-page-contact-us .internal-banner {
    height: 655px;
  }
  .page-template-page-contact .acf-map,
  .page-template-page-contact-us .acf-map {
    height: 655px;
  }
  .page-template-page-contact .hours img,
  .page-template-page-contact-us .hours img {
    width: 513px;
    height: 500px;
    max-width: 513px;
  }
}
/**
* _contact-page - XL.
*/
/**
* _contact-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _search-page - Small.
*/
.page-search .introduction {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.page-search .introduction .cell {
  justify-content: space-around;
}
.page-search .introduction .btn {
  margin: 0 0 2rem 0;
}
.page-search .introduction .background {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.page-search .introduction .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.page-search .introduction .cell {
  z-index: 2;
}
.page-search .introduction .cell h1 {
  z-index: 2;
}
.page-search .introduction h1 {
  font-size: 45px;
  line-height: 56px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.page-search .introduction h1 span {
  color: #73859b;
}
.page-search .introduction p {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-search .introduction p:first-of-type {
  color: #163458;
}
.page-search .found-products {
  height: -moz-fit-content !important;
  height: fit-content !important;
  padding-left: 15px;
  padding-right: 15px;
}
.page-search .found-products a .product-image {
  overflow: hidden;
  position: relative;
  height: 550px;
  transition: all 0.25s ease-in-out;
}
.page-search .found-products a .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-search .found-products a .product-image .btn {
  bottom: 135px;
  left: 50%;
  width: calc(100% - 65px);
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
}
.page-search .found-products a .product-image .btn:hover, .page-search .found-products a .product-image .btn:focus {
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  color: #fff;
}
.page-search .found-products a h2 {
  margin-top: 9px;
}
.page-search .found-products a p {
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  margin: 25px 0 0 0;
  display: block;
}
.page-search .found-products a:hover .product-image, .page-search .found-products a:focus .product-image {
  transform: translateY(-20px);
  transition-delay: 0.2s;
}
.page-search .found-products a:hover .product-image .btn, .page-search .found-products a:focus .product-image .btn {
  opacity: 1;
  transition-delay: 0.2s;
}
.page-search .pagination {
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.page-search .pagination .auto {
  width: -moz-fit-content;
  width: fit-content;
  flex: unset;
}
.page-search .pagination .auto:last-of-type {
  margin-top: 1rem;
}
.page-search .pagination a {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  padding: 12px 15px;
  transition: all 0.25s ease-in-out;
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  color: #163458;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.page-search .pagination a img {
  width: 22px;
  position: relative;
  top: -1px;
}
.page-search .pagination a:hover {
  border-color: #73859B;
  background: rgba(185, 194, 204, 0.5);
  color: #163458;
}
.page-search .pagination .prev a img {
  transform: scaleX(-1);
  right: 5px;
}

/**
* _search-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-search .products a:nth-of-type(n+2) {
    margin-top: 0;
  }
  .page-search .products a:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .page-search .pagination {
    flex-direction: row;
  }
  .page-search .pagination .auto {
    width: auto;
    flex: 1 1 0px;
  }
  .page-search .pagination .auto:last-of-type {
    margin-top: 0;
  }
}
/**
* _search-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-search .introduction {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-search .found-products {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-search .products a:nth-of-type(n+3) {
    margin-top: 0;
  }
  .page-search .products a:nth-of-type(n+4) {
    margin-top: 50px;
  }
  .page-search .pagination {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/**
* _search-page - XL.
*/
/**
* _search-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _get_inspired-page - Small.
*/
.page-template-page-get-inspired .introduction {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-get-inspired .introduction .opaque-word {
  right: -15px;
  top: 80px;
  left: auto;
}
.page-template-page-get-inspired .get-inspired {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-get-inspired .get-inspired .wp-block-columns {
  flex-direction: column;
}
.page-template-page-get-inspired .get-inspired .wp-block-columns .wp-block-column:nth-of-type(2) {
  margin-top: -35px;
}
.page-template-page-get-inspired .get-inspired .cell {
  flex-wrap: wrap;
}
.page-template-page-get-inspired .get-inspired .tippy-box {
  height: 100%;
  min-height: 390px;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot {
  justify-content: unset !important;
  margin-bottom: 82px;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .tippy-content {
  padding: 0;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .tippy-box {
  border-radius: 0;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .tippy-arrow {
  display: none;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content {
  margin-top: 0;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content .content {
  text-align: left;
  width: 100%;
  float: none;
  padding: 0 0 10px 0;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content .content h5 {
  font-size: 16px;
  line-height: 20px;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content .content .btn {
  margin-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content img {
  width: 223px !important;
  height: 223px;
  -o-object-fit: cover;
     object-fit: cover;
  float: none;
  -o-object-position: bottom;
     object-position: bottom;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot {
  background-color: #163458 !important;
  border: 1px solid #FEFEFE !important;
  width: 20px;
  height: 20px;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot .wp-block-getwid-image-hotspot__dot-content,
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot .wp-block-getwid-image-hotspot__dot-icon {
  display: none;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot.has-animation-pulse:before {
  animation: none;
}
.page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__dot[aria-expanded=true] {
  background-color: #B9C2CC !important;
}

/**
* _get_inspired - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-get-inspired .introduction {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-get-inspired .get-inspired {
    padding-left: 0px;
    padding-right: 0px;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-columns {
    flex-direction: row;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-columns:nth-of-type(even) .wp-block-column:nth-of-type(2) {
    margin-top: 82px;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-columns:nth-of-type(even) .wp-block-column:first-of-type {
    margin-right: 82px;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-columns:nth-of-type(odd) .wp-block-column:nth-of-type(1) {
    margin-top: 82px;
  }
}
/**
* _get_inspired-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-get-inspired .introduction .opaque-word {
    top: 130px;
  }
  .page-template-page-get-inspired .get-inspired .tippy-box {
    height: unset;
    min-height: unset;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content {
    display: flex;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content .content {
    width: calc(100% - 223px);
    float: left;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px;
  }
  .page-template-page-get-inspired .get-inspired .wp-block-getwid-image-hotspot .wp-block-getwid-image-hotspot__tooltip-content img {
    width: 223px !important;
    height: 223px;
    float: right;
  }
}
/**
* _get_inspired-page - XL.
*/
/**
* _get_inspired-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _delivery-information-page - Small.
*/
.page-template-page-delivery .internal-banner {
  position: relative;
}
.page-template-page-delivery .internal-banner .background {
  bottom: 0;
  top: auto;
  transform: none;
  right: -620px;
  left: auto;
  background-size: contain !important;
}
.page-template-page-delivery .internal-banner p {
  margin-bottom: 0.5rem;
}
.page-template-page-delivery .video a {
  height: 300px;
  display: block;
  z-index: 1;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
}
.page-template-page-delivery .video a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-delivery .video a:before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #B9C0C8;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.page-template-page-delivery .video a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #163458;
}
.page-template-page-delivery .video a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s ease-in-out;
}
.page-template-page-delivery .video a:hover:before, .page-template-page-delivery .video a:focus:before {
  opacity: 0.4;
}
.page-template-page-delivery .video a:hover svg, .page-template-page-delivery .video a:focus svg {
  transform: translate(-50%, -50%) scale(1.1);
}
.page-template-page-delivery .video p {
  margin-top: 20px;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #163458;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-template-page-delivery .accordion {
  margin-top: 35px;
}
.page-template-page-delivery .accordion .accordion-item:last-of-type .accordion-title {
  border-bottom: 3px solid #163458;
}
.page-template-page-delivery .accordion .accordion-item:last-of-type .accordion-content {
  border-top: none;
  border-bottom: 3px solid #163458;
}
.page-template-page-delivery .accordion .accordion-item .accordion-title {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #163458;
  padding: 1.25rem 4rem 1.25rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  border: 3px solid #163458;
  border-bottom: none;
  transition: all 0.25s ease-in-out;
}
.page-template-page-delivery .accordion .accordion-item .accordion-title:hover, .page-template-page-delivery .accordion .accordion-item .accordion-title:focus {
  background: #B9C0C8;
}
.page-template-page-delivery .accordion .accordion-item .accordion-title:before {
  top: 50%;
  right: 1rem;
  margin-top: -0.2rem;
  font-size: 35px;
  font-weight: 400;
  transform: translateY(-50%);
}
.page-template-page-delivery .accordion .accordion-item .accordion-content {
  padding: 1rem 1rem 1rem 1rem;
  border: 3px solid #163458;
  border-bottom: none;
}
.page-template-page-delivery .accordion .accordion-item .accordion-content ul {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #5D6874;
  list-style: circle;
}
.page-template-page-delivery .accordion .accordion-item .accordion-content ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

/**
* _delivery-information-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-delivery .video a {
    height: 450px;
  }
  .page-template-page-delivery .accordion .accordion-item .accordion-content {
    padding: 1rem 5rem 1rem 1rem;
  }
}
/**
* _delivery-information-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-delivery .internal-banner .background {
    right: -420px;
  }
  .page-template-page-delivery .accordion .accordion-item .accordion-content {
    padding: 1rem 10rem 1rem 1rem;
  }
}
/**
* _delivery-information-page - XL.
*/
/**
* _delivery-information-page - XXL.
*/
@media screen and (min-width: 1440px) {
  .page-template-page-delivery .internal-banner .background {
    right: -620px;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _about-page - Small.
*/
.page-template-page-about .introduction {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-about .introduction p {
  padding-right: 0;
}
.page-template-page-about .team {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-about .team .member {
  height: 550px;
  display: block;
  overflow: hidden;
  margin-left: 5px;
  margin-right: 5px;
}
.page-template-page-about .team .member:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.04%, #000 100%);
  transition: cubic-bezier(0.1, 0.7, 1, 0.1);
}
.page-template-page-about .team .member * {
  color: #FEFEFE !important;
}
.page-template-page-about .team .member img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-about .team .member .content {
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0px 25px 25px 25px;
  transition: all 0.25s ease-in-out;
}
.page-template-page-about .team .member .content h3 {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.page-template-page-about .team .member .content p {
  opacity: 0.8;
}
.page-template-page-about .directions {
  padding-left: 15px;
  padding-right: 15px;
}
.page-template-page-about .directions br {
  display: none;
}
.page-template-page-about .directions .area-content {
  padding-top: 0;
}
.page-template-page-about .directions .area-content h2 {
  margin-bottom: 20px;
}
.page-template-page-about .directions .area-content:before {
  display: none;
}
.page-template-page-about .directions .background {
  top: 0 !important;
  right: 0 !important;
}
.page-template-page-about .directions .background img {
  max-width: 100%;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-about .directions.book h2 {
  margin-bottom: 1rem;
}
.page-template-page-about .directions.book .ctas {
  flex-wrap: wrap;
  margin-top: 55px;
}
.page-template-page-about .directions.book .ctas .btn {
  margin-top: 1rem;
}
.page-template-page-about .directions.book .ctas .btn:not(:last-of-type) {
  margin-right: 20px;
}
.page-template-page-about .directions.book .background {
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.page-template-page-about .full-width-image-banner {
  height: 780px;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-page-about .full-width-image-banner img, .page-template-page-about .full-width-image-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-about .full-width-image-banner .video-background {
  height: 100%;
}
.page-template-page-about .full-width-image-banner .circle {
  z-index: 2;
  cursor: pointer;
}

.personalisation {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.personalisation p {
  color: #163458;
}
.personalisation .point {
  background: rgba(220, 225, 230, 0.25);
  padding: 0 32px 32px 32px;
  min-height: 285px;
}
.personalisation .point h3 {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.personalisation .point p:last-of-type {
  margin-bottom: 0;
}
.personalisation .point img {
  height: 37px;
  margin-bottom: 24px;
}

/**
* _about-page - Medium.
*/
@media screen and (min-width: 640px) {
  .page-template-page-about .team .member {
    height: 455px;
  }
  .page-template-page-about .directions br {
    display: block;
  }
  .page-template-page-about .directions.book .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
}
/**
* _about-page - Large.
*/
@media screen and (min-width: 1024px) {
  .page-template-page-about .introduction {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-about .introduction .opaque-word {
    bottom: 125px;
    top: auto;
    left: -60px;
  }
  .page-template-page-about .introduction h1 {
    top: -10px;
  }
  .page-template-page-about .introduction p {
    padding-right: 25px;
  }
  .page-template-page-about .team {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-page-about .team .member {
    height: 550px;
    margin-left: 10px;
  }
  .page-template-page-about .team .member .content {
    padding: 0px 50px 40px 50px;
  }
  .page-template-page-about .directions, .page-template-page-about .personalisation {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-template-page-about .directions .background {
    top: -110px !important;
    right: -540px !important;
  }
  .page-template-page-about .directions .background img {
    max-width: 1100px;
    height: 685px;
  }
  .page-template-page-about .directions.book h2 {
    margin-bottom: 60px;
  }
  .page-template-page-about .directions.book .background {
    opacity: 1;
  }
}
/**
* _about-page - XL.
*/
/**
* _about-page - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _brands-page - Small.
*/
.tax-brands .text-image-area {
  padding-left: 15px;
  padding-right: 15px;
}
.tax-brands .story-slider-area .pattern {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tax-brands .story-slider-area * {
  color: #fff;
}
.tax-brands .story-slider-area .story-slider img {
  width: 100%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-brands .story-slider-area .story-slider .cell:nth-of-type(odd) {
  box-shadow: 4px 0px 4px 0px rgba(115, 133, 155, 0.4) inset;
}
.tax-brands .story-slider-area .story-slider .cell:nth-of-type(even) {
  box-shadow: -18px 0px 30px 0px rgba(115, 133, 155, 0.4) inset;
}
.tax-brands .story-slider-area .story-slider .slick-list {
  padding: 0 !important;
  border-radius: 8px;
}
.tax-brands .story-slider-area .story-slider .slick-next, .tax-brands .story-slider-area .story-slider .slick-prev {
  width: 58px !important;
  height: 50px !important;
  display: inline-block !important;
  background: rgba(220, 225, 230, 0.15);
  position: absolute !important;
  bottom: auto;
  top: 50%;
  transform: translateY(-135%);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid #dce1e6;
  z-index: 2;
  transition: all 0.25s ease-in-out;
}
.tax-brands .story-slider-area .story-slider .slick-next:before, .tax-brands .story-slider-area .story-slider .slick-prev:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #163458;
  text-shadow: none;
}
.tax-brands .story-slider-area .story-slider .slick-next img, .tax-brands .story-slider-area .story-slider .slick-prev img {
  width: 28px !important;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tax-brands .story-slider-area .story-slider .slick-prev {
  left: 0;
  transform: rotate(180deg) translateY(135%);
}
.tax-brands .story-slider-area .story-slider .slick-next {
  right: 0;
}
.tax-brands .story-slider-area .story-slider .slick-dots {
  display: flex;
  list-style: none;
  justify-content: center;
  margin-top: 70px;
}
.tax-brands .story-slider-area .story-slider .slick-dots .dot {
  width: 10px;
  height: 10px;
  display: block;
  background: #73859B;
  border-radius: 100%;
  z-index: 2;
  position: relative;
  margin: 0 5px;
}
.tax-brands .story-slider-area .story-slider .slick-dots .slick-active .dot {
  background: #fff;
}
.tax-brands .personalisation h2 {
  margin-top: -12px;
}
.tax-brands .personalisation .btn {
  margin-right: 10px;
}
.tax-brands .inspiration .btn {
  margin-top: 0;
  margin-right: 10px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.tax-brands .rotated-text-wrapper {
  width: 224.94px;
  position: relative;
  top: -35px;
}
.tax-brands .rotated-text-wrapper .rotated-text {
  animation: rotation 14s linear infinite;
}
.tax-brands .rotated-text-wrapper .logo {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px !important;
}
.tax-brands .introduction .opaque-word {
  left: 50%;
  transform: translate(-50%);
  font-size: 100px;
}
.tax-brands .introduction .background {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-brands .introduction .opaque-word {
  color: rgba(220, 225, 230, 0.1) !important;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.tax-brands .introduction .overlay {
  background: rgba(22, 52, 88, 0.1);
}
.tax-brands .introduction p {
  color: #FEFEFE !important;
}
.tax-brands .introduction .logo {
  width: 215px;
}
.tax-brands .introduction .logo img {
  filter: grayscale(1) brightness(10000);
}
.tax-brands .introduction .box {
  background: rgba(220, 225, 230, 0.15);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid rgb(220, 225, 230);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.tax-brands .introduction .box .btn {
  margin-top: 8px;
  text-transform: none;
  color: #fff;
}
.tax-brands .introduction .box .video {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-brands .introduction .box .video img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tax-brands .introduction .box .video .play-video {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 25px;
}
.tax-brands .filters-area {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.tax-brands .filters-area p {
  color: #163458;
}
.tax-brands .filters-area p.italy {
  margin: 45px 0;
}
.tax-brands .filters-area p.italy img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.tax-brands .filters-area .brand-filters:after, .tax-brands .filters-area .secondary-filters:after {
  width: calc(100% + 2700px) !important;
  left: -1000px;
}
.tax-brands .text-image-area .opaque-word {
  z-index: 1;
  top: -25px;
}
.tax-brands .text-image-area .grid-container {
  z-index: 2;
  position: relative;
}
.tax-brands .text-image-area img {
  height: 409px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.tax-brands .text-image-area:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #DCE1E6;
  z-index: 1;
  opacity: 0.25;
}
.tax-brands .product-listing-title {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: europa, sans-serif;
  margin-bottom: 0;
}
.tax-brands .internal-banner h1, .tax-brands .internal-banner p {
  color: #163458;
}
.tax-brands .internal-banner .background {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
  transform: none;
}
.tax-brands .internal-banner .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}

.page-template-page-brands .inspiration .btn {
  margin-top: 0;
  margin-right: 10px;
}
.page-template-page-brands .inspiration .buttons {
  margin-top: 3rem;
  order: 2;
}
.page-template-page-brands .accordion {
  margin-bottom: 0;
}
.page-template-page-brands .accordion .accordion-item:nth-of-type(1) .accordion-title, .page-template-page-brands .accordion .accordion-item:nth-of-type(4n+1) .accordion-title {
  background: #B9C2CC;
}
.page-template-page-brands .accordion .accordion-item:nth-of-type(2) .accordion-title, .page-template-page-brands .accordion .accordion-item:nth-of-type(4n+2) .accordion-title {
  background: #dce1e6;
}
.page-template-page-brands .accordion .accordion-item:nth-of-type(3) .accordion-title, .page-template-page-brands .accordion .accordion-item:nth-of-type(4n+3) .accordion-title {
  background: #73859b;
}
.page-template-page-brands .accordion .accordion-item:nth-of-type(4) .accordion-title, .page-template-page-brands .accordion .accordion-item:nth-of-type(4n+4) .accordion-title {
  background: #dce1e6;
}
.page-template-page-brands .accordion .accordion-item .accordion-title {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 130px;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px 20px 40px;
  border: none;
  box-shadow: 0px -2px 4px 0px rgba(115, 133, 155, 0.2);
}
.page-template-page-brands .accordion .accordion-item .accordion-title::before {
  display: none;
}
.page-template-page-brands .accordion .accordion-item .accordion-title img {
  max-height: 70px;
  max-width: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-page-brands .accordion .accordion-item .accordion-title .availability {
  display: flex;
  justify-content: space-between;
  position: relative;
  background: none;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  padding: 15px 0px 15px 20px;
  opacity: 1;
  width: auto;
}
.page-template-page-brands .accordion .accordion-item .accordion-title .availability svg path, .page-template-page-brands .accordion .accordion-item .accordion-title .availability svg rect, .page-template-page-brands .accordion .accordion-item .accordion-title .availability svg polygon {
  fill: #163458;
}
.page-template-page-brands .accordion .accordion-item .accordion-content {
  padding: 20px 40px 70px 40px;
  border: none;
  position: relative;
}
.page-template-page-brands .accordion .accordion-item .accordion-content img {
  right: -65px;
  top: -35px;
  width: 388px;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}
.page-template-page-brands .accordion .accordion-item .accordion-content h3 {
  width: calc(100% - 280px);
}
.page-template-page-brands .accordion .accordion-item .accordion-content .btn {
  margin-top: 0;
}
.page-template-page-brands .accordion .accordion-item.is-active .accordion-title {
  background: #ffffff;
}
.page-template-page-brands .loadMoreBtn {
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  margin-top: 2rem !important;
  padding: 14px 25px !important;
  text-transform: uppercase;
  font-family: europa, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  transition: all 0.25s ease-in-out;
  border: 1px solid #dce1e6 !important;
  background: rgba(220, 225, 230, 0.15);
  color: #163458 !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.page-template-page-brands .introduction {
  overflow: hidden;
}
.page-template-page-brands .introduction .btn {
  margin: 0 0 2rem 0;
}
.page-template-page-brands .introduction .background {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.page-template-page-brands .introduction .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.page-template-page-brands .introduction .cell {
  z-index: 2;
}
.page-template-page-brands .introduction .cell h1 {
  z-index: 2;
}
.page-template-page-brands .introduction h1 {
  font-size: 45px;
  line-height: 56px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5rem;
}
.page-template-page-brands .introduction p {
  color: #163458;
}
.page-template-page-brands .introduction svg {
  position: absolute;
  top: -30px;
  z-index: -1;
  width: 100%;
}
.page-template-page-brands .introduction .columns {
  -moz-column-count: 1;
       column-count: 1;
}
.page-template-page-brands .brands-list .loadMoreBtn {
  margin-top: 0 !important;
}
.page-template-page-brands .mobile-brands-list, .page-template-page-brands .brands-list {
  background-color: #163458;
}
.page-template-page-brands .mobile-brands-list .pattern, .page-template-page-brands .brands-list .pattern {
  width: 100%;
  top: 0;
  left: 0;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1;
}
.page-template-page-brands .mobile-brands-list h2, .page-template-page-brands .brands-list h2 {
  color: #ffffff;
}
.page-template-page-brands .mobile-brands-list .cell.single-brand:nth-of-type(n+5), .page-template-page-brands .brands-list .cell.single-brand:nth-of-type(n+5) {
  margin-top: 30px;
}
.page-template-page-brands .mobile-brands-list a .availability, .page-template-page-brands .brands-list a .availability {
  display: flex;
  justify-content: space-between;
  position: absolute;
  background: linear-gradient(181.05deg, rgba(220, 225, 230, 0.2) 0.9%, rgba(220, 225, 230, 0) 157.13%);
  -webkit-backdrop-filter: blur(5.8px);
  backdrop-filter: blur(5.8px);
  z-index: 2;
  width: 100%;
  padding: 15px 20px;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}
.page-template-page-brands .mobile-brands-list a .availability p, .page-template-page-brands .brands-list a .availability p {
  color: #DCE1E6;
  margin-bottom: 0;
}
.page-template-page-brands .mobile-brands-list a .availability .icons, .page-template-page-brands .brands-list a .availability .icons {
  display: flex;
}
.page-template-page-brands .mobile-brands-list a .availability .icons svg, .page-template-page-brands .brands-list a .availability .icons svg {
  margin: 0 8px;
  height: 21px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-template-page-brands .mobile-brands-list a .availability .icons svg rect, .page-template-page-brands .mobile-brands-list a .availability .icons svg path, .page-template-page-brands .mobile-brands-list a .availability .icons svg polygon, .page-template-page-brands .brands-list a .availability .icons svg rect, .page-template-page-brands .brands-list a .availability .icons svg path, .page-template-page-brands .brands-list a .availability .icons svg polygon {
  fill: #DCE1E6;
}
.page-template-page-brands .mobile-brands-list a .overlay, .page-template-page-brands .brands-list a .overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.5;
}
.page-template-page-brands .mobile-brands-list a .product-image, .page-template-page-brands .brands-list a .product-image {
  overflow: hidden;
  position: relative;
  height: 306px;
  transition: all 0.25s ease-in-out;
}
.page-template-page-brands .mobile-brands-list a .product-image img, .page-template-page-brands .brands-list a .product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-page-brands .mobile-brands-list a .product-image .logo, .page-template-page-brands .brands-list a .product-image .logo {
  position: absolute;
  width: 250px;
  height: auto;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-template-page-brands .mobile-brands-list a .product-image .btn, .page-template-page-brands .brands-list a .product-image .btn {
  bottom: 125px;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  transform: translateX(-50%);
  color: #fff;
  opacity: 0;
}
.page-template-page-brands .mobile-brands-list a .product-image .btn:hover, .page-template-page-brands .mobile-brands-list a .product-image .btn:focus, .page-template-page-brands .brands-list a .product-image .btn:hover, .page-template-page-brands .brands-list a .product-image .btn:focus {
  border: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  color: #fff;
}
.page-template-page-brands .mobile-brands-list a h2, .page-template-page-brands .brands-list a h2 {
  margin-top: 9px;
}
.page-template-page-brands .mobile-brands-list a:hover .product-image .availability, .page-template-page-brands .mobile-brands-list a:focus .product-image .availability, .page-template-page-brands .brands-list a:hover .product-image .availability, .page-template-page-brands .brands-list a:focus .product-image .availability {
  opacity: 1;
}
.page-template-page-brands .mobile-brands-list a:hover .product-image .logo, .page-template-page-brands .mobile-brands-list a:hover .product-image .overlay, .page-template-page-brands .mobile-brands-list a:focus .product-image .logo, .page-template-page-brands .mobile-brands-list a:focus .product-image .overlay, .page-template-page-brands .brands-list a:hover .product-image .logo, .page-template-page-brands .brands-list a:hover .product-image .overlay, .page-template-page-brands .brands-list a:focus .product-image .logo, .page-template-page-brands .brands-list a:focus .product-image .overlay {
  opacity: 0;
}
.page-template-page-brands .mobile-brands-list a:hover .product-image .btn, .page-template-page-brands .mobile-brands-list a:focus .product-image .btn, .page-template-page-brands .brands-list a:hover .product-image .btn, .page-template-page-brands .brands-list a:focus .product-image .btn {
  opacity: 1;
}

@media screen and (max-width: 470px) {
  .page-template-page-brands .accordion .accordion-item .accordion-content img {
    top: 0px;
    right: -95px;
    margin: 40px 0 40px 0;
  }
  .page-template-page-brands .accordion .accordion-item .accordion-content h3 {
    width: 100% !important;
  }
}
/**
* _brands-page - Medium.
*/
@media screen and (max-width: 640px) {
  .tax-brands ul.products li.product {
    width: 100% !important;
    min-width: 100%;
  }
  .tax-brands .introduction .logo-container {
    display: flex;
    justify-content: center;
  }
  .tax-brands .personalisation .opaque-word, .tax-brands .text-image-area .opaque-word {
    top: -80px;
    font-size: 100px;
  }
  .tax-brands .text-image-area img {
    height: 345px;
  }
  .tax-brands .story-slider-area .story-slider .slick-slide {
    width: 450px;
  }
  .tax-brands .story-slider-area .story-slider img {
    height: 525px;
  }
  .page-template-page-brands .mobile-brands-list .cell.single-brand:nth-of-type(n+3), .page-template-page-brands .brands-list .cell.single-brand:nth-of-type(n+3) {
    margin-top: 40px;
  }
  .page-template-page-brands .mobile-brands-list a .product-image .logo, .page-template-page-brands .brands-list a .product-image .logo {
    position: absolute;
    width: 165px;
  }
  .page-template-page-brands .accordion .accordion-item .accordion-content h3 {
    width: calc(100% - 220px);
  }
  .page-template-page-brands .accordion .accordion-item .accordion-content img {
    top: -75px;
    right: -150px;
  }
}
@media screen and (max-width: 470px) {
  .tax-brands .story-slider-area .story-slider .slick-slide {
    width: 350px;
  }
  .tax-brands .story-slider-area .story-slider .slick-slide img {
    height: 400px;
  }
  .page-template-page-brands .accordion .accordion-item .accordion-content img {
    top: 0;
    right: -50px;
    margin: 0 0 40px 0;
  }
}
/**
* _brands-page - Large.
*/
@media screen and (max-width: 1024px) {
  .tax-brands ul.products li.product {
    width: calc(50% - 25px) !important;
  }
}
/**
* _brands-page - XL.
*/
/**
* _brands-page - XXL.
*/
@media screen and (min-width: 640px) {
  .page-template-page-brands .introduction svg {
    top: -30px;
  }
  .page-template-page-brands .introduction .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
  .tax-brands .introduction .boxes .box:first-of-type {
    width: calc(100% - 100px);
    margin-right: 30px;
  }
  .tax-brands .introduction .boxes .box:last-of-type {
    width: 310px;
  }
  .tax-brands .introduction .opaque-word {
    top: 85px;
    left: -20px;
    transform: none;
    font-size: 150px;
  }
}
@media screen and (min-width: 1024px) {
  .page-template-page-brands .introduction svg {
    width: auto;
    top: -130px;
  }
  .page-template-page-brands .inspiration .buttons {
    margin-top: 0;
    order: unset;
  }
  .page-template-page-brands .mobile-brands-list, .page-template-page-brands .brands-list {
    background-color: #F5F6F7;
  }
  .page-template-page-brands .mobile-brands-list h2, .page-template-page-brands .brands-list h2 {
    color: #163458;
  }
  .page-template-page-brands .mobile-brands-list .cell.single-brand:nth-of-type(n+5), .page-template-page-brands .brands-list .cell.single-brand:nth-of-type(n+5) {
    margin-top: 30px;
  }
  .tax-brands .introduction .opaque-word {
    top: 150px;
    font-size: 232px;
  }
  .tax-brands .introduction .boxes {
    margin-top: -145px;
  }
}
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _bed_studio-page - Small.
*/
.bed-studio-landing-page .single-brand-image {
  max-width: 100px;
  width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  margin: 40px 0 0 0;
}
.bed-studio-landing-page .directions {
  position: relative;
  overflow: hidden;
}
.bed-studio-landing-page .directions .grid-container {
  height: 100%;
}
.bed-studio-landing-page .directions .grid-container .grid-x {
  height: 100%;
}
.bed-studio-landing-page .directions .area-content {
  padding-top: 0;
  z-index: 2;
  position: relative;
}
.bed-studio-landing-page .directions .area-content:before {
  display: none;
}
.bed-studio-landing-page .directions .area-content ol li, .bed-studio-landing-page .directions .area-content ul li {
  color: #163458;
}
.bed-studio-landing-page .directions .area-content ul li {
  list-style: circle;
}
.bed-studio-landing-page .directions .area-content a:not(.btn) {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.bed-studio-landing-page .directions .area-content a:not(.btn):hover, .bed-studio-landing-page .directions .area-content a:not(.btn):focus {
  color: #5D6874;
}
.bed-studio-landing-page .directions .area-content blockquote {
  border-left: 3px solid #163458;
}
.bed-studio-landing-page .directions .area-content blockquote p {
  color: #163458;
}
.bed-studio-landing-page .directions .background {
  opacity: 0.2;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain !important;
  background-position: 50% 0 !important;
  background-repeat: no-repeat !important;
}
.bed-studio-landing-page .directions .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bed-studio-landing-page h1, .bed-studio-landing-page h2, .bed-studio-landing-page h3, .bed-studio-landing-page h4, .bed-studio-landing-page h5, .bed-studio-landing-page h6 {
  font-family: "Quarto Regular";
  font-style: normal;
}
.bed-studio-landing-page .pre-navigation {
  background: #899AAA;
}
.bed-studio-landing-page .navigation, .bed-studio-landing-page .navigation-mobile {
  background: #163458;
}
.bed-studio-landing-page .navigation .hamburger .hamburger-box .hamburger-inner, .bed-studio-landing-page .navigation-mobile .hamburger .hamburger-box .hamburger-inner {
  background-color: #899AAA;
}
.bed-studio-landing-page .navigation .hamburger .hamburger-box .hamburger-inner:before, .bed-studio-landing-page .navigation .hamburger .hamburger-box .hamburger-inner:after, .bed-studio-landing-page .navigation-mobile .hamburger .hamburger-box .hamburger-inner:before, .bed-studio-landing-page .navigation-mobile .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #899AAA;
}
.bed-studio-landing-page .navigation .company-logo img, .bed-studio-landing-page .navigation-mobile .company-logo img {
  filter: brightness(100);
}
.bed-studio-landing-page .navigation nav ul li a, .bed-studio-landing-page .navigation-mobile nav ul li a {
  color: #FEFEFE;
}
.bed-studio-landing-page .navigation-overlay {
  background-color: #163458;
}
.bed-studio-landing-page .navigation-overlay nav ul li a {
  color: #FEFEFE;
}
.bed-studio-landing-page .navigation-overlay nav ul li a:after {
  background: #FEFEFE;
}
.bed-studio-landing-page .navigation-overlay .pre-navigation {
  background-color: #163458;
}
.bed-studio-landing-page .navigation-overlay .pre-navigation nav ul li a {
  color: #FEFEFE;
}
.bed-studio-landing-page main#content {
  margin-top: 100px !important;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner {
  position: relative;
  z-index: 1;
  height: 555px;
  overflow: hidden;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(29, 44, 68, 0.7) 0, rgba(255, 255, 255, 0) 70%);
  left: 0;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .video-container,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .video-container {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  border-right: none;
  border-left: none;
  overflow: hidden;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .video-container:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .video-container:before {
  position: absolute;
  display: block;
  content: "";
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(29, 44, 68, 0.7) 0, rgba(255, 255, 255, 0) 70%);
  left: 0;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .video-container video,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .video-container video {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .image,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container {
  z-index: 2;
  position: relative;
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container .grid-x,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container .grid-x {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container .grid-x .cell,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container .grid-x .cell {
  margin-bottom: 60px;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container h1, .bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container h1,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container p {
  color: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container p {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container h1,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container h1 {
  text-shadow: 4px 4px 3px rgba(0, 0, 0, 0.25);
}
.bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container h1:first-of-type,
.bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container h1:first-of-type {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  margin: 0;
  text-transform: uppercase;
  line-height: 22px;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-shadow: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .about,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about {
  min-height: auto;
  position: relative;
}
.bed-studio-landing-page .page-template-page-bed-studio .about h1, .bed-studio-landing-page .page-template-page-bed-studio .about h2, .bed-studio-landing-page .page-template-page-bed-studio .about h3, .bed-studio-landing-page .page-template-page-bed-studio .about h4, .bed-studio-landing-page .page-template-page-bed-studio .about h5, .bed-studio-landing-page .page-template-page-bed-studio .about h6,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h1,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h2,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h3,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h4,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h5,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about h6 {
  color: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .about p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about p {
  color: #E7E7E7;
}
.bed-studio-landing-page .page-template-page-bed-studio .about .btn,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about .btn {
  margin-top: 2rem;
}
.bed-studio-landing-page .page-template-page-bed-studio .about .pattern,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about .pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .about .pattern:after,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about .pattern:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #163458 100%);
}
.bed-studio-landing-page .page-template-page-bed-studio .about .content,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about .content {
  position: relative;
  z-index: 2;
}
.bed-studio-landing-page .page-template-page-bed-studio .about:after,
.bed-studio-landing-page .page-template-page-bed-studio-2 .about:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(29, 45, 69, 0) 0%, #1D2D45 100%);
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content ol li, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content ul li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content ol li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content ul li {
  color: #163458;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content ul li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content ul li {
  list-style: circle;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content a {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content a:hover, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content a:focus,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content a:hover,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content a:focus {
  color: #5D6874;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content blockquote,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content blockquote {
  border-left: 3px solid #163458;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .content blockquote p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .content blockquote p {
  color: #163458;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-slide,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-slide {
  padding: 0 15px;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-slide.slick-current a img,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-slide.slick-current a img {
  opacity: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-prev, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-next,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-prev,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-next {
  width: 50px !important;
  height: 50px !important;
  display: inline-block !important;
  background: #DCE0E3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-prev:before, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-next:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-prev:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-next:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #163458;
  text-shadow: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-prev.slick-disabled, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-next.slick-disabled,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-prev.slick-disabled,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-next.slick-disabled {
  opacity: 0.5;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-prev,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-prev {
  right: -120px;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-prev:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-prev:before {
  content: "\f060";
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-next,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-next {
  right: -170px;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-next:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-next:before {
  content: "\f061";
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos a {
  width: 100%;
  height: 80px;
  display: block;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos a img,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos a img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.2;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .background img,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .background img {
  width: 100% !important;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: unset !important;
  right: 0 !important;
  top: 0 !important;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds {
  height: 300px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds .slick-list,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds .slick-list {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds .slick-list .slick-track,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds .slick-list .slick-track {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds .slick-list .slick-track .slick-slide,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds .slick-list .slick-track .slick-slide {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds .slick-list .slick-track .slick-slide div,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds span,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds span {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FEFEFE;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
  right: 0;
  top: 30px;
  width: 150px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds span:after,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds span:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a .background,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.25s ease-in-out;
  transition-delay: 0.15s;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a img,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a img {
  position: absolute;
  width: 105px;
  bottom: 25px;
  right: 13px;
  filter: brightness(1000);
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a:hover .background, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a:focus .background,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a:hover .background,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a:focus .background {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
  transition-delay: 0.15s;
}
.bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a:hover span, .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a:focus span,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a:hover span,
.bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a:focus span {
  opacity: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration {
  min-height: 725px;
  position: relative;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .pattern,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .pattern {
  top: 0;
  left: 0;
  width: 100%;
  height: 515px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .pattern:after,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .pattern:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #163458 100%);
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .grid-x,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .grid-x {
  padding-top: 0;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 55px;
  padding-top: 0;
  margin-top: 0;
  z-index: 2;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content:before {
  display: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h1, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h2, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h3, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h4, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h5, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h6, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content p, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content a, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content ul li, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content ol li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h1,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h2,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h3,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h4,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h5,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h6,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content ul li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content ol li {
  color: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h2,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h2 {
  position: relative;
  width: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h2:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h2:before {
  position: absolute;
  display: block;
  content: "";
  top: -30px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FEFEFE;
  display: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .grid-container,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .grid-container {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .grid-container .grid-x,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .grid-container .grid-x {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider {
  position: relative;
  z-index: 1;
  height: 400px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h1, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h2, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h3, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h4, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h5, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider h6, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider p, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider ol li, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider ul li, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h1,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h2,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h3,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h4,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h5,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider h6,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider ol li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider ul li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider a {
  font-family: "Quarto Black";
  font-style: normal;
  color: #FEFEFE;
  font-size: 30px;
  line-height: 25px;
  padding: 10px 0 0 10px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider p,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider p {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  padding-top: 0;
  text-transform: uppercase;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev {
  position: absolute;
  bottom: 0px;
  width: 50px;
  height: 50px;
  display: block;
  background: #DCE0E3;
  z-index: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next::before, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev::before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next::before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #163458;
  text-shadow: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next.slick-disabled, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev.slick-disabled,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next.slick-disabled,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev.slick-disabled {
  pointer-events: none;
  background: rgba(220, 224, 227, 0.5);
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next.slick-disabled:before, .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev.slick-disabled:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next.slick-disabled:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev.slick-disabled:before {
  color: #DCE0E3;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev {
  left: 3px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-prev:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-prev:before {
  content: "\f060";
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next {
  left: 53px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-next:before,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-next:before {
  content: "\f061";
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-dots,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-dots {
  display: flex;
  width: 100%;
  position: absolute;
  left: -100%;
  bottom: 0;
  transform: translateX(-50%);
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-dots li,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-dots li {
  list-style: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-dots li:first-of-type,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-dots li:first-of-type {
  padding-left: 0;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-dots li.slick-active a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-dots li.slick-active a {
  background: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-dots li a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-dots li a {
  padding: 0;
  width: 10px;
  height: 10px;
  display: block;
  border: 1px solid #FEFEFE;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide {
  height: 100%;
  width: 315px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide:first-of-type,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide:first-of-type {
  padding-right: 3px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide:not(:first-of-type),
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide:not(:first-of-type) {
  padding: 0 20px 0 3px;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div {
  height: 100%;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a .background,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a .background {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  transition: all 0.25s ease-in-out;
  z-index: 1;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a .background img,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a .background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a span,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a span {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FEFEFE;
  text-transform: uppercase;
  font-size: 14px;
  text-transform: uppercase;
  right: 0;
  top: 60px;
  width: 150px;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  z-index: 2;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a span:after,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a span:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FEFEFE;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover {
  outline: none;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover .background,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover .background {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover span,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:hover span {
  opacity: 1;
  transition-delay: 0.2s;
}
.bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:focus,
.bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide div a:focus {
  outline: none;
}

.page-template-page-bed-studio-2 #bedroom-furniture .content {
  margin-bottom: 45px;
}
.page-template-page-bed-studio-2 #bedroom-furniture .single {
  overflow: hidden;
  position: relative;
  height: 250px;
}
.page-template-page-bed-studio-2 #bedroom-furniture .single a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 3px solid #182E47;
  transition: all 0.25s ease-in-out;
}
.page-template-page-bed-studio-2 #bedroom-furniture .single a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  transition: all 0.25s ease-in-out;
}
.page-template-page-bed-studio-2 #bedroom-furniture .single a:hover img, .page-template-page-bed-studio-2 #bedroom-furniture .single a:focus img {
  transform: scale(1.1);
  transition: all 0.25s ease-in-out;
  transition-delay: 0.2s;
}

@media screen and (min-width: 470px) {
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds {
    height: 375px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a img,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a img {
    width: 135px;
  }
}
@media screen and (max-width: 640px) {
  .bed-studio-landing-page .page-template-page-bed-studio .banner .video-container .grid-container .grid-x,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .banner .video-container .grid-container .grid-x {
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    padding: 0;
  }
}
/**
* _bed_studio-page - Medium.
*/
@media screen and (min-width: 640px) {
  .bed-studio-landing-page .single-brand-image {
    max-width: 200px;
  }
  .bed-studio-landing-page .directions .background {
    background-size: cover !important;
    opacity: 1;
  }
  .bed-studio-landing-page .directions .area-content {
    padding-top: 140px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .banner,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .banner {
    height: 635px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .about,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about {
    min-height: 725px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .about .background,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about .background {
    z-index: 1;
    width: 695px !important;
    height: auto !important;
    top: 50% !important;
    transform: translateY(-55%) !important;
    left: auto !important;
    right: -180px !important;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .about .background img,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about .background img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .about .video a,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about .video a {
    height: 450px;
    margin-top: 65px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos .slick-slide,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos .slick-slide {
    padding: 0 25px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds {
    height: 524px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-backgrounds a img,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-backgrounds a img {
    width: 160px;
    bottom: 30px;
    right: 19px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration:before,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration:before {
    width: 43%;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .grid-x,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .grid-x {
    padding-top: 90px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content {
    padding-bottom: 120px;
    padding-top: 40px;
    margin-top: 90px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .area-content h2:before,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .area-content h2:before {
    display: block;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .cell.small-12.medium-7.large-5.large-offset-1,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .cell.small-12.medium-7.large-5.large-offset-1 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 50%;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider {
    height: 520px;
    /*h1, h2, h3, h4, h5, h6, p, ol li, ul li,*/
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide {
    width: 400px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider a,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider a {
    padding: 20px 0 0 20px;
  }
}
/**
* _bed-studio-page - Large.
*/
@media screen and (min-width: 1024px) {
  .bed-studio-landing-page .page-template-page-bed-studio .banner .banner-slider-content .content .content-holder,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .banner .banner-slider-content .content .content-holder {
    padding: 0px 40px 40px 40px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .banner .banner-slider-content .content .slick-dots,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .banner .banner-slider-content .content .slick-dots {
    margin: 0 0 0 40px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .about .background,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about .background {
    right: -70px !important;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .shop-brands .brands-list-logos a img,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .shop-brands .brands-list-logos a img {
    max-width: 100%;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration:before,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration:before {
    width: 55.5%;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider {
    height: 550px;
  }
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration .inspirations-slider .slick-list .slick-track .slick-slide {
    width: 435px;
  }
}
/**
* _bed_studio-page - XL.
*/
@media screen and (min-width: 1200px) {
  .bed-studio-landing-page .page-template-page-bed-studio .about .background,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .about .background {
    right: 0px !important;
  }
}
/**
* _bed_studio-page - XXL.
*/
@media screen and (min-width: 1440px) {
  .bed-studio-landing-page .page-template-page-bed-studio .room-inspiration:before,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .room-inspiration:before {
    left: calc(13.66667% + 0.9375rem + 1px);
    width: 41.66667%;
  }
}
@media print, screen and (min-width: 40em) {
  .bed-studio-landing-page .page-template-page-bed-studio .banner .grid-container,
  .bed-studio-landing-page .page-template-page-bed-studio-2 .banner .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
/**
* Import Layouts.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _footer - Small.
*/
.svg-slider-arrow svg {
  display: none !important;
}

.service-carousel-container.white-bg {
  background: unset !important;
}

footer {
  overflow: hidden;
}
footer .mailing-list .cell {
  display: flex;
  align-items: center;
}
footer .mailing-list h3 {
  margin-bottom: 0;
}
footer .mailing-list form {
  margin-top: 20px;
  width: 100%;
}
footer .mailing-list form .mc4wp-response {
  margin-top: 10px;
}
footer .mailing-list form .mc4wp-response p {
  margin-bottom: 0;
}
footer .mailing-list .mc4wp-form-fields {
  display: flex;
  align-items: center;
}
footer .mailing-list .mc4wp-form-fields label {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding-left: 0;
  color: #182d47;
  padding: 0 0 0.2rem 0;
  width: calc(100% - 65px);
  display: inline-block;
  transition: all 0.25s ease-in-out;
}
footer .mailing-list .mc4wp-form-fields input {
  padding: 0.8rem;
  border-right: 0;
}
footer .mailing-list .mc4wp-form-fields input:focus {
  border-color: #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  box-shadow: none;
  border-right: none;
}
footer .mailing-list button {
  cursor: pointer;
  border-left: 0;
  border-right: 1px solid #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
  width: 60px;
  margin: 0px;
  position: relative;
  display: inline-block;
  border-left: 0 !important;
}
footer .mailing-list button img {
  width: 28px;
}
footer .mailing-list input, footer .mailing-list button {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  border: 1px solid #DCE1E6;
  margin-bottom: 0;
  height: 55px;
  color: #DCE1E6;
  background: rgba(220, 225, 230, 0.15);
}
footer .mailing-list input::placeholder, footer .mailing-list input:-ms-input-placeholder, footer .mailing-list input::-ms-input-placeholder, footer .mailing-list button::placeholder, footer .mailing-list button:-ms-input-placeholder, footer .mailing-list button::-ms-input-placeholder {
  color: #DCE1E6;
}
footer .footer-top {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 100px;
  padding-bottom: 75px;
}
footer .footer-top * {
  color: #FEFEFE !important;
}
footer .footer-top .grid-container {
  position: relative;
  z-index: 2;
}
footer .footer-top .contact-details {
  order: 3;
}
footer .footer-top .logo {
  order: 1;
  margin-bottom: 75px;
}
footer .footer-top .mailing-list {
  order: 2;
  margin-bottom: 70px;
}
footer .footer-top .company-logo {
  display: block;
  width: 200px;
  height: 75px;
}
footer .footer-top .company-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .footer-top .details {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
footer .footer-top .details .address {
  margin-bottom: 34px;
}
footer .footer-top .details .socials {
  margin-left: 45px;
}
footer .footer-top .details a {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  transition: all 0.25s ease-in-out;
}
footer .footer-top .details a.contact {
  margin-right: 20px;
}
footer .footer-top .details a.social {
  font-size: 18px;
}
footer .footer-top .details a.social:not(:first-of-type) {
  margin-left: 20px;
}
footer .footer-top .details a.social:hover, footer .footer-top .details a.social:focus {
  color: #73859B;
}
footer .footer-top .details a:hover, footer .footer-top .details a:focus {
  color: #73859B;
}
footer .footer-top .details a:not(.btn) {
  position: relative;
}
footer .footer-top .details a:not(.btn):before, footer .footer-top .details a:not(.btn):after {
  width: 0;
  height: 1px;
  top: calc(100% + 3px);
  right: 0;
  position: absolute;
  content: "";
}
footer .footer-top .details a:not(.btn):before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .footer-top .details a:not(.btn):after {
  background-color: #FEFEFE;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .footer-top .details a:not(.btn):hover, footer .footer-top .details a:not(.btn):focus {
  color: #FEFEFE !important;
  text-decoration: none !important;
}
footer .footer-top .details a:not(.btn):hover:after, footer .footer-top .details a:not(.btn):focus:after {
  width: 100%;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .footer-top .links {
  display: flex;
  justify-content: space-evenly;
}
footer .footer-bottom {
  padding-top: 24px;
  padding-bottom: 30px;
}
footer .footer-bottom:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  width: calc(100% - 25px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.25s ease-in-out;
}
footer .footer-bottom:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: #163458;
}
footer .copyright {
  color: #73859B;
}
footer .copyright a {
  color: #73859B;
  transition: all 0.25s ease-in-out;
}
footer .copyright a:hover, footer .copyright a:focus {
  color: #FEFEFE;
}
footer .copyright a:not(:last-of-type) {
  margin-right: 30px;
}
footer .dhd-author {
  width: -moz-fit-content;
  width: fit-content;
  color: #73859B;
  display: block;
  transition: all 0.25s ease-in-out;
}
footer .dhd-author img {
  padding: 0 0 2px 2px;
}
footer .dhd-author svg {
  position: relative;
  top: 2px;
  padding-left: 2px;
  width: 20px;
}
footer .dhd-author svg path {
  transition: all 0.25s ease-in-out;
  fill: #73859B;
}
footer .dhd-author:hover, footer .dhd-author:focus {
  color: #FEFEFE;
}
footer .dhd-author:hover svg path, footer .dhd-author:focus svg path {
  fill: #FEFEFE;
}

/**
* _footer - Medium.
*/
@media screen and (min-width: 640px) {
  footer .footer-top {
    padding-left: 0;
    padding-right: 0;
  }
  footer .footer-top .details {
    margin-bottom: 0;
  }
  footer .footer-top .divider {
    width: 380px;
  }
  footer .footer-top .menu {
    width: calc(50% - 10px);
    float: left;
  }
  footer .footer-top .logo {
    margin-bottom: 55px;
  }
  footer .footer-top .contact-details {
    order: 2;
    margin-bottom: 0;
  }
  footer .footer-top .mailing-list {
    order: 3;
    margin-bottom: 0;
  }
  footer .footer-top .mailing-list form {
    width: 275px;
  }
}
/**
* _footer - Large.
*/
@media screen and (min-width: 1024px) {
  footer .footer-top .contact-details {
    order: unset;
  }
  footer .footer-top .logo {
    order: unset;
    margin-bottom: 0;
  }
  footer .footer-top .mailing-list {
    order: unset;
  }
}
/**
* _footer - XL.
*/
/**
* _footer - XXL.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _header - Small.
*/
/* Sale Start */
/* Sale End */
.hamburger-is-active .navigation p {
  color: #FEFEFE !important;
}
.hamburger-is-active .navigation .company-logo svg path {
  fill: #FEFEFE !important;
}
.hamburger-is-active .navigation .hamburger span {
  color: #FEFEFE !important;
}
.hamburger-is-active .navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #FEFEFE !important;
}
.hamburger-is-active .navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #FEFEFE !important;
}

.page-template-page-get-inspired:not(.home) .navigation:after,
.page-template-page-about:not(.home) .navigation:after,
.term-chairs:not(.home) .navigation:after, .term-bed-studio:not(.home) .navigation:after, .single-product:not(.home) .navigation:after,
.page-search:not(.home) .navigation:after, .page-template-default:not(.home) .navigation:after,
.tax-brands:not(.home) .navigation:after, .page-template-page-brands:not(.home) .navigation:after {
  background: rgba(185, 194, 204, 0.5);
}
.page-template-page-get-inspired:not(.home) .navigation p,
.page-template-page-about:not(.home) .navigation p,
.term-chairs:not(.home) .navigation p, .term-bed-studio:not(.home) .navigation p, .single-product:not(.home) .navigation p,
.page-search:not(.home) .navigation p, .page-template-default:not(.home) .navigation p,
.tax-brands:not(.home) .navigation p, .page-template-page-brands:not(.home) .navigation p {
  color: #163458;
}
.page-template-page-get-inspired:not(.home) .navigation .company-logo svg path,
.page-template-page-about:not(.home) .navigation .company-logo svg path,
.term-chairs:not(.home) .navigation .company-logo svg path, .term-bed-studio:not(.home) .navigation .company-logo svg path, .single-product:not(.home) .navigation .company-logo svg path,
.page-search:not(.home) .navigation .company-logo svg path, .page-template-default:not(.home) .navigation .company-logo svg path,
.tax-brands:not(.home) .navigation .company-logo svg path, .page-template-page-brands:not(.home) .navigation .company-logo svg path {
  fill: #163458;
}
.page-template-page-get-inspired:not(.home) .navigation .hamburger span,
.page-template-page-about:not(.home) .navigation .hamburger span,
.term-chairs:not(.home) .navigation .hamburger span, .term-bed-studio:not(.home) .navigation .hamburger span, .single-product:not(.home) .navigation .hamburger span,
.page-search:not(.home) .navigation .hamburger span, .page-template-default:not(.home) .navigation .hamburger span,
.tax-brands:not(.home) .navigation .hamburger span, .page-template-page-brands:not(.home) .navigation .hamburger span {
  color: #163458;
}
.page-template-page-get-inspired:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner,
.page-template-page-about:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner,
.term-chairs:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner, .term-bed-studio:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner, .single-product:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner,
.page-search:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner, .page-template-default:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner,
.tax-brands:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner, .page-template-page-brands:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner {
  background-color: #163458;
}
.page-template-page-get-inspired:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after,
.page-template-page-about:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after,
.term-chairs:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after, .term-bed-studio:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after, .single-product:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after,
.page-search:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after, .page-template-default:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after,
.tax-brands:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after, .page-template-page-brands:not(.home) .navigation .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #163458;
}

.winter-sale-text {
  width: 100%;
  color: #fff;
  height: 56px;
  left: 0;
  z-index: 9;
}
.winter-sale-text p {
  z-index: 1;
  color: #FEFEFE;
  margin: 0;
  font-weight: 700;
}
.winter-sale-text p img {
  margin-right: 12px;
}
.winter-sale-text:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 52, 88, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.navigation {
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: 14px;
  position: fixed;
  left: 0;
  width: 100%;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.navigation.is-scrolled:after {
  background: rgba(185, 194, 204, 0.5);
}
.navigation.is-scrolled p {
  color: #163458;
}
.navigation.is-scrolled .company-logo svg path {
  fill: #163458;
}
.navigation.is-scrolled .hamburger span {
  color: #163458;
}
.navigation.is-scrolled .hamburger .hamburger-box .hamburger-inner {
  background-color: #163458;
}
.navigation.is-scrolled .hamburger .hamburger-box .hamburger-inner:after {
  background-color: #163458;
}
.navigation:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  width: calc(100% - 25px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(185, 194, 204, 0.1);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  transition: all 0.25s ease-in-out;
}
.navigation .grid-container {
  height: 100%;
}
.navigation .grid-container .grid-x {
  height: 100%;
}
.navigation .grid-container .grid-x .cell {
  height: 100%;
  position: relative;
  z-index: 2;
}
.navigation .company-logo {
  position: relative;
  z-index: 2;
  display: block;
  width: 130px;
  height: 19px;
  margin-left: 15px;
}
.navigation p {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FEFEFE;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.25s ease-in-out;
}
.navigation .hamburger {
  padding: 0;
  position: relative;
  display: flex;
  outline: 0;
  z-index: 2;
  margin-right: 15px;
}
.navigation .hamburger span {
  color: #FEFEFE;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
}
.navigation .hamburger .hamburger-box {
  width: 25px;
  height: 18px;
  margin-left: 18px;
}
.navigation .hamburger .hamburger-box .hamburger-inner {
  width: 25px;
  height: 2px;
  background-color: #FEFEFE;
  border-radius: 0;
  top: 8px;
  transition: all 0.25s ease-in-out;
}
.navigation .hamburger .hamburger-box .hamburger-inner:before {
  display: none;
}
.navigation .hamburger .hamburger-box .hamburger-inner:after {
  height: 2px;
  background-color: #FEFEFE;
  border-radius: 0;
  width: 25px;
  top: 10px;
  transition: all 0.25s ease-in-out;
}
.navigation .hamburger:hover {
  opacity: 1 !important;
}
.navigation .hamburger.is-active .hamburger-box .hamburger-inner {
  transform: translate3d(0, 5px, 0) rotate(-45deg);
}
.navigation .hamburger.is-active .hamburger-box .hamburger-inner:after {
  width: 25px;
  transform: translate3d(0px, -10px, 0px) rotate(-90deg);
}
.navigation .hamburger.is-active:hover {
  opacity: 1 !important;
}

.mega-menu {
  width: calc(100% - 25px);
  max-height: 0;
  top: 88px;
  left: 50%;
  transform: translate(-50%, 0%);
  position: fixed;
  background-color: #FEFEFE;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 3;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
  padding-left: 15px;
  padding-right: 15px;
}
.mega-menu.is-active {
  max-height: calc(100% - 105px);
}
.mega-menu nav {
  margin-bottom: 20px;
}
.mega-menu nav ul {
  margin: 0;
  list-style: none;
}
.mega-menu nav ul li {
  margin-left: 0 !important;
  transition: all 0.25s ease-in-out;
}
.mega-menu nav ul li:not(:last-of-type) {
  margin-bottom: 20px;
}
.mega-menu nav ul li a {
  color: #B9C0C8;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  font-size: 35px;
  position: relative;
  line-height: 35px;
  transition: all 0.25s ease-in-out;
}
.mega-menu nav ul li a:hover {
  color: #163458;
}
.mega-menu nav ul li a .featured-image {
  display: none;
}
.mega-menu nav ul li.current-menu-item a::after {
  opacity: 1;
}
.mega-menu .search-form {
  margin-top: 35px;
  position: relative;
}
.mega-menu .search-form label {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #163458;
  line-height: 24px;
}
.mega-menu .search-form .search-input {
  width: 100%;
  height: 50px;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem;
  margin: 1rem 0 0;
  background-color: rgba(220, 225, 230, 0.15);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #163458;
  box-shadow: none;
  color: #163458;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.mega-menu .search-form .search-input ::-webkit-input-placeholder {
  color: #B9C0C8;
}
.mega-menu .search-form .search-input :-moz-placeholder {
  color: #B9C0C8;
}
.mega-menu .search-form .search-input ::-moz-placeholder {
  color: #B9C0C8;
}
.mega-menu .search-form .search-input :-ms-input-placeholder {
  color: #B9C0C8;
}
.mega-menu .search-form button {
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: 80%;
  transform: translateY(-55%);
  width: 60px;
  height: 43px;
}
.mega-menu .search-form button img {
  width: 28px;
}

/**
* _header - Medium.
*/
@media screen and (min-width: 640px) {
  .navigation .company-logo {
    margin-left: 0;
  }
  .navigation .hamburger {
    margin-right: 0;
  }
  .mega-menu nav {
    margin-bottom: 0;
  }
  .mega-menu nav ul li ul {
    padding: 0rem 0rem 0rem 1.875rem;
    margin: 0rem 0rem 0.9375rem 0rem;
  }
}
/**
* _header - Large.
*/
@media screen and (min-width: 1024px) {
  .navigation .search-open {
    margin-left: 35px;
  }
  .navigation .search-open img {
    width: 15px;
    height: 15px;
  }
  .mega-menu {
    padding-left: 0;
    padding-right: 0;
  }
  .mega-menu.is-active {
    max-height: 800px;
  }
  .mega-menu.is-active nav ul li a .featured-image {
    display: block;
  }
  .mega-menu nav ul li a {
    font-size: 44px;
    line-height: 61px;
  }
  .mega-menu nav ul li a .featured-image {
    overflow: visible;
    display: none;
    width: 35vw;
    height: 100%;
    top: 0;
    right: 0;
    position: fixed;
    display: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    opacity: 0;
    visibility: hidden;
    cursor: auto;
    z-index: 0;
    transition: 0.6s cubic-bezier(0.2, 0.6, 0.3, 1);
  }
  .mega-menu nav ul li:hover a .featured-image {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .mega-menu nav ul li.current-menu-item a {
    color: #163458;
  }
  .mega-menu nav ul li#menu-item-76 a .featured-image, .mega-menu nav ul li#menu-item-77 a .featured-image, .mega-menu nav ul li#menu-item-78 a .featured-image, .mega-menu nav ul li#menu-item-79 a .featured-image, .mega-menu nav ul li#menu-item-4756 a .featured-image, .mega-menu nav ul li#menu-item-88 a .featured-image, .mega-menu nav ul li#menu-item-4762 a .featured-image, .mega-menu nav ul li#menu-item-87 a .featured-image {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .mega-menu nav ul li#menu-item-76 a .featured-image, .mega-menu nav ul li#menu-item-78 a .featured-image {
    -o-object-position: center right;
       object-position: center right;
  }
  .mega-menu nav ul li#menu-item-4762 a .featured-image, .mega-menu nav ul li#menu-item-87 a .featured-image {
    width: 42vw;
    -o-object-position: top right;
       object-position: top right;
  }
  .mega-menu nav ul li#menu-item-4756 a .featured-image {
    width: 42vw;
    -o-object-position: right;
       object-position: right;
  }
  .mega-menu nav ul li#menu-item-88 a .featured-image {
    width: 42vw;
    -o-object-position: bottom right;
       object-position: bottom right;
  }
}
/**
* _header - XL.
*/
/**
* _header - XXL.
*/
/**
* Import Checklist.
*/
/**
* Hybrid
* Starter Theme.
* Created by Anonymous.
*/
/**
* _checklist - max-width: 639px.
*/
/**
* _checklist - min-width: 640px and max-width: 1023px.
*/
/**
* _checklist - min-width: 1024px and max-width: 1199px.
*/
/**
* _checklist - min-width: 1200px and max-width: 1439px.
*/
/**
* _checklist - min-width: 1440px.
*/
.scroll-anchor-link {
  width: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-anchor-link img {
  width: 28px;
  display: block;
  transform: rotate(90deg);
  filter: invert(100) brightness(1000);
}

/**
* Global Styles - Small.
*/
.headline {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(220, 225, 230, 0.3) !important;
  font-size: 150px;
  line-height: 232px;
  text-transform: uppercase;
  z-index: -1;
  white-space: nowrap;
}

.headline {
  width: 100%;
  height: 150px;
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .visually-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  h1.headline {
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-clip-path: url(#lockup-headline-mask-path);
            clip-path: url(#lockup-headline-mask-path);
  }
}
.widescreen.responsive-embed, .responsive-embed {
  height: 100% !important;
  min-height: 100% !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  overflow: hidden !important;
}

/* Feefo colour changes. */
.service-carousel-container {
  max-width: 100% !important;
  padding: 20px 0 !important;
}
.service-carousel-container.mobile {
  width: 100% !important;
  min-width: 100% !important;
}
.service-carousel-container.mobile .feefo-logo {
  max-width: unset !important;
}
.service-carousel-container.mobile .link-read-more a[data-target-name="Read Review Link"] {
  border-bottom: 1px solid #DCE1E6 !important;
}
.service-carousel-container.mobile .link-read-more a[data-target-name="Read Review Link"]:hover {
  color: #163458 !important;
}
.service-carousel-container .link-read-more a {
  position: relative;
  display: inline-block !important;
  margin-top: 2.5rem !important;
  padding: 14px 25px !important;
  text-transform: uppercase;
  font-family: europa, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 16px !important;
  transition: all 0.25s ease-in-out;
  border: 1px solid #DCE1E6 !important;
  background: rgba(220, 225, 230, 0.15);
  color: #163458 !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.service-carousel-container .link-read-more a:hover, .service-carousel-container .link-read-more a:focus {
  border-color: #73859B;
  background: rgba(185, 194, 204, 0.5);
  color: #163458;
}
.service-carousel-container .carousel-reviews {
  overflow: visible !important;
}
.service-carousel-container .feefo-slider-nav {
  position: absolute;
  width: 58px !important;
  height: 50px !important;
  display: inline-block !important;
  background: rgba(220, 225, 230, 0.15) !important;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #DCE1E6 !important;
  transition: all 0.25s ease-in-out !important;
  text-align: center !important;
}
.service-carousel-container .feefo-slider-nav.navigation-disabled {
  opacity: 0.5 !important;
}
.service-carousel-container .feefo-slider-nav:hover {
  border-color: #73859B !important;
  background: rgba(185, 194, 204, 0.5) !important;
}
.service-carousel-container .feefo-slider-nav:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/arrow-navy.png);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 50%;
}
.service-carousel-container .feefo-slider-nav svg {
  display: none !important;
}
.service-carousel-container .feefo-slider-nav.feefo-left {
  bottom: -85px;
  right: 70px;
}
.service-carousel-container .feefo-slider-nav.feefo-left:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.service-carousel-container .feefo-slider-nav.feefo-right {
  bottom: -85px;
  right: 0px;
}
.service-carousel-container .feefo-slider-nav.feefo-right:after {
  transform: translate(-50%, -50%);
}

.mobile-service-rating-summary .mobile-summary-footer {
  flex-direction: column !important;
}

.grid-container:not(.full) {
  max-width: 1320px;
}

.service-carousel-container.white-bg {
  background: unset !important;
}

.gecko .opaque-word {
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}

.loader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 112;
  touch-action: none;
  background: #163458;
  justify-content: space-between;
}
.loader .loader_logo .logo {
  width: 45vw;
  height: auto;
}
.loader .logo {
  margin-bottom: 12vh;
  width: 187px;
}
.loader .sales-image {
  width: 55vw;
  height: auto;
  max-width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.loader .sales-text {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #dce1e6;
}
.loader .winter-sale-image {
  height: 65vh;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: contain;
     object-fit: contain;
}
.loader .pattern {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sale-badge {
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background: #FEFEFE;
  top: -50px;
  right: 30px;
  z-index: 2;
}
.sale-badge h1, .sale-badge h2, .sale-badge h3, .sale-badge h4, .sale-badge h5, .sale-badge h6, .sale-badge p {
  color: #163458 !important;
  margin: 0 !important;
}
.sale-badge h1, .sale-badge h2, .sale-badge h3, .sale-badge h4, .sale-badge h5, .sale-badge h6 {
  font-size: 40px;
  line-height: 45px;
}
.sale-badge p {
  font-size: 20px;
  line-height: 25px;
  font-family: "Quarto Semibold";
  font-style: normal;
}

.tax-product_cat .opaque-word-svg {
  bottom: 35px;
  left: 0;
}

.introduction {
  overflow: hidden;
}
.introduction.full {
  padding-left: 15px;
  padding-right: 15px;
}
.introduction .grid-container {
  z-index: 2;
}
.introduction .opaque-word {
  z-index: 1;
  bottom: auto;
  top: 60px;
  left: -20px;
}
.introduction .background {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: -1;
}
.introduction .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.introduction p:first-of-type {
  color: #163458;
}

.main {
  visibility: hidden;
}

.slick-next, .slick-prev {
  width: 58px !important;
  height: 50px !important;
  display: inline-block !important;
  background: rgba(220, 225, 230, 0.15);
  position: absolute !important;
  bottom: -70px;
  top: auto;
  transform: none;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  border: 1px solid #DCE1E6;
  transition: all 0.25s ease-in-out;
}
.slick-next:before, .slick-prev:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #163458;
  text-shadow: none;
}
.slick-next img, .slick-prev img {
  width: 28px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-next.slick-disabled, .slick-prev.slick-disabled {
  opacity: 0.5;
}
.slick-next:hover, .slick-prev:hover {
  border-color: #73859B;
  background: rgba(185, 194, 204, 0.5);
}

.slick-prev img {
  transform: translate(-50%, -50%) rotate(180deg);
}

.full-width-image-banner {
  display: block;
  overflow: hidden;
  height: 700px;
}
.full-width-image-banner .video-background {
  width: 100% !important;
  height: 100% !important;
}
.full-width-image-banner * {
  color: #FEFEFE;
}
.full-width-image-banner .grid-container {
  height: 100%;
}
.full-width-image-banner .grid-container .grid-x {
  height: 100%;
}
.full-width-image-banner .grid-container .grid-x .cell {
  position: relative;
  z-index: 2;
}
.full-width-image-banner .text-right-md {
  position: relative;
  bottom: 20px;
  padding: 0 15px;
}
.full-width-image-banner .text-right-md h2 {
  margin-bottom: 0;
}
.full-width-image-banner .background {
  max-width: 100%;
  height: 700px;
  min-height: 700px;
}
.full-width-image-banner .background .video-background {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.full-width-image-banner .background .video-background #video-banner {
  height: 730px;
  min-height: 730px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16/9) {
  .full-width-image-banner .background .video-background #video-banner {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .full-width-image-banner .background .video-background #video-banner {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
.full-width-image-banner video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-width-image-banner .video-container {
  height: 100%;
  overflow: auto;
}
.full-width-image-banner .video-container .widescreen.responsive-embed {
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  overflow: auto;
}
.full-width-image-banner .video-container iframe {
  height: 100%;
}
.full-width-image-banner .circle {
  bottom: 40px;
  right: 40px;
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-image-banner .circle i {
  font-size: 35px;
}
.full-width-image-banner .circle#startVideo .fa-volume-xmark {
  display: none;
  left: 0;
}
.full-width-image-banner .circle#startVideo.start .fa-volume {
  display: none;
}
.full-width-image-banner .circle#startVideo.start .fa-volume-xmark {
  display: block;
}

/* Opaque Words. */
.opaque-word {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: rgba(220, 225, 230, 0.3) !important;
  font-size: 150px;
  font-style: normal;
  line-height: 232px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: -1;
  white-space: nowrap;
  -webkit-mask: linear-gradient(#000 0 0) text;
  mask: linear-gradient(#000 0 0) text;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
.opaque-word.no-blur {
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
}

.underlay {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 294px;
  height: 100%;
  opacity: 0.15;
  background: #DCE1E6;
}

/* Prevent Horizontal Scrollbar. */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  opacity: 0;
  transition: all 0.6s ease;
}
body.show {
  opacity: 1;
}
body:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.93);
  z-index: -1;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
body.fixed {
  width: 100%;
}
body.fixed:after {
  opacity: 1;
  z-index: 2;
}

.error404 .text-link {
  display: inline-block;
}

button {
  outline: 0 !important;
}

main#content {
  overflow: hidden;
  transition: all 0.25s ease-in-out;
}

.wrapper.hamburger-is-active header:after {
  background: #163458 !important;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
}
.wrapper.search-is-active .search {
  visibility: visible;
  pointer-events: auto;
  height: 171px;
}
.wrapper.search-is-active .search:before {
  opacity: 1;
}
.wrapper.search-is-active .search .search-close {
  opacity: 1;
}
.wrapper.search-is-active .search .search-form .search-input {
  transform: scale3d(1, 1, 1);
}
.wrapper.search-is-active .search .search-form .search-information {
  transform: translateY(0);
  opacity: 1;
}

.search {
  width: 100%;
  height: 0px;
  top: 0;
  left: 0;
  position: fixed;
  text-align: center;
  visibility: hidden;
  overflow-y: inherit;
  pointer-events: none;
  z-index: 10;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.search:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #163458;
  opacity: 0;
  content: "";
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.search .search-close {
  width: 15px;
  height: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 100000 !important;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.search .search-close:before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f00d";
  color: #FEFEFE;
  line-height: 2;
  font-size: 25px;
}
.search .search-form {
  width: calc(100% - 1.875rem);
  max-width: calc(1110px - 1.875rem);
}
.search .search-form .search-input {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: calc(100% - 1.25rem);
  max-width: 768px;
  height: 60px;
  padding: 0.625rem 0rem 0rem 0rem;
  margin: 0rem 0rem 2rem 0rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #FEFEFE;
  box-shadow: none;
  color: #FEFEFE;
  font-size: 16px;
  line-height: 60px;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}
.search .search-form .search-information {
  margin: 0;
  transform: translateY(2rem);
  position: relative;
  color: #FEFEFE;
  font-size: 14px;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  opacity: 0;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.51, 0.18, 0, 0.88);
}

.internal-banner {
  padding: 60px 0px 60px 0px;
  background-color: #F2F2F2;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.internal-banner .background {
  width: 98%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
}
.internal-banner .internal-breadcrumb {
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  color: #5D6874;
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
}
.internal-banner .internal-breadcrumb.current {
  color: #163458;
}
.internal-banner .internal-breadcrumb:not(:first-of-type) {
  margin-left: 40px;
}
.internal-banner .internal-breadcrumb:not(:first-of-type):before {
  position: absolute;
  display: block;
  content: "";
  content: "\f061";
  left: -30px;
  top: 20%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #5D6874;
}
.internal-banner p {
  margin: 0;
}

.internal-content.full {
  padding-left: 15px;
  padding-right: 15px;
}
.internal-content h1, .internal-content h2, .internal-content h3, .internal-content h4, .internal-content h5, .internal-content h6 {
  font-family: "Quarto Semibold";
  font-style: normal;
}
.internal-content h1, .internal-content h2, .internal-content h3, .internal-content h4, .internal-content h5, .internal-content h6, .internal-content p, .internal-content ul, .internal-content ol, .internal-content li, .internal-content a {
  color: #163458;
}
.internal-content ul, .internal-content ol {
  margin: 1rem 0rem 1rem 1rem;
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
}
.internal-content ul li, .internal-content ol li {
  padding: 0rem 0rem 0.625rem 0rem;
}
.internal-content ul li:last-of-type, .internal-content ol li:last-of-type {
  padding: 0;
}
.internal-content p {
  color: #5D6874;
}
.internal-content p:first-child {
  margin: 0rem 0rem 1.5rem 0rem;
}
.internal-content p:first-child a {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.internal-content p:first-child a:hover, .internal-content p:first-child a:focus {
  color: #5D6874;
}
.internal-content blockquote {
  border-left: 3px solid #163458;
}
.internal-content blockquote p {
  color: #163458;
}
.internal-content ul {
  list-style: circle;
}
.internal-content a:not(.accordion-title):not(.btn) {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.internal-content a:not(.accordion-title):not(.btn):hover, .internal-content a:not(.accordion-title):not(.btn):focus {
  color: #5D6874;
}

.area-content {
  position: relative;
  z-index: 1;
}
.area-content h1, .area-content h2, .area-content h3, .area-content h4, .area-content h5, .area-content h6 {
  color: #163458;
  font-family: "Quarto Semibold";
  font-style: normal;
}
.area-content h2 {
  margin-bottom: 60px;
}
.area-content h3 {
  font-size: 38px;
  line-height: 44px;
}
.area-content p, .area-content ol li, .area-content ul li {
  font-family: europa, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #163458;
}
.area-content p strong, .area-content ol li strong, .area-content ul li strong {
  font-family: europa, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #163458;
}
.area-content a:not(.btn) {
  color: #163458;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.area-content a:not(.btn):hover, .area-content a:not(.btn):focus {
  color: #5D6874;
}
.area-content ol li:not(:last-of-type), .area-content ul li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

/**
* Global Styles - Medium.
*/
@media screen and (min-width: 640px) {
  .loader .loader_logo .logo {
    width: 287px;
  }
  .loader .sales-text {
    font-size: 18px;
  }
  .internal-banner {
    padding: 90px 0px 90px 0px;
  }
  .internal-banner .internal-breadcrumb {
    font-size: 17px;
    line-height: 22px;
  }
  .internal-content ul li, .internal-content ol li {
    padding: 0rem 0rem 0.9375rem 0rem;
  }
  .area-content h3 {
    font-size: 43px;
    line-height: 53px;
  }
  .for-medium-up-only {
    top: 63px !important;
  }
  .tax-product_cat .opaque-word-svg {
    bottom: 70px;
  }
}
/**
* Global Styles - Large.
*/
@media screen and (min-width: 1024px) {
  .loader .loader_logo .logo {
    width: 287px;
  }
  .opaque-word {
    font-size: 232px;
  }
  .tax-product_cat .opaque-word-svg {
    bottom: 85px;
  }
  .introduction {
    padding-left: 0;
    padding-right: 0;
  }
  .internal-banner {
    padding: 120px 0px 120px 0px;
  }
  .internal-content {
    padding-left: 0;
    padding-right: 0;
  }
  .internal-content a:not(.accordion-title) {
    /* .text-link code should be placed here. */
  }
  .area-content h3 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media screen and (max-width: 1024px) {
  .home .about .opaque-word svg {
    width: 650px;
  }
  .tax-product_cat .opaque-word-svg {
    width: 500px;
  }
}
/**
* Global Styles - XL.
*/
/**
* Global Styles - XXL.
*/
@media screen and (max-width: 640px) {
  .full-width-image-banner .grid-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
}

.hamburger.is-active:hover, .hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000;
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #000;
}

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: "";
}

.hamburger-inner:before {
  top: -10px;
}

.hamburger-inner:after {
  bottom: -10px;
}

.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important;
}

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important;
}

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important;
}

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important;
}

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important;
}

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
}

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
}

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg);
}

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg);
}

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0;
}

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg);
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg);
}

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg);
}

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: 0.275s;
}

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity 0.125s ease 0.275s;
}

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg);
}

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg);
}

.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
}

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
}

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
}

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom 0.08s ease-out 0s, top 0.08s ease-out 0s, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s linear 0.08s;
  opacity: 0;
}

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0;
}

.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

.hamburger--slider-r .hamburger-inner:after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg);
}

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.22s;
}

.hamburger--spin-r .hamburger-inner:before {
  transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg);
}

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
  opacity: 0;
}

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg);
}

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear 0.13s;
}

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 0.13s;
}

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0;
}

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important;
}

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
}

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important;
}

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg);
}

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg);
}

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms;
}

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg);
}

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  opacity: 0;
}

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg);
}

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg);
}

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg);
}

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 0.2s;
}

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: 0.1s;
  transition-timing-function: linear;
  transition-duration: 0s;
}

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg);
}

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg);
}/*# sourceMappingURL=custom.css.map */