
@font-face {

  font-family: "gold";

  src:  url(".././static/fonts/goldenbook.ttf") format("truetype"), url(".././static/fonts/goldenbook.woff") ;

  font-weight: normal;

  font-style: normal;

}

.nuxt-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 0;
  opacity: 1;
  transition: width .1s, opacity .4s;
  background-color: #33285d;
  z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
  transition: none
}

.nuxt-progress-failed {
  background-color: red
}

/* .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height
}

.swiper-container-3d {
  perspective: 1200px
} */

/* .swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d
} */

/* .swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
} */

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

/* .swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  touch-action: pan-x
} */

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: 50%;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: opacity .3s;
  transform: translateZ(0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
  animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

@keyframes swiper-preloader-spin {
  to {
    transform: rotate(1turn)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

.__nuxt-error-page {
  z-index: 9999
}

.projects-grid__content-column-wrapper {
  align-content: start
}

.preloader {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #bfc2cb;
  z-index: 999
}

.preloader__loading-text {
  color: #b2b8cb;
  font-size: 1.2vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  opacity: 0;
  font-size: 16px
}

@media screen and (min-width:520px) {
  .preloader__loading-text {
    font-size: calc(12.81633px + .61224vw)
  }
}

@media screen and (min-width:1500px) {
  .preloader__loading-text {
    font-size: 22px
  }
}

.preloader__text-cover.hero-text-cover {
  width: 0;
  z-index: 2
}

.preloader__loading-text-container {
  position: relative;
  z-index: 1;
  overflow: hidden
}

.preloader__overlay {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background: #f4f5f7
}

.nuxt-progress {
  z-index: 997
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

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

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

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

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

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

pre {
  overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

input {
  line-height: normal
}

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

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: none
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td,
th {
  padding: 0
}

@font-face {
  font-family: webflow-icons;
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("truetype");
  font-weight: 400;
  font-style: normal
}

[class*=" w-icon-"],
[class^=w-icon-] {
  font-family: webflow-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.w-icon-slider-right:before {
  content: ""
}

.w-icon-slider-left:before {
  content: ""
}

.w-icon-nav-menu:before {
  content: ""
}

.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: ""
}

.w-icon-file-upload-remove:before {
  content: ""
}

.w-icon-file-upload-icon:before {
  content: ""
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block
}

html.w-mod-touch * {
  background-attachment: scroll !important
}

.w-block {
  display: block
}

.w-inline-block {
  max-width: 100%;
  display: inline-block
}

.w-clearfix:after,
.w-clearfix:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-clearfix:after {
  clear: both
}

.w-hidden {
  display: none
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898ec;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0
}

input.w-button {
  -webkit-appearance: button
}

html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important
}

.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 transparent;
  border-radius: 0;
  background: 0 0;
  background-image: none;
  background-position: 0 0;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-feature-settings: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal
}

.w-webflow-badge {
  position: fixed !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
  cursor: pointer
}

.w-webflow-badge,
.w-webflow-badge>img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important
}

.w-webflow-badge>img {
  vertical-align: middle !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 10px
}

h1 {
  font-size: 38px;
  line-height: 44px
}

h2 {
  font-size: 32px;
  line-height: 36px
}

h3 {
  font-size: 24px;
  line-height: 30px
}

h4 {
  font-size: 18px;
  line-height: 24px
}

h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px
}

h6 {
  font-size: 12px;
  line-height: 18px
}

p {
  margin-top: 0
}

blockquote {
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px
}

blockquote,
figure {
  margin: 0 0 10px
}

figcaption {
  margin-top: 5px;
  text-align: center
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none
}

.w-embed:after,
.w-embed:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-embed:after {
  clear: both
}

.w-video {
  width: 100%;
  position: relative;
  padding: 0
}

.w-video embed,
.w-video iframe,
.w-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0
}

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

.w-form {
  margin: 0 0 15px
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #ddd
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 700
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc
}

.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999
}

.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1
}

.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999
}

.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999
}

.w-input:focus,
.w-select:focus {
  border-color: #3898ec;
  outline: 0
}

.w-input[disabled],
.w-input[readonly],
.w-select[disabled],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eee
}

textarea.w-input,
textarea.w-select {
  height: auto
}

.w-select {
  background-color: #f3f3f3
}

.w-select[multiple] {
  height: auto
}

.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  margin-bottom: 0
}

.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px
}

.w-radio:after,
.w-radio:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-radio:after {
  clear: both
}

.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
  margin-top: 3px
}

.w-file-upload {
  display: block;
  margin-bottom: 10px
}

.w-file-upload-input {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100
}

.w-file-upload-default,
.w-file-upload-success,
.w-file-upload-uploading {
  display: inline-block;
  color: #333
}

.w-file-upload-error {
  display: block;
  margin-top: 10px
}

.w-file-upload-default.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden,
.w-file-upload-uploading.w-hidden {
  display: none
}

.w-file-upload-uploading-btn {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 8px 12px
}

.w-file-upload-file,
.w-file-upload-uploading-btn {
  display: flex;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-file-upload-file {
  flex-grow: 1;
  justify-content: space-between;
  padding: 8px 9px 8px 11px
}

.w-file-upload-file-name {
  font-size: 14px;
  font-weight: 400;
  display: block
}

.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer
}

.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px
}

.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0
}

.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px
}

.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #ccc;
  background-color: #fafafa
}

.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px
}

.w-icon-file-upload-uploading {
  height: 20px
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px
}

.w-container:after,
.w-container:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-container:after {
  clear: both
}

.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px
}

.w-row:after,
.w-row:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-row:after {
  clear: both
}

.w-row .w-row {
  margin-left: 0;
  margin-right: 0
}

.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px
}

.w-col .w-col {
  padding-left: 0;
  padding-right: 0
}

.w-col-1 {
  width: 8.33333333%
}

.w-col-2 {
  width: 16.66666667%
}

.w-col-3 {
  width: 25%
}

.w-col-4 {
  width: 33.33333333%
}

.w-col-5 {
  width: 41.66666667%
}

.w-col-6 {
  width: 50%
}

.w-col-7 {
  width: 58.33333333%
}

.w-col-8 {
  width: 66.66666667%
}

.w-col-9 {
  width: 75%
}

.w-col-10 {
  width: 83.33333333%
}

.w-col-11 {
  width: 91.66666667%
}

.w-col-12 {
  width: 100%
}

.w-hidden-main {
  display: none !important
}

@media screen and (max-width:991px) {
  .w-container {
    max-width: 728px
  }

  .w-hidden-main {
    display: inherit !important
  }

  .w-hidden-medium {
    display: none !important
  }

  .w-col-medium-1 {
    width: 8.33333333%
  }

  .w-col-medium-2 {
    width: 16.66666667%
  }

  .w-col-medium-3 {
    width: 25%
  }

  .w-col-medium-4 {
    width: 33.33333333%
  }

  .w-col-medium-5 {
    width: 41.66666667%
  }

  .w-col-medium-6 {
    width: 50%
  }

  .w-col-medium-7 {
    width: 58.33333333%
  }

  .w-col-medium-8 {
    width: 66.66666667%
  }

  .w-col-medium-9 {
    width: 75%
  }

  .w-col-medium-10 {
    width: 83.33333333%
  }

  .w-col-medium-11 {
    width: 91.66666667%
  }

  .w-col-medium-12 {
    width: 100%
  }

  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto
  }
}

@media screen and (max-width:767px) {

  .w-hidden-main,
  .w-hidden-medium {
    display: inherit !important
  }

  .w-hidden-small {
    display: none !important
  }

  .w-container .w-row,
  .w-row {
    margin-left: 0;
    margin-right: 0
  }

  .w-col {
    width: 100%;
    left: auto;
    right: auto
  }

  .w-col-small-1 {
    width: 8.33333333%
  }

  .w-col-small-2 {
    width: 16.66666667%
  }

  .w-col-small-3 {
    width: 25%
  }

  .w-col-small-4 {
    width: 33.33333333%
  }

  .w-col-small-5 {
    width: 41.66666667%
  }

  .w-col-small-6 {
    width: 50%
  }

  .w-col-small-7 {
    width: 58.33333333%
  }

  .w-col-small-8 {
    width: 66.66666667%
  }

  .w-col-small-9 {
    width: 75%
  }

  .w-col-small-10 {
    width: 83.33333333%
  }

  .w-col-small-11 {
    width: 91.66666667%
  }

  .w-col-small-12 {
    width: 100%
  }
}

@media screen and (max-width:479px) {
  .w-container {
    max-width: none
  }

  .w-hidden-main,
  .w-hidden-medium,
  .w-hidden-small {
    display: inherit !important
  }

  .w-hidden-tiny {
    display: none !important
  }

  .w-col {
    width: 100%
  }

  .w-col-tiny-1 {
    width: 8.33333333%
  }

  .w-col-tiny-2 {
    width: 16.66666667%
  }

  .w-col-tiny-3 {
    width: 25%
  }

  .w-col-tiny-4 {
    width: 33.33333333%
  }

  .w-col-tiny-5 {
    width: 41.66666667%
  }

  .w-col-tiny-6 {
    width: 50%
  }

  .w-col-tiny-7 {
    width: 58.33333333%
  }

  .w-col-tiny-8 {
    width: 66.66666667%
  }

  .w-col-tiny-9 {
    width: 75%
  }

  .w-col-tiny-10 {
    width: 83.33333333%
  }

  .w-col-tiny-11 {
    width: 91.66666667%
  }

  .w-col-tiny-12 {
    width: 100%
  }
}

.w-widget {
  position: relative
}

.w-widget-map {
  width: 100%;
  height: 400px
}

.w-widget-map label {
  width: auto;
  display: inline
}

.w-widget-map img {
  max-width: inherit
}

.w-widget-map .gm-style-iw {
  text-align: center
}

.w-widget-map .gm-style-iw>button {
  display: none !important
}

.w-widget-twitter {
  overflow: hidden
}

.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #758696;
  border-radius: 3px
}

.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif
}

.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block
}

.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
  margin-left: 7px
}

.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px
}

.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px
}

.w-widget-twitter-count-shim:not(.w--vertical):after,
.w-widget-twitter-count-shim:not(.w--vertical):before {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0) #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px
}

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: hsla(0, 0%, 100%, 0) #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px
}

.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px
}

.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px
}

.w-widget-twitter-count-shim.w--vertical:after,
.w-widget-twitter-count-shim.w--vertical:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.w-widget-twitter-count-shim.w--vertical:before {
  border-color: #5d6c7b rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
  border-width: 5px;
  margin-left: -5px
}

.w-widget-twitter-count-shim.w--vertical:after {
  border-color: #fff hsla(0, 0%, 100%, 0) hsla(0, 0%, 100%, 0);
  border-width: 4px;
  margin-left: -4px
}

.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px
}

.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px
}

.w-widget-gplus {
  overflow: hidden
}

.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff
}

.w-background-video>video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100
}

.w-background-video>video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none
}

.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #ddd;
  clear: both;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent
}

.w-slider-mask {
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  white-space: nowrap
}

.w-slide,
.w-slider-mask {
  position: relative;
  height: 100%
}

.w-slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  white-space: normal;
  text-align: left
}

.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent
}

.w-slider-nav.w-round>div {
  border-radius: 100%
}

.w-slider-nav.w-num>div {
  width: auto;
  height: auto;
  padding: .2em .5em;
  font-size: inherit;
  line-height: inherit
}

.w-slider-nav.w-shadow>div {
  box-shadow: 0 0 3px rgba(51, 51, 51, .4)
}

.w-slider-nav-invert {
  color: #fff
}

.w-slider-nav-invert>div {
  background-color: rgba(34, 34, 34, .4)
}

.w-slider-nav-invert>div.w-active {
  background-color: #222
}

.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: hsla(0, 0%, 100%, .4);
  cursor: pointer;
  margin: 0 3px .5em;
  transition: background-color .1s, color .1s
}

.w-slider-dot.w-active {
  background-color: #fff
}

.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-size: 40px;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-slider-arrow-left [class*=" w-icon-"],
.w-slider-arrow-left [class^=w-icon-],
.w-slider-arrow-right [class*=" w-icon-"],
.w-slider-arrow-right [class^=w-icon-] {
  position: absolute
}

.w-slider-arrow-left {
  z-index: 3;
  right: auto
}

.w-slider-arrow-right {
  z-index: 4;
  left: auto
}

.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em
}

.w-dropdown {
  display: inline-block;
  z-index: 900
}

.w-dropdown,
.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-dropdown-btn,
.w-dropdown-link,
.w-dropdown-toggle {
  vertical-align: top;
  text-decoration: none;
  color: #222;
  padding: 20px;
  white-space: nowrap
}

.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px
}

.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 20px auto auto;
  width: 1em;
  height: 1em
}

.w-dropdown-list {
  position: absolute;
  background: #ddd;
  display: none;
  min-width: 100%
}

.w-dropdown-list.w--open {
  display: block
}

.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222
}

.w-dropdown-link.w--current {
  color: #0082f3
}

.w-nav[data-collapse=all] .w-dropdown,
.w-nav[data-collapse=all] .w-dropdown-toggle {
  display: block
}

.w-nav[data-collapse=all] .w-dropdown-list {
  position: static
}

@media screen and (max-width:991px) {

  .w-nav[data-collapse=medium] .w-dropdown,
  .w-nav[data-collapse=medium] .w-dropdown-toggle {
    display: block
  }

  .w-nav[data-collapse=medium] .w-dropdown-list {
    position: static
  }
}

@media screen and (max-width:767px) {

  .w-nav[data-collapse=small] .w-dropdown,
  .w-nav[data-collapse=small] .w-dropdown-toggle {
    display: block
  }

  .w-nav[data-collapse=small] .w-dropdown-list {
    position: static
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

@media screen and (max-width:479px) {

  .w-nav[data-collapse=tiny] .w-dropdown,
  .w-nav[data-collapse=tiny] .w-dropdown-toggle {
    display: block
  }

  .w-nav[data-collapse=tiny] .w-dropdown-list {
    position: static
  }
}

[dir=ltr] .w-lightbox-backdrop {
  text-align: left
}

[dir=rtl] .w-lightbox-backdrop {
  text-align: right
}

.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, .9);
  z-index: 2000;
  outline: 0;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0)
}

.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden
}

.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0
}

.w-lightbox-view:before {
  content: "";
  height: 100vh
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh
}

.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle
}

.w-lightbox-figure {
  position: relative;
  margin: 0
}

.w-lightbox-group .w-lightbox-figure {
  cursor: pointer
}

.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none
}

.w-lightbox-image {
  display: block;
  float: none;
  max-width: 100vw;
  max-height: 100vh
}

.w-lightbox-group .w-lightbox-image {
  max-height: 86vh
}

.w-lightbox-caption {
  padding: .5em 1em;
  background: rgba(0, 0, 0, .4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.w-lightbox-caption,
.w-lightbox-embed {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0
}

.w-lightbox-embed {
  top: 0;
  width: 100%;
  height: 100%
}

.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
  transition: all .3s
}

.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxwYXRoIGQ9Ik0wIDBsMy41MzYgMy41MzYtMTYuMjY0IDE2LjI2M0wzLjUzNiAzNi4wNjIgMCAzOS41OThsLTE5Ljc5OS0xOS43OTl6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik0wIDEuNDE0bDIuMTIxIDIuMTIyLTE2LjI2MyAxNi4yNjNMMi4xMiAzNi4wNjIgMCAzOC4xODRsLTE4LjM4NS0xOC4zODV6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PHBhdGggZD0iTTAgMGwxOS43OTkgMTkuNzk5TDAgMzkuNTk4bC0zLjUzNi0zLjUzNkwxMi43MjggMTkuOC0zLjUzNiAzLjUzNnoiIG9wYWNpdHk9Ii40Ii8+PHBhdGggZD0iTTAgMS40MTRMMTguMzg1IDE5LjggMCAzOC4xODRsLTIuMTIxLTIuMTIyTDE0LjE0MiAxOS44LTIuMTIgMy41MzZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.w-lightbox-close {
  right: 0;
  height: 2.6em;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PHBhdGggZD0iTTAgMGw0Ljk1IDQuOTVMOS45IDBsMy41MzUgMy41MzYtNC45NSA0Ljk1IDQuOTUgNC45NDktMy41MzYgMy41MzYtNC45NS00Ljk1TDAgMTYuOTdsLTMuNTM2LTMuNTM2IDQuOTUtNC45NS00Ljk1LTQuOTV6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Ik0wIDEuNDE0bDQuOTUgNC45NSA0Ljk1LTQuOTUgMi4xMiAyLjEyMi00Ljk0OSA0Ljk1IDQuOTUgNC45NDktMi4xMjIgMi4xMjEtNC45NS00Ljk1TDAgMTUuNTU3bC0yLjEyMS0yLjEyMSA0Ljk1LTQuOTUtNC45NS00Ljk1eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-size: 18px
}

.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden
}

.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transform: translateZ(0)
}

.w-lightbox-active {
  opacity: .3
}

.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden
}

.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0
}

.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  transform: translateY(-50%)
}

.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  transform: translate(-50%)
}

.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, .4);
  border-radius: 50%;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite
}

.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%
}

.w-lightbox-hide {
  display: none
}

.w-lightbox-noscroll {
  overflow: hidden
}

@media(min-width:768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh
  }

  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh
  }

  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh
  }

  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh
  }

  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh
  }

  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5
  }

  .w-lightbox-close {
    opacity: .8
  }

  .w-lightbox-control:hover {
    opacity: 1
  }
}

.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0
}

.w-richtext:after,
.w-richtext:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-richtext:after {
  clear: both
}

.w-richtext[contenteditable=true]:after,
.w-richtext[contenteditable=true]:before {
  white-space: normal
}

.w-richtext ol,
.w-richtext ul {
  overflow: hidden
}

.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:before,
.w-richtext .w-richtext-figure-selected[data-rt-type=image] div,
.w-richtext .w-richtext-figure-selected[data-rt-type=video] div:before {
  outline: 2px solid #2895f7
}

.w-richtext figure.w-richtext-figure-type-video>div:before,
.w-richtext figure[data-rt-type=video]>div:before {
  content: "";
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.w-richtext figure {
  position: relative;
  max-width: 60%
}

.w-richtext figure>div:before {
  cursor: default !important
}

.w-richtext figure img {
  width: 100%
}

.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: .6
}

.w-richtext figure div {
  font-size: 0;
  color: transparent
}

.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type=image] {
  display: table
}

.w-richtext figure.w-richtext-figure-type-image>div,
.w-richtext figure[data-rt-type=image]>div {
  display: inline-block
}

.w-richtext figure.w-richtext-figure-type-image>figcaption,
.w-richtext figure[data-rt-type=image]>figcaption {
  display: table-caption;
  caption-side: bottom
}

.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type=video] {
  width: 60%;
  height: 0
}

.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type=video] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.w-richtext figure.w-richtext-figure-type-video>div,
.w-richtext figure[data-rt-type=video]>div {
  width: 100%
}

.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both
}

.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
.w-richtext figure.w-richtext-align-center[data-rt-type=image]>div {
  max-width: 100%
}

.w-richtext figure.w-richtext-align-normal {
  clear: both
}

.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.w-richtext figure.w-richtext-align-fullwidth>div {
  display: inline-block;
  padding-bottom: inherit
}

.w-richtext figure.w-richtext-align-fullwidth>figcaption {
  display: block
}

.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none
}

.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none
}

.w-nav {
  position: relative;
  background: #ddd;
  z-index: 1000
}

.w-nav:after,
.w-nav:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-nav:after {
  clear: both
}

.w-nav-brand {
  float: left;
  color: #333
}

.w-nav-brand,
.w-nav-link {
  position: relative;
  text-decoration: none
}

.w-nav-link {
  display: inline-block;
  vertical-align: top;
  color: #222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto
}

.w-nav-link.w--current {
  color: #0082f3
}

.w-nav-menu {
  position: relative;
  float: right
}

.w--nav-menu-open {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #c8c8c8;
  text-align: center;
  overflow: visible;
  min-width: 200px
}

.w--nav-link-open {
  display: block;
  position: relative
}

.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%
}

.w-nav-overlay .w--nav-menu-open {
  top: 0
}

.w-nav[data-animation=over-left] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-left] .w--nav-menu-open,
.w-nav[data-animation=over-left] .w-nav-overlay {
  right: auto;
  z-index: 1;
  top: 0
}

.w-nav[data-animation=over-right] .w-nav-overlay {
  width: auto
}

.w-nav[data-animation=over-right] .w--nav-menu-open,
.w-nav[data-animation=over-right] .w-nav-overlay {
  left: auto;
  z-index: 1;
  top: 0
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.w-nav-button.w--open {
  background-color: #c8c8c8;
  color: #fff
}

.w-nav[data-collapse=all] .w-nav-menu {
  display: none
}

.w-nav[data-collapse=all] .w-nav-button {
  display: block
}

@media screen and (max-width:991px) {
  .w-nav[data-collapse=medium] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=medium] .w-nav-button {
    display: block
  }
}

@media screen and (max-width:767px) {
  .w-nav[data-collapse=small] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=small] .w-nav-button {
    display: block
  }

  .w-nav-brand {
    padding-left: 10px
  }
}

@media screen and (max-width:479px) {
  .w-nav[data-collapse=tiny] .w-nav-menu {
    display: none
  }

  .w-nav[data-collapse=tiny] .w-nav-button {
    display: block
  }
}

.w-tabs {
  position: relative
}

.w-tabs:after,
.w-tabs:before {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2
}

.w-tabs:after {
  clear: both
}

.w-tab-link,
.w-tab-menu {
  position: relative
}

.w-tab-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222;
  background-color: #ddd
}

.w-tab-link.w--current {
  background-color: #c8c8c8
}

.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden
}

.w-tab-pane {
  position: relative;
  display: none
}

.w--tab-active {
  display: block
}

@media screen and (max-width:479px) {
  .w-tab-link {
    display: block
  }
}

.w-ix-emptyfix:after {
  content: ""
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

.w-dyn-empty {
  padding: 10px;
  background-color: #ddd
}

.w-condition-invisible,
.w-dyn-bind-empty {
  display: none !important
}

body {
  background-color: #f4f5f7;
  color: #3e3f43;
  font-family: '微软雅黑', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em
}

h1 {
  font-size: 5vw
}

h1,
h2 {
  color: #3e3f43;
  font-family: '微软雅黑', Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
  margin-top: 20px
}

h2 {
  font-size: 4vw
}

h3 {
  font-size: 2vw;
  margin-top: 20px
}

h3,
h4 {
  font-weight: 700;
  line-height: 1.1em;
  margin-bottom: 10px
}

h4 {
  color: #3e3f43;
  font-size: 1.5vw;
  margin-top: 10px
}

h5 {
  color: #585c6f;
  font-size: 1.1vw;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 2em;
  margin-top: 0
}

h5,
h6 {
  text-transform: uppercase
}

h6 {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.2em;
  margin-top: 10px
}

h6,
p {
  margin-bottom: 10px
}

p {
  color: #585c6f;
  font-size: 1.2vw;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.7em
}

a {
  color: #3e3f43;
  font-size: 1vw;
  text-decoration: none
}

ul {
  padding-left: 40px
}

ol,
ul {
  margin-bottom: 10px;
  margin-top: 0
}

ol {
  padding-left: 62px
}

blockquote {
  color: #33285d;
  font-size: 1.5vw;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-transform: uppercase
}

.product-overview {
  min-height: 100vh
}

.style-guide-wrap {
  background-color: #f3f3f5;
  padding-bottom: 1px;
  padding-top: 1px
}

.type-column-1 {
  padding-right: 20px
}

.input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 44px;
  line-height: 44px
}

.input:hover {
  border-color: #636363
}

.input:focus {
  border-color: #3898ec
}

.input.cc-long {
  height: auto;
  line-height: 24px;
  min-height: 150px
}

.type-column-2 {
  padding-left: 20px;
  padding-top: 30px
}

.style-guide-label {
  color: #aaa;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 11px;
  margin-bottom: 40px;
  margin-top: 10px;
  text-transform: uppercase
}

.style-guide-label.cc-box {
  display: flex;
  justify-content: space-between
}

.card {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  flex: 1;
  margin: 15px;
  padding: 40px;
  text-decoration: none;
  transition: all .15s ease
}

.card:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
  margin: 12px;
  padding: 43px
}

.style-guide-logo-box {
  align-items: center;
  background-image: url(static/images/transparent_1transparent.6d7e2c5.gif);
  background-position: 0 0;
  background-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 40px
}

.style-guide-logo-box.cc-dark {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(static/images/transparent_1transparent.6d7e2c5.gif);
  background-position: 0 0, 0 0;
  background-size: auto, 16px
}

.style-guide-logo-box.cc-light {
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .5)), url(static/images/transparent_1transparent.6d7e2c5.gif);
  background-position: 0 0, 0 0;
  background-size: auto, 16px
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  text-decoration: none
}

.style-guide-label-link:hover {
  text-decoration: underline
}

.tab-link {
  background-color: transparent;
  color: #aaa;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 5px;
  padding-right: 5px
}

.tab-link:hover {
  color: #222
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222
}

.tab-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
  padding-left: 5px;
  padding-right: 5px
}

.color-block {
  background-color: #ebebeb;
  border-radius: 4px;
  height: 70px;
  margin-top: 30px
}

.color-block.cc-brand-color-3 {
  background-color: #c4df9b
}

.color-block.cc-brand-color-1 {
  background-color: #33285d
}

.color-block.cc-brand-color-2 {
  background-color: #8dc63f
}

.color-block.neutral-4 {
  background-color: #dfe0e6
}

.color-block.neutral-3 {
  background-color: #eaebef
}

.color-block.neutral-2 {
  background-color: #f4f5f7
}

.color-block.neutral-1 {
  background-color: #fff;
  border: 1px solid #f3f3f3
}

.color-block.neutral-5 {
  background-color: #b2b8cb
}

.color-block.neutral-6 {
  background-color: #585c6f
}

.color-block.neutral-7 {
  background-color: #3e3f43
}

.color-block.neutral-8 {
  background-color: #323233
}

.style-guide-section {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
  margin: 20px;
  padding: 60px 30px;
  position: relative
}

.success-message {
  background-color: rgba(32, 206, 123, .1);
  border-radius: 4px;
  color: #20ce7b
}

.card-paragraph {
  margin-bottom: 0
}

.card-wrap {
  align-items: center;
  display: flex;
  flex: 0 0 50%;
  justify-content: center
}

.tab-pane {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 30px 40px 40px
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc
}

.style-guide-divider {
  background-color: #f3f3f5;
  height: 1px;
  margin-bottom: 10px;
  margin-top: 20px;
  width: 100%
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px
}

.error-message,
.style-guide-subhead {
  background-color: rgba(236, 56, 114, .1);
  border-radius: 4px;
  color: #ec3872
}

.error-message {
  text-align: center
}

.card-container {
  background-color: #f3f3f5;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  padding: 20px
}

.button {
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 43px;
  margin-top: 2em;
  padding: 1vw 2vw;
  text-transform: uppercase;
  transition: transform .2s ease
}

.button:hover {
  box-shadow: 0 16px 25px -13px rgba(62, 63, 67, .45);
  transform: translateY(-3px) scale(1.02)
}

.card-title {
  margin-top: 0
}

.style-guide-content {
  padding-top: 40px
}

.style-guide-title {
  color: #222;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  left: 0;
  line-height: 44px;
  margin-top: 0;
  padding-left: 18px;
  padding-top: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 0
}

.body {
  background-color: #eaebef;
  font-family: "Avenir Next", Arial, sans-serif;
  min-width: 320px
}

