/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
  border: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #111;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxContent {
  overflow: visible;
}

#colorbox:focus {
  outline: none;
}
#colorbox #cboxPrevious {
  background: transparent;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxPrevious:before {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxPrevious:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxPrevious:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxPrevious {
    left: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
    width: 33px;
  }
}
#colorbox #cboxNext {
  background: transparent;
  position: absolute;
  top: 50%;
  right: -80px;
  left: auto;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxNext:before, #colorbox #cboxNext:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxNext:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
#colorbox #cboxNext:after {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
#colorbox #cboxNext:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxNext {
    right: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxNext:before, #colorbox #cboxNext:after {
    width: 33px;
  }
}
#colorbox #cboxClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  text-indent: -9999px;
}
#colorbox #cboxClose:before, #colorbox #cboxClose:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: #fff;
}
#colorbox #cboxClose:before {
  top: 2px;
  right: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxClose:after {
  bottom: 2px;
  right: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxClose:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxClose {
    right: 0;
    top: -60px;
  }
}
#colorbox #cboxCurrent {
  text-indent: -9999px;
}
#colorbox #cboxContent {
  background: #fff;
}

/**
 * Image Select Styles
 *
 * @author     Web Semantics, Inc. Dev Team <info@websemantics.ca>
 * @copyright  2011-2015 Web Semantics, Inc.
 * @link       http://websemantics.ca
 * @license    https://opensource.org/licenses/MIT
 */
/* Tag image */
.chose-image {
  width: 55px;
  max-height: 55px;
  padding: 2px 5px 3px 0px;
  vertical-align: middle;
}

.chose-image.rtl {
  padding: 2px 0px 3px 5px;
}

/* Image for Single mode */
.chose-image-small {
  width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}

.chose-image-small.rtl {
  margin: -3px 0 0 3px;
}

/* Images appended to the li(s) */
.chose-image-list {
  width: 16px;
  max-height: 16px;
  vertical-align: middle;
  margin: -3px 3px 0 0;
}

.chose-image-list.rtl {
  margin: -3px 0 0 3px;
}

/* Grey-out image for Multi mode */
.chosen-container-multi .result-selected img {
  opacity: 0.3;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.left-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-right: solid 1px #2b2b2b;
  left: 0;
}

.right-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-left: solid 1px #2b2b2b;
  right: 0;
}

.menu-icon {
  text-indent: 35px;
  width: 45px;
  height: 45px;
  display: block;
  padding: 0;
  color: #000000;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  left: 14.5px;
  -webkit-box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
          box-shadow: 0 0 0 1px #000000, 0 7px 0 1px #000000, 0 14px 0 1px #000000;
  width: 16px;
}
.menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
          box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: #bbb;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #404040;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #3c3c3c;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
          transform: translate3d(250px, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.right-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

.layout-builder-update-block[action*="type=image"] .field-background-color .background-grey {
  background: #8E9B9C;
}
.layout-builder-update-block[action*="type=image"] .field-background-color .background-secondary {
  background: #F4E2D2;
}
.layout-builder-update-block[action*="type=image"] .field-background-color .background-primary {
  background: #C59A8D;
}

a {
  color: #E5EBDC;
}
a:hover, a:focus, a:active {
  color: #c1cfab;
}

.background-primary {
  background: #E5EBDC;
  color: #fff;
}
.background-primary h1,
.background-primary h2,
.background-primary h3,
.background-primary h4,
.background-primary p,
.background-primary span,
.background-primary li,
.background-primary legend {
  color: inherit;
}
.background-primary a:not(.btn) {
  color: #fff;
}
.background-primary .btn-primary {
  background: #cdd8bc;
}
.background-primary .btn-primary:hover, .background-primary .btn-primary:active, .background-primary .btn-primary:focus, .background-primary .btn-primary:active:hover, .background-primary .btn-primary:active:focus {
  background: #c1cfab;
}
.background-primary .btn-primary[disabled], .background-primary .btn-primary[disabled]:hover {
  background: #fdfefc;
}
.layout-builder .background-primary .layout-builder-block:hover {
  outline-color: #fff;
}
.background-secondary {
  color: #000000;
  background: #F4E2D2;
}
.background-white {
  color: #000000;
  background: #fff;
}
.background-grey {
  color: #000000;
  background: #ededed;
}

.path-frontpage h2, .page-node-1 h2 {
  font-size: 65px;
}
@media only screen and (max-width: 991px) {
  .path-frontpage h2, .page-node-1 h2 {
    font-size: 40px;
  }
}

.container-large {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

body {
  overflow-x: hidden;
}

p.lead {
  font-size: 25px;
  font-weight: 400;
}

.field--name-field-caption {
  display: none;
}
.slider__popup .field--name-field-caption, .media-image-edit-form .field--name-field-caption {
  display: block;
}

#cboxLoadedContent {
  overflow: hidden !important;
}

.external:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/arrow-external.svg");
  background-size: contain;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  margin-left: 4px;
}

.btn {
  white-space: normal;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 16px 26px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Classico URW", serif;
  text-decoration: none !important;
  line-height: normal;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}

.accordion .panel, .accordion .panel-primary,
.az-accordion .panel,
.az-accordion .panel-primary,
.panel-group .panel,
.panel-group .panel-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
}
.accordion .panel > .panel-heading, .accordion .panel-primary > .panel-heading,
.az-accordion .panel > .panel-heading,
.az-accordion .panel-primary > .panel-heading,
.panel-group .panel > .panel-heading,
.panel-group .panel-primary > .panel-heading {
  background: transparent;
  padding: 0;
}
.accordion .panel > .panel-heading h4, .accordion .panel-primary > .panel-heading h4,
.accordion .panel > .panel-heading .panel-title,
.accordion .panel-primary > .panel-heading .panel-title,
.az-accordion .panel > .panel-heading h4,
.az-accordion .panel-primary > .panel-heading h4,
.az-accordion .panel > .panel-heading .panel-title,
.az-accordion .panel-primary > .panel-heading .panel-title,
.panel-group .panel > .panel-heading h4,
.panel-group .panel-primary > .panel-heading h4,
.panel-group .panel > .panel-heading .panel-title,
.panel-group .panel-primary > .panel-heading .panel-title {
  font-size: 20px;
}
.accordion .panel > .panel-heading a, .accordion .panel-primary > .panel-heading a,
.az-accordion .panel > .panel-heading a,
.az-accordion .panel-primary > .panel-heading a,
.panel-group .panel > .panel-heading a,
.panel-group .panel-primary > .panel-heading a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 60px;
  padding-left: 0;
  color: #E5EBDC;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
}
.accordion .panel > .panel-heading a:after, .accordion .panel-primary > .panel-heading a:after,
.az-accordion .panel > .panel-heading a:after,
.az-accordion .panel-primary > .panel-heading a:after,
.panel-group .panel > .panel-heading a:after,
.panel-group .panel-primary > .panel-heading a:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow.svg");
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.accordion .panel > .panel-heading a[aria-expanded="true"]:after, .accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel-primary > .panel-heading a[aria-expanded="true"]:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion .panel > .panel-heading a:hover, .accordion .panel-primary > .panel-heading a:hover,
.az-accordion .panel > .panel-heading a:hover,
.az-accordion .panel-primary > .panel-heading a:hover,
.panel-group .panel > .panel-heading a:hover,
.panel-group .panel-primary > .panel-heading a:hover {
  color: #F4E2D2;
}
.accordion .panel > .panel-heading + .panel-collapse .panel-body, .accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background: transparent;
}
.accordion .panel .panel-body, .accordion .panel-primary .panel-body,
.az-accordion .panel .panel-body,
.az-accordion .panel-primary .panel-body,
.panel-group .panel .panel-body,
.panel-group .panel-primary .panel-body {
  padding: 75px 60px 75px 60px;
}
.accordion .panel .panel-body > div, .accordion .panel-primary .panel-body > div,
.az-accordion .panel .panel-body > div,
.az-accordion .panel-primary .panel-body > div,
.panel-group .panel .panel-body > div,
.panel-group .panel-primary .panel-body > div {
  max-width: 720px;
  margin: 0 auto;
}
.accordion .panel .btn, .accordion .panel-primary .btn,
.az-accordion .panel .btn,
.az-accordion .panel-primary .btn,
.panel-group .panel .btn,
.panel-group .panel-primary .btn {
  font-size: 12px;
}

