@charset "UTF-8";
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  margin: 0;
}

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,
*:focus {
  outline: 0;
}

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

b,
strong {
  font-weight: 600;
}

i,
em,
dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.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: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          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,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

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] {
  -webkit-box-sizing: border-box;
          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: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@font-face {
  font-family: "Verlag";
  src: url("../fonts/Verlag-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Verlag-Book.otf") format("opentype"), url("../fonts/Verlag-Book.woff") format("woff"), url("../fonts/Verlag-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Verlag";
  src: url("../fonts/Verlag-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Verlag-Bold.otf") format("opentype"), url("../fonts/Verlag-Bold.woff") format("woff"), url("../fonts/Verlag-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Verlag";
  src: url("../fonts/Verlag-Black.woff2") format("woff2"), url("../fonts/Verlag-Black.woff") format("woff"), url("../fonts/Verlag-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v36-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v36-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v36-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v36-latin-600italic.woff2") format("woff2");
}
html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  color: #ddd;
  background-color: #121011;
  background-image: url("../images/bg-gradient.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

body.not-scrollable {
  overflow-y: hidden;
}

p {
  margin-top: 1.4rem;
  margin-bottom: 0;
}

a {
  color: #ecc79b;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a:hover {
  color: #ecc79b;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2 {
  margin-top: 3rem;
  margin-bottom: 2rem;
  line-height: 1.2;
  color: #fff;
  font-family: "Verlag", sans-serif;
  font-weight: 300;
  text-align: left;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: #fff;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #fff;
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 6rem;
  text-align: center;
  color: #fff;
}

body.home h1,
body.home .h1 {
  margin-top: 0;
  font-size: 5.4rem;
  text-align: left;
}

h2,
.h2 {
  font-size: 4rem;
}

h3 {
  position: relative;
  font-size: 2.4rem;
}

h4 {
  font-size: 2rem;
}

.col-left {
  float: left;
  width: 50%;
}

.col-right {
  float: right;
  width: 50%;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.center {
  text-align: center;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-cell,
.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.main {
  position: relative;
  padding-top: 8rem;
}

body.home .main {
  padding-top: 0;
}

.section {
  position: relative;
  padding: 8rem 0;
}

.parallax {
  background-size: 100% auto;
  background-attachment: fixed;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 4rem;
  z-index: 10;
}

.img-responsive {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.input {
  display: inline-block;
  height: auto;
  padding: 0.8rem 2rem;
  border: 1px solid #5f5c5e;
  line-height: 2.4rem;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 1px;
  color: #fff;
  text-align: left;
  -webkit-transition: border 0.2s ease-out 0s;
  transition: border 0.2s ease-out 0s;
}
.input:hover {
  background-color: #121011;
  border-color: #777;
}
.input:focus {
  background-color: #121011;
  border-color: #bbb;
}
.input:disabled, .input:disabled:hover, .input:disabled:active, .input.disabled, .input.disabled:hover, .input.disabled:active {
  border-color: #bbb;
  color: #999;
}

.btn {
  display: inline-block;
  margin-top: 4rem;
  padding: 1rem 2.4rem;
  line-height: 1.3;
  background: transparent;
  color: #fff;
  border: 2px solid #6ac2bd;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn:hover {
  background-color: #6ac2bd;
  color: #fff;
  border-color: #6ac2bd;
  text-decoration: none;
}
.btn:active {
  background-color: #49a09b;
  color: #fff;
  border-color: #6ac2bd;
  text-decoration: none;
}
.btn.btn-full {
  background-color: #6ac2bd;
  color: #fff;
  border-color: #6ac2bd;
}
.btn.btn-full:hover {
  background-color: #54ada8;
  color: #fff;
  border-color: #6ac2bd;
}
.btn.btn-full:active {
  background-color: #49a09b;
  color: #fff;
  border-color: #6ac2bd;
}
.btn.btn-icon-right {
  padding-right: 2.2rem;
}
.btn.btn-icon-right i {
  margin-left: 1.4rem;
}
.btn.btn-icon-left {
  padding-left: 2.2rem;
}
.btn.btn-icon-left i {
  margin-right: 1.4rem;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.home-top-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-top-new:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 14rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
  z-index: 500;
}
.home-top-new:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 16, 17, 0)), to(rgb(18, 16, 17)));
  background: linear-gradient(to bottom, rgba(18, 16, 17, 0) 0%, rgb(18, 16, 17) 100%);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .home-top-new:after {
    display: none;
  }
}
.home-top-new .home-top-slideshow-new {
  position: relative;
  width: 100%;
  z-index: 5;
}
.home-top-new .home-top-slideshow-new .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new:nth-child(n+2):not(.slick-slide) {
  display: none;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .slide-inner {
  display: block;
  width: 100%;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new {
  padding: 8rem 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42rem;
          flex: 0 0 42rem;
  width: 42rem;
}
@media screen and (max-width: 900px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 4rem 0 2rem 0;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  font-family: "Verlag", sans-serif;
}
@media screen and (max-width: 900px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1 {
    text-align: center;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--regular {
  font-size: 5rem;
}
@media screen and (max-width: 500px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--regular {
    font-size: 4.1rem;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--middle {
  font-size: 4.1rem;
}
@media screen and (max-width: 500px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--middle {
    font-size: 3.2rem;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--small {
  font-size: 3.2rem;
}
@media screen and (max-width: 500px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .h1--small {
    font-size: 2.6rem;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #d2b38e;
  font-style: italic;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new p {
  color: #ddd;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .btn {
  margin-top: 3.5rem;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-title-new .btn.btn-full {
  margin-top: 1rem;
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 900px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-image img {
  max-width: 117%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .home-top-new .home-top-slideshow-new .home-top-slide-new .inner .home-top-image img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.home-top-new .home-top-slideshow-new .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2rem;
  z-index: 200;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: 0;
  font-size: 0;
  gap: 0.8rem;
}
.home-top-new .home-top-slideshow-new .slick-dots li {
  margin: 0;
}
.home-top-new .home-top-slideshow-new .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.15);
}
.home-top-new .home-top-slideshow-new .slick-dots li.slick-active button:before {
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 0;
  height: 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  -webkit-animation: loading 8s linear;
          animation: loading 8s linear;
}
.home-top-new .home-top-slideshow-new .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 6px;
  margin: 0 0.5rem;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  border: none;
  font-size: 0;
  padding: 0;
}
.home-top-new .home-top-slideshow-new .slick-dots li button:hover {
  background: white;
  cursor: pointer;
}

@-webkit-keyframes loading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes loading {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.home-content {
  padding-top: 2rem;
  background-color: #121011;
  background-image: url("../images/bg-home.jpg");
  background-size: 192rem auto;
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  .home-content {
    background-image: none;
  }
}

.news-item {
  position: relative;
  float: left;
  display: block;
  width: 32.733%;
  margin-left: 0.3%;
  margin-right: 0.3%;
  margin-bottom: 0.6%;
  background-color: #000;
  text-decoration: none;
  overflow: hidden;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news-item:hover {
  text-decoration: none;
}
.news-item:hover .news-text {
  -webkit-transform: translateY(-10rem);
  transform: translateY(-10rem);
  opacity: 0;
}
.news-item:hover .news-overlay {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-item::after {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: block;
  height: 16rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 16, 17, 0)), to(rgb(18, 16, 17)));
  background: linear-gradient(to bottom, rgba(18, 16, 17, 0) 0%, rgb(18, 16, 17) 100%);
  opacity: 0.9;
  z-index: 1;
}
.news-item img {
  display: block;
  width: 100%;
  height: auto;
}
.news-item .news-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 2.5rem 3rem;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  z-index: 5;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.news-item .news-text time {
  display: inline-block;
  color: #fff;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news-item h2 {
  margin-top: 0.6rem;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-font-smoothing: antialiased;
  outline: 1px solid transparent;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0);
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.news-item .news-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  padding: 2.5rem 3rem;
  color: #444;
  background-color: #d2b38e;
  background-repeat: repeat;
  background-position: left top;
  -webkit-transform: translateY(10rem);
  transform: translateY(10rem);
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.news-item .news-overlay h2 {
  color: #000;
}
.news-item .news-overlay time {
  color: #fff;
}
.news-item .news-overlay .news-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 2rem 0 2rem 0;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(210, 179, 142)), to(rgba(210, 179, 142, 0)));
  background: linear-gradient(0deg, rgb(210, 179, 142) 50%, rgba(210, 179, 142, 0) 100%);
}
@media (max-width: 400px) {
  .news-item .news-overlay .news-bottom {
    display: none;
  }
}

body.home .news-item {
  height: 42rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-about {
  margin-top: 8rem;
}
.home-about h1 {
  position: relative;
  margin-bottom: 0;
  color: #fff;
}
.home-about h1 img {
  position: absolute;
  top: 0.8rem;
  left: -7.2rem;
  display: block;
  width: 5.5rem;
  height: auto;
}
.home-about .subtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #d2b38e;
  font-style: italic;
}
.home-about p {
  color: #ddd;
}

.home-about-text {
  padding: 1rem 3rem;
}

.home-about-image {
  padding: 0 2rem;
  padding-right: 0;
}

.home-usp {
  margin-top: 8rem;
}
.home-usp h2 {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 5.4rem;
}
.home-usp p {
  color: #ddd;
}

.home-usp-text {
  padding: 1rem 3rem;
}

.home-usp-image {
  padding: 0 2rem;
  padding-left: 0;
}

.home-usp-items .tabs {
  float: left;
  width: 13rem;
  margin-right: 4rem;
}
.home-usp-items .tabs a {
  position: relative;
  display: block;
  text-align: right;
  font-family: "Verlag", sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  color: #fff;
}
.home-usp-items .tabs a:hover {
  color: #dabb96;
}
.home-usp-items .tabs a:hover::after {
  -webkit-transform: translateX(1.2rem) rotate(45deg);
  transform: translateX(1.2rem) rotate(45deg);
  opacity: 1;
}
.home-usp-items .tabs a.active {
  color: #dabb96;
}
.home-usp-items .tabs a.active::after {
  border-color: #dabb96;
  -webkit-transform: translateX(1.2rem) rotate(45deg);
  transform: translateX(1.2rem) rotate(45deg);
  opacity: 1;
}
.home-usp-items .tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1.6rem;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border: 2px solid #dabb96;
  border-color: #dabb96;
  border-width: 2px 2px 0 0;
  -webkit-transform: translateX(0) rotate(45deg);
  transform: translateX(0) rotate(45deg);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.home-usp-items .tabs-content {
  padding-top: 0.5rem;
  overflow: hidden;
}
.home-usp-items .tabs-content p:first-child {
  margin-top: 0;
}
.home-usp-items .tabs-content > div {
  display: none;
}
.home-usp-items .tabs-content > div:first-child {
  display: block;
}

.home-perfection {
  padding: 0;
  background-repeat: no-repeat;
  text-align: center;
}
.home-perfection .inner {
  height: 60rem;
}
.home-perfection a {
  display: block;
  padding: 4rem;
  text-decoration: none;
}
.home-perfection a:hover {
  text-decoration: none;
}
.home-perfection a:hover .play {
  background-color: #b1936f;
}
.home-perfection a:hover p {
  text-decoration: underline;
}
.home-perfection h2 {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #fff;
  font-size: 5.4rem;
  text-align: center;
  text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
.home-perfection p {
  margin-top: 1rem;
  color: #ecc79b;
}

.play {
  display: block;
  width: 119px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #c0a27e;
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

a:hover .play {
  background-color: #b1936f;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(10, 10, 10, 0.8);
  text-align: center;
}
.blocker::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 70rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 90%;
  background: #242223;
  background-repeat: repeat;
  background-position: center;
  background-image: url("../images/bg-modal.jpg");
  color: #d6d8db;
  padding: 4rem 5rem;
  border-radius: 0;
  -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close.png");
}
.modal h2,
.modal h3,
.modal h4 {
  color: #fff;
  text-align: center;
}
.modal.modal--3d-model {
  max-width: 90%;
  width: 90%;
  height: 80vh;
  padding: 2rem;
}
.modal.modal--3d-model iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
          animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.main-menu-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 13rem;
  background: transparent;
  z-index: 900;
  -webkit-transition: all 0.1s ease-out 0s;
  transition: all 0.1s ease-out 0s;
}
@media screen and (max-width: 1600px) {
  .main-menu-wrap .inner {
    max-width: 100%;
  }
}
.main-menu-wrap.fixed, .main-menu-wrap.open {
  background-color: #121011;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.main-menu-wrap.fixed {
  min-height: 8rem;
}
.main-menu-wrap.fixed .logo {
  top: 2rem;
  height: 4.5rem;
}
.main-menu-wrap.fixed .menu-right {
  top: 2rem;
}
.main-menu-wrap.fixed .main-menu {
  margin-top: 1rem;
  margin-left: 6.5rem;
}
.main-menu-wrap.fixed .sub-menu {
  margin-top: 0;
  margin-left: 6.8rem;
}
.main-menu-wrap.fixed .sub-menu ul {
  padding: 0.8rem 0 0 0;
  opacity: 0.8;
}
.main-menu-wrap.fixed .sub-menu ul:hover {
  opacity: 1;
}
.main-menu-wrap .btn {
  margin-top: 0;
  margin-bottom: 0.4rem;
  margin-right: 0.5rem;
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
}
.main-menu-wrap .btn.btn-menu-cart {
  display: none;
  text-transform: none;
}
.main-menu-wrap .btn.btn-full--stridexl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.main-menu-wrap .dropdown > a {
  padding: 1rem 0.8rem;
  font-size: 1.2rem;
  background-color: transparent;
}
.main-menu-wrap .dropdown > a i {
  margin-left: 0.8rem;
}
.main-menu-wrap .dropdown > ul li a {
  font-size: 1.3rem;
}

.logo {
  position: absolute;
  top: 4rem;
  left: 3.5rem;
  display: block;
  width: auto;
  height: 7rem;
  z-index: 20;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.logo img {
  display: block;
  width: auto;
  height: 100%;
}

.menu-right {
  position: absolute;
  top: 4rem;
  right: 4rem;
  font-size: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.menu-button {
  display: none;
  position: absolute;
  top: 2.6rem;
  right: 2.2rem;
  width: 3.8rem;
  padding: 0.1rem 0.7rem;
  z-index: 331;
}
.menu-button div {
  width: 100%;
  height: 2px;
  margin: 4px 0;
  background-color: #ddd;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.menu-button:hover div {
  background-color: #fff;
}

.main-menu {
  position: relative;
  margin-top: 3rem;
  margin-left: 10rem;
  text-align: left;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-menu ul {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.main-menu ul li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: top;
  list-style: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-menu ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 3.5rem;
  margin: 0;
  padding: 0 1.2rem;
  line-height: 3.5rem;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-menu ul li a:hover {
  color: #c0a27e;
  text-decoration: underline;
}
.main-menu ul li a img {
  position: relative;
  top: -2px;
  width: 15px;
  vertical-align: middle;
}
.main-menu ul li.active > a {
  color: #c0a27e;
  text-decoration: underline;
}
.main-menu > ul > li > ul {
  position: absolute;
  top: 100%;
  left: -5rem;
  right: -5rem;
  padding: 1rem 0;
  background-color: #303030;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  z-index: 10;
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}
.main-menu > ul > li > ul li {
  float: none;
  display: block;
  width: 100% !important;
}
.main-menu > ul > li > ul li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1rem 1rem;
  color: #fff;
  line-height: 1.3;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-menu > ul > li > ul li.active a {
  color: #f18d2b;
}
.main-menu > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sub-menu {
  position: relative;
  margin-top: 0.8rem;
  margin-left: 10.3rem;
  padding-left: 0.5rem;
  text-align: left;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sub-menu ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 1.5rem 0 0 0;
  border-top: 1px solid #c9ac88;
  text-align: left;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sub-menu ul li {
  position: relative;
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border-left: 1px solid #ccc;
  vertical-align: top;
  list-style: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sub-menu ul li:first-child {
  border: 0;
}
.sub-menu ul li a {
  position: relative;
  display: block;
  width: auto;
  height: 1.6rem;
  margin: 0;
  padding: 0 0.5rem;
  line-height: 1.6rem;
  font-size: 1.2rem;
  text-align: center;
  color: #ddd;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.sub-menu ul li a:hover {
  color: #c0a27e;
  text-decoration: underline;
}
.sub-menu ul li.active > a {
  color: #c0a27e;
  text-decoration: underline;
}
.sub-menu.breadcrumbs ul li {
  border: 0;
}
.sub-menu.breadcrumbs ul li a::after {
  content: "»";
  display: inline-block;
  margin: 0 -0.5rem 0 0.6rem;
  color: #ddd;
}
.sub-menu.breadcrumbs ul li:last-child a::after {
  content: none;
}

.filter-search-toggle-mobile {
  position: absolute;
  right: 9rem;
  top: 2.5rem;
  display: none;
  font-size: 1.8rem;
  color: #ddd;
}
.filter-search-toggle-mobile:hover {
  color: #fff;
}

.filter-search-mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 8rem;
  display: none;
  min-height: 10.5rem;
  padding: 3rem 4rem;
  background-color: #0b0a0b;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.3);
  z-index: 15;
}
.filter-search-mobile .filter-search-input {
  position: relative;
}
.filter-search-mobile .filter-search-input input {
  display: block;
  width: 100%;
}
.filter-search-mobile .filter-search-input .filter-search-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 60vh;
  background-color: #1b1b1b;
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  visibility: hidden;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 16;
}
.filter-search-mobile .filter-search-input .filter-search-autocomplete a {
  display: block;
  padding: 1.4rem 2rem;
  background-color: #1b1b1b;
  color: #ccc;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
}
.filter-search-mobile .filter-search-input .filter-search-autocomplete a:hover {
  background-color: #262626;
  color: #fff;
  text-decoration: none;
}
.filter-search-mobile .filter-search-input .filter-search-autocomplete.open {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.dropdown {
  position: relative;
  display: inline-block;
  text-align: left;
  z-index: 999;
}
.dropdown > a {
  position: relative;
  display: inline-block;
  min-width: 15rem;
  margin: 0;
  padding: 1rem 2.4rem;
  line-height: 1.3;
  background: transparent;
  background-color: #1b1b1b;
  color: #fff;
  border: 2px solid #6ac2bd;
  border-radius: 3px;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 998;
  padding-right: 2.2rem;
}
.dropdown > a i {
  margin-left: 1.4rem;
}
.dropdown:hover > a {
  background-color: #6ac2bd;
  color: #fff;
  border-color: #6ac2bd;
  text-decoration: none;
}
.dropdown > a:active {
  background-color: #54ada8;
  color: #fff;
  border-color: #6ac2bd;
  text-decoration: none;
}
.dropdown > ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: block;
  max-height: 60vh;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #1b1b1b;
  -webkit-box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 25px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  visibility: hidden;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  z-index: 997;
}
.dropdown.open > ul {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.dropdown.loading > ul {
  visibility: hidden;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
}
.dropdown > ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.dropdown > ul li.active {
  display: none;
}
.dropdown > ul li a {
  display: block;
  padding: 0.8rem 1.2rem;
  background-color: #1b1b1b;
  color: #ccc;
  font-size: 1.4rem;
  line-height: 1.3;
  text-decoration: none;
}
.dropdown > ul li a:hover {
  background-color: #262626;
  color: #fff;
  text-decoration: none;
}
.dropdown > ul li a:active {
  background-color: #151515;
  color: #fff;
}

.btn.btn-compare {
  position: relative;
  padding-left: 0.8rem;
  padding-right: 3.4rem;
  color: #6ac2bd;
}
.btn.btn-compare.btn-full {
  color: #0c0a0b;
}
.btn.btn-compare:hover {
  color: #fff;
}
.btn.btn-compare:hover .btn-compare-icon svg {
  fill: #fff;
}
.btn.btn-compare .btn-compare-icon {
  position: absolute;
  top: 1rem;
  right: 0.8rem;
  display: inline-block;
  height: 1.5rem;
}
.btn.btn-compare .btn-compare-icon svg {
  width: auto;
  height: 100%;
  fill: #6ac2bd;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.btn.btn-compare.btn-full .btn-compare-icon svg {
  fill: #0c0a0b;
}

.follow-us {
  padding: 2rem 0 3rem;
  background-color: #121011;
  text-align: center;
}
.follow-us h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
}
.follow-us p {
  margin: 0.5rem 0 0;
}
.follow-us .social {
  background: transparent;
  color: #ecc79b;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-right: 0.2rem;
  line-height: 4rem;
  font-size: 2rem;
  text-align: center;
  border-radius: 50%;
  background: transparent;
}
.follow-us .social:hover {
  opacity: 1;
}

body.home .follow-us {
  padding-top: 8rem;
}

.footer {
  text-align: center;
  background-color: #121011;
  color: #ccc;
  border-top: 1px solid #353434;
  z-index: 90;
}
.footer > .inner {
  max-width: 1200px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer p {
  margin-top: 0.6rem;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .cols {
  padding: 5rem 0;
}
.footer .cols h2 {
  margin-bottom: 1.5rem;
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
.footer .cols p {
  margin-bottom: 1.5rem;
}
.footer .col {
  float: left;
  padding: 0 2rem 0 0;
  text-align: left;
}
.footer .col1 {
  width: 25%;
}
.footer .col2 {
  width: 25%;
  margin-left: 16%;
}
.footer .col3 {
  width: 16%;
  margin-left: 18%;
  padding-right: 0;
}
.footer ul {
  display: block;
  margin: 0;
  padding: 0;
}
.footer ul + ul {
  margin-top: 1.4rem;
}
.footer ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.copyright {
  position: relative;
  padding: 1.6rem 0;
  text-align: center;
  font-size: 14px;
  color: #ccc;
  border-top: 1px solid #353434;
}
.copyright p {
  margin-top: 0;
}
.copyright a {
  color: #666;
}
.copyright .madeby {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}
.copyright .madeby img {
  margin-left: 5px;
  vertical-align: text-bottom;
}

.footer-logo {
  display: block;
  width: 3.2rem;
  height: auto;
  margin: 1.5rem auto 0;
}
.footer-logo img {
  max-width: 100%;
  height: auto;
}

.eu-cookies,
.eu-cookies span,
.eu-cookies a {
  font: inherit !important;
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}

.eu-cookies.priority {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1rem 1.5rem 1rem 0;
  background-color: #1a1a20;
  color: #ededed;
  text-align: center;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}
.eu-cookies.priority span {
  margin-left: 1.5rem;
}
.eu-cookies.priority a {
  display: inline-block;
  margin-left: 15px;
  color: #bbb;
  text-decoration: none;
}
.eu-cookies.priority a:hover {
  color: #fff;
  text-decoration: none;
}
.eu-cookies.priority button {
  margin-left: 1.5rem;
  padding: 0.5rem 1rem;
  background-color: #d2b38e;
  color: #fff;
  border: 0;
}

@media (-webkit-min-device-pixel-ratio: 2) {
  input, textarea {
    font-size: 16px;
  }
}
@media (max-width: 1920px) {
  body {
    background-size: 1920px auto;
  }
  .section.parallax {
    background-size: 1920px auto;
    background-attachment: fixed;
  }
}
@media (max-width: 1600px) {
  html {
    font-size: 57%;
  }
  h2,
  .h2 {
    font-size: 3.6rem;
  }
  .inner {
    max-width: 1170px;
  }
  body.home .news-item {
    height: 36rem;
  }
}
@media (max-width: 1550px) {
  .home-about h1 {
    margin-left: 7rem;
  }
  .home-about .subtitle {
    margin-left: 7rem;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 56%;
  }
}
@media (max-width: 1250px) {
  .inner {
    max-width: 1100px;
  }
  .main-menu-wrap,
  .main-menu-wrap.fixed {
    min-height: 8rem;
  }
  .logo,
  .main-menu-wrap.fixed .logo {
    top: 1.7rem;
    height: 4.5rem;
  }
  .menu-right,
  .main-menu-wrap.fixed .menu-right {
    top: 2rem;
    right: 7rem;
  }
  .menu-button {
    display: block;
  }
  .filter-search-toggle-mobile {
    display: block;
  }
  .main-menu,
  .main-menu-wrap.fixed .main-menu {
    display: none;
    float: none;
    height: auto;
    margin: 0;
    padding-top: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .main-menu ul {
    height: auto;
    max-height: 75vh;
    padding: 7rem 0 1rem;
    overflow-y: auto;
  }
  .main-menu ul li {
    float: none;
    width: 100%;
  }
  .main-menu ul li.logo {
    display: none;
  }
  .main-menu ul li a {
    height: auto;
    padding: 0.8rem 0;
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .main-menu > ul > li > a::after {
    bottom: 1.3rem;
  }
  .main-menu > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    width: 100%;
    padding: 0.6rem 0;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: none;
    transition: none;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .main-menu > ul > li > ul li {
    float: none;
    display: block;
    width: 100% !important;
  }
  .main-menu > ul > li > ul li a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.2rem 0.3rem;
    color: #6e6e6e;
    line-height: 1.2;
    font-size: 1.6rem;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }
  .main-menu > ul > li > ul li.active a {
    color: #444;
  }
}
@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 1100px) {
  .home-about-text {
    width: 65%;
    padding-top: 0;
  }
  .home-about-image {
    width: 35%;
    padding-top: 1.5rem;
  }
  .home-usp-text {
    width: 65%;
    padding-top: 0;
  }
  .home-usp-image {
    width: 35%;
    padding-top: 1.5rem;
  }
}
@media (max-width: 1000px) {
  .news .news-item {
    width: 49%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-bottom: 1%;
  }
}
@media (max-width: 900px) {
  html {
    font-size: 56%;
  }
  .main {
    padding-top: 4rem;
  }
  .section.parallax {
    background-position: center;
    background-size: cover;
    background-attachment: scroll;
  }
  .sub-menu.breadcrumbs {
    display: none;
  }
  .sub-menu,
  .main-menu-wrap.fixed .sub-menu {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .sub-menu ul,
  .main-menu-wrap.fixed .sub-menu ul {
    display: block;
    padding: 0.4rem 0 1rem;
    border-top: 0;
    text-align: center;
    opacity: 1;
  }
  .sub-menu ul li,
  .main-menu-wrap.fixed .sub-menu ul li {
    border-left: 0;
  }
  .sub-menu ul li a,
  .main-menu-wrap.fixed .sub-menu ul li a {
    height: auto;
    padding: 0.4rem 0.8rem;
    line-height: 1.2;
    font-size: 1.4rem;
  }
  body.home .news-item {
    clear: left;
    float: none;
    width: 100%;
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.6%;
    height: 32rem;
  }
  .home-about-text {
    float: none;
    width: 100%;
    padding: 0;
  }
  .home-about-image {
    float: none;
    width: 100%;
    max-width: 56rem;
    margin: 4rem auto 0;
    padding: 0;
  }
  .home-usp-text {
    float: none;
    width: 100%;
    padding: 0;
  }
  .home-usp-image {
    float: none;
    width: 100%;
    max-width: 56rem;
    margin: 4rem auto 0;
    padding: 0;
  }
  .home-perfection .inner {
    height: 45rem;
  }
  .footer .cols h2 {
    text-align: center;
  }
  .footer .col {
    float: none;
    width: 100%;
    margin-top: 4rem;
    padding: 0;
    text-align: center;
  }
  .footer .col1 {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .footer .col2 {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .footer .col3 {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 54%;
  }
}
@media (max-width: 700px) {
  .menu-right,
  .main-menu-wrap.fixed .menu-right {
    position: static;
    display: none;
    top: 0;
    right: 0;
    padding: 1rem 0 2rem;
    text-align: center;
  }
  .shop-btn--mobile {
    display: inline-block;
    position: absolute;
    right: 13rem;
    top: 2rem;
  }
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
  h2,
  .h2 {
    font-size: 2.8rem;
  }
  body.home h1,
  body.home .h1 {
    font-size: 4.2rem;
  }
  .home-usp h2 {
    font-size: 4.2rem;
  }
  .home-perfection h2 {
    font-size: 4.2rem;
  }
  .play {
    width: 70px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 56%;
  }
  .inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .shop-btn--desktop {
    display: none;
  }
}

.shop-btn--mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .shop-btn--mobile {
    display: inline-block;
  }
}

.osobni-prodej-btn--mobile {
  display: none;
}
@media screen and (max-width: 700px) {
  .osobni-prodej-btn--mobile {
    display: inline-block;
    position: absolute;
    right: 18rem;
    top: 2rem;
  }
}

.insights-animation {
  position: fixed;
  right: 3vw;
  bottom: 2vw;
  width: 24rem;
  padding: 3rem;
  z-index: 999;
}
.insights-animation::before {
  content: "";
  position: absolute;
  left: -5rem;
  right: -5rem;
  top: -5rem;
  bottom: -5rem;
  display: block;
  background: radial-gradient(closest-side, rgba(18, 16, 17, 0.6), rgba(18, 16, 17, 0));
  opacity: 0.1;
  pointer-events: none;
  z-index: -1;
}
@media (min-width: 901px) {
  .insights-animation.insights-animation-mobile-only {
    display: none !important;
  }
}

.insights-animation-image-spacer,
.insights-animation-image-real img {
  display: block;
}

.insights-animation-image-spacer {
  width: 100%;
  height: auto;
  opacity: 0;
}

.insights-animation-furch {
  position: relative;
  width: 100%;
}
.insights-animation-furch .insights-animation-image-real {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  overflow: hidden;
}
.insights-animation-furch .insights-animation-image-real img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 8;
  opacity: 0;
}

.insights-animation-insights {
  position: relative;
  width: 100%;
  margin-top: 1.8rem;
}
.insights-animation-insights .insights-animation-image-real {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 10%;
  overflow: hidden;
}
.insights-animation-insights .insights-animation-image-real::before, .insights-animation-insights .insights-animation-image-real::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1rem;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.insights-animation-insights .insights-animation-image-real::before {
  left: 0;
  background-image: url("../images/insights/animation/insights-bracket-left.svg");
  background-position: left center;
  z-index: 10;
}
.insights-animation-insights .insights-animation-image-real::after {
  right: 0;
  background-image: url("../images/insights/animation/insights-bracket-right.svg");
  background-position: right center;
  z-index: 10;
}
.insights-animation-insights .insights-animation-image-real img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
  height: 100%;
  opacity: 0;
}

.insights-animation-button {
  position: relative;
  width: 90%;
  max-width: 13.6rem;
  margin: 2rem auto 0;
  border-radius: 0.6rem;
  -webkit-transition: background-color 0.2s ease-out 0s;
  transition: background-color 0.2s ease-out 0s;
}
.insights-animation-button svg {
  display: block;
  width: 100%;
  height: auto;
}
.insights-animation-button svg .path {
  stroke-dashoffset: 1600;
  stroke-dasharray: 1600;
}
.insights-animation-button .insights-animation-button-caption {
  position: absolute;
  left: 0;
  top: 51%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  color: #6ac2bd;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
  -webkit-transition: color 0.2s ease-out 0s;
  transition: color 0.2s ease-out 0s;
}
.insights-animation-button:hover {
  background-color: #6ac2bd;
}
.insights-animation-button:hover .insights-animation-button-caption {
  color: #fff;
}

@media (max-width: 900px) {
  .insights-animation {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.8rem 0.5rem;
    background-color: #000;
    font-size: 0;
    text-align: center;
  }
  .insights-animation::before {
    content: none;
  }
  .insights-animation-image-spacer {
    width: auto;
    height: 100%;
  }
  .insights-animation-furch {
    display: inline-block;
    width: auto;
    height: 14px;
    vertical-align: middle;
    z-index: 1005;
  }
  .insights-animation-furch .insights-animation-image-real {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
  }
  .insights-animation-furch .insights-animation-image-real img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    z-index: 8;
    opacity: 0;
  }
  .insights-animation-insights {
    display: inline-block;
    width: auto;
    height: 14px;
    vertical-align: middle;
    margin: 0;
    margin-left: -3px;
    z-index: 1006;
  }
  .insights-animation-insights .insights-animation-image-real {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 10%;
    height: 100%;
    overflow: hidden;
  }
  .insights-animation-insights .insights-animation-image-real::before {
    background-image: url("../images/insights/animation/insights-bracket-left-mobile.svg");
  }
  .insights-animation-insights .insights-animation-image-real img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: auto;
    height: 100%;
    opacity: 0;
  }
  .insights-animation-button {
    display: inline-block;
    width: auto;
    max-width: none;
    height: 22px;
    vertical-align: middle;
    margin: 0 0 0 1.5rem;
  }
  .insights-animation-button svg {
    width: auto;
    height: 100%;
  }
  .insights-animation-button svg .path {
    stroke-dashoffset: 1600;
  }
  .insights-animation-button .insights-animation-button-caption {
    top: 50%;
    font-size: 8px;
    opacity: 0;
  }
}
/*# sourceMappingURL=front-page.css.map */