.product-overview__wrapper {
  min-height: 100vh;
  padding-left: 3em;
  padding-right: 3em;
  padding-top: 7vw
}

.product-overview-content {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  min-height: 75vh
}

.product-overview__thumbnail-wrapper {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5vh;
  margin-top: -8vh;
  min-height: 15vh
}

.product-overview__info {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60rem;
  padding: 5vh 5vw 5vh 6vw;
  width: 50%
}

.product-overview__image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 72.5vh
}

.product-overview__image-wrapper {
  align-items: flex-start;
  display: flex;
  flex: 0 auto;
  justify-content: flex-end;
  width: 50%
}

.product-overview__headline {
  color: #3e3f43;
  font-size: 3.5vw;
  width: 54vw
}

.product-overview__lead {
  color: #b2b8cb;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 4vh;
  margin-top: 1em
}

.product-overview__button {
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 43px;
  margin-top: 2em;
  padding: 5px 26px;
  text-transform: uppercase;
  transition: box-shadow .2s ease
}

.product-overview__button:hover {
  box-shadow: 0 11px 17px -7px rgba(62, 63, 67, .45)
}

.product-overview__thumbnail-grid {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin-right: 5vw;
  max-width: 50vw
}

.product-overview__scroll-button {
  background-image: url(static/images/scroll-arrow.1704608.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1.5em
}

.product-overview__thumbnail {
  align-items: center;
  background-color: #f4f5f7;
  box-shadow: 0 25px 37px -17px rgba(50, 50, 51, .45);
  cursor: pointer;
  display: flex;
  height: 15vh;
  justify-content: center;
  margin-left: 2em;
  min-height: 8em;
  min-width: 8em;
  transition: all .2s ease;
  width: 15vh
}

.product-overview__thumbnail:hover {
  background-color: #fff;
  box-shadow: 0 15px 107px -27px #3e3f43;
  transform: scale(1.02)
}

.component-small-image__image {
  margin: 1px;
  max-height: 100%;
  padding: 15px
}

.navbar {
  align-items: center;
  background-color: #f4f5f7;
  background-image: linear-gradient(180deg, rgba(234, 235, 239, .82) 21%, rgba(234, 235, 239, .62) 57%, rgba(234, 235, 239, 0));
  display: flex;
  justify-content: space-between;
  min-height: 5vw;
  padding: 1em 3em;
  position: fixed;
  width: 100%;
  z-index: 1000
}

.navbar__logo {
  background-image: url(static/images/evolve_logo.3b070f4.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1rem;
  height: 2em;
  margin-bottom: 1em;
  margin-top: 1em;
  min-width: 5.5em
}

.navbar__logo.w--current {
  position: relative;
  z-index: 1001
}

.navbar__links {
  align-items: center;
  display: flex;
  height: 100%;
  position: relative;
  z-index: 1700
}

.navbar__item {
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .2em;
  position: relative;
  text-transform: uppercase;
  z-index: 5
}

.navbar__hamburger {
  align-items: stretch;
  background-attachment: scroll;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  display: flex;
  flex-direction: column;
  font-size: 1em;
  height: 1.8em;
  justify-content: center;
  transition: all .2s ease;
  width: 1.4em
}

.highlighted-specs {
  background-color: #eaebef;
  background-image: linear-gradient(180deg, #eaebef 48%, #fff);
  padding: 0 3vw 15vh
}

.highlighted-specs__cards-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.highlighted-specs__card {
  align-items: flex-start;
  background-color: #f4f5f7;
  box-shadow: 0 25px 35px -17px rgba(93, 95, 105, .45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1vw;
  min-height: 15vw;
  padding: 2vw;
  transition: transform .2s ease;
  width: 20vw
}

.highlighted-specs__card:hover {
  box-shadow: 0 35px 75px -27px rgba(93, 95, 105, .45);
  transform: translateY(-10px)
}

.component-small-image__text-element-description {
  align-self: flex-start;
  color: #585c6f;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.component-small-image__headline {
  color: #3e3f43;
  font-size: 3vw;
  font-weight: 700;
  margin-top: 2vw;
  text-transform: none
}

.unit {
  font-size: 1.5vw;
  margin-left: 12px
}

.highlighted-specs__text-element {
  align-items: flex-start;
  border-bottom: 0 solid transparent;
  border-top: .5vw solid #dfe0e6;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 1vw 2vw;
  min-width: 10em;
  padding: 1vw 2vw 2vw 0;
  transition: all .2s ease;
  width: 14vw
}

.highlighted-specs__text-element:hover {
  border-bottom: .5vw solid transparent;
  border-top-width: 0
}

.highlighted-specs__text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 3vw
}

.highlighted-specs__text {
  color: rgba(93, 95, 105, .9);
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.3em
}

.component-big-image {
  background-color: #fff;
  height: 150vh;
  padding-bottom: 5vh;
  padding-top: 5vh
}

.component-big-image__image-wrapper {
  align-items: center;
  height: 100vh
}

.component-big-image__image {
  max-height: 100%;
  padding-top: 10vh
}

.component-big-image__text-element {
  align-items: center;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10vh;
  max-width: 90rem;
  padding: 2vw 6vw;
  position: relative;
  z-index: 10
}

.component-big-image__text-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10vh;
  padding-left: 3em;
  padding-right: 3em
}

.component-big-image__text-content {
  margin-top: 2em;
  width: 66%
}

.component-big-image__text-headline {
  color: #3e3f43;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: .01em;
  margin-right: 2vw;
  margin-top: 6vh;
  max-width: 10em;
  text-transform: none;
  width: 30%
}

.component-big-image__list {
  color: #3e3f43;
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 8vw;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
  font-weight: 700;
  justify-content: space-between;
  margin-left: 5vw;
  margin-top: 6vw;
  max-width: 76em;
  padding-left: 0;
  width: 60%
}

.component-small-image {
  min-height: 80vh;
  padding: 30vh 3em 0
}

.component-small-image,
.component-small-image__image-wrapper {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center
}

.component-small-image__image-wrapper {
  box-shadow: 0 27px 117px -7px rgba(62, 63, 67, .4);
  height: 40vw;
  max-height: 40rem;
  max-width: 40rem;
  min-height: 30em;
  min-width: 30em;
  padding: 0;
  position: relative;
  width: 40vw
}

.component-small-image__image-wrapper.reverse {
  order: 1
}

.component-small-image__text-wrapper {
  align-items: flex-start;
  background-color: #f4f5f7;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: -6vw;
  margin-top: 10vw;
  min-height: 40rem;
  padding: 4vw 4vw 4vw 11vw;
  width: 60vw
}

.component-small-image__text-wrapper.reverse {
  margin-left: 0;
  margin-right: -6vw;
  padding-left: 4vw;
  padding-right: 11vw
}

.component-small-image__paragraph {
  margin-top: 2vw;
  max-width: 36em
}

.component-big-image__list-item {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6em;
  margin-bottom: 1em;
  width: 40%
}

.component-big-image__list-item-headline {
  font-size: 1em;
  letter-spacing: .15em;
  margin-bottom: 0
}

.featured-projects__content-wrapper {
  align-items: stretch;
  background-image: url("static/images/halo-highbay---hawera-sports-hub_1halo highbay - hawera sports hub.da528e4.jpg");
  background-position: 50%;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 10vh;
  margin-top: 10vh;
  position: relative;
  width: 100%;
  z-index: 1
}

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

.featured-projects_intro {
  align-items: flex-start;
  background-color: rgba(50, 50, 51, .96);
  box-shadow: 0 20px 44px -9px rgba(62, 63, 67, .45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  max-width: 30vw;
  min-height: 40em;
  min-width: 17em;
  padding: 4vw 3vw 11vw 2em;
  position: relative;
  z-index: 0
}

.related-products-product-subline {
  align-self: flex-end;
  color: #585c6f;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.6vw;
  text-align: right;
  text-transform: uppercase
}

.featured-projects__button {
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 43px;
  margin-top: 30px;
  padding: 5px 26px;
  text-transform: uppercase;
  transition: box-shadow .2s ease
}

.featured-projects__button:hover {
  box-shadow: 0 11px 17px -7px rgba(62, 63, 67, .45)
}

.subnavbar {
  background: 0 0;
  display: flex;
  grid-gap: 4rem;
  gap: 4rem;
  height: 2.5em;
  margin-top: 5vw;
  padding-left: 4em;
  padding-right: 3vw;
  transition: all .3s ease;
  width: 100%
}

.subnavbar.subnavbar_fill {
  background: #f4f5f7
}

.subnavbar__element {
  align-items: center;
  display: flex;
  height: 2.5em;
  margin-right: 7px;
  min-height: 2em;
  width: 8em
}

.subnavbar__text {
  color: #000;
  font-size: .8em;
  letter-spacing: .05em;
  margin-right: 18px;
  overflow: hidden
}

.subnavbar__text_active.active {
  color: #000;
  opacity: 1
}

.subnavbar__circle {
  background-color: #323233;
  border-radius: 9px;
  height: 6px;
  margin-left: 2px;
  margin-right: 8px;
  width: 6px
}

.subnavbar__circle.active {
  background-color: #33285d;
  height: 15px;
  margin-left: 0;
  margin-right: 6px;
  width: 15px
}

.component-centred {
  background-color: #fff;
  padding: 11vw 3em 10vh
}

.component-centred,
.component-centred__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.component-centred__wrapper {
  max-width: 60em;
  width: 60vw
}

.component-centred__image {
  margin-bottom: 2em;
  max-width: 33em;
  min-width: 10em
}

.component-centred__headline {
  color: #33285d;
  font-size: 3vw;
  font-weight: 700;
  text-align: center
}

.component-centred__text {
  margin-bottom: 3em;
  margin-top: 3em;
  text-align: center
}

.product-specs {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10vh
}

.product-specs__filter {
  align-items: flex-start;
  background-color: #3e3f43;
  box-shadow: 0 16px 50px -12px #3e3f43;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 4em 3vw 3em;
  position: relative;
  width: 96vw;
  z-index: 11
}

.product-specs__filter__headline {
  color: #fff;
  flex-basis: 100%;
  font-size: 5vw;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: .5em
}

.product-specs__filter__settings-wrapper {
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 0;
  margin-top: 2em;
  padding-bottom: 0;
  width: 100%
}

.product-specs__filter__settings-line {
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 1em
}

.product-specs__filter__settings-description {
  color: #b2b8cb;
  font-size: .8em;
  font-weight: 600;
  height: 100%;
  letter-spacing: .15em;
  margin-right: 1em;
  text-transform: uppercase;
  width: 10em
}

.product-specs__filter__settings-button {
  align-items: center;
  background-color: #323233;
  border: 1px solid #323233;
  display: flex;
  font-size: 1em;
  height: 4em;
  letter-spacing: .1em;
  margin-bottom: 1em;
  margin-right: 1em;
  min-width: 10em;
  padding-right: 2em;
  transition: all .3s ease
}

.product-specs__filter__settings-button:hover {
  background-color: #3e3f43;
  border: 1px solid #dfe0e6
}

.product-specs__filter__settings-button:active {
  background-color: #8dc63f;
  border-color: #487110;
  box-shadow: inset 0 7px 13px -1px #5e8b23
}

.product-specs__filter__settings-button-text {
  color: #fff;
  font-size: .75em;
  letter-spacing: .2em;
  margin-left: 1em;
  text-transform: uppercase
}

.product-specs__filter__settings-button-image-wrapper {
  align-items: center;
  display: flex;
  height: 4em;
  justify-content: center;
  padding: 0;
  width: 4em
}

.product-specs__filter__settings-options {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-right: 2em;
  position: relative
}

.product-specs__column-description {
  color: #fff;
  font-size: 1.2em;
  font-weight: 400;
  letter-spacing: .15em;
  padding-left: 3px;
  text-align: left;
  text-transform: none
}

.product-specs__filter__column-headlines-wrapper {
  align-items: center;
  background-color: #3e3f43;
  box-shadow: 0 16px 20px -12px rgba(62, 63, 67, .45);
  display: flex;
  height: 4em;
  justify-content: flex-start;
  overflow: hidden;
  padding: 0 3vw;
  position: relative;
  width: 96vw;
  z-index: 10
}

.product-specs__table-line {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 96vw
}

.product-specs__product-code {
  color: #3e3f43;
  flex: 0 0 auto;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: left;
  transform-origin: 0 0;
  width: 235px
}

.product-specs__list-specs {
  color: #3e3f43;
  flex: 0 0 auto;
  font-size: 1em;
  padding-left: 0;
  width: 8.5rem;
  min-width: 9rem;
  line-height: 1.6em;
  white-space: nowrap;
   display: flex;
    flex: 0 0 auto;
    justify-content: center;
}

.product-specs__specs-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  min-height: 4em;
  overflow: hidden;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
  transition: all .2s ease;
  width: 100%
}

.product-specs__specs-wrapper:hover {
  background-color: #fff;
  justify-content: flex-start;
  transform: translateY(-1px)
}

.product-specs__specs-wrapper-nocode {
  display: flex;
  flex: 0 auto;
  justify-content: space-around
}

.product-specs__details-wrapper {
  align-items: flex-start;
  display: flex;
  font-size: .9em;
  justify-content: space-between;
  overflow: hidden;
  width: 100%
}

.product-specs__details-image-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3vw;
  min-width: 30%;
  width: 30%
}

.product-specs__details-content-wrapper {
  display: flex;
  flex-direction: column;
  margin: 2em 3em 4em;
  min-width: 60%
}

.product-specs__details-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 21em
}

.product-specs__details-content-navbar {
  align-items: flex-start;
  border-bottom: 1px solid #bfc2cb;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em
}

.product-specs__details-content__full-specs {
  align-items: flex-start;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0
}

.product-specs__details-content-navbar-link {
  border-bottom: 6px solid #393e56;
  margin-bottom: 0;
  width: 47%
}

.product-specs__details-content-navbar-link.active {
  margin-bottom: 0
}

.product-specs__details-content-navbar-link.inactive {
  border-bottom-style: none;
  color: #b2b8cb
}

.product-specs__details-content__full-specs-line {
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  font-size: 1vw;
  margin-bottom: .7em;
  min-width: 25em;
  padding-bottom: .6vw;
  padding-right: 2vw
}

.product-specs__details-content__full-specs-description {
  color: #3e3f43;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .05em
}

.product-specs__details-content__full-specs-content {
  color: #585c6f;
  font-size: 1em;
  font-weight: 600;
  margin-left: 10px
}

.product-specs__specs-wrapper-x {
  bottom: 2em;
  height: 1em;
  position: absolute;
  right: 2em;
  top: 1.5em;
  width: 1em
}

.product-specs__details-content__downloads-button-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  margin-bottom: 3em;
  margin-right: 2vw;
  min-width: 18em;
  width: 45%
}

.product-specs__details-content__downloads-button-description {
  align-items: center;
  border: 1px solid #b2b8cb;
  display: flex;
  justify-content: center;
  min-height: 5em;
  padding: 0 4em 0 2em;
  width: 100%
}

.product-specs__details-content__downloads-button {
  align-items: center;
  background-color: #3e3f43;
  box-shadow: 0 13px 26px -5px rgba(62, 63, 67, .45);
  cursor: pointer;
  display: flex;
  height: 4em;
  justify-content: center;
  margin-left: -3em;
  padding-left: 0;
  width: 5em
}

.product-specs__details-content__downloads-button-name {
  color: #585c6f;
  font-size: 1em;
  margin-right: 1px
}

.product-specs__details-content__downloads-button-details {
  color: #585c6f;
  font-size: 1em;
  font-weight: 700;
  margin-right: 1rem;
  text-transform: uppercase
}

.product-specs__details-content__downloads {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1em
}

.where-to-buy {
  align-items: flex-start;
  display: flex;
  justify-content: space-around;
  margin-bottom: 10vh;
  margin-top: 10vh;
  min-height: 60vh;
  padding: 3em
}

.where-to-buy__wrapper {
  align-items: center;
  border: 1px solid #dfe0e6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 1em;
  margin-right: 1em;
  max-height: 40em;
  max-width: 40em;
  min-height: 30em;
  padding: 1em 1em 3em;
  width: 36vw
}

.where-to-buy__wrapper:hover {
  box-shadow: 0 22px 90px -17px rgba(62, 63, 67, .45)
}

.where-to-buy__headline {
  border-bottom: 4px solid #33285d;
  color: #3e3f43;
  letter-spacing: .15em;
  padding: 14px 32px;
  text-align: center;
  text-transform: uppercase
}

.where-to-buy-description {
  flex: 0 auto;
  width: 20em
}

.where-to-buy-description,
.where-to-buy__button {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center
}

.where-to-buy__button {
  align-items: center;
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  display: flex;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 1.3em;
  margin-top: 43px;
  min-height: 4em;
  padding: 1em 2em;
  text-transform: uppercase;
  transition: box-shadow .2s ease
}

.where-to-buy__button:hover {
  box-shadow: 0 11px 17px -7px rgba(62, 63, 67, .45)
}

.where-to-buy__online-buttons-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 100%
}

.component-big-image__text-line {
  background-color: #33285d;
  height: 6px;
  max-width: 30em;
  width: 70%
}

.featured-projects_intro-heading {
  color: #fff;
  font-size: 2.1em;
  margin-bottom: 1em;
  margin-top: 15px
}

.where-to-buy__wrapper-headline {
  height: 10em;
  min-width: 9em
}

.related-products {
  display: flex;
  flex-direction: column;
  margin-bottom: 10vh;
  margin-top: 10vh;
  overflow: hidden;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em
}

.featured-products__products-header {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  height: 3em;
  justify-content: space-between
}

.related-products__slider-wrapper {
  display: flex;
  flex: 1;
  margin-top: 2em;
  width: 120vw
}

.related-products__product-wrapper {
  background-color: #f4f5f7;
  box-shadow: 0 30px 43px -14px rgba(62, 63, 67, .45);
  display: flex;
  flex-direction: column;
  margin-right: 2vw;
  min-height: 25vw;
  transition: all .2s ease;
  width: 25vw
}

.related-products__product-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 39px 63px -21px rgba(62, 63, 67, .45);
  transform: scale(1.03)
}

.related-products_product-image-wrapper {
  align-items: center;
  display: flex;
  height: 18vw;
  justify-content: center
}

.related-products-product-image {
  max-height: 100%
}

.related-products-product-name {
  color: #3e3f43;
  font-size: 2vw;
  margin-bottom: 2vw;
  margin-top: 0
}

.related-products_product-text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  padding: 2vw 1.5vw
}

.featured-projects_box-description {
  align-self: flex-start;
  color: #fff
}

.featured-projects_box-description,
.related-products__header-text {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.related-products__slider-navbar {
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 6em
}

.related-products__slider-navbar__left {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.related-products__slider-navbar__left:hover {
  background-color: #dfe0e6
}

.related-products__slider-navbar__right {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.related-products__slider-navbar__right:hover {
  background-color: #dfe0e6
}

.where-to-uy__header-text {
  color: #585c6f;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 8em
}

.newsletter-signup {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5vw;
  padding: 10vw 3em 5vw
}

.newsletter-signup_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%
}

.newsletter-signup__content {
  align-items: center;
  background-color: #f4f5f7;
  box-shadow: 0 16px 90px -22px rgba(62, 63, 67, .45);
  display: flex;
  justify-content: center;
  min-height: 20em;
  padding-left: 3vw;
  padding-right: 3vw;
  position: relative;
  width: 90%;
  z-index: 50
}

.newsletter-signup__headline {
  color: #3e3f43;
  flex: 1;
  font-weight: 700;
  height: 1em;
  letter-spacing: .03em;
  margin-right: 2em
}

.newsletter-signup__header-text {
  align-self: flex-start;
  color: #585c6f;
  font-size: .8em;
  font-weight: 500;
  height: 2em;
  left: 0;
  letter-spacing: .15em;
  margin: 2em 2em -4em;
  position: absolute;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  z-index: 100
}

.div-block {
  align-self: center;
  background-color: #3e3f43;
  flex: 0 auto;
  height: 20em;
  margin-top: -5em;
  position: relative;
  width: 80%
}

.footer1 {
  align-items: flex-start;
  background-color: #bfc2cb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10vw 7vw 1em
}

.footer1__legal_navbar-link {
  border-bottom: 1px solid #585c6f;
  color: #585c6f;
  font-size: .8em;
  font-weight: 500;
  margin-right: 3em
}

.footer1__legal_navbar-link:hover {
  border-bottom-width: 2px
}

.footer1__legal_navbar {
  align-items: flex-start;
  clear: both;
  display: flex;
  height: 3em;
  justify-content: space-between;
  margin-top: 3em;
  padding-top: 1em;
  width: 100%
}

.footer1__legal_navbar-text {
  color: #585c6f;
  flex: 0 auto;
  font-size: .6em;
  font-weight: 500;
  margin-right: 1rem
}

.footer1_contact-social-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 40vh;
  width: 60vw
}

.footer1_contact-social__link {
  border-bottom: 1px solid #fff;
  border-top: 2px solid transparent;
  color: #fff;
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: .04em;
  margin-bottom: 2em;
  margin-right: 3em;
  padding-bottom: .2em;
  text-decoration: none;
  transition: all .2s ease
}

.footer1_contact-social__link:hover {
  border-bottom-width: 3px;
  border-top: 0 solid transparent
}

.footer1_social-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 5em
}

.highlighted-specs__card-specs {
  color: #33285d;
  font-size: 2.4vw;
  font-weight: 700;
  margin-top: 2vw;
  text-transform: none
}

.product-specs__filter__settings-slider-left {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.product-specs__filter__settings-slider-left.after {
  left: 6em;
  position: relative
}

.product-specs__filter__settings-slider-handle {
  align-items: center;
  background-color: #323233;
  display: flex;
  font-size: 1em;
  height: 2.5em;
  letter-spacing: .1em;
  margin-bottom: 1em;
  margin-right: 0;
  position: relative;
  transition: all .3s ease;
  z-index: 30
}

.product-specs__filter__settings-slider-handle:hover {
  background-color: #dfe0e6
}

.product-specs__filter__settings-slider-handle-wrapper-right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em
}

.product-specs__filter__settings-slider-right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative
}

.product-specs__filter__settings-slider-right.after {
  right: 6em
}

.product-specs__filter__settings-slider-handle-tip-right {
  align-items: center;
  background-color: #323233;
  display: flex;
  font-size: 1em;
  height: 2em;
  letter-spacing: .1em;
  margin-right: 0;
  margin-top: -2.5em;
  transform: skew(0deg, -47deg);
  transition: all .3s ease;
  width: 1em
}

.product-specs__filter__settings-slider-handle-tip-right.after {
  background-color: #33285d
}

.product-specs__filter__settings-slider-handle-wrapper-left {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1em
}

.product-specs__filter__settings-slider-text {
  color: #fff;
  font-size: .75em;
  letter-spacing: .2em;
  margin-left: 1em;
  margin-right: 1em;
  text-transform: uppercase
}

.product-specs__filter__settings-slider-line {
  align-items: flex-end;
  background-color: #323233;
  display: flex;
  height: 4px;
  justify-content: flex-end;
  margin-bottom: 7px;
  min-width: 24em
}

.product-specs__filter__settings-slider-handle-tip-left {
  align-items: center;
  background-color: #323233;
  display: flex;
  font-size: 1em;
  height: 2em;
  letter-spacing: .1em;
  margin-right: 0;
  margin-top: -2.5em;
  transform: skew(0deg, 47deg);
  transition: all .3s ease;
  width: 1em
}

.product-specs__filter__settings-slider-handle-tip-left.after {
  background-color: #33285d
}

.product-specs__filter__settings-slider-line-active {
  background-color: #c4df9b;
  height: 8px;
  position: relative;
  right: 6em;
  width: 12em
}

.product-specs__filter__settings-slider-handle--after {
  align-items: center;
  background-color: #33285d;
  box-shadow: inset 0 14px 13px -10px #5e8b23;
  display: flex;
  font-size: 1em;
  height: 2.5em;
  letter-spacing: .1em;
  margin-bottom: 1em;
  margin-right: 0;
  position: relative;
  transition: all .3s ease;
  z-index: 30
}

.accessories {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 10vh;
  margin-top: 20vh;
  padding-left: 3em;
  padding-right: 3em
}

.accessories__navigation-wrapper {
  display: flex;
  flex-direction: column;
  margin-right: 3em;
  min-width: 19em
}

.accessories__navigation-header {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  height: 3em;
  justify-content: space-between;
  min-width: 9em
}

.accessories__navigation-header-text {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.accessories__navigation-arrows-wrapper {
  cursor: pointer;
  display: flex;
  width: 6em
}

.accessories__navigation-arrow-left {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: 1;
  width: 3em
}

.accessories__navigation-arrow-left:hover {
  background-color: #dfe0e6
}

.accessories__navigation-arrow-right {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.accessories__navigation-arrow-right:hover {
  background-color: #dfe0e6
}

.accessories__detail-content-wrapper {
  align-items: stretch;
  background-color: #f4f5f7;
  box-shadow: 12px 12px 80px -17px rgba(62, 63, 67, .45);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 3em;
  position: relative;
  width: 100%
}

.accessories__navigation-thumbnails-wrapper {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-end;
  padding-top: 2em
}

.accessories__navigation-thumbnaill {
  align-items: flex-start;
  background-color: #f4f5f7;
  box-shadow: 0 0 39px -8px rgba(62, 63, 67, .45);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 18em;
  justify-content: space-between;
  margin-right: 2px;
  min-width: 16em;
  padding-bottom: 2em;
  position: absolute;
  transform: perspective(501px);
  transform-origin: -160% 50% 0;
  transition: all .2s ease;
  width: 16em
}

.accessories__navigation-thumbnaill:hover {
  background-color: #fff;
  transform: perspective(501px)
}

.accessories__navigation-thumbnaill._1 {
  transform: scale(.96)
}

.accessories__navigation-thumbnaill._2 {
  transform: scale(.92)
}

.accessories__navigation-thumbnaill._3 {
  transform: scale(.88)
}

.accessories__navigation-thumbnaill-image {
  max-height: 14em;
  width: 16em
}

.product-specs__details-content__full-specs-headline {
  color: #3e3f43;
  margin-bottom: 2em;
  margin-top: 0
}

.accessories__detail-content-specs {
  align-items: stretch;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: .9em;
  justify-content: space-between;
  padding: 3em
}

.accessories__details-content-image-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  width: 40%
}

.accessories__details-content-image {
  display: block;
  max-width: 25em;
  width: 100%
}

.accessories_navigation-thumbnails-headline {
  color: #3e3f43;
  font-size: 1.2em;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: 1em
}

.bold-text {
  color: #585c6f
}

.product-specs__column-sort-icon-wrapper {
  display: none!important;
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: flex-end;
  margin-left: -17px;
  opacity: .1;
  padding-bottom: 0;
  position: static;
  right: 0;
  top: 0;
  transition: opacity .2s ease;
  width: 40px
}

.product-specs__column-sort-icon-wrapper:hover {
  opacity: 1
}

.product-specs__column-description-wrapper {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  /*justify-content: flex-start;*/
  /*padding-right: 17px;*/
  position: relative;
  width: 8.5rem;
  min-width: 9rem;
  white-space: nowrap;
}

.product-specs__column-edit-icon-wrapper {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1;
  justify-content: flex-start;
  opacity: .1;
  padding-bottom: 3px;
  padding-left: 8px;
  transition: opacity .2s ease
}

.product-specs__column-edit-icon-wrapper:hover {
  opacity: 1
}

.product-specs__column-edits-wrapper {
  align-content: stretch;
  align-items: flex-start;
  background-color: #585c6f;
  border-top: 1px solid #323233;
  box-shadow: 0 20px 90px -30px #3e3f43;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 3em 3em 5em;
  position: relative;
  transform: perspective(1348px);
  transform-origin: 50% 0;
  width: 96vw;
  z-index: 1
}

.product-specs__column-edits-button {
  display: flex;
  margin-bottom: .5em;
  margin-right: 2em;
  max-width: 21em;
  padding: .5em .7em;
  width: 30%
}

.product-specs__column-edits-button:hover {
  background-color: #323233
}

.product-specs__column-edits-button-text {
  color: #fff;
  flex: 1;
  font-size: .9em;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px
}

.product-specs__column-edits-button--active {
  background-color: #33285d;
  display: flex;
  margin-bottom: .5em;
  margin-right: 2em;
  max-width: 21em;
  padding: .5em .7em;
  width: 30%
}

.product-specs__column-edits-button--active:hover {
  background-color: #cf4500
}

.product-specs__column-edits-button-cross {
  flex: 0 auto
}

.newsletter-signup__content-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin-right: 3em
}