.block-vb-lb-anchor-links .item-list {
  background: #fff;
}
.block-vb-lb-anchor-links .nav-tabs {
  border-bottom: 1px solid #ededed;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs {
    border: none;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li {
  border-bottom: 1px solid #ededed;
  position: relative;
  top: 1px;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li {
    border-bottom: none;
    top: 0;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li a {
  color: #000000;
}
.block-vb-lb-anchor-links .nav-tabs > li.active {
  border-bottom: 4px solid #E5EBDC;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li.active {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li.active a {
  color: #E5EBDC;
}
.block-vb-share {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.block-vb-share .block-title {
  display: none;
}
.block-vb-share .share__link {
  z-index: 3;
}
.block-vb-share:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ededed;
  display: block;
  position: absolute;
  bottom: 15px;
  z-index: -2;
}
.block-vb-share:before {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.block-block-stolz-views-block-product-categories-by-group {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .block-block-stolz-footer-menu > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
.block-block-stolz-footer-menu ul {
  list-style: none;
  padding: 0;
}
.block-block-stolz-footer-menu ul a {
  color: #000000;
  font-family: "Classico URW", serif;
}
.block-block-stolz-footer-menu ul > li > a {
  font-size: 25px;
}
.block-block-stolz-footer-menu ul > li > ul a {
  font-size: 14px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.block-block-stolz-formulier {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #77898a;
  padding: 50px;
  margin-top: 50px;
}
.block-block-stolz-formulier h2 {
  color: #fff;
  margin-bottom: 10px;
}
.block-block-stolz-formulier .has-required-fields {
  display: none;
}
.block-block-stolz-formulier .webform-submission-newsletter-form {
  position: relative;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.block-block-stolz-formulier .webform-submission-newsletter-form input {
  border: none;
}
.block-block-stolz-formulier .webform-submission-newsletter-form .btn {
  padding: 15px 20px;
  padding-bottom: 13px;
}
@media only screen and (min-width: 992px) {
  .block-block-stolz-formulier .webform-submission-newsletter-form .btn {
    padding: 21px 20px 17px 20px;
    margin-right: 4px;
  }
}
.block-block-stolz-formulier .webform-submission-newsletter-form .form-item.form-type-checkbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.block-block-stolz-formulier .webform-submission-newsletter-form .form-item.form-type-checkbox label {
  color: #fff;
}
.block-block-stolz-formulier .webform-submission-newsletter-form .form-item.form-type-checkbox a {
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .block-block-stolz-formulier .form-type-email {
    width: calc(100% - 150px);
  }
}
.block-block-stolz-formulier .form-type-email input::-webkit-input-placeholder {
  color: #000000 !important;
}
.block-block-stolz-formulier .form-type-email input::-moz-placeholder {
  color: #000000 !important;
}
.block-block-stolz-formulier .form-type-email input:-ms-input-placeholder {
  color: #000000 !important;
}
.block-block-stolz-formulier .form-type-email input::-ms-input-placeholder {
  color: #000000 !important;
}
.block-block-stolz-formulier .form-type-email input::placeholder {
  color: #000000 !important;
}
@media only screen and (min-width: 992px) {
  .block-block-stolz-formulier .form-actions {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}

.blog-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.blog-full__date {
  float: right;
}
.blog-full__intro {
  clear: both;
}
.blog-full__categories a,
.blog-full__categories span {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.blog-teaser__title h3 {
  margin-bottom: 5px;
}
.blog-teaser__date {
  margin-bottom: 10px;
}

.breadcrumb {
  background: transparent;
  text-align: left;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
}
.breadcrumb > li {
  color: #3D3D3D;
  display: inline;
  font-size: 14px;
}
.breadcrumb > li a {
  color: #3D3D3D;
  text-decoration: underline;
}

.btn-default {
  background: #F4E2D2;
  color: #fff;
}
.btn-default:before {
  content: "";
  position: absolute;
  background: #E5EBDC;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #cdd8bc;
  color: #fff;
}
.btn-default:hover:before, .btn-default:active:before, .btn-default:focus:before, .btn-default:active:hover:before, .btn-default:active:focus:before {
  top: 0;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background: #fefcfb;
  color: #fff;
}
.btn-primary, .btn-success {
  background: #000000;
  color: #fff;
}
.btn-primary:before, .btn-success:before {
  content: "";
  position: absolute;
  background: #1a1a1a;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:hover, .btn-success:active:focus {
  background: #1a1a1a;
  color: #fff;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary:focus:before, .btn-primary:active:hover:before, .btn-primary:active:focus:before, .btn-success:hover:before, .btn-success:active:before, .btn-success:focus:before, .btn-success:active:hover:before, .btn-success:active:focus:before {
  top: 0;
}
.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-success[disabled], .btn-success[disabled]:hover {
  background: #fdfefc;
  color: #fff;
}
.btn-info {
  background: #eee;
  color: #000000;
}
.btn-info:before {
  content: "";
  position: absolute;
  background: #E5EBDC;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-info:active:focus {
  background: #d5d5d5;
  color: #fff;
}
.btn-info:hover:before, .btn-info:active:before, .btn-info:focus:before, .btn-info:active:hover:before, .btn-info:active:focus:before {
  top: 0;
}
.btn-info[disabled], .btn-info[disabled]:hover {
  background: #eee;
  color: #999;
}
.btn-link {
  background: #fff;
  color: #000000;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: #fff;
  color: #E5EBDC;
  text-decoration: none;
}
.btn-transparent {
  border: 1px solid #E2E2E2;
  background-color: transparent;
  color: #3D3D3D !important;
}
.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus, .btn-transparent:active:hover, .btn-transparent:active:focus {
  background: transparent;
  text-decoration: underline;
}
.btn-link {
  background-color: transparent;
  text-decoration: underline !important;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: transparent;
  text-decoration: none !important;
}
.btn-tertiary, .btn-secondary {
  background-color: #89322A;
  color: #fff !important;
  line-height: normal;
  z-index: 1;
}
.btn-tertiary:before, .btn-secondary:before {
  content: "";
  position: absolute;
  background: #869183;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.btn-tertiary:hover, .btn-secondary:hover {
  background-color: #869183;
}
.btn-tertiary:hover:before, .btn-secondary:hover:before {
  top: 0;
}
.btn-lg {
  font-size: 18px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 13px;
}

.card--has-image.inview {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .card--has-image.inview {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.card__readmore {
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
}
.card__readmore a {
  color: #000000;
}
.card__readmore:hover {
  text-decoration: none;
}
.card__text {
  color: #000000;
}
.card__title {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  font-size: 25px;
}
.background-grey .card, .background-primary .card, .background-secondary .card {
  padding: 30px;
  background-color: #fff;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .background-grey .card, .background-primary .card, .background-secondary .card {
    padding: 30px 30px 75px 30px;
  }
}

.chosen-container {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23F4E2D2%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-position: center right 20px;
  background-color: #fff;
  line-height: 44px;
  font-size: 16px;
  font-weight: 300;
}
.chosen-container .chosen-single {
  border: none;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  line-height: inherit;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit !important;
}
.chosen-container .chosen-single div {
  display: none;
}
.chosen-container .chosen-drop {
  left: 0;
  border: none;
}
.chosen-container .chosen-results {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
.chosen-container .chosen-results li {
  line-height: 32px;
}
.chosen-container .chosen-results li.highlighted {
  background: #F4E2D2;
  color: #000000;
}
.chosen-container .chose-image-list {
  width: 40px;
  height: 40px;
  max-height: 40px;
  margin-right: 10px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  background: transparent;
}

#colorbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  text-align: center;
}
#colorbox #cboxContent {
  background: transparent !important;
}
#colorbox .field--name-field-caption {
  text-align: left;
}

#cboxOverlay {
  position: fixed !important;
}

.container {
  max-width: 1140px;
}
.container--medium {
  max-width: 960px;
}
.container--small {
  max-width: 800px;
}
.container--large {
  max-width: 1140px;
}
.page-node-type-product .container--large {
  max-width: 1310px;
}
.col-md-9 .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.copyright {
  background: #E5EBDC;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover, .copyright a:active, .copyright a:focus, .copyright a:hover:active {
  color: #fff;
  text-decoration: underline;
}

.counter {
  height: 100%;
}
.counter__content {
  padding: 30px;
}

.cta {
  text-align: center;
  background: #F4E2D2;
  color: #fff;
}
.cta a:not(.btn) {
  color: #E5EBDC;
}
.cta__title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .cta {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cta__body {
  font-size: 15px;
  margin-bottom: 0;
}
.cta__body p {
  font-size: inherit;
}
.cta__link {
  margin-top: 20px;
}
.region-content-bottom .cta {
  background: transparent;
}

.error-page {
  background: #f0f0f0;
  text-align: center;
}
.error-page .container {
  padding: 30px;
  margin-top: 60px;
  border: 1px solid #ccc;
  background: #fff;
}
.error-page__logo {
  width: 300px;
  height: 150px;
  margin: 30px auto;
  background: url(__logo-placeholder__) no-repeat center center/contain;
}
.error-page .invisible {
  display: none;
}

.views-exposed-form .form--inline > .form-item {
  margin: 0;
}
.views-exposed-form .form--inline > .form-item.fieldgroup {
  float: none;
  margin: 0;
}
.views-exposed-form .form--inline .form-radios .form-radio {
  display: none;
}
.views-exposed-form .form--inline .form-radios .form-radio:checked + .control-label {
  background: #E5EBDC;
  border-color: #E5EBDC;
  color: #fff;
}
.views-exposed-form .form--inline .form-radios .control-label {
  display: block;
  background: #ededed;
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .views-exposed-form .form--inline .form-radios .control-label {
    width: auto;
  }
}
.views-exposed-form .form--inline .form-radios .control-label:before, .views-exposed-form .form--inline .form-radios .control-label:after {
  content: none;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio {
  display: inline-block;
  margin: 0 10px 0 0;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio:last-child {
  margin-right: 0;
}

.file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: inherit;
  position: relative;
  background-image: url("../images/file.svg");
  background-repeat: no-repeat;
  background-position: 0 20px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 1px solid #E2E2E2;
}
.file__link {
  padding: 20px 0 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .file__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .file__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.file__link:hover {
  text-decoration: none;
  color: inherit;
}
.file__label, .file__size {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover .file__label, a:hover .file__size {
  color: #869183;
}
.file__size {
  font-size: 12px;
  margin-left: auto;
  font-family: "Classico URW", serif;
  text-transform: uppercase;
}
.file__download {
  margin-left: 30px;
  background-color: #000000;
  padding: 10px 15px;
  font-family: "Classico URW", serif;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
}
.file__download:hover {
  background-color: #869183;
}
.file__content {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .file__content {
    margin-right: auto;
    text-align: left;
  }
}
.file__label {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  font-family: "Classico URW", serif;
}

@font-face {
  font-family: 'Classico URW';
  src: url("../fonts/classicoURW.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
.form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel .form-control, .panel-primary .form-control {
  border: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #ededed !important;
}

::-moz-placeholder {
  opacity: 1;
  color: #ededed !important;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #ededed !important;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #ededed !important;
}

::placeholder {
  opacity: 1;
  color: #ededed !important;
}

.form-item > label.option {
  color: #000000;
  text-transform: none;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.background-secondary .form-item > label.option {
  color: #fff;
}
.form-item.form-type-checkbox, .form-item.form-type-radio {
  margin-top: 30px;
}
.fieldgroup .form-item.form-type-checkbox:first-child, .fieldgroup .form-item.form-type-radio:first-child {
  margin-top: 20px;
}
.form-item.form-type-checkbox input, .form-item.form-type-radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}
.form-item.form-type-checkbox input:checked + label:after, .form-item.form-type-radio input:checked + label:after {
  display: block;
}
.form-item.form-type-checkbox label, .form-item.form-type-radio label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 40px;
  min-height: 30px;
}
.form-item.form-type-checkbox label:before, .form-item.form-type-radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #BDBDBD;
  background: #fff;
}
.form-item.form-type-checkbox label:after, .form-item.form-type-radio label:after {
  content: '';
  display: none;
  position: absolute;
}
.form-item.form-type-checkbox + .form-type-checkbox {
  margin-top: 10px;
}
.form-item.form-type-checkbox label:after {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22%20points%3D%223%2C10%208%2C15%2017%2C6%20%22%2F%3E%3C%2Fsvg%3E");
}
.form-item.form-type-radio + .form-type-radio {
  margin-top: 20px;
}
.form-item.form-type-radio label:before {
  border-radius: 99px;
}
.form-item.form-type-radio label:after {
  width: 16px;
  height: 16px;
  left: 7px;
  top: 7px;
  border-radius: 99px;
  background: #F4E2D2;
}

select,
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23F4E2D2%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-position: center right 20px;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

.hellobar {
  background-color: #C6B29B;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 0;
}
.hellobar .field--name-field-hellobar-body p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .hellobar .field--name-field-hellobar-body p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
.hellobar .field--name-field-hellobar-body p {
  margin: 0;
  color: #000000;
}
.hellobar .field--name-field-hellobar-body .btn {
  background-color: #8C7D6C;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .hellobar .field--name-field-hellobar-body .btn {
    margin-top: 10px;
  }
}
.hellobar .field--name-field-hellobar-body .btn:hover {
  background-color: #9FA69B;
}
.hellobar .field--name-field-hellobar-body .btn:before {
  width: 20px;
  height: 20px;
  display: block;
  content: '';
  background-image: url("../images/arrow-right.svg");
  background-size: cover;
  margin-right: 10px;
  margin-top: -3px;
}

.language-switcher--inline li {
  color: #ededed;
  text-transform: uppercase;
}
.language-switcher--inline li a {
  color: #3D3D3D;
  display: block;
  cursor: pointer;
}
.language-switcher--inline li a:hover {
  text-decoration: underline;
}
.language-switcher--inline li.is-active a {
  color: #E5EBDC;
  text-decoration: none;
}
.language-switcher--inline li:focus {
  color: #000000;
}
.language-switcher--dropdown .links li {
  text-transform: uppercase;
}
.language-switcher--dropdown .links li a {
  color: #3D3D3D;
  font-size: 12px;
}
.language-switcher--dropdown .links li:focus {
  text-decoration: none;
}
.language-switcher--dropdown .links li.is-active:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover {
  text-decoration: none;
  color: #E5EBDC;
}
.language-switcher--dropdown .links li.is-active:hover:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23E5EBDC%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover a {
  color: #E5EBDC;
  text-decoration: none;
}
.language-switcher--dropdown .links.active {
  background: #fff;
  border: 1px solid #ededed;
}
.language-switcher--dropdown .links.active li {
  color: #3D3D3D;
  display: block;
  opacity: 0;
}
.language-switcher--dropdown .links.active li a {
  color: #000000;
  display: block;
  cursor: pointer;
}
.language-switcher--dropdown .links.active li.is-active {
  text-decoration: none;
  background: #E5EBDC;
}
.language-switcher--dropdown .links.active li.is-active a {
  color: #fff;
  text-decoration: none;
}
.language-switcher--dropdown .links.active li.is-active:before, .language-switcher--dropdown .links.active li.is-active:after {
  content: none;
}
.language-switcher--dropdown .links.active li:focus {
  color: #000000;
}

.layout-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--no-padding, .layout-wrapper.no-padding {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.layout-wrapper--padding-small {
  padding-top: 20px;
  padding-bottom: 20px;
}
.layout-wrapper--padding-small .block-inline-blocksection-title h3 {
  margin-top: 0;
}
.layout-wrapper--no-col-padding .row > div, .layout-wrapper.no-col-padding .row > div {
  padding-left: 0;
  padding-right: 0;
}
.layout-wrapper--padding, .layout-wrapper.padding {
  padding-bottom: 140px;
  padding-top: 140px;
}
.layout-wrapper.margin-bottom, .layout-wrapper.layout-wrapper--margin-bottom {
  margin-bottom: 100px;
}
.layout-wrapper.margin-top, .layout-wrapper.layout-wrapper--margin-top {
  margin-top: 100px;
}
.layout-wrapper--divider {
  padding: 0;
  border-bottom: 100px solid #ededed;
}
.layout-wrapper--padding-1 {
  padding: 0px;
}
.layout-wrapper--padding-top-1 {
  padding-top: 0px;
}
.layout-wrapper--padding-right-1 {
  padding-right: 0px;
}
.layout-wrapper--padding-bottom-1 {
  padding-bottom: 0px;
}
.layout-wrapper--padding-left-1 {
  padding-left: 0px;
}
.layout-wrapper--margin-1 {
  margin: 0px;
}
.layout-wrapper--margin-top-1 {
  margin-top: 0px;
}
.layout-wrapper--margin-right-1 {
  margin-right: 0px;
}
.layout-wrapper--margin-bottom-1 {
  margin-bottom: 0px;
}
.layout-wrapper--margin-left-1 {
  margin-left: 0px;
}
.layout-wrapper--padding-2 {
  padding: 10px;
}
.layout-wrapper--padding-top-2 {
  padding-top: 10px;
}
.layout-wrapper--padding-right-2 {
  padding-right: 10px;
}
.layout-wrapper--padding-bottom-2 {
  padding-bottom: 10px;
}
.layout-wrapper--padding-left-2 {
  padding-left: 10px;
}
.layout-wrapper--margin-2 {
  margin: 10px;
}
.layout-wrapper--margin-top-2 {
  margin-top: 10px;
}
.layout-wrapper--margin-right-2 {
  margin-right: 10px;
}
.layout-wrapper--margin-bottom-2 {
  margin-bottom: 10px;
}
.layout-wrapper--margin-left-2 {
  margin-left: 10px;
}
.layout-wrapper--padding-3 {
  padding: 20px;
}
.layout-wrapper--padding-top-3 {
  padding-top: 20px;
}
.layout-wrapper--padding-right-3 {
  padding-right: 20px;
}
.layout-wrapper--padding-bottom-3 {
  padding-bottom: 20px;
}
.layout-wrapper--padding-left-3 {
  padding-left: 20px;
}
.layout-wrapper--margin-3 {
  margin: 20px;
}
.layout-wrapper--margin-top-3 {
  margin-top: 20px;
}
.layout-wrapper--margin-right-3 {
  margin-right: 20px;
}
.layout-wrapper--margin-bottom-3 {
  margin-bottom: 20px;
}
.layout-wrapper--margin-left-3 {
  margin-left: 20px;
}
.layout-wrapper--padding-4 {
  padding: 30px;
}
.layout-wrapper--padding-top-4 {
  padding-top: 30px;
}
.layout-wrapper--padding-right-4 {
  padding-right: 30px;
}
.layout-wrapper--padding-bottom-4 {
  padding-bottom: 30px;
}
.layout-wrapper--padding-left-4 {
  padding-left: 30px;
}
.layout-wrapper--margin-4 {
  margin: 30px;
}
.layout-wrapper--margin-top-4 {
  margin-top: 30px;
}
.layout-wrapper--margin-right-4 {
  margin-right: 30px;
}
.layout-wrapper--margin-bottom-4 {
  margin-bottom: 30px;
}
.layout-wrapper--margin-left-4 {
  margin-left: 30px;
}
.layout-wrapper--padding-5 {
  padding: 40px;
}
.layout-wrapper--padding-top-5 {
  padding-top: 40px;
}
.layout-wrapper--padding-right-5 {
  padding-right: 40px;
}
.layout-wrapper--padding-bottom-5 {
  padding-bottom: 40px;
}
.layout-wrapper--padding-left-5 {
  padding-left: 40px;
}
.layout-wrapper--margin-5 {
  margin: 40px;
}
.layout-wrapper--margin-top-5 {
  margin-top: 40px;
}
.layout-wrapper--margin-right-5 {
  margin-right: 40px;
}
.layout-wrapper--margin-bottom-5 {
  margin-bottom: 40px;
}
.layout-wrapper--margin-left-5 {
  margin-left: 40px;
}
.layout-wrapper--padding-6 {
  padding: 50px;
}
.layout-wrapper--padding-top-6 {
  padding-top: 50px;
}
.layout-wrapper--padding-right-6 {
  padding-right: 50px;
}
.layout-wrapper--padding-bottom-6 {
  padding-bottom: 50px;
}
.layout-wrapper--padding-left-6 {
  padding-left: 50px;
}
.layout-wrapper--margin-6 {
  margin: 50px;
}
.layout-wrapper--margin-top-6 {
  margin-top: 50px;
}
.layout-wrapper--margin-right-6 {
  margin-right: 50px;
}
.layout-wrapper--margin-bottom-6 {
  margin-bottom: 50px;
}
.layout-wrapper--margin-left-6 {
  margin-left: 50px;
}
.layout-wrapper--padding-7 {
  padding: 60px;
}
.layout-wrapper--padding-top-7 {
  padding-top: 60px;
}
.layout-wrapper--padding-right-7 {
  padding-right: 60px;
}
.layout-wrapper--padding-bottom-7 {
  padding-bottom: 60px;
}
.layout-wrapper--padding-left-7 {
  padding-left: 60px;
}
.layout-wrapper--margin-7 {
  margin: 60px;
}
.layout-wrapper--margin-top-7 {
  margin-top: 60px;
}
.layout-wrapper--margin-right-7 {
  margin-right: 60px;
}
.layout-wrapper--margin-bottom-7 {
  margin-bottom: 60px;
}
.layout-wrapper--margin-left-7 {
  margin-left: 60px;
}
.layout-wrapper--padding-8 {
  padding: 70px;
}
.layout-wrapper--padding-top-8 {
  padding-top: 70px;
}
.layout-wrapper--padding-right-8 {
  padding-right: 70px;
}
.layout-wrapper--padding-bottom-8 {
  padding-bottom: 70px;
}
.layout-wrapper--padding-left-8 {
  padding-left: 70px;
}
.layout-wrapper--margin-8 {
  margin: 70px;
}
.layout-wrapper--margin-top-8 {
  margin-top: 70px;
}
.layout-wrapper--margin-right-8 {
  margin-right: 70px;
}
.layout-wrapper--margin-bottom-8 {
  margin-bottom: 70px;
}
.layout-wrapper--margin-left-8 {
  margin-left: 70px;
}
.layout-wrapper--padding-9 {
  padding: 80px;
}
.layout-wrapper--padding-top-9 {
  padding-top: 80px;
}
.layout-wrapper--padding-right-9 {
  padding-right: 80px;
}
.layout-wrapper--padding-bottom-9 {
  padding-bottom: 80px;
}
.layout-wrapper--padding-left-9 {
  padding-left: 80px;
}
.layout-wrapper--margin-9 {
  margin: 80px;
}
.layout-wrapper--margin-top-9 {
  margin-top: 80px;
}
.layout-wrapper--margin-right-9 {
  margin-right: 80px;
}
.layout-wrapper--margin-bottom-9 {
  margin-bottom: 80px;
}
.layout-wrapper--margin-left-9 {
  margin-left: 80px;
}
.layout-wrapper--padding-10 {
  padding: 90px;
}
.layout-wrapper--padding-top-10 {
  padding-top: 90px;
}
.layout-wrapper--padding-right-10 {
  padding-right: 90px;
}
.layout-wrapper--padding-bottom-10 {
  padding-bottom: 90px;
}
.layout-wrapper--padding-left-10 {
  padding-left: 90px;
}
.layout-wrapper--margin-10 {
  margin: 90px;
}
.layout-wrapper--margin-top-10 {
  margin-top: 90px;
}
.layout-wrapper--margin-right-10 {
  margin-right: 90px;
}
.layout-wrapper--margin-bottom-10 {
  margin-bottom: 90px;
}
.layout-wrapper--margin-left-10 {
  margin-left: 90px;
}
.layout-wrapper--padding-11 {
  padding: 100px;
}
.layout-wrapper--padding-top-11 {
  padding-top: 100px;
}
.layout-wrapper--padding-right-11 {
  padding-right: 100px;
}
.layout-wrapper--padding-bottom-11 {
  padding-bottom: 100px;
}
.layout-wrapper--padding-left-11 {
  padding-left: 100px;
}
.layout-wrapper--margin-11 {
  margin: 100px;
}
.layout-wrapper--margin-top-11 {
  margin-top: 100px;
}
.layout-wrapper--margin-right-11 {
  margin-right: 100px;
}
.layout-wrapper--margin-bottom-11 {
  margin-bottom: 100px;
}
.layout-wrapper--margin-left-11 {
  margin-left: 100px;
}
.layout-wrapper--bg-tertiary {
  background-color: #E3DACF;
}
.layout-wrapper--bg-tertiary .block-inline-blocksection-title {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.layout-wrapper.bg-color {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.layout-wrapper.bg-color .block-inline-blocksection-title {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper.bg-color {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.layout-wrapper--sample {
  background: #E3DACF;
}
.layout-wrapper--sample .block-inline-blocksection-title {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: left !important;
}
.layout-wrapper--sample .block-inline-blocksection-title h2 {
  margin: 0;
}
.layout-wrapper--sample .inline-block-form {
  padding: 0;
  background: transparent;
}
.layout-wrapper--sample .inline-block-form:after {
  content: none;
}
.layout-wrapper--sample .inline-block-form .inline-block-form__form label {
  color: #000000;
}
.layout-wrapper--sample .inline-block-form .inline-block-form__form a {
  color: #89322A;
}
.layout-wrapper--heading-center .block-inline-blocksection-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 50px;
}
.layout-wrapper--heading-center .block-inline-blocksection-title h2 {
  color: #E5EBDC;
}
.layout-wrapper--horizontal-card {
  padding-top: 20px;
  padding-bottom: 20px;
}
.layout-wrapper--call-to-action {
  background-color: #89322A;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--call-to-action {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.layout-wrapper--cards-element {
  background-color: #E3DACF;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper--cards-element {
    padding-bottom: 0;
  }
}
.layout-wrapper--cards-element-2 {
  background-color: #E3DACF;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  margin-bottom: 50px;
}
.layout-wrapper--cards-element-2 .card h2,
.layout-wrapper--cards-element-2 .card h3,
.layout-wrapper--cards-element-2 .card h4,
.layout-wrapper--cards-element-2 .card p {
  color: #000000;
}
@media only screen and (min-width: 1240px) {
  .layout-wrapper--cards-element-2 .card h3 {
    min-height: 77px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--image-break {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--image-break .inline-block-image {
    margin-top: -150px;
    max-width: 445px;
    margin-left: auto;
  }
}
.layout-wrapper--image-break p {
  max-width: none !important;
}
.layout-wrapper .inline-block-card {
  position: relative;
}
.layout-wrapper .inline-block-card a:hover {
  text-decoration: none;
}
.layout-wrapper .inline-block-card a:hover .btn-primary {
  background-color: #9FA69B;
}
@media only screen and (min-width: 768px) {
  .layout-wrapper .inline-block-card .field--name-field-title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .layout-wrapper .inline-block-card .field--name-field-title {
    font-size: 32px;
  }
}
.layout-wrapper--padding-top-0 {
  padding-top: 0;
}
.layout-wrapper--padding-bottom-0 {
  padding-bottom: 0;
}
.layout-wrapper--padding-top-small {
  padding-top: 15px;
}
.layout-wrapper--padding-top-medium {
  padding-top: 30px;
}
.layout-wrapper--padding-bottom-medium {
  padding-bottom: 30px;
}
.layout-wrapper .inline-block-image--square {
  width: 100%;
}
.layout--cards-element-2:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #C6B29B;
  margin-bottom: 50px;
}
.layout--cards-element-2 .card {
  background-color: transparent;
  padding: 0;
}
.layout--cards-element-2 svg * {
  stroke: #8C7D6C !important;
}
.layout--cards-element h2,
.layout--cards-element p {
  color: #000000;
}
.layout--cards-element h2 {
  margin-bottom: 0;
}
.layout--cards-element p {
  font-size: 25px;
  line-height: 35px;
  max-width: 445px;
}
@media only screen and (max-width: 991px) {
  .layout--cards-element p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .layout--cards-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 991px) {
  .layout--cards-element .inline-block-image__image {
    margin-top: 30px;
  }
}
.layout.no-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.layout--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .layout--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--text-align-center {
  text-align: center;
}
.layout--text-align-right {
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.layout--image-with-text .col-md-6 {
  padding: 0;
}
.layout--image-with-text .inline-block-image__image img {
  width: 100%;
}
.layout--image-with-text .inline-block-text {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .layout--image-with-text .inline-block-text {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-left .inline-block-text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-right .inline-block-text {
    padding-left: 0;
  }
}
.layout.title-with-logo .inline-block-text__text h3 img {
  max-width: 100px;
  max-height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout--map iframe {
  width: 100%;
  border-radius: 20px;
  height: 500px;
}
.layout--image-bg-primary .inline-block-image__image:after {
  background-color: #E5EBDC;
}
.layout--image-bg-secondary .inline-block-image__image:after {
  background-color: #F4E2D2;
}
.layout--image-bg-blue .inline-block-image__image:after {
  background-color: #3C515E;
}
.layout--image-bg-grey .inline-block-image__image:after {
  background-color: #8E9B9C;
}
.layout--image-bg-grey .inline-block-image__image:after .btn-secondary {
  background-color: #ededed;
}
.layout--image-bg-secondary-dark .inline-block-image__image:after {
  background-color: #89322A;
}
.layout--image-bg-tertiary .inline-block-image__image:after {
  background-color: #C59A8D;
}
.layout--image-bg--top-right .inline-block-image__image {
  position: relative;
  padding-right: 50px;
  padding-top: 50px;
}
.layout--image-bg--top-right .inline-block-image__image:after {
  content: '';
  width: 450px;
  height: 295px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--image-bg--top-right .inline-block-image__image:after {
    width: 250px;
    height: 200px;
  }
}
.layout--image-bg--top-right .col-lg-5 .inline-block-image__image:after {
  width: 430px;
}
@media only screen and (min-width: 992px) {
  .layout--image-bg--top-right .inline-block-text {
    max-width: 445px;
    margin: 0 auto;
  }
}
.layout--image-bg--bg-bottom-right .inline-block-image__image {
  position: relative;
  padding-right: 50px;
  padding-bottom: 50px;
}
.layout--image-bg--bg-bottom-right .inline-block-image__image:after {
  content: '';
  width: 450px;
  height: 295px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--image-bg--bg-bottom-right .inline-block-image__image:after {
    width: 250px;
    height: 200px;
  }
}
.layout--image-bg--bg-bottom-right .col-lg-5 .inline-block-image__image:after {
  width: 430px;
}
@media only screen and (min-width: 992px) {
  .layout--image-bg--bg-bottom-right .inline-block-text {
    max-width: 445px;
    margin: 0 auto;
  }
}
.layout--image-bg--bottom-left .inline-block-image__image {
  position: relative;
  padding-left: 50px;
  padding-bottom: 50px;
}
.layout--image-bg--bottom-left .inline-block-image__image:after {
  content: '';
  width: 450px;
  height: 295px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--image-bg--bottom-left .inline-block-image__image:after {
    width: 250px;
    height: 200px;
  }
}
.layout--image-bg--bottom-left .col-lg-5 .inline-block-image__image:after {
  width: 430px;
}
@media only screen and (min-width: 992px) {
  .layout--image-bg--bottom-left .inline-block-text {
    max-width: 445px;
    margin: 0 auto;
  }
}
.layout--image-bg--top-left .inline-block-image__image {
  position: relative;
  padding-left: 50px;
  padding-top: 50px;
}
.layout--image-bg--top-left .inline-block-image__image:after {
  content: '';
  width: 450px;
  height: 295px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .layout--image-bg--top-left .inline-block-image__image:after {
    width: 250px;
    height: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .layout--image-bg--top-left .inline-block-image__image:after {
    height: 200px !important;
    width: 200px;
  }
}
.layout--image-bg--top-left .col-lg-5 .inline-block-image__image:after {
  width: 430px;
}
@media only screen and (min-width: 992px) {
  .layout--image-bg--top-left .inline-block-text {
    max-width: 445px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .layout--layout-usp .inline-block-text {
    max-width: none;
  }
}
.layout--layout-usp .col-lg-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.layout--layout-usp .col-lg-5 .inline-block-text {
  width: 100%;
}
.layout--layout-usp .col-lg-5 .inline-block-card {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .layout--layout-usp .col-lg-5 .inline-block-card {
    width: calc(50% - 20px);
  }
}
.layout--image-bg--big .inline-block-image__image:after {
  height: 420px !important;
}
@media only screen and (max-width: 479px) {
  .layout--image-bg--big .inline-block-image__image:after {
    height: 200px !important;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-overlap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout--image-with-text-overlap .inline-block-text {
  background-color: #90897F;
}
@media only screen and (max-width: 991px) {
  .layout--image-with-text-overlap .inline-block-text {
    padding: 25px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-overlap .inline-block-text {
    padding: 75px;
  }
}
.layout--image-with-text-overlap .inline-block-text h2,
.layout--image-with-text-overlap .inline-block-text h3,
.layout--image-with-text-overlap .inline-block-text h4,
.layout--image-with-text-overlap .inline-block-text p,
.layout--image-with-text-overlap .inline-block-text a {
  color: #fff;
}
.layout--image-with-text-overlap .inline-block-text h2 {
  margin-bottom: 0;
}
.layout--image-with-text-overlap .col-lg-5 {
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-overlap .col-lg-5 {
    max-width: 540px;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-overlap .col-lg-7 {
    margin-left: -200px;
  }
}
.layout--image-with-text-overlap .btn {
  padding: 15px 25px;
  letter-spacing: 0;
}
.layout--image-with-text-overlap .btn-primary {
  background-color: #fff;
  color: #000000 !important;
  position: relative;
  z-index: 0;
}
.layout--image-with-text-overlap .btn-primary:before {
  content: "";
  position: absolute;
  background-color: #ededed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.layout--image-with-text-overlap .btn-primary:hover:before {
  top: 0;
}
.layout--image-with-text-overlap .btn-link {
  padding-right: 0;
}
.layout--text-bg {
  position: relative;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .layout--text-bg {
    padding-bottom: 130px;
  }
}
.layout--text-bg .col-lg-5 {
  padding-bottom: 40px;
}
.layout--text-bg:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 40%;
  left: 0;
  right: 0;
  background-color: #E3DACF;
}
@media only screen and (min-width: 992px) {
  .layout--text-bg:before {
    right: 40%;
    bottom: 50px;
  }
}
.layout--text-bg .inline-block-text {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .layout--text-bg .inline-block-text {
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 992px) {
  .layout--text-bg .col-lg-7 {
    margin-bottom: -130px;
  }
}
.layout--call-to-action {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .layout--call-to-action {
    background-image: url("../images/percentage.svg");
    background-size: 220px 300px;
    background-position: 65% center;
    background-repeat: no-repeat;
  }
}
.layout--call-to-action h2,
.layout--call-to-action h3,
.layout--call-to-action h4,
.layout--call-to-action p,
.layout--call-to-action a {
  color: #fff;
}
.layout--call-to-action .inline-block-text__text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.layout--call-to-action h2 {
  font-size: 40px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .layout--call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
  }
  .layout--call-to-action img {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
.layout--animated div, .layout-builder__layout:not(.layout--sample) div {
  opacity: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.section-library-links .layout--animated div, .section-library-links .layout-builder__layout:not(.layout--sample) div {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.layout div.inview {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.inline-block.background-white, .inline-block.background-grey, .inline-block.background-primary, .inline-block.background-secondary {
  padding: 15px;
}

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile {
  /* Reset */
  min-width: 0;
  min-height: 0;
  -webkit-animation: none;
          animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  z-index: inherit;
}
.magnify:before {
  content: '';
  display: block;
}

.magnify > .magnify-lens {
  /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after {
  /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.maintenance {
  padding-top: 100px;
}
.maintenance .logo {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .maintenance .logo {
    width: 100px;
  }
}
.maintenance .container {
  text-align: center;
}

.nav-tabs > li > a {
  background: #ededed;
  color: #000000;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
}

.menu--main > li, .menu--meta-menu > li {
  padding: 8px;
}
@media only screen and (min-width: 1600px) {
  .menu--main > li, .menu--meta-menu > li {
    padding: 10px 20px;
  }
}
.menu--main > li.active a, .menu--meta-menu > li.active a {
  color: #869183 !important;
}
.menu--main > li > a, .menu--meta-menu > li > a {
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.menu--main > li > a[data-target="#"]:hover, .menu--meta-menu > li > a[data-target="#"]:hover {
  cursor: default;
  color: #000000;
}
.menu--main > li > a.is-active, .menu--meta-menu > li > a.is-active {
  color: #869183 !important;
  font-weight: bold;
}
.menu--main > li > a:hover, .menu--meta-menu > li > a:hover {
  color: #869183 !important;
}
.menu--main > li > a.jobs, .menu--meta-menu > li > a.jobs {
  position: relative;
}
.menu--main > li > a.jobs .job-count, .menu--meta-menu > li > a.jobs .job-count {
  position: absolute;
  top: -10px;
  font-size: 9px;
  color: #fff;
  background: #E5EBDC;
  font-weight: 400;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 99px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.menu--main > li > a.jobs--loaded .job-count, .menu--meta-menu > li > a.jobs--loaded .job-count {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.menu--main > li > a.dropdown-toggle, .menu--meta-menu > li > a.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu--main > li > a.dropdown-toggle:after, .menu--meta-menu > li > a.dropdown-toggle:after {
  content: '';
  width: 10px;
  height: 6px;
  opacity: 1;
  display: inline-block;
  background-image: url("../images/arrowdown.svg");
  color: #E5EBDC;
  margin-left: 8px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu--main .dropdown-menu, .menu--meta-menu .dropdown-menu {
  border: none;
  background-color: #E3DACF;
  padding: 26px 50px 20px 30px;
  max-width: none;
  margin-top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.menu--main .dropdown-menu > .view .view-content, .menu--meta-menu .dropdown-menu > .view .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 960px;
}
@media only screen and (min-width: 1600px) {
  .menu--main .dropdown-menu > .view .view-content, .menu--meta-menu .dropdown-menu > .view .view-content {
    max-width: 1140px;
  }
}
.menu--main .dropdown-menu > .view .view-content .views-wrapper, .menu--meta-menu .dropdown-menu > .view .view-content .views-wrapper {
  width: 25%;
}
.menu--main .dropdown-menu > .view .view-content .views-wrapper h3, .menu--meta-menu .dropdown-menu > .view .view-content .views-wrapper h3 {
  margin-bottom: 10px;
}
.menu--main .dropdown-menu > .view a, .menu--meta-menu .dropdown-menu > .view a {
  color: #000000;
}
.menu--main .dropdown-menu > li, .menu--meta-menu .dropdown-menu > li {
  margin-bottom: 6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.menu--main .dropdown-menu > li > a, .menu--meta-menu .dropdown-menu > li > a {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000 !important;
  padding: 0;
  padding-left: 30px;
  position: relative;
}
.menu--main .dropdown-menu > li > a:before, .menu--meta-menu .dropdown-menu > li > a:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-primary.svg");
  background-size: cover;
  left: 0;
  top: 3px;
  position: absolute;
}
.menu--main .dropdown-menu > li > a:hover, .menu--meta-menu .dropdown-menu > li > a:hover {
  background-color: transparent;
}
.menu--main .dropdown-menu > li > a:after, .menu--meta-menu .dropdown-menu > li > a:after {
  background: #ededed;
  content: none;
}
.menu--main .dropdown-menu > li > a:hover, .menu--meta-menu .dropdown-menu > li > a:hover {
  text-decoration: underline;
}
.menu--main .dropdown-menu > li.active > a, .menu--meta-menu .dropdown-menu > li.active > a {
  background: transparent;
  color: #E5EBDC;
}
.menu--main .field--type-viewsreference {
  margin-right: 50px;
}
.menu--main .dropdown-menu > .view a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  margin-bottom: 8px;
}
.menu--main .dropdown-menu > .view a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-menu.svg");
  background-size: contain;
  margin-right: 5px;
}
.menu--meta-navigation, .menu--cta-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--meta-navigation li, .menu--cta-menu li {
  margin-right: 15px;
}
.menu--meta-navigation li:last-child, .menu--cta-menu li:last-child {
  margin-right: 5px;
}
.menu--meta-navigation a, .menu--cta-menu a {
  color: #3D3D3D;
}
.menu--meta-navigation .btn, .menu--cta-menu .btn {
  font-size: 16px;
}
.menu--meta-navigation li:first-child a {
  position: relative;
  padding-right: 18px;
}
.menu--meta-navigation li:first-child a:hover {
  color: #869183;
}
.menu--meta-navigation li:first-child a:hover:after {
  opacity: 0.6;
}
.menu--meta-navigation li:first-child a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
  background-image: url("../images/arrow-external.svg");
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
}
.menu--cta-menu .btn {
  line-height: normal;
}

.region-navigation-collapsible {
  text-align: left;
  padding-bottom: 200px;
}
.region-navigation-collapsible a {
  color: #fff;
  margin: 0 !important;
}
.region-navigation-collapsible a:hover {
  color: #869183 !important;
}
.region-navigation-collapsible .navbar-item.block {
  display: none;
}
.region-navigation-collapsible .dropdown-menu {
  width: 100%;
  position: relative;
}
.region-navigation-collapsible .dropdown-menu.open {
  display: block;
}
.region-navigation-collapsible .dropdown-menu.open.dropdown-menu--level-2 .dropdown-menu--level-3 {
  display: block;
}
.region-navigation-collapsible .navbar-nav {
  padding-left: 30px;
  padding-right: 30px;
}
.region-navigation-collapsible .navbar-nav > li > a {
  font-size: 25px;
  font-weight: 300;
  color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.region-navigation-collapsible .navbar-nav > li > a:hover {
  color: #F4E2D2;
}
.region-navigation-collapsible .navbar-nav > li > a.dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 10px;
}
.region-navigation-collapsible .navbar-nav > li > a.dropdown-toggle:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  background-image: url("../images/arrow-black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}
.region-navigation-collapsible .navbar-nav > li > a.dropdown-toggle.expanded:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.region-navigation-collapsible .navbar-nav > li > a:hover {
  background-color: transparent;
  color: #E5EBDC;
}
.region-navigation-collapsible .navbar-nav li > a {
  padding-left: 0;
  padding-right: 0;
  font-size: 25px;
  color: #000000;
}
.region-navigation-collapsible .navbar-nav li > a.btn {
  width: 100%;
  margin-top: 20px;
  border-bottom: 0;
}
.region-navigation-collapsible .navbar-nav li > a:hover {
  color: #F4E2D2;
}
.region-navigation-collapsible .navbar-nav li > a:focus {
  background-color: transparent;
}
.region-navigation-collapsible .navbar-nav .dropdown-menu {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.region-navigation-collapsible .navbar-nav .dropdown-menu > .active > a {
  background-color: transparent;
  color: #3D3D3D;
}
@media only screen and (max-width: 1239px) {
  .region-navigation-collapsible .navbar-nav {
    float: none;
  }
  .region-navigation-collapsible .navbar-nav > li {
    float: none;
  }
  .region-navigation-collapsible .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.notfound {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}
.notfound .col-xs-12 {
  background-image: url("../images/mask.png");
  padding-top: 50px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  background-size: cover;
}
.notfound .col-xs-12 span {
  font-size: 100px;
  font-family: "Classico URW", serif;
  color: #D1CFC7;
  line-height: normal;
}
@media only screen and (min-width: 992px) {
  .notfound .col-xs-12 span {
    font-size: 250px;
    line-height: 230px;
    margin-top: 50px;
    display: block;
  }
}
.notfound .col-xs-12 h1 {
  margin-top: 0;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .notfound .col-xs-12 h1 {
    font-size: 50px;
  }
}
.notfound .col-xs-12 .btn {
  letter-spacing: 0;
}

aside.right-off-canvas-menu,
aside.left-off-canvas-menu {
  padding-top: 100px;
  background-color: #fff;
}
@media only screen and (min-width: 1240px) {
  aside.right-off-canvas-menu,
  aside.left-off-canvas-menu {
    display: none !important;
  }
}
aside.right-off-canvas-menu:before,
aside.left-off-canvas-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  left: 30px;
  background-image: url("../images/logo.svg");
  width: 152px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
aside.right-off-canvas-menu ul.off-canvas-list li a,
aside.left-off-canvas-menu ul.off-canvas-list li a {
  color: #000000;
  text-decoration: none;
  border: none;
  font-size: 22px;
  text-transform: uppercase;
}
aside.right-off-canvas-menu ul.off-canvas-list li a:hover,
aside.left-off-canvas-menu ul.off-canvas-list li a:hover {
  background-color: transparent;
}
aside.right-off-canvas-menu .right-submenu,
aside.right-off-canvas-menu .left-submenu,
aside.left-off-canvas-menu .right-submenu,
aside.left-off-canvas-menu .left-submenu {
  width: 100%;
  background-color: #E3DACF;
}
aside.right-off-canvas-menu .right-submenu .back a,
aside.right-off-canvas-menu .left-submenu .back a,
aside.left-off-canvas-menu .right-submenu .back a,
aside.left-off-canvas-menu .left-submenu .back a {
  background: #E3DACF;
}
aside.right-off-canvas-menu .right-submenu .views-field-title a,
aside.right-off-canvas-menu .left-submenu .views-field-title a,
aside.left-off-canvas-menu .right-submenu .views-field-title a,
aside.left-off-canvas-menu .left-submenu .views-field-title a {
  color: #000000 !important;
  font-size: 16px;
  text-transform: none;
}
aside.right-off-canvas-menu .right-submenu h3,
aside.right-off-canvas-menu .left-submenu h3,
aside.left-off-canvas-menu .right-submenu h3,
aside.left-off-canvas-menu .left-submenu h3 {
  margin-bottom: 10px;
  margin-top: 30px;
}
aside.right-off-canvas-menu .right-submenu a,
aside.right-off-canvas-menu .left-submenu a,
aside.left-off-canvas-menu .right-submenu a,
aside.left-off-canvas-menu .left-submenu a {
  color: #000000 !important;
}
aside.right-off-canvas-menu .burger .line,
aside.left-off-canvas-menu .burger .line {
  background: #000000;
  height: 1px;
}
aside.right-off-canvas-menu .btn,
aside.left-off-canvas-menu .btn {
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
aside.right-off-canvas-menu .btn:hover,
aside.left-off-canvas-menu .btn:hover {
  background-color: #E5EBDC;
  color: #fff !important;
}
aside.right-off-canvas-menu .language-switcher,
aside.left-off-canvas-menu .language-switcher {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
aside.right-off-canvas-menu .language-switcher li,
aside.left-off-canvas-menu .language-switcher li {
  color: #8E9B9C;
}

.off-canvas-wrap {
  overflow: visible;
}

.move-right > .inner-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.move-right .left-off-canvas-menu {
  display: block;
}

.page-title {
  padding: 30px 0;
  padding-top: 20px;
}
.page-title--has-banner {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .page-title--has-banner {
  max-width: 1600px;
  position: relative;
}
.page-title--has-banner .header-image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
}
.page-title--has-banner .header-image.inview {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (min-width: 992px) {
  .page-title--has-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
  .page-title--has-banner .page-title__container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 2;
  }
}
@media only screen and (min-width: 1240px) {
  .page-title--has-banner .header-image {
    max-width: 1000px;
  }
}
.page-title--has-banner .field--name-field-banner-image {
  position: relative;
  padding-top: 50px;
  padding-left: 50px;
}
.path-frontpage .page-title--has-banner .field--name-field-banner-image {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.path-frontpage .page-title--has-banner .field--name-field-banner-image:after {
  background-color: transparent;
  top: auto;
  bottom: 0;
}
.page-title--has-banner .field--name-field-banner-image:after {
  background-color: #8E9B9C;
  content: '';
  width: 210px;
  height: 150px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .page-title--has-banner .field--name-field-banner-image:after {
    width: 420px;
    height: 300px;
  }
}
@media only screen and (max-width: 991px) {
  .page-title--has-banner .field--name-field-banner-image {
    margin-top: 50px;
  }
}
.page-title h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .page-title h1 {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .page-title h1 {
    font-size: 90px;
    line-height: 85px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 992px) {
  .region-page-title {
    z-index: 2;
  }
  .path-frontpage .region-page-title {
    margin-right: -50px;
  }
}

.panel, .panel-primary {
  background: #E5EBDC;
  color: #fff;
  border: none;
  border-radius: 0;
}
.panel h2, .panel-primary h2,
.panel h3,
.panel-primary h3,
.panel h4,
.panel-primary h4,
.panel label,
.panel-primary label,
.panel p,
.panel-primary p {
  color: #fff;
}
.background-primary .panel, .background-primary .panel-primary, .background-secondary .panel, .background-secondary .panel-primary {
  background: #fff;
  color: #000000;
}
.background-primary .panel h2, .background-primary .panel-primary h2,
.background-primary .panel h3,
.background-primary .panel-primary h3,
.background-primary .panel h4,
.background-primary .panel-primary h4,
.background-primary .panel label,
.background-primary .panel-primary label,
.background-primary .panel p,
.background-primary .panel-primary p, .background-secondary .panel h2, .background-secondary .panel-primary h2,
.background-secondary .panel h3,
.background-secondary .panel-primary h3,
.background-secondary .panel h4,
.background-secondary .panel-primary h4,
.background-secondary .panel label,
.background-secondary .panel-primary label,
.background-secondary .panel p,
.background-secondary .panel-primary p {
  color: #000000;
}
.panel > .panel-heading, .panel-primary > .panel-heading {
  background: #E5EBDC;
  color: #fff;
}
.panel-default {
  background: #ededed;
  color: #000000;
}
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default label,
.panel-default p {
  color: #000000;
}
.panel-default > .panel-heading {
  background: #ededed;
  color: #000000;
}
.background-grey .panel-default {
  background: #fff;
}

.quote, blockquote {
  border-left: 0;
  text-align: center;
}
.quote__text, blockquote p {
  color: #000000;
  font-size: 70px;
  line-height: 1.2;
  font-weight: 600;
}
.quote__footer {
  margin-top: 50px;
  text-align: center;
}
.quote__footer:before {
  content: none;
}
.quote__author {
  color: #000000;
  font-weight: 600;
}
.quote__image {
  margin-bottom: 20px;
}
.quote__image img {
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  max-width: 90px;
}

blockquote {
  padding: 40px;
}

.form-item .select2-container {
  background: #D9CCBD;
  border: 1px solid #8C7D6C;
  padding: 20px;
  margin-bottom: 10px;
}
.select2-container .select2-selection {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23F4E2D2%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-position: center right 20px;
  background-color: #fff;
  border-color: #ccc !important;
  height: 56px;
  line-height: 42px;
}
.select2-container .select2-dropdown {
  border-color: #ccc;
}
.select2-container .select2-results__option--highlighted[aria-selected] {
  background: #F4E2D2;
  color: #000000;
}

.share__link {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  border-radius: 0;
  background-color: transparent;
  margin-right: 15px;
  display: inline-block;
}
.share__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: .6;
}
.share__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2389322A%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%2389322A%22%20d%3D%22M52%2020.3c-1.5.7-3.7%201.5-5.3%201.7%201.7-1.1%203.3-3.5%204-5.3-1.3.8-2.8%201.9-4.3%202.4l-1.1-1.1c-1.5-1.6-2.9-2.7-5.3-2.7-4.5%200-8%203.5-8%208%200%20.5%200%20.9.1%201.3h-.1c-8%200-13.3-1.7-17.3-6.7-.7%201.2-1.3%202.5-1.3%204%200%202.8%201.7%205.2%204%206.7-1.3%200-2.9-.7-4-1.3%200%204%205.6%208.5%209.3%209.3-1.3%201.3-6.1.1-6.7%200%201.1%203.2%204.4%205.2%208%205.3-2.8%202.1-6.1%203.3-10%203.3-.7%200-1.3%200-2-.1%203.6%202.3%208.7%203.5%2013.3%203.5%2015.1.1%2022.7-11.8%2022.7-22.6v-1.3c1.6-1.2%202.9-2.8%204-4.4z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%2389322A%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.shs-container .add-another {
  margin-top: 10px;
  margin-left: auto;
  display: table;
  background: #89322A url(../images/plus.svg) no-repeat 12px 10px/21px 22px;
  color: #fff !important;
  padding: 8px 10px 8px 40px;
  text-decoration: none;
  font-family: "Classico URW", serif;
}
.shs-container .add-another:hover {
  cursor: pointer;
  background-color: #6B231C;
}
.shs-field-container {
  background: #D9CCBD;
  border: 1px solid #8C7D6C;
  padding: 20px 20px 10px;
  margin-bottom: 10px;
}
.shs-widget-container {
  display: block;
  margin-bottom: 10px;
}
.shs-widget-container select,
.shs-widget-container .chosen-container {
  background-color: #fff;
  border: 1px solid #ccc;
  width: 100%;
  height: 56px;
  padding: 6px 12px;
}
.shs-widget-container .chosen-container {
  width: 100% !important;
}

.slick-prev,
.slick-next {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%23E5EBDC%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}
.slick-prev:hover,
.slick-next:hover {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%23F4E2D2%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}

.slick-dots li button {
  background: transparent;
  border: 1px solid #000000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  border-color: #E5EBDC;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #E5EBDC;
  border-color: #E5EBDC;
}

.slider__popup {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.slider__popup-content__caption {
  display: block;
  background-color: #000000;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  opacity: 0.9;
}
@media only screen and (max-width: 991px) {
  .slider__popup-content__caption {
    padding: 15px;
    font-size: 12px;
  }
}

.snippet-vertical {
  border: 1px solid #ededed;
}
.snippet-vertical__image {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.snippet-horizontal {
  border: 1px solid #ededed;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social__link {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  border-radius: 99px;
}
.social__link:last-child {
  margin-right: 0;
}
.social__link:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.social__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #3a5ba0;
}
.social__link--twitter {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2020.3c-1.5.7-3.7%201.5-5.3%201.7%201.7-1.1%203.3-3.5%204-5.3-1.3.8-2.8%201.9-4.3%202.4l-1.1-1.1c-1.5-1.6-2.9-2.7-5.3-2.7-4.5%200-8%203.5-8%208%200%20.5%200%20.9.1%201.3h-.1c-8%200-13.3-1.7-17.3-6.7-.7%201.2-1.3%202.5-1.3%204%200%202.8%201.7%205.2%204%206.7-1.3%200-2.9-.7-4-1.3%200%204%205.6%208.5%209.3%209.3-1.3%201.3-6.1.1-6.7%200%201.1%203.2%204.4%205.2%208%205.3-2.8%202.1-6.1%203.3-10%203.3-.7%200-1.3%200-2-.1%203.6%202.3%208.7%203.5%2013.3%203.5%2015.1.1%2022.7-11.8%2022.7-22.6v-1.3c1.6-1.2%202.9-2.8%204-4.4z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #2ca7e0;
}
.social__link--pinterest {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.3%2012c-10.9%200-17.3%208.1-17.3%2014.7%200%204%202.7%208%204%208s2.7%200%202.7-1.3-2.7-2.7-2.7-6.7c0-5.9%206.4-10.7%2013.3-10.7%206.1%200%209.3%204.3%209.3%209.3%200%206.7-3.6%2012-8%2012-2.4%200-4.5-1.6-4-4%20.7-2.9%201.3-2.7%202.7-8%20.4-1.9-.5-4-2.7-4-2.4%200-5.3%201.9-5.3%205.3%200%202.1%201.3%204%201.3%204s-2.9%2010.5-3.5%2012.4c-.8%203.6-2%208.9-.7%208.9s2.8-2.7%205.5-9.3c.4-.9%201.3-4%201.3-4%20.8%201.5%204.1%202.7%206.7%202.7%207.3%200%2012-6.9%2012-16%20.1-6.8-5.8-13.3-14.6-13.3z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #c9151c;
}
.social__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-color: #0e76a8;
}
.social__link--whatsapp {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2031.9c0%2010.8-8.8%2019.5-19.6%2019.5-3.4%200-6.7-.9-9.5-2.4l-10.9%203.4%203.5-10.4c-1.8-2.9-2.8-6.4-2.8-10.1%200-10.8%208.8-19.5%2019.6-19.5%2010.9%200%2019.7%208.7%2019.7%2019.5m-19.6-16.4c-9.1%200-16.5%207.3-16.5%2016.4%200%203.6%201.2%206.9%203.1%209.6l-2.1%206.1%206.3-2c2.6%201.7%205.7%202.7%209.1%202.7%209.1%200%2016.5-7.3%2016.5-16.4.1-9-7.3-16.4-16.4-16.4m9.9%2020.9c-.1-.2-.4-.3-.9-.6l-3.3-1.6c-.4-.2-.8-.2-1.1.2-.3.5-1.2%201.6-1.5%201.9-.3.3-.6.4-1%20.1-.5-.2-2-.7-3.9-2.4-1.4-1.3-2.4-2.8-2.7-3.3-.3-.5%200-.7.2-1l.7-.8.5-.8c.2-.3.1-.6%200-.8-.1-.2-1.1-2.6-1.5-3.5s-.8-.8-1.1-.8h-.9c-.3%200-.8.1-1.3.6-.4.5-1.7%201.6-1.7%204s1.7%204.6%202%204.9c.2.3%203.3%205.3%208.2%207.2%204.9%201.9%204.9%201.3%205.8%201.2.9-.1%202.8-1.2%203.2-2.3.4-1.1.4-2%20.3-2.2%22%2F%3E%3C%2Fsvg%3E");
  background-color: #25D366;
}
.social__link--mail {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2017.2c-1.5%200-9-6.1-9-6.1v-.7C7%209.7%207.7%209%208.5%209h15c.8%200%201.5.7%201.5%201.5v.8c0-.1-7.5%205.9-9%205.9zm0%202.1c1.6%200%209-5.8%209-5.8v9c0%20.8-.7%201.5-1.5%201.5h-15c-.8%200-1.5-.7-1.5-1.5v-9s7.5%205.8%209%205.8z%22%2F%3E%3C%2Fsvg%3E");
  background-color: #f1982b;
}
.social--fixed {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social--fixed .social__link {
  width: 58px;
  height: 48px;
  background-position: top left;
  margin: 0;
  border-radius: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.social--fixed .social__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (min-width: 768px) {
  .social--fixed {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social--fixed .social__link {
    width: 50px;
    height: 37px;
    background-position: center top;
    background-size: 32px 32px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.social-link {
  width: 23px;
  height: 23px;
  background-size: 23px 23px;
  background-position: center center;
  border-radius: 0;
  background-color: transparent;
  margin-right: 10px;
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
}
.social-link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: .6;
}
.social-link-facebook {
  background-image: url("../images/facebook.svg");
}
.social-link-instagram {
  background-image: url("../images/instagram.svg");
}
.social-link-pintrest {
  background-image: url("../images/pintrest.svg");
}
.social-link-linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

table {
  border: none;
}
table td,
table th {
  padding: 4px 8px;
}
table th {
  color: #fff;
  background: #E5EBDC;
  border: none;
}
table tr:nth-child(odd) td {
  background: #f0f0f0;
}

.tabs__content, .az-tabs .az-tab {
  padding: 20px;
  border: 1px solid #ededed;
}

.timeline-item {
  border: 1px solid #ededed;
}
.timeline-item:before {
  border: 4px solid #F4E2D2;
  background: #fff;
}
.timeline-item:after {
  background: #E5EBDC;
}
.timeline-item__year {
  top: -80px;
  font-size: 80px;
  line-height: 1;
  font-family: "Classico URW", serif;
  color: #ededed;
}
@media only screen and (min-width: 768px) {
  .timeline-item__year {
    top: -120px;
    font-size: 120px;
  }
}

.user {
  margin: 0 auto;
}
.user__image {
  float: left;
  margin-right: 10px;
}
.user__image-placeholder {
  width: 50px;
  height: 50px;
  position: relative;
  background: #ededed;
  border-radius: 99px;
  overflow: hidden;
}
.user__image-placeholder:before, .user__image-placeholder:after {
  position: absolute;
  content: '';
  background: #c7c7c7;
  z-index: 2;
}
.user__image-placeholder:before {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 15px;
  border-radius: 99px;
}
.user__image-placeholder:after {
  width: 30px;
  height: 50px;
  top: 33px;
  left: 10px;
  border-radius: 50%;
}
.user__name {
  float: left;
}

.usp__icon {
  color: #E5EBDC;
}
.usp__text {
  font-size: 26px;
}

.view--has-ajax.loading .view-content:after {
  border-color: #E5EBDC transparent #F4E2D2 transparent;
}
.view-id-blog .views-row .blog-teaser__image {
  position: relative;
  padding-bottom: 10px;
  padding-right: 10px;
}
.view-id-blog .views-row .blog-teaser__image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E5EBDC;
  bottom: -10px;
  right: -10px;
  position: absolute;
  z-index: -1;
}
.view-id-blog.view-display-id-block_1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-blog.view-display-id-block_1 .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-blog.view-display-id-block_1 .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-blog.view-display-id-block_1 .views-row {
    width: 33.333333%;
  }
}
.view-id-blog.view-display-id-block_1 .view-footer {
  margin-top: 20px;
}
.view-id-blog.view-display-id-block_1 .view-footer a {
  color: #3D3D3D;
  text-decoration: underline;
}
.view-id-blog.view-display-id-block_1 .view-footer a:hover {
  text-decoration: none;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row {
  margin-bottom: 100px;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(1) .product-group-teaser__image:after {
  background-color: #F4E2D2;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(2n) .product-group-teaser__image:after {
  background-color: #ededed;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(3n) .product-group-teaser__image:after {
  background-color: #89322A;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(even) .product-group-teaser__image {
  position: relative;
  padding-left: 25px;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(even) .product-group-teaser__image {
    padding-left: 50px;
    padding-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(even) .product-group-teaser__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(even) .product-group-teaser__image:after {
  content: '';
  width: 210px;
  height: 150px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(even) .product-group-teaser__image:after {
    width: 420px;
    height: 300px;
  }
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(odd) .product-group-teaser__image {
  position: relative;
  padding-right: 25px;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) {
  .view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(odd) .product-group-teaser__image {
    padding-right: 50px;
    padding-top: 50px;
  }
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(odd) .product-group-teaser__image:after {
  content: '';
  width: 210px;
  height: 150px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) {
  .view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row:nth-child(odd) .product-group-teaser__image:after {
    width: 420px;
    height: 300px;
  }
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row .view-content {
  margin-top: 50px;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row .view-content .views-field-title a {
  color: #000000;
  text-decoration: underline;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row .view-content .views-field-title a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-primary.svg");
  background-size: contain;
  margin-right: 5px;
}
.view-id-product_groups.view-display-id-product_groups_overview_block > .view-content > .views-row .view-content .views-field-title a:hover {
  color: #869183;
}
.view-id-product_categories.view-display-id-product_categories_by_group_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
  margin-bottom: 50px;
}
.view-id-product_categories.view-display-id-product_categories_by_group_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-id-product_categories.view-display-id-product_categories_by_group_overview_block .views-row {
    width: 50%;
  }
}
.view-id-products.view-display-id-products_overview_block .view-content, .view-id-products.view-display-id-related_products_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
  margin-bottom: 50px;
}
.view-id-products.view-display-id-products_overview_block .views-row, .view-id-products.view-display-id-related_products_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .view-id-products.view-display-id-products_overview_block .views-row, .view-id-products.view-display-id-related_products_overview_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-products.view-display-id-products_overview_block .views-row, .view-id-products.view-display-id-related_products_overview_block .views-row {
    width: 33.3%;
  }
}
@media only screen and (min-width: 1240px) {
  .view-id-products.view-display-id-products_overview_block .views-row, .view-id-products.view-display-id-related_products_overview_block .views-row {
    width: 20%;
  }
}
.view-id-applications.view-display-id-applications_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
  margin-bottom: 50px;
}
.view-id-applications.view-display-id-applications_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-id-applications.view-display-id-applications_overview_block .views-row {
    width: 50%;
  }
}
.view-id-outlet.view-display-id-outlet_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-outlet.view-display-id-outlet_overview_block .views-row {
  padding: 0 15px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-id-outlet.view-display-id-outlet_overview_block .views-row {
    width: 50%;
  }
}
.view-id-outlet.view-display-id-other_outlet .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
  margin-top: 30px;
}
.view-id-outlet.view-display-id-other_outlet .views-row {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .view-id-outlet.view-display-id-other_outlet .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 1240px) {
  .view-id-outlet.view-display-id-other_outlet .views-row {
    width: 33.3%;
  }
}
.view-id-outlet.view-display-id-other_outlet .views-row:first-child .views-field-title a {
  background-color: #9FA69B;
}
.view-id-outlet.view-display-id-other_outlet .views-row:first-child .views-field-title a:hover {
  background-color: #707E6E;
}
.view-id-outlet.view-display-id-other_outlet .views-row:nth-child(2) .views-field-title a {
  background-color: #707E6E;
}
.view-id-outlet.view-display-id-other_outlet .views-row:nth-child(2) .views-field-title a:hover {
  background-color: #9FA69B;
}
.view-id-outlet.view-display-id-other_outlet .views-row:nth-child(3) .views-field-title a {
  background-color: #89322A;
}
.view-id-outlet.view-display-id-other_outlet .views-row:nth-child(3) .views-field-title a:hover {
  background-color: #C59A8D;
}
.view-id-outlet.view-display-id-other_outlet .views-row .views-field-title {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .view-id-outlet.view-display-id-other_outlet .views-row .views-field-title {
    margin-bottom: 30px;
  }
}
.view-id-outlet.view-display-id-other_outlet .views-row .views-field-title a {
  padding: 30px;
  padding-right: 75px;
  font-size: 25px;
  font-weight: 400;
  font-family: "Classico URW", serif;
  color: #fff;
  display: block;
  position: relative;
}
.view-id-outlet.view-display-id-other_outlet .views-row .views-field-title a:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-white.svg");
  position: absolute;
  right: 30px;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.view-id-outlet.view-display-id-other_outlet .views-row .views-field-title a:hover {
  text-decoration: none;
}
.view-id-brands.view-display-id-brands_overview_block, .view-id-brands.view-display-id-brands_overview_homepage_block {
  margin-bottom: 30px;
}
.view-id-brands.view-display-id-brands_overview_block .view-content, .view-id-brands.view-display-id-brands_overview_homepage_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  min-width: 100%;
}
.view-id-brands.view-display-id-brands_overview_block .views-row, .view-id-brands.view-display-id-brands_overview_homepage_block .views-row {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: -1px;
  margin-left: -1px;
  min-height: 120px;
}
@media only screen and (min-width: 992px) {
  .view-id-brands.view-display-id-brands_overview_block .views-row, .view-id-brands.view-display-id-brands_overview_homepage_block .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 1240px) {
  .view-id-brands.view-display-id-brands_overview_block .views-row, .view-id-brands.view-display-id-brands_overview_homepage_block .views-row {
    width: 25%;
  }
}
.view-id-promo.view-display-id-promo_overview {
  padding-top: 30px;
  padding-bottom: 30px;
}
.view-id-promo.view-display-id-promo_overview .views-row {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .view-id-promo.view-display-id-promo_overview .views-row {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-promo.view-display-id-promo_overview .views-row:nth-child(2n) .promo-teaser__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 100px;
    padding-right: 0;
  }
}
.view-id-product_picker.view-display-id-product_picker_block .color-picker-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-list {
    width: calc(40% - 25px);
  }
}
.view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-slide .field--name-field-media-mage:hover {
  cursor: none;
}
.view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-dots {
  position: relative;
  bottom: 0;
  top: 0;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-dots {
    width: 60%;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-dots li {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.view-id-product_picker.view-display-id-product_picker_block .color-picker-big .slick-dots li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.webform-submission-request-samples-form .form-item-free-samples .control-label, .webform-submission-request-samples-form .form-item-free-sample-cards .control-label {
  font-size: 25px;
  text-transform: none;
}

.inline-block-accordion {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.inline-block-accordion .panel-group .panel-heading {
  background-color: #ededed;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0;
}
.inline-block-accordion .panel-group .panel-heading h2 a {
  border-bottom: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 30px 25px;
  text-transform: none;
}
.inline-block-accordion .panel-group .panel-heading h2 a:after {
  background-image: url("../images/accordion.svg");
  top: 35px;
  right: 40px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.inline-block-accordion .panel-group .panel-heading h2 a[aria-expanded="true"]:after {
  -webkit-transform: translateY(-5px) rotate(180deg);
      -ms-transform: translateY(-5px) rotate(180deg);
          transform: translateY(-5px) rotate(180deg);
}

@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand {
    width: 100%;
  }
}
.inline-block-brands__images .brand__image {
  border: 1px solid #ededed;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand__image img {
    margin: 0 auto;
  }
}
.inline-block-brands__images--slider {
  margin-bottom: 100px;
}
.inline-block-brands__images--slider .brand {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 275px;
}
.inline-block-brands__images--slider .slick-dots {
  top: calc(100% - 55px);
}
.inline-block-brands__images--slider .slick-dots li.slick-active button {
  background-color: #E5EBDC;
  border-color: #E5EBDC;
}
.inline-block-brands__images--slider .slick-next {
  right: calc(50% - 140px);
}
.inline-block-brands__images--slider .slick-prev {
  left: calc(50% - 140px);
}
.inline-block-brands__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  margin-top: 1px;
}
.inline-block-brands__images--grid .brand {
  margin-left: -1px;
  margin-top: -1px;
}
.inline-block-brands__images--grid .brand__image {
  border: 1px solid #ededed;
}
@media only screen and (min-width: 992px) {
  .inline-block-brands__images--grid .brand {
    width: 33.3%;
  }
}

.inline-block-button {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .inline-block-button {
    margin-bottom: 30px;
    text-align: center;
  }
}
.inline-block-button.center {
  text-align: center;
}
.inline-block-button.right {
  text-align: right;
}

.inline-block-call-to-action {
  text-align: center;
  padding: 30px;
  background-color: #E5EBDC;
  border-radius: 20px;
}
@media only screen and (min-width: 992px) {
  .inline-block-call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.inline-block-call-to-action h2,
.inline-block-call-to-action h3,
.inline-block-call-to-action h4,
.inline-block-call-to-action p {
  color: #fff;
}
.inline-block-call-to-action h2,
.inline-block-call-to-action h3,
.inline-block-call-to-action h4 {
  margin-bottom: 0;
}
.inline-block-call-to-action__text {
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .inline-block-call-to-action__text {
    margin-bottom: 20px;
  }
}
.inline-block-call-to-action__content {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  .inline-block-call-to-action__content {
    padding: 75px;
  }
}
.inline-block-call-to-action.background-grey {
  background-color: #ededed;
}
.inline-block-call-to-action.background-primary {
  background-color: #E5EBDC;
}
.inline-block-call-to-action.background-primary,
.inline-block-call-to-action.background-primary h2,
.inline-block-call-to-action.background-primary h3,
.inline-block-call-to-action.background-primary h4 {
  color: #fff;
}
.inline-block-call-to-action.background-secondary {
  background-color: #F4E2D2;
}
.inline-block-call-to-action.background-secondary,
.inline-block-call-to-action.background-secondary h2,
.inline-block-call-to-action.background-secondary h3,
.inline-block-call-to-action.background-secondary h4 {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .inline-block-call-to-action__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.inline-block-call-to-action__btn .btn {
  background-color: #fff;
  color: #E5EBDC;
  margin-left: 10px;
  font-size: 18px;
}
.inline-block-call-to-action__btn .btn:hover {
  background-color: #F4E2D2;
  color: #000000;
}
.inline-block-call-to-action__btn .btn:last-child {
  background-color: #9FA69B;
  color: #fff;
}
.inline-block-call-to-action__btn .btn:last-child:hover {
  background-color: #F4E2D2;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .inline-block-call-to-action__btn .btn {
    margin-bottom: 10px;
    display: block;
  }
}

.layout--call-to-action-image .col-lg-6:first-child {
  padding-right: 0;
}
.layout--call-to-action-image .col-lg-6:last-child {
  padding-left: 0;
}

.layout-wrapper--callout {
  padding-top: 100px;
  padding-bottom: 150px;
}
.layout-wrapper--callout h2,
.layout-wrapper--callout h3,
.layout-wrapper--callout h4,
.layout-wrapper--callout h5, .layout-wrapper--callout {
  font-weight: 400;
}
.layout-wrapper--callout .center {
  text-align: center;
}
.layout-wrapper--callout .btn {
  text-decoration: none;
  background-color: #E5EBDC;
}

.inline-block-counter {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .no-padding .inline-block-counter {
    margin-bottom: 0;
  }
}
.inline-block-counter .counter__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inline-block-counter .counter__number {
  font-size: 60px;
  color: #E5EBDC;
  line-height: normal;
  font-weight: 700;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #ededed;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout--counters-image .inline-block-counter .counter__number {
  min-height: 400px;
}
.inline-block-counter .counter__suffix {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #000000;
}
.inline-block-counter .counter__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inline-block-form {
  max-width: 1350px;
  margin: 0 auto;
  background-color: #b6a99a;
  padding-bottom: 75px;
  padding-top: 75px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .inline-block-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.inline-block-form:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/mask_form.png");
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.inline-block-form .inline-block-form__form {
  max-width: 920px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.inline-block-form .inline-block-form__form label {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  font-family: "Classico URW", serif;
}
.inline-block-form .inline-block-form__form label.form-required:after {
  color: inherit;
}
.inline-block-form .inline-block-form__form .form-type-checkbox label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  text-transform: none;
}
.inline-block-form .inline-block-form__form .form-type-checkbox label:before {
  width: 24px;
  height: 24px;
}
.inline-block-form .inline-block-form__form .form-type-checkbox label:after {
  width: 15px;
  height: 15px;
}
.inline-block-form .inline-block-form__form input,
.inline-block-form .inline-block-form__form select,
.inline-block-form .inline-block-form__form textarea {
  font-weight: 300;
  font-size: 16px;
}
.inline-block-form .inline-block-form__form select {
  line-height: normal;
}
.inline-block-form .inline-block-form__form .form-item.form-type-checkbox label:before {
  border-radius: 5px;
}
.inline-block-form .inline-block-form__form .form-submit {
  background-color: #D1CFC7;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 30px;
}
.inline-block-form .inline-block-form__form .form-submit:hover {
  background-color: #F4E2D2;
  color: #000000;
}
.inline-block-form .inline-block-form__form .form-actions {
  text-align: left;
}
.inline-block-form .inline-block-form__form .form-actions .form-submit {
  padding: 15px 25px;
  background-color: #000000;
  font-family: "Classico URW", serif;
  font-size: 16px;
}
.inline-block-form .inline-block-form__form .has-required-fields {
  display: none;
}
.inline-block-form .inline-block-form__form h2 {
  text-align: left;
  font-size: 40px;
  color: #fff;
}
.inline-block-form .inline-block-form__form .form-item > label.form-required:after {
  color: #000000;
}
.inline-block-form .inline-block-form__form .form-item-markup-01 {
  padding: 10px 15px;
  background-color: #fff;
  padding-left: 50px;
  position: relative;
  max-width: 445px;
  margin-top: 10px;
}
.inline-block-form .inline-block-form__form .form-item-markup-01:before {
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("../images/info-circle.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 15px;
  left: 15px;
}
.inline-block-form .inline-block-form__form .form-item-markup-01 .webform-element-description {
  margin-bottom: 0;
}

.inline-block-gallery .cboxElement:hover {
  cursor: pointer;
}
.inline-block-gallery .slider__popup-link .field--name-field-media-image {
  position: relative;
}
.inline-block-gallery .slider__popup-link .field--name-field-media-image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0;
}
.inline-block-gallery .slider__popup-link .field--name-field-media-image:before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("../images/loop.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  left: 50%;
  border-radius: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 22;
}
.inline-block-gallery .slider__popup-link .field--name-field-media-image:hover:after {
  opacity: .6;
}
.inline-block-gallery .slider__popup-link .field--name-field-media-image:hover:before {
  opacity: 1;
}
.inline-block-gallery.slider, .inline-block-gallery.sliderbig {
  padding-bottom: 75px;
}
.inline-block-gallery.slider .contextual, .inline-block-gallery.sliderbig .contextual {
  z-index: 1999 !important;
  position: relative !important;
}
.inline-block-gallery.slider .slick-slide img, .inline-block-gallery.sliderbig .slick-slide img {
  width: 100%;
}
.inline-block-gallery.slider .inline-block-gallery__images--teasers .slick-slide .field--name-field-caption, .inline-block-gallery.sliderbig .inline-block-gallery__images--teasers .slick-slide .field--name-field-caption {
  display: none;
}
.inline-block-gallery.slider .slick-prev,
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-prev,
.inline-block-gallery.sliderbig .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 60px);
      -ms-transform: translate(-15px, 60px);
          transform: translate(-15px, 60px);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
    -webkit-transform: translate(-15px, 30px);
        -ms-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
}
.inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 60px) rotate(180deg);
      -ms-transform: translate(-15px, 60px) rotate(180deg);
          transform: translate(-15px, 60px) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
    -webkit-transform: translate(-15px, 30px) rotate(180deg);
        -ms-transform: translate(-15px, 30px) rotate(180deg);
            transform: translate(-15px, 30px) rotate(180deg);
  }
}
.inline-block-gallery.sliderbig {
  padding-bottom: 100px;
}
.inline-block-gallery.sliderbig .slick-slider {
  max-width: 100%;
}
.inline-block-gallery.sliderbig .slick-slider .slick-list {
  overflow: visible;
}
.inline-block-gallery.sliderbig .slick-slider img,
.inline-block-gallery.sliderbig .slick-slider .slick-slide {
  margin-right: 10px;
  height: 250px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 590px;
  }
}
.inline-block-gallery.sliderbig .slick-slider img {
  width: auto;
}
.inline-block-gallery__images--grid .colorbox, .inline-block-gallery__images--masonry .colorbox {
  display: block;
}
.inline-block-gallery__images--grid .colorbox:after, .inline-block-gallery__images--masonry .colorbox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #E5EBDC;
  opacity: 0;
}
.inline-block-gallery__images--grid .colorbox:hover:after, .inline-block-gallery__images--masonry .colorbox:hover:after {
  opacity: .3;
}
.inline-block-gallery__images--masonry {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.inline-block-gallery__images--masonry .slider__popup-link {
  margin-bottom: 25px;
}
.inline-block-gallery__images--masonry .colorbox {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .layout--gallery-4 .inline-block-gallery__images--masonry {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.inline-block-gallery__images--masonry .media-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry .media-image {
    margin-bottom: 20px;
  }
}
.inline-block-gallery__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.inline-block-gallery__images--grid .field--name-field-media-image img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid .field--name-field-media-image img {
    aspect-ratio: 1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.inline-block-gallery__images--grid > .slider__popup-link {
  padding-right: 30px;
  padding-left: 0;
}
.inline-block-gallery__images--grid > div {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery__images--grid > div {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid > div {
    width: 50%;
  }
}
.inline-block-gallery__images--grid > div > .colorbox {
  padding-bottom: 100%;
  position: relative;
}
.inline-block-gallery__images--grid > div > .colorbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inline-block-gallery__images--grid span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid span {
    width: 50%;
  }
}
.inline-block-gallery__images--grid span > div {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid span > div {
    width: 50%;
  }
}
.inline-block-gallery__images--grid span > div > .colorbox {
  padding-bottom: 100%;
  position: relative;
}
.inline-block-gallery__images--grid span > div > .colorbox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inline-block-gallery__images--big {
  max-width: 100%;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big {
    height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big {
    height: 380px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big {
    height: 590px;
  }
}
.inline-block-gallery__images--big img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big img {
    max-height: 590px;
  }
}
.inline-block-gallery__images--big .inline-block-gallery__images-item--image {
  position: relative;
}
.inline-block-gallery__images--teasers {
  max-width: 100%;
  height: 160px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers {
    margin-bottom: 70px;
  }
}
.inline-block-gallery__images--teasers img {
  width: 150px !important;
  height: 150px;
  position: relative;
  margin-right: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers img {
    width: 210px !important;
    height: 200px;
    position: relative;
    margin-right: 30px;
  }
}

.inline-block-image {
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .inline-block-image {
    margin-bottom: 30px;
  }
}
.inline-block-image.bg-color {
  background: transparent;
  position: relative;
  padding: 0;
}
.inline-block-image.bg-color .inline-block-image__image {
  padding-top: 50px;
  padding-right: 50px;
}
.inline-block-image.bg-color .inline-block-image__image:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 295px;
  z-index: -1;
}
@media only screen and (max-width: 991px) {
  .inline-block-image.bg-color .inline-block-image__image:after {
    width: 250px;
    height: 200px;
  }
}
div[class*="col-"]:last-child .inline-block-image.bg-color .inline-block-image__image {
  padding-right: 0;
  padding-left: 50px;
}
div[class*="col-"]:last-child .inline-block-image.bg-color .inline-block-image__image:after {
  right: auto;
  left: 0;
}
.inline-block-image.bg-color.background-grey .inline-block-image__image:after {
  background-color: #8E9B9C;
}
.inline-block-image.bg-color.background-secondary .inline-block-image__image:after {
  background-color: #F4E2D2;
}
.inline-block-image.bg-color.background-primary .inline-block-image__image:after {
  background-color: #C59A8D;
}
.inline-block-image.bg-color.background-white .inline-block-image__image {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.inline-block-image.bg-color.background-white .inline-block-image__image:after {
  content: none;
}

.inline-block-map__map {
  width: 100%;
  min-height: 480px;
}
.inline-block-map__map iframe {
  width: 100%;
  min-height: 480px;
}
.inline-block-map .gm-style-iw-d {
  padding: 20px;
}
.inline-block-map .gm-style-iw-d h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #E2E2E2;
}
.inline-block-map .gm-style-iw-d p {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}

.page-teaser {
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-teaser__content {
  position: relative;
}
.page-teaser__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.page-teaser__image {
  position: relative;
}
.page-teaser__image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}
.page-teaser:hover .page-teaser__image:after {
  opacity: 0.1;
}

.inline-block-quote {
  background-color: #E3DACF;
  padding: 50px 75px;
}
.inline-block-quote .quote__text, .inline-block-quote blockquote p, blockquote .inline-block-quote p {
  font-weight: 400;
}
.inline-block-quote .quote__author, .inline-block-quote .quote__occupation {
  font-family: "Classico URW", serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.inline-block-quotes .slick-prev,
.inline-block-quotes .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-quotes .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 10px);
      -ms-transform: translate(-15px, 10px);
          transform: translate(-15px, 10px);
}
.inline-block-quotes .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 10px) rotate(180deg);
      -ms-transform: translate(-15px, 10px) rotate(180deg);
          transform: translate(-15px, 10px) rotate(180deg);
}
.inline-block-quotes--slider .quote__text, .inline-block-quotes--slider blockquote p, blockquote .inline-block-quotes--slider p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider .quote__text:before, .inline-block-quotes--slider blockquote p:before, blockquote .inline-block-quotes--slider p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--slider-horizontal {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper .quote__image {
  margin-right: 20px;
}
.inline-block-quotes--slider-horizontal .quote__text, .inline-block-quotes--slider-horizontal blockquote p, blockquote .inline-block-quotes--slider-horizontal p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider-horizontal .quote-author-text,
.inline-block-quotes--slider-horizontal .quote,
.inline-block-quotes--slider-horizontal blockquote {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .slick-next {
  left: calc(90% + 20px);
  -webkit-transform: translate(-15px, -70px);
      -ms-transform: translate(-15px, -70px);
          transform: translate(-15px, -70px);
}
.inline-block-quotes--slider-horizontal .slick-prev {
  left: calc(90% - 20px);
  -webkit-transform: translate(-15px, -70px) rotate(180deg);
      -ms-transform: translate(-15px, -70px) rotate(180deg);
          transform: translate(-15px, -70px) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
  padding: 50px 30px;
  background-color: #ededed;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 33.3%;
  }
}
.inline-block-quotes--grid .quote__text, .inline-block-quotes--grid blockquote p, blockquote .inline-block-quotes--grid p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.inline-block-quotes--grid .quote__text:before, .inline-block-quotes--grid blockquote p:before, blockquote .inline-block-quotes--grid p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
  padding: 50px 30px;
  background-color: #ededed;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote .quote-author-text, .inline-block-quotes--horizontal blockquote .quote-author-text,
  .inline-block-quotes--horizontal .quote .quote,
  .inline-block-quotes--horizontal blockquote .quote,
  .inline-block-quotes--horizontal .quote blockquote,
  .inline-block-quotes--horizontal blockquote blockquote {
    text-align: left;
  }
}
.inline-block-quotes--horizontal .quote__image {
  margin-left: auto;
  margin-right: auto;
}
.inline-block-quotes--horizontal .quote__image,
.inline-block-quotes--horizontal .quote__image img {
  width: 180px;
  height: 180px;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote__image {
    margin-right: 30px;
  }
}
.inline-block-quotes--horizontal .quote-author-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.inline-block-quotes--horizontal .quote__author {
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}
.inline-block-quotes--horizontal .quote__occupation {
  margin-bottom: 20px;
}
.inline-block-quotes--horizontal .quote__text, .inline-block-quotes--horizontal blockquote p, blockquote .inline-block-quotes--horizontal p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inline-block-tabs .tabs__content, .inline-block-tabs .az-tabs .az-tab, .az-tabs .inline-block-tabs .az-tab {
  padding: 50px;
}
.inline-block-tabs .tabs__content .field--name-field-text, .inline-block-tabs .az-tabs .az-tab .field--name-field-text, .az-tabs .inline-block-tabs .az-tab .field--name-field-text {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .inline-block-tabs .tabs__navigation li {
    width: 100%;
  }
}
.inline-block-tabs .tabs__navigation li a {
  border: 1px solid #ededed;
  margin-bottom: -1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .inline-block-tabs .tabs__navigation li a {
    border-radius: 5px 5px 0 0;
  }
}
.inline-block-tabs .tabs__navigation li.active a, .inline-block-tabs .tabs__navigation li.active a:hover {
  background-color: transparent;
  color: #E5EBDC;
  border: 1px solid #ededed;
  border-bottom: 1px solid #fff;
}

.inline-block-text__text a {
  text-decoration: underline;
  color: #3D3D3D;
}
.inline-block-text__text a.btn {
  color: #fff;
}
.inline-block-text__text a:hover {
  text-decoration: none;
}
.inline-block-text__text iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  border: none;
}
.inline-block-text__text ul {
  list-style: none;
  padding: 0;
}
.inline-block-text__text ul li {
  padding-left: 30px;
  position: relative;
}
.inline-block-text__text ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-primary.svg");
  background-size: cover;
  left: 0;
  top: 2px;
  position: absolute;
}
.inline-block-text p,
.inline-block-text li {
  font-weight: 300;
}

.layout-wrapper--text-1 .col-lg-6:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.layout-wrapper--text-1 .col-lg-6:last-child {
  padding: 100px 50px;
  background-color: #ededed;
}
.layout-wrapper .layout--text-2 .field--name-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-wrapper .layout--text-2 .field--name-field-text h3,
.layout-wrapper .layout--text-2 .field--name-field-text p {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper .layout--text-2 .field--name-field-text h3 {
    padding-right: 100px;
  }
}
.layout-wrapper .layout--text-2 .inline-block-text {
  padding-bottom: 50px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 50px;
}

.inline-block-timeline .timeline-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.inline-block-timeline .timeline-content .timeline-element {
  margin-bottom: 47px;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body {
  position: relative;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
  content: '';
  height: 105px;
  width: 1px;
  background-color: #ededed;
  position: absolute;
  display: block;
  bottom: -105px;
  left: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
    left: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
    margin-bottom: 20px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) > h2 {
  text-align: right;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
  left: auto;
  right: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
    right: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-media-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inline-block-timeline .timeline-content .timeline-element:last-child .timeline-body:after {
  content: none;
}
.inline-block-timeline .timeline-body {
  background-color: #ededed;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inline-block-timeline .timeline-body .field--name-field-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.inline-block-timeline .timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1240px) {
  .inline-block-timeline .timeline-wrapper {
    margin-left: -240px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation {
  padding-right: 20px;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-wrapper .timeline-navigation {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before, .inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before {
  background-image: url("../images/arrowup.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  background-image: url("../images/arrowdown.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item {
  margin-bottom: 20px;
  text-align: center;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item a:hover {
  color: #E5EBDC;
  text-decoration: none;
}

.application-teaser {
  position: relative;
}
.application-teaser:hover .application-teaser__summary {
  height: 50%;
  padding: 30px 40px;
  padding-bottom: 60px;
}
.application-teaser:hover .application-teaser__summary:after {
  display: block;
}
.application-teaser__image {
  position: relative;
  overflow: hidden;
}
.application-teaser__title {
  padding: 8px;
  background-color: #E3DACF;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.application-teaser__summary {
  background-color: #212C34;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 0;
}
.application-teaser__summary:after {
  content: '';
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-image: url("../images/arrow-white.svg");
  background-size: contain;
}

.blog-full .container {
  max-width: 950px;
}
.blog-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.blog-full__title {
  font-size: 40px;
  margin-top: 40px !important;
  margin-bottom: 0;
}
.blog-full__date {
  margin-bottom: 20px;
}
.blog-full__date:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/clock.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.blog-full__intro {
  clear: both;
}
.blog-full__image {
  margin-bottom: 20px;
}
.blog-full__categories a,
.blog-full__categories span,
.blog-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.blog-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-full .share {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #E2E2E2;
  margin-bottom: 100px;
}
.blog-full .share .block-title {
  display: block;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
}
.blog-full .share:before, .blog-full .share:after {
  content: none;
}
.blog-teaser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-teaser__title h3 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
}
.blog-teaser__title h3:hover {
  color: #9FA69B;
}
.blog-teaser__date {
  margin-bottom: 10px;
}
.blog-teaser__summary {
  font-size: 16px;
}
.blog-teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.blog-teaser__readmore {
  margin-top: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Classico URW", serif;
  color: #000000;
  padding: 10px 14px;
  line-height: normal;
}
.blog-teaser__readmore:before {
  content: "";
  position: absolute;
  background: #E5EBDC;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.blog-teaser__readmore:hover:before {
  top: 0;
}

.brand.teaser {
  width: 100%;
}
.brand.teaser a {
  padding: 75px;
  border: 1px solid #E2E2E2;
  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;
  height: 100%;
}
.brand.teaser a:hover {
  background-color: #E5EBDC;
}
.brand.teaser img {
  max-width: 128px;
}

.case-full {
  padding-top: 40px;
}
.case-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.case-full__date {
  float: right;
}
.case-full__intro {
  clear: both;
  margin-bottom: 50px;
}
.case-full__title {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.case-full .container {
  padding: 0 90px;
  max-width: 1140px;
}
.case-full .container--medium {
  max-width: 960px;
}
.case-full__image img {
  width: 100%;
  max-height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 1240px) {
  .case-full__image img {
    height: 512px;
  }
}
.case-full__image .media-image {
  z-index: -1;
}
.case-full__categories {
  margin-bottom: 20px;
}
.case-full__categories a,
.case-full__categories span,
.case-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.case-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__title h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.content-bottom .case-teaser__title h3 {
  color: #fff;
}
.case-teaser__categories a,
.case-teaser__categories span,
.case-teaser__categories .field--item {
  padding: 5px 10px;
  background: #ededed;
  color: #ededed;
  font-weight: bold;
  font-size: 14px;
}
.case-teaser__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-teaser__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__date {
  font-size: 13px;
  font-weight: 300;
}
.content-bottom .case-teaser__summary {
  color: #fff;
}
.case-teaser__readmore {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  background-color: transparent;
  border: 1px solid #ededed;
  font-weight: bold;
  color: #E5EBDC;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.content-bottom .case-teaser__readmore {
  color: #fff;
  background-color: #E5EBDC;
  border: none;
}

.job-teaser {
  width: 100%;
}
.job-teaser .panel, .job-teaser .panel-primary {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.job-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ededed;
  padding: 75px;
}
.job-teaser__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #E5EBDC;
}
.job-teaser__readmore {
  margin-top: 25px;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.job-teaser__title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .job-teaser__title {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .job-teaser__summary {
    width: 50%;
  }
}

.outlet-teaser {
  position: relative;
}
.outlet-teaser__image {
  position: relative;
  overflow: hidden;
}
.outlet-teaser:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.outlet-teaser__title {
  padding: 8px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

.person.teaser {
  padding: 50px 30px;
  background-color: #D1CFC7;
  text-align: center;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 992px) {
  .person.teaser {
    min-height: 400px;
  }
}
.person.teaser .person__container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.person.teaser .person__image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  margin-bottom: 30px;
}
.person.teaser .person__image img {
  width: 150px;
  height: 150px;
}
.person.teaser .person__title {
  font-size: 26px;
}
.person.teaser .person__email a {
  color: #89322A;
}
.person.teaser .person__email a:hover {
  text-decoration: underline;
}

.product-category-teaser {
  position: relative;
}
.product-category-teaser:hover .product-category-teaser__summary {
  height: 50%;
  padding: 30px 40px;
  padding-bottom: 60px;
}
.product-category-teaser:hover .product-category-teaser__summary:after {
  display: block;
}
.product-category-teaser__image {
  position: relative;
  overflow: hidden;
}
.product-category-teaser__title {
  padding: 8px;
  background-color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.product-category-teaser__summary {
  background-color: #212C34;
  color: #fff;
  position: absolute;
  bottom: 0;
  height: 0;
}
.product-category-teaser__summary:after {
  content: '';
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-image: url("../images/arrow-white.svg");
  background-size: contain;
}

.product-group-teaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .product-group-teaser {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .product-group-teaser__content {
    width: 520px;
  }
}
.product-group-teaser__title a {
  color: #000000;
}
.product-group-teaser__content {
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .product-group-teaser__content {
    padding: 50px;
  }
}

.product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-header h1,
.product-header h2 {
  margin: 0;
}
.product-header--left {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .product-header--left {
    width: calc(50% - 25px);
  }
}
@media only screen and (min-width: 992px) {
  .product-header--image {
    width: 50%;
    max-width: 500px;
    padding-left: 8px;
  }
}
.product-header--info {
  margin-top: 30px;
}
.product-header--info span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .product-header--info span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-applications {
  background-color: #E3DACF;
  padding-top: 110px;
  padding-bottom: 110px;
}
.product-applications .field--name-field-applications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-applications .field--name-field-applications > .field--item {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .product-applications .field--name-field-applications > .field--item {
    width: calc(50% - 20px);
  }
}
.product .product--title,
.product .product--info {
  display: none;
}
.product .slick-slide .product--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  gap: 0 12px;
}
.product .slick-slide .product--info {
  display: block;
  margin-bottom: 20px;
}
.product-teaser {
  position: relative;
  width: 100%;
}
.product-teaser__image {
  position: relative;
  overflow: hidden;
}
.product-teaser__title {
  padding: 15px 24px;
  background-color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
.product-teaser img {
  width: 100%;
}
.product-teaser:hover .product-teaser__title {
  background-color: #000000;
  color: #fff;
}
.product-teaser a:hover {
  text-decoration: none;
}
.product--title {
  font-size: 40px;
  margin: 0;
}
.product--info {
  font-size: 14px;
}
.product--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.product--buttons a {
  margin-right: 20px;
}

.promo-teaser {
  background-color: #89322A;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 992px) {
  .promo-teaser {
    background-image: url("../images/percentage.svg");
    background-size: 220px 300px;
    background-position: 55% center;
    background-repeat: no-repeat;
  }
}
.promo-teaser__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .promo-teaser__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 auto;
  }
  .promo-teaser__wrapper img {
    margin-top: -30px;
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 992px) {
  .promo-teaser__image {
    width: 40%;
  }
}
.promo-teaser__content {
  padding: 30px;
}
@media only screen and (min-width: 992px) {
  .promo-teaser__content {
    width: 60%;
    padding-left: 0;
    padding-right: 100px;
  }
}
.promo-teaser h2,
.promo-teaser h3,
.promo-teaser h4,
.promo-teaser p,
.promo-teaser a {
  color: #fff;
}
.promo-teaser h2 {
  font-size: 40px;
  margin-bottom: 0;
}
.promo-teaser__readmore {
  margin-top: 10px;
}

.teaser-subnav__title a {
  color: inherit;
  text-decoration: none;
}
.teaser-subnav__title a:hover {
  color: #E5EBDC;
}
.teaser-subnav__summary {
  font-size: 20px;
  font-weight: 300;
}
.teaser-subnav__nav .navbar-nav {
  float: none;
  margin-top: 20px;
}
.teaser-subnav__nav .navbar-nav li {
  float: none;
  padding: 0;
  margin-bottom: 20px;
}
.teaser-subnav__nav .navbar-nav li a {
  text-decoration: underline;
  background: transparent;
  text-align: left;
  display: table;
}
.teaser-subnav__nav .navbar-nav li a:hover {
  color: #E5EBDC;
}

.footer {
  padding: 15px 0;
  margin-top: 50px;
}

.region-footer {
  padding-bottom: 50px;
  text-align: center;
}
.region-footer .block-block-stolz-footerblockleft a {
  color: #000000;
  text-decoration: underline;
}
.region-footer .block-block-stolz-footerblockleft p {
  margin-bottom: 0;
}
.region-footer .block-block-stolz-footer-menu .btn {
  padding: 15px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
}
.region-footer .block-block-stolz-footer-menu .btn:hover {
  background-color: #F4E2D2;
  color: #000000;
}
@media only screen and (min-width: 992px) {
  .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .region-footer .block-block-stolz-footerblockleft,
  .region-footer .block-block-stolz-footerblockright {
    width: 25%;
  }
  .region-footer .block-block-stolz-footerblockleft:before {
    content: '';
    display: block;
    width: 110px;
    height: 30px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
  }
  .region-footer .block-block-stolz-footerblockleft a {
    color: #000000;
    text-decoration: underline;
  }
  .region-footer .block-block-stolz-footerblockleft p {
    margin-bottom: 0;
  }
  .region-footer .block-block-stolz-footerblockright h4 {
    font-size: 25px;
  }
  .region-footer .block-block-stolz-footer-menu {
    width: 75%;
  }
}

.region-footer-legal {
  padding-top: 30px;
  margin-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #E2E2E2;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .region-footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.region-footer-legal a {
  color: #A5A5A5;
}
.region-footer-legal .block-block-stolz-footerlegal > ul {
  list-style: none;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal .block-block-stolz-footerlegal > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .region-footer-legal .block-block-stolz-footerlegal > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.region-footer-legal .block-block-stolz-footerlegal > ul li {
  margin-right: 20px;
}
.region-footer-legal .block-block-stolz-footerlegal > ul li a:hover {
  text-decoration: underline;
}
.region-footer-legal .vb-design {
  font-size: 14px;
}
.region-footer-legal .vb-design a {
  color: #A5A5A5;
}
.region-footer-legal .vb-design a:hover {
  color: #E5EBDC;
}
.region-footer-legal .vb-design:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/vb.svg");
  margin-right: 10px;
  background-size: cover;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.header {
  padding-top: 20px;
  padding-bottom: 10px;
}
.header .logo {
  width: 100px;
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .header .logo {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1240px) {
  .header .logo {
    width: 140px;
  }
}
@media only screen and (min-width: 1600px) {
  .header .logo {
    margin-right: 0;
  }
}
.header .logo svg {
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.header .navbar-header {
  position: relative;
  z-index: 5;
  width: 100%;
}
.header .navbar-collapse {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navbar-collapse {
    background: #F4E2D2;
    margin: 0 -15px;
    padding: 10px;
  }
}
.header .navbar-toggle {
  border: none;
  position: relative;
  float: right;
  display: block;
}
@media only screen and (min-width: 1240px) {
  .header .navbar-toggle {
    display: none;
  }
}
.header .navbar-toggle .icon-bar {
  background: #869183;
}
.header .navbar-default > .container {
  max-width: 1600px;
}
.header .region-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .region-navigation #block-stolz-main-menu,
.header .region-navigation #block-stolz-metanavigation,
.header .region-navigation #block-stolz-ctamenu,
.header .region-navigation #block-stolz-language-switcher {
  margin-left: auto;
  display: none;
}
@media only screen and (min-width: 1240px) {
  .header .region-navigation #block-stolz-main-menu,
  .header .region-navigation #block-stolz-metanavigation,
  .header .region-navigation #block-stolz-ctamenu,
  .header .region-navigation #block-stolz-language-switcher {
    display: block;
  }
}
.header .region-navigation #block-stolz-language-switcher {
  margin-left: 0;
}
.header .region-navigation #block-stolz-ctamenu {
  margin-left: 20px;
}
.header .region-navigation #block-stolz-main-menu {
  margin-left: 20px;
}
@media only screen and (min-width: 1600px) {
  .header .region-navigation #block-stolz-main-menu {
    margin-left: 50px;
  }
}
.header .block-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .block-menu {
    display: block;
  }
}
.header-intro {
  text-align: left;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .header-intro {
    font-size: 25px;
  }
}
.path-frontpage .header-intro {
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  padding-right: 45px;
  margin-top: 0 !important;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .header-intro {
    max-width: 400px;
  }
}
.header-intro-cta {
  text-align: left;
}
.header-intro-cta a {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  text-align: center;
}
.header-intro-cta a:hover {
  text-decoration: none;
}
.header-intro-cta .field--item:first-child a {
  position: relative;
  z-index: 0;
}
.path-frontpage .header-intro-cta .field--item:first-child a {
  color: #fff;
  background-color: #89322A;
}
.header-intro-cta .field--item:first-child a:before {
  content: "";
  position: absolute;
  background: #C59A8D;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.header-intro-cta .field--item:first-child a:hover:before {
  top: 0;
}
.header-intro-cta .field--item:last-child a {
  border: 1px solid #E2E2E2;
  color: #000000;
  position: relative;
  z-index: 0;
}
.header-intro-cta .field--item:last-child a:before {
  content: "";
  position: absolute;
  background: #89322A;
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: -1;
  -webkit-transition: top 0.09s ease-in;
}
.header-intro-cta .field--item:last-child a:hover {
  color: #fff;
}
.header-intro-cta .field--item:last-child a:hover:before {
  top: 0;
}
.header-logo {
  margin-bottom: 20px;
}
.header-logo img {
  max-width: 120px;
}

.region-breadcrumbs {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.page-node-type-product .region-breadcrumbs {
  max-width: 1310px;
}
