/**
 * Theme Name: Kallesoe customer files
 * Author: Peoplez
 * Author URI: https://peoplez.dk/
 * Text Domain: boilerplate
 * Domain Path: /languages
 * Version: 2.0
 */
@import url("https://use.typekit.net/mbb4pht.css");
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
@import "assets/css/packages/fancybox.css";
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-drag {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.owl-carousel.owl-grab {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.owl-carousel .owl-nav,
.owl-carousel .owl-dots {
  pointer-events: none;
}
.owl-carousel .owl-dot {
  pointer-events: all;
  cursor: hand;
  cursor: pointer;
}
.owl-carousel .owl-dot > span {
  display: block;
  background: currentColor;
}
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  pointer-events: all;
  cursor: hand;
  cursor: pointer;
  opacity: 1;
  transform: scale(1);
  transition: all 0.2s ease;
  will-change: opacity, transform;
}
.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  opacity: 0.1;
  transform: scale(0.9);
}
:root {
  /**
	 * Better font smoothing
	 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  /**
	 * Render text true to size on mobile browsers
	 * https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust
	 */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  line-height: 1;
  width: 100%;
  min-width: 310px;
  min-height: 100vh;
  overflow-x: hidden;
  /**
		* Add momentum based scrolling to fixed 
		* elements on mobile devices. Used for a 
		* smooth scroll experience on e.g. full 
		* page mobile navs.
		*/
  -moz-overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
img,
object,
picture,
video {
  display: block;
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
blockquote,
q {
  quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea,
button {
  border: 0;
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
  font: inherit;
}
input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=url],
input[type=search],
input[type=password],
select,
textarea,
button {
  -webkit-appearance: none;
  appearance: none;
}
button {
  text-align: left;
  cursor: hand;
  cursor: pointer;
}
:root {
  font-family: canada-type-gibson, sans-serif;
  font-weight: 300;
  font-size: 17px;
}
@media (min-width: 790px) {
  :root {
    font-size: 18px;
  }
}
@media (min-width: 1060px) {
  :root {
    font-size: 19px;
  }
}
body {
  font-size: 1rem;
  line-height: 1.5rem;
}
.heading--extralarge {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 790px) {
  .heading--extralarge {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 1400px) {
  .heading--extralarge {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.heading--large {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 600;
}
@media (min-width: 790px) {
  .heading--large {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1400px) {
  .heading--large {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.heading--medium {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 790px) {
  .heading--medium {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
@media (min-width: 1400px) {
  .heading--medium {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}
.heading--small {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 500;
}
@media (min-width: 790px) {
  .heading--small {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
@media (min-width: 1400px) {
  .heading--small {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.heading--pre {
  font-size: 0.7rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
}
.lead {
  font-size: 1.2rem;
  line-height: 2rem;
}
@media (min-width: 1060px) {
  .lead {
    font-size: 1.35rem;
    line-height: 2rem;
  }
}
.space-between .heading:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 790px) {
  .space-between .heading:not(:first-child) {
    margin-top: 40px;
  }
}
.space-between .heading:not(:last-child),
.space-between .lead:not(:last-child),
.space-between .list:not(:last-child),
.space-between .accordions:not(:last-child),
.space-between .figure:not(:last-child),
.space-between .list__item:not(:last-child),
.space-between .accordions__item:not(:last-child),
.space-between p:not(:last-child) {
  margin-bottom: 20px;
}
.space-between p > a:not(.button) {
  display: inline-block;
  position: relative;
}
.space-between p > a:not(.button):after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  opacity: 0.2;
  transition: all 0.2s ease;
}
.space-between p > a:not(.button):hover:after {
  opacity: 1;
}
.normal {
  font-weight: 300;
}
.strong {
  font-weight: 500;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.superscript {
  font-size: 0.7em;
  vertical-align: top;
}
.subscript {
  font-size: 0.7em;
  vertical-align: bottom;
}
.button {
  display: inline-block;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #4f5d22;
  background: linear-gradient(90deg, #4f5d22 0%, #94a16a 100%);
  padding: 12px 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: #fff;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
}
.button:after {
  border-radius: inherit;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #4f5d22;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 790px) {
  .button:after {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.button:hover:after {
  opacity: 1;
}
.button--small {
  font-size: 0.8rem;
}
.button--icon {
  padding: 30px;
  position: relative;
  width: 60px;
  height: 60px;
}
.button--icon:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}
.button--download:before {
  background-image: url("/wp-content/themes/kallesoe/assets/img/download.svg");
}
.button--video:before {
  left: 4px;
  background-image: url("/wp-content/themes/kallesoe/assets/img/play.svg");
}
.text-link {
  font-size: 0.7rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 400;
  color: #4f5d22;
}
.styled-links a:not(.button) {
  font-weight: 500;
}
.flex {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.flex--gutter-sm {
  margin-left: -20px;
}
.flex--gutter-sm > .flex__column {
  padding-left: 20px;
}
.flex--gutter-md {
  margin-left: -40px;
}
.flex--gutter-md > .flex__column {
  padding-left: 40px;
}
.flex--gutter-lg {
  margin-left: -80px;
}
.flex--gutter-lg > .flex__column {
  padding-left: 80px;
}
.flex--align-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex--align-middle {
  -webkit-align-items: center;
  align-items: center;
}
.flex--align-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex--adjust-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.flex--adjust-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.flex--adjust-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.flex--adjust-between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex__column {
  width: 100%;
}
.flex__column--align-top {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.flex__column--align-center {
  -webkit-align-self: center;
  align-self: center;
}
.flex__column--align-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media (min-width: 1060px) {
  .flex {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex__column {
    flex: 1;
    width: 0;
  }
}
.flex-dummy {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 790px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1060px) {
  .container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.container--narrow {
  max-width: 790px;
}
.container--medium {
  max-width: 1060px;
}
.container--wide {
  max-width: 1440px;
}
.image,
.video,
.gallery,
.embed {
  height: 100%;
}
.gallery__carousel {
  height: 100%;
}
.gallery__carousel .owl-stage-outer,
.gallery__carousel .owl-stage,
.gallery__carousel .owl-item {
  height: 100%;
}
.gallery__item {
  height: 100%;
}
.gallery__nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 20px;
}
.gallery__button {
  display: block;
  padding: 10px;
}
.gallery__icon {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.embed__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  padding: 12px;
  color: #000;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.5s ease;
}
.embed__play svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.embed:hover .embed__play {
  transform: translate(-50%, -50%) scale(0.95);
  transition: all 0.1s ease;
}
.embed-video-player {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-video-player__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}
.embed-video-player__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 12px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.1s ease;
}
.embed-video-player__close:hover {
  background: #fff;
  color: #000;
}
.embed-video-player__close svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.embed-video-player__stage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 1440px;
}
.embed-video-player__stage::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.embed-video-player__stage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.proportional--16\:9 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--16\:9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.proportional--16\:9 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional--16\:10 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--16\:10::before {
  content: "";
  display: block;
  padding-top: 62.5%;
}
.proportional--16\:10 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional--3\:2 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--3\:2::before {
  content: "";
  display: block;
  padding-top: 66.66666667%;
}
.proportional--3\:2 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional--4\:3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--4\:3::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.proportional--4\:3 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional--1\:1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--1\:1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.proportional--1\:1 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional--3\:4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.proportional--3\:4::before {
  content: "";
  display: block;
  padding-top: 133.33333333%;
}
.proportional--3\:4 > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.proportional__source {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.proportional--cover .proportional__source {
  object-fit: cover;
}
.proportional--contain .proportional__source {
  object-fit: contain;
}
.proportional__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  white-space: nowrap;
  padding: 20px;
}
.accordions {
  list-style: none;
}
.accordions__item {
  padding: 0;
  margin: 0;
}
.accordions .accordion {
  position: relative;
}
.accordions .accordion::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid currentColor;
}
.accordions .accordion__toggle {
  position: relative;
  width: 100%;
  padding: 1em;
}
.accordions .accordion__title {
  padding-right: 20%;
}
.accordions .accordion__content {
  padding: 0 1em 1em;
}
.accordions .accordion__arrow {
  position: absolute;
  height: 24px;
  width: auto;
  top: calc(50% - 12px);
  right: 1em;
  fill: currentColor;
  transform: rotate(0deg);
  will-change: transform;
}
.accordions .accordion--open .accordion__arrow {
  transform: rotate(180deg);
}
.layout--padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--padding {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--background-left,
.layout--background-right {
  position: relative;
}
.layout--background-left:before,
.layout--background-right:before {
  content: "";
  background-image: url("/wp-content/themes/kallesoe/assets/img/wood-texture.png");
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
  background-size: 1200px auto;
  width: 50vw;
}
@media (min-width: 580px) {
  .layout--background-left:before,
  .layout--background-right:before {
    background-size: 1400px auto;
    width: 40vw;
  }
}
@media (min-width: 790px) {
  .layout--background-left:before,
  .layout--background-right:before {
    background-size: 1500px auto;
    width: 35vw;
  }
}
@media (min-width: 1060px) {
  .layout--background-left:before,
  .layout--background-right:before {
    width: 25vw;
  }
}
@media (min-width: 1400px) {
  .layout--background-left:before,
  .layout--background-right:before {
    width: 20vw;
  }
}
@media (min-width: 1800px) {
  .layout--background-left:before,
  .layout--background-right:before {
    width: 30vw;
  }
}
.layout--background-left .container,
.layout--background-right .container {
  position: relative;
  z-index: 1;
}
.layout--background-left:before {
  left: 0;
  background-position: center right;
}
.layout--background-right:before {
  right: 0;
  background-position: center left;
}
.layout--background {
  background-color: #0a391f;
}
.layout--background--green {
  background-color: #0a391f;
}
.layout--background--blue {
  background-color: #092e3d;
}
.layout--background--beige {
  background-color: #927d55;
}
.full-video-link {
  position: relative;
  display: block;
}
.full-video-link:before,
.full-video-link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.full-video-link:before {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #4f5d22;
  background: linear-gradient(90deg, #4f5d22 0%, #94a16a 100%);
}
.full-video-link:after {
  background-image: url("/wp-content/themes/kallesoe/assets/img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 5px;
}
.video-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.video-link:before,
.video-link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.video-link:before {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #4f5d22;
  background: linear-gradient(90deg, #4f5d22 0%, #94a16a 100%);
}
.video-link:after {
  background-image: url("/wp-content/themes/kallesoe/assets/img/play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  left: 5px;
}
.zoom-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
.zoom-link:before,
.zoom-link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.zoom-link:before {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  right: 20px;
  bottom: 20px;
}
.zoom-link:after {
  background-image: url("/wp-content/themes/kallesoe/assets/img/zoom.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 789px) {
  .hide\@xs {
    display: none;
  }
}
@media (min-width: 790px) and (max-width: 1059px) {
  .hide\@sm {
    display: none;
  }
}
@media (min-width: 1060px) and (max-width: 1399px) {
  .hide\@md {
    display: none;
  }
}
@media (min-width: 1400px) and (max-width: 1799px) {
  .hide\@lg {
    display: none;
  }
}
@media (min-width: 1800px) {
  .hide\@xl {
    display: none;
  }
}
/*HEADER*/
.header {
  position: relative;
  width: 100%;
  z-index: 2;
  border-bottom: 2px solid #e9f2f5;
}
.header .container {
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 70px;
}
@media (min-width: 790px) {
  .header .container {
    height: 110px;
  }
}
.header .container .header--logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 579px) {
  .header .container .header--logo {
    display: none;
  }
}
.header .container .header--logo img {
  width: auto;
  height: 30px;
}
@media (min-width: 580px) {
  .header .container .header--logo img {
    height: 40px;
  }
}
@media (min-width: 790px) {
  .header .container .header--logo img {
    height: 50px;
  }
}
@media (min-width: 1060px) {
  .header .container .header--logo img {
    height: 60px;
  }
}
.header-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.5px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 9px 18px 8px;
  border: 2px solid #e9f2f5;
}
.header-link:hover {
  background: #e9f2f5;
}
.header-link svg {
  display: block;
  width: 20px;
  height: auto;
  margin: -5px 5px -5px -5px;
  fill: currentColor;
}
.footer {
  background-image: url("/wp-content/themes/kallesoe/assets/img/map.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .container > div {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .footer .container > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .footer .container > div {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.footer .container .col1 {
  position: relative;
  flex-basis: 100%;
}
@media (min-width: 1060px) {
  .footer .container .col1 {
    flex-basis: 35%;
    padding-right: 80px;
  }
}
.footer .container .col1:before {
  content: "";
  width: 1000%;
  height: 100%;
  background-color: #dae0e2;
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 0;
}
@media (min-width: 1060px) {
  .footer .container .col1:before {
    right: 0;
  }
}
.footer .container .col1 > div {
  position: relative;
}
@media (min-width: 580px) {
  .footer .container .col2 {
    flex-basis: 70%;
    padding-right: 40px;
  }
}
@media (min-width: 1060px) {
  .footer .container .col2 {
    flex-basis: 45%;
    padding-left: 40px;
  }
}
@media (min-width: 1400px) {
  .footer .container .col2 {
    padding-left: 80px;
  }
}
@media (min-width: 580px) {
  .footer .container .col3 {
    flex-basis: 30%;
  }
}
@media (min-width: 1060px) {
  .footer .container .col3 {
    flex-basis: 20%;
    padding-left: 40px;
  }
}
.layout--quicklinks {
  background-color: #092e3d;
  color: #fff;
  padding: 60px 0;
}
@media (min-width: 1060px) {
  .layout--quicklinks {
    padding: 80px 0;
  }
}
.layout--quicklinks .container {
  align-items: center;
  justify-content: space-between;
}
.layout--quicklinks .container .heading {
  width: 100%;
}
@media (min-width: 580px) {
  .layout--quicklinks .container .heading {
    text-align: center;
  }
}
@media (min-width: 1060px) {
  .layout--quicklinks .container .heading {
    width: auto;
  }
}
.layout--quicklinks .container .links {
  width: 100%;
}
@media (min-width: 580px) {
  .layout--quicklinks .container .links {
    text-align: center;
  }
}
@media (min-width: 1060px) {
  .layout--quicklinks .container .links {
    margin: auto;
    width: auto;
  }
}
.layout--quicklinks .container .links li {
  margin-right: 30px;
  margin-top: 12px;
  display: block;
  font-weight: 500;
}
@media (min-width: 1060px) {
  .layout--quicklinks .container .links li {
    display: inline-block;
  }
}
.layout--quicklinks .container .social-icons {
  width: 100%;
}
@media (min-width: 580px) {
  .layout--quicklinks .container .social-icons {
    width: auto;
    margin: auto;
  }
}
@media (min-width: 1060px) {
  .layout--quicklinks .container .social-icons {
    margin-right: 0;
    margin-left: 0;
  }
}
.layout--quicklinks .container .social-icons a {
  padding-right: 15px;
  margin-top: 15px;
  display: inline-block;
}
@media (min-width: 1060px) {
  .layout--quicklinks .container .social-icons a {
    padding-left: 15px;
    padding-right: 0;
    margin-top: 0;
  }
}
.layout--quicklinks .container .social-icons a svg {
  height: 22px;
  width: 22px;
}
.layout--quicklinks .container .social-icons a svg path {
  fill: #fff;
  stroke: none;
}
.layout--quicklinks .container .social-icons a svg path.b {
  fill: #092e3d;
}
.layout--quicklinks .container .social-icons a svg.youtube {
  margin-bottom: -3px;
}
.colophon {
  background-color: #ededed;
  padding: 30px 0;
  text-transform: uppercase;
  text-align: left;
}
.colophon .legal {
  width: 100%;
}
@media (min-width: 790px) {
  .colophon .legal {
    width: auto;
  }
}
.colophon .legal ul {
  list-style: none;
}
.colophon .credits {
  margin-top: 10px;
  width: 100%;
  font-size: 0.6rem;
  letter-spacing: 2.5px;
  font-weight: 400;
}
@media (min-width: 790px) {
  .colophon .credits {
    margin-top: 0;
    width: auto;
  }
}
.colophon .credits a,
.colophon .credits .credits__author {
  padding-right: 25px;
}
.breadcrumb-path {
  display: none;
  flex-flow: row wrap;
  align-items: flex-start;
  line-height: 1;
  padding: 20px 0;
  /* Hide everything but the current page, 
		 the closest ancestor and the seperator 
		 between them */
}
@media (min-width: 790px) {
  .breadcrumb-path {
    display: flex;
  }
}
.breadcrumb-path__seperator {
  background-color: #AFAFAF;
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: 0 9px 3px;
}
.breadcrumb-path__item {
  padding: 0.15em 0;
  opacity: 0.5;
  font-size: 0.6rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  transition: all 0.1s ease;
  /* Truncate long ancestor page names */
}
.breadcrumb-path__item:not(.breadcrumb-path__item--seperator):hover {
  opacity: 1;
}
.breadcrumb-path__item--current {
  opacity: 1;
}
.breadcrumb-path__item:not(.breadcrumb-path__item--current) {
  max-width: 12em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb-path > * {
  display: none;
  /* Show everything on md screens */
}
.breadcrumb-path > *:nth-last-child(-n+3) {
  display: block;
}
@media (min-width: 1060px) {
  .breadcrumb-path > * {
    display: block;
  }
}
.breadcrumb-path .container {
  width: 100%;
}
.breadcrumb-dropdown {
  padding: 1em;
  display: block;
  width: 100%;
  font-size: 0.6rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
}
@media (min-width: 790px) {
  .breadcrumb-dropdown {
    display: none;
  }
}
@media (max-width: 1059px) {
  .multi-column .flex__column + .multi-column .flex__column {
    margin-top: 2rem;
  }
  .multi-column .flex__column + .multi-column .flex__column .baseline > .heading:first-child,
  .multi-column .flex__column + .multi-column .flex__column .baseline > .subheading:first-child {
    margin-top: 2rem;
  }
}
.layout--product-guide .product-guide--object {
  border: 2px solid #ededed;
}
.layout--product-guide .product-guide--steps {
  justify-content: space-between;
}
.layout--product-guide .product-guide--steps .product-guide--step {
  margin: 50px 0 0 0;
  width: 100%;
}
@media (min-width: 790px) {
  .layout--product-guide .product-guide--steps .product-guide--step {
    width: 31%;
  }
}
.layout--product-guide .product-guide--steps .product-guide--step .guide-image-container {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.layout--product-guide .product-guide--steps .product-guide--step .guide-image-container::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.layout--product-guide .product-guide--steps .product-guide--step .guide-image-container > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--product-guide .product-guide--steps .product-guide--step .guide-image-container img {
  position: absolute;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.layout--divider {
  width: 100%;
  height: 1px;
  background-color: #dae0e2;
}
.layout--downloads {
  text-align: center;
}
.layout--downloads .downloads-objects {
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout--downloads .downloads-objects .downloads-object {
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 580px) {
  .layout--downloads .downloads-objects .downloads-object {
    width: 48%;
  }
}
@media (min-width: 790px) {
  .layout--downloads .downloads-objects .downloads-object {
    width: 31%;
  }
}
@media (min-width: 1060px) {
  .layout--downloads .downloads-objects .downloads-object {
    width: 23%;
  }
}
.layout--downloads .downloads-objects .downloads-object .downloads-object-visual {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  position: relative;
}
.layout--downloads .downloads-objects .downloads-object .downloads-object-visual::before {
  content: "";
  display: block;
  padding-top: 65.625%;
}
.layout--downloads .downloads-objects .downloads-object .downloads-object-visual > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--downloads .downloads-objects .downloads-object .downloads-object-visual:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  z-index: 0;
}
.layout--downloads .downloads-objects .downloads-object .downloads-object-visual .button {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  margin: auto;
  left: 0;
  right: 0;
}
.layout--downloads .downloads-objects .downloads-object .lead {
  margin-top: 15px;
}
.layout--fullwidth-object {
  color: #fff;
  text-align: center;
}
.layout--fullwidth-object .fullwidth-object--object {
  margin: 50px 0;
}
.layout--sales-agent-list {
  background-color: #ededed;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--sales-agent-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--sales-agent-list {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--sales-agent-list + .layout--sales-agent-list {
  padding-top: 0;
}
.layout--sales-agent-list .sales-agent-list-group--heading {
  margin: 0 0 30px 0;
}
.layout--sales-agent-list .sales-agent-list-group {
  justify-content: space-between;
  flex-wrap: wrap;
}
.layout--sales-agent-list .sales-agent-list-group .sales-agent {
  background-color: #fff;
  padding: 20px;
  width: 100%;
  margin: 0 0 20px 0;
  justify-content: space-between;
}
@media (min-width: 580px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent {
    width: 49%;
  }
}
@media (min-width: 1060px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent {
    width: 48%;
    margin: 0 0 2% 0;
  }
}
.layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--image > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media (min-width: 1060px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--image {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--image {
    width: 30%;
  }
}
.layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--text {
  width: 100%;
}
@media (min-width: 1060px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--text {
    width: 55%;
  }
}
@media (min-width: 1400px) {
  .layout--sales-agent-list .sales-agent-list-group .sales-agent .sales-agent--text {
    width: 65%;
  }
}
/***************
*
* gallery-fullwidth
*
***************/
.layout--gallery-fullwidth {
  position: relative;
  color: #fff;
}
.layout--gallery-fullwidth:after {
  content: "";
  display: block;
  height: 100%;
  width: 20%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1400px) {
  .layout--gallery-fullwidth:after {
    width: 15%;
  }
}
.layout--gallery-fullwidth .container .gallery-fullwidth--intro {
  width: 70%;
  margin-bottom: 20px;
  padding-top: 40px;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--intro {
    padding-top: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--intro {
    padding-top: calc(80px + 1vw);
  }
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--intro {
    width: 40%;
  }
}
@media (min-width: 1060px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--intro {
    width: 30%;
  }
}
.layout--gallery-fullwidth .container .gallery-fullwidth--text {
  display: flex;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--text {
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--text {
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--gallery-fullwidth .container .gallery-fullwidth--text .col {
  width: 80%;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 1060px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--text .col {
    width: 40%;
  }
}
@media (min-width: 1400px) {
  .layout--gallery-fullwidth .container .gallery-fullwidth--text .col {
    width: 28%;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container {
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container {
    height: 650px;
  }
}
@media (min-width: 1800px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container {
    height: 735px;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container:after {
  content: "";
  display: block;
  height: 50%;
  width: 500%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -100%;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .aspect-placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .aspect-placeholder::before {
    content: "";
    display: block;
    padding-top: 45.83333333%;
  }
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .aspect-placeholder > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel {
  width: 100%;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel {
    position: absolute;
    width: 130%;
    top: 0;
  }
}
@media (min-width: 1400px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel {
    width: 150%;
  }
}
@media (min-width: 1800px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel {
    width: 170%;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 20px;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item {
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper {
  border: 1px solid #ededed;
  background-color: #fff;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-contain .item {
  background-size: 80% auto;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-cover .item {
  background-size: cover;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item.last-item {
  display: none;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
    display: block;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-container .gallery-fullwidth-carousel .owl-stage-outer .owl-stage .active + .active .item:after {
  opacity: 0.7;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel-counter {
  display: block;
  margin-left: 125px;
  margin-top: 13px;
}
@media (min-width: 790px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-counter {
    width: calc(60% - 135px);
    bottom: -29px;
    position: absolute;
    left: 120px;
    margin-top: unset;
    margin-left: unset;
  }
}
@media (min-width: 1400px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-counter {
    bottom: -50px;
  }
}
@media (min-width: 1800px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel-counter {
    bottom: -50px;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel__nav {
  position: relative;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel__nav .gallery-fullwidth-carousel__button {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding-top: 9px;
}
@media (min-width: 580px) {
  .layout--gallery-fullwidth .gallery-fullwidth-carousel__nav .gallery-fullwidth-carousel__button {
    display: block;
  }
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel__nav .gallery-fullwidth-carousel__button svg {
  width: 20px;
  height: 20px;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel__nav .gallery-fullwidth-carousel__button svg path {
  stroke: #fff;
  fill: transparent;
}
.layout--gallery-fullwidth .gallery-fullwidth-carousel__nav .gallery-fullwidth-carousel__button.owl-next {
  left: 60px;
}
/***************
*
* cols-text
*
***************/
.layout--cols-text .container {
  justify-content: space-between;
}
.layout--cols-text .container .cols-text--intro {
  flex-basis: 100%;
  margin-bottom: 50px;
}
@media (min-width: 1060px) {
  .layout--cols-text .container .cols-text--intro {
    flex-basis: 30%;
    margin-bottom: 0;
  }
}
@media (min-width: 790px) {
  .layout--cols-text .container .cols-text--cols {
    columns: 2;
    column-gap: 60px;
  }
}
@media (min-width: 1060px) {
  .layout--cols-text .container .cols-text--cols {
    flex-basis: 65%;
  }
}
/***************
*
* Product
*
***************/
.layout--product {
  background: #ededed;
  position: relative;
  padding-top: 40px;
}
@media (min-width: 790px) {
  .layout--product {
    padding-top: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--product {
    padding-top: calc(80px + 1vw);
  }
}
.layout--product:after {
  content: "";
  display: block;
  height: 100%;
  width: 15%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 1060px) {
  .layout--product:after {
    width: 30%;
  }
}
.layout--product .container {
  position: relative;
}
.layout--product .container .product--text {
  width: 80%;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--product .container .product--text {
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--product .container .product--text {
    padding-bottom: calc(80px + 1vw);
  }
}
@media (min-width: 1060px) {
  .layout--product .container .product--text {
    width: 30%;
  }
}
.layout--product .product-gallery-carousel-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--product .product-gallery-carousel-container {
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--product .product-gallery-carousel-container {
    padding-bottom: calc(80px + 1vw);
  }
}
@media (min-width: 1060px) {
  .layout--product .product-gallery-carousel-container {
    width: 60%;
  }
}
@media (min-width: 1060px) {
  .layout--product .product-gallery-carousel-container .aspect-placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .layout--product .product-gallery-carousel-container .aspect-placeholder::before {
    content: "";
    display: block;
    padding-top: 68.75%;
  }
  .layout--product .product-gallery-carousel-container .aspect-placeholder > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel {
  width: 100%;
}
@media (min-width: 1060px) {
  .layout--product .product-gallery-carousel-container .product-gallery-carousel {
    position: absolute;
    width: 200%;
    top: 0;
  }
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 20px;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item {
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper {
  border: 1px solid #ededed;
  background-color: #fff;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-contain .item {
  background-size: 80% auto;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-cover .item {
  background-size: cover;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item.last-item {
  display: none;
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 790px) {
  .layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
    display: block;
  }
}
.layout--product .product-gallery-carousel-container .product-gallery-carousel .owl-stage-outer .owl-stage .active + .active .item:after {
  opacity: 0.7;
}
.layout--product .product-gallery-carousel-counter {
  display: block;
  margin-left: 120px;
  margin-top: 11px;
}
@media (min-width: 1060px) {
  .layout--product .product-gallery-carousel-counter {
    width: 100px;
    bottom: 54px;
    position: absolute;
    margin-top: unset;
    margin-left: unset;
    left: 120px;
  }
}
@media (min-width: 1400px) {
  .layout--product .product-gallery-carousel-counter {
    bottom: 57px;
  }
}
@media (min-width: 1800px) {
  .layout--product .product-gallery-carousel-counter {
    bottom: 61px;
  }
}
.layout--product .product-gallery-carousel__nav {
  position: relative;
}
.layout--product .product-gallery-carousel__nav .product-gallery-carousel__button {
  border: 1px solid #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding-top: 9px;
}
@media (min-width: 580px) {
  .layout--product .product-gallery-carousel__nav .product-gallery-carousel__button {
    display: block;
  }
}
.layout--product .product-gallery-carousel__nav .product-gallery-carousel__button svg {
  width: 20px;
  height: 20px;
}
.layout--product .product-gallery-carousel__nav .product-gallery-carousel__button svg path {
  stroke: #000;
  fill: transparent;
}
.layout--product .product-gallery-carousel__nav .product-gallery-carousel__button.owl-next {
  left: 60px;
}
.layout--product .product--info {
  background-color: #522f1a;
  z-index: 1;
}
.layout--product .product--info .container {
  padding-bottom: 0;
}
.layout--product .product--info .container .inner {
  color: #fff;
  padding: 50px 30px;
  position: relative;
}
@media (min-width: 580px) {
  .layout--product .product--info .container .inner {
    padding: 50px;
  }
}
@media (min-width: 790px) {
  .layout--product .product--info .container .inner {
    padding: 50px 80px;
  }
}
.layout--product .product--info .container .inner:before {
  content: "";
  display: block;
  background-color: #ededed;
  width: 50%;
  height: 100%;
  left: -50%;
  position: absolute;
  top: 0;
}
.layout--product .product--info .container .inner label {
  padding-left: 30px;
}
/***************
*
* object-gallery
*
***************/
.layout--object-gallery {
  position: relative;
  padding: 80px 0 120px;
  color: #fff;
}
@media (min-width: 790px) {
  .layout--object-gallery {
    padding: 140px 0 190px;
  }
}
.layout--object-gallery:after {
  content: "";
  display: block;
  height: 100%;
  width: 30%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 790px) {
  .layout--object-gallery:after {
    width: 30%;
  }
}
@media (min-width: 790px) {
  .layout--object-gallery .container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    align-items: end;
    justify-content: space-between;
    height: calc(100% - 315px);
    padding-top: 0;
  }
}
.layout--object-gallery .container .object-gallery--intro {
  width: 70%;
  margin-bottom: 20px;
}
@media (min-width: 790px) {
  .layout--object-gallery .container .object-gallery--intro {
    width: 40%;
  }
}
@media (min-width: 1060px) {
  .layout--object-gallery .container .object-gallery--intro {
    width: 30%;
  }
}
.layout--object-gallery .object-gallery-carousel-container {
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 790px) {
  .layout--object-gallery .object-gallery-carousel-container {
    width: 60%;
  }
}
@media (min-width: 790px) {
  .layout--object-gallery .object-gallery-carousel-container .aspect-placeholder {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  .layout--object-gallery .object-gallery-carousel-container .aspect-placeholder::before {
    content: "";
    display: block;
    padding-top: 45.83333333%;
  }
  .layout--object-gallery .object-gallery-carousel-container .aspect-placeholder > .content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel {
  width: 100%;
}
@media (min-width: 790px) {
  .layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel {
    position: absolute;
    width: 130%;
    top: 0;
  }
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage {
  padding-bottom: 20px;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item {
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper {
  border: 1px solid #ededed;
  background-color: #fff;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-contain .item {
  background-size: 80% auto;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item-wrapper--object-fit-cover .item {
  background-size: cover;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item::before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item.last-item {
  display: none;
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 790px) {
  .layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .owl-item .item:after {
    display: block;
  }
}
.layout--object-gallery .object-gallery-carousel-container .object-gallery-carousel .owl-stage-outer .owl-stage .active + .active .item:after {
  opacity: 0.7;
}
.layout--object-gallery .object-gallery-carousel-counter {
  display: block;
  margin-left: 150px;
  margin-top: 11px;
}
@media (min-width: 790px) {
  .layout--object-gallery .object-gallery-carousel-counter {
    width: calc(60% - 135px);
    bottom: 137px;
    position: absolute;
    right: 0;
    margin-top: unset;
    margin-left: unset;
  }
}
@media (min-width: 1060px) {
  .layout--object-gallery .object-gallery-carousel-counter {
    bottom: 140px;
  }
}
@media (min-width: 1400px) {
  .layout--object-gallery .object-gallery-carousel-counter {
    bottom: 142px;
  }
}
@media (min-width: 1800px) {
  .layout--object-gallery .object-gallery-carousel-counter {
    bottom: 145px;
  }
}
.layout--object-gallery .object-gallery-carousel__nav {
  position: relative;
}
.layout--object-gallery .object-gallery-carousel__nav .object-gallery-carousel__button {
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding-top: 9px;
}
@media (min-width: 580px) {
  .layout--object-gallery .object-gallery-carousel__nav .object-gallery-carousel__button {
    display: block;
  }
}
.layout--object-gallery .object-gallery-carousel__nav .object-gallery-carousel__button svg {
  width: 20px;
  height: 20px;
}
.layout--object-gallery .object-gallery-carousel__nav .object-gallery-carousel__button svg path {
  stroke: #fff;
  fill: transparent;
}
.layout--object-gallery .object-gallery-carousel__nav .object-gallery-carousel__button.owl-next {
  left: 60px;
}
/***************
*
* text-and-object
*
***************/
.layout--text-and-object {
  position: relative;
  padding-top: 40px;
}
@media (min-width: 790px) {
  .layout--text-and-object {
    padding-top: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object {
    padding-top: calc(80px + 1vw);
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object {
    padding: 0;
  }
}
.layout--text-and-object .container {
  justify-content: flex-end;
}
.layout--text-and-object .container .text-and-object--object {
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1060px) {
  .layout--text-and-object .container .text-and-object--object {
    width: 50%;
    position: absolute;
    left: 0;
    height: 100%;
  }
  .layout--text-and-object .container .text-and-object--object .proportional {
    height: 100%;
  }
}
.layout--text-and-object .container .text-and-object--text {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--text-and-object .container .text-and-object--text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object .container .text-and-object--text {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--text-and-object .container .text-and-object--text .heading {
  margin-bottom: 20px;
}
@media (min-width: 1060px) {
  .layout--text-and-object .container .text-and-object--text {
    width: 50%;
    padding-left: 80px;
  }
}
.layout--text-and-object .container.reverse {
  flex-direction: row-reverse;
}
.layout--text-and-object .container.reverse .text-and-object--object {
  left: 50%;
}
@media (min-width: 1060px) {
  .layout--text-and-object .container.reverse .text-and-object--text {
    padding-left: 0;
    padding-right: 80px;
  }
}
/***************
*
* text-and-object-simple
*
***************/
.layout--text-and-object-simple {
  position: relative;
}
.layout--text-and-object-simple .container .layout-heading {
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--text-and-object-simple .container .layout-heading {
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object-simple .container .layout-heading {
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--text-and-object-simple .container .text-and-object-simple--content {
  justify-content: center;
}
.layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--object {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  position: relative;
}
@media (min-width: 1060px) {
  .layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--object {
    width: 50%;
    padding: 0 80px 0 0;
  }
}
@media (min-width: 1400px) {
  .layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--object {
    width: 60%;
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object-simple .container .text-and-object-simple--content.reverse .text-and-object-simple--object {
    padding: 0 0 0 80px;
  }
}
.layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--text {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--text .heading {
  margin-bottom: 20px;
}
@media (min-width: 1060px) {
  .layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--text {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .layout--text-and-object-simple .container .text-and-object-simple--content .text-and-object-simple--text {
    width: 40%;
  }
}
.layout--text-and-object-simple .container .text-and-object-simple--content.reverse {
  flex-direction: row-reverse;
}
/***************
*
* text-and-object-wide
*
***************/
.layout--text-and-object-wide {
  position: relative;
  margin-bottom: 54px;
}
.layout--text-and-object-wide .container {
  justify-content: space-between;
  color: #fff;
}
.layout--text-and-object-wide .container .text-and-object-wide--object {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1060px) {
  .layout--text-and-object-wide .container .text-and-object-wide--object {
    width: 50%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1060px) and (min-width: 790px) {
  .layout--text-and-object-wide .container .text-and-object-wide--object {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) and (min-width: 1060px) {
  .layout--text-and-object-wide .container .text-and-object-wide--object {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
@media (min-width: 1400px) {
  .layout--text-and-object-wide .container .text-and-object-wide--object {
    width: 60%;
    transform: translateX(10%);
  }
}
@media (min-width: 1800px) {
  .layout--text-and-object-wide .container .text-and-object-wide--object {
    transform: translateX(20%);
  }
}
.layout--text-and-object-wide .container .text-and-object-wide--object a {
  display: block;
  width: 100%;
}
.layout--text-and-object-wide .container .text-and-object-wide--text {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (min-width: 790px) {
  .layout--text-and-object-wide .container .text-and-object-wide--text {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--text-and-object-wide .container .text-and-object-wide--text {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--text-and-object-wide .container .text-and-object-wide--text .heading {
  margin-bottom: 20px;
}
@media (min-width: 1060px) {
  .layout--text-and-object-wide .container .text-and-object-wide--text {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .layout--text-and-object-wide .container .text-and-object-wide--text {
    width: 40%;
  }
}
.layout--text-and-object-wide .container .text-and-object-wide--text:before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #522f1a;
  z-index: -1;
  left: 0;
  height: 75%;
  bottom: 0;
}
@media (min-width: 1060px) {
  .layout--text-and-object-wide .container .text-and-object-wide--text:before {
    width: 70%;
    height: 100%;
  }
}
.layout--text-and-object-wide .container.reverse {
  flex-direction: row-reverse;
}
.layout--text-and-object-wide.layout--background--green {
  background-color: transparent;
}
.layout--text-and-object-wide.layout--background--green .container .text-and-object-wide--text:before {
  background-color: #0a391f;
}
.layout--text-and-object-wide.layout--background--blue {
  background-color: transparent;
}
.layout--text-and-object-wide.layout--background--blue .container .text-and-object-wide--text:before {
  background-color: #092e3d;
}
.layout--text-and-object-wide.layout--background--beige {
  background-color: transparent;
}
.layout--text-and-object-wide.layout--background--beige .container .text-and-object-wide--text:before {
  background-color: #927d55;
}
.layout--text-and-object-wide.layout--background--brown {
  background-color: transparent;
}
.layout--text-and-object-wide.layout--background--brown .container .text-and-object-wide--text:before {
  background-color: #522f1a;
}
/***************
*
* full-width-cta
*
***************/
.layout--full-width-cta {
  color: #fff;
}
.layout--full-width-cta .full-width-cta--image {
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
@media (min-width: 580px) {
  .layout--full-width-cta .full-width-cta--image {
    height: 300px;
  }
}
@media (min-width: 790px) {
  .layout--full-width-cta .full-width-cta--image {
    width: 40vw;
    height: 100%;
  }
}
@media (min-width: 1060px) {
  .layout--full-width-cta .full-width-cta--image {
    width: 37vw;
  }
}
@media (min-width: 1400px) {
  .layout--full-width-cta .full-width-cta--image {
    width: 38vw;
  }
}
@media (min-width: 1800px) {
  .layout--full-width-cta .full-width-cta--image {
    width: 40vw;
  }
}
.layout--full-width-cta .container {
  align-items: center;
  padding-top: 220px;
  width: 100%;
}
@media (min-width: 580px) {
  .layout--full-width-cta .container {
    padding-top: 330px;
  }
}
@media (min-width: 790px) {
  .layout--full-width-cta .container {
    padding-top: 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1060px) {
  .layout--full-width-cta .container {
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .layout--full-width-cta .container {
    flex-wrap: nowrap;
  }
}
.layout--full-width-cta .container .full-width-cta--text {
  flex-basis: 90%;
}
@media (min-width: 790px) {
  .layout--full-width-cta .container .full-width-cta--text {
    flex-basis: 55%;
  }
}
@media (min-width: 1400px) {
  .layout--full-width-cta .container .full-width-cta--text {
    flex-basis: 30%;
  }
}
.layout--full-width-cta .container .full-width-cta--button {
  flex-basis: 100%;
  padding-top: 30px;
}
@media (min-width: 790px) {
  .layout--full-width-cta .container .full-width-cta--button {
    flex-basis: 55%;
  }
}
@media (min-width: 1400px) {
  .layout--full-width-cta .container .full-width-cta--button {
    text-align: right;
    flex-basis: 25%;
    padding-top: 0;
  }
}
/***************
*
* visual-menu
*
***************/
.layout--visual-menu .container {
  justify-content: space-between;
}
.layout--visual-menu .container .visual-menu--intro {
  margin-bottom: 50px;
}
@media (min-width: 1060px) {
  .layout--visual-menu .container .visual-menu--intro {
    width: 30%;
  }
}
.layout--visual-menu .container .visual-menu--list {
  width: 100%;
}
@media (min-width: 1060px) {
  .layout--visual-menu .container .visual-menu--list {
    width: 65%;
  }
}
.layout--visual-menu .container .visual-menu--list ul {
  list-style: none;
}
.layout--visual-menu .container .visual-menu--list ul li {
  padding-bottom: 40px;
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--image {
  width: 100%;
}
@media (min-width: 790px) {
  .layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--image {
    width: 40%;
  }
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--image.proportional--contain .proportional__source {
  padding: 20px;
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content {
  width: 100%;
  color: #fff;
  padding: 30px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 790px) {
  .layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content {
    width: 60%;
    color: #000;
    padding: 40px 120px 40px 40px;
  }
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content:before {
  content: "";
  background: #4f5d22;
  background: linear-gradient(90deg, #4f5d22 0%, #94a16a 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 790px) {
  .layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content:before {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content .heading + p {
  margin-top: 10px;
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content span {
  content: "";
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 14px 16px;
  right: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  border: 1px solid #0a391f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 790px) {
  .layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content span {
    display: block;
  }
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content span svg {
  width: 20px;
  height: 20px;
}
.layout--visual-menu .container .visual-menu--list ul li a .visual-menu--list--content span svg path {
  stroke: #0a391f;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.layout--visual-menu .container .visual-menu--list ul li a:hover .visual-menu--list--content {
  color: #fff;
}
.layout--visual-menu .container .visual-menu--list ul li a:hover .visual-menu--list--content:before {
  opacity: 1;
}
.layout--visual-menu .container .visual-menu--list ul li a:hover .visual-menu--list--content span {
  border-color: #fff;
}
.layout--visual-menu .container .visual-menu--list ul li a:hover .visual-menu--list--content span svg path {
  stroke: #fff;
}
.login-form {
  background: #dae0e2;
  padding-top: calc(80px + 5vw);
  padding-bottom: calc(80px + 5vw);
}
.login-form #file-list-loginform {
  background: #fff;
  border: 0;
  border-radius: 3px;
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 20px;
}
@media (min-width: 790px) {
  .login-form #file-list-loginform {
    padding: 40px;
  }
}
.login-form #file-list-loginform label {
  margin-bottom: 10px;
  font-size: 14px;
}
@media (min-width: 790px) {
  .login-form #file-list-loginform label {
    font-size: 16px;
  }
}
.login-form #file-list-loginform .input {
  box-sizing: border-box;
  display: block;
  font-size: 20px;
  line-height: 1;
  width: 100%;
  border-width: 0.0625rem;
  padding: 10px;
  margin: 0 6px 16px 0;
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  background-color: #fff;
  color: #32373c;
}
@media (min-width: 790px) {
  .login-form #file-list-loginform .input {
    font-size: 24px;
    padding: 15px;
  }
}
.login-form #file-list-loginform .login-remember input {
  appearance: checkbox;
  -webkit-appearance: checkbox;
}
.login-form #file-list-loginform .login-submit {
  text-align: right;
}
.login-form #file-list-loginform .login-submit .button {
  border-radius: 50px;
  border: none;
  line-height: 1;
  padding: 20px 40px;
  letter-spacing: 2px;
  float: none;
  background: #4f5d22;
  background: linear-gradient(90deg, #4f5d22 0%, #94a16a 100%);
  color: #fff;
  font-weight: 500;
}
/***************
*
* case
*
***************/
.layout--case {
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--case {
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--case {
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--case .case--heading {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .layout--case .case--heading {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .layout--case .case--heading {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.layout--case .case--content {
  position: relative;
}
.layout--case .case--content .case--container {
  justify-content: space-between;
  padding-top: 0px;
  padding-bottom: 40px;
  flex-wrap: wrap;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.layout--case .case--content .case--container .case--objects {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container .case--objects {
    width: 57%;
  }
}
.layout--case .case--content .case--container .case--objects .case--objects-image .aspect {
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.layout--case .case--content .case--container .case--objects .case--objects-image .aspect::before {
  content: "";
  display: block;
  padding-top: 68.75%;
}
.layout--case .case--content .case--container .case--objects .case--objects-image .aspect > .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.layout--case .case--content .case--container .case--objects .case--objects-image .image-text {
  width: 100%;
  padding: 20px 20px 20px 0;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container .case--objects .case--objects-image .image-text {
    width: 26vw;
  }
}
@media (min-width: 1400px) {
  .layout--case .case--content .case--container .case--objects .case--objects-image .image-text {
    width: 20vw;
  }
}
@media (min-width: 1800px) {
  .layout--case .case--content .case--container .case--objects .case--objects-image .image-text {
    width: 14vw;
  }
}
.layout--case .case--content .case--container .case--objects .case--objects-more {
  background-color: #522f1a;
  color: #fff;
  padding: 40px;
  justify-content: space-between;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container .case--objects .case--objects-more {
    padding: 80px;
  }
}
.layout--case .case--content .case--container .case--objects .case--objects-more .lead {
  width: 50%;
}
.layout--case .case--content .case--container .case--text {
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container .case--text {
    width: 35%;
    padding-top: 0;
  }
}
.layout--case .case--content .case--container .case--text:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 80%;
  background-color: #ededed;
  z-index: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
@media (min-width: 1060px) {
  .layout--case .case--content .case--container .case--text:before {
    width: 70vw;
    height: 100%;
    top: 0;
    bottom: unset;
  }
}
@media (min-width: 1400px) {
  .layout--case .case--content .case--container .case--text:before {
    width: 65vw;
  }
}
@media (min-width: 1800px) {
  .layout--case .case--content .case--container .case--text:before {
    width: 60vw;
  }
}
.layout--case .case--content .case--container .case--text .case--text-inner {
  position: relative;
  z-index: 1;
}
.layout--case .case--content .case--container.reverse {
  flex-direction: row-reverse;
}
.layout--case .case--content .case--container.reverse .case--text:before {
  right: auto;
  left: 0;
}
.error-page {
  position: relative;
}
.error-page__heading {
  position: absolute;
  color: rgba(100, 100, 100, 0.1);
  font-size: 20rem;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 0;
}
.error-page__content {
  padding: 200px 0;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
/***************
*
* TEMP CSS 
*
**************
.page-header, .breadcrumb-path, .breadcrumb-dropdown {display: none;}

.viewport-dot {
    top:0;
    left:0;
    position: fixed;
    z-index:999999999999;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: skyblue; &:before  {content: "0";}
    @media (min-width: @screen-xs) {background-color: rebeccapurple; &:before  {content: "XS";} }
    @media (min-width: @screen-sm) {background-color: hotpink; &:before  {content: "SM";} }
    @media (min-width: @screen-md) {background-color: firebrick; &:before  {content: "MD";} }
	@media (min-width: @screen-lg) {background-color: gold; &:before  {content: "LG";} }
	@media (min-width: @screen-xl) {background-color: yellowgreen; &:before  {content: "XL";} }

	@media (min-width: @screen-xs) {}
	@media (min-width: @screen-sm) {}
	@media (min-width: @screen-md) {}
	@media (min-width: @screen-lg) {}
	@media (min-width: @screen-xl) {}
}*/
/* File list styling */
.file-list {
  background: #dae0e2;
  margin-bottom: 80px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 790px) {
  .file-list {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1060px) {
  .file-list {
    padding-top: calc(80px + 1vw);
    padding-bottom: calc(80px + 1vw);
  }
}
.file-list .file-list-wrapper .peoplez-file-list {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin: -20px 0 0 -20px;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 20px 0 0 20px;
  font-size: 14px;
  font-weight: 600;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-breadcrumb a {
  text-decoration: none;
  font-weight: 400;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-breadcrumb .file-list-divider {
  margin: 0 10px;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-element {
  width: 100%;
  height: initial;
  margin: 0;
  padding: 20px 0 0 20px;
}
@media (min-width: 580px) {
  .file-list .file-list-wrapper .peoplez-file-list .file-list-element {
    width: 50%;
  }
}
@media (min-width: 790px) {
  .file-list .file-list-wrapper .peoplez-file-list .file-list-element {
    width: 33.333%;
  }
}
@media (min-width: 1060px) {
  .file-list .file-list-wrapper .peoplez-file-list .file-list-element {
    width: 25%;
  }
}
@media (min-width: 1400px) {
  .file-list .file-list-wrapper .peoplez-file-list .file-list-element {
    width: 20%;
  }
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-element a {
  position: relative;
  display: block;
  padding-top: 88px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  transition: all 0.1s ease;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-element a:hover {
  border-color: #000000;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-element a span:nth-child(1) {
  top: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
  position: absolute;
}
.file-list .file-list-wrapper .peoplez-file-list .file-list-element a span:nth-child(2) {
  display: block;
  height: initial;
  width: 100%;
  text-align: left;
  padding: 0 20px 12px 20px;
  font-weight: 500;
}
html:not(.show-admin-bar) {
  margin-top: 0!important;
}
* html body {
  margin-top: 0!important;
}
@media screen and (max-width: 782px) {
  html:not(.show-admin-bar) {
    margin-top: 0!important;
  }
  * html body {
    margin-top: 0!important;
  }
}
#wpadminbar {
  display: none!important;
}