.newsletter-signup__fields-wrapper {
  display: flex;
  flex: 1;
  justify-content: space-between
}

.newsletter-signup__field {
  border-bottom: 3px solid #3e3f43;
  color: #b2b8cb;
  font-size: 1.6em;
  font-weight: 500;
  height: 1em;
  padding-bottom: 1.2em;
  width: 47%
}

.newsletter-signup__sucess {
  color: #f4f5f7;
  flex: 1;
  height: 1em;
  letter-spacing: .02em;
  margin-right: 0;
  text-align: center
}

.accessories__detail-content-wrapper-overlay {
  background-color: #f4f5f7;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0
}

.accessories__detail-content-wrapper-overlay-2nd {
  background-color: #f4f5f7;
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0
}

.component-big-image__lead {
  color: #3e3f43;
  -moz-column-count: 1;
  column-count: 1;
  grid-column-gap: 8vw;
  -moz-column-gap: 8vw;
  column-gap: 8vw;
  display: block;
  flex-wrap: wrap;
  font-size: 1.5em;
  font-weight: 700;
  justify-content: space-between;
  max-width: 40em
}

.footer1__content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%
}

.footer1__lighting-counclil-logo-wrapper {
  align-items: flex-start;
  display: flex;
  filter: contrast(0) brightness(0);
  justify-content: center;
  max-width: 18rem;
  opacity: .26;
  transition: all .4s ease;
  width: 20vw
}

.footer1__lighting-counclil-logo-wrapper:hover {
  filter: none;
  opacity: 1
}

.footer1__lighting-council-logo {
  width: 40rem
}

.product-overview__image-indicator-wrapper {
  display: none
}

.product-overview__image-indicator {
  background-color: #323233;
  border-radius: 9px;
  height: 6px;
  margin-left: 2px;
  margin-right: 8px;
  width: 6px
}

.product-overview__image-indicator.active {
  background-color: #33285d;
  height: 10px;
  margin-left: 0;
  margin-right: 6px;
  width: 10px
}

.product-specs__filter__column-headlines-wrapper-without-productcode {
  display: flex;
  justify-content: space-around
}

.featured-projects_content-rich-text {
  color: #fdfdfd
}

.featured-projects_content-rich-text p {
  color: #eaebef;
  font-size: 1em
}

.featured-projects_content-rich-text ul {
  color: #33285d;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 2.2em;
  text-transform: uppercase;
  width: 100%
}

.product-specs__column-edit-icon {
  background-color: #3e3f43;
  bottom: 1em;
  cursor: pointer;
  height: 2em;
  opacity: .37;
  padding: .4rem 0 .4rem .4rem;
  position: absolute;
  right: 3vw;
  top: 1em;
  width: 2em
}

.product-specs__column-edit-icon:hover {
  opacity: 1
}

.product-specs__column-edits-headline {
  align-self: flex-end;
  color: #fff;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  margin-bottom: 1em;
  text-align: left;
  text-transform: uppercase;
  width: 100%
}

.product-specs__column-description__product-code {
  color: #fff;
  font-size: .7em;
  font-weight: 700;
  letter-spacing: .15em;
  padding-left: 3px;
  text-align: left
}

.product-specs__column-sort-icon {
  height: 1.2em
}

.product-specs__filter-header {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  width: 100%
}

.product-specs__column-description-wrapper__product-code {
  align-items: stretch;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-start;
  padding-right: 17px;
  position: relative;
  width: 14.5rem
}

.product-specs__filter-header__button-wrapper {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  cursor: pointer;
  display: flex;
  height: 3em;
  justify-content: space-between;
  margin-bottom: 1em;
  min-width: 9em;
  transition: all .2s ease
}

.product-specs__filter-header__button-wrapper:hover {
  background-color: #323233;
  padding-left: 1em
}

.product-specs__filter-header__button-text {
  color: #f4f5f7;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em
}

.product-specs__dropdown__container {
  grid-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  flex-direction: row;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-top: 3rem;
  grid-row-gap: 30px;
  row-gap: 30px;
  width: 100%
}

@media(max-width:1480px) {
  .product-specs__dropdown__container {
    grid-template-columns: 1fr 1fr 1fr
  }
}

@media(max-width:720px) {
  .product-specs__dropdown__container {
    grid-template-columns: 1fr 1fr
  }
}

@media(max-width:470px) {
  .product-specs__dropdown__container {
    grid-template-columns: 1fr
  }
}

.product-specs__dropdown {
  position: relative;
  width: 100%
}

.product-specs__dropdown__closed {
  align-items: center;
  background-color: #323233;
  display: flex;
  height: 3em;
  justify-content: space-between;
  min-width: 9em;
  min-width: 200px
}

.product-specs__dropdown__closed-active {
  align-items: center;
  background-color: #8dc63f !important;
  border-color: #487110;
  box-shadow: inset 0 7px 13px -1px #5e8b23;
  display: flex;
  height: 3em;
  justify-content: space-between;
  min-width: 9em
}

.product-specs__dropdown__title {
  color: #fff;
  padding-left: 20px
}

.product-specs__dropdown__button {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: 1;
  width: 3em
}

.product-specs__dropdown__button-arrow {
  transform: rotate(-90deg)
}

.product-specs__dropdown__button-arrow-open {
  transform: rotate(90deg)
}

.product-specs__dropdown__item {
  align-items: center;
  display: flex;
  height: 3em;
  padding-left: 20px
}

.product-specs__dropdown__open {
  background-color: #323233;
  position: absolute;
  width: 100%;
  z-index: 50
}

.product-specs__dropdown__item-title {
  color: #fff;
  font-size: .8em;
  padding-left: 10px;
  text-transform: uppercase
}

.product-specs__filter-header__button {
  align-items: center;
  background-color: #f4f5f7;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: 1;
  width: 3em
}

.product-specs__filter-header__button:hover {
  background-color: #dfe0e6
}

.product-specs__filter-header__button-arrow {
  transform: rotate(-90deg)
}

.product-selector {
  position: relative;
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr minmax(200px, 1fr);
  grid-template-rows: auto auto;
  justify-content: space-between
}

.hero {
  min-height: 114vh;
  overflow: hidden;
  z-index: 0
}

.hero,
.product-selector__filter {
  display: flex;
  flex-direction: column;
  position: relative
}

.product-selector__filter {
  /* background-color: #3e3f43;
  box-shadow: 16px 16px 90px -30px rgba(62, 63, 67, .44); */
  padding-bottom: 4em;
  transform: translate(0);
  width: 24%;
  z-index: 10
}

.qr-landing__header {
  margin: 0 3em;
  padding-top: 100px
}

.product-selector-__products-wrapper {
  align-self: flex-start;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(5vw, auto) 1fr 1fr 1fr 1fr minmax(5vw, auto);
  justify-content: flex-start;
  padding-left: 3vw
}

.qr-landing .product-selector-__products-wrapper {
  justify-content: center;
  margin: 0 4vw;
  padding: 0
}

.product-specs__column-edits-button--active-2 {
  background-color: #33285d;
  display: flex;
  margin-bottom: .5em;
  margin-right: 2em;
  max-width: 21em;
  padding: .5em .7em;
  width: 30%
}

.product-specs__column-edits-button--active-2:hover {
  background-color: #cf4500
}

.product-selector__filter-option-selected {
  background-color: #33285d!important;
  display: flex;
  font-size: 1vw;
  margin-bottom: 1px;
  padding: .5em 1em .5em 1rem
}

.product-selector__filter-option-selected:hover {
  background-color: #cf4500
}

.product-selector__filter-option-text {
  color: #fff;
  flex: 1;
  font-size: .9em;
  font-weight: 500;
  line-height: 1.7em
}

.product-selector__filter-option-x {
  flex: 0 auto;
  min-width: 1vw
}

.product-selector__filter-option-amount {
  color: #060606;
  flex: 0 auto;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.7em;
  margin-right: 1rem;
  text-align: right;
  width: 2rem
}

.product-selector__filter-headline {
  color: #fff;
  font-size: .8vw;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 1em;
  margin-left: 4rem;
  margin-top: 4em;
  text-align: left
}

.product-selector__filter-option {
  background-color: transparent;
  display: flex;
  font-size: 1vw;
  margin-bottom: 1px;
  padding: .5em 1em .5em 1rem
}

.product-selector__filter-option:hover {
  background-color: #323233
}

.product-selector__filter-option:active {
  background-color: #33285d
}

.product-selector__filter-option-amount__selected {
  color: #fff;
  flex: 0 auto;
  font-size: .9em;
  font-weight: 700;
  line-height: 1.7em;
  margin-right: 1rem;
  text-align: right;
  width: 2rem
}

.product-selector__product {
  background-color: #f9fafb;
  box-shadow: 0 25px 37px -17px rgba(62, 63, 67, .45);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-right: 3vw;
  min-height: 28vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
  transition: transform .2s ease, background-color .2s ease;
  width: 21vw
}

.qr-landing .product-selector__product {
  margin: 0;
  width: 30vw
}

.product-selector__product:hover {
  background-color: #fff;
  box-shadow: 0 39px 50px -25px rgba(62, 63, 67, .45);
  transform: translateY(-5px)
}

.product-selector__product-image-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 15vw;
  min-height: 15vw
}

.product-selector__product-image {
  max-height: 15vw
}

.product-selector__product-name {
  color: #3e3f43;
  font-size: 2.3vw;
  letter-spacing: .03vw;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 0
}

.product-selector__product-subline {
  align-self: flex-end;
  color: #585c6f;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.2vw;
  margin-left: 2rem;
  margin-right: 2vw;
  text-align: right;
  text-transform: uppercase;
  width: 70%
}

.product-selector__search {
  align-items: center;
  border-bottom: 1px solid #585c6f;
  display: flex;
  height: 5vw;
  justify-content: space-between;
  margin-bottom: 3vw;
  margin-left: 30%;
  margin-right: 4vw;
  transition: all .4s ease;
  width: 100%
}

.product-selector__search:hover {
  background-color: #fff;
  padding-left: 1em
}

.product-selector__search__button {
  align-items: center;
  background-color: #323233;
  display: flex;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem
}

.product-selector__search__button-text {
  color: #f4f5f7;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase
}

.product-selector__search-text {
  color: #b2b8cb;
  font-size: 1vw;
  letter-spacing: .1em
}

.retailer-selector__search {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 4vw;
  justify-content: space-between;
  padding-left: 1em;
  transition: all .4s ease;
  width: 100%
}

.retailer-selector__search__button {
  align-items: center;
  background-color: #323233;
  display: flex;
  height: 100%;
  padding-left: 3rem;
  padding-right: 3rem
}

.retailer-selector__search__button-text {
  color: #f4f5f7;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase
}

.retailer-selector__search-text {
  color: #b2b8cb;
  font-size: 1vw;
  letter-spacing: .1em
}

.product-selector__next-button {
  align-content: center;
  align-items: center;
  border: 1px solid #b2b8cb;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 5vw;
  justify-content: flex-start;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: all .2s ease
}

.product-selector__next-button:hover {
  background-color: #3e3f43;
  color: #fff;
  padding-right: 3vw
}

.product-selector__previous-button {
  align-content: center;
  align-items: center;
  border: 1px solid #b2b8cb;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 5vw;
  justify-content: flex-start;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: all .2s ease
}

.product-selector__previous-button:hover {
  background-color: #3e3f43;
  color: #fff;
  padding-left: 3vw
}

.product-selector__previous-button-arrow {
  transform: rotate(180deg)
}

.product-selector__next-button-text {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  margin-right: 1em;
  text-transform: uppercase
}

.product-selector__previous-button-text {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  margin-left: 1em;
  text-transform: uppercase
}

.product-selector__filter-header {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: flex-start
}

.product-selector__filter-header-text {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: .8em;
  font-weight: 500;
  justify-content: flex-end;
  letter-spacing: .15em;
  margin-left: 1rem;
  margin-right: 1rem;
  text-transform: uppercase
}

.product-selector__filter-header-arrow-right {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  transform: rotate(90deg);
  transition: all .2s ease;
  width: 3rem
}

.product-selector__filter-header-arrow-right:hover {
  background-color: #323233
}

.product-selector__filter-header-button {
  align-items: center;
  display: flex;
  transform: translateY(-3rem) rotate(-90deg);
  transform-origin: 100% 100%
}

.body-navigation {
  background-color: #eaebef;
  font-family: "Avenir Next", Arial, sans-serif;
  min-width: 320px;
  transition: all 1.5s cubic-bezier(.731, .328, .667, 1.054)
}

.body-navigation:active {
  background-color: #fff;
  filter: contrast(30%) brightness(124%) blur(20px) brightness(149%) saturate(38%)
}

.component-switch-image {
  padding: 10vh 3em
}

.component-switch-image__wrapper {
  background-color: #fff;
  box-shadow: 0 21px 80px -23px rgba(62, 63, 67, .45);
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto
}

