@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Bold.woff') format("woff"), url('../fonts/Butler-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url('../fonts/Butler-UltraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #191b1d;
  --ivory: #f4f4e3;
  --black: black;
  --white: white;
  --light-grey: #f4f4f4;
  --dark-olive-green: #5e5d2d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  background-color: var(--bg);
  color: var(--ivory);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Butler, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 40px;
}

li {
  margin-bottom: .5rem;
}

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

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.show {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-normal {
  font-weight: 400;
}

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

.z-index-1 {
  z-index: 1;
  position: relative;
}

.show-mobile-portrait {
  display: none;
}

.text-style-italic {
  font-style: italic;
}

.hide {
  display: none;
}

.text-align-left {
  text-align: left;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-style-link {
  text-decoration: underline;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text a {
  text-decoration: underline;
}

.text-rich-text figcaption {
  opacity: .8;
  text-align: left;
  border-left: 2px solid #000;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  background-color: var(--black);
  color: #f5f5f5;
}

.rl-styleguide_classes {
  display: none;
}

.align-center {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.align-center.only-mobile {
  justify-content: flex-start;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  border-radius: 10px;
  padding-left: 5%;
  padding-right: 5%;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  display: block;
}

.show-mobile-landscape {
  display: none;
}

.background-color-white {
  background-color: var(--white);
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-weight-medium {
  font-weight: 500;
}

.styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  position: sticky;
  top: 0;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.stylesystem-spacing-wrapper {
  background-color: var(--light-grey);
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 32px;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.text-size-medium {
  font-size: 1.125rem;
}

.icon-small {
  width: 2rem;
}

.form-radio-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form-checkbox-label {
  margin-bottom: 0;
  padding-left: 1rem;
}

.icon-medium {
  width: 3rem;
}

.text-color-white {
  color: var(--white);
}

.button-row-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  display: grid;
}

.button-row-grid.landscape-1-col.hide, .button-row-grid.mobile-1-col.hide {
  display: none;
}

.stylesystem_color-sample {
  border: 1px solid #000;
  padding: 8rem 1.5rem 1.25rem;
}

.stylesystem_color-sample.lightgrey {
  background-color: var(--light-grey);
}

.stylesystem_color-sample.black {
  background-color: #000;
}

.stylesystem_color-sample.white {
  background-color: var(--white);
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.text-size-large {
  font-size: 1.25rem;
}

.heading-xxlarge {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.styleguide-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-tertiary {
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-tertiary.invert-colors {
  color: #fff;
}

.form-radio {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
}

.form-radio.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form-radio.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.icon-xsmall {
  width: 1.5rem;
}

.styleguide_icons-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-xxsmall {
  width: 1rem;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 200;
  line-height: 1.3;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.tabs-menu {
  border-bottom: 1px #00000026;
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.icon-xlarge {
  width: 6.5rem;
}

.background-color-black-2 {
  background-color: #000;
}

.heading-large {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.button {
  border: 1px solid var(--black);
  background-color: var(--dark-olive-green);
  color: var(--white);
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.5rem;
  transition: all .4s;
}

.button:hover {
  background-color: var(--ivory);
  color: var(--dark-olive-green);
}

.button.invert-colors {
  background-color: var(--white);
  color: #000;
}

.button.button-small {
  padding: .5rem 1.25rem;
}

.form-input {
  border: 1px solid var(--black);
  color: #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

.form-input.select {
  background-color: #fff;
  background-image: none;
}

.form-input.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.background-color-lightgrey {
  background-color: var(--light-grey);
}

.form-checkbox {
  border: 1px solid var(--black);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_grid-1-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: .5rem;
}

.tab-link {
  color: #0009;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.heading-xsmall {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  border: 1px solid var(--black);
  color: var(--black);
  text-align: center;
  background-color: #0000;
  padding: .75rem 1.5rem;
}

.button-secondary.button-small {
  padding: .5rem 1.25rem;
}

.button-secondary.invert-colors {
  border-color: var(--white);
  color: var(--white);
}

.heading-small {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.text-style-quote {
  border-left: .1875rem solid var(--black);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.form-field-wrapper {
  position: relative;
}

.image-wrapper_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.text-color-black {
  color: var(--black);
}

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-large {
  width: 5rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.styleguide_grid-colours {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-xlarge {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.margin-top.margin-custom2 {
  margin-top: 13rem;
}

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.beta-label {
  text-transform: uppercase;
  background-color: #e4e2df;
  border-radius: .25rem;
  margin-left: .15rem;
  margin-right: .15rem;
  padding: .05rem .25rem;
  font-size: .875rem;
  display: inline-block;
}

.locomotive-scroll {
  overflow: hidden;
}

.heading-2 {
  font-family: Butler, sans-serif;
  font-weight: 300;
}

.paragraph {
  font-family: Inter, sans-serif;
}

.header-100vh {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.button-secondary-2 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-secondary-2.invert-colors {
  color: #fff;
  border-color: #fff;
}

.header33_background-video-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  background-image: linear-gradient(to bottom, #0d0d0e08, var(--bg) 86%);
  position: absolute;
  inset: 0%;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-right: 1rem;
  display: flex;
}

.button-wrapper.button-wrapper-center {
  margin-left: .5rem;
  margin-right: .5rem;
  overflow: hidden;
}

.button-wrapper.button-wrapper-center.space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.text-color-white-2 {
  color: #fff;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-row.button-row-center, .button-row.center {
  justify-content: center;
}

.button-row.center.only-mobile {
  justify-content: flex-start;
}

.header33_background-video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
}

.section-header33 {
  justify-content: center;
  display: flex;
  position: relative;
}

.home-header-title {
  color: var(--ivory);
  font-size: 8rem;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_component {
  background-color: #0000;
  align-items: center;
  padding: 1rem 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdwn-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: #000;
}

.navbar1_link {
  padding: .5rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.navbar1_link.w--current {
  color: var(--ivory);
}

.dropdown-icon {
  margin-top: .75rem;
  margin-bottom: .75rem;
  margin-right: 1rem;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px;
}

.navbar1_button {
  border: 2px solid var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  color: #fff;
  border-radius: 25px;
  margin-left: 1rem;
  padding: .75rem 1.5rem;
  transition: all .4s;
}

.navbar1_button:hover {
  border-width: 2px;
  border-color: var(--dark-olive-green);
  color: var(--dark-olive-green);
  background-color: #0000;
}

.navbar1_menu {
  align-items: center;
  display: flex;
}

.section-pricing18 {
  z-index: 4;
  background-color: #191b1d;
  position: relative;
  top: -50px;
}

.heading-xsmall-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.pricing18_content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.heading-medium-2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.pricing18_plan {
  border: 1px solid var(--ivory);
  flex-direction: column;
  padding: 2rem 2rem 0;
  display: flex;
  box-shadow: 1px 1px 40px #00000030;
}

.pricing18_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.pricing18_feature {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  font-family: Butler, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  display: flex;
}

.pricing18_feature-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.pricing18_components {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: end;
  place-items: stretch stretch;
}

.heading-xxlarge-2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout192_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial13_client-image-wrapper {
  position: relative;
  overflow: hidden;
}

.pieces-slider__button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  font-size: 16px;
}

.pieces-slider__button.pieces-slider__button--next {
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.pieces-slider__button.pieces-slider__button--prev {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.content {
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.pieces-slider__slide {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 90vw;
  max-width: 900px;
  display: flex;
}

.canvas {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.button-wrapper-2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.pieces-slider__image {
  width: 100%;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  display: none;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.next-splide {
  color: var(--ivory);
  cursor: pointer;
  border-width: 1px;
  border-color: #fff;
}

.control.prev-splide {
  color: var(--ivory);
  border-width: 1px;
  border-color: #fff;
}

.control__fill {
  z-index: 1;
  background-color: var(--dark-olive-green);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container-slider {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container-slider.is--slider {
  cursor: grab;
  padding-top: 0;
  padding-bottom: 0;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  width: 1.5em;
  height: 1.3em;
  color: var(--ivory);
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  width: 2em;
  height: 2em;
  color: var(--ivory);
  margin-right: -7px;
  display: none;
  transform: rotate(-90deg);
}

.control__arrow.is--flipped.right {
  width: 1.5em;
  height: 1.3em;
  margin-top: -3px;
  margin-right: -3px;
  transform: rotate(-180deg);
}

.control__arrow.right {
  transform: rotate(180deg);
}

.splide__slide {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  height: 40vw;
  min-height: 10rem;
  margin-left: .5rem;
  margin-right: .5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-slider.is--slider {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-bottom: 5em;
  display: flex;
  position: relative;
}

.controls {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 13em;
  margin-bottom: -5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.splide__image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.testimonial19_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial19_rating-wrapper {
  margin-bottom: 1.5rem;
}

.testimonial19_content {
  border: 1px solid var(--ivory);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 20rem;
  padding: 2rem;
  display: flex;
  box-shadow: 0 0 20px -12px #00000024;
}

.testimonial19_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial19_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial19_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: .875rem;
  padding-right: .875rem;
  overflow: hidden;
}

.testimonial19_mask {
  width: 33.33%;
  overflow: visible;
}

.testimonial19_rating-icon {
  width: 1.25rem;
  color: var(--ivory);
  margin-right: .25rem;
  display: inline-block;
}

.testimonial19_arrow {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  bottom: 4rem;
}

.testimonial19_arrow.hide-mobile-landscape {
  background-color: var(--ivory);
}

.section-testimonial19 {
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding-top: 0;
}

.testimonial19_client-image-wrapper {
  margin-right: 1rem;
}

.testimonial19_slide {
  padding-left: 1rem;
  padding-right: 1rem;
}

.body {
  background-color: #161616;
}

.body-2 {
  color: var(--ivory);
}

.floating-image-wrap {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
  overflow: visible;
}

.floating-image-1 {
  object-fit: cover;
  width: 50%;
  height: 30rem;
  position: relative;
}

.floating-image-2 {
  object-fit: cover;
  width: 80%;
  height: 40rem;
  position: relative;
  left: 70px;
  right: 0;
}

.floating-image-3 {
  object-fit: cover;
  flex: 0 auto;
  width: 40%;
  height: 40rem;
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer4_logo-link {
  padding-left: 0;
}

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.footer4_socials-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.footer4_link {
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider {
  background-color: var(--dark-olive-green);
  width: 100%;
  height: 1px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.footer4_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer4_credit-text, .footer4_bottom-link {
  font-size: .875rem;
}

.image, .image-2 {
  width: 125px;
}

.button-3 {
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.button-3._1 {
  z-index: 0;
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.button-3._1.max-with {
  width: 12rem;
}

.button-3._1.navbar {
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 0;
  height: 40px;
  margin-left: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.mask {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 20px;
  display: flex;
  overflow: hidden;
}

.text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text._1 {
  text-shadow: 0 19px #fff;
  position: relative;
}

.service-prijs {
  white-space: nowrap;
}

.service-prijs.text-wrap {
  white-space: normal;
}

.services_line {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  align-items: flex-end;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
}

.services_line._30 {
  width: 30%;
}

.services_line._40 {
  width: 40%;
}

.openingstijden-grijd {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  height: 40rem;
  padding: 5px;
}

.drag-button {
  opacity: 1;
  background-color: #5e5d2df0;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
}

.drag-btn-text {
  text-transform: uppercase;
  font-family: Butler, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

.cursor {
  z-index: 1000;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 12px;
  transition: font-size .2s, opacity .2s;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor_dot {
  border: 1px solid var(--dark-olive-green);
  background-color: var(--dark-olive-green);
  border-radius: 100vw;
  width: 13px;
  height: 12px;
}

.drag-btn-wrap {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.floating-iamge-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.floating-iamge-wrapper.align-right {
  justify-content: flex-end;
}

.floating-iamge-wrapper.align-left {
  justify-content: flex-start;
}

.image-4 {
  opacity: .5;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-5 {
  z-index: -1;
  width: 30rem;
  position: relative;
  inset: 89% auto 0% 1%;
}

.image-6 {
  position: absolute;
  inset: 30% 12% 0% auto;
}

.line-divider-2 {
  background-color: #3d3d3d;
  width: 100%;
  height: 1px;
}

.footer4_bottom-wrapper-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer4_component-2 {
  margin-bottom: 30px;
}

.button-wrapper-3 {
  margin-top: 1rem;
  margin-right: 1rem;
}

.image-11 {
  width: 100px;
}

.bg-colour {
  background-color: #f2efec;
  border-radius: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

.bg-colour.negative-margin-btm {
  margin-bottom: -20px;
}

.layout192_component-2, .layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.text-size-medium-2 {
  font-family: Montserrat, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.testimonial13_client-image-wrapper-2 {
  position: relative;
  overflow: hidden;
}

.has-scroll-smooth-2 {
  overflow: hidden;
}

.contact18_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.contact18_component {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.success-message {
  background-color: #f2efec;
  padding: 1.5rem;
}

.form-checkbox-2 {
  cursor: pointer;
  border: 1px solid #3d3d3d;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  transition: all .2s;
}

.form-checkbox-2.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-2.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.contact8_form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #3d3d3d;
  border: 1px solid #3d3d3d;
  padding: .75rem 1.5rem;
}

.error-text {
  color: #e23939;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-text {
  font-weight: 600;
}

.html-embed-3 {
  object-fit: fill;
  align-items: center;
  height: 100%;
  display: flex;
}

.contact8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact8_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-2 {
  color: #3d3d3d;
  background-color: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input-2:focus {
  border-color: #000;
}

.form-input-2::placeholder {
  color: #0009;
}

.form-input-2.text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.scroll-annimation {
  height: 800vh;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.preloader {
  z-index: 9998;
  background-color: var(--bg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader__emblem {
  opacity: .3;
}

.preloader__animation-w {
  z-index: 1;
  color: #c2152f;
  text-align: center;
  letter-spacing: -.03em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16em;
  font-weight: 400;
  line-height: .6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader__number {
  color: var(--ivory);
  margin-bottom: 0;
}

.preloader__1st-w {
  z-index: 2;
  color: #c2152f;
  text-align: center;
  letter-spacing: -.03em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16em;
  font-weight: 400;
  line-height: .6em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.preloader__1st-animation-w {
  justify-content: flex-start;
  align-items: center;
  height: 1em;
  margin-bottom: 0;
  display: none;
  overflow: hidden;
}

.preloader__1st-year {
  display: flex;
  transform: translate(0, 1em);
}

.preloader__red {
  z-index: 9999;
  background-color: var(--ivory);
  width: 100vw;
  height: 150vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-outline {
  border: 1px solid #fff;
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.preloader-content {
  z-index: 100;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
}

.subtitle {
  z-index: 10;
  color: #fffc;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
}

.pre-loader-1 {
  z-index: 9999;
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.image-barber-front {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#000000a6, #000000a6);
  width: 100%;
  height: 100%;
  display: inline-flex;
  position: absolute;
  inset: 0%;
}

.name {
  z-index: -1;
  position: absolute;
}

.image-overlay {
  z-index: -1;
  background-color: #191b1d85;
  position: absolute;
  inset: 0%;
}

.services_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fade-up {
  font-size: 13em;
  font-weight: 400;
  line-height: .93;
}

.fade-up.tricks {
  text-align: center;
  margin-top: -4.3rem;
  font-size: 10em;
  font-weight: 300;
  line-height: 1.2;
}

.text-span {
  font-weight: 300;
}

.bg {
  background-color: #212325;
  border-radius: 10px;
  margin: 30px;
}

.side-text_line {
  background-color: var(--dark-olive-green);
  width: 7em;
  min-width: 7em;
  height: 1px;
  margin-left: 1em;
  margin-right: 1em;
}

.section-2 {
  z-index: -1;
  width: 100%;
  margin-top: 5rem;
  margin-bottom: -11.7rem;
  position: relative;
  overflow: visible;
}

.side-text_contain {
  justify-content: center;
  align-items: center;
  display: flex;
}

.side-text_wrap {
  white-space: nowrap;
  border: 1px #0b0b0b;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.9em;
  display: flex;
}

.side-text_wrap.is--alt {
  border-style: none;
  border-color: #000;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.container-2 {
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 4em 4em;
}

.container-2.is--text-wrap {
  margin-bottom: -25px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.onze-barbers {
  justify-content: flex-start;
  align-items: center;
  font-size: 8rem;
  line-height: 1;
  display: flex;
}

.onze-barbers._2 {
  align-items: center;
  margin-top: -1.7rem;
  font-family: Inter, sans-serif;
  display: flex;
}

.div-block {
  padding-top: 1rem;
  overflow: hidden;
}

.image-reveal-wrap {
  z-index: 1;
  background-color: var(--bg);
  margin: -5px;
  position: absolute;
  inset: 0%;
}

.scroll-down {
  border: .5px #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  transition: all .4s;
  display: flex;
  position: absolute;
  inset: auto 10% 9% auto;
}

.scroll-down:hover {
  transform: translate(0, 10px)scale(1.1);
}

.project_item {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.project_item.bkz {
  z-index: 3;
  position: relative;
}

.project_item.vsds {
  z-index: 3;
  margin-left: -4rem;
  position: relative;
}

.project_item.bbq, .project_item.mwa {
  z-index: 1;
  position: relative;
}

.project_item.tmm {
  z-index: 1;
  margin-right: -4rem;
  position: relative;
}

.project_item.pli, .project_item.ej {
  z-index: 3;
  position: relative;
}

.collection-item {
  position: relative;
}

.flow-grid {
  grid-column-gap: 0em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-items: stretch;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.image-wrapper {
  z-index: 2;
  position: relative;
}

.image-wrapper._1 {
  z-index: 10;
  object-fit: cover;
  width: 35rem;
  height: 35rem;
  margin-left: -4rem;
  overflow: hidden;
}

.image-wrapper._2 {
  width: 30rem;
  height: 40rem;
  margin-top: -11.2rem;
  margin-right: -3rem;
  position: relative;
  overflow: hidden;
}

.image-wrapper._3 {
  width: 40rem;
  height: 30rem;
  margin-top: -14rem;
  margin-left: -2rem;
  overflow: hidden;
}

.image-wrapper._4 {
  margin-left: -2rem;
  margin-right: 5rem;
  overflow: hidden;
}

.image-wrapper._5 {
  width: 30rem;
  height: 30rem;
  margin-top: 94px;
  overflow: hidden;
}

.image-13 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 6px;
}

.image-14 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.image-15 {
  position: relative;
}

.image-16 {
  width: 30rem;
  padding: 6px;
  position: relative;
  top: 76px;
  left: 119px;
}

.image-17 {
  width: 40rem;
  position: relative;
  top: -188px;
  left: -67px;
}

.page-heading {
  font-size: 8rem;
}

.image-18 {
  padding: 5px;
}

.image-19 {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  padding: 5px;
}

.img-reveal_img {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 25vh;
  height: 25vh;
  position: relative;
}

.img-reveal_img.hero_image {
  z-index: 0;
  opacity: .6;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  display: none;
}

.background-video {
  width: 100%;
  height: 100%;
}

.text-span-2, .smaller {
  font-size: 1rem;
}

.div-block-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-2 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
}

@media screen and (min-width: 1280px) {
  .preloader {
    display: none;
  }

  .preloader__emblem {
    opacity: .2;
  }

  .preloader__animation-w {
    color: var(--ivory);
    font-family: Butler, sans-serif;
    font-size: 3em;
    font-weight: 300;
  }

  .preloader__1st-w {
    font-size: 3em;
  }

  .preloader__1st-animation-w {
    color: var(--ivory);
  }
}

@media screen and (min-width: 1440px) {
  .preloader__animation-w, .preloader__1st-w {
    font-size: 22em;
  }
}

@media screen and (min-width: 1920px) {
  .preloader__animation-w, .preloader__1st-w {
    font-size: 27em;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-row-grid.tablet-1-col {
    grid-auto-flow: row;
  }

  .heading-xxlarge {
    font-size: 3.25rem;
  }

  .heading-medium {
    font-size: 1.75rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

  .margin-top.margin-custom2 {
    margin-top: 12rem;
  }

  .home-header-title {
    font-size: 6rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-top {
    background-color: var(--ivory);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .navbar1_dropdwn-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: block;
  }

  .menu-icon1_line-middle {
    background-color: var(--ivory);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 18px;
  }

  .dropdown-icon {
    margin-right: 0;
  }

  .navbar1_menu-dropdown {
    font-size: 18px;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--ivory);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_button {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
  }

  .navbar1_menu {
    background-color: var(--bg);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2.5rem;
    overflow: auto;
  }

  .heading-medium-2 {
    font-size: 1.75rem;
  }

  .pricing18_plan {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .pricing18_components {
    grid-template-columns: .75fr;
    justify-content: center;
    justify-items: center;
  }

  .heading-xxlarge-2 {
    font-size: 3.25rem;
  }

  .layout192_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .container-slider {
    padding-left: 3em;
    padding-right: 3em;
  }

  .control__arrow.is--flipped.right {
    display: flex;
  }

  .splide__slide {
    min-height: 20rem;
  }

  .testimonial19_mask {
    width: 50%;
  }

  .testimonial19_arrow {
    width: 3rem;
    height: 3rem;
  }

  .testimonial19_slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .floating-image-wrap {
    grid-row-gap: 30px;
  }

  .floating-image-3 {
    height: 30rem;
  }

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .button-3._1 {
    text-align: left;
  }

  .button-3._1.navbar {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-3 {
    height: 30rem;
  }

  .cursor {
    display: none;
  }

  .floating-iamge-wrapper.align-right, .floating-iamge-wrapper.align-left {
    width: 100%;
  }

  .image-4 {
    width: 20rem;
    top: 17%;
    right: 12%;
  }

  .image-5 {
    width: 20rem;
    top: 16%;
    left: -10%;
  }

  .image-6 {
    right: -5%;
  }

  .bg-colour {
    margin-left: 20px;
    margin-right: 20px;
  }

  .layout192_component-2, .layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact18_component {
    grid-column-gap: 2rem;
  }

  .contact8_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact8_map-wrapper {
    overflow: hidden;
  }

  .preloader__emblem {
    width: 25rem;
  }

  .fade-up {
    font-size: 17em;
  }

  .fade-up.tricks {
    font-size: 9em;
    line-height: 1;
  }

  .text-span {
    font-size: 8rem;
    line-height: 1;
  }

  .bg {
    margin-left: 10px;
    margin-right: 10px;
  }

  .side-text_line {
    width: 5em;
    min-width: 5em;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .onze-barbers {
    font-size: 6rem;
  }

  .project_item.vsds {
    margin-left: 0;
  }

  .project_item.tmm {
    margin-right: 0;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 2.5em;
    grid-template-columns: .25fr;
  }

  .image-wrapper._1 {
    width: 20rem;
    height: 20rem;
  }

  .image-wrapper._2 {
    width: 20rem;
    height: 20rem;
    margin-right: 0;
  }

  .image-wrapper._3 {
    width: 25rem;
    height: 15rem;
    margin-top: -5.5rem;
    margin-left: -20px;
    margin-right: 14px;
  }

  .image-wrapper._4 {
    margin-top: -40px;
  }

  .image-wrapper._5 {
    width: 20rem;
    height: 20rem;
  }

  .image-16 {
    display: block;
  }

  .page-heading {
    font-size: 6rem;
  }

  .text-block-2 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .text-rich-text figure {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .align-center.only-mobile {
    justify-content: center;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .button-row-grid.landscape-1-col {
    grid-auto-flow: row;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .heading-medium {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-large {
    font-size: 2rem;
  }

  .heading-xsmall {
    font-size: 1.125rem;
  }

  .heading-small {
    font-size: 1.25rem;
  }

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .margin-top.margin-custom2 {
    margin-top: 11rem;
  }

  .header-100vh {
    min-height: 90vh;
  }

  .button-row.center.only-mobile {
    justify-content: center;
  }

  .home-header-title {
    font-size: 5rem;
  }

  .heading-xsmall-2 {
    font-size: 1.125rem;
  }

  .heading-medium-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .pricing18_plan {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .pricing18_components {
    grid-template-columns: 1fr;
  }

  .heading-xxlarge-2 {
    font-size: 2.5rem;
  }

  .layout192_component {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .testimonial13_client-image-wrapper {
    width: 100%;
  }

  .layout192_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .container-slider {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .control__arrow.is--flipped.right {
    display: flex;
  }

  .splide__slide {
    width: 100%;
    min-height: 30rem;
    overflow: hidden;
  }

  .section-slider.is--slider {
    margin-bottom: 9.9em;
  }

  .controls {
    margin-bottom: -3em;
    font-size: 2em;
  }

  .testimonial19_content {
    padding: 1.5rem;
  }

  .testimonial19_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial19_component {
    padding-bottom: 3rem;
    padding-left: .5rem;
    padding-right: .5rem;
    overflow: visible;
  }

  .testimonial19_mask {
    width: 100%;
  }

  .testimonial19_arrow {
    bottom: 3rem;
  }

  .testimonial19_arrow.hide-mobile-landscape {
    margin-left: -30px;
    margin-right: -30px;
    display: flex;
  }

  .testimonial19_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial19_slide {
    margin-right: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 24px;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    flex-direction: column;
    grid-auto-flow: row;
    place-items: center;
    display: flex;
  }

  .footer4_credit-text {
    margin-top: .5rem;
  }

  .image {
    width: 100px;
  }

  .openingstijden-grijd {
    justify-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4 {
    width: 15rem;
    right: -8%;
  }

  .image-5 {
    width: 15rem;
    display: none;
    left: -4%;
  }

  .image-6 {
    width: 15rem;
    top: 55%;
  }

  .footer4_bottom-wrapper-2 {
    grid-template-rows: auto;
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }

  .bg-colour {
    margin-left: 10px;
    margin-right: 10px;
  }

  .layout192_component-2, .layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .contact18_component, .contact8_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .preloader__emblem {
    width: 20rem;
    max-width: 60%;
  }

  .preloader__animation-w, .preloader__1st-w {
    font-size: 8em;
  }

  .fade-up.tricks {
    margin-top: 0;
    font-size: 8em;
  }

  .text-span {
    font-size: 6rem;
  }

  .side-text_line {
    width: 4em;
    min-width: 4em;
  }

  .section-2 {
    margin-bottom: -4.2rem;
  }

  .container-2 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .container-2.is--text-wrap {
    padding-top: 4em;
  }

  .onze-barbers {
    font-size: 4rem;
  }

  .scroll-down {
    width: 100px;
    height: 100px;
  }

  .flow-grid {
    flex-direction: column;
    display: flex;
  }

  .image-wrapper._1 {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper._2 {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .image-wrapper._3 {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper._4 {
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-wrapper._5 {
    width: auto;
    height: auto;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .image-16, .image-17 {
    display: none;
  }

  .page-heading {
    text-align: left;
    font-size: 5rem;
  }

  .page-heading.center, .text-block {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .text-size-medium.align-center {
    text-align: center;
  }

  .button-row-grid.mobile-1-col {
    grid-auto-flow: row;
  }

  .stylesystem-images_layout {
    grid-template-columns: 1fr;
  }

  .margin-top.margin-custom2 {
    margin-top: 8rem;
  }

  .locomotive-scroll {
    overflow: hidden;
  }

  .button-wrapper.button-wrapper-center.space.mobile-align {
    flex-flow: column;
  }

  .home-header-title {
    font-size: 3.5rem;
  }

  .navbar1_menu {
    background-color: var(--bg);
    color: var(--ivory);
  }

  .pricing18_plan {
    justify-content: space-between;
  }

  .layout192_component {
    grid-template-columns: 1fr;
  }

  .layout192_content {
    margin-top: 40px;
  }

  .control__arrow.is--flipped {
    width: 1.5em;
    height: 1.5em;
    margin-right: -6px;
  }

  .control__arrow.is--flipped.right {
    margin-top: 0;
    margin-right: -2px;
  }

  .splide__slide {
    min-height: 25rem;
    overflow: visible;
  }

  .section-slider.is--slider {
    overflow: visible;
  }

  .controls {
    margin-bottom: -47px;
    font-size: 10px;
  }

  .testimonial19_component {
    overflow: visible;
  }

  .testimonial19_arrow.hide-mobile-landscape {
    margin-left: -23px;
    margin-right: -27px;
  }

  .floating-image-wrap {
    grid-row-gap: 95px;
  }

  .floating-image-1 {
    width: 80%;
    height: 20rem;
  }

  .floating-image-2 {
    width: 90%;
    height: 15rem;
    left: auto;
  }

  .floating-image-3 {
    width: 60%;
  }

  .footer4_bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer4_credit-text {
    text-align: center;
  }

  .services_line._40 {
    width: 20%;
  }

  .openingstijden-grijd {
    width: 100%;
  }

  .image-4 {
    width: 10rem;
    top: 9%;
  }

  .image-5 {
    top: -38%;
    left: -28%;
  }

  .image-6 {
    top: 5%;
    right: -25%;
  }

  .layout192_component-2, .layout1_component, .contact18_component, .contact8_component {
    grid-template-columns: 1fr;
  }

  .preloader__emblem {
    max-width: 60%;
  }

  .preloader__animation-w, .preloader__1st-w {
    font-size: 8em;
  }

  .services_grid {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .mobile-aline-center {
    text-align: center;
  }

  .fade-up.tricks {
    font-size: 5rem;
  }

  .text-span {
    font-size: 4rem;
  }

  .side-text_line {
    width: 3em;
    min-width: 3em;
  }

  .onze-barbers {
    font-size: 3rem;
  }

  .image-reveal-wrap {
    display: flex;
  }

  .scroll-down {
    width: 100px;
    height: 100px;
  }

  .flow-grid {
    grid-column-gap: 0em;
    grid-row-gap: 5em;
  }

  .image-wrapper._3 {
    width: 100%;
    height: 100%;
  }

  .page-heading {
    font-size: 3rem;
  }

  .text-block-2 {
    font-size: 1.1rem;
  }
}

#w-node-_2a14083e-f6c0-2fac-8f2f-84e729b73eef-3b664195 {
  align-self: start;
}

#w-node-_2a14083e-f6c0-2fac-8f2f-84e729b73ef1-3b664195 {
  place-self: start end;
}

#w-node-a3a13b1c-e026-e19a-a0d4-d7766d7856ea-3b664195, #w-node-e9bb7fb1-8920-c184-4442-22d265356a9d-3b664195 {
  align-self: start;
}

#w-node-_2810ca6e-b548-1637-6543-eb65afaf6f36-3b664195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2810ca6e-b548-1637-6543-eb65afaf6f37-3b664195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0c0125f-7e61-eeef-9617-8306dd60b571-3b664195, #w-node-d0c0125f-7e61-eeef-9617-8306dd60b567-3b664195 {
  align-self: start;
}

#w-node-_9f08ae8e-a9bb-021c-34ce-5facf7d67f17-3b664195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_605b3116-440c-8d7c-1bbc-c024e5c0e615-3b664195, #w-node-e5816257-f2b5-2c1a-7490-31f9fd63096e-3b664195 {
  align-self: start;
}

#w-node-_193683f4-ae42-4683-7c98-df37c135cb2f-3b664195 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8664f82-8082-7f45-9c48-14f80b1542ce-3b664195, #w-node-f087a735-8487-fcef-d73e-542fa2f83174-3b664195 {
  justify-self: auto;
}

#w-node-ac40dd38-06ea-79d9-a7dd-ac5a9a633a87-3b664195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-be1f791e-4333-acf5-a444-746ed58ad32e-3b664195 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-e1e90c65-6d8a-546f-1dc6-eb629209320d-3b664195 {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-_3e62e0f8-c0ae-997c-c3da-9d80fb6ee1a0-3b664195 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3e62e0f8-c0ae-997c-c3da-9d80fb6ee1a1-3b664195 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3eb55bf8-848f-9b86-9dc0-8a2f689cd626-3b664195 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_3eb55bf8-848f-9b86-9dc0-8a2f689cd627-3b664195 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-cc083011-710f-a243-8f84-31dd4a0344ad-3b664195 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-cc083011-710f-a243-8f84-31dd4a0344ae-3b664195 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_33a67c76-df7d-7fa2-e736-9973171e3d96-3b664195 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a50badcc-d608-8df7-8026-30ec8edcdeab-3b664195 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_6b37c813-47d5-0791-4e22-0a8c513efc9c-513efc96 {
  justify-self: start;
}

#w-node-_6b37c813-47d5-0791-4e22-0a8c513efca7-513efc96 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6b37c813-47d5-0791-4e22-0a8c513efcaf-513efc96 {
  justify-self: auto;
}

#w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009a9-9f6641ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84c1ae20-c456-3f48-de42-2b7ec9d009c1-9f6641ac {
  justify-self: start;
}

#w-node-e6bb1afb-1990-687e-cb2c-9e301b50c8ed-9532c232 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ded5c9d8-a712-c77f-abd0-84e7dc8bf35e-9532c232 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_49c154c8-5672-cd46-a4f4-e1bc0308d15e-3b664195 {
    place-self: center;
  }

  #w-node-_6b37c813-47d5-0791-4e22-0a8c513efc9c-513efc96, #w-node-_6b37c813-47d5-0791-4e22-0a8c513efca7-513efc96 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49c154c8-5672-cd46-a4f4-e1bc0308d15e-3b664195 {
    align-self: center;
  }

  #w-node-a8664f82-8082-7f45-9c48-14f80b1542ce-3b664195, #w-node-f087a735-8487-fcef-d73e-542fa2f83174-3b664195 {
    order: -9999;
  }

  #w-node-_6b37c813-47d5-0791-4e22-0a8c513efcaf-513efc96 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_6b37c813-47d5-0791-4e22-0a8c513efcb1-513efc96 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_856b9fd8-65dd-f905-a9d5-1bee9379e6a7-5f8dac43 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b37c813-47d5-0791-4e22-0a8c513efc9c-513efc96 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Bold.woff') format('woff'), url('../fonts/Butler-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Butler';
  src: url('../fonts/Butler-UltraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}