html, body { scroll-behavior:smooth !important; }

.clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
.sr-only:not(:focus):not(:active),
.screen-reader-text {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/*! locomotive-scroll v4.1.1 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
html.has-scroll-smooth {
  overflow: hidden;
}
html.has-scroll-dragging {
  -webkit-user-select: none;
  user-select: none;
}
.has-scroll-smooth main {
  overflow: hidden;
}
.has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
}
[data-scroll-direction="horizontal"] [data-scroll-container] {
  height: 100vh;
  display: inline-block;
  white-space: nowrap;
}
[data-scroll-direction="horizontal"] [data-scroll-section] {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  height: 100%;
}
.c-scrollbar {
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
  height: 100%;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 92;
  opacity: 0;
}
.c-scrollbar:hover {
  -webkit-transform: scaleX(1.45);
  transform: scaleX(1.45);
}
.c-scrollbar:hover,
.has-scroll-scrolling .c-scrollbar,
.has-scroll-dragging .c-scrollbar {
  opacity: 1;
}
[data-scroll-direction="horizontal"] .c-scrollbar {
  width: 100%;
  height: 10px;
  top: auto;
  bottom: 0;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
  -webkit-transform: scaleY(1.3);
  transform: scaleY(1.3);
}
.c-scrollbar_thumb {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d09a49;
  opacity: 1;
  width: 5px;
  border-radius: 10px;
  margin: 2px;
  cursor: grab;
}
.has-scroll-dragging .c-scrollbar_thumb {
  cursor: grabbing;
}
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
  right: auto;
  bottom: 0;
}
.snap-section {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.snap-section.--bg-blue {
  background: #00f;
}
.snap-section.--bg-red {
  background: red;
}
.snap-section .image {
  width: 400px;
  flex: 0 1 400px;
  overflow: hidden;
  position: relative;
}
.snap-section .image img {
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.snap-section .text {
  width: 400px;
  flex: 0 1 400px;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  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: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  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;
}
.slick-slide div[style*="display: inline-block"] {
  vertical-align: top;
}
.gform_button ~ img {
  margin-left: 1rem;
  vertical-align: middle;
}
.layout-form .gform_wrapper.gravity-theme .gfield_required {
  max-height: 0;
}
.layout-form .gform_wrapper.gravity-theme .gfield_required_text {
  font-size: 0;
}
.layout-form .gform_wrapper.gravity-theme .gfield_required_text:after {
  content: "*";
  font-size: 16px;
  font-style: normal;
  color: #352824;
}
.layout-form .gform_wrapper.gravity-theme .gform_button,
.layout-form .gform_wrapper.gravity-theme input[type="submit"] {
  -webkit-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  outline: 0;
  background-image: none;
  white-space: nowrap;
  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 24px;
  background-color: #352824;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 0;
  justify-content: center;
}
.layout-form .gform_wrapper.gravity-theme input[type="color"],
.layout-form .gform_wrapper.gravity-theme input[type="date"],
.layout-form .gform_wrapper.gravity-theme input[type="datetime"],
.layout-form .gform_wrapper.gravity-theme input[type="datetime-local"],
.layout-form .gform_wrapper.gravity-theme input[type="email"],
.layout-form .gform_wrapper.gravity-theme input[type="month"],
.layout-form .gform_wrapper.gravity-theme input[type="number"],
.layout-form .gform_wrapper.gravity-theme input[type="password"],
.layout-form .gform_wrapper.gravity-theme input[type="search"],
.layout-form .gform_wrapper.gravity-theme input[type="tel"],
.layout-form .gform_wrapper.gravity-theme input[type="text"],
.layout-form .gform_wrapper.gravity-theme input[type="time"],
.layout-form .gform_wrapper.gravity-theme input[type="url"],
.layout-form .gform_wrapper.gravity-theme input[type="week"],
.layout-form .gform_wrapper.gravity-theme textarea,
.layout-form .gform_wrapper.gravity-theme .gfield select {
  -webkit-appearance: none;
  background-image: none;
  background-color: #0000004d;
  display: block;
  border: 0;
  height: 50px;
  border-radius: 800px;
  width: 100%;
  padding: 0 2rem;
  font-size: 17px;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme input[type="color"],
  .layout-form .gform_wrapper.gravity-theme input[type="date"],
  .layout-form .gform_wrapper.gravity-theme input[type="datetime"],
  .layout-form .gform_wrapper.gravity-theme input[type="datetime-local"],
  .layout-form .gform_wrapper.gravity-theme input[type="email"],
  .layout-form .gform_wrapper.gravity-theme input[type="month"],
  .layout-form .gform_wrapper.gravity-theme input[type="number"],
  .layout-form .gform_wrapper.gravity-theme input[type="password"],
  .layout-form .gform_wrapper.gravity-theme input[type="search"],
  .layout-form .gform_wrapper.gravity-theme input[type="tel"],
  .layout-form .gform_wrapper.gravity-theme input[type="text"],
  .layout-form .gform_wrapper.gravity-theme input[type="time"],
  .layout-form .gform_wrapper.gravity-theme input[type="url"],
  .layout-form .gform_wrapper.gravity-theme input[type="week"],
  .layout-form .gform_wrapper.gravity-theme textarea,
  .layout-form .gform_wrapper.gravity-theme .gfield select {
    font-size: 14px;
    padding: 0 1.25rem;
  }
}
.layout-form
  .gform_wrapper.gravity-theme
  input[type="color"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="date"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="datetime"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="datetime-local"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="email"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="month"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="number"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="password"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="search"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="tel"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="text"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="time"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="url"]::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="week"]::-webkit-input-placeholder,
.layout-form .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  .gfield
  select::-webkit-input-placeholder {
  font-size: 17px;
}
.layout-form .gform_wrapper.gravity-theme input[type="color"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="date"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="datetime"]::placeholder,
.layout-form
  .gform_wrapper.gravity-theme
  input[type="datetime-local"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="email"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="month"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="number"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="password"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="search"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="tel"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="text"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="time"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="url"]::placeholder,
.layout-form .gform_wrapper.gravity-theme input[type="week"]::placeholder,
.layout-form .gform_wrapper.gravity-theme textarea::placeholder,
.layout-form .gform_wrapper.gravity-theme .gfield select::placeholder {
  font-size: 17px;
}
@media only screen and (max-width: 960px) {
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="color"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="date"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="datetime"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="datetime-local"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="email"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="month"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="number"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="password"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="search"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="tel"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="text"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="time"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="url"]::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="week"]::-webkit-input-placeholder,
  .layout-form .gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    .gfield
    select::-webkit-input-placeholder {
    font-size: 14px;
  }
  .layout-form .gform_wrapper.gravity-theme input[type="color"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="date"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="datetime"]::placeholder,
  .layout-form
    .gform_wrapper.gravity-theme
    input[type="datetime-local"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="email"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="month"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="number"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="password"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="search"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="tel"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="text"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="time"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="url"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme input[type="week"]::placeholder,
  .layout-form .gform_wrapper.gravity-theme textarea::placeholder,
  .layout-form .gform_wrapper.gravity-theme .gfield select::placeholder {
    font-size: 14px;
  }
}
.layout-form .gform_wrapper.gravity-theme input[type="color"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="date"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="datetime"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="email"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="month"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="number"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="password"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="search"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="tel"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="text"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="time"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="url"]:focus,
.layout-form .gform_wrapper.gravity-theme input[type="week"]:focus,
.layout-form .gform_wrapper.gravity-theme textarea:focus,
.layout-form .gform_wrapper.gravity-theme .gfield select:focus {
  outline: 0;
}
.layout-form .gform_wrapper.gravity-theme .ginput_container_select select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjI5Mjg5IDguNzA3MTFDNy42ODM0MiA5LjA5NzYzIDguMzE2NTggOS4wOTc2MyA4LjcwNzExIDguNzA3MTFMMTUuMDcxMSAyLjM0MzE1QzE1LjQ2MTYgMS45NTI2MiAxNS40NjE2IDEuMzE5NDYgMTUuMDcxMSAwLjkyODkzMkMxNC42ODA1IDAuNTM4NDA4IDE0LjA0NzQgMC41Mzg0MDggMTMuNjU2OSAwLjkyODkzMkw4IDYuNTg1NzlMMi4zNDMxNSAwLjkyODkzMkMxLjk1MjYyIDAuNTM4NDA4IDEuMzE5NDYgMC41Mzg0MDggMC45Mjg5MzIgMC45Mjg5MzJDMC41Mzg0MDggMS4zMTk0NiAwLjUzODQwOCAxLjk1MjYyIDAuOTI4OTMyIDIuMzQzMTVMNy4yOTI4OSA4LjcwNzExWk03IDdMNyA4TDkgOEw5IDdMNyA3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+);
  background-position: calc(100% - 22px) center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .ginput_container_select select {
    background-size: 0.75rem;
  }
}
.layout-form .gform_wrapper.gravity-theme .ginput_container_select:after {
  content: none;
}
.layout-form .gform_wrapper.gravity-theme .gsection {
  margin-top: 3.75rem;
  border-bottom: 1px solid #313131;
  padding: 0 1rem 1rem 0;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gsection {
    margin-top: 1.5rem;
  }
}
.layout-form .gform_wrapper.gravity-theme .gform_fields {
  row-gap: 23px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 12px;
  }
}
.layout-form .gform_wrapper.gravity-theme .gfield_label {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 2px;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
  }
}
.layout-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
  font-size: 18px;
  line-height: 1.61;
  font-weight: 500;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gfield-choice-input + label {
    font-size: 14px;
    line-height: 1;
  }
}
.layout-form .gform_wrapper.gravity-theme .gfield_radio,
.layout-form .gform_wrapper.gravity-theme .gfield_checkbox {
  display: grid;
  row-gap: 15px;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gfield_radio,
  .layout-form .gform_wrapper.gravity-theme .gfield_checkbox {
    row-gap: 8px;
  }
}
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_checkbox
  label:before {
  border-radius: 4px;
}
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_checkbox
  input:checked
  + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuNjQyNDIgMTMuNzM2NkM2LjA5NTEzIDE0LjIwMDIgNy4xMDM0NCAxNC4wNDY1IDcuMjEyIDEzLjMxNzVDNy44ODc0NyA4Ljc5MTMzIDExLjI2NzQgNC45NzI5MiAxMy44MjUxIDEuMzc0ODNDMTQuNTM0MyAwLjM3Nzc2IDEyLjkwMzYgLTAuNTY5NDI1IDEyLjIwMzYgMC40MTU3NzhDOS44NjYzMyAzLjcwMzQxIDYuOTIwNCA3LjE2Mjg1IDUuNzY3OTEgMTEuMTUyMkM0LjQ1MDg5IDkuNzkwMzIgMy4xMjg1NSA4LjQ0MTMxIDEuNjUxNCA3LjI0NDU3QzAuNzE1OTE4IDYuNDg2MzYgLTAuNjIyMjQxIDcuODIyMTQgMC4zMjMzMjMgOC41ODgzMkMyLjI0Nzg3IDEwLjE0ODEgMy45MTEwNSAxMS45NjcgNS42NDI0MiAxMy43MzY2WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+),
    0 0;
}
.layout-form .gform_wrapper.gravity-theme .ginput_container_radio label:before {
  border-radius: 50%;
}
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_radio
  input:checked
  + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KPC9zdmc+),
    0 0;
}
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_checkbox
  label:before,
.layout-form .gform_wrapper.gravity-theme .ginput_container_radio label:before {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  transition: none;
  background: 0 0;
  margin-right: 0.8125rem;
}
@media only screen and (max-width: 960px) {
  .layout-form
    .gform_wrapper.gravity-theme
    .ginput_container_checkbox
    label:before,
  .layout-form
    .gform_wrapper.gravity-theme
    .ginput_container_radio
    label:before {
    width: 15px;
    height: 15px;
    margin-right: 0.3rem;
  }
}
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_checkbox
  input:checked
  + label:before,
.layout-form
  .gform_wrapper.gravity-theme
  .ginput_container_radio
  input:checked
  + label:before {
  background-position: center;
  background-repeat: no-repeat;
}
.layout-form .gform_wrapper.gravity-theme .gfield_error label,
.layout-form .gform_wrapper.gravity-theme .gfield_error legend {
  color: #fff;
}
.layout-form
  .gform_wrapper.gravity-theme
  .gfield_error
  .ginput_container_checkbox
  label:before,
.layout-form
  .gform_wrapper.gravity-theme
  .gfield_error
  .ginput_container_radio
  label:before {
  border-color: #352824;
}
.layout-form .gform_wrapper.gravity-theme .gfield_error input,
.layout-form .gform_wrapper.gravity-theme .gfield_error select {
  border: 1px solid #352824;
}
.layout-form .gform_wrapper.gravity-theme .gform_validation_errors {
  background: 0 0;
  border: 0;
  padding: 0;
  box-shadow: 0;
}
.layout-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-size: 22px;
  line-height: 1.3;
  padding-left: 2.2rem;
  color: #fff;
}
@media only screen and (max-width: 960px) {
  .layout-form .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 14px;
  }
}
.layout-form .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  color: #352824;
}
.layout-form .gform_wrapper.gravity-theme .gform_validation_errors .gform-icon {
  left: 0;
}
.layout-form .gform_wrapper.gravity-theme .gfield_validation_message {
  display: none;
}
@media only screen and (max-width: 960px) {
  .page-template .gform-theme-datepicker {
    display: none !important;
  }
}
.page-template .gform-theme-datepicker.ui-datepicker tr:first-of-type td {
  border-color: #313131;
  padding: 15px 5px 5px;
}
.page-template
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE2IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjI5Mjg5IDguNzA3MTFDNy42ODM0MiA5LjA5NzYzIDguMzE2NTggOS4wOTc2MyA4LjcwNzExIDguNzA3MTFMMTUuMDcxMSAyLjM0MzE1QzE1LjQ2MTYgMS45NTI2MiAxNS40NjE2IDEuMzE5NDYgMTUuMDcxMSAwLjkyODkzMkMxNC42ODA1IDAuNTM4NDA4IDE0LjA0NzQgMC41Mzg0MDggMTMuNjU2OSAwLjkyODkzMkw4IDYuNTg1NzlMMi4zNDMxNSAwLjkyODkzMkMxLjk1MjYyIDAuNTM4NDA4IDEuMzE5NDYgMC41Mzg0MDggMC45Mjg5MzIgMC45Mjg5MzJDMC41Mzg0MDggMS4zMTk0NiAwLjUzODQwOCAxLjk1MjYyIDAuOTI4OTMyIDIuMzQzMTVMNy4yOTI4OSA4LjcwNzExWk03IDdMNyA4TDkgOEw5IDdMNyA3WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-size: 0.9rem;
  color: #fff;
}
.page-template
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-next,
.page-template
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-header
  .ui-datepicker-prev {
  height: 100%;
}
.page-template
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-datepicker-current-day
  .ui-state-default {
  background: #313131;
  border-color: #313131;
}
.page-template
  .gform-theme-datepicker:not(.gform-legacy-datepicker)
  .ui-datepicker-calendar
  .ui-state-default:hover {
  border-color: #313131;
}
.gsection_title {
  font-size: 22px;
  line-height: 1.18;
  font-family: "NHaasGrotesk", Arial;
  text-transform: capitalize;
  font-weight: 500;
}
.gform_wrapper {
  padding: 2rem;
}
@media only screen and (max-width: 960px) {
  .gform_wrapper {
    padding: 0;
  }
}
.gform_wrapper ul {
  margin: 0;
  padding: 0;
}
.gform_wrapper li {
  list-style: none;
}
.gform_fields > li + li {
  margin-top: 1rem;
}
.gform_footer {
  margin-top: 2rem;
}
.gfield_description {
  font-style: italic;
  color: #fff;
  margin-top: 0.5rem;
  font-size: 0.9rem;
}
.gfield_label {
  display: block;
  margin-bottom: 0.5rem;
}
.ginput_complex > span {
  display: block;
}
.ginput_complex label {
  display: block;
  margin: 0.25rem 0 0.75rem;
  font-size: 0.9rem;
}
.gfield_description.validation_message {
  font-style: normal;
  border: 1px solid #d09a49;
  background: #fff;
  color: #262625;
  padding: 0.5rem 1.25rem;
  margin: 0.75rem 0 0;
}
.gform_wrapper .validation_error {
  border: 1px solid #352824;
  background: #fff;
  color: #262625;
  padding: 0.5rem 1.25rem;
  margin: 1rem 0;
}
#gforms_confirmation_message {
  font-style: normal;
  border: 1px solid #9f9fa0;
  background: #fff;
  color: #262625;
  padding: 0.5rem 1.25rem;
  margin: 0.75rem 0 0;
}
.ginput_container_radio li + li,
.ginput_container_checkbox li + li {
  margin-top: 0.5rem;
}
.ginput_container_radio input,
.ginput_container_checkbox input {
  visibility: hidden;
  position: absolute;
}
.ginput_container_radio label:before,
.ginput_container_checkbox label:before {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 3px solid #352824;
  float: left;
  margin-right: 0.5rem;
  transition: background 300ms ease;
}
.ginput_container_radio label:before {
  border-radius: 50%;
}
.ginput_container_radio input:checked + label:before,
.ginput_container_checkbox input:checked + label:before {
  background: #352824;
}
.ginput_complex select,
.ginput_container_multiselect select {
  width: 100%;
}
.ginput_container_select {
  position: relative;
}
.ginput_container_select:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translate(-50%, -30%);
  transform: translate(-50%, -30%);
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #262625 transparent transparent transparent;
}
.ginput_container_select select {
  -webkit-appearance: none;
  background-image: none;
  background-color: #fff;
  border: 1px solid #9f9fa0;
  border-radius: 2px;
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
}
.gfield_list_container {
  width: 100%;
  border-spacing: 0;
}
.gfield_list_container tr + tr td {
  padding: 0.5rem 0 0;
}
.gfield_list_icons {
  width: 4rem;
  text-align: center;
}
.gfield_list_icons img {
  vertical-align: middle;
}
.ginput_container_date .clear-multi {
  display: flex;
  justify-content: space-between;
}
.ginput_container_date .clear-multi > div {
  flex-grow: 1;
  padding-left: 1rem;
}
.ginput_container_date .clear-multi > div:first-child {
  padding-left: 0;
}
.ginput_container_date select {
  width: 100%;
}
.ui-datepicker {
  display: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #9f9fa0;
  border-top: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
  min-width: 16em;
  width: auto;
  z-index: 1000 !important;
}
.ui-datepicker * {
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-radius: 0;
}
.ui-datepicker table {
  font-size: 14px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background-image: none;
  border: 0;
  color: #fff;
  font-weight: 400;
  position: relative;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: 0 0;
  border-color: transparent;
  cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 34px;
  text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  font: 0/0;
  color: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next span {
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #262625;
}
.ui-datepicker .ui-datepicker-prev span {
  border-width: 6px 10px 6px 0;
  border-color: transparent #262625 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev:hover span,
.ui-datepicker .ui-datepicker-next:hover span {
  opacity: 0.5;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 33%;
}
.ui-datepicker thead {
  color: #fff;
  font-weight: 500;
}
.ui-datepicker th {
  padding: 10px;
}
.ui-datepicker td {
  padding: 0;
  border: 1px solid #9f9fa0;
}
.ui-datepicker td.ui-datepicker-other-month {
  border: transparent;
}
.ui-datepicker tr:first-of-type td {
  border-top: 1px solid #9f9fa0;
}
.ui-datepicker td.ui-datepicker-week-end {
  background-color: #9f9fa0;
  border: 1px solid #9f9fa0;
}
.ui-datepicker td.ui-datepicker-today {
  background-color: #9f9fa0;
}
.ui-datepicker td.ui-datepicker-current-day {
  background: #d09a49;
}
.ui-datepicker td .ui-state-default {
  background: 0 0;
  border: 0;
  text-align: center;
  text-decoration: none;
  width: auto;
  display: block;
  padding: 5px 10px;
  font-weight: 400;
  color: #fff;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 0.5;
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
  background: #352824;
}
.ui-datepicker thead {
  background: #9f9fa0;
}
.ui-datepicker .ui-datepicker-title,
.ui-datepicker td .ui-state-default,
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  color: #fff;
}
.ui-datepicker td .ui-state-hover {
  background: #9f9fa0;
}
.gform_hidden,
.gfield_visibility_hidden {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
:before,
:after {
  box-sizing: inherit;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
}
#loader .layer {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
#loader .layer.layer-1 {
  background: #fff;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  z-index: 4;
}
#loader .layer.layer-2 {
  z-index: 1;
  background: #352824;
}
#loader .layer .logo {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
input[type="submit"],
button {
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
}
::-webkit-input-placeholder {
  color: #9f9fa0;
}
::placeholder {
  color: #9f9fa0;
}
@font-face {
  font-family: "Rockness";
  src: url(../fonts/Rockness.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHG-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "NHaasGrotesk";
  src: url(../fonts/NHG-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "IntroHeadB";
  src: url(../fonts/IntroHeadB-Base.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.color_black { color:#000; }
body {
/*  background: #262625;*/
  backgrodund:#c58e50;
}
.smooth-scroll {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .smooth-scroll section:first-of-type {
    margin-top: 9rem;
  }
}
.smooth-scroll section:last-of-type {
  margin-bottom: 0;
}
::selection {
  color: #fff;
  background-color: #262625;
}
a {
  text-decoration: none;
  color: #352824;
}
a:hover {
  text-decoration: none;
}
ol,
ul {
  margin: 0 0;
  padding: 0 0 0;
  list-style-type: none;
}
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 0 0 2em;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin: 1rem 0;
  border: 0;
  height: 1px;
  background-color: #262625;
}
blockquote {
  margin: 0 0 1rem;
  border-left: 2px solid #262625;
  padding-left: 1rem;
  font-style: italic;
}
blockquote.wp-block-quote p {
  margin: 0;
}
blockquote.wp-block-quote p + cite {
  margin-top: 0.5rem;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  display: block;
}
.breadcrumbs {
  margin-left: -20px;
  margin-bottom: 20px;
}
.breadcrumbs a {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.breadcrumbs .breadcrumb_last {
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs .breadcrumb_last {
    margin-left: 5px;
  }
}
main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
}
::-webkit-scrollbar {
  display: none;
}
a.custom-button {
  padding: 0 20px;
  line-height: 30px;
  height: 32px;
  color: #fff;
  position: relative;
  display: none;
}
a.custom-button:after {
  content: "";
  background: #fff;
  color: #fff;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: difference;
  position: absolute;
}
section.--margins {
  padding-top: 9vw;
  padding-bottom: 9vw;
}
.thank-you-box {
  margin: 60px auto;
  position: relative;
  z-index: 4;
  padding: 2.5vw;
  border: solid 3px #352824;
  font-size: 1.2em;
}
section {
  margin-top: calc(60px + 4vw);
  margin-bottom: calc(60px + 4vw);
}
section.-first-layout {
  margin-top: 130px;
}
section.-first-layout-banner {
  margin-top: 0;
}
.has-scroll-smooth [data-scroll-container] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
}
.temp-jobs {
  display: flex;
  flex-flow: row wrap;
}
.temp-job {
  width: 29.333%;
  margin: 0 2% 4%;
  font-size: 15px;
}
.temp-job span {
  display: block;
  width: 100%;
}
.temp-job a {
  color: #352824;
  display: block;
}
.image[data-parallax] {
  position: relative;
  overflow: hidden;
}
.image[data-parallax] .image-inner {
  position: absolute;
  top: -30%;
  left: 0;
  height: 130%;
  width: 100%;
}
.image[data-parallax] img {
  position: relative;
  height: 100%;
  max-height: 100%;
  top: 0;
  object-fit: cover;
  display: block;
  width: 100%;
}
.-darken:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.-nobreak {
  white-space: nowrap;
}
.persons-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 5vw 0 0;
}
.persons-container img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 auto;
  margin-left: -16px;
  margin-right: -16px;
  border: solid 10px #262625;
}
@media only screen and (max-width: 767px) {
  .persons-container img {
    width: 150px;
    height: 150px;
  }
}
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  overflow: hidden;
  pointer-events: none;
}
.page-transition > svg {
  display: none;
}
.page-transition .background-layer {
  top: 0;
  left: 0;
  margin: auto;
  position: relative;
  width: 100%;
  min-width: 100vh;
  height: 100%;
  padding-top: 100%;
}
.page-transition .shape {
  width: 140%;
  height: 140%;
  top: 50vh;
  left: 50vw;
  position: absolute;
  z-index: 1;
  -webkit-clip-path: url(main.css#clipping3);
  clip-path: url(main.css#clipping3);
  -webkit-transform: scale(1) translate(-50%, -50%);
  transform: scale(1) translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
@media (min-aspect-ratio: 5/4) {
  .page-transition .shape {
    width: 142%;
    height: 142%;
  }
}
@media (max-aspect-ratio: 5/4) and (min-aspect-ratio: 2/3) {
  .page-transition .shape {
    width: 160%;
    height: 160%;
  }
}
@media (max-aspect-ratio: 2/3) {
  .page-transition .shape {
    width: 133%;
    height: 133%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
img.alignright,
a img.alignright {
  margin: 0 0 1rem 1rem;
  float: right;
}
img.alignleft,
a img.alignleft {
  margin: 0 1rem 1rem 0;
  float: left;
}
img.aligncenter,
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
blockquote.wp-block-quote p {
  margin: 0;
}
blockquote.wp-block-quote p + cite {
  margin-top: 0.5rem;
}
blockquote.wp-block-quote cite {
  font-style: normal;
  display: block;
}
.gallery dl {
  margin: 2rem 0 !important;
}
.gallery a {
  display: inline-block;
  vertical-align: top;
}
.gallery img {
  vertical-align: top;
  border: 0 !important;
}
body {
  font-size: 18px;
  line-height: 1.61em;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-family: "NHaasGrotesk", Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "NHaasGrotesk", Arial;
  align-items: center;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "IntroHeadB";
  line-height: 0.9em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.2em;
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}
h1 .-w-outside,
h1 .-l-outside,
.h1 .-w-outside,
.h1 .-l-outside,
h2 .-w-outside,
h2 .-l-outside,
.h2 .-w-outside,
.h2 .-l-outside,
h3 .-w-outside,
h3 .-l-outside,
.h3 .-w-outside,
.h3 .-l-outside,
h4 .-w-outside,
h4 .-l-outside,
.h4 .-w-outside,
.h4 .-l-outside,
h5 .-w-outside,
h5 .-l-outside,
.h5 .-w-outside,
.h5 .-l-outside {
  margin-bottom: 0;
}
h1.-super,
.h1.-super,
h2.-super,
.h2.-super,
h3.-super,
.h3.-super,
h4.-super,
.h4.-super,
h5.-super,
.h5.-super {
  text-transform: none;
  color: #d09a49;
  font-family: "Rockness";
  line-height: 0.8em;
  margin-bottom: 0.1em;
}
h1.-highlighted,
.h1.-highlighted,
h2.-highlighted,
.h2.-highlighted,
h3.-highlighted,
.h3.-highlighted,
h4.-highlighted,
.h4.-highlighted,
h5.-highlighted,
.h5.-highlighted {
  display: inline;
}
h1.-highlighted:before,
.h1.-highlighted:before,
h2.-highlighted:before,
.h2.-highlighted:before,
h3.-highlighted:before,
.h3.-highlighted:before,
h4.-highlighted:before,
.h4.-highlighted:before,
h5.-highlighted:before,
.h5.-highlighted:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  bottom: 3px;
  background: #d09a49;
  z-index: -1;
}
h1.-underline,
.h1.-underline,
h2.-underline,
.h2.-underline,
h3.-underline,
.h3.-underline,
h4.-underline,
.h4.-underline,
h5.-underline,
.h5.-underline {
  display: inline-block;
}
h1.-underline:after,
.h1.-underline:after,
h2.-underline:after,
.h2.-underline:after,
h3.-underline:after,
.h3.-underline:after,
h4.-underline:after,
.h4.-underline:after,
h5.-underline:after,
.h5.-underline:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  right: 0;
  background: #d09a49;
  z-index: -1;
}
h1.-yellow,
.h1.-yellow,
h2.-yellow,
.h2.-yellow,
h3.-yellow,
.h3.-yellow,
h4.-yellow,
.h4.-yellow,
h5.-yellow,
.h5.-yellow {
  color: #d09a49;
}
h1,
.h1 {
  font-size: 120px;
  font-size: 4.8vw;
}
@media (max-width: 705.1282051282px) {
  h1,
  .h1 {
    font-size: 55px;
  }
}
@media (min-width: 1538.4615384615px) {
  h1,
  .h1 {
    font-size: 120px;
  }
}
h1.-big,
.h1.-big {
  font-size: 240px;
  font-size: 12.5vw;
}
@media (max-width: 960px) {
  h1.-big,
  .h1.-big {
    font-size: 120px;
  }
}
@media (min-width: 1920px) {
  h1.-big,
  .h1.-big {
    font-size: 240px;
  }
}
h1.-super,
.h1.-super {
  font-size: 150px;
  font-size: 7.8vw;
}
@media (max-width: 820.5128205128px) {
  h1.-super,
  .h1.-super {
    font-size: 64px;
  }
}
@media (min-width: 1923.0769230769px) {
  h1.-super,
  .h1.-super {
    font-size: 150px;
  }
}
h2,
.h2 {
  font-size: 110px;
  font-size: 5.7vw;
}
@media (max-width: 771.9298245614px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media (min-width: 1929.8245614035px) {
  h2,
  .h2 {
    font-size: 110px;
  }
}
h2.-super,
.h2.-super {
  font-size: 110px;
  font-size: 5.7vw;
}
@media (max-width: 947.3684210526px) {
  h2.-super,
  .h2.-super {
    font-size: 54px;
  }
}
@media (min-width: 1929.8245614035px) {
  h2.-super,
  .h2.-super {
    font-size: 110px;
  }
}
h3,
.h3 {
  font-size: 85px;
  font-size: 4.18vw;
}
@media (max-width: 861.2440191388px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (min-width: 2033.4928229665px) {
  h3,
  .h3 {
    font-size: 85px;
  }
}
h3.-super,
.h3.-super {
  font-size: 85px;
  font-size: 4.18vw;
}
@media (max-width: 1052.6315789474px) {
  h3.-super,
  .h3.-super {
    font-size: 44px;
  }
}
@media (min-width: 2033.4928229665px) {
  h3.-super,
  .h3.-super {
    font-size: 85px;
  }
}
h4,
.h4 {
  font-size: 40px;
  font-size: 2.8vw;
}
@media (max-width: 857.1428571429px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1428.5714285714px) {
  h4,
  .h4 {
    font-size: 40px;
  }
}
h5,
.h5 {
  font-size: 24px;
  font-size: 1.25vw;
  line-height: 1.4em;
}
@media (max-width: 1600px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
h5.-big,
.h5.-big {
  font-size: 36px;
  font-size: 1.8vw;
}
@media (max-width: 1333.3333333333px) {
  h5.-big,
  .h5.-big {
    font-size: 24px;
  }
}
@media (min-width: 2000px) {
  h5.-big,
  .h5.-big {
    font-size: 36px;
  }
}
p {
  font-size: 22px;
  font-size: 1.3vw;
  line-height: 1.618em;
}
@media (max-width: 1230.7692307692px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 1692.3076923077px) {
  p {
    font-size: 22px;
  }
}
p.-big {
  font-size: 30px;
  font-size: 1.56vw;
}
@media (max-width: 1538.4615384615px) {
  p.-big {
    font-size: 24px;
  }
}
@media (min-width: 1923.0769230769px) {
  p.-big {
    font-size: 30px;
  }
}
p:empty {
  display: none;
}
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.-align-center {
  text-align: center;
}
.-align-left {
  text-align: left;
}
.-align-right {
  text-align: right;
}
.-bold {
  font-weight: 700;
}
header {
  height: 112px;
  position: absolute !important;
  z-index: 9;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  header {
    height: 92px;
  }
}
header .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
header .header__left {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  header .header__left {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  header .header__left svg {
    width: 72px;
    height: 90px;
  }
}
header .header__right {
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  header .header__right {
    align-items: flex-start;
    height: 40px;
  }
}
header .header__logo {
  height: 72px;
  pointer-events: all;
}
header .header__logo img { max-width:150px; }
header .header__openinghours {
  margin-left: 12px;
  pointer-events: all;
}
header .header__cta {
  pointer-events: all;
  position: relative;
}
header .header__cta.-open span.button span.close {
  opacity: 1;
  margin-left: 14px;
}
header .header__cta span.button {
  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 24px;
  background: #352824;
  color: #fff;
  display: flex;
  align-items: center;
  margin-right: 0;
  cursor: pointer;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  header .header__cta span.button {
    height: 40px;
    padding: 0 20px;
    font-size: 0.9em;
  }
}
header .header__cta span.button span.close {
  width: 1px;
  height: 24px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  -webkit-transform: translate(0, 1px);
  transform: translate(0, 1px);
  opacity: 0;
  transition: all 0.4s 0s ease;
}
header .header__cta span.button span.close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
header .header__cta span.button span.close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 15px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .header__cta span.button span.icon {
  display: none;
  height: 24px;
  position: relative;
  width: 14px;
}
@media only screen and (max-width: 767px) {
  header .header__cta span.button span.icon {
    display: none;
  }
}
header .header__cta span.button span.icon svg {
  position: absolute;
  top: 2px;
}
header .header__cta .dropdown {
  position: absolute;
  right: 0;
  background: #352824;
  color: #fff;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  border-radius: 20px;
  top: calc(50% + 26px);
  min-width: 250px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s 0s ease;
}
@media only screen and (max-width: 767px) {
  header .header__cta .dropdown {
    min-width: 160px;
    top: calc(50% + 20px);
  }
}
header .header__cta .dropdown.-show {
  top: calc(50% + 36px);
  opacity: 1;
  pointer-events: all;
}
@media only screen and (max-width: 767px) {
  header .header__cta .dropdown.-show {
    top: calc(50% + 28px);
  }
}
header .header__cta .dropdown li:hover a .icon {
  opacity: 1;
}
header .header__cta .dropdown li:last-child a {
  border-bottom: none;
}
header .header__cta .dropdown li a {
  padding: 12px 24px 12px 32px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  display: block;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  header .header__cta .dropdown li a {
    font-size: 0.85em;
    padding: 8px 16px 8px 20px;
  }
}
header .header__cta .dropdown li a .icon {
  opacity: 0;
}
header .header__hamburger {
  pointer-events: all;
  margin-left: 20px;
  width: 48px;
  height: 48px;
  position: relative;
}
@media (max-width: 960px) {
  header .header__hamburger {
    margin-left: 7px;
    width: 40px;
    height: 40px;
    margin-top: -4px;
  }
}
@media only screen and (max-width: 767px) {
  header .header__hamburger {
    margin-top: 0;
  }
}
header .header__hamburger.-open .line#line-1 {
  top: 50%;
  -webkit-transform: rotate(45deg) scale(0.7);
  transform: rotate(45deg) scale(0.7);
}
header .header__hamburger.-open .line#line-2 {
  opacity: 0;
}
header .header__hamburger.-open .line#line-3 {
  top: 50%;
  -webkit-transform: rotate(-45deg) scale(0.7);
  transform: rotate(-45deg) scale(0.7);
}
header .header__hamburger.-open .dot {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  background: #000;
}
header .header__hamburger .lines {
  height: 48px;
  cursor: pointer;
  position: relative;
  width: 48px;
}
@media (max-width: 767px) {
  header .header__hamburger .lines {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 40px;
    height: 40px;
  }
}
header .header__hamburger .line {
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin-top: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  transition: all 0.25s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  left: 13px;
}
@media (max-width: 767px) {
  header .header__hamburger .line {
    left: 10px;
    width: 20px;
    height: 2px;
  }
}
header .header__hamburger .line#line-1 {
  top: calc(50% - 7px);
}
header .header__hamburger .line#line-3 {
  top: calc(50% + 7px);
}
header .header__hamburger .dot {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.25s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: -1;
}
@media (max-width: 767px) {
  header .header__hamburger .dot {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
  }
}
.container {
  max-width: 1440px;
  width: 100%;
  padding: 0 4vw;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 960px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
.container.-small-padding {
  padding: 0 2vw;
}
@media only screen and (max-width: 960px) {
  .container.-small-padding {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container.-small-padding {
    padding: 0 20px;
  }
}
.container.-full {
  max-width: 100%;
}
.container.-small {
  max-width: 820px;
}
.container.-medium {
  max-width: calc(1140px + 6vw);
}
.container.-big {
  max-width: 1680px;
}
.container.-big-xl {
  max-width: 1920px;
}
@media only screen and (min-width: 1920px) {
  .container.-big-xl {
    padding: 0 3vw;
  }
}
.container.-no-padding {
  padding: 0;
}
@media only screen and (min-width: 960px) {
  .container.-no-padding {
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .container.-no-padding {
    padding: 0 0;
  }
}
@media only screen and (min-width: 960px) {
  .container.-menu-specials {
    padding: 0 300px;
  }
}
.container.-image-text-banner {
  width: 80%;
  max-width: 1400px;
}
@media only screen and (min-width: 960px) {
  .container.-image-text-banner {
    width: 100%;
  }
}
.post-type-archive-vestigingen footer {
  margin-top: 0;
}
footer {
  margin-top: 10vw;
  padding: 24px 0;
  background: #262625;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 24px 0 12px;
  }
}
footer .container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
footer .footer__logo {
  margin-right: 40px;
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 150px;
}
footer .footer__logo svg {
  width: 44px;
  height: 58px;
}
footer .footer__menu {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 1200px) {
  footer .footer__menu {
    display: none;
  }
}
footer .footer__menu li {
  padding: 0 12px;
  position: relative;
}
footer .footer__menu li:last-child:after {
  content: "";
}
footer .footer__menu li:after {
  content: "|";
  position: absolute;
  right: 0;
}
footer .footer__menu a {
  color: #fff;
  height: 24px;
  white-space: nowrap;
  font-size: 0.9em;
}
footer .footer__socials {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  footer .footer__socials {
    flex: 1 0 auto;
    justify-content: center;
    margin-left: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  footer .footer__socials {
    justify-content: flex-end;
  }
}
footer .footer__socials a {
  height: 24px;
  margin-right: 40px;
}
footer .footer__socials a:hover svg path {
  fill: #d09a49;
}
footer .footer__socials a:last-child {
  margin-right: 0;
}
.button {
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  background: #352824;
  display: inline-block;
  margin-right: 24px;
  font-weight: 500;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
}

.button:hover {
 background: #000;
 color: #fff !important;
 transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
}

.button_white {
  border-radius: 24px;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  background: #fff;
  color: #352824;
  display: inline-block;
  margin-right: 24px;
  font-weight: 500;
  transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
}

.button_white:hover {
 background: #352824;
 color: #fff !important;
 transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s;
}

.button:last-child {
  margin-right: 0;
}
.button.-black {
  background: #000;
}
.button-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
}

.button-round {
  border-radius: 50%;
  width: 152px;
  height: 152px;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  position: relative;
  font-weight: 500;
}

@media only screen and (max-width: 640px) {
  .button-round {
    width: 100px;
    height: 100px;
    font-size: 0.85em;
  }
}
.button-round span {
  position: relative;
  z-index: 3;
  font-weight: 500;
  line-height: 1.2em;
  text-align: center;
  padding: 0 10%;
}
.button-round svg {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header__openinghours {
    display: none;
  }
}
.header__openinghours .openinghours-inner {
  height: 72px;
  position: relative;
}
.header__openinghours .location-list {
  height: 72px;
  position: absolute;
  -webkit-perspective: 800px;
  perspective: 800px;
}
.header__openinghours .location-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  z-index: -1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.header__openinghours .location-list.-open .location {
  pointer-events: all;
}
.header__openinghours .location-list.-open .location:last-child {
  border: 0;
}
.header__openinghours .location {
  height: 72px;
  display: flex;
  flex-flow: row nowrap;
  padding: 0 20px;
  white-space: nowrap;
  position: relative;
  opacity: 0;
  pointer-events: none;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.header__openinghours .location:not(.-selected) {
  -webkit-transform: translate(0, -10px) rotateX(-60deg);
  transform: translate(0, -10px) rotateX(-60deg);
}
.header__openinghours .location:not(.-selected):hover .-first-row {
  color: #d09a49;
}
.header__openinghours .location.-selected {
  opacity: 1;
  pointer-events: all;
  cursor: pointer;
}
.header__openinghours .location:last-child {
  border: 0;
}
.header__openinghours .location span {
  display: inline-block;
}
.header__openinghours .location > div {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 0 20px 0 20px;
}
.header__openinghours .location .chevron {
  position: relative;
  padding: 0 10px 0 20px;
}
.header__openinghours .location .chevron:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: #313131;
}
.header__openinghours .location .-first-row {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 500;
}
.header__openinghours .location .-first-row svg {
  margin-left: 5px;
  display: inline-block;
}
.header__openinghours .location .-second-row {
  font-size: 14px;
  opacity: 0.5;
  line-height: 1.3em;
}
#responsive-nav {
  opacity: 0;
  transition: all 0s 1s ease;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}
#responsive-nav.-open {
  transition: all 0s 0s ease;
  pointer-events: all;
  opacity: 1;
}
.responsive-nav__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-nav__background .column {
  height: 100%;
  width: calc(33.3333% + 1px);
  top: 0;
  position: absolute;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.responsive-nav__background .column.column1 {
  left: 0;
}
.responsive-nav__background .column.column2 {
  left: 33.3333%;
}
.responsive-nav__background .column.column3 {
  left: 66.6666%;
}
.responsive-nav__background .column .inner {
  left: -5%;
  background: rgba(22, 22, 22, 0.95);
  top: -100%;
  position: absolute;
  height: 100%;
  width: 110%;
  will-change: transform;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.responsive-nav__inner {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  padding: 130px 0 30px;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (max-width: 767px) {
  .responsive-nav__inner {
    padding-top: 90px;
    justify-content: flex-start;
    overflow: scroll;
    padding-bottom: 130px;
  }
}
.responsive-nav__inner .container {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.responsive-nav__inner .menu-group {
  flex: 0 0 33.333%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .responsive-nav__inner .menu-group {
    flex: 0 0 100%;
    margin: 20px 0;
  }
}
.responsive-nav__inner .menu-group h3 {
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .responsive-nav__inner .menu-group h3 {
    margin-bottom: 12px;
  }
}
.responsive-nav__inner .menu-group h3 span {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  display: block;
  opacity: 0;
}
.responsive-nav__inner .menu-group a {
  display: block;
  font-family: "IntroHeadB";
  font-size: 36px;
  font-size: 2vw;
  line-height: 1em;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.25em;
  transition: 0.1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (max-width: 1300px) {
  .responsive-nav__inner .menu-group a {
    font-size: 26px;
  }
}
@media (min-width: 1800px) {
  .responsive-nav__inner .menu-group a {
    font-size: 36px;
  }
}
.responsive-nav__inner .menu-group a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.responsive-nav__inner .menu-group a span {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  display: block;
  opacity: 0;
}
#cursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
  transition: all 0.4s 0s ease;
  opacity: 0;
}
#cursor.-big {
  opacity: 1;
}
#cursor.-hide {
  opacity: 0;
}
#cursor .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  #cursor .circle {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
}
#cursor .circle svg {
  width: 100%;
  height: 100%;
}
#cursor .circle .text {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  line-height: 1.1em;
  justify-content: center;
  font-size: 20px;
  opacity: 0;
}
.c-filter__button {
  position: fixed;
  right: 2.083vw;
  bottom: 2.083vw;
  z-index: 1;
  text-align: right;
  pointer-events: none;
}
.c-filter__button.-open,
.c-filter__button.-high {
  z-index: 3;
}
.c-filter__button .button-round {
  cursor: pointer;
  display: inline-flex;
  pointer-events: all;
}
.c-filter__button .button-round .js-openFilterClosed {
  display: block;
}
.c-filter__button .button-round .js-openFilterOpen {
  display: none;
}
.c-filter__button .button-round .js-openFilterOpen svg {
  position: relative;
  width: 18px;
}
.c-filter__button .button-round.-open .js-openFilterClosed {
  display: none;
}
.c-filter__button .button-round.-open .js-openFilterOpen {
  display: block;
}
.c-filter__filters {
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  width: 350px;
  padding-top: 20px;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 35px;
}
@media only screen and (max-width: 640px) {
  .c-filter__filters {
    margin-bottom: 20px;
  }
}
.c-filter__filters.-open {
  opacity: 1;
  pointer-events: all;
}
.c-filter__filters h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .c-filter__filters h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .c-filter__filters {
    background: #000;
  }
}
.c-filter__input {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  border: solid 1px #fff;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  display: inline-block;
  margin-top: -3px;
  margin-right: 6px;
  cursor: pointer;
}
.c-filter__input:hover {
  border: solid 1px #d09a49;
}
.c-filter__input:checked {
  border: solid 1px #d09a49;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 9L13 1' stroke='%23D09A49' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-filter__input:checked + .c-filter__label {
  color: #d09a49;
}
.c-filter__label {
  cursor: pointer;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .c-filter__label {
    font-size: 16px;
  }
}
.c-filter__line {
  margin-bottom: 10px;
  vertical-align: middle;
}
.c-filter__line:hover .c-filter__input {
  border: solid 1px #d09a49;
}
.c-filter__line:hover .c-filter__label {
  color: #d09a49;
}
.c-filter__group {
  padding: 30px 50px;
  border-bottom: solid 1px #313131;
}
@media only screen and (max-width: 640px) {
  .c-filter__group {
    padding: 20px 30px;
  }
}
.c-filter__group:last-child {
  border-bottom: none;
}
.c-filter__group h5 {
  margin-bottom: 10px;
}
.archive-item-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.archive-item {
  width: 50%;
  flex: 0 0 50%;
  margin-bottom: 10vw;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .archive-item {
    width: calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
  }
}
.archive-item:nth-last-child(1),
.archive-item:nth-last-child(2) {
  margin-bottom: 0;
}
.archive-item:nth-child(even) .inner {
  -webkit-transform: translate(0, 10vw);
  transform: translate(0, 10vw);
}
.archive-item .inner {
  margin: 0 4vw;
  display: block;
}
@media only screen and (max-width: 767px) {
  .archive-item .inner {
    margin: 0 0;
  }
}
.archive-item .inner:hover {
  text-decoration: none;
}
.archive-item .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.archive-item .image {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  display: block;
}
.archive-item .image .image-inner {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.archive-item .image .image-inner:after {
  content: "";
  background: rgba(38, 38, 37, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.archive-item .image img {
  position: absolute;
  display: block;
  height: 120%;
  width: 100%;
  top: -20%;
  object-fit: cover;
  max-height: 120%;
}
.archive-item .tag {
  position: absolute;
  z-index: 3;
  top: 2vw;
  left: 2vw;
}
@media only screen and (max-width: 767px) {
  .archive-item .tag {
    top: 20px;
    right: 20px;
  }
}
.archive-item .text {
  margin: 24px 0 0;
  display: block;
}
.archive-item .text p {
  text-align: center;
  z-index: 1;
  position: relative;
}
.archive-item-container-horizontal {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
.archive-item-horizontal {
  width: 25vw;
  height: 100%;
  position: relative;
  z-index: 2;
  transition: z-index 0s 0s linear;
}
.archive-item-horizontal:hover {
  z-index: 3;
}
.archive-item-horizontal .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.archive-item-horizontal .inner:hover {
  text-decoration: none;
}
.archive-item-horizontal .inner:hover .image {
  left: -10%;
  right: -10%;
}
.archive-item-horizontal .inner:hover .image:after {
  opacity: 0;
}
.archive-item-horizontal .inner:hover .text {
  bottom: 90px;
}
.archive-item-horizontal .inner > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.archive-item-horizontal .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  overflow: hidden;
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.archive-item-horizontal .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.archive-item-horizontal .text p {
  margin-bottom: 0;
  z-index: 1;
  position: relative;
}
.archive-vestigingen {
  height: calc(100vh - 106px);
  margin-bottom: 0;
}
.archive-vestigingen .archive-item-container-horizontal {
  width: 100%;
  height: 100%;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: all 0s 2s ease;
}
#overlay.-show {
  pointer-events: all;
  opacity: 1;
  transition: all 0s 0s ease;
}
#overlay .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 0 0;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  transition: all 2s 0s ease;
}
#overlay .background.-blur {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
#overlay .overlay-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -30px;
  border-radius: 36px;
  background: #262625;
  min-width: 300px;
  width: 90%;
  max-width: 500px;
  z-index: 4;
  transition: all 0.4s 0s ease;
  opacity: 0;
}
#overlay .overlay-popup.-show {
  margin-top: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  #overlay .overlay-popup {
    border-radius: 18px;
  }
}
#overlay .popup-title {
  padding: 30px 48px 20px 48px;
  border-bottom: solid 1px #313131;
}
@media only screen and (max-width: 767px) {
  #overlay .popup-title {
    padding-left: 24px;
    padding-right: 24px;
  }
}
#overlay .popup-title h5 {
  margin-bottom: 0;
  line-height: 1em;
}
#overlay .popup-text {
  padding: 30px 48px;
  display: none;
}
@media only screen and (max-width: 767px) {
  #overlay .popup-text {
    padding: 15px 24px;
  }
}
#overlay .popup-text.-show {
  display: block;
}
#overlay .popup-text p {
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  #overlay .popup-text p {
    font-size: 16px;
  }
}
#overlay .popup-buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 24px;
}
#overlay .popup-buttons .button {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 12px;
}
#overlay .popup-footer {
  color: #555;
  padding: 24px 48px;
  border-top: solid 1px #313131;
}
@media only screen and (max-width: 767px) {
  #overlay .popup-footer {
    padding: 12px 24px;
  }
}
#overlay .popup-footer a {
  color: #555;
  text-decoration: underline;
}
#overlay .cookie-preferences label {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
#overlay .cookie-preferences label input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 3px #fff;
  margin-right: 5px;
  border-radius: 3px;
}
#overlay .cookie-preferences label input[type="checkbox"]:checked {
  background: #352824;
}
section.error-page {
  min-height: calc(100vh - 0px);
  margin-bottom: 0;
}
section.error-page .background {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
section.error-page .background .image {
  width: 70%;
  padding-top: 70%;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.error-page .background .image .clip-path {
  -webkit-clip-path: url(main.css#clipping);
  clip-path: url(main.css#clipping);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70vh;
  height: 70vh;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.error-page .background .image .clip-path:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
section.error-page .background img {
  position: absolute;
  top: 0;
  object-fit: cover;
  height: 100%;
}
section.error-page .container {
  height: calc(100vh - 0px);
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
section.error-page .container h1.-super {
  font-size: 250px;
  font-size: 14vw;
  margin-bottom: 0;
}
@media (max-width: 1142.8571428571px) {
  section.error-page .container h1.-super {
    font-size: 160px;
  }
}
@media (min-width: 1785.7142857143px) {
  section.error-page .container h1.-super {
    font-size: 250px;
  }
}
.error404 footer {
  margin-top: 0;
}
.l-special-container {
  display: flex;
  flex-flow: row wrap;
}
.l-special {
  width: 50%;
  padding: 0 40px;
  display: flex;
  flex-flow: column nowrap;
}
@media only screen and (max-width: 960px) {
  .l-special {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .l-special {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 767px) {
  .l-special:nth-child(even) {
    flex-flow: column-reverse nowrap;
  }
}
.l-special:hover {
  text-decoration: none;
}
.l-special:hover .image-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


.l-special .image.-darken:after{
	opacity: 0.2;
} 


.l-special .image-inner {
  transition: all 0.4s 0s ease;
}
.l-special .image {
  margin: 2vw 2vw;
  overflow: hidden;
  padding-top: 105%;
}
@media only screen and (max-width: 960px) {
  .l-special .image {
    -webkit-transform: none !important;
    transform: none !important;
    margin: 2vw 0 0;
  }
}
.l-special .image img {
  object-fit: cover;
}
.l-special .text {
  margin: 30px 0 0;
}
@media only screen and (max-width: 640px) {
  .l-special .text {
    margin: 20px 0 40px;
  }
}
.l-special .text p {
  padding: 0 4vw;
}
.layout-quote {
  margin: calc(0px) 0;
}
.layout-quote h2 {
  white-space: normal;
}
.layout-quote .person {
  width: 100%;
  position: relative;
  z-index: -1;
}
.layout-quote .person img {
  width: 180px;
  height: 180px;
  display: block;
  border-radius: 50%;
  margin: 0 auto 40px;
  object-fit: cover;
}
@media only screen and (max-width: 960px) {
  .layout-quote .person img {
    width: 120px;
    height: 120px;
    margin: 20px auto;
  }
}
section.layout-image {
  position: relative;
}
section.layout-image .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 960px) {
  section.layout-image .container {
    flex-flow: row wrap;
  }
}
section.layout-image .container.-reversed {
  flex-flow: row-reverse nowrap;
}
section.layout-image .container.-reversed .text {
  padding-left: 0;
  padding-right: 4vw;
}
@media (max-width: 960px) {
  section.layout-image .container.-reversed .text {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  section.layout-image .container.-reversed {
    flex-flow: row wrap;
  }
}
section.layout-image .container .image {
  width: 41.66666667vw;
  position: relative;
  padding-top: 50%;
  margin: auto;
}
@media (max-width: 960px) {
  section.layout-image .container .image {
    width: 100%;
    margin-bottom: 24px;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
section.layout-image .container .text {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 46.66666667vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  z-index: 1;
}
@media (max-width: 960px) {
  section.layout-image .container .text {
    width: 100%;
    padding-left: 0;
  }
}
section.layout-image .container .text h3:not(.-super) {
  margin-bottom: 0.2em;
}
section.layout-image-text {
  position: relative;
}
section.layout-image-text .container {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 960px) {
  section.layout-image-text .container {
    flex-flow: row wrap;
  }
}
section.layout-image-text .container.-reversed {
  flex-flow: row-reverse nowrap;
}
section.layout-image-text .container.-reversed .text {
  padding-left: 0;
  padding-right: 4vw;
}
@media (max-width: 960px) {
  section.layout-image-text .container.-reversed .text {
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  section.layout-image-text .container.-reversed {
    flex-flow: row wrap;
  }
}
section.layout-image-text .container .image {
  width: 55%;
  position: relative;
  padding-top: 50%;
}
@media (max-width: 960px) {
  section.layout-image-text .container .image {
    width: 100%;
    margin-bottom: 24px;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}
section.layout-image-text .container .text {
  width: 45%;
  padding-left: 6vw;
}
@media (max-width: 960px) {
  section.layout-image-text .container .text {
    width: 100%;
    padding-left: 0;
  }
}
section.layout-image-text .container .text h3:not(.-super) {
  margin-bottom: 0.2em;
}
section.layout-image-text .container .text h2,
section.layout-image-text .container .text h3,
section.layout-image-text .container .text p {
  text-align: left;
}
@media (max-width: 960px) {
  section.layout-image-text + section.layout-image-text {
    margin-top: calc(-4vw);
  }
}
section.layout-image-text-banner {
  position: relative;
  height: 100vh;
}
section.layout-image-text-banner.-first-layout {
  margin-top: 0;
  padding: 130px 0;
  z-index: 2;
}
section.layout-image-text-banner .text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3;
}
section.layout-image-text-banner .text-container h4,
section.layout-image-text-banner .text-container .text {
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  text-align: center;
}
section.layout-image-text-banner .text-container .text {
  font-size: 24px;
  font-size: 1.25vw;
}
@media (max-width: 1600px) {
  section.layout-image-text-banner .text-container .text {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  section.layout-image-text-banner .text-container .text {
    font-size: 24px;
  }
}
section.layout-image-text-banner .button-container {
  position: absolute;
  z-index: 3;
  bottom: 4vw;
  right: 4vw;
  width: auto;
  display: block;
}
section.layout-image-text-banner .button-container .button-round {
  background: #352824;
}
section.layout-image-text-banner .images-container {
  z-index: 2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
section.layout-image-text-banner .images-container.-layout-1 .image-1 {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
section.layout-image-text-banner
  .images-container.-layout-1
  .image-1
  .image-inner {
  padding-top: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  height: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
  margin-top: -5%;
}
@media only screen and (max-width: 767px) {
  section.layout-image-text-banner
    .images-container.-layout-1
    .image-1
    .image-inner {
    padding-top: 250%;
    width: 250vw;
  }
}
section.layout-image-text-banner
  .images-container.-layout-1
  .image-1
  .image-inner
  video,
section.layout-image-text-banner
  .images-container.-layout-1
  .image-1
  .image-inner
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 120vh;
  max-width: 100vw;
  max-height: 120vh;
  will-change: transform;
}
section.layout-image-text-banner .images-container.-layout-2 .image-1 {
  height: 70vh;
  width: 80vh;
  top: 15%;
  left: calc(50% - 40vh);
}
section.layout-image-text-banner .images-container.-layout-3 .image-1 {
  height: 90vh;
  width: 80vh;
  top: 5%;
  left: calc(50% - 40vh);
}
section.layout-image-text-banner .images-container.-layout-3 .image-2 {
  height: 36vh;
  width: 25vh;
  top: 15%;
  left: calc(50% - 50vh - 25vh);
}
section.layout-image-text-banner .images-container.-layout-3 .image-3 {
  height: 36vh;
  width: 24vh;
  top: 52%;
  left: calc(50% + 50vh);
}
section.layout-image-text-banner .images-container.-layout-4 .image-1 {
  height: 32vh;
  width: 30vh;
  top: 20vh;
  left: calc(50% - 50vh);
}
section.layout-image-text-banner .images-container.-layout-4 .image-2 {
  height: 30vh;
  width: 20vh;
  top: 10%;
  left: calc(50% + 25vh);
}
section.layout-image-text-banner .images-container.-layout-4 .image-3 {
  height: 32vh;
  width: 20vh;
  top: 62%;
  left: calc(50% - 35vh);
}
section.layout-image-text-banner .images-container.-layout-4 .image-4 {
  height: 32vh;
  width: 20vh;
  top: 56%;
  left: calc(50% + 18vh);
}
section.layout-image-text-banner .images-container.-layout-5 {
  overflow: visible;
}
section.layout-image-text-banner .images-container.-layout-5 .image-1 {
  height: 30vh;
  width: 25vh;
  top: 2%;
  left: 10%;
}
section.layout-image-text-banner .images-container.-layout-5 .image-2 {
  height: 36vh;
  width: 24vh;
  top: 20%;
  left: 70%;
}
section.layout-image-text-banner .images-container.-layout-5 .image-3 {
  height: 30vh;
  width: 20vh;
  top: 52%;
  left: 30%;
}
@media only screen and (max-width: 767px) {
  section.layout-image-text-banner .images-container.-layout-5 .image-3 {
    left: 0;
  }
}
section.layout-image-text-banner .images-container.-layout-5 .image-4 {
  height: 30vh;
  width: 25vh;
  top: 75%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  section.layout-image-text-banner .images-container.-layout-5 .image-4 {
    top: 67%;
    right: 5%;
  }
}
section.layout-image-text-banner .images-container.-layout-5 .image-5 {
  height: 30vh;
  width: 20vh;
  top: 92%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  section.layout-image-text-banner .images-container.-layout-5 .image-5 {
    display: none;
  }
}
section.layout-image-text-banner .images-container .image {
  position: absolute;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: -webkit-clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
section.layout-image-text-banner .images-container .image.-clip-hide {
  transition: -webkit-clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1),
    -webkit-clip-path 0.8s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
}
section.layout-image-text-banner
  .images-container
  .image.-seal-hide
  .image-inner {
  padding-top: 0;
  width: 0;
}
section.layout-image-text-banner .images-container .image video,
section.layout-image-text-banner .images-container .image img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
section.image-gallery-wall {
  position: relative;
  height: 200vh;
  will-change: transform;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall {
    height: auto;
  }
}
section.image-gallery-wall.-first-layout {
  margin-top: 0;
  padding-top: 0;
}
section.image-gallery-wall .fixed-box {
  height: 50%;
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall .fixed-box {
    position: relative;
    height: auto;
    padding: 0 20px;
  }
}
section.image-gallery-wall .image-gallery {
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image-gallery {
    position: static;
    width: 100%;
    height: auto;
  }
}
section.image-gallery-wall .image {
  position: absolute;
}
section.image-gallery-wall .image#image-gallery-image-1 {
  width: 33.333%;
  height: 33.333%;
  top: 33.3333%;
  left: 33.3333%;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image#image-gallery-image-1 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
    left: 0;
    top: 0;
        max-width: 500px;
    margin: 0 auto 30px;
  }
}
section.image-gallery-wall .image#image-gallery-image-2 {
  width: 16.666%;
  height: 45.333%;
  top: 50%;
  left: 16.666%;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image#image-gallery-image-2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
    left: 0;
    top: 0;
        max-width: 500px;
    margin: 0 auto 30px;
  }
}
section.image-gallery-wall .image#image-gallery-image-3 {
  width: 16.666%;
  height: 36.333%;
  top: 22.666%;
  left: 66.6666%;
}

section.image-gallery-wall .image#image-gallery-image-4 {
  width: 25%;
  height: 25%;
  top: 25%;
  left: 8.333%;
}
section.image-gallery-wall .image#image-gallery-image-5 {
  width: 16.6666%;
  height: 45.3333%;
  top: 66.666%;
  left: 33.3333%;
}
section.image-gallery-wall .image#image-gallery-image-6 {
  width: 16.6666%;
  height: 45.6666%;
  top: 66.6666%;
  left: 50%;
}
section.image-gallery-wall .image#image-gallery-image-7 {
  width: 25%;
  height: 40.333%;
  top: 56%;
  left: 66.666%;
}

@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image#image-gallery-image-3,
  section.image-gallery-wall .image#image-gallery-image-4,
  section.image-gallery-wall .image#image-gallery-image-5,
  section.image-gallery-wall .image#image-gallery-image-6,
  section.image-gallery-wall .image#image-gallery-image-7 {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    display: block;
    left: 0;
    top: 0;
        max-width: 500px;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image {
    display: none;
    margin-bottom: 3vw;
  }
}
section.image-gallery-wall .image img {
  height: calc(100% - 120px);
  width: calc(100% - 120px);
  margin-top: 60px;
  margin-left: 60px;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 960px) {
  section.image-gallery-wall .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
section.layout-menu-specials {
  position: relative;
}
.menu-specials__fixed-categories {
  width: 300px;
  padding: 0 40px 0 40px;
  position: absolute;
  left: 0;
  top: calc(-60px - 4vw);
  height: 100vh;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  z-index: 3;
}
@media only screen and (max-width: 1440px) {
  .menu-specials__fixed-categories {
    left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .menu-specials__fixed-categories {
    display: none;
  }
}
.menu-specials__fixed-categories ul li {
  font-family: "IntroHeadB";
  font-size: 26px;
  font-size: 1.35vw;
  text-transform: uppercase;
  line-height: 32px;
  cursor: pointer;
}
@media (max-width: 1481.4814814815px) {
  .menu-specials__fixed-categories ul li {
    font-size: 20px;
  }
}
@media (min-width: 1925.9259259259px) {
  .menu-specials__fixed-categories ul li {
    font-size: 26px;
  }
}
.menu-specials__fixed-categories ul li.-active {
  color: #d09a49;
}
.menu-specials__category {
  padding-top: 7.8vw;
  padding-bottom: 0;
}
.menu-specials__category .menu-specials__category-head {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: bottom;
  margin-bottom: -2px;
}
.menu-specials__category .menu-specials__category-head .size {
  color: #d09a49;
  font-size: 20px;
  font-size: 1.04vw;
  text-transform: lowercase;
  justify-content: flex-end;
  white-space: nowrap;
}
@media (max-width: 1538.4615384615px) {
  .menu-specials__category .menu-specials__category-head .size {
    font-size: 16px;
  }
}
@media (min-width: 1923.0769230769px) {
  .menu-specials__category .menu-specials__category-head .size {
    font-size: 20px;
  }
}
.menu-specials__category .menu-specials__category-title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.menu-specials__category .menu-specials__category-title .menu-specials__name {
  display: flex;
  gap: 10px;
}
.menu-specials__category
  .menu-specials__category-title
  .menu-specials__name.-vegan {
  gap: 4px;
}
.menu-specials__category .menu-specials__category-title .menu-specials__vegan {
  width: 24px;
}
.menu-specials__category .menu-specials__description {
  font-family: "NHaasGrotesk", Arial;
  font-size: 18px;
  font-size: 0.94vw;
  text-transform: none;
}
@media (max-width: 1489.3617021277px) {
  .menu-specials__category .menu-specials__description {
    font-size: 14px;
  }
}
@media (min-width: 1914.8936170213px) {
  .menu-specials__category .menu-specials__description {
    font-size: 18px;
  }
}
.menu-specials__category .menu-specials__category-sizes {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: bottom;
}
.menu-specials__category .menu-specials__category-sizes .size {
  font-family: "IntroHeadB";
  width: 100px;
  padding: 0 12px;
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  justify-content: left;
  white-space: nowrap;
  align-items: flex-end;
}
@media only screen and (max-width: 640px) {
  .menu-specials__category .menu-specials__category-sizes .size {
    width: 70px;
    padding: 0 0;
  }
}
.menu-specials__category .menu-specials__category-body {
  font-family: "IntroHeadB";
  font-size: 26px;
  font-size: 1.35vw;
}
@media (max-width: 1481.4814814815px) {
  .menu-specials__category .menu-specials__category-body {
    font-size: 20px;
  }
}
@media (min-width: 1925.9259259259px) {
  .menu-specials__category .menu-specials__category-body {
    font-size: 26px;
  }
}
.menu-specials__category .menu-specials__category-body li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  line-height: 24px;
  padding: 8px 0;
}
.menu-specials__category
  .menu-specials__category-body
  li
  .menu-specials__category-title {
  text-transform: uppercase;
}
.layout-timeline .-timeline-text-head {
  margin-bottom: calc(52px + 15vw);
}
.layout-timeline .-timeline-text-head h2.-super {
  font-size: 240px;
  font-size: 12.5vw;
}
@media (max-width: 800px) {
  .layout-timeline .-timeline-text-head h2.-super {
    font-size: 100px;
  }
}
@media (min-width: 1920px) {
  .layout-timeline .-timeline-text-head h2.-super {
    font-size: 240px;
  }
}
.timeline-years {
  position: relative;
}
.year-prepend-text {
  position: absolute;
  text-align: right;
  width: 27.5vw;
  padding-right: 2.5vw;
  z-index: 4;
}
@media (min-width: 1600px) {
  .year-prepend-text {
    width: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .year-prepend-text {
    display: none;
  }
}
.year-prepend-text h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.year-prepend-text h1 {
  margin-right: 6vw;
  position: relative;
  z-index: 3;
}
.year-item {
  margin-left: 27.5vw;
  padding-bottom: 10vw;
  position: relative;
  z-index: 2;
  padding-top: 42px;
}
@media (min-width: 1600px) {
  .year-item {
    margin-left: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .year-item {
    margin-left: 0;
    padding-bottom: 5vw;
  }
}
.year-item .year-number {
  position: absolute;
  left: -1vw;
  top: 5.2vw;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media (min-width: 1929.8245614035px) {
  .year-item .year-number {
    left: 0;
    top: 100px;
  }
}
@media (max-width: 877.1929824561px) {
  .year-item .year-number {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .year-item .year-number {
    position: static;
    text-align: center;
    -webkit-transform: none;
    transform: none;
  }
}
.year-item .year-number h1 {
  width: 8.15vw;
  display: block;
  text-align: left;
  -webkit-transform: translate(1vw, 0);
  transform: translate(1vw, 0);
}
@media only screen and (max-width: 767px) {
  .year-item .year-number h1 {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
  }
  .year-item .year-number h1:before {
    content: attr(data-before);
  }
}
@media only screen and (max-width: 767px) {
  .year-item .text {
    text-align: center;
  }
}
.year-item .image {
  margin-bottom: 2.4vw;
  padding-top: 70%;
  display: block;
}
.year-item .image img {
  width: 100%;
}
.year-item h3 {
  padding-top: 2.4vw;
}
.layout-text + .layout-text {
  margin-top: 0 !important;
}
.layout-text + .layout-text .text {
  margin-top: 0 !important;
}
.layout-text.-first-layout {
  margin-top: calc(130px + 4vw);
}
.layout-text .text {
  margin-left: auto;
  margin-right: auto;
  width: 66.666%;
  max-width: 720px;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .layout-text .text {
    width: 100%;
  }
}
.layout-text .text p {
  padding: 0 0;
  margin: 0 0 2.5em;
}
.layout-text .text p:last-child {
  margin-bottom: 0;
}
.layout-text h2,
.layout-text h3,
.layout-text h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
}
.layout-text h2.-super,
.layout-text h3.-super,
.layout-text h4.-super {
  margin-top: 0;
}
.layout-text h2.-content-align-left,
.layout-text h3.-content-align-left,
.layout-text h4.-content-align-left {
  margin-left: auto;
  margin-right: auto;
  width: 66.666%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .layout-text h2.-content-align-left,
  .layout-text h3.-content-align-left,
  .layout-text h4.-content-align-left {
    width: 100%;
  }
}
.layout-text .button-round {
  margin-top: calc(30px + 1.5vw);
}
.layout-text .button-container {
  margin-top: 4vw;
}
.page-template-tpl-contact .layout-text {
  margin-bottom: 0;
}
.layout-slider {
  overflow: hidden;
  width: 100%;
}
.layout-slider .-slider-text-head {
  margin-bottom: calc(40px + 3vw);
}
@media only screen and (max-width: 767px) {
  .layout-slider .-slider-text-head {
    margin-bottom: 30px;
  }
}
.layout-slider .-container2 {
  display: flex;
  flex-flow: row nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 767px) {
  .layout-slider .-container2 {
    padding-left: calc(6vw + 120px);
  }
}
.layout-slider .container {
  max-width: 2000px;
}
.layout-slider .slider-container {
  width: 100%;
  overflow: visible;
  padding: 0;
  height: 80vh;
  max-height: 600px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 960px) {
  .layout-slider .slider-container {
    max-height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-slider .slider-container {
    max-height: 400px;
    width: 100%;
    overflow: hidden;
  }
}
@media only screen and (max-width: 560px) {
  .layout-slider .slider-container {
    max-height: 320px;
  }
}
.layout-slider .slider-container.-layout-1 .slide:nth-child(even) a {
  top: 0px;
  height: calc(100% - 0px);
}
.l-special h3.-super.-text-animation.-words {
    margin-bottom: 30px;
}
.l-special .text h3.-super.-text-animation.-words{
	font-size: 50px;
}
.l-special .text h3.-text-animation.-words {
	    font-size: 40px;
    text-transform: capitalize;
} 


@media only screen and (max-width: 960px) {
  .layout-slider .slider-container.-layout-1 .slide:nth-child(even) a {
    height: calc(100% - 60px);
    top: 00px;
  }
}
.layout-slider .slider-container.-layout-1 .slide a {
  position: absolute;
  top: 0;
  height: 100%;
}
.layout-slider .slider-container.-layout-1 .slide a .image {
  height: 100%;
  width: auto;
  padding-top: 0;
}
.layout-slider .slider-container.-layout-1 .slide a .image.-darken:after {
	    background:transparent;
}
.layout-slider .slider-container.-layout-2 {
  display: flex;
  flex-flow: row nowrap;
}
@media only screen and (max-width: 767px) {
  .layout-slider .slider-container.-layout-2 {
    flex-flow: row wrap;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-slider .slider-container.-layout-2 .slider {
    margin-top: 0;
  }
}
.layout-slider .slider-container.-layout-2 .slide a {
  padding: 0 2vw;
}
.layout-slider .slider-container.-heightAuto {
  height: auto;
  max-height: none;
}
.layout-slider .buttons {
  width: 160px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  gap: 20px;
  z-index: 4;
  height: 100%;
  position: absolute;
  left: 6vw;
}
@media (max-width: 1440px) {
  .layout-slider .buttons {
    width: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-slider .buttons {
    flex-flow: row nowrap;
    width: 160px;
    margin-bottom: 40px;
    position: absolute;
    right: 0;
    height: 0;
    -webkit-transform: translate(0, -52px);
    transform: translate(0, -52px);
  }
}
.layout-slider .buttons .prev-button,
.layout-slider .buttons .next-button {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  transition: all 0.25s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.layout-slider .buttons .prev-button:hover,
.layout-slider .buttons .next-button:hover {
  background: #352824;
}
@media only screen and (max-width: 767px) {
  .layout-slider .buttons .prev-button,
  .layout-slider .buttons .next-button {
    width: 40px;
    height: 40px;
  }
}
.layout-slider .buttons .prev-button svg,
.layout-slider .buttons .next-button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1440px) {
  .layout-slider .buttons .prev-button svg,
  .layout-slider .buttons .next-button svg {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
    transform: translate(-50%, -50%) scale(0.75);
  }
}
@media (max-width: 767px) {
  .layout-slider .buttons .prev-button svg,
  .layout-slider .buttons .next-button svg {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
  }
}
.layout-slider .slider {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 0;
  height: 100%;
}
.layout-slider .slick-list {
  padding: 0 !important;
  width: 100%;
  overflow: visible;
}
.layout-slider .slide {
  height: 100%;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
  width: 100%;
    cursor: pointer;
    max-width: 460px;
}
@media only screen and (max-width: 960px) {
  .layout-slider .slide {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .layout-slider .slide {
    width: 280px;
  }
}
@media only screen and (max-width: 560px) {
  .layout-slider .slide {
    width: 240px;
  }
}
@media only screen and (max-width: 960px) {
  .layout-slider .slide:first-child a {
    padding-left: 20px;
  }
}
.layout-slider .slide a {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 50px 0 50px;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .layout-slider .slide a {
    padding: 0 3vw 0 3vw;
  }
}
.layout-slider .slide a:hover {
  text-decoration: none;
}
.layout-slider .slide .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 140%;
  display: block;
  overflow: hidden;
}
.layout-slider .slide .image:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.layout-slider .slide .image h4,
.layout-slider .slide .image h5 {
        position: absolute;
    top: auto;
    left: 50%;
    z-index: 4;
    bottom: 30px;
    transform: translate(-50%, 0px);
    width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.1px;
}
@media only screen and (max-width: 960px) {
  .layout-slider .slide .image h4,
  .layout-slider .slide .image h5 {
    top: 3vw;
    left: 3vw;
  }
}
.layout-slider .slide img, .layout-slider .slide video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s 0s ease;
}
.layout-slider .slide .text {
  text-align: center;
  margin-top: 2.5vw;
}
.layout-counter .-counter-text-head {
  margin-bottom: calc(32px + 2.5vw);
}
@media only screen and (max-width: 767px) {
  .layout-counter .-counter-text-head {
    margin-bottom: 52px;
  }
}
@media only screen and (min-width: 767px) {
  .layout-counter .-counter-text-head h2.-super {
    font-size: 300px;
    font-size: 15.5vw;
    line-height: 0.35em;
  }
}
@media only screen and (min-width: 767px) and (max-width: 774.1935483871px) {
  .layout-counter .-counter-text-head h2.-super {
    font-size: 120px;
  }
}
@media only screen and (min-width: 767px) and (min-width: 1935.4838709677px) {
  .layout-counter .-counter-text-head h2.-super {
    font-size: 300px;
  }
}
.statistics-container.-positioning-random {
  display: flex;
  flex-flow: row wrap;
  max-width: 1920px;
}
.statistics-container.-positioning-random .statistic-item {
  flex: 0 0 33.3333%;
  margin: calc(30px + 2vw) 0;
}
.statistics-container.-positioning-random .statistic-item:nth-child(2) {
  margin-top: calc(400px + 2vw);
}
@media (max-width: 767px) {
  .statistics-container.-positioning-random .statistic-item:nth-child(2) {
    margin-top: calc(150px + 2vw);
  }
}
.statistics-container.-positioning-random .statistic-item:nth-child(3) {
  margin-top: calc(200px + 2vw);
}
@media (max-width: 767px) {
  .statistics-container.-positioning-random .statistic-item:nth-child(3) {
    margin-top: calc(0px + 2vw);
  }
}
.statistics-container.-positioning-random .statistic-item h2 {
  margin: 0 0 -0.2em 0;
  position: relative;
  z-index: 3;
}
.statistics-container.-positioning-random .statistic-item h2.-super {
  z-index: 2;
}
.statistics-container.-positioning-grid-big {
  display: flex;
  flex-flow: row wrap;
  max-width: 1920px;
  justify-content: center;
}
.statistics-container.-positioning-grid-big .statistic-item {
  flex: 0 0 50%;
  margin: calc(30px + 2vw) 0;
}
.statistics-container.-positioning-grid-big .statistic-item h2 {
  margin: 0 0 -0.2em 0;
  position: relative;
  z-index: 3;
}
.statistics-container.-positioning-grid-big .statistic-item h2.-super {
  z-index: 2;
}
.statistics-container.-positioning-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (max-width: 560px) {
  .statistics-container.-positioning-grid {
    justify-content: flex-start;
  }
}
.statistics-container.-positioning-grid .statistic-item {
  flex: 0 0 33.3333%;
  margin: calc(30px + 2vw) 0;
}
@media (max-width: 960px) {
  .statistics-container.-positioning-grid .statistic-item {
    flex: 0 0 50%;
    margin: calc(30px + 0) 0;
  }
}
@media (max-width: 560px) {
  .statistics-container.-positioning-grid .statistic-item {
    flex: 0 0 100%;
    margin: 16px 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .statistics-container.-positioning-grid .statistic-item:nth-child(even) {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.statistics-container.-positioning-grid .statistic-item h4 {
  width: 80%;
  margin: 0 auto;
}
.statistics-container .statistic-item {
  opacity: 1;
}
.statistics-container .statistic-text {
  margin-bottom: 0;
}
.layout-jobs {
  margin: 0;
}
.layout-jobs .job-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .layout-jobs .job-item {
    flex-flow: row wrap;
  }
}
.layout-jobs .job-item:hover {
  text-decoration: none;
}
.layout-jobs .job-item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.layout-jobs .job-item:hover h4 {
  color: #d09a49;
}
.layout-jobs .job-item:last-child {
  margin-bottom: 0;
}
.layout-jobs .job-item:before {
  background: #161616;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
  z-index: -1;
  width: 92vw;
}
@media only screen and (max-width: 640px) {
  .layout-jobs .job-item:before {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
.layout-jobs .job-item .image {
  width: 457px;
  height: 320px;
  margin: 20px 0;
  overflow: hidden;
}
@media only screen and (max-width: 960px) {
  .layout-jobs .job-item .image {
    width: 50%;
    padding-top: 30%;
    position: relative;
    height: 0;
  }
}
@media only screen and (max-width: 640px) {
  .layout-jobs .job-item .image {
    width: 100%;
    padding-top: 60%;
    margin: 0 0 0 0;
  }
}
.layout-jobs .job-item img {
  width: 457px;
  height: 320px;
  display: block;
      object-fit: contain;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.4s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (max-width: 960px) {
  .layout-jobs .job-item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
.layout-jobs .job-item .text {
  flex: 1 0 auto;
  padding: 48px;
}
@media only screen and (max-width: 640px) {
  .layout-jobs .job-item .text {
    padding: 5vw 5vw;
    display: block;
    width: 100%;
  }
}
.layout-jobs .job-item .text p {
  line-height: 1.3em;
  margin-bottom: 0;
}
.layout-jobs .button-container {
  margin-top: 80px;
}
.layout-video .text-container {
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.layout-video .container {
  max-width: 1200px;
}
.layout-video video {
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
.layout-video.-active video {
  opacity: 1;
  visibility: visible;
}
.layout-video.-active .text-container {
  visibility: hidden;
  opacity: 0;
}
.play-video-btn .button-round {
  margin: 0 auto;
  cursor: pointer;
}
.play-video-btn .triangle {
  background-image: url(../fonts/play-triangle.svg);
  width: 40px;
  height: 40px;
  background-size: 27px 31px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -19px 0 0 -17px;
  z-index: 10;
}
@media only screen and (max-width: 640px) {
  .play-video-btn .triangle {
    background-size: 20px 23px;
  }
}
.layout-list-toggle.-first .layout-list-toggle__inner--second {
  display: none;
}
.layout-list-toggle.-second .layout-list-toggle__inner--first {
  display: none;
}
.layout-list-toggle__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 11.375rem;
  margin-top: 9.875rem;
}
@media only screen and (max-width: 960px) {
  .layout-list-toggle__inner {
    row-gap: 3rem;
    margin-top: 3rem;
  }
}
.layout-list-toggle__item {
  width: 33.3333%;
}
@media only screen and (max-width: 960px) {
  .layout-list-toggle__item {
    width: 100%;
  }
}
.layout-list-toggle__switchGroup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
.layout-list-toggle__label {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "IntroHeadB";
}
@media only screen and (max-width: 960px) {
  .layout-list-toggle__label {
    font-size: 20px;
  }
}
.layout-list-toggle__label:not(.-active) {
  opacity: 0.3;
}
.layout-list-toggle__title {
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "IntroHeadB";
}
@media only screen and (max-width: 960px) {
  .layout-list-toggle__title {
    font-size: 24px;
  }
}
.layout-list-toggle__switch {
  position: relative;
  background-color: #00000080;
  border-radius: 30px;
  width: 4.9375rem;
  height: 1.875rem;
  cursor: pointer;
}
.layout-list-toggle__switch--button {
  position: absolute;
  right: 4px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  transition: right 0.2s ease-in-out;
}
.layout-list-toggle__switch--button.-active {
  right: calc(100% - 28px);
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

body {
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
  gap: 0.5em;
}

:where(.is-layout-grid) {
  gap: 0.5em;
}

body .is-layout-flow > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-flow > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-flow > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em;
}

body .is-layout-constrained > .alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0;
}

body .is-layout-constrained > .aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

body
  .is-layout-constrained
  > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important;
}

body .is-layout-constrained > .alignwide {
  max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
  display: flex;
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center;
}

body .is-layout-flex > * {
  margin: 0;
}

body .is-layout-grid {
  display: grid;
}

body .is-layout-grid > * {
  margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6;
}

.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 9999999999;
    height: 102%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    background-color: #fff;
} 
.loader img {
    max-width: 200px;
    width: 100%;
}
.nv { max-width:350px; margin:45px auto 0; display:block; }
.wl { max-width:700px; margin:45px auto 0; display:block; }
.layout-slider .slide .image h5 {
    background-color: #00000091;
    height: auto;
    bottom: -10px;
    padding: 20px;
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);
    padding-top: 70px;
}

.layout-text .text p:last-child div, .layout-text .text p div {
  display: inline-block !important;
}

.btn_coffee {

}

.text-center {
  text-align: center !important;
} 

.mt-50 {
 margin-top: 50px !important;
}

.elements_section { position: relative; }

.three_box_section .l-special { width:33.33%; }
.three_box_section .l-special .image { margin: 2vw 0vw; padding-top: 125%; }

.three_box_section .l-special:nth-child(even) {flex-flow: column; }
.three_box_section .l-special .text { margin: 30px 0 0; background-color: #00000091; height: auto; bottom: 0px; padding: 20px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); padding-top: 70px; z-index: 999; position: absolute; width: 100%; }

.marquee-container { position: relative; width: 100%; overflow: hidden; padding: 50px 0; margin-top: 90px; }
.marquee-container .marquee-left-animation{ display: flex; flex-direction: row; flex-wrap: nowrap; width: max-content; white-space: nowrap; position: relative; direction: ltr; margin: 0; animation: marquee 40s linear infinite; } 
.marquee-container .marquee-left-animation .marquee-link-text {font-size: 40px; color: #352824; font-style:italic; }
 @keyframes swap {0%, 50% {left: 0%; } 50.01%, 100% {left: 100%; } } 
.marquee-container .marquee-left-animation:hover {animation-play-state: paused; } 

@keyframes marquee {0% {transform: translateX(0); } 100% {transform: translateX(-100%); } } 
.marquee-container .marquee-left-animation .marquee-link-text a {margin: 0 25px; background-color: #c91f2c; color: #fff; padding: 15px; font-size: 30px; text-decoration: none; line-height: 1 !important; border-radius: 55px; padding: 10px 30px 15px; } 

.mt-100 { margin-top:100px !important; }
.mt-0 { margin-top:0 !important; }
.mb-0 { margin-bottom:0px !important; }

.testimonial_slider .testimonial_box { background: #b87f45; border-radius: 30px; padding: 25px 30px; margin: 0 15px; position: relative; overflow: hidden; height: 260px; } 
.testimonial_slider .testimonial_box:before {content: ""; position: absolute; width: 0; height: 0; top: 0; right: 0; background-color: #b87f45; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; border-radius: 30px; left: 0; bottom: 0; } 
.testimonial_slider .testimonial_box:hover:before {content: ""; position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; bottom: 0; background-color: #723c04; border-radius: 30px; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; } 
/*.testimonial_slider .testimonial_box.bg_yellow_before:hover:before {background-color: #e6e647; } */
/*.testimonial_slider .testimonial_box.bg_light_blue_before:hover:before {background-color: #81d0e3; } */
/*.testimonial_slider .testimonial_box.bg_pink_before:hover:before {background-color: #eb7d8b; }*/
/*.testimonial_slider .testimonial_box.bg_lavender_before:hover:before {background-color: #d99ec2; } */
.testimonial_slider .testimonial_box:hover p {color: #fff !important; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; }
.testimonial_slider .testimonial_box_name { align-items: center; justify-content: space-between; margin-bottom: 20px; } 
.testimonial_slider .testimonial_box_name p { font-style: normal; font-weight: 500; font-size: 22px; line-height: 24px; color: #fff; text-align: left; position: relative; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; margin-bottom: 0; text-transform: capitalize;} 
.testimonial_slider .testimonial_box_name img {max-width: 35px; animation: zoom-in-zoom-out 2s ease-out infinite; } 
.testimonial_slider .testimonial_box_text p {text-align: left; line-height: 1.3; position: relative; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; font-size: 14px; line-height: 1.7;      height: 120px; overflow: hidden;}
.testimonial_slider .testimonial_box + .testimonial_box { margin-top: 20px; }

.testimonial_slider .testimonial_box_name p img {max-width: 140px; margin-top: 20px; }

.f_dis_flx .f_logo { max-width: 160px; display: block; margin-left: 0; margin-bottom: -10px; }
.f_dis_flx { display:flex; align-items:initial;  }
.f_dis_flx_box1 { width:25%;  padding: 0 15px; }
.f_dis_flx_box2 { width:25%; text-align: left; padding: 0 15px; }
.f_dis_flx_box3 { width:20%;  padding: 0 15px; }
.f_dis_flx_box4 { width:25%;  padding: 0 15px; }

.f_title { padding-left:0 !important; margin-bottom: 30px !important; font-weight: 500 !important; }
.f_dis_flx .f_dis_flx_box4 a {font-size: 18px; color: #000 !important; display: block; text-align: left; margin-bottom: 20px; position: relative; padding-left: 30px; line-height: 1.5; }
.f_dis_flx .f_dis_flx_box2 a i, .f_dis_flx .f_dis_flx_box4 a i { font-size: 18px; margin-left: -30px; position: absolute; top: 7px; color: #b57b42; }
.f_dis_flx .f_dis_flx_box3 a, .f_dis_flx .f_dis_flx_box2 a { font-size: 18px; color: #000 !important; display: block; text-align: left; margin-bottom: 20px; position: relative; line-height: 1.5; }
.f_dis_flx a:hover { color:#d09a49 !important; }
.f_dis_flx_box2 ul {
    padding-right: 70px;
}

.text-left  { text-align:left; }
.mt-20 { margin-top: 20px !important; }

.elements_section { position:relative; }
.elements_section img.left_bottom{
  position: absolute;
  bottom: 0;
  width: 300px;
  height: auto;
  left: 0;
}
/*.rel_left { position:relative; }*/
.rel_left:before {
     content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    width: 300px;
    height: 20%;
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 0%, rgba(255,255,255,1) 100%);
    z-index: 2;
}

.elements_section img.right_top{
  position: absolute;
  right: 0;
  width: 200px;
  height: auto;
  top: -100px;
}

.pd_100 { padding:100px 0; height: 120vh; }

dialog {
  z-index: 999;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.22);
  background: white;
  width: 100%;
  margin: 2rem auto;
  padding: 0;
  animation-direction: reverse;
}
dialog.is-active {
  -webkit-animation: fade-in-up 0.22s ease;
          animation: fade-in-up 0.22s ease;
}
dialog .modal-header,
dialog .modal-body,
dialog .modal-footer {
  padding: 1rem;
}
dialog .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  background: white;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
}
dialog .modal-header .title {
  margin: 0;
}
dialog .modal-header .close-modal {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: center;
  transition: 0.2s ease;
}
dialog .modal-header .close-modal .label {
  position: relative;
      color:#000;
}
dialog .modal-header .close-modal:hover {
  opacity: 0.6;
}
dialog .modal-body {
  max-height: 400px;
  overflow-y: auto;
}
 
dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
dialog[data-size=M] {
  max-width: 320px;
}
dialog[data-size=L] {
  max-width: 640px;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


button { cursor:pointer; }


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

.layout-slider .slider-container { height: 100vh; }
.layout-slider .slide a { padding: 0 20px 0 20px; }
.layout-slider .slider { width: 100% !important; }
.layout-slider .slide {max-width: 100%; width: 33.33%; }

.layout-slider .slide .image h4, 
.layout-slider .slide .image h5 {font-size: 24px; }

.elements_section img.left_bottom { max-width: 250px;  width:100%; }

.f_dis_flx_box2 ul { padding-right: 40px; }



}

@media screen and (max-width:1200px){
  .l-special { width: 50%; padding: 0 10px; }

  .elements_section img.left_bottom { max-width: 200px;  width:100%; }
  .elements_section img.right_top { max-width: 150px;  width:100%; }
}

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

  .marquee-container .marquee-left-animation .marquee-link-text, .marquee-container .marquee-left-animation .marquee-link-text a { font-size: 24px; }
  .layout-slider .slide { width:50%; }
  .layout-slider .slider { width: 100% !important; flex-wrap: wrap; }
  .layout-slider .slider-container { height: 100%; max-height: 100%; }
  .layout-slider .slide { height:600px; margin-bottom: 40px; }
  .layout-slider .slide .image h5 { background-color: #00000091; height: auto; bottom: 0; padding: 20px; background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); padding-top: 70px; right: 0; left: 0; right: 0; top: auto; bottom: 0; transform: translate(0%, 0px); height: 170px; bottom: 0; }
  .layout-slider { margin-bottom: 0; }
  .l-special .text h3.-text-animation.-words { font-size: 30px; }
  .l-special-container { flex-wrap:wrap; }
  .three_box_section .l-special { width: 100%; max-width: 500px; margin: 0 auto;}
  .testimonial_slider { margin-top:50px; }
  section.layout-image-text-banner { position: relative; height: 100%; padding: 100px 0; } 
  section.layout-image-text-banner .text-container {position: relative; top: auto; left: auto; -webkit-transform: none; transform: none;} 
  section.layout-image-text-banner .images-container.-layout-1 .image-1 .image-inner img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100vw; height: 100%; max-width: 100vw; max-height: 100%; will-change: transform; }

  .f_dis_flx { flex-wrap:wrap; }
  .f_dis_flx_box1 { width:100%;  padding: 0 15px; }
  .f_dis_flx_box2 { width:100%;  padding: 0 15px; max-width: 460px; }
  .f_dis_flx_box3 { width:100%;  padding: 0 15px; }
  .f_dis_flx_box4 { width:100%;  padding: 0 15px; }

  .elements_section img.left_bottom, .elements_section img.right_top  { display:none; }

  .f_dis_flx_box2 ul { padding-right:0; }

}

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

  .marquee-container { margin-top: 40px; }
  .nv { max-width: 220px; margin: 45px auto 0; display: block; } 
  .marquee-container .marquee-left-animation .marquee-link-text, 
  .marquee-container .marquee-left-animation .marquee-link-text a { font-size: 20px; }
  .layout-slider .slide { width:100%; max-width: 500px; margin: 0 auto 40px; }
  .wl { max-width: 440px; margin: 45px auto 0; }
  section.image-gallery-wall .image {max-width: 360px; }
  .rel_left:before { display:none; }
  .loader img {max-width: 100px; width: 100%; }

}

#wa-widget-send-button {
    margin: 0 0 50px 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    position: fixed !important;
    z-index: 16000160 !important;
    bottom: 0 !important;
    text-align: center !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    visibility: visible;
    transition: none !important;
    background-color: #25d366;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
    right: 50px;
}
#wa-widget-send-button a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wa-messenger-svg-whatsapp {
    fill: white;
    width: 41px;
    height: 50px;
    stroke: none;
    pointer-events: none;
}

a.header__logo {
    height: 72px;
    max-width: 150px;
    height: 112px;
    position: absolute !important;
    z-index: 9;
    width: 100%;
    left: 2rem;
    top: 2rem;
    pointer-events: none;
}