.component-switch-image__image {
  align-items: stretch;
  background-image: url(static/images/0399_i_deckeneinbau_skim_xw.ab7bb36.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 40vw;
  padding: 0
}

.component-switch-image__switch-wrapper {
  align-items: flex-start;
  background-color: #323233;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -2em;
  margin-top: -2em;
  padding: 3vw 3vw 5vw
}

.component-switch-image__headline {
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  margin-right: 3rem;
  margin-top: 2vw;
  text-transform: none
}

.component-switch-image__button {
  align-items: center;
  background-color: #323233;
  border: 1px solid #3e3f43;
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0 4vw 0 0;
  transition: all .6s ease
}

.component-switch-image__button-name {
  color: #fff;
  font-size: 1.2vw;
  margin-right: 1px;
  padding-bottom: 1.5vw;
  padding-left: .5vw;
  padding-top: 1.5vw
}

.component-switch-image__button-active {
  align-items: center;
  background-color: #3e3f43;
  box-shadow: 0 4px 33px -4px rgba(0, 0, 0, .45);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 6vw 0 0;
  transition: all .2s ease
}

.component-switch-image__button-active:hover {
  box-shadow: 3px 3px 16px -3px rgba(62, 63, 67, .45)
}

.product-selector__product__new-flag {
  background-color: #33285d;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(-90deg);
  transform-origin: 100% 100%
}

.product-selector__product__new-flag-text {
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: .05em;
  padding: .5vw 1vw
}

.component-switch-image__image-description {
  padding-left: 1em
}

.component-switch-image__image-description-text {
  color: #fff;
  font-size: 1vw;
  line-height: 1.4vw
}

.featured-projects_content {
  align-items: center;
  background-color: rgba(50, 50, 51, .96);
  display: flex;
  padding-bottom: 7vw;
  padding-left: 4vw;
  padding-top: 7vw;
  position: relative;
  transform-origin: 0 50%;
  width: 100%;
  z-index: 0
}

.featured-projects_content-column {
  font-size: 1.2vw;
  margin-right: 3vw;
  min-width: 40%
}

.featured-projects_content-headline {
  color: #eaebef;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 2vw;
  text-transform: uppercase
}

.featured-projects_content-column-wrapper {
  display: flex
}

.featured-projects__content-x {
  margin-right: 1rem;
  margin-top: 1rem;
  position: absolute;
  right: 0;
  top: 0
}

.component-switch-image__switches {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin-top: 2em
}

.find-retailer {
  display: grid;
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-template-rows: minmax(3em, 3em) auto auto auto;
  padding: 9em 3vh 3vh
}

.find-a-retailer__offline {
  background-color: #fff;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: .5fr 1fr;
  grid-template-rows: auto;
  height: 80vh
}

.find-a-retailer__corys {
  background-color: #022441
}

.find-a-retailer__corys,
.find-a-retailer__russel {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 3vh;
  padding-top: 6vh
}

.find-a-retailer__russel {
  background-color: #b51515
}

.find-a-retailer__offline-heading-text,
.find-a-retailer__online-heading-text {
  font-size: 2vw
}

.find-a-retailer__offline-list {
  background-color: #3e3f43;
  overflow: hidden
}

.find-a-retailer__offline-list__item {
  border-bottom: 1px solid #323233;
  margin-left: 2vw;
  padding-bottom: 2vw;
  padding-right: 1vw;
  padding-top: 2vw
}

.find-a-retailer__offline-list__item-name {
  color: #33285d;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.3rem;
  text-transform: uppercase
}

.find-a-retailer__offline-list__item-address {
  color: #eaebef;
  font-size: .8em
}

.find-a-retailer__offline-map {
  background-image: url(static/images/fake-map.2fd5114.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover
}

.find-a-retailer__russel-logo {
  width: 65%
}

.find-a-retailer__corys-logo {
  width: 50%
}

.button__shop-here {
  background-color: #fff;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #323233;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 43px;
  min-width: 30%;
  padding: 5px 26px 0;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease
}

.button__shop-here:hover {
  box-shadow: 0 16px 25px -13px rgba(62, 63, 67, .45);
  transform: translateY(-3px) scale(1.02)
}

.contact-form {
  align-items: center;
  display: flex;
  flex-direction: column;
  grid-column-gap: 3vh;
  grid-row-gap: 3vh;
  grid-template-columns: 1fr 1fr 1fr 1.5fr;
  grid-template-rows: minmax(3em, 3em) auto auto;
  justify-content: center;
  min-height: 95vh;
  padding: 9em 3vh 3vh
}

.contact-form__text-field {
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 0 1px 60px -17px rgba(62, 63, 67, .45);
  display: flex;
  flex: 0 auto;
  margin-top: 2em;
  min-height: 30vw;
  padding: 5vh 5vh 7em;
  width: 70%
}

.contact-form__text-field-text {
  color: #b2b8cb;
  font-size: 2vw;
  line-height: 3vw
}

.contact-form__headline {
  color: #3e3f43;
  flex: 0 auto;
  font-weight: 700;
  height: 1em;
  letter-spacing: .03em;
  text-align: center;
  width: 100%
}

.contact-form__text-field-indicator {
  background-color: #b2b8cb;
  color: #b2b8cb;
  height: 2vw;
  margin-left: 11px;
  margin-top: .5vw;
  padding-bottom: 1vw;
  width: 2px
}

.contact-form__details {
  align-items: center;
  background-color: #323233;
  box-shadow: 0 15px 50px -10px #3e3f43;
  display: flex;
  justify-content: center;
  margin-top: -5vw;
  min-height: 21vh;
  padding: 5vw 3em;
  width: 90%
}

.contact-form__subline {
  color: #b2b8cb;
  font-size: 2vw;
  margin-left: 1em;
  margin-right: 1em;
  margin-top: .2em;
  text-align: center
}

.contact-form__details-field {
  border-bottom: 3px solid #3e3f43;
  color: #b2b8cb;
  font-size: 2vw;
  font-weight: 400;
  height: 1em;
  margin-right: 2em;
  padding-bottom: 1.2em;
  width: 32%
}

.contact-details {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 13vh 1vh
}

.contact-details__text {
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.6vw;
  margin: .5em 3vw 3vw
}

.contact-details__wrapper {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  margin: 6vw 1vw;
  transition: all .2s ease
}

.contact-details__wrapper:hover {
  opacity: .75;
  transform: translateY(-5px)
}

.contact-details__icon {
  height: 3vw;
  width: 3vw
}

.contact-form__details-button {
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 43px;
  padding: 5px 26px;
  text-align: center;
  text-transform: uppercase;
  transition: all .2s ease;
  width: 10em
}

.contact-form__details-button:hover {
  box-shadow: 0 16px 25px -13px rgba(62, 63, 67, .45);
  transform: translateY(-3px) scale(1.02)
}

.projects-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 50vw;
  justify-content: center;
  min-height: 74vh;
  position: relative
}

.projects-grid__slider {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  height: 80vh;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 30em;
  position: relative;
  width: 100%;
  z-index: 1
}

.projects-grid__intro {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 4vw 3vw 4vw 10vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.projects-grid__content {
  align-items: stretch;
  display: flex;
  padding: 6em 3vw 7vw;
  position: relative;
  transform-origin: 0 50%;
  width: 100%;
  z-index: 0
}

.projects-grid__content-x {
  margin-right: 1rem;
  margin-top: 1rem;
  position: absolute;
  right: 0;
  top: 0
}

.projects-grid__content-column-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.projects-grid__content-column {
  min-width: 36%;
  width: 49%
}

.projects-grid__content-headline {
  color: #3e3f43;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 2vw;
  text-transform: uppercase
}

.projects-grid__content-rich-text,
.projects-grid__content-rich-text p {
  color: #3e3f43
}

.projects-grid__content-rich-text ul {
  color: #33285d;
  font-size: 1.2vw;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 2.2em;
  text-transform: uppercase
}

.projects-grid__intro-heading {
  color: #3e3f43;
  font-size: 4vw;
  margin-bottom: 1em;
  margin-top: 15px;
  width: 100%
}

.projects-grid__button {
  background-color: #33285d;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: .8em;
  font-weight: 600;
  letter-spacing: .2em;
  line-height: 43px;
  padding: 5px 26px;
  text-transform: uppercase;
  transition: all .2s ease
}

.projects-grid__button:hover {
  box-shadow: 0 16px 25px -13px rgba(62, 63, 67, .45);
  transform: translateY(-3px) scale(1.02)
}

.find-retailer__logos {
  height: 13em
}

.find-retailer__logos-wrapper {
  align-items: center;
  display: flex;
  height: 12em;
  justify-content: space-around;
  margin-bottom: 4vw;
  margin-left: 3vw;
  margin-right: 3vw;
  transition: all .3s ease
}

.find-retailer__logos-logo {
  cursor: pointer;
  filter: saturate(0) contrast(0) brightness(0);
  opacity: .3;
  transition: all .2s ease
}

.find-retailer__logos-logo:hover {
  filter: none;
  opacity: 1
}

.featured-projects {
  align-items: center;
  background-image: linear-gradient(180deg, #fff, rgba(244, 245, 247, 0));
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10vh 3vw
}

.projects-top__pragraph {
  max-width: 30em;
  text-align: center;
  width: 100%
}

.projects-grid__used-products {
  margin-right: 5vw
}

.projects-grid__used-products__product-wrapper {
  background-color: #f9fafb;
  box-shadow: 0 30px 43px -14px rgba(62, 63, 67, .45);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 25em;
  margin-top: 3em;
  transition: background-color .2s ease, transform .2s ease;
  width: 20em
}

.projects-grid__used-products__product-wrapper:hover {
  background-color: #fff;
  box-shadow: 0 39px 63px -21px rgba(62, 63, 67, .45);
  transform: scale(1.03)
}

.projects-grid__used-products__product-image-wrapper {
  align-items: center;
  display: flex;
  height: 15em;
  justify-content: center;
  overflow: hidden
}

.projects-grid__used-products__product-image {
  max-height: 100%
}

.projects-grid__used-products__text-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 1.5em
}

.project-grid__used-products__name {
  color: #3e3f43;
  font-size: 2rem;
  margin-top: 0
}

.projects-grid__used-products__product-subline {
  align-self: flex-end;
  color: #585c6f;
  font-size: .7rem;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.1rem;
  text-align: right;
  text-transform: uppercase
}

.projects-grid__used-products__navigation-header {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  height: 3em;
  justify-content: space-between;
  min-width: 9em
}

.projects-grid__used-products__navigation-header-text {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.projects-grid__used-products__navigation-arrow-left {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  opacity: 1;
  width: 3em
}

.projects-grid__used-products__navigation-arrow-left:hover {
  background-color: #dfe0e6
}

.projects-grid__used-products__navigation-arrow-right {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.projects-grid__used-products__navigation-arrow-right:hover {
  background-color: #dfe0e6
}

.projects-grid__used-products__navigation-arrows-wrapper {
  cursor: pointer;
  display: flex;
  width: 6em
}

.slide {
  background-image: url(static/images/img_1037---edited.625ee66.jpg);
  background-size: 2736px
}

.slide,
.slide-2 {
  background-position: 50% 50%
}

.slide-2 {
  background-image: url(static/images/graduate---wanganui-fire-station---edited.f6d6158.jpg);
  background-repeat: no-repeat;
  background-size: cover
}

.mask {
  flex: 1
}

.find-a-retailer__account-text {
  color: #fff;
  font-size: .8em;
  margin-top: 12px;
  text-align: center
}

.component-switch-image__button-wrapper {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 1em;
  margin-top: 1em
}

.menu1 {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding-bottom: 6%;
  padding-top: 19%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 1000
}

.menu1__wrapper {
  display: grid;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 2.5fr 1.75fr;
  grid-template-rows: auto minmax(4em, 4em);
  height: 100%;
  width: 80%
}

.menu1__main-items {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.menu1__main-item-link {
  position: relative
}

.menu1_secondary-link {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 1em;
  position: relative;
  z-index: 5
}

.menu1__seconday-links-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start
}

.menu1__tertiray-items-wrapper {
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto
}

.menu1__tertiray-items-link {
  color: #585c6f;
  font-size: 1em;
  font-weight: 500;
  margin-right: 3em;
  text-decoration: underline
}

.menu1__tertiray-items-link:hover {
  color: #323233
}

.menu1__tertiray-items-newsletter-link {
  color: #585c6f;
  font-size: 1.2em;
  font-weight: 700;
  margin-right: 11px;
  text-decoration: none;
  transition: all .2s ease
}

.menu1__tertiray-items-newsletter-link:hover {
  border-bottom: 2px solid #585c6f;
  margin-right: 20px;
  text-decoration: none
}

.navbar__x {
  background-attachment: scroll;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTggMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDUyLjMgKDY3Mjk3KSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uYXZiYXItWDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJNZW51IiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4Mi4wMDAwMDAsIC0xNy4wMDAwMDApIiBmaWxsPSIjM0UzRjQzIiBpZD0ibmF2YmFyLVgiPgogICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzgyLjAwMDAwMCwgMTcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cG9seWdvbiBpZD0iUmVjdGFuZ2xlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjAwMDAwMCwgOS41MDAwMDApIHNjYWxlKDEsIC0xKSByb3RhdGUoLTQ5NS4wMDAwMDApIHRyYW5zbGF0ZSgtOS4wMDAwMDAsIC05LjUwMDAwMCkgIiBwb2ludHM9Ii0yIDggMjAgOCAyMCAxMSAtMiAxMSI+PC9wb2x5Z29uPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlJlY3RhbmdsZS1Db3B5LTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDkuMDAwMDAwLCA5LjUwMDAwMCkgc2NhbGUoMSwgLTEpIHJvdGF0ZSgtMjI1LjAwMDAwMCkgdHJhbnNsYXRlKC05LjAwMDAwMCwgLTkuNTAwMDAwKSAiIHBvaW50cz0iLTIgOCAyMCA4IDIwIDExIC0yIDExIj48L3BvbHlnb24+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2em;
  width: 1.1em
}

.menu1__main-item {
  position: relative;
  z-index: 5
}

.newsletter-signup-spacer {
  height: 11vw
}

.find-retailers__logos-wrapper {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 3em 1em;
  width: 11%
}

.menu1__tertiray-items-newsletter-wrapper {
  margin-right: 3em;
  width: 19em
}

.menu1__tertiray-items-newsletter-link-arrow {
  transform: rotate(-90deg)
}

.menu1__main-item-indicator {
  background-color: #eaebef;
  bottom: 26%;
  height: 2vw;
  left: 0;
  margin-left: -2vw;
  margin-right: -2vw;
  position: absolute;
  right: 0;
  transform-origin: 0 50%;
  z-index: 1
}

.menu1_secondary-link-wrapper {
  margin-bottom: 1em;
  position: relative
}

.menu1_secondary-link-indicator {
  background-color: #eaebef;
  bottom: 26%;
  height: .8em;
  left: 0;
  margin-left: -1em;
  margin-right: -1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.navbar__item-wrapper {
  margin-right: 3vw;
  position: relative
}

.navbar__item-indicator {
  background-color: #fff;
  bottom: 7px;
  height: 6px;
  left: 0;
  margin-left: -6px;
  margin-right: -6px;
  position: absolute;
  right: 0;
  transform-origin: 0 50%
}

.navbar-wrapper {
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.footer1_contact-us__link {
  border-bottom: 3px solid hsla(0, 0%, 100%, 0);
  color: #fff;
  font-size: 2vw;
  font-weight: 700;
  letter-spacing: .04em;
  line-height: 3vw;
  margin-right: 1vw;
  transition: all .4s ease
}

.footer1_contact-us__link:hover {
  border-bottom-color: #fff;
  margin-right: 2vw
}

.footer1_contact-us__link-wrapper {
  align-items: center;
  display: flex;
  margin-bottom: 2em;
  width: 29vw
}

.footer1_contact-us__link-arrow {
  transform: rotate(-90deg);
  width: 1.3vw
}

.navbar__hamburger-line {
  background-color: #3e3f43;
  height: 3px;
  margin-top: 3px;
  width: 100%
}

.navbar__hamburger-line.middle {
  margin-left: 8px;
  margin-right: -8px;
  padding-left: 12px
}

.explosion-drawing {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  padding-left: 3vw;
  padding-right: 3vw
}

.explosion-drawing__image-wrapper {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  transform-origin: 100% 50%
}

.explosion-drawing__text-wrapper {
  align-content: center;
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  width: 24vw
}

.image {
  max-height: 100%
}

.explosion-drawing__text-paragraph {
  display: none;
  font-size: .8em
}

.explosion-drawing__text-paragraph.visible {
  display: block;
  font-size: 1.1vw;
  margin-left: 2.5vw
}

.explosion-drawing__text-headline {
  align-self: center;
  color: #585c6f;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.3em;
  margin-left: 2.5vw
}

.explosion-drawing__text-item {
  align-content: flex-start;
  align-items: flex-start;
  display: grid;
  flex-direction: column;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 1vw;
  grid-row-gap: .2em;
  grid-template-columns: 1.25fr;
  grid-template-rows: auto auto;
  justify-content: flex-start;
  margin: 1vw;
  width: 100%
}

.explosion-drawing__text-paragraph-number-wrapper {
  align-items: center;
  align-self: center;
  background-color: #323233;
  border-radius: 2vw;
  display: flex;
  flex: 0 auto;
  height: 2vw;
  justify-content: center;
  overflow: visible;
  padding-top: 2px;
  width: 2vw
}

.explosion-drawing__text-paragraph-number {
  color: #fff;
  font-size: 1vw;
  font-weight: 600
}

.hero-apollo-image-wrapper {
  display: flex;
  height: 60vh;
  justify-content: center;
  left: 0;
  margin-top: -10em;
  position: absolute;
  right: 0;
  top: 116px
}

.image-2 {
  max-height: 100%
}

.hero-apollo__light-wrapper {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin-bottom: 5px;
  margin-top: -14vh;
  position: absolute;
  right: 0
}

.image-3 {
  height: 75vh;
  position: relative
}

.hero-apollo__text-wrapper {
  align-items: center;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  height: 43vh;
  left: 0;
  margin-bottom: 10vh;
  position: absolute;
  right: 0
}

.hero-apollo__text-headline {
  text-align: center
}

.hero-falcon__text-subline {
  color: #b2b8cb;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase
}

.hero-apollo__text-paragraph {
  margin-top: 2em;
  text-align: center;
  width: 30em
}

.featured-products {
  display: flex;
  margin-bottom: 11em;
  margin-top: -20vh;
  overflow: hidden;
  padding-bottom: 45px;
  padding-left: 3vw;
  padding-top: 45px;
  position: relative
}

.featured-products__nutshell-wrapper {
  position: relative;
  width: 32%
}

.featured-products__products-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 38em;
  padding: 5em 3vw 3vh;
  width: 68%
}

.featured-products__nutshell-box {
  align-items: flex-end;
  background-color: #fff;
  box-shadow: 0 11px 153px -20px rgba(62, 63, 67, .45);
  display: flex;
  flex-direction: column;
  padding: 4vw;
  position: relative
}

.featured-products__nutshell-text {
  font-size: 1.6vw;
  line-height: 3vw;
  margin-bottom: 1vw;
  margin-top: 2em
}

.featured-products__nutshell-description {
  align-self: flex-end;
  border-bottom: 1px solid #585c6f;
  color: #585c6f;
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 2.2vw;
  margin-right: 3em;
  margin-top: 2em;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  top: 0;
  width: 40%
}

.featured-products__nutshell-text-highlight {
  border-bottom: .3vw solid #33285d
}

.featured-products__products-header-text {
  font-size: 1vw;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.related-products__header {
  align-items: center;
  border-bottom: 1px solid #b2b8cb;
  display: flex;
  height: 3em;
  justify-content: space-between
}

.featured-products__slider-navbar {
  cursor: pointer;
  display: flex;
  height: 100%;
  width: 6em
}

.featured-products__slider-navbar__left {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.featured-products__slider-navbar__left:hover {
  background-color: #dfe0e6
}

.featured-products__slider-navbar__right {
  align-items: center;
  display: flex;
  height: 3em;
  justify-content: center;
  transition: all .2s ease;
  width: 3em
}

.featured-products__slider-navbar__right:hover {
  background-color: #dfe0e6
}

.featured-products__products-slider {
  align-items: flex-start;
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 2vw;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  height: 25em;
  width: 130%
}

.featured-products__products-background {
  align-items: flex-start;
  align-self: end;
  background-color: #fff;
  box-shadow: 0 17px 33px -20px #3e3f43;
  display: flex;
  flex-direction: column;
  height: 50%;
  justify-content: flex-end;
  margin-top: -20%;
  padding: 2rem;
  width: 100%
}

.featured-products__products-subline {
  align-self: flex-end;
  color: #585c6f;
  font-size: .9vw;
  font-weight: 500;
  letter-spacing: .15em;
  line-height: 1.5vw;
  margin-left: 2rem;
  margin-top: 2rem;
  text-align: right;
  text-transform: uppercase;
  width: 80%
}

.featured-products__products-image {
  max-height: 100%
}

.featured-products__products-image-wrapper {
  align-items: center;
  display: flex;
  height: 60%;
  justify-content: center;
  margin-bottom: -20%;
  position: relative
}

.featured-products__products-name {
  font-size: 2.5vw
}

.hero-slider-controls {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 4em;
  z-index: 3000
}

.hero-slider-controls__line {
  background-color: rgba(62, 63, 67, .45);
  bottom: 0;
  display: flex;
  height: 100%;
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  width: 1px
}

.hero-slider-controls__numbering {
  font-size: .8em;
  font-weight: 700;
  margin-bottom: 7px;
  margin-top: 7px;
  transform: rotate(-90deg)
}

.hero-slider-controls__indicator {
  align-items: flex-end;
  display: flex;
  height: 4em;
  justify-content: center;
  position: relative;
  width: 100%
}

.hero-slider-controls__progress {
  background-color: #323233;
  bottom: 0;
  display: flex;
  height: 100%;
  left: 50%;
  position: absolute;
  right: 50%;
  top: 0;
  transform-origin: 50% 100%;
  width: 3px
}

.hero-falcon_image-wrapper {
  width: 60%
}
.hero-falcon_image-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    /*right: 0px;*/
    bottom: 316px;
    /* height: 50vh; */
    margin-left: 19vw;
    /* margin-top: -29em; */
    /* top: 492px; */
    width: 23vw;
}
.hero-falcon__light-wrapper,
.hero-falcon_image-wrapper {
  align-items: stretch;
  bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0
}

.hero-falcon__light-wrapper {
  width: 100%
}

.hero-falcon__back-light {
  margin-bottom: 57%;
  margin-left: 10%;
  width: 100%
}

.hero-falcon__front-light {
  margin-bottom: 58%;
  margin-left: 36%;
  width: 100%
}

.hero-falcon__text-wrapper {
  align-items: flex-start;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 26vh;
  padding-right: 3vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 40%
}

.hero-falcon__text-headline {
  text-align: left
}

.hero-falcon__text-paragraph {
  margin-top: 2em;
  text-align: left;
  width: 70%
}

.about-intro {
  display: flex;
  min-height: 90vh;
  overflow: hidden;
  position: relative
}

.about-intro__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8vw 5vw;
  width: 50%
}

.about-intro_circles-graphic-wrapper {
  bottom: 0;
  display: block;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -5
}

.about-intro__text-headline {
  font-size: 5.9vw;
  line-height: 1.2em;
  margin-bottom: 2vw
}

.about-intro_circles-graphic-big-circle {
  position: absolute;
  width: 50vw
}

.about-intro_circles-graphic {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-right: -1vw;
  margin-top: -7vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw
}

.about-intro_circles-graphic-small-circle {
  position: absolute;
  right: 11vw;
  width: 28vw
}

.body-3 {
  overflow: hidden
}

.about-image {
  background-image: url(static/images/8---about-us-image.589ebf0.jpg);
  background-position: 50% 50%;
  background-size: cover;
  height: 60vh;
  margin-left: 35%;
  width: 60%
}

.about-history {
  padding: 13vw 5vw
}

.about-history__lead {
  color: #3e3f43;
  font-size: 4vw;
  line-height: 1.3em
}

.about-history_paragraph {
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 5vw;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
  margin-top: 5vw;
  max-width: 66em
}

.about-quality {
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  padding-bottom: 9vw;
  padding-top: 9vw
}

.about-quality-q-wrapper {
  align-items: flex-end;
  width: 40%
}

.about-quality-q-wrapper,
.about-quality__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5vw
}

.about-quality__text-wrapper {
  align-items: flex-start;
  width: 60%
}

.image-4 {
  width: 60%
}

.about-quality__text-headline {
  font-size: 3vw
}

.about-quality__text-paragraph {
  max-width: 30em
}

.lighting-design-intro {
  min-height: 70vh
}

.lighting-design-intro,
.lighting-design-intro__text {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative
}

.lighting-design-intro__text {
  flex-direction: column;
  padding: 8vw 5vw;
  width: 50em;
  z-index: 50
}

.lighting-design-intro__text-headline {
  font-size: 4vw;
  line-height: 1.2em;
  margin-bottom: 2vw;
  text-align: center
}

.lighting-design-intro__text-paragraph {
  max-width: 30em;
  text-align: center
}

.lighting-design-process {
  padding-bottom: 18vh;
  padding-top: 18vh
}

.lighting-design-process__numbers-wrapper {
  border-bottom: 1px solid #b2b8cb;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(10vw, 10vw);
  margin-bottom: 7vw;
  padding-bottom: 0;
  padding-right: 10vw
}

.lighting-design-process__number {
  align-self: end;
  color: #33285d;
  font-size: 12vw;
  font-weight: 400;
  height: 10vw;
  letter-spacing: -.1em;
  line-height: 10vw;
  padding-left: 3vw
}

.lighting-design-process__description-wrapper {
  align-items: start;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(10vw, 10vw);
  margin-top: 2vw;
  padding-right: 10vw
}

.lighting-design-process__description {
  margin-left: 6vw
}

.lighting-design-process__paragraph-wrapper {
  margin-left: 10vw
}

.lighting-design-process__paragraph {
  -moz-column-count: 2;
  column-count: 2;
  grid-column-gap: 5vw;
  -moz-column-gap: 5vw;
  column-gap: 5vw;
  max-width: 59em
}

.lighting-design-details {
  align-items: flex-end;
  background-image: url(static/images/lighting-design-detail.a6df416.jpg);
  background-position: 0 0;
  background-size: cover;
  display: flex;
  margin-bottom: 0;
  min-height: 80vh
}

.lighting-design-detail__text-wrapper {
  background-color: #fff;
  box-shadow: 0 21px 43px 0 rgba(62, 63, 67, .45);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -5vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 40em;
  min-height: 24vw;
  min-width: 50%;
  padding: 3vw
}

.lighting-design-detail__text-headline {
  text-align: center
}

.paragraph-2 {
  max-width: 30em
}

.lighting-design-detail__text-paragraph {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 30em;
  text-align: center
}

.body-4 {
  display: flex;
  flex-direction: column
}

.lighting-design-energy {
  align-items: center;
  display: flex;
  height: 80vw;
  justify-content: center;
  margin-top: -9vh;
  position: relative
}

.lighting-design-energy__background {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.lighting-design-energy__background-image {
  display: block;
  flex: 0 auto;
  height: 100%;
  width: 100%
}

.lighting-design-energy__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30%;
  margin-right: 10%;
  margin-top: 10vw;
  min-height: 20em;
  width: 40%
}

.lighting-design-energy__text-paragraph {
  margin-top: 1em;
  max-width: 30em
}

.lighting-design-cta {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3.5em;
  grid-row-gap: 3.5em;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 12vw 5vw 0
}

.div-block-2 {
  background-color: #fff;
  box-shadow: 0 30px 17px -10px rgba(62, 63, 67, .45);
  padding: 3em
}

.lighting-design-cta__lead {
  color: #3e3f43;
  font-size: 4vw;
  line-height: 1.3em;
  padding-right: 20vw
}

.lighting-design-cta__free-box {
  align-items: center;
  background-color: #fff;
  border-left: 2vw solid #33285d;
  box-shadow: 0 17px 30px -17px rgba(62, 63, 67, .45);
  display: flex;
  height: 19vw;
  min-height: 16em;
  min-width: 25em;
  padding: 2em;
  position: relative;
  width: 36vw
}

.lighting-design-cta__free-box__claim {
  font-size: 2vw;
  margin-bottom: 2vw;
  margin-top: 2vw
}

.lighting-design-cta__contact-button {
  align-self: center;
  background-color: #323233;
  box-shadow: 0 7px 17px -7px rgba(62, 63, 67, .45);
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 43px;
  margin-top: 2em;
  padding: 1vw 2vw;
  text-transform: uppercase;
  transition: all .2s ease
}

.lighting-design-cta__contact-button:hover {
  box-shadow: 0 16px 25px -13px rgba(62, 63, 67, .45);
  transform: translateY(-3px) scale(1.02)
}

.footer1__collab-text {
  color: #585c6f;
  flex: 0 auto;
  font-size: .6em;
  font-weight: 500;
  margin-left: 1em;
  margin-right: 1em
}

.footer1__collab-link {
  font-size: 1em
}

.footer1__collab-link:hover {
  border-bottom: 1px solid #000
}

.warranties {
  margin-left: 3vw;
  margin-right: 3vw;
  padding-top: 30vh
}

.warranties__headline {
  color: #33285d;
  margin-bottom: 1em
}

.warranty__lead {
  flex: 1;
  font-size: 3.5vw;
  line-height: 1.2em;
  margin-right: 3em;
  width: 30%
}

.warranty__description {
  font-size: 1.2vw;
  width: 60%
}

.warranty__description ul {
  padding-bottom: 0;
  padding-left: 3vw
}

.warranty__description li {
  margin-top: 1em
}

.warranty {
  display: flex;
  justify-content: space-between;
  margin-top: 13em
}

.lighting-design-intro__background__green-light {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2vw;
  position: absolute;
  width: 60vw;
  z-index: 1
}

.lighting-design-intro__background__white-light {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3vw;
  position: absolute;
  width: 73vw;
  z-index: 1
}

.about-image__abstract {
  background-image: url(static/images/lighting-design__hero-v2.696d943.jpg);
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh
}

.product-overview__description {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.product-overview__headline__span {
  border-bottom: 9px solid #33285d;
  position: relative
}

.hero-crown__light-wrapper {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin-bottom: 5px;
  margin-top: -14vh;
  position: absolute;
  right: 0
}

.hero-crown__text-wrapper {
  align-items: center;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  height: 43vh;
  left: 0;
  margin-bottom: 10vh;
  position: absolute;
  right: 0
}

.hero-crown__text-headline {
  text-align: center
}

.hero-crown__text-subline {
  font-size: 1.2vw
}

.hero-apollo__text-subline,
.hero-crown__text-subline {
  color: #b2b8cb;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase
}

.hero-crown__text-paragraph {
  margin-top: 2em;
  text-align: center;
  width: 30em
}

.hero-crown-image-wrapper {
  align-items: center;
  background-image: url(static/images/downlight-pictures-ceiling-pattern-v2-trimmed-1000px.bc7a491.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 55vh;
  display: flex;
  height: 60vh;
  justify-content: center;
  left: 0;
  margin-top: -10em;
  overflow: hidden;
  position: absolute;
  right: 0
}

.hero-crown-image-fade {
  background-image: linear-gradient(180deg, rgba(244, 245, 247, 0), #f4f5f7);
  bottom: 0;
  height: 20%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%
}

.image-5 {
  flex: 0 0 auto;
  height: 100%;
  margin-bottom: 1px;
  max-height: 100%;
  position: absolute;
  width: 2560px
}

.hero-crown__light {
  height: 82vh;
  position: relative
}

.hero-nimbus-image-wrapper {
    bottom: 116px;
    height: 65vh;
    /* margin-right: -10vw; */
    /* margin-top: -29em; */
    top: 92px;
    width: 76vw;
}
.hero-nimbus-image-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0px;
    bottom: 316px;
    /* height: 50vh; */
    margin-right: 19vw;
    /* margin-top: -29em; */
    /* top: 492px; */
    width: 23vw;
}

.hero-nimbus-image-wrapper,
.hero-nimbus__light-wrapper {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0
}

.hero-nimbus__light-wrapper {
  align-items: flex-end;
  bottom: 0;
  margin-bottom: 5px;
  margin-top: -14vh;
  top: 0;
  width: 60vw
}
h5.hero-nimbus__text-headline{
   text-transform: none;
}

.hero-nimbus__text-wrapper {
  align-items: flex-start;
  bottom: 10vh;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  margin-bottom: 10vh;
  padding-left: 20vw;
  padding-top: 10vh;
  position: absolute;
  right: 0;
  width: 50vw
}

.hero-nimbus__text-headline {
  text-align: left
}

.hero-nimbus__text-subline {
  color: #b2b8cb;
  font-size: 1.2vw;
  font-weight: 700;
  letter-spacing: .02em;
  text-align: center;
  text-transform: uppercase
}

.hero-nimbus__text-paragraph {
  margin-top: 2em;
  text-align: left;
  width: 30em
}

.body-5 {
  display: block
}

.lighting-design-cta__free-box-caption {
  align-self: flex-start;
  color: #585c6f;
  font-size: .8em;
  font-weight: 500;
  height: 2em;
  letter-spacing: .15em;
  margin: 2em 2em -4em;
  position: absolute;
  right: 0;
  text-align: left;
  text-transform: uppercase;
  top: 0;
  z-index: 100
}

.footer1__legal_navbar-left {
  display: flex
}

.projects-top__headline {
  color: #3e3f43;
  font-size: 4.5vw;
  text-align: center;
  width: 54vw
}

.projects-top__description {
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

.projects-top__arrow-up__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 20vw;
  justify-content: center;
  left: 10vw;
  position: absolute;
  width: 10vw
}

.projects-top__arrow-up__stem {
  background-color: #dfe0e6;
  flex: 1;
  width: 4vw
}

.projects-top__arrow-up__top {
  align-items: flex-start;
  display: flex;
  height: 5vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%
}

.projects-top__arrow-up__top-triangle {
  background-color: #dfe0e6;
  bottom: 0;
  display: block;
  height: 6vw;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 2.25vw;
  transform: rotate(45deg);
  width: 6vw
}

.projects-top__arrow-description {
  font-size: .8vw;
  text-align: center;
  width: 8vw
}

.projects-top__arrow-down__wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 20vw;
  justify-content: center;
  position: absolute;
  right: 10vw;
  width: 10vw
}

.projects-top__arrow-down__stem {
  background-color: #dfe0e6;
  flex: 1;
  width: 4vw
}

.projects-top__arrow-down__top {
  align-items: flex-start;
  display: flex;
  height: 5vw;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%
}

.projects-top__arrow-down__top-triangle {
  background-color: #dfe0e6;
  bottom: 2.25vw;
  display: block;
  height: 6vw;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 6vw
}

.section {
  background-color: #fff
}

.image-6,
.image-7 {
  max-height: 100%
}

.product-configurator {
  background-color: #f4f5f7;
  min-height: 50vw;
  padding-bottom: 6vw;
  padding-top: 6vw;
  position: relative
}

.product-configurator__image-wrapper {
  align-items: center;
  background-color: #f4f5f7;
  background-image: url(static/images/downlight-pictures-ceiling-pattern.9d111b4.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  background-size: auto 50vw;
  display: flex;
  justify-content: space-around;
  min-height: 50vw
}

.product-configurator__image {
  background-color: #f4f5f7;
  float: right;
  width: 50vw
}

.product-configurator__options {
  background-color: #3e3f43;
  margin-left: 3vw;
  padding: 2vw;
  width: 27vw
}

.image-8 {
  margin-right: -11vw
}

.product-configurator__headline {
  color: #f4f5f7;
  margin-bottom: 2vw
}

.product-configurator__option {
  margin-top: 2vw
}

.product-configurator__options__label {
  color: #f4f5f7;
  font-size: .8em;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 1vw;
  text-transform: uppercase
}

.product-configurator__option__dropdown {
  align-items: center;
  background-color: #323233;
  display: flex;
  justify-content: space-between;
  min-height: 4vw;
  padding-left: 1.5vw;
  transition: all .2s ease
}

.product-configurator__option__dropdown:hover {
  background-color: #585c6f
}

.product-configurator__option__dropdown.light {
  padding-right: 0
}

.product-configurator__option__dropdown-text {
  color: #f4f5f7;
  font-size: 1.5vw
}

.product-configurator__option__icon {
  padding-left: 2vw;
  padding-right: 2vw
}

.product-configurator__option__lighticon {
  align-self: stretch;
  flex: 0 auto
}

.product-selector-__products-wrapper-grid {
  display: grid;
  flex: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: minmax(5vw, auto) 1fr 1fr 1fr 1fr minmax(5vw, auto);
  margin-left: 3vw;
  margin-right: 3vw
}

.product-selector__buttons {
  display: flex;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-content: space-between;
  margin-right: 4vw;
  width: 100%
}

.featured-products__product {
  height: 28vw;
  margin-right: 3vw;
  min-height: 25em;
  width: 28vw
}

.featured-products__product,
.product-specs__details-image__nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.product-specs__details-image__nav {
  align-items: flex-start;
  flex-wrap: wrap;
  height: 5em;
  margin-top: 1em
}

.product-specs__details-image__nav--text {
  color: #b2b8cb
}

.product-specs__details-image__nav--text.selected {
  color: #3e3f43;
  font-weight: 700
}

.product-specs__details-image__nav--dot-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 1.5em
}

.product-specs__details-image__nav--circle {
  background-color: #3e3f43;
  border-radius: 1em;
  height: .6em;
  margin-bottom: .3em;
  margin-top: .3em;
  width: .6em
}

.utility-page-wrap {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
  width: 100vw
}

.utility-page-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 260px
}

.utility-page-form {
  align-items: stretch;
  display: flex;
  flex-direction: column
}

@media(max-width:1200px) {
  .retailer-selector__search__button {
    font-size: .8em;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

@media(max-width:991px) {
  h1 {
    font-size: 4vw
  }

  h2 {
    font-size: 3vw
  }

  h3 {
    font-size: 2.4vw
  }

  h4 {
    font-size: 1.7vw
  }

  h5 {
    font-size: 1.4vw
  }

  h6 {
    font-size: 1.3vw
  }

  p {
    font-size: 1.7vw
  }

  a {
    font-size: 1.5vw
  }

  .product-overview {
    height: auto;
    min-height: auto
  }

  .button {
    font-size: 1.4vw;
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 1vw
  }

  .product-overview__wrapper {
    align-items: flex-start;
    display: flex;
    height: auto;
    min-height: auto;
    padding-left: 3vw;
    padding-right: 3vw
  }

  .product-overview-content {
    align-items: flex-start;
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-right: -10vw;
    min-height: auto;
    width: 100%
  }

  .product-overview__thumbnail-wrapper {
    flex-direction: column;
    margin-top: 0
  }

  .product-overview__info {
    width: 80vw
  }

  .product-overview__image {
    max-height: 30%
  }

  .product-overview__image-wrapper {
    width: 60vw
  }

  .product-overview__lead {
    margin-bottom: 2vh
  }

  .product-overview__button {
    font-size: 1.4vw;
    padding: 1vw 3vw
  }

  .product-overview__thumbnail-grid {
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    margin-right: 0
  }

  .product-overview__scroll-button {
    display: none
  }

  .product-overview__thumbnail {
    height: 20vw;
    margin-left: 0;
    margin-top: 2em;
    width: 20vw
  }

  .navbar {
    padding-left: 4vw;
    padding-right: 4vw
  }

  .navbar__logo {
    height: 2em;
    min-width: 6em
  }

  .navbar__links {
    flex-direction: row-reverse
  }

  .navbar__hamburger {
    font-size: 1em;
    height: 2em;
    width: 1.7em
  }

  .qr-landing__header {
    margin: 0 4vw
  }

  .highlighted-specs {
    padding-bottom: 3vh;
    padding-top: 3vh
  }

  .highlighted-specs__cards-wrapper {
    justify-content: space-between
  }

  .highlighted-specs__card {
    margin: 2vw 2vw 2vw 0;
    min-height: 30vw;
    width: 47%
  }

  .component-small-image__text-element-description {
    font-size: 1.5vw
  }

  .unit {
    font-size: 1rem
  }

  .highlighted-specs__text-element {
    min-width: auto;
    width: 39vw
  }

  .highlighted-specs__text {
    font-size: 3vw
  }

  .component-big-image {
    height: auto;
    min-height: 150vh
  }

  .component-big-image__text-element {
    align-items: flex-start;
    flex-direction: column
  }

  .component-big-image__text-content {
    width: auto
  }

  .component-big-image__text-headline {
    margin-top: 0;
    width: 100%
  }

  .component-big-image__list {
    margin-left: 0;
    width: 100%
  }

  .component-small-image {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
  }

  .component-small-image__image-wrapper {
    height: 30vw;
    min-height: auto;
    min-width: auto;
    width: 30vw
  }

  .component-small-image__text-wrapper {
    margin-left: -5vw;
    min-height: 20rem;
    padding-right: 2vw;
    width: 60vw
  }

  .component-small-image__text-wrapper.reverse {
    margin-right: -5vw;
    padding-right: 10vw
  }

  .featured-projects__content-wrapper {
    display: flex;
    height: auto;
    margin-top: 3vh;
    min-height: 30rem;
    position: relative
  }

  .projects-grid {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5vh;
    min-height: auto
  }

  .featured-projects_intro {
    margin-left: 0;
    margin-right: 0;
    min-height: auto;
    min-width: 44%
  }

  .related-products-product-subline {
    font-size: 1.5vw;
    line-height: 2vw
  }

  .subnavbar {
    padding-left: 3vw
  }

  .component-centred {
    padding-top: 10em
  }

  .component-centred__wrapper {
    width: 90vw
  }

  .product-specs__filter {
    font-size: .8em
  }

  .product-specs__filter__settings-wrapper {
    font-size: 1em
  }

  .product-specs__filter__settings-line {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0
  }

  .product-specs__filter__settings-description {
    margin-bottom: .5rem;
    margin-top: 1rem
  }

  .product-specs__specs-wrapper-nocode {
    justify-content: flex-start
  }

  .product-specs__details-wrapper {
    align-items: center;
    flex-direction: column
  }

  .product-specs__details-image-wrapper {
    width: 80%
  }

  .product-specs__details-content__full-specs {
    font-size: .8em
  }

  .product-specs__details-content__full-specs-line {
    font-size: 1.6vw;
    margin-right: 1rem
  }

  .product-specs__details-content__downloads-button-wrapper {
    font-size: .8em
  }

  .product-specs__details-content__downloads-button-description {
    width: 100%
  }

  .where-to-buy {
    align-items: center;
    flex-direction: column
  }

  .where-to-buy__wrapper {
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    max-height: auto;
    min-height: auto;
    width: 100%
  }

  .where-to-buy-description {
    width: 76%
  }

  .where-to-buy__button {
    font-size: 1.5vw;
    margin-top: 2em;
    padding: 2vw 3vw
  }

  .where-to-buy__wrapper-headline {
    height: 5vw;
    min-width: auto;
    width: 100%
  }

  .related-products__slider-wrapper {
    width: 330vw
  }

  .related-products__product-wrapper {
    min-height: 38vw;
    width: 32vw
  }

  .related-products_product-image-wrapper {
    height: 20vw
  }

  .related-products-product-name {
    font-size: 3vw
  }

  .related-products_product-text-wrapper {
    padding-left: 3vw;
    padding-right: 3vw
  }

  .where-to-uy__header-text {
    text-align: center;
    width: auto
  }

  .newsletter-signup {
    margin-bottom: 8vh
  }

  .newsletter-signup__content {
    padding-left: 6vw;
    padding-right: 6vw
  }

  .newsletter-signup__headline {
    font-size: 1em
  }

  .footer1_contact-social-wrapper {
    width: 100%
  }

  .highlighted-specs__card-specs {
    font-size: 7vw
  }

  .product-specs__filter__settings-slider-line-active {
    height: 4px
  }

  .accessories {
    flex-direction: column-reverse;
    margin-top: 5vh
  }

  .accessories__navigation-wrapper {
    width: 100%
  }

  .accessories__navigation-header {
    margin-bottom: 5vh
  }

  .accessories__navigation-thumbnails-wrapper {
    display: none
  }

  .accessories__details-content-image-wrapper {
    width: 80%
  }

  .product-specs__column-edits-wrapper {
    justify-content: space-between
  }

  .product-specs__column-edits-button,
  .product-specs__column-edits-button--active {
    font-size: 1.7vw;
    margin-right: 1em;
    width: 45%
  }

  .newsletter-signup__field {
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 21px
  }

  .newsletter-signup__sucess {
    font-size: 2em
  }

  .component-big-image__lead {
    max-width: auto
  }

  .footer1__content-wrapper {
    flex-direction: column
  }

  .footer1__lighting-counclil-logo-wrapper {
    width: 27vw
  }

  .product-overview__image-indicator-wrapper {
    display: none
  }

  .featured-projects_content-rich-text p {
    font-size: 1.4em
  }

  .featured-projects_content-rich-text li {
    font-size: 1.2em
  }

  .product-specs__column-edit-icon {
    transition: all .2s ease
  }

  .product-specs__filter-header__button-wrapper {
    margin-bottom: 0
  }

  .product-specs__filter-header__button-text {
    font-size: 1.4vw
  }

  .product-selector__filter {
    min-width: 20rem;
    position: absolute;
    transform: translate(-17rem);
    width: auto
  }

  .product-selector-__products-wrapper {
    align-items: flex-start;
    grid-template-rows: minmax(8vw, auto) 1fr 1fr 1fr 1fr minmax(8vw, auto);
    margin-left: 4rem;
    margin-right: 3vw
  }

  .product-specs__column-edits-button--active-2 {
    margin-right: 1em;
    width: 45%
  }

  .product-selector__filter-option-selected {
    margin-right: 3rem;
    padding-bottom: 1em;
    padding-top: 1em
  }

  .product-selector__filter-option-amount,
  .product-selector__filter-option-text {
    font-size: 1.4em
  }

  .product-selector__filter-headline {
    font-size: 1.4vw;
    margin-right: 3rem
  }

  .product-selector__filter-option {
    margin-right: 3rem;
    padding-bottom: 1em;
    padding-top: 1em
  }

  .product-selector__filter-option-amount__selected {
    font-size: 1.4em
  }

  .product-selector__product {
    margin-right: 2%;
    min-height: 40vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
    width: 31.33333333%
  }

  .product-selector__product-image-wrapper {
    max-height: 20vw;
    min-height: 20vw
  }

  .product-selector__product-image {
    max-height: 20vw
  }

  .product-selector__product-name {
    font-size: 3vw
  }

  .product-selector__product-subline {
    font-size: 1.3vw;
    line-height: 2vw
  }

  .product-selector__search {
    margin-left: 0;
    margin-right: 2%;
    min-height: 7vw
  }

  .product-selector__search-text,
  .product-selector__search__button-text {
    font-size: 1.4vw
  }

  .product-selector__previous-button {
    height: 5vw
  }

  .product-selector__filter-header {
    height: 8rem
  }

  .product-selector__filter-header-button {
    cursor: pointer
  }

  .product-selector__filter-header-button:hover {
    background-color: #323233
  }

  .retailer-selector__search {
    margin-left: 0;
    margin-right: 2%
  }

  .retailer-selector__search-text,
  .retailer-selector__search__button-text {
    font-size: 1.4vw
  }

  .component-switch-image__wrapper {
    grid-template-columns: 2fr;
    grid-template-rows: auto auto
  }

  .component-switch-image__image {
    align-items: stretch;
    background-position: 50% 100%;
    min-height: 50vw;
    padding: 0
  }

  .component-switch-image__switch-wrapper {
    flex-direction: column;
    font-size: .8em;
    margin: 0 -2vw
  }

  .component-switch-image__headline {
    font-size: 1.5em;
    width: 100%
  }

  .component-switch-image__button {
    padding-right: 1vw
  }

  .component-switch-image__button-name {
    font-size: 1.7vw
  }

  .product-selector__product__new-flag-text {
    font-size: .65em;
    letter-spacing: .11em;
    padding: .2rem .5rem
  }

  .component-switch-image__image-description {
    padding-left: 0;
    padding-top: 1em
  }

  .component-switch-image__image-description-text {
    font-size: 1.5vw;
    line-height: 2.4vw;
    text-align: left
  }

  .featured-projects_content {
    align-items: stretch;
    bottom: 0;
    font-size: .8em;
    left: 0;
    padding-left: 3em;
    padding-top: 6em;
    position: absolute;
    right: 0;
    top: 0
  }

  .featured-projects_content-column {
    font-size: 1.4vw
  }

  .featured-projects_content-headline {
    margin-bottom: 1rem
  }

  .component-switch-image__switches {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%
  }

  .find-retailer {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(3em, 3em) auto minmax(3em, 3em) auto auto
  }

  .find-a-retailer__offline {
    height: 40em
  }

  .find-a-retailer__corys {
    min-height: 17em
  }

  .find-a-retailer__corys,
  .find-a-retailer__russel {
    padding-bottom: 1em;
    padding-top: 1em
  }

  .find-a-retailer__offline-heading-text,
  .find-a-retailer__online-heading-text {
    font-size: 2em
  }

  .find-a-retailer__offline-list {
    overflow: hidden
  }

  .find-a-retailer__offline-list__item {
    padding-right: 2vw
  }

  .find-a-retailer__offline-list__item-name {
    font-size: .8em
  }

  .contact-form {
    grid-column-gap: 3vh;
    grid-row-gap: 3vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(3em, 3em) auto minmax(3em, 3em) auto
  }

  .contact-form__text-field {
    width: 90%
  }

  .contact-form__headline {
    font-size: 2em
  }

  .contact-form__details {
    min-height: 21vh;
    padding-bottom: 3em;
    padding-top: 3em;
    width: 100%
  }

  .contact-form__details-field {
    font-size: 1em;
    line-height: 1em;
    padding-bottom: 21px
  }

  .contact-details {
    flex-direction: column;
    padding: 4vh
  }

  .contact-details__text {
    font-size: 3vw;
    line-height: 1.2em;
    text-align: center
  }

  .contact-details__wrapper {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: -2vw
  }

  .contact-details__icon {
    height: 2em;
    width: 2em
  }

  .projects-grid__slider {
    align-items: stretch;
    display: flex;
    height: 50vw;
    margin-top: 3vh;
    position: relative
  }

  .projects-grid__intro {
    margin-left: 0;
    margin-right: 0;
    min-height: auto
  }

  .projects-grid__content {
    align-items: stretch;
    font-size: .8em;
    padding-left: 3em;
    padding-top: 6em
  }

  .projects-grid__content-headline {
    margin-bottom: 1rem
  }

  .projects-grid__content-rich-text p {
    font-size: 1em
  }

  .projects-grid__content-rich-text ul {
    font-size: .7rem
  }

  .find-retailer__logos {
    height: auto
  }

  .find-retailer__logos-wrapper {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 5vw;
    margin-left: 3vw;
    margin-right: 3vw
  }

  .featured-projects {
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 5vh;
    min-height: auto
  }

  .projects-grid__used-products__navigation-header {
    margin-bottom: 5vh
  }

  .slide-2 {
    height: 100%
  }

  .component-switch-image__button-wrapper {
    align-items: stretch;
    flex-direction: column;
    margin-left: 2vw;
    margin-right: 2vw;
    max-width: 23vw
  }

  .menu1__wrapper {
    grid-template-columns: 1.25fr;
    grid-template-rows: auto auto minmax(4em, 4em)
  }

  .menu1__main-items {
    justify-content: flex-end
  }

  .menu1_secondary-link {
    line-height: 1.2em
  }

  .menu1__seconday-links-wrapper {
    justify-content: flex-start;
    margin-top: 3em
  }

  .menu1__main-item {
    font-size: 4.1em
  }

  .find-retailers__logos-wrapper {
    margin: 4vw;
    width: 21%
  }

  .navbar__item-wrapper {
    display: none
  }

  .footer1_contact-us__link {
    font-size: 1.3em
  }

  .footer1_contact-us__link-arrow {
    width: 1em
  }

  .explosion-drawing {
    flex-direction: row
  }

  .explosion-drawing__image-wrapper {
    width: 60%
  }

  .explosion-drawing__text-wrapper {
    width: 40%
  }

  .explosion-drawing__text-paragraph.visible {
    font-size: 1.5vw;
    margin-left: 4vw
  }

  .explosion-drawing__text-headline {
    align-self: center;
    font-size: 2vw;
    margin-left: 4vw
  }

  .explosion-drawing__text-item {
    margin-bottom: 2vw;
    margin-top: 2vw
  }

  .explosion-drawing__text-paragraph-number-wrapper {
    align-self: center;
    height: 3vw;
    width: 3vw
  }

  .explosion-drawing__text-paragraph-number {
    font-size: 1.6vw
  }

  .hero-falcon__text-subline {
    font-size: 1.4vw
  }

  .featured-products {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5vw
  }

  .featured-products__nutshell-wrapper {
    order: 1;
    width: 80%
  }

  .featured-products__products-wrapper {
    width: 100%
  }

  .featured-products__nutshell-box {
    align-items: flex-start;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 5vw;
    margin-top: 5vw
  }

  .featured-products__nutshell-text {
    font-size: 2vw;
    line-height: 3.8vw
  }

  .featured-products__nutshell-description {
    font-size: 1.5vw;
    left: 4vw;
    right: auto;
    text-align: left;
    top: 0
  }

  .featured-products__products-header-text {
    font-size: 1.5vw
  }

  .featured-products__products-background {
    align-items: flex-start
  }

  .featured-products__products-subline {
    font-size: .6em;
    line-height: 1.2em
  }

  .featured-products__products-image {
    align-self: flex-end
  }

  .about-intro {
    min-height: 64vw
  }

  .about-intro__text {
    width: 60%
  }

  .about-intro_circles-graphic-wrapper {
    left: 50px;
    right: -80px
  }

  .about-image {
    height: 40vw
  }

  .about-quality__text-headline {
    font-size: 4vw
  }

  .lighting-design-process__number {
    align-self: baseline;
    line-height: 8vw
  }

  .lighting-design-process__paragraph {
    margin-right: 10vw
  }

  .lighting-design-details {
    align-items: center;
    justify-content: center
  }

  .lighting-design-detail__text-wrapper {
    min-height: 29vw;
    min-width: 80%
  }

  .lighting-design-cta {
    grid-template-columns: 1fr 1fr
  }

  .lighting-design-cta__contact-button {
    align-self: center;
    font-size: 2vw;
    padding: 2vw 4vw
  }

  .footer1__collab-text {
    margin-left: 0
  }

  .footer1__collab-link {
    font-size: 1em
  }

  .warranties__headline {
    font-size: 8vw;
    width: 90%
  }

  .warranty__description ul {
    font-size: 1.7vw;
    line-height: 1.6rem
  }

  .warranty__description h5 {
    font-size: 2vw
  }

  .warranty__description ol {
    font-size: 1.7vw;
    line-height: 1.6rem
  }

  .warranty__description a {
    text-decoration: underline
  }

  .about-image__abstract {
    height: auto;
    min-height: 64vw
  }

  .hero-nimbus-image-wrapper {
    height: auto;
    max-height: 82vh;
    max-width: 58vw;
    width: auto
  }

  .hero-nimbus__text-paragraph {
    width: auto
  }

  .product-selector-__products-wrapper-grid {
    grid-template-rows: minmax(8vw, auto) 1fr 1fr 1fr 1fr minmax(8vw, auto);
    margin-left: 4rem
  }

  .featured-products__product {
    width: 40vw
  }
}

@media(max-width:767px) {
  h2 {
    font-size: 3.5vw
  }

  h3 {
    font-size: 3vw
  }

  h4 {
    font-size: 2.5vw
  }

  h5,
  h6 {
    font-size: 2vw
  }

  a,
  p {
    font-size: 1rem
  }

  blockquote {
    font-size: 2.5vw
  }

  .card-wrap {
    flex: 1
  }

  .button {
    font-size: .8rem;
    position: relative;
    z-index: 6
  }

  .body {
    background-color: #eaebef
  }

  .product-overview__thumbnail-wrapper {
    display: none
  }

  .product-overview__image-wrapper,
  .product-overview__info {
    width: 100%
  }

  .product-overview__headline {
    font-size: 3rem
  }

  .product-overview__button {
    font-size: .8rem
  }

  .qr-landing__header {
    margin: 0 7vw
  }

  .navbar {
    padding-left: 7vw;
    padding-right: 7vw
  }

  .navbar__logo {
    height: 2rem;
    min-width: 5rem
  }

  .navbar__links {
    display: block
  }

  .highlighted-specs {
    padding-top: 2em
  }

  .highlighted-specs__cards-wrapper {
    justify-content: space-between
  }

  .highlighted-specs__card {
    margin-bottom: 4vw;
    margin-right: 0;
    margin-top: 0;
    padding: 7vw 5vw;
    width: 45vw
  }

  .component-small-image__text-element-description {
    font-size: .7rem
  }

  .component-small-image__headline {
    font-size: 1.6em
  }

  .highlighted-specs__text-element {
    margin-left: 0;
    margin-right: 0;
    margin-top: 3vw;
    width: 45vw
  }

  .highlighted-specs__text-wrapper {
    justify-content: space-between
  }

  .component-big-image__text-element {
    font-size: .8em;
    padding-left: 0;
    padding-right: 0
  }

  .component-big-image__text-wrapper {
    padding-left: 2em;
    padding-right: 2em
  }

  .component-big-image__list {
    flex-wrap: wrap
  }

  .component-small-image__text-wrapper {
    min-height: 16rem;
    width: 70vw
  }

  .component-small-image__text-wrapper.reverse {
    margin-left: -5vw;
    width: 60vw
  }

  .component-small-image__paragraph {
    font-size: .8em;
    margin-top: 2em
  }

  .component-big-image__list-item {
    width: 100%
  }

  .featured-projects__content-wrapper {
    min-height: 37rem
  }

  .projects-grid {
    padding-left: 0;
    padding-right: 0
  }

  .featured-projects_intro {
    font-size: .8em;
    margin-right: 2em;
    max-width: 41vw;
    min-height: auto;
    min-width: auto
  }

  .related-products-product-subline {
    font-size: .8rem;
    line-height: 1rem
  }

  .component-centred {
    padding-bottom: 7vh;
    padding-top: 8em
  }

  .component-centred__wrapper {
    font-size: .8em;
    max-width: auto
  }

  .component-centred__image {
    width: 80%
  }

  .component-centred__headline {
    font-size: 2rem
  }

  .component-centred__text {
    font-size: 1em
  }

  .product-specs {
    margin-bottom: 2vh
  }

  .product-specs__filter {
    align-items: flex-start;
    width: 100vw
  }

  .product-specs__filter__headline {
    margin-bottom: 0;
    margin-top: .4em
  }

  .product-specs__filter__settings-wrapper {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: .85em;
    justify-content: space-between
  }

  .product-specs__filter__settings-line {
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
    margin-left: 1px;
    margin-right: 0;
    width: 30%
  }

  .product-specs__filter__settings-description {
    margin-right: 0;
    text-align: left
  }

  .product-specs__filter__settings-button {
    margin-right: 0;
    margin-top: 1px
  }

  .product-specs__filter__settings-button-text {
    line-height: 1.2em
  }

  .product-specs__filter__settings-button-image {
    max-width: 100%
  }

  .product-specs__filter__settings-options {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 0;
    min-width: 7em;
    width: 100%
  }

  .product-specs__filter__column-headlines-wrapper {
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding-left: 2em;
    width: 100vw
  }

  .product-specs__table-line {
    width: 100vw
  }

  .product-specs__product-code {
    font-size: 1em
  }

  .product-specs__list-specs {
    width: 11rem
  }

  .product-specs__specs-wrapper {
    flex-wrap: wrap;
    min-height: 6em;
    padding-left: 2em
  }

  .product-specs__details-content__full-specs-line {
    font-size: .8rem;
    min-width: auto;
    width: 100%
  }

  .product-specs__details-content__downloads-button-wrapper {
    min-width: auto;
    width: 100%
  }

  .where-to-buy {
    margin-bottom: 5vh;
    margin-top: 5vh
  }

  .where-to-buy__wrapper {
    font-size: .8em;
    min-width: auto;
    padding-left: 1em;
    padding-right: 1em
  }

  .featured-projects_intro-heading {
    margin-top: 20px
  }

  .related-products {
    margin-bottom: 5vh;
    margin-top: 5vh;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%
  }

  .related-products__product-wrapper {
    min-height: 60vw;
    width: 48vw
  }

  .related-products_product-image-wrapper {
    height: 35vw
  }

  .related-products-product-name {
    font-size: 1.4rem
  }

  .where-to-uy__header-text {
    text-align: center
  }

  .newsletter-signup {
    padding-left: 0;
    padding-right: 0
  }

  .newsletter-signup_wrapper {
    padding-left: 1em;
    padding-right: 1em
  }

  .newsletter-signup__content {
    align-content: flex-start;
    flex-wrap: wrap
  }

  .newsletter-signup__headline {
    font-size: 5vw;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    width: 71%
  }

  .footer1 {
    padding-top: 20vw
  }

  .footer1__legal_navbar {
    align-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
    height: auto;
    margin-top: 7em
  }

  .footer1_contact-social-wrapper {
    min-height: auto
  }

  .footer1_contact-social__link {
    width: auto
  }

  .footer1_social-wrapper {
    margin-top: 2em;
    width: 25rem
  }

  .product-specs__filter__settings-slider-left.after {
    align-items: center;
    left: 0;
    position: static
  }

  .product-specs__filter__settings-slider-handle {
    margin-bottom: 0;
    margin-left: 0;
    width: 6em
  }

  .product-specs__filter__settings-slider-handle-wrapper-right {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 1em;
    margin-top: -2.5em
  }

  .product-specs__filter__settings-slider-right.after {
    justify-content: flex-start;
    right: 0
  }

  .product-specs__filter__settings-slider-handle-tip-right {
    display: block;
    height: 1em;
    margin-right: -.762em;
    margin-top: 0;
    order: -1;
    transform: rotate(45deg)
  }

  .product-specs__filter__settings-slider-handle-tip-right.after {
    display: block;
    height: 1em;
    margin-right: -.762em;
    margin-top: 0;
    order: -1;
    transform: rotate(-45deg)
  }

  .product-specs__filter__settings-slider-handle-wrapper-left {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: -2.5em;
    margin-left: 1em;
    position: relative
  }

  .product-specs__filter__settings-slider-line {
    align-items: center;
    flex: 0 auto;
    margin-bottom: 1em;
    margin-top: 1em;
    min-height: 17em;
    min-width: auto;
    width: 4px
  }

  .product-specs__filter__settings-slider-handle-tip-left {
    display: block;
    height: 1em;
    margin-right: -.762em;
    margin-top: 0;
    order: -1;
    transform: rotate(45deg)
  }

  .product-specs__filter__settings-slider-handle-tip-left.after {
    display: block;
    height: 1em;
    margin-right: -.762em;
    margin-top: 0;
    order: -1;
    transform: rotate(-45deg)
  }

  .product-specs__filter__settings-slider-line-active {
    bottom: 2em;
    height: 7em;
    right: 0;
    width: 4px
  }

  .product-specs__filter__settings-slider-handle--after {
    align-items: center;
    margin-bottom: 0;
    min-width: 6em
  }

  .accessories {
    margin-bottom: 5vh;
    margin-top: 5vh;
    padding-left: 1em;
    padding-right: 1em
  }

  .accessories__navigation-wrapper {
    margin-right: 0
  }

  .product-specs__details-content__full-specs-headline {
    font-size: 1.5em
  }

  .product-specs__column-description-wrapper {
    flex: 0 0 auto;
    width: 11rem
  }

  .product-specs__column-edits-wrapper {
    font-size: .8em;
    justify-content: space-between;
    width: 100vw
  }

  .product-specs__column-edits-button,
  .product-specs__column-edits-button--active {
    font-size: 1em;
    margin-right: 1em;
    width: 100%
  }

  .newsletter-signup__content-wrapper {
    align-items: center;
    justify-content: center;
    margin-right: 0;
    margin-top: 3em
  }

  .newsletter-signup__fields-wrapper {
    width: 100%
  }

  .newsletter-signup__field {
    margin-left: 1em;
    margin-right: 1em
  }

  .newsletter-signup__sucess {
    margin-bottom: 23px
  }

  .footer1__lighting-counclil-logo-wrapper {
    min-width: 13em
  }

  .footer1__lighting-council-logo {
    margin-top: 10vw
  }

  .product-overview__image-indicator-wrapper {
    align-items: center;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 100%
  }

  .featured-projects_content-rich-text {
    font-size: 1em;
    margin-top: 1em
  }

  .featured-projects_content-rich-text p {
    font-size: .8rem
  }

  .featured-projects_content-rich-text li {
    font-size: .8em
  }

  .product-specs__column-edit-icon {
    bottom: .3em;
    right: 3vw;
    top: auto
  }

  .product-specs__column-description__product-code {
    font-size: 1em
  }

  .product-specs__column-sort-icon {
    height: 1em
  }

  .product-specs__column-description-wrapper__product-code {
    flex: 0 0 auto;
    width: 100%
  }

  .product-specs__filter-header__button-text {
    font-size: .8rem
  }

  .product-selector-__products-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(3.5rem, auto) 1fr 1fr 1fr 1fr 1fr 1fr minmax(3.5rem, auto);
    margin-right: 1rem
  }

  .product-specs__column-edits-button--active-2 {
    margin-right: 1em;
    width: 45%
  }

  .product-selector__filter-headline,
  .product-selector__filter-option,
  .product-selector__filter-option-selected {
    font-size: .6rem
  }

  .product-selector__product {
    margin-bottom: 6%;
    margin-right: 5%;
    min-height: 50vw;
    width: 45%
  }

  .qr-landing .product-selector__product {
    width: 45%
  }

  .product-selector__product-image-wrapper {
    max-height: 25vw;
    min-height: 25vw
  }

  .product-selector__product-image {
    max-height: 25vw
  }

  .product-selector__product-name {
    font-size: 4vw
  }

  .product-selector__product-subline {
    font-size: .7rem;
    line-height: 1.2em
  }

  .product-selector__search {
    height: 5rem;
    margin-left: 0;
    margin-right: 5%
  }

  .product-selector__search__button {
    font-size: .8em
  }

  .product-selector__search__button-text {
    font-size: .8rem
  }

  .product-selector__search-text {
    font-size: .7rem
  }

  .product-selector__next-button,
  .product-selector__previous-button {
    height: 3.3rem
  }

  .product-selector__next-button-text,
  .product-selector__previous-button-text {
    font-size: .6rem
  }

  .retailer-selector__search {
    margin-left: 0;
    margin-right: 5%
  }

  .retailer-selector__search__button {
    font-size: .8em;
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }

  .retailer-selector__search__button-text {
    font-size: .8rem
  }

  .retailer-selector__search-text {
    font-size: .7rem
  }

  .body-navigation {
    background-color: #eaebef
  }

  .component-switch-image {
    padding-left: 5vw;
    padding-right: 5vw
  }

  .component-switch-image__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto
  }

  .component-switch-image__image {
    min-height: 64vw
  }

  .component-switch-image__switch-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -1em;
    padding: 7vw 6vw
  }

  .component-switch-image__headline {
    font-size: 1.6em;
    width: 100%
  }

  .component-switch-image__button {
    font-size: .8em
  }

  .component-switch-image__button-name {
    font-size: .8rem;
    line-height: 1.2em
  }

  .component-switch-image__button-active {
    font-size: .8em
  }

  .component-switch-image__image-description-text {
    font-size: .7rem;
    line-height: 1.2em
  }

  .featured-projects_content {
    font-size: 1em;
    padding-bottom: 0;
    padding-right: 2em;
    padding-top: 0;
    position: absolute
  }

  .featured-projects_content-column {
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 1em
  }

  .featured-projects_content-headline {
    font-size: .8em
  }

  .featured-projects_content-column-wrapper {
    flex-direction: column;
    margin-top: 3rem
  }

  .component-switch-image__switches {
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1em;
    justify-content: space-around;
    width: 100%
  }

  .find-retailer {
    grid-column-gap: 1vh;
    grid-row-gap: 1vh;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(auto, auto) auto minmax(3em, 3em) auto auto;
    padding-left: 0;
    padding-right: 0
  }

  .find-a-retailer__offline {
    height: 40em
  }

  .find-a-retailer__corys {
    min-height: 17em
  }

  .find-a-retailer__offline-heading {
    padding-left: 2em
  }

  .find-a-retailer__offline-heading-text {
    font-size: 1.5em;
    margin-right: 2em
  }

  .find-a-retailer__online-heading {
    padding-left: 2em
  }

  .find-a-retailer__online-heading-text {
    font-size: 1.5em
  }

  .find-a-retailer__offline-list__item {
    padding-bottom: 5vw;
    padding-top: 5vw
  }

  .button__shop-here {
    font-size: .8em;
    position: relative;
    z-index: 10
  }

  .contact-form {
    padding-left: 0;
    padding-right: 0
  }

  .contact-form__text-field {
    padding-left: 2em;
    padding-right: 2em;
    padding-top: 2em
  }

  .contact-form__text-field-text {
    font-size: 1rem;
    line-height: 1.2rem
  }

  .contact-form__headline {
    font-size: 1.8em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: center;
    width: 90%
  }

  .contact-form__text-field-indicator {
    height: 1rem;
    margin-top: .1rem;
    padding-bottom: 1rem
  }

  .contact-form__details {
    align-items: center;
    flex-direction: column
  }

  .contact-form__subline {
    font-size: 1rem
  }

  .contact-form__details-field {
    margin: 2em 1em;
    width: 100%
  }

  .contact-details {
    padding: 2vh
  }

  .contact-details__wrapper:hover {
    color: #b2b8cb
  }

  .contact-form__details-button {
    font-size: .8em;
    position: relative;
    z-index: 10
  }

  .projects-grid__slider {
    min-height: 20em
  }

  .projects-grid__intro {
    font-size: .8em;
    margin-right: 2em;
    max-width: 80vw;
    min-height: auto;
    min-width: auto
  }

  .projects-grid__content {
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5vw;
    padding-right: 5vw
  }

  .projects-grid__content-column-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%
  }

  .projects-grid__content-column {
    width: auto
  }

  .projects-grid__content-rich-text {
    font-size: 1em;
    margin-bottom: 3em;
    margin-top: 1em
  }

  .projects-grid__content-rich-text ul {
    font-size: .7rem
  }

  .projects-grid__intro-heading {
    font-size: 6vw;
    margin-top: 20px
  }

  .projects-grid__button {
    font-size: .8em;
    position: relative;
    z-index: 10
  }

  .find-retailer__logos-wrapper {
    height: auto
  }

  .featured-projects {
    padding: 2vh 0
  }

  .projects-top__pragraph {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80%
  }

  .projects-grid__used-products {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: column;
    margin-right: 0;
    order: 1;
    width: 100%
  }

  .projects-grid__used-products__product-wrapper {
    max-width: 27em;
    width: auto
  }

  .projects-grid__used-products__navigation-header {
    margin-bottom: 2vw;
    width: 100%
  }

  .component-switch-image__button-wrapper {
    align-items: center;
    justify-content: flex-start;
    width: 30%
  }

  .menu1_secondary-link {
    font-size: 1.3em
  }

  .menu1__seconday-links-wrapper {
    margin-top: 1em
  }

  .menu1__main-item {
    font-size: 2em
  }

  .find-retailers__logos-wrapper {
    margin-bottom: 7vw;
    margin-top: 7vw;
    max-width: 10rem;
    width: 35%
  }

  .navbar__item-wrapper {
    display: none
  }

  .footer1_contact-us__link {
    font-size: 2em;
    padding-bottom: 5px;
    width: auto
  }

  .footer1_contact-us__link-wrapper {
    width: 80vw
  }

  .footer1_contact-us__link-arrow {
    width: 1.2em
  }

  .explosion-drawing {
    flex-direction: column-reverse
  }

  .explosion-drawing__image-wrapper,
  .explosion-drawing__text-wrapper {
    width: 100%
  }

  .explosion-drawing__text-paragraph.visible {
    font-size: .8rem;
    margin-bottom: 1rem;
    margin-left: 2rem;
    max-width: 20rem
  }

  .explosion-drawing__text-headline {
    align-self: center;
    font-size: .8rem;
    margin-left: 2rem
  }

  .explosion-drawing__text-item {
    margin-bottom: 1vw;
    margin-top: 0
  }

  .explosion-drawing__text-paragraph-number-wrapper {
    align-self: center;
    border-radius: 2rem;
    height: 1.5rem;
    width: 1.5rem
  }

  .explosion-drawing__text-paragraph-number {
    font-size: .8rem
  }

  .hero-apollo__text-wrapper {
    padding-left: 39px;
    padding-right: 39px
  }

  .hero-apollo__text-headline {
    font-size: 8vw
  }

  .hero-falcon__text-subline {
    font-size: 1em
  }

  .hero-apollo__text-paragraph {
    max-width: 30em;
    width: 80%
  }

  .featured-products__nutshell-wrapper {
    width: 90%
  }

  .featured-products__products-wrapper {
    min-height: auto
  }

  .featured-products__nutshell-text {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1em;
    margin-top: 4em
  }

  .featured-products__nutshell-description {
    font-size: .8rem;
    line-height: 1.2rem
  }

  .featured-products__nutshell-text-highlight {
    border-bottom-width: .1rem
  }

  .featured-products__products-header-text {
    font-size: .8rem
  }

  .featured-products__products-slider {
    height: auto;
    margin-top: 9vw;
    min-height: 21em
  }

  .featured-products__products-background {
    margin-top: -10%
  }

  .featured-products__products-subline {
    font-size: .7rem;
    margin-top: 2rem
  }

  .featured-products__products-image-wrapper {
    margin-bottom: -10%
  }

  .featured-products__products-name {
    font-size: 4vw
  }

  .hero-falcon__text-headline {
    font-size: 8vw
  }

  .about-intro {
    padding-top: 10vh
  }

  .about-intro__text-headline {
    font-size: 5vw
  }

  .about-history__lead {
    font-size: 6vw
  }

  .about-history_paragraph {
    -moz-column-count: 1;
    column-count: 1
  }

  .about-quality-q-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
    width: 30%
  }

  .about-quality__text-wrapper {
    width: 70%
  }

  .image-4 {
    width: 100%
  }

  .about-quality__text-headline {
    font-size: 7vw
  }

  .lighting-design-intro {
    min-height: 20rem
  }

  .lighting-design-process {
    padding-bottom: 8vh;
    padding-top: 8vh
  }

  .lighting-design-process__number {
    align-self: baseline;
    line-height: 6vw
  }

  .lighting-design-process__description-wrapper {
    margin-bottom: 14vw
  }

  .lighting-design-process__description {
    font-size: 4vw
  }

  .lighting-design-process__paragraph {
    -moz-column-count: 1;
    column-count: 1
  }

  .lighting-design-details {
    align-items: center;
    margin-bottom: 0;
    min-height: 110vw
  }

  .lighting-design-detail__text-wrapper {
    padding: 9vw 8vw;
    width: 60%
  }

  .lighting-design-detail__text-headline {
    font-size: 5vw;
    margin-bottom: 7vw
  }

  .lighting-design-energy {
    height: 110vw;
    margin-top: 0;
    overflow: hidden;
    width: 100vw
  }

  .lighting-design-energy__background {
    bottom: 0;
    justify-content: center;
    left: -50vw;
    position: absolute;
    right: 14%;
    top: auto;
    width: 180vw
  }

  .lighting-design-energy__background-image {
    width: 200vw
  }

  .lighting-design-energy__text-wrapper {
    align-items: center;
    justify-content: center;
    margin-left: 10%;
    margin-top: 0;
    width: 80%
  }

  .lighting-design-energy__text-paragraph {
    text-align: center
  }

  .lighting-design-energy__text-headline {
    font-size: 5vw
  }

  .lighting-design-cta {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    margin-bottom: 10vw;
    margin-top: 10vw
  }

  .lighting-design-cta__lead {
    padding-right: 0
  }

  .lighting-design-cta__free-box {
    height: auto;
    min-height: auto;
    min-width: auto;
    width: 100%
  }

  .lighting-design-cta__free-box__claim {
    font-size: 1rem;
    margin-bottom: 5vw;
    margin-top: 7vw
  }

  .lighting-design-cta__contact-button {
    align-self: center;
    font-size: .8em;
    margin-top: 0;
    position: relative;
    z-index: 10
  }

  .footer1__collab-text {
    margin-bottom: 1rem;
    margin-top: 1rem
  }

  .footer1__collab-link {
    font-size: 1em
  }

  .warranties {
    margin-left: 5vw;
    margin-right: 5vw
  }

  .warranty__lead {
    font-size: 7vw;
    margin-bottom: 4vw;
    width: 100%
  }

  .warranty__description {
    width: 90%
  }

  .warranty__description ul {
    font-size: 1rem;
    padding-left: 2rem
  }

  .warranty__description h5,
  .warranty__description ol {
    font-size: 1rem
  }

  .warranty {
    flex-direction: column;
    margin-top: 8em
  }

  .about-image__abstract {
    height: auto
  }

  .hero-crown__text-headline {
    font-size: 8vw
  }

  .hero-crown__text-subline {
    font-size: 1em
  }

  .hero-nimbus-image-wrapper {
    bottom: 116px;
    height: 29vh;
    margin-right: 0;
    max-height: 100%;
    max-width: 100%;
    right: auto;
    top: 429px;
    width: 100vw
  }

  .hero-nimbus__text-wrapper {
    width: 100vw
  }

  .hero-nimbus__text-headline {
    font-size: 8vw
  }

  .hero-nimbus__text-subline {
    font-size: 1em
  }

  .hero-nimbus__text-paragraph {
    padding-right: 10vw
  }

  .link,
  .paragraph-3 {
    font-size: 1rem
  }

  .footer1__legal_navbar-left {
    margin-bottom: 1rem;
    margin-top: 1rem
  }

  .projects-top__headline {
    font-size: 3.1rem;
    line-height: 1.2em;
    width: 80vw
  }

  .projects-top__arrow-up__wrapper {
    bottom: 0;
    display: none;
    left: 10vw
  }

  .projects-top__arrow-down__wrapper {
    bottom: 0;
    display: none;
    right: 10vw
  }

  .product-selector-__products-wrapper-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(3.5rem, auto) 1fr 1fr 1fr 1fr 1fr 1fr minmax(3.5rem, auto);
    margin-right: 1rem
  }

  .featured-products__product {
    height: 21em
  }
}

@media(max-width:479px) {
  h1 {
    font-size: 1.5rem
  }

  h2 {
    font-size: 1.3rem
  }

  h3 {
    font-size: 1.1rem
  }

  h4 {
    font-size: 1rem
  }

  h5,
  h6,
  p {
    font-size: .8rem
  }

  blockquote {
    font-size: 1rem
  }

  .button {
    font-size: .6em;
    padding: .4rem 1rem
  }

  .button.w--current {
    margin-top: 0
  }

  .product-overview__wrapper {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 7em
  }

  .product-overview-content {
    margin-right: 0
  }

  .product-overview__info {
    padding-top: 0
  }

  .product-overview__lead {
    font-size: .9em
  }

  .product-overview__button {
    font-size: .7em
  }

  .navbar {
    padding-left: 9vw;
    padding-right: 9vw
  }

  .navbar__logo {
    height: 2em;
    min-width: 5em
  }

  .navbar__item {
    display: none
  }

  .highlighted-specs {
    padding-left: 1em;
    padding-right: 1em
  }

  .highlighted-specs__card {
    font-size: .7em;
    margin-bottom: 2em;
    margin-right: 0;
    padding-left: 5vw;
    width: 47%
  }

  .component-small-image__text-element-description {
    font-size: .7em
  }

  .component-small-image__headline {
    font-size: 1.3em
  }

  .unit {
    font-size: .6em;
    margin-left: .2em
  }

  .highlighted-specs__text-element {
    margin-left: 0;
    margin-right: 0;
    margin-top: 2em;
    width: 47%
  }

  .highlighted-specs__text-wrapper {
    justify-content: space-between
  }

  .highlighted-specs__text {
    font-size: 1em
  }

  .component-big-image {
    min-height: auto
  }

  .component-big-image__image-wrapper {
    height: auto
  }

  .component-big-image__text-wrapper {
    padding-left: 2em;
    padding-right: 1em
  }

  .component-small-image {
    flex-direction: column;
    padding-left: 1em;
    padding-right: 1em
  }

  .component-small-image__image-wrapper {
    height: 100%;
    width: 100%
  }

  .component-small-image__image-wrapper.reverse {
    order: -1
  }

  .component-small-image__text-wrapper {
    margin-top: -45vw;
    padding: 56vw 7vw 12vw
  }

  .component-small-image__text-wrapper,
  .component-small-image__text-wrapper.reverse {
    margin-left: 2vw;
    margin-right: 2vw;
    width: 90%
  }

  .component-small-image__paragraph {
    font-size: .8em;
    margin-top: 2rem
  }

  .featured-projects__content-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
  }

  .projects-grid {
    margin-bottom: 6vh
  }

  .featured-projects_intro {
    max-width: 100%;
    min-width: auto
  }

  .related-products-product-subline {
    line-height: 1.2em;
    width: 80%
  }

  .subnavbar {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 1em;
    height: 2em;
    margin-top: 4em;
    padding-left: 1em
  }

  .subnavbar__element {
    height: 1.5em;
    min-height: 2em
  }

  .subnavbar__element.w--current {
    height: 2em;
    width: auto
  }

  .component-centred {
    padding-bottom: 6em
  }

  .component-centred__wrapper {
    font-size: .9em
  }

  .component-centred__image {
    width: 90%
  }

  .component-centred__headline {
    font-size: 1.5em;
    margin-top: 2rem
  }

  .component-centred__text {
    font-size: .9em
  }

  .product-specs__filter {
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-top: 2em
  }

  .product-specs__filter__headline {
    font-size: 2em;
    margin-top: 0
  }

  .product-specs__filter__settings-wrapper {
    align-content: stretch;
    flex-wrap: wrap
  }

  .product-specs__filter__settings-line {
    align-content: space-around;
    margin-right: 0;
    width: 45%
  }

  .product-specs__filter__settings-button {
    height: 5em;
    min-width: auto;
    padding-right: 1em;
    width: 100%
  }

  .product-specs__filter__settings-button-text {
    font-size: 1em;
    width: 60%
  }

  .product-specs__filter__column-headlines-wrapper {
    font-size: .8em;
    padding-bottom: 1em;
    padding-left: 1.5em
  }

  .product-specs__product-code {
    font-size: 1em;
    margin-top: 2em
  }

  .product-specs__list-specs {
    width: 10rem
  }

  .product-specs__specs-wrapper {
    font-size: .7em;
    padding-bottom: 1em;
    padding-left: 1.5em
  }

  .product-specs__details-content-wrapper {
    margin-left: 1em;
    margin-right: 1em
  }

  .product-specs__details-content-navbar-link {
    font-size: .7em;
    margin-left: 0;
    width: 48%
  }

  .product-specs__details-content-navbar-link.active {
    font-size: .7em
  }

  .product-specs__details-content-navbar-link.inactive {
    font-size: .7em;
    margin-left: 0;
    width: 48%
  }

  .product-specs__details-content__full-specs-line,
  .where-to-buy {
    padding-right: 1em
  }

  .where-to-buy {
    padding-left: 1em
  }

  .where-to-buy__wrapper {
    margin-top: 2em
  }

  .where-to-buy__button {
    margin-left: 1em;
    margin-right: 1em
  }

  .component-big-image__text-line {
    height: 3px
  }

  .related-products__slider-wrapper {
    width: 10000px
  }

  .related-products__product-wrapper {
    font-size: .7em;
    height: auto;
    margin-right: 2em;
    min-height: 28em;
    padding-bottom: 1em;
    width: 78vw
  }

  .related-products_product-image-wrapper {
    height: 43vw
  }

  .related-products_product-text-wrapper {
    padding-left: 2em;
    padding-right: 2em
  }

  .where-to-uy__header-text {
    margin-bottom: 2em
  }

  .newsletter-signup {
    display: block;
    margin-left: auto;
    margin-right: auto
  }

  .newsletter-signup_wrapper {
    padding-left: .2em;
    padding-right: .2em
  }

  .newsletter-signup__content {
    width: 95%
  }

  .newsletter-signup__headline {
    font-size: 5vw
  }

  .footer1 {
    min-height: 95vh;
    padding-top: 30vw
  }

  .footer1__legal_navbar-link {
    margin-bottom: 1em
  }

  .footer1__legal_navbar {
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: nowrap
  }

  .footer1_contact-social-wrapper {
    font-size: .7em
  }

  .footer1_contact-social__link {
    margin-right: 15vw
  }

  .footer1_social-wrapper {
    width: auto
  }

  .accessories {
    margin-top: 5vh
  }

  .accessories__navigation-header,
  .accessories__navigation-wrapper {
    min-width: auto
  }

  .accessories__detail-content-specs {
    font-size: .7em
  }

  .product-specs__column-description-wrapper {
    width: 10rem
  }

  .product-specs__column-edits-wrapper {
    padding-bottom: 1.5em
  }

  .product-specs__column-edits-button,
  .product-specs__column-edits-button--active {
    width: 100%
  }

  .newsletter-signup__fields-wrapper {
    flex-wrap: wrap
  }

  .newsletter-signup__field {
    padding-top: 16px;
    width: 80%
  }

  .newsletter-signup__sucess {
    font-size: 1.6em;
    margin-left: 1em;
    margin-right: 1em
  }

  .footer1__lighting-counclil-logo-wrapper {
    justify-content: flex-start;
    width: 80%
  }

  .footer1__lighting-council-logo {
    max-width: 80%
  }

  .paragraph {
    font-size: .8em
  }

  .featured-projects_content-rich-text ul {
    padding-left: 16px
  }

  .product-specs__column-edit-icon {
    bottom: 1em;
    height: 2.5em;
    width: 2.5em
  }

  .product-specs__column-edits-headline {
    line-height: 1.2em;
    width: 80%
  }

  .product-specs__column-description-wrapper__product-code {
    width: 100%
  }

  .product-specs__filter-header__button-wrapper {
    min-width: auto
  }

  .product-specs__filter-header__button-text {
    font-size: .6rem
  }

  .product-selector-__products-wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(3.5rem, auto) minmax(3.5rem, auto) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(3.5rem, auto)
  }

  .product-specs__column-edits-button--active-2 {
    width: 100%
  }

  .product-selector__product {
    min-height: 90vw;
    width: 100%
  }

  .qr-landing .product-selector__product {
    width: 45%
  }

  .product-selector__product-image-wrapper {
    max-height: 45vw;
    min-height: 45vw
  }

  .product-selector__product-image {
    max-height: 45vw
  }

  .product-selector__product-name {
    font-size: 2rem
  }

  .qr-landing .product-selector__product-name {
    font-size: 1.5rem;
    margin-left: 1rem;
    margin-right: 1rem
  }

  .product-selector__product-subline {
    line-height: 1.2em;
    margin-bottom: 3vw;
    margin-right: 3vw;
    width: 80%
  }

  .product-selector__search__button {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem
  }

  .product-selector__search__button-text {
    font-size: .6rem
  }

  .product-selector__next-button {
    padding-left: 8vw
  }

  .product-selector__previous-button {
    padding-right: 8vw
  }

  .product-selector__next-button-text {
    line-height: 1em
  }

  .retailer-selector__search__button {
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem
  }

  .retailer-selector__search__button-text {
    font-size: .6rem
  }

  .component-switch-image {
    padding-left: 0;
    padding-right: 0
  }

  .component-switch-image__image {
    min-height: 60vw
  }

  .component-switch-image__switch-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-left: 7vw;
    padding-right: 7vw;
    padding-top: 10vw
  }

  .component-switch-image__headline {
    font-size: 1.5em
  }

  .component-switch-image__button-active {
    flex: 1;
    padding-right: 19vw
  }

  .component-switch-image__image-description-text {
    text-align: left
  }

  .featured-projects_content {
    flex-direction: column;
    height: auto
  }

  .featured-projects_content-column {
    margin-bottom: 5vw;
    margin-right: 0;
    width: 100%
  }

  .featured-projects_content-column-wrapper {
    flex-direction: column
  }

  .component-switch-image__switches {
    flex-direction: column;
    flex-wrap: wrap
  }

  .find-retailer {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(3em, 3em) auto minmax(3em, 3em) auto auto auto
  }

  .find-a-retailer__corys,
  .find-a-retailer__russel {
    min-height: 16em
  }

  .find-a-retailer__offline-heading {
    padding-left: 1em
  }

  .find-a-retailer__offline-heading-text {
    font-size: 1em
  }

  .find-a-retailer__online-heading {
    padding-left: 1em
  }

  .find-a-retailer__online-heading-text {
    font-size: 1em
  }

  .find-a-retailer__offline-list {
    display: none
  }

  .button__shop-here {
    font-size: .8em
  }

  .contact-form {
    grid-template-rows: minmax(3em, 3em) auto minmax(3em, 3em) auto auto
  }

  .contact-form__text-field {
    min-height: 91vw
  }

  .contact-form__text-field-text {
    font-size: 1em
  }

  .contact-form__headline {
    font-size: 6vw
  }

  .contact-form__subline {
    font-size: .8em
  }

  .contact-details__text {
    font-size: 1em
  }

  .contact-form__details-button {
    font-size: .8em
  }

  .projects-grid__slider {
    margin-bottom: 0
  }

  .projects-grid__intro {
    margin-left: 1em;
    margin-right: 1em;
    margin-top: -3em;
    max-width: 100%;
    min-width: auto
  }

  .projects-grid__content {
    flex-direction: column;
    height: auto;
    position: static
  }

  .projects-grid__content-column-wrapper {
    flex-direction: column
  }

  .projects-grid__content-column {
    margin-bottom: 5vw;
    margin-right: 0;
    width: 100%
  }

  .projects-grid__content-rich-text ul {
    padding-left: 16px
  }

  .projects-grid__button {
    font-size: .8em
  }

  .featured-projects {
    margin-bottom: 6vh
  }

  .projects-grid__used-products__product-wrapper {
    font-size: .7em;
    height: auto;
    margin-right: 2em;
    min-height: 17em;
    padding-bottom: 1em
  }

  .project-grid__used-products__name {
    font-size: 1.5rem
  }

  .projects-grid__used-products__product-subline {
    line-height: 1.2em;
    width: 80%
  }

  .projects-grid__used-products__navigation-header {
    min-width: auto
  }

  .component-switch-image__button-wrapper {
    align-items: flex-start;
    max-width: 100%;
    width: 100%
  }

  .menu1__wrapper {
    grid-template-rows: auto auto auto
  }

  .menu1_secondary-link {
    font-size: 1.1em
  }

  .menu1__tertiray-items-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .menu1__tertiray-items-link {
    margin-bottom: 1em
  }

  .menu1__tertiray-items-newsletter-link {
    font-size: 1em;
    margin-bottom: 1em
  }

  .menu1__main-item {
    font-size: 1.5em
  }

  .find-retailers__logos-wrapper {
    margin-bottom: 2em;
    margin-top: 2em;
    width: 36%
  }

  .footer1_contact-us__link.w--current {
    font-size: 2em
  }

  .footer1_contact-us__link-arrow {
    margin-bottom: 5px;
    width: 1.4em
  }

  .hero-apollo-image-wrapper {
    align-items: flex-start;
    margin-top: -8em
  }

  .image-2 {
    /*height: 80%;*/
    max-width: auto
  }

  .hero-apollo__text-wrapper {
    padding-left: 11px;
    padding-right: 11px
  }

  .hero-apollo__text-paragraph {
    width: 100%
  }

  .featured-products__products-wrapper {
    margin-bottom: 3rem
  }

  .featured-products__nutshell-description {
    font-size: .7em
  }

  .featured-products__products-background {
    align-self: end;
    padding: 3rem 1rem
  }

  .featured-products__products-subline {
    line-height: 1rem;
    margin-left: 4rem;
    margin-right: 1rem;
    width: 80%
  }

  .featured-products__products-name {
    font-size: 1.3em
  }

  .hero-slider-controls {
    padding-bottom: 43vh;
    width: 1.3em
  }

  .hero-falcon__light-wrapper,
  .hero-falcon_image-wrapper {
    top: 150px
  }

  .hero-falcon__text-wrapper {
    justify-content: flex-start;
    padding-left: 10vw;
    padding-top: 4.9em;
    width: 100%
  }

  .about-intro {
    min-height: 100vw
  }

  .about-intro__text {
    width: 100%
  }

  .about-intro__text-headline {
    font-size: 1.8rem
  }

  .about-intro_circles-graphic {
    display: flex;
    left: 142px;
    opacity: .2
  }

  .about-image {
    margin-left: 5%
  }

  .about-quality {
    align-items: flex-start;
    flex-direction: column
  }

  .about-quality-q-wrapper {
    align-self: flex-end;
    margin-right: 11vw
  }

  .about-quality__text-wrapper {
    width: 100%
  }

  .lighting-design-intro {
    min-height: 24rem;
    overflow: hidden
  }

  .lighting-design-intro__text {
    height: 30em
  }

  .lighting-design-intro__text-headline {
    font-size: 8vw;
    margin: 9vw
  }

  .lighting-design-intro__text-paragraph {
    margin-left: 8vw;
    margin-right: 8vw
  }

  .lighting-design-process__numbers-wrapper {
    grid-column-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: minmax(10vw, 10vw);
    padding-right: 11vw
  }

  .lighting-design-process__number {
    align-self: baseline;
    line-height: 0
  }

  .lighting-design-process__description {
    font-size: 5vw
  }

  .lighting-design-details {
    min-height: 144vw
  }

  .lighting-design-cta {
    grid-row-gap: 1.75em;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    margin-bottom: 22vw;
    margin-top: 22vw
  }

  .lighting-design-cta__lead {
    font-size: 7vw
  }

  .lighting-design-cta__contact-button {
    font-size: .8em
  }

  .warranties__headline {
    font-size: 12vw
  }

  .warranty__lead {
    font-size: 11vw
  }

  .warranty__description ul {
    font-size: .8rem
  }

  .warranty__description h5 {
    font-size: .8rem;
    line-height: 1.2rem
  }

  .warranty__description ol {
    font-size: .9rem
  }

  .warranty__description a {
    font-size: .8rem
  }

  .lighting-design-intro__background__green-light {
    max-width: auto;
    min-width: 170vw;
    width: auto
  }

  .lighting-design-intro__background__white-light {
    min-width: 190vw
  }

  .hero-nimbus-image-wrapper {
    align-items: flex-start;
    height: 12vh;
    /*right: -142px;*/
    top: 0px;
    bottom: unset;
  }
  .hero-nimbus-image-wrap {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 73px;
    bottom: 316px;
     height: unset; 
     margin-right: unset; 
     margin-top: unset; 
    top: 170px;
    width: 51vw;
}
  

  .hero-nimbus__text-wrapper {
    padding-top: 21vh;
    width: 100vw
  }

  .link-2 {
    font-size: .8rem
  }

  .footer1__legal_navbar-left {
    flex-wrap: wrap
  }

  .projects-top__headline {
    font-size: 1.9rem;
    width: 77vw
  }

  .image-7 {
    max-height: 200%;
    max-width: 140%;
    position: absolute
  }

  .product-selector-__products-wrapper-grid {
    grid-template-columns: 1fr;
    grid-template-rows: minmax(3.5rem, auto) minmax(3.5rem, auto) 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr minmax(3.5rem, auto)
  }
}

#w-node-92fe65e3c930-0cff8a2f {
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-92fe65e3c954-0cff8a2f {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 5;
  grid-row-end: 6;
  -ms-grid-row-span: 1;
  grid-row-start: 5
}

@media screen and (max-width:479px) {
  #w-node-92fe65e3c954-0cff8a2f {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 9;
    grid-row-end: 10;
    -ms-grid-row-span: 1;
    grid-row-start: 9
  }
}

#w-node-92fe65e3c95b-0cff8a2f {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 4;
  grid-row-end: 5;
  -ms-grid-row-span: 1;
  grid-row-start: 4
}

@media screen and (max-width:479px) {
  #w-node-92fe65e3c95b-0cff8a2f {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 10;
    grid-row-end: 11;
    -ms-grid-row-span: 1;
    grid-row-start: 10
  }
}

#w-node-92fe65e3c98f-0cff8a2f {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-92fe65e3c984-0cff8a2f {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-92fe65e3c987-0cff8a2f {
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 5;
  grid-row-end: 6;
  -ms-grid-row-span: 1;
  grid-row-start: 5
}

#w-node-94d224d84b60-9eff8a31,
#w-node-dc695e6d58a2-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-f7ca368d3efd-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-9d50e2973310-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-a1af083b1674-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-23e513499aaa-9eff8a31,
#w-node-31a2d154a87a-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-459862816d62-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-46c91168f2a9-9eff8a31,
#w-node-532ab03772c7-9eff8a31 {
  align-self: center
}

#w-node-46c91168f2a9-9eff8a31,
#w-node-532ab03772c3-9eff8a31,
#w-node-532ab03772c7-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-532ab03772c5-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-e846d79928c0-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-69fe176d3063-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-6eacffc4b66a-9eff8a31,
#w-node-9cb2523347a2-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-af03e42cbc11-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-dd604c6d2e10-9eff8a31 {
  align-self: center;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-5806c29e8b54-9eff8a31 {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-5806c29e8b54-9eff8a31 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1
  }
}

@media screen and (max-width:767px) {
  #w-node-5806c29e8b54-9eff8a31 {
    grid-column: 1;
    grid-column-start: 1
  }
}

#w-node-b91a713d4fa5-9eff8a31 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-b91a713d4fa5-9eff8a31 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

@media screen and (max-width:767px) {
  #w-node-b91a713d4fa5-9eff8a31 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

#w-node-7528f7bd3ddb-52ff8a33 {
  grid-column: 1;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 4;
  -ms-grid-row-span: 2;
  grid-row-start: 2
}

@media screen and (max-width:991px) {
  #w-node-7528f7bd3ddb-52ff8a33 {
    grid-column-end: 3;
    -ms-grid-column-span: 3;
    grid-row-end: 3;
    -ms-grid-row-span: 3
  }
}

#w-node-31a031d8d46d-52ff8a33 {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-31a031d8d46d-52ff8a33 {
    grid-column: 2;
    grid-column-end: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1
  }
}

@media screen and (max-width:479px) {
  #w-node-31a031d8d46d-52ff8a33 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1
  }
}

#w-node-4c0653e7b6b9-52ff8a33 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-04bcbd46feaf-52ff8a33 {
  grid-column: 4;
  grid-column-end: 5;
  -ms-grid-column-span: 1;
  grid-column-start: 4;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-04bcbd46feaf-52ff8a33 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 3;
    grid-row-end: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 3
  }
}

#w-node-3ef58fa485e6-52ff8a33 {
  grid-column: 4;
  grid-column-end: 5;
  -ms-grid-column-span: 1;
  grid-column-start: 4;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

@media screen and (max-width:991px) {
  #w-node-3ef58fa485e6-52ff8a33 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 4;
    grid-row-end: 5;
    -ms-grid-row-span: 1;
    grid-row-start: 4
  }
}

@media screen and (max-width:479px) {
  #w-node-3ef58fa485e6-52ff8a33 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 4;
    grid-row-end: 5;
    -ms-grid-row-span: 1;
    grid-row-start: 4
  }
}

#w-node-443306d157a2-52ff8a33 {
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-861ca3b699ab-52ff8a33 {
  grid-column: 4;
  grid-column-end: 5;
  -ms-grid-column-span: 1;
  grid-column-start: 4;
  grid-row: 3;
  grid-row-end: 4;
  -ms-grid-row-span: 1;
  grid-row-start: 3
}

@media screen and (max-width:991px) {
  #w-node-861ca3b699ab-52ff8a33 {
    grid-column: 2;
    grid-column-end: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-row: 4;
    grid-row-end: 5;
    -ms-grid-row-span: 1;
    grid-row-start: 4
  }
}

@media screen and (max-width:479px) {
  #w-node-861ca3b699ab-52ff8a33 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 5;
    grid-row-end: 6;
    -ms-grid-row-span: 1;
    grid-row-start: 5
  }
}

#w-node-10de9fedf43d-52ff8a33 {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-a0b41670807f-52ff8a33 {
  grid-column: 1;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-a0b41670807f-52ff8a33 {
    grid-column-end: 3;
    -ms-grid-column-span: 3
  }
}

#w-node-20a547637786-52ff8a33 {
  grid-column: 1;
  grid-column-end: 5;
  -ms-grid-column-span: 4;
  grid-column-start: 1;
  grid-row: 4;
  grid-row-end: 5;
  -ms-grid-row-span: 1;
  grid-row-start: 4
}

@media screen and (max-width:991px) {
  #w-node-20a547637786-52ff8a33 {
    grid-column-end: 3;
    -ms-grid-column-span: 3;
    grid-row: 5;
    grid-row-end: 6;
    -ms-grid-row-span: 1;
    grid-row-start: 5
  }
}

@media screen and (max-width:479px) {
  #w-node-20a547637786-52ff8a33 {
    grid-column-end: 3;
    -ms-grid-column-span: 3;
    grid-row: 6;
    grid-row-end: 7;
    -ms-grid-row-span: 1;
    grid-row-start: 6
  }
}

#w-node-bcd740788a6d-aaff8a39 {
  align-self: baseline;
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:479px) {
  #w-node-bcd740788a6d-aaff8a39 {
    -ms-grid-column-align: center;
    justify-self: center
  }
}

#w-node-bcd740788a6f-aaff8a39 {
  align-self: baseline;
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:479px) {
  #w-node-bcd740788a6f-aaff8a39 {
    -ms-grid-column-align: center;
    justify-self: center
  }
}

#w-node-bcd740788a71-aaff8a39 {
  align-self: baseline;
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:479px) {
  #w-node-bcd740788a71-aaff8a39 {
    -ms-grid-column-align: center;
    justify-self: center
  }
}

#w-node-66d8a322dcb2-aaff8a39 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-c92423a250e0-aaff8a39 {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-802c1dfa3cb0-aaff8a39 {
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-f13fcb8daa0d-aaff8a39 {
  grid-column: 1;
  grid-column-end: 4;
  -ms-grid-column-span: 3;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-f13fcb8daa0d-aaff8a39 {
    grid-column-end: 3;
    -ms-grid-column-span: 3
  }
}

@media screen and (max-width:767px) {
  #w-node-f13fcb8daa0d-aaff8a39 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1
  }
}

@media screen and (max-width:479px) {
  #w-node-f13fcb8daa0d-aaff8a39 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1
  }
}

#w-node-a23c87076be5-aaff8a39 {
  grid-column: 3;
  grid-column-end: 4;
  -ms-grid-column-span: 1;
  grid-column-start: 3;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

@media screen and (max-width:991px) {
  #w-node-a23c87076be5-aaff8a39 {
    grid-column: 2;
    grid-column-end: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

@media screen and (max-width:767px) {
  #w-node-a23c87076be5-aaff8a39 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

@media screen and (max-width:479px) {
  #w-node-a23c87076be5-aaff8a39 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 3;
    grid-row-end: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 3
  }
}

#w-node-fdd7a1ef0d79-aaff8a39 {
  align-self: center;
  grid-column: 1;
  -ms-grid-column-align: start;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2;
  justify-self: start
}

@media screen and (max-width:767px) {
  #w-node-fdd7a1ef0d79-aaff8a39 {
    grid-column: 2;
    -ms-grid-column-align: end;
    grid-column-end: 3;
    -ms-grid-column-span: 1;
    grid-column-start: 2;
    grid-row: 1;
    grid-row-end: 2;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    justify-self: end
  }
}

@media screen and (max-width:479px) {
  #w-node-fdd7a1ef0d79-aaff8a39 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

#w-node-586060d1361d-a178e573 {
  grid-column: 1;
  grid-column-end: 3;
  -ms-grid-column-span: 2;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

@media screen and (max-width:991px) {
  #w-node-586060d1361d-a178e573 {
    grid-column: 1;
    grid-column-end: 3;
    -ms-grid-column-span: 2;
    grid-column-start: 1;
    grid-row: 3;
    grid-row-end: 4;
    -ms-grid-row-span: 1;
    grid-row-start: 3
  }
}

#w-node-8775f3d3086f-a178e573 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 2;
  grid-row-end: 3;
  -ms-grid-row-span: 1;
  grid-row-start: 2
}

#w-node-682c3ddf4c1a-a178e573 {
  grid-column: 1;
  grid-column-end: 2;
  -ms-grid-column-span: 1;
  grid-column-start: 1;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

#w-node-88be3042065c-a178e573 {
  grid-column: 2;
  grid-column-end: 3;
  -ms-grid-column-span: 1;
  grid-column-start: 2;
  grid-row: 1;
  grid-row-end: 2;
  -ms-grid-row-span: 1;
  grid-row-start: 1
}

@media screen and (max-width:991px) {
  #w-node-88be3042065c-a178e573 {
    grid-column: 1;
    grid-column-end: 2;
    -ms-grid-column-span: 1;
    grid-column-start: 1;
    grid-row: 2;
    grid-row-end: 3;
    -ms-grid-row-span: 1;
    grid-row-start: 2
  }
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 900;
  src: url(/_nuxt/fonts/AvenirNext-Heavy-09.d95c5b8.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 900;
  src: url(/_nuxt/fonts/AvenirNext-HeavyItalic-10.9c3da5d.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 500;
  src: url(/_nuxt/fonts/AvenirNext-Medium-06.588a49f.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 700;
  src: url(/_nuxt/fonts/AvenirNext-BoldItalic-02.76680c5.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 600;
  src: url(/_nuxt/fonts/AvenirNext-DemiBoldItalic-04.4fb18bd.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 700;
  src: url(/_nuxt/fonts/AvenirNext-Bold-01.39d7707.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 600;
  src: url(/_nuxt/fonts/AvenirNext-DemiBold-03.cdeaa6c.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 500;
  src: url(/_nuxt/fonts/AvenirNext-MediumItalic-07.6ac70c1.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 400;
  src: url(/_nuxt/fonts/AvenirNext-Italic-05.b860aca.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: italic;
  font-weight: 200;
  src: url(/_nuxt/fonts/AvenirNext-UltraLightItalic-12.ca3f553.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 200;
  src: url(/_nuxt/fonts/AvenirNext-UltraLight-11.6645a31.ttf) format("truetype")
}

@font-face {
  font-family: "Avenir Next";
  font-style: normal;
  font-weight: 400;
  src: url(/_nuxt/fonts/AvenirNext-Regular-08.872961e.ttf) format("truetype")
}

.completed-projects {
  display: flex;
  max-width: 120rem;
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto
}

@media(max-width:767px) {
  .completed-projects {
    flex-direction: column
  }
}

.completed-projects__metadata {
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column
}

@media(min-width:992px) {
  .completed-projects__metadata {
    width: 33rem
  }
}

@media(min-width:768px)and (max-width:991px) {
  .completed-projects__metadata {
    width: 24rem
  }
}

@media(max-width:767px) {
  .completed-projects__metadata {
    background-color: #fff;
    box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .24)
  }
}

@media(min-width:480px)and (max-width:767px) {
  .completed-projects__metadata {
    padding-top: 3.4rem
  }
}

@media(max-width:481px) {
  .completed-projects__metadata {
    background-color: #fff;
    padding-top: 2.5rem;
    box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .24)
  }
}

@media(min-width:768px) {
  .completed-projects__metadata-content {
    background-color: #fff;
    box-shadow: 0 22px 40px 0 rgba(0, 0, 0, .24);
    position: relative;
    right: 3rem;
    z-index: 5
  }
}

@media(min-width:992px) {
  .completed-projects__metadata-content {
    padding: 3.4rem;
    margin-top: 3rem
  }
}

@media(min-width:768px)and (max-width:991px) {
  .completed-projects__metadata-content {
    padding: 2.4rem;
    margin-top: 1.9rem
  }
}

@media(min-width:480px)and (max-width:767px) {
  .completed-projects__metadata-content {
    padding: 3rem
  }
}

@media(max-width:481px) {
  .completed-projects__metadata-content {
    padding: 2rem
  }
}

.completed-projects__header {
  margin-left: 3rem;
  margin-right: 3rem;
  color: #585c6f;
  font-size: .8em;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase
}

@media(min-width:768px) {
  .completed-projects__header {
    text-align: right
  }
}

@media(max-width:481px) {
  .completed-projects__header {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: .7em
  }
}

.completed-projects__lead-in {
  margin-right: 2em;
  flex: 1;
  color: #3e3f43;
  font-weight: 700;
  letter-spacing: .03em;
  font-size: 2rem;
  line-height: 1.5
}

@media(min-width:768px)and (max-width:991px) {
  .completed-projects__lead-in {
    font-size: 1.4rem
  }
}

@media(min-width:480px)and (max-width:767px) {
  .completed-projects__lead-in {
    display: block;
    font-size: 1.7rem
  }
}

@media(max-width:481px) {
  .completed-projects__lead-in {
    display: block;
    font-size: 1rem
  }
}

.completed-projects__button {
  margin-top: 3rem
}

@media(max-width:481px) {
  .completed-projects__button {
    margin-top: 1.6rem
  }
}

.completed-projects__slider {
  background-color: #edeef1;
  z-index: auto
}

@media(min-width:992px) {
  .completed-projects__slider {
    width: calc(100vw - 33rem);
    min-height: 35rem;
    max-height: 41rem
  }
}

@media(min-width:768px)and (max-width:991px) {
  .completed-projects__slider {
    width: calc(100vw - 24rem);
    min-height: 28rem
  }
}

@media(max-width:767px) {
  .completed-projects__slider {
    width: 100%
  }
}

.completed-projects__slide {
  background: grey;
  padding-bottom: 56.25%;
  background-size: cover;
  background-position: 50%
}

@media(min-width:480px)and (max-width:767px) {
  .completed-projects__slide {
    margin-bottom: 4.5rem
  }
}

@media(max-width:481px) {
  .completed-projects__slide {
    margin-bottom: 50px
  }
}

.completed-projects__navigation {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #3e3f43;
  z-index: 5;
  display: flex;
  align-items: center
}

@media(min-width:768px) {
  .completed-projects__navigation {
    max-width: 38rem
  }
}

.completed-projects__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .8125rem;
  letter-spacing: .135625rem;
  margin-left: 2.25rem
}

@media(max-width:481px) {
  .completed-projects__title {
    padding-top: .6rem;
    padding-bottom: .6rem;
    margin-left: 1rem;
    font-size: .6rem;
    line-height: .8rem
  }
}

.completed-projects__navigation-prev {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
  flex-shrink: 0
}

.completed-projects__navigation-prev:before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcgMUwyIDUuOTc2IDcgMTEiIHN0cm9rZT0iI0Y0RjVGNyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
  width: .5rem;
  height: .75rem
}

.completed-projects__navigation-prev:hover {
  background: hsla(0, 0%, 100%, .07)
}

.completed-projects__navigation-prev.swiper-button-disabled {
  opacity: .1
}

@media(max-width:481px) {
  .completed-projects__navigation-prev {
    width: 50px;
    height: 50px
  }
}

.completed-projects__navigation-next {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s ease;
  flex-shrink: 0
}

.completed-projects__navigation-next:before {
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDggMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMTFsNS00Ljk3NkwxIDEiIHN0cm9rZT0iI0Y0RjVGNyIgc3Ryb2tlLXdpZHRoPSIyIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
  width: .5rem;
  height: .75rem
}

.completed-projects__navigation-next:hover {
  background: hsla(0, 0%, 100%, .07)
}

.completed-projects__navigation-next.swiper-button-disabled {
  opacity: .1
}

@media(max-width:481px) {
  .completed-projects__navigation-next {
    width: 50px;
    height: 50px
  }
}

.transition-completed-projects_fade-enter-active,
.transition-completed-projects_fade-leave-active {
  transition: opacity .3s
}

.transition-completed-projects_fade-enter,
.transition-completed-projects_fade-leave-to {
  opacity: 0
}

a,
p {
  font-size: 14px
}

@media screen and (min-width:520px) {

  a,
  p {
    font-size: calc(12.93878px + .20408vw)
  }
}

@media screen and (min-width:1500px) {

  a,
  p {
    font-size: 16px
  }
}

h1 {
  line-height: 1.1;
  font-size: 30px
}

@media screen and (min-width:520px) {
  h1 {
    font-size: calc(1.34694px + 5.5102vw)
  }
}

@media screen and (min-width:1500px) {
  h1 {
    font-size: 84px
  }
}

.featured-products__products-name,
h4 {
  font-size: 22px
}

@media screen and (min-width:520px) {

  .featured-products__products-name,
  h4 {
    font-size: calc(13.5102px + 1.63265vw)
  }
}

@media screen and (min-width:1500px) {

  .featured-products__products-name,
  h4 {
    font-size: 38px
  }
}

.featured-products__nutshell-text {
  line-height: 1.95;
  font-size: 13px
}

@media screen and (min-width:520px) {
  .featured-products__nutshell-text {
    font-size: calc(7.16327px + 1.12245vw)
  }
}

@media screen and (min-width:1500px) {
  .featured-products__nutshell-text {
    font-size: 24px
  }
}

.featured-products__nutshell-description,
.featured-products__products-header-text-span {
  line-height: 2.1;
  font-size: 12.8px
}

@media screen and (min-width:520px) {

  .featured-products__nutshell-description,
  .featured-products__products-header-text-span {
    font-size: calc(10.57143px + .42857vw)
  }
}

@media screen and (min-width:1500px) {

  .featured-products__nutshell-description,
  .featured-products__products-header-text-span {
    font-size: 17px
  }
}

h5 {
  font-size: 15px
}

@media screen and (min-width:520px) {
  h5 {
    font-size: calc(13.93878px + .20408vw)
  }
}

@media screen and (min-width:1500px) {
  h5 {
    font-size: 17px
  }
}

.product-selector__product-subline {
  font-size: 11px
}

@media screen and (min-width:520px) {
  .product-selector__product-subline {
    font-size: calc(9.40816px + .30612vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__product-subline {
    font-size: 14px
  }
}

.hero-text-subline {
  font-size: 16px
}

@media screen and (min-width:520px) {
  .hero-text-subline {
    font-size: calc(13.87755px + .40816vw)
  }
}

@media screen and (min-width:1500px) {
  .hero-text-subline {
    font-size: 20px
  }
}

.product-selector__filter-option-text {
  line-height: 1.4;
  font-size: 11px
}

@media screen and (min-width:520px) {
  .product-selector__filter-option-text {
    font-size: calc(9.40816px + .30612vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__filter-option-text {
    font-size: 14px
  }
}

.retailer-selector__filter-option-text {
  line-height: 1.4;
  font-size: 11px
}

@media screen and (min-width:520px) {
  .retailer-selector__filter-option-text {
    font-size: calc(9.40816px + .30612vw)
  }
}

@media screen and (min-width:1500px) {
  .retailer-selector__filter-option-text {
    font-size: 14px
  }
}

.product-selector__filter-option-amount {
  line-height: 1.3;
  font-size: 12px
}

@media screen and (min-width:520px) {
  .product-selector__filter-option-amount {
    font-size: calc(10.40816px + .30612vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__filter-option-amount {
    font-size: 15px
  }
}

.retailer-selector__filter-option-amount {
  line-height: 1.3;
  font-size: 12px
}

@media screen and (min-width:520px) {
  .retailer-selector__filter-option-amount {
    font-size: calc(10.40816px + .30612vw)
  }
}

@media screen and (min-width:1500px) {
  .retailer-selector__filter-option-amount {
    font-size: 15px
  }
}

.product-overview__button {
  font-size: 15px
}

@media screen and (min-width:520px) {
  .product-overview__button {
    font-size: calc(13.93878px + .20408vw)
  }
}

@media screen and (min-width:1500px) {
  .product-overview__button {
    font-size: 17px
  }
}

.button {
  padding: 12px 30px;
  font-size: 12px
}

@media screen and (min-width:520px) {
  .button {
    font-size: calc(9.87755px + .40816vw)
  }
}

@media screen and (min-width:1500px) {
  .button {
    font-size: 16px
  }
}

.product-specs__details-wrapper a {
  font-size: 11px
}

@media screen and (min-width:520px) {
  .product-specs__details-wrapper a {
    font-size: calc(9.93878px + .20408vw)
  }
}

@media screen and (min-width:1500px) {
  .product-specs__details-wrapper a {
    font-size: 13px
  }
}

.product-selector__filter-headline {
  font-size: 9.6px
}

@media screen and (min-width:520px) {
  .product-selector__filter-headline {
    font-size: calc(7.53061px + .39796vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__filter-headline {
    font-size: 13.5px
  }
}

.product-selector__product-name {
  font-size: 32px
}

@media screen and (min-width:520px) {
  .product-selector__product-name {
    font-size: calc(28.81633px + .61224vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__product-name {
    font-size: 38px
  }
}

.product-selector__search {
  height: 83px
}

.product-selector__search .product-selector__search-text,
.product-selector__search .product-selector__search__button-text {
  font-size: 11.2px
}

@media screen and (min-width:520px) {

  .product-selector__search .product-selector__search-text,
  .product-selector__search .product-selector__search__button-text {
    font-size: calc(8.22857px + .57143vw)
  }
}

@media screen and (min-width:1500px) {

  .product-selector__search .product-selector__search-text,
  .product-selector__search .product-selector__search__button-text {
    font-size: 16.8px
  }
}

.retailer-selector__search .retailer-selector__search-text,
.retailer-selector__search .retailer-selector__search__button-text {
  font-size: 11.2px
}

@media screen and (min-width:520px) {

  .retailer-selector__search .retailer-selector__search-text,
  .retailer-selector__search .retailer-selector__search__button-text {
    font-size: calc(8.22857px + .57143vw)
  }
}

@media screen and (min-width:1500px) {

  .retailer-selector__search .retailer-selector__search-text,
  .retailer-selector__search .retailer-selector__search__button-text {
    font-size: 16.8px
  }
}

.product-selector__product__new-flag-text {
  font-size: 11px
}

@media screen and (min-width:520px) {
  .product-selector__product__new-flag-text {
    font-size: calc(8.34694px + .5102vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__product__new-flag-text {
    font-size: 16px
  }
}

.retailer-selector__product__new-flag-text {
  font-size: 11px
}

@media screen and (min-width:520px) {
  .retailer-selector__product__new-flag-text {
    font-size: calc(8.34694px + .5102vw)
  }
}

@media screen and (min-width:1500px) {
  .retailer-selector__product__new-flag-text {
    font-size: 16px
  }
}

.product-selector__product {
  min-height: 330px
}

@media screen and (min-width:520px) {
  .product-selector__product {
    min-height: calc(255.71429px + 14.28571vw)
  }
}

@media screen and (min-width:1500px) {
  .product-selector__product {
    min-height: 470px
  }
}

.retailer-selector__product {
  min-height: 330px
}

@media screen and (min-width:520px) {
  .retailer-selector__product {
    min-height: calc(255.71429px + 14.28571vw)
  }
}

@media screen and (min-width:1500px) {
  .retailer-selector__product {
    min-height: 470px
  }
}

.projects-grid__content-column h1,
.projects-grid__content-column h2,
.projects-grid__content-column h3,
.projects-grid__content-column h4,
.projects-grid__content-column h5,
.projects-grid__content-column h6 {
  margin: 0 0 2vw;
  color: #3e3f43;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase
}

.product-family-specs__wrapper {
  padding-left: 4.75rem;
  padding-right: .75rem
}

@media screen and (min-width:1280px) {
  .product-family-specs__wrapper {
    padding-left: 21.25rem
  }
}

.product-family-specs__header {
  padding-top: 10rem;
  padding-left: 5vw;
  padding-right: 5vw;
  justify-content: space-between;
  display: flex;
  align-items: center
}

@media(max-width:481px) {
  .product-family-specs__header {
    display: block
  }
}

.product-family-specs__table-navigation {
  display: flex;
  transform: translateY(4rem);
  right: 3vw;
  position: absolute;
  z-index: 1;
  width: 4rem;
  justify-content: space-between
}

.product-family-specs__table-navigation-left,
.product-family-specs__table-navigation-right {
  width: .8rem;
  height: .8rem;
  display: flex;
  justify-content: center;
  opacity: .75
}

.product-family-specs__table-navigation-left:hover,
.product-family-specs__table-navigation-right:hover {
  opacity: 1
}

.product-family-specs__table-navigation-left.swiper-button-disabled,
.product-family-specs__table-navigation-right.swiper-button-disabled {
  pointer-events: none;
  opacity: .3
}

.product-family-specs__table-navigation-right {
  transform: rotate(180deg)
}

.product-family-specs__title {
  margin: 0
}

.product-family-specs__grey-download__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  margin-left: 1.5em;
  margin-right: 1.5em
}

.product-family-specs__download-button {
  display: flex;
  width: 21rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin: 0;
  align-items: center;
  max-width: 100%
}

@media(max-width:481px) {
  .product-family-specs__download-button {
    margin-top: 4rem
  }
}

.product-family-specs__download-button:before {
  margin-right: 1rem;
  content: "";
  display: inline-block;
  width: 20px;
  height: 23px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjMiIHZpZXdCb3g9IjAgMCAyMCAyMyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iMyIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMS45MjMgMTIuOTIzbDguMDM4IDcuOTEyIDguMTE2LTcuOTEyTTkuOTA3IDE5LjcwN1YuMyIvPjwvZz48L3N2Zz4K);
  align-self: center;
  background-repeat: no-repeat;
  flex-shrink: 0
}

.product-family-specs__download-button-text {
  font-size: .9375rem;
  letter-spacing: .56px;
  line-height: 1;
  display: block;
  text-transform: none;
  margin-bottom: .75rem;
  font-weight: 400
}

.product-family-specs__download-button-text-wrap {
  margin-left: 1rem
}

.product-family-specs__download-button-meta {
  font-size: .75rem;
  letter-spacing: .45px;
  line-height: 1;
  display: block
}

.product-family-specs__table {
  display: flex;
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative
}

.product-family-specs__table-column {
  margin-top: 2.25rem;
  background-color: #fff;
  padding-bottom: 2rem;
  padding-top: 2rem;
  margin-bottom: 1.25rem
}

.product-family-specs__table-column .product-family-specs__product-image {
  height: 15rem;
  display: block;
  margin: 0 auto 2rem
}

.product-family-specs__table-column_nav {
  width: 21.25rem;
  background-color: #3e3f43;
  box-shadow: 1.875rem 0 1.875rem -1rem rgba(62, 63, 67, .45);
  padding-top: 21.25rem;
  padding-left: 4.5rem;
  margin: 0;
  top: 5rem;
  position: absolute;
  height: calc(100% - 10rem);
  transform: translateX(-22.05rem);
  transition: transform .5s cubic-bezier(.29, .3, 0, 1)
}

@media screen and (min-width:1280px) {
  .product-family-specs__table-column_nav {
    transform: none;
    left: 0
  }
}

.product-family-specs__table-column_nav.first-view,
.product-family-specs__table-column_nav:hover {
  transform: translateX(-4.75rem)
}

@media screen and (min-width:1280px) {

  .product-family-specs__table-column_nav.first-view,
  .product-family-specs__table-column_nav:hover {
    transform: none
  }
}

.product-family-specs__table-column_nav.first-view .product-family-specs__nav-arrow,
.product-family-specs__table-column_nav:hover .product-family-specs__nav-arrow {
  transform: rotate(180deg)
}

.product-family-specs__nav-arrow {
  position: absolute;
  top: 1.8rem;
  right: 1.1rem;
  width: 1.8rem;
  height: auto;
  transition: transform .5s ease
}

@media screen and (min-width:1280px) {
  .product-family-specs__nav-arrow {
    display: none
  }
}

.product-family-specs__spec-list {
  padding: 0;
  margin: 0;
  list-style: none;
  min-width: 0;
  width: 100%
}

.product-family-specs__table-row {
  font-family: "Avenir Next", Arial, sans-serif;
  font-size: .875rem;
  letter-spacing: .069375rem;
  line-height: 2.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #f4f5f7;
  padding-left: 2.125rem;
  padding-right: 2.125rem;
  display: flex;
  text-align: center;
  transition: box-shadow .3s ease
}

.product-family-specs__table-row.active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .23137);
  position: relative;
  z-index: 100
}

.product-family-specs__table-row.active span {
  transform: scale(1.05)
}

@media(min-width:768px)and (max-width:991px) {
  .product-family-specs__table-row {
    font-size: .8125rem
  }
}

.product-family-specs__table-row_nav {
  color: #f4f5f7;
  border-bottom-color: #5d5f69;
  padding-left: 0;
  padding-right: 0;
  cursor: default;
  align-items: center
}

.product-family-specs__table-row_product-code {
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: none;
  margin-bottom: 2rem
}

.product-family-specs__table-row_product-code span {
  margin-right: 1rem
}

.product-family-specs__table-row_product-code span:last-child {
  margin-right: 0
}

.product-family-specs__table-row span {
  display: block;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 1;
  transition: transform .3s ease;
  cursor: default;
  margin-right: 15px;
  margin-left: 15px
}

.tooltip-trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbD0iI0RGRTBFNiIgY3g9IjkiIGN5PSI5IiByPSI5Ii8+PHRleHQgZm9udC1mYW1pbHk9IkF2ZW5pck5leHQtQm9sZCwgQXZlbmlyIE5leHQiIGZvbnQtc2l6ZT0iMTQiIGZvbnQtd2VpZ2h0PSJib2xkIiBsZXR0ZXItc3BhY2luZz0iMS4xMDgiIGZpbGw9IiMzRTNGNDMiPjx0c3BhbiB4PSI3IiB5PSIxNSI+aTwvdHNwYW4+PC90ZXh0PjwvZz48L3N2Zz4K);
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 10px
}

@media screen and (max-width:574px) {
  .tooltip-trigger {
    display: none
  }
}

@media screen and (max-width:574px) {
  .product-family-specs__table-column_nav:hover .tooltip-trigger {
    display: inline;
    display: initial
  }
}

.tooltip {
  background: #ffc107;
  color: #000;
  width: 220px;
  box-shadow: 0 2px 14px 0 rgba(62, 63, 67, .45);
  padding: 1.4375rem;
  background: #fff;
  border-radius: 6px;
  margin-left: 20px
}

.tooltip-inner {
  white-space: normal;
  line-height: 1.4;
  font-size: .75rem;
  color: #5d5f69;
  letter-spacing: 0;
  line-height: 1.125rem;
  text-align: left
}

.tooltip-arrow {
  transform: rotate(-45deg);
  background: #fff;
  border-radius: 6px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -12px
}

@media screen and (max-width:574px) {
  .tooltip-arrow {
    display: none
  }
}

body {
  overflow-x: hidden
}

.featured-products {
  overflow: visible;
  overflow: initial
}

/* .menu1 {
  opacity: 0
} */

.navbar__hamburger .navbar__hamburger-line {
  transform: translateZ(0) rotate(0);
  transform-style: preserve-3d;
  transition: all .3s ease
}

.navbar__hamburger:hover .middle {
  transform: translateX(-8px)
}

.navbar__hamburger.navbar__hamburger_active .navbar__hamburger-line:first-child {
  transform: translate3d(0, 6px, 0) rotate(45deg)
}

.navbar__hamburger.navbar__hamburger_active .navbar__hamburger-line:nth-child(2) {
  opacity: 0;
  transform: translate3d(-8px, 0, 0) rotate(0)
}

.navbar__hamburger.navbar__hamburger_active .navbar__hamburger-line:nth-child(3) {
  transform: translate3d(0, -6px, 0) rotate(-45deg)
}

.navbar__item+.navbar__item-indicator {
  transform: scaleX(0);
  transition: transform .2s ease
}

.navbar__item.router-link-active+.navbar__item-indicator,
.navbar__item:hover+.navbar__item-indicator {
  transform: scaleX(1)
}

.navbar__item-wrapper_hidden {
  opacity: 0
}

.menu1__main-item-indicator,
.menu1_secondary-link-indicator {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease
}

.menu1__main-item-link.router-link-active .menu1__main-item-indicator,
.menu1__main-item-link:hover .menu1__main-item-indicator,
.menu1_secondary-link.router-link-active+.menu1_secondary-link-indicator,
.menu1_secondary-link:hover+.menu1_secondary-link-indicator {
  transform: scaleX(1)
}

.navbar {
  background: 0 0;
  transform: translateY(-100%);
  transition: all .3s ease
}

.navbar.navbar_fill {
  background: #f4f5f7
}

.navbar.navbar_show {
  transform: translateY(0)
}

.subnavbar {
  margin-top: 0;
  position: fixed;
  transition: transform .3s ease
}

@media(max-width:990px) {
  .subnavbar {
    display: none
  }
}

.subnavbar.show {
  transform: translateY(5vw)
}

.subnavbar a {
  transition: width .3s ease;
  width: 1.2vw
}

.subnavbar .subnavbar__circle {
  flex: none;
  flex-grow: 0
}

.product-specs {
  overflow: hidden
}

.product-specs__specs-wrapper-x {
  display: none
}

.product-specs__details-content-navbar-link {
  cursor: pointer
}

.product-overview-content {
  align-items: stretch
}

.product-overview__image-wrapper {
  align-self: auto;
  overflow: hidden;
  position: relative
}

.product-overview__thumbnail_transition-cover {
  background: #e1e3e6;
  height: 100%;
  position: absolute;
  transform: translateX(-100%);
  width: 100%
}

.product-overview__thumbnail-grid {
  z-index: 1
}

.product-overview__info {
  perspective: 240px
}

.product-overview__thumbnail.active {
  background-color: #fff;
  box-shadow: 1px 13px 97px -15px rgba(50, 50, 51, .45);
  cursor: default
}

.product-overview__thumbnail.active:hover {
  box-shadow: 1px 13px 97px -15px rgba(50, 50, 51, .45);
  transform: none
}

.highlighted-specs__card {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hero-product-image,
.hero-product-shine {
  opacity: 0
}

.hero-section h1 {
  display: inline-block;
  opacity: 0;
  position: relative
}

.hero-apollo__text-wrapper {
  perspective: 240px
}

.hero-subline,
.motion-box-text-in {
  display: none;
  flex-shrink: 0;
  overflow: hidden;
  position: relative
}

.hero-subline .motion-box-text-in__text,
.hero-subline span,
.motion-box-text-in .motion-box-text-in__text,
.motion-box-text-in span {
  opacity: 0
}

.featured-products__products-header-text {
  overflow: hidden;
  position: relative
}

.featured-products__products-header-text-span {
  opacity: 0
}

.featured-products__products-header-text-cover,
.hero-text-cover,
.motion-box-text-in__cover {
  background-color: #000;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.featured-products__nutshell-wrapper,
.featured-products__products-wrapper,
.hero-last-in,
.motion-last {
  opacity: 1
}

.product-overview__lead-text {
  color: #b2b8cb;
  margin: 0
}

.hero-slider-controls__numbering span {
  position: absolute
}

.hero-slider-controls__numbering-enter-active,
.hero-slider-controls__numbering-leave-active {
  transition: all .5s
}

.hero-slider-controls__numbering-enter,
.hero-slider-controls__numbering-leave-active {
  opacity: 0
}

.hero-slider-controls__numbering-enter {
  transform: translateY(13px)
}

.hero-slider-controls__numbering-leave-active {
  transform: translateY(-13px)
}

.product-specs__column-edits-position {
  position: relative;
  width: 96vw
}

.product-specs__filter__settings-wrapper {
  margin: 0
}

.product-specs__filter__settings-description {
  height: auto
}

.product-specs__column-edits-wrapper {
  overflow: hidden
}

.product-overview__headline {
  max-width: 54vw;
  width: 100%
}

.component-big-image {
  height: auto;
  padding-bottom: 10rem
}

.component-big-image__image-wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: center
}

.component-big-image__image {
  max-height: 100vh;
  max-width: 100vw
}

.component-big-image__image.component-big-image__image_stretch {
  -o-object-fit: cover;
  object-fit: cover;
  padding-top: 0;
  width: 100vw
}

.product-specs__load-more {
  padding-top: 2rem;
  width: 90vw
}

.product-specs__load-more a {
  color: #585c6f;
  display: inline-block;
  font-size: .8em;
  font-weight: 500;
  height: 1.6rem;
  margin-right: 3em;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: all .3s ease
}

.product-specs__load-more a:hover:before {
  transform: scaleY(3)
}

.product-specs__load-more a:hover {
  transform: translateY(-2px)
}

.product-specs__load-more a:before {
  background-color: #000;
  bottom: 3px;
  content: "";
  height: 1px;
  position: absolute;
  transition: all .3s ease;
  width: 100%
}

.product-specs__load-more a.loading:before {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: loadingUnderline;
  animation-name: loadingUnderline;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes loadingUnderline {
  0% {
    transform: scaleY(3) translateX(0)
  }

  50% {
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    transform: scaleY(3) translateX(100%)
  }

  51% {
    transform: scaleY(3) translateX(-100%)
  }

  to {
    transform: scaleY(3) translateX(0)
  }
}

@keyframes loadingUnderline {
  0% {
    transform: scaleY(3) translateX(0)
  }

  50% {
    -webkit-animation-timing-function: steps(1);
    animation-timing-function: steps(1);
    transform: scaleY(3) translateX(100%)
  }

  51% {
    transform: scaleY(3) translateX(-100%)
  }

  to {
    transform: scaleY(3) translateX(0)
  }
}

.product-selector__filter {
  transform: none
}

.accessories__detail-content-wrapper {
  min-height: 500px;
  overflow: hidden
}

.accessories__detail-content-wrapper-overlay {
  transform: scaleX(0);
  transform-origin: left;
  width: 100%
}

.accessories__navigation-thumbnaill {
  transition: none
}

.related-products__slider-navbar__left.swiper-button-disabled,
.related-products__slider-navbar__right.swiper-button-disabled {
  opacity: .3
}

.component-centred_full {
  padding-left: 0;
  padding-right: 0
}

.component-centred_full .component-centred__image {
  height: auto;
  max-height: none;
  max-width: none;
  width: 100%
}

.page-enter-active,
.page-leave-active {
  transition: filter 1s, opacity 1.3s
}

.page-enter,
.page-leave-active {
  filter: blur(48px) saturate(76%) brightness(900%) contrast(280%);
  opacity: 0
}

.featured-products__products-slider {
  height: auto;
  width: 100%
}

.featured-products__products-slider .featured-products__product {
  margin: 0;
  min-height: 25rem
}

.featured-products__products-image-wrapper {
  overflow: hidden
}

.featured-products__slider-navbar {
  cursor: auto
}

.featured-products__slider-navbar__left,
.featured-products__slider-navbar__right {
  cursor: pointer
}

.featured-products__slider-navbar__left.swiper-button-disabled,
.featured-products__slider-navbar__right.swiper-button-disabled {
  cursor: default;
  opacity: .3;
  pointer-events: none
}

.animation-complete .featured-products__product {
  transition: transform .3s ease
}

.animation-complete .featured-products__product:hover {
  transform: translateY(-5px) !important
}

.animation-complete .featured-products__product:hover .featured-products__products-background {
  background-color: #fff;
  box-shadow: 0 39px 50px -25px rgba(62, 63, 67, .45)
}

::-moz-selection {
  background: rgba(118, 207, 0, .25882)
}

::selection {
  background: rgba(118, 207, 0, .25882)
}

.product-specs__filter__settings-button_active {
  background-color: #8dc63f !important;
  border-color: #487110;
  box-shadow: inset 0 7px 13px -1px #5e8b23
}

@media(min-width:480px) {
  .product-specs__filter__settings-options .vue-slider {
    margin-left: 5vw
  }
}

.subnavbar {
  z-index: 9998
}

.subnavbar.show {
  transform: translateY(6rem)
}

.product-overview__wrapper {
  background-color: #eaebef;
  padding-top: 6rem
}

.featured-products__products-wrapper {
  padding: 5em 3vw 5rem
}

.featured-products__products-image-wrapper img {
  /*height: 100%*/
}

.product-selector__search-text {
  background-color: transparent;
  border: 0;
  color: #5f636f;
  font-weight: 400;
  outline: 0
}

.product-selector__search-text::-moz-placeholder {
  color: #b2b8cb
}

.product-selector__search-text:-ms-input-placeholder {
  color: #b2b8cb
}

.product-selector__search-text::placeholder {
  color: #b2b8cb
}

.product-selector__search[focus-within] {
  background-color: #fff;
  padding-left: 1em
}

.product-selector__search:focus-within {
  background-color: #fff;
  padding-left: 1em
}

.retailer-selector__search-text {
  background-color: transparent;
  border: 0;
  color: #5f636f;
  font-weight: 400;
  outline: 0
}

.retailer-selector__search-text::-moz-placeholder {
  color: #b2b8cb
}

.retailer-selector__search-text:-ms-input-placeholder {
  color: #b2b8cb
}

.retailer-selector__search-text::placeholder {
  color: #b2b8cb
}

.retail-selector__search[focus-within] {
  background-color: #fff;
  padding-left: 1em
}

.retail-selector__search:focus-within {
  background-color: #fff;
  padding-left: 1em
}

.featured-products__products-subline {
  margin-top: 1rem
}

.product-specs__details-image__nav--text:before {
  background: #3e3f43;
  border-radius: 1em;
  content: "";
  display: inline-block;
  height: .6em;
  margin-top: .4em;
  opacity: 0;
  position: relative;
  transform: translateX(-100%);
  width: .6em
}

.product-specs__details-image__nav--text {
  padding: 3px 0
}

.product-specs__details-image__nav--text.selected:before {
  opacity: 1
}

.product-specs__details-image__nav {
  flex-wrap: nowrap;
  justify-content: normal
}

.projects-grid__used-products__navigation-arrows-wrapper {
  cursor: auto
}

.component-switch-image__button:hover {
  align-items: center;
  background-color: #3e3f43;
  box-shadow: 0 4px 33px -4px rgba(0, 0, 0, .45);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0 6vw 0 0;
  transition: all .2s ease
}

.component-switch-image__button:active {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .45)
}

.find-a-retailer__offline-list__item {
  display: block
}

.mapboxgl-popup-close-button {
  display: none
}

.mapboxgl-popup-content {
  box-shadow: 0 0 18px 6px rgba(0, 0, 0, .2) !important;
  padding: 0 !important;
  width: 75%
}

.mapboxgl-popup-content-wrapper {
  padding: 1%
}

.mapboxgl-popup-content h3 {
  background: #33285d;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase
}

.mapboxgl-popup-content h3,
.mapboxgl-popup-content h4 {
  display: block;
  font-family: "Avenir Next", Arial, sans-serif;
  margin: 0;
  padding: 16px
}

.mapboxgl-popup-content h4 {
  font-size: .8rem;
  font-weight: 400
}

.mapboxgl-popup-content div {
  padding: 10px
}

.mapboxgl-container .leaflet-marker-icon {
  cursor: pointer
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-content {
  margin-top: 15px
}

.mapboxgl-popup-anchor-top>.mapboxgl-popup-tip {
  border-bottom-color: #33285d !important
}

.find-a-retailer__offline-list {
  overflow: scroll
}

.mapboxgl-ctrl-attrib a {
  font-size: .6rem
}

.marker {
  background-color: transparent;
  background-image: url(static/images/map_marker.8ee6306.png);
  background-size: cover;
  border: 0;
  cursor: pointer;
  height: 28px;
  width: 28px
}

.find-a-retailer__offline-map {
  background: 0 0
}

.subnavbar a {
  color: #3e3f43;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  opacity: .6;
  width: auto
}

.related-products__product-wrapper {
  flex-shrink: 1
}

.contact-form__text-field {
  border: 0;
  box-shadow: none;
  margin-top: 0;
  outline: 0;
  width: 100%
}

.contact-form__text-field-text::-moz-placeholder {
  color: #b2b8cb
}

.contact-form__text-field-text:-ms-input-placeholder {
  color: #b2b8cb
}

.contact-form__text-field-text::placeholder {
  color: #b2b8cb
}

.contact-form__text-field-text {
  color: inherit;
  max-height: 30vw;
  padding-bottom: 5vh;
  resize: none
}

.contact-form__details-field {
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  height: 3rem;
  outline: 0;
  padding-bottom: 0
}

.contact-form__message-area {
  box-shadow: 0 1px 60px -17px rgba(62, 63, 67, .45);
  height: 30vw;
  margin-top: 2rem;
  overflow: hidden;
  transition: height .3s ease;
  width: 70%
}

@media(max-width:479px) {
  .contact-form__message-area {
    height: 16rem
  }

  .contact-form__details-field {
    margin: 0
  }

  .contact-form__details {
    padding: 10%
  }

  .contact-form__details-button {
    margin-top: 2em
  }
}

.sent .contact-form__message-area {
  height: 0
}

.contact-form__details {
  margin-top: 0
}

.contact-form__details-button.disabled {
  background-color: grey;
  pointer-events: none
}

.newsletter-signup__field {
  background: 0 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: inline-block;
  height: 1.6em;
  outline: 0;
  padding: 0
}

.newsletter-signup__fields-wrapper {
  opacity: 0
}

.newsletter-signup__content-wrapper {
  transform: translateY(39px)
}

.component-small-image {
  background: transparent none repeat 0 0/auto auto padding-box border-box scroll;
  background: initial;
  padding-top: 0
}

.w-slider-arrow-left.swiper-button-disabled,
.w-slider-arrow-right.swiper-button-disabled {
  opacity: 0;
  pointer-events: none
}

span.hero-slider-controls__numbering-initial {
  transform: translateY(-8.1px);
  transition: all .3s ease
}

.hero-slider-controls__numbering:hover span.hero-slider-controls__numbering-initial {
  opacity: 0;
  transform: translateY(-17px)
}

span.hero-slider-controls__numbering-hover {
  font-size: 1.2rem;
  opacity: 0;
  transform: translateY(3px);
  transition: all .3s ease
}

.hero-slider-controls__numbering:hover span.hero-slider-controls__numbering-hover {
  opacity: 1;
  transform: translateY(-8px)
}

.hero-slider-controls__numbering {
  margin-top: 24px
}

a.product-selector__filter-option-selected:hover,
a.product-selector__filter-option:active {
  background-color: #262627
}

a.product-selector__filter-option,
a.product-selector__filter-option-selected {
  position: relative
}

a.product-selector__filter-option-selected:before,
a.product-selector__filter-option:before {
  background: #33285d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .3s ease;
  width: 0
}

a.retailer-selector__filter-option-selected:hover,
a.retailer-selector__filter-option:active {
  background-color: #262627
}

a.retailer-selector__filter-option,
a.retailer-selector__filter-option-selected {
  position: relative
}

a.retailer-selector__filter-option-selected:before,
a.retailer-selector__filter-option:before {
  background: #33285d;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: width .3s ease;
  width: 0
}

a.retailer-selector__filter-option-selected:before {
  width: 100%
}

a.retailer-selector__filter-option-selected:hover.retailer-selector__filter-option-selected:before {
  background-color: #cf4500
}

.retailer-selector__filter-option-amount,
.retailer-selector__filter-option-text,
.retailer-selector__filter-option-x {
  position: relative
}

.contact-details {
  padding-bottom: 0;
  padding-top: 13rem
}

@media(max-width:991px) {
  .contact-details {
    padding-top: 8rem
  }
}

@media(max-width:479px) {
  .contact-details {
    padding-top: 7rem
  }
}

.product-overview__thumbnail {
  height: 10vh;
  min-height: 7em;
  min-width: 7em;
  width: 10vh
}

.product-overview__thumbnail-wrapper {
  margin-bottom: 0;
  margin-top: -11vh
}

.navbar__logo {
  transition: transform .3s ease
}

.navbar__logo:hover {
  transform: scale(1.05)
}

.navbar__logo:active {
  transform: scale(.97)
}

.component-big-image__text-content,
.component-big-image__text-headline {
  width: auto
}

@media(max-width:479px) {
  .component-big-image__image-wrapper .big-image {
    padding-bottom: 30px
  }

  .component-big-image__text-element,
  .component-big-image__text-wrapper {
    margin-bottom: 0
  }

  .component-big-image {
    padding-bottom: 5rem
  }
}

.product-specs__details-content__downloads-button-wrapper:hover .product-specs__details-content__downloads-button {
  transform: translateY(-5px)
}

.product-specs__details-content__downloads-button-wrapper .product-specs__details-content__downloads-button {
  transition: transform .2s ease
}

.product-specs__details-content__downloads-button-wrapper:active .product-specs__details-content__downloads-button {
  transform: translateY(0)
}

.component-small-image__text-wrapper {
  margin-bottom: 7vw;
  margin-top: 5vw
}

.component-small-image {
  position: relative
}

.product-configurator,
.product-configurator__image,
.product-configurator__image-wrapper {
  background-color: #fff
}

.product-configurator__image img {
  width: 100%
}

.navbar__item:after {
  background-color: rgba(118, 207, 0, .25098);
  bottom: 7px;
  content: "";
  height: 6px;
  left: 0;
  margin-left: -6px;
  margin-right: -6px;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease;
  z-index: -1
}

.navbar__item.nuxt-link-exact-active:after {
  transform: scaleX(1)
}

.menu1_secondary-link:after {
  background-color: rgba(118, 207, 0, .25098);
  bottom: 26%;
  content: "";
  height: .8rem;
  left: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  position: absolute;
  right: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform .3s ease;
  z-index: -1
}

.menu1_secondary-link.nuxt-link-exact-active:after {
  transform: scaleX(1)
}

.cs-selected:hover {
  background-color: #ebeced;
  cursor: pointer
}

.accessories__details-content-image-wrapper {
  align-items: center
}

.contact-form__confirmation {
  color: #b9b9b9
}

.feature-section {
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 3vw
}

.featured-products__nutshell-description {
  width: auto
}

@media(max-width:479px) {
  .hero-slider-controls {
    padding-bottom: 43vh;
    width: 2em
  }
}

@media(max-width:991px) {
  .product-selector__filter {
    transition: transform .3s ease
  }

  .product-selector__filter .product-selector__filter-header-arrow-right {
    transform: rotate(-90deg)
  }

  .product-selector__filter.closed {
    transform: translate(-17rem)
  }

  .product-selector__filter.closed .product-selector__filter-header-arrow-right {
    transform: rotate(90deg)
  }
}

@media(max-width:479px) {
  .component-small-image__text-wrapper {
    padding-top: 32vw
  }

  .component-small-image__image-wrapper {
    top: 23vw
  }

  .menu1__tertiray-items-newsletter-wrapper {
    margin-bottom: 2.5rem
  }
}

@media(max-width:479px) {
  .newsletter-signup {
    padding-top: 10rem
  }

  .newsletter-signup__content {
    padding-bottom: 3rem
  }

  .newsletter-signup__field {
    border-radius: 0;
    margin-bottom: 1.5rem;
    width: 100%
  }

  .newsletter-signup__content-wrapper {
    transform: translateY(62px)
  }
}

@media(min-width:480px) {
  .product-overview_desktop {
    width: 50%
  }

  .product-overview__image-wrapper {
    height: 100%;
    width: 100%
  }
}

.product-selector__filter {
  /* height: 100% !important; */
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none
}

.product-selector__filter::-webkit-scrollbar {
  display: none
}

.product-selector {
  min-height: 100vh
}

.qr-landing .product-selector {
  min-height: auto;
  padding-top: 50px
}

.product-overview_mobile {
  width: 100%
}

.product-overview_mobile .product-overview__image-wrapper {
  align-self: auto;
  flex: none
}

.swiper-pagination-bullet-active {
  background-color: #33285d
}

.find-retailers__logos-wrapper {
  display: block
}

.product-specs__family-sheet-download {
  margin-bottom: 40px;
  text-align: center
}

.product-specs__family-sheet-download h5 {
  color: #fff
}

.product-specs__family-sheet-download .button {
  display: block;
  line-height: 1.8;
  margin: 0;
  width: 100%
}

.product-specs__filter-header__button-wrapper {
  width: 100%
}

.product-specs__filter-header {
  flex-direction: row;
  flex-wrap: wrap
}

.where-to-buy {
  justify-content: center
}

.product-selector__empty-set-heading {
  display: block;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: .8rem;
  text-transform: uppercase
}

@media(max-width:479px) {
  .product-selector .scrollmagic-pin-spacer {
    width: 50px !important
  }
  .product-selector__filter.closed.active{
    transform: translate(-3rem);
}
}

.product-selector__filter-header {
  position: relative
}

.scroll-active .product-selector__filter-header-button {
  position: fixed
}

.product-selector__filter-header-button {
  justify-content: flex-end;
  position: absolute;
  top: 0;
  width: 100vh
}

.warranties__headline {
  margin-bottom: 84px
}

.button_dark {
  background-color: #3e3f43
}

.hero .swiper-slide {
  width: 100%;
  min-height: 114vh;
  overflow: hidden;
  background-color: #f4f5f7;
}

.hero .swiper-container {
  width: 100%;
  height: 100%;
}


.hero-falcon_image-wrapper img {
   width: 60%; 
}



.hero-falcon_image-wrapper {
    width: 100%;
}
.hero-falcon_image-wrap{
   
    bottom: 318px;
        margin-left: 13vw;
        width: 24vw;
}
@media(max-width:479px) {
  .hero-falcon_image-wrapper img {
       width: auto; 
    }
    .hero-falcon_image-wrap {
         bottom: 216px;
        margin-left: 13vw;
        width: 64vw;
    }

}

.product-selector__filter>div {
  background-color: #3e3f43;
  box-shadow: 16px 16px 90px -30px rgba(62, 63, 67, .44);
}

.product-selector__filter.on>div {
  position: fixed;
  margin: auto;
  inset: 0px auto auto 0px;
  box-sizing: border-box;
  width: 457px;
  top: 96px;
}

.product-selector__filter.on1 {
  justify-content: flex-end;
}

.product-selector__filter.on1>div {
  width: 100%;
  height: auto;
  /* position: absolute; */
  margin-bottom: 0;
  inset: 0px auto auto 0px;
  box-sizing: border-box;
  bottom: 0;
}

.product-specs--details-content-specifications[data-v-d834d374] {
  color: #000;
  margin-bottom: 2rem
}

.product-specs--details-content-downloads[data-v-d834d374] {
  color: #000;
  margin-top: 2rem
}

.product-specs--details-image--nav[data-v-d834d374] {
  display: flex;
  grid-gap: .25rem;
  gap: .25rem;
  justify-content: space-between;
  width: 100%
}

.product-specs--details-content--downloads-button-wrapper[data-v-d834d374] {
  align-items: center;
  display: flex;
  position: relative;
  width: 100%
}

.image[data-v-d834d374] {
  margin-top: 10rem
}

@media(min-width:1200px) and (max-width:1300px) {
    .head .hrt .abox .lbt {
        margin-right: 30px!important;
    }
    .product-selector__filter.on>div {
        width: 325px!important;
    }
}