@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
::-moz-selection {
  background: #D37F75;
  color: #fff;
}

::selection {
  background: #D37F75;
  color: #fff;
}

::placeholder {
  color: #222;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #222;
}

::-ms-input-placeholder {
  color: #222;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
html body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  color: #454C58;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  background-color: #F0E1D6;
}
html body.noscroll {
  overflow: hidden;
  position: fixed;
}
html body main {
  position: relative;
}
html body main a {
  transition: all 0.3s;
  color: #454C58;
  text-decoration: none;
}
html body main a:hover {
  color: #D37F75;
  text-decoration: none;
}
html body main p {
  margin-bottom: 30px;
}
html body main p:last-child {
  margin-bottom: 0px;
}
html body main ul, html body main ol {
  padding: 0px;
  margin: 0px 0 30px;
  list-style-type: none;
}
html body main ul li, html body main ol li {
  margin: 0px;
  padding: 0 0 0 15px;
  position: relative;
}
html body main ul li:before, html body main ol li:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: #454C58;
  border-radius: 10px;
  left: 0;
  top: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DM Serif Display", serif;
  font-weight: normal;
  color: #454C58;
  line-height: 100%;
}

h1 {
  color: #D37F75;
  font-size: 180px;
  line-height: 130px;
  margin-bottom: 0;
}

h2 {
  font-size: 3rem;
  margin-bottom: 30px;
}

h3 {
  font-size: 2rem;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

b, strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}
ul li, ol li {
  margin: 0px;
  padding: 0;
}

p.large {
  font-size: 28px !important;
  line-height: 42px;
}
@media (max-width: 600px) {
  p.large {
    font-size: 20px !important;
    line-height: 30px;
  }
}

.btn {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px 15px;
  color: #fff;
  background-color: #D37F75;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
}
.btn:hover {
  transition: all 0.3s;
  text-decoration: none;
  background-color: #454C58;
  color: #fff;
}

.link {
  transition: all 0.3s;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  color: #D37F75;
  font-weight: bold;
  position: relative;
}
.link:after {
  content: "";
  position: absolute;
  transition: all ease-in-out 0.3s;
  background-color: #D37F75;
  height: 30px;
  width: 10px;
  display: block;
  mask-size: auto 50%;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-image: url(../images/arrow.svg);
  top: 1px;
  right: -17.5px;
}
.link:hover {
  transition: all 0.3s;
  color: #454C58;
}
.link:hover:after {
  background-color: #454C58;
  right: -22.5px;
}

.has-primary-background-color {
  background-color: #D37F75 !important;
}

.has-primary-color {
  color: #D37F75 !important;
}

.has-secondary-background-color {
  background-color: #454C58 !important;
}

.has-secondary-color {
  color: #454C58 !important;
}

.has-tertiary-background-color {
  background-color: #D37F75 !important;
}

.has-tertiary-color {
  color: #D37F75 !important;
}

.has-quaternary-background-color {
  background-color: #D19E79 !important;
}

.has-quaternary-color {
  color: #D19E79 !important;
}

.has-gray-background-color {
  background-color: #F0E1D6 !important;
}

.has-gray-color {
  color: #F0E1D6 !important;
}

html main {
  position: relative;
  z-index: 1;
}
html main > * {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

/* --- Responsvive --- */
@media (max-width: 1400px) {
  html main > * {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  html main > * {
    max-width: 960px;
  }
}
@media (max-width: 992px) {
  html main > * {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  html main > * {
    max-width: 720px;
  }
}
html #wpadminbar {
  position: fixed;
}
html body.admin-bar .header {
  margin-top: 32px;
}

@media (max-width: 782px) {
  html body.admin-bar .header {
    margin-top: 46px;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer {
    height: 40px !important;
  }
}
.wp-block-columns {
  align-items: normal !important;
}
.wp-block-columns .wp-block-column {
  width: 100%;
}

@media (max-width: 768px) {
  .wp-block-columns {
    display: block !important;
  }
  .wp-block-group {
    padding: 30px;
  }
}
.wp-block-media-text {
  display: grid;
  position: relative;
  grid-template-columns: 50% 50%;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 30px;
}
.wp-block-media-text .wp-block-media-text__media {
  padding: 0 30px 0 0;
  margin: 0px;
}
.wp-block-media-text .wp-block-media-text__media img {
  border-radius: 0;
  width: 100%;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 30px 0 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  padding: 0 0 0 30px;
}
.wp-block-media-text.is-vertically-aligned-center {
  align-items: center;
}
.wp-block-media-text.is-vertically-aligned-bottom {
  align-items: end;
}

@media (max-width: 600px) {
  .wp-block-media-text {
    display: block;
  }
  .wp-block-media-text .wp-block-media-text__media {
    padding: 0px !important;
    margin-bottom: 0px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0 !important;
    margin-bottom: 0px;
  }
  .wp-block-media-text.has-media-on-the-right {
    display: flex;
    flex-wrap: wrap;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    order: 0;
    margin-bottom: 0px;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    order: 1;
    margin-bottom: 0px;
  }
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
  border: solid 1px #D37F75;
}
.wp-block-table table thead {
  background-color: #D37F75;
}
.wp-block-table table thead th {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table table tr {
  border: solid 1px #D37F75;
}
.wp-block-table table tr td {
  border-right: solid 1px #D37F75;
  padding: 5px 10px;
}
.wp-block-table table tr td:last-child {
  border-right: none;
}
.wp-block-table table tfoot {
  background-color: #D37F75;
}
.wp-block-table table tfoot tr td {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table.is-style-stripes table {
  width: 100%;
  border: none;
}
.wp-block-table.is-style-stripes table thead {
  background-color: transparent;
}
.wp-block-table.is-style-stripes table thead th {
  color: #D37F75;
}
.wp-block-table.is-style-stripes table tr {
  border: none;
}
.wp-block-table.is-style-stripes table tr:first-child {
  border-bottom: solid 4px #D37F75;
}
.wp-block-table.is-style-stripes table tr td {
  border-right: solid 1px #D37F75;
  padding: 3px 7px;
}
.wp-block-table.is-style-stripes table tr td:last-child {
  border-right: none;
}
.wp-block-table.is-style-stripes table tr:nth-child(even) {
  background-color: #fff;
}
.wp-block-table.is-style-stripes table tfoot {
  background-color: transparent;
  border-top: solid 4px #D37F75;
}
.wp-block-table.is-style-stripes table tfoot tr td {
  color: #D37F75;
}
.wp-block-table.is-style-stripes table tfoot tr:last-child {
  border: none;
}

.wp-block-preformatted {
  background-color: #F0E1D6;
  padding: 60px;
}

.wp-block-pullquote {
  background-color: #F0E1D6;
  padding: 60px;
  font-size: 22px;
}
.wp-block-pullquote cite {
  font-size: 16px;
  font-weight: bold;
}

.wp-block-quote {
  padding: 60px;
  margin: 0px;
  max-width: 100%;
  font-size: 24px !important;
  line-height: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.wp-block-quote p {
  max-width: 1320px;
  width: 100%;
  margin: 0px auto 30px;
  padding-left: 12px;
  padding-right: 12px;
}
.wp-block-quote cite {
  max-width: 1320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
  display: block;
  font-size: 16px;
}

@media (max-width: 600px) {
  .wp-block-quote {
    padding: 30px;
  }
}
.wp-block-image {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.wp-block-image img {
  width: 100%;
  height: auto;
}
.wp-block-image.is-style-rounded img {
  border-radius: 0px;
}

.wp-block-button .wp-element-button {
  background-color: transparent;
  color: #D37F75;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
.wp-block-button .wp-element-button:after {
  content: "";
  position: absolute;
  transition: all ease-in-out 0.3s;
  background-color: #D37F75;
  height: 30px;
  width: 10px;
  display: block;
  mask-size: auto 50%;
  mask-repeat: no-repeat;
  mask-position: left center;
  mask-image: url(../images/arrow.svg);
  top: -3px;
  right: -17.5px;
}
.wp-block-button .wp-element-button:hover {
  color: #454C58;
}
.wp-block-button .wp-element-button:hover:after {
  background-color: #454C58;
  right: -22.5px;
}
.wp-block-button.is-style-outline .wp-element-button {
  background-color: transparent;
  color: #D37F75;
  border: solid 4px #D37F75;
}
.wp-block-button.is-style-outline .wp-element-button:hover {
  background-color: #D37F75;
  color: #fff;
}

h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark {
  padding: 0px;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-image .aligncenter {
  text-align: center;
}

.wp-block-embed.aligncenter {
  text-align: center;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.has-x-large-font-size,
.has-large-font-size,
.has-medium-font-size,
.has-small-font-size {
  font-size: 28px !important;
  line-height: 42px;
}
@media (max-width: 600px) {
  .has-x-large-font-size,
  .has-large-font-size,
  .has-medium-font-size,
  .has-small-font-size {
    font-size: 20px !important;
    line-height: 30px;
  }
}

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

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

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

.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal;
  gap: 30px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image .aligncenter, .wp-block-image.aligncenter {
  display: table;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image.aligncenter > figcaption {
  display: table-caption;
  caption-side: bottom;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

.social_media {
  position: fixed;
  transform: rotate(90deg);
  transform-origin: top left;
  top: 60px;
  left: 60px;
  z-index: 9999;
}
.social_media ul li {
  float: left;
  display: block;
  margin-right: 15px;
}
.social_media ul li a {
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  font-weight: 600;
  color: #D37F75;
}
.social_media ul li a:hover {
  transition: all 0.3s;
  color: #D19E79;
}

/* --- Responsive --- */
@media (max-width: 1500px) {
  .social_media {
    display: none;
  }
}
.nf-field-container {
  padding: 0 15px !important;
  margin-left: -15px;
  margin-right: -15px;
}
.nf-field-container .field-wrap .nf-element {
  border: none;
  padding: 12px 20px;
  height: auto !important;
  color: #9F9F9F;
  cursor: pointer;
  background-color: #F0E1D6;
  border-radius: 0px;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #9F9F9F;
}
.nf-field-container .field-wrap .nf-element:focus {
  background-color: #F0E1D6;
}
.nf-field-container .field-wrap input[type=submit] {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px 15px;
  color: #fff;
  background-color: #D37F75;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
}
.nf-field-container .field-wrap input[type=submit]:hover {
  transition: all 0.3s;
  text-decoration: none;
  background-color: #454C58;
  color: #fff;
}
.nf-field-container .field-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/arrow-down.svg) !important;
  background-position: center right 15px !important;
  background-repeat: no-repeat !important;
  background-size: auto 10px !important;
}
.nf-field-container .field-wrap select.hour, .nf-field-container .field-wrap select.minute {
  border: none;
  padding: 12px 60px 12px 20px;
  display: flex;
  color: #D37F75;
}
.nf-field-container .field-wrap select.minute {
  margin-left: 15px;
}
.nf-field-container .field-wrap textarea {
  min-height: 170px;
}
.nf-field-container .field-wrap .pikaday__container {
  margin-bottom: 15px;
}

.nf-form-cont .nf-form-wrap {
  max-width: 100%;
  padding: 0px;
  margin: 0 auto;
  display: block;
}
.nf-form-cont .nf-form-layout form label {
  font-weight: normal;
}
.nf-form-cont .nf-form-layout form .nf-form-fields-required {
  display: none;
}
.nf-form-cont .nf-form-layout form .nf-form-content {
  max-width: 100%;
  padding: 0px;
}

.nf-after-form-content {
  display: none;
}

@media (max-width: 600px) {
  .nf-field-container .field-wrap input[type=submit] {
    font-size: 22px;
  }
}
section.header {
  transition: all 0.4s;
  z-index: 999;
  width: 100%;
  padding: 30px 0;
  top: 0;
  background-color: #454C58;
  position: fixed;
}
section.header .logo {
  transition: all 0.4s;
  height: 100px;
  width: auto;
  position: relative;
  left: -30px;
}
section.header .header_content {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}
section.header .header_content .payoff {
  font-family: "DM Serif Display", serif;
  color: #D19E79;
  font-size: 30px;
  line-height: 30px;
  margin-left: auto;
}
section.header .header_content .hamburger {
  display: none;
  position: relative;
  height: 55px;
  width: 55px;
  background-image: url("../images/hamburger.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50% auto;
  cursor: pointer;
  margin-left: 30px;
}
section.header .header_content .hamburger.active {
  background-image: url("../images/close.svg");
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  section.header .logo {
    left: 0;
  }
}
@media (max-width: 991px) {
  section.header .logo {
    height: 75px;
  }
  section.header .header_content .hamburger {
    display: inline-block;
  }
}
@media (max-width: 600px) {
  section.header {
    padding: 15px 0;
  }
  section.header .logo {
    height: 60px;
  }
  section.header .header_content .hamburger {
    margin-left: auto;
  }
  section.header .header_content .payoff {
    display: none;
  }
}
.mobile_menu {
  transition: all ease-in-out 0.3s;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -50vw;
  bottom: 0;
  max-width: 50vw;
  width: 100%;
  background-color: #454C58;
  color: #fff;
  z-index: 998;
}
.mobile_menu.active {
  display: block;
  transition: all ease-in-out 0.3s;
  right: 0%;
}
.mobile_menu .main_menu {
  padding: 165px 30px 30px;
}
.mobile_menu .main_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.mobile_menu .main_menu ul li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.mobile_menu .main_menu ul li a {
  font-size: 26px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
}
.mobile_menu .main_menu ul li.current_page_item a, .mobile_menu .main_menu ul li.current-menu-item a {
  color: #D37F75;
}
.mobile_menu .main_menu ul li.current_page_item .sub-menu li a, .mobile_menu .main_menu ul li.current-menu-item .sub-menu li a {
  color: #fff;
}
.mobile_menu .main_menu ul li .sub-menu {
  padding: 15px 0 0;
}
.mobile_menu .main_menu ul li .sub-menu li {
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-left: 30px;
}
.mobile_menu .main_menu ul li .sub-menu li:before {
  content: "-  ";
  position: absolute;
  left: 0;
}
.mobile_menu .main_menu ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.mobile_menu .main_menu ul li .sub-menu .sub-menu {
  padding-left: 10px;
}
.mobile_menu .main_menu ul li.cta {
  margin-top: 30px;
  display: inline-block;
}
.mobile_menu .main_menu ul li.cta a {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px 15px;
  color: #fff;
  background-color: #D37F75;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
}
.mobile_menu .main_menu ul li.cta a:hover {
  transition: all 0.3s;
  text-decoration: none;
  background-color: #454C58;
  color: #fff;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  .mobile_menu {
    right: -100vw;
    max-width: 100vw;
  }
}
footer .footer_contact .contact {
  padding: 60px 0;
  display: inline-block;
  width: 100%;
}
footer .footer_contact .contact h3, footer .footer_contact .contact p {
  color: #454C58;
}
footer .footer_contact .contact .btn {
  float: right;
}
footer .footer_top {
  position: relative;
}
footer .footer_top:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  background-color: #fff;
  z-index: -1;
}
footer .footer_top .container {
  background-color: #454C58;
  position: relative;
}
footer .footer_top .container:after {
  content: "";
  position: absolute;
  width: 100%;
  right: -100%;
  top: 0;
  height: 100%;
  background-color: #454C58;
}
footer .footer_top .container .logo_placeholder {
  padding: 60px;
}
footer .footer_top .container .naw {
  margin-top: 80px;
}
footer .footer_top .container .naw span {
  display: inline-block;
  width: 100%;
}
footer .footer_top .container .naw span span {
  margin-right: 10px;
  display: inline-block;
  width: auto;
}
footer .footer_top .container .naw span a {
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}
footer .footer_top .container .naw span a:hover {
  transition: all 0.3s;
  color: #D37F75;
}
footer .footer_top .container .label {
  display: inline-block;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: #D37F75;
  position: relative;
  top: -150px;
  float: right;
  background-image: url(../images/beeldmerk_footer.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60% auto;
  margin-bottom: -300px;
  z-index: 2;
}
footer .footer_bottom {
  font-size: 19px;
  padding: 15px 0;
  background-color: #fff;
  color: #454C58;
}
footer .footer_bottom .dev {
  display: inline-block;
  width: 100%;
  text-align: right;
  color: #D37F75;
}
footer .footer_bottom .dev a {
  transition: all 0.3s;
  color: #D37F75;
  text-decoration: none;
}
footer .footer_bottom .dev a:hover {
  transition: all 0.3s;
  color: #454C58;
}

/* --- Responsive --- */
@media (max-width: 1040px) {
  footer .footer_bottom {
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  footer .footer_contact .contact {
    text-align: center;
    padding-bottom: 160px;
  }
  footer .footer_contact .contact p {
    margin-bottom: 30px;
  }
  footer .footer_contact .contact .btn {
    float: none;
  }
  footer .footer_top .container {
    text-align: center;
  }
  footer .footer_top .container:after {
    display: none;
  }
  footer .footer_top .container .label {
    margin: 0 auto;
    height: 220px;
    width: 220px;
    top: -120px;
    margin-bottom: -220px;
    float: none;
  }
  footer .footer_top .container .logo_placeholder {
    padding: 120px 0 0;
  }
  footer .footer_top .container .naw {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  footer .footer_bottom {
    text-align: center;
  }
  footer .footer_bottom .dev {
    display: block;
    text-align: center;
  }
}
.item {
  height: 100%;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}
.item .image_placeholder {
  background-color: #D37F75;
}
.item .image_placeholder .image {
  transition: all ease-in-out 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
}
.item .image_placeholder:hover .image {
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
}
.item .text_placeholder {
  padding: 30px;
}
.item .text_placeholder .link {
  text-decoration: none;
  font-weight: 600;
  color: #454C58;
}

/* --- Responsive --- */
section.pageheader {
  background-color: #454C58;
  padding-top: 160px;
  position: relative;
}
section.pageheader .main_menu {
  margin: 30px 0 90px;
}
section.pageheader .main_menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
section.pageheader .main_menu ul li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
section.pageheader .main_menu ul li a {
  transition: all 0.3s;
  font-size: 24px;
  letter-spacing: 3px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
section.pageheader .main_menu ul li a:hover {
  transition: all 0.3s;
  color: #D37F75;
}
section.pageheader .main_menu ul li.current_page_item a, section.pageheader .main_menu ul li.current-menu-item a {
  color: #D37F75;
}
section.pageheader .main_menu ul li.current_page_item .sub-menu li a, section.pageheader .main_menu ul li.current-menu-item .sub-menu li a {
  color: #fff;
}
section.pageheader .main_menu ul li .sub-menu {
  padding: 15px 0 0;
}
section.pageheader .main_menu ul li .sub-menu li {
  margin: 0px;
  padding: 0px;
  position: relative;
  padding-left: 30px;
}
section.pageheader .main_menu ul li .sub-menu li:before {
  content: "-  ";
  position: absolute;
  left: 0;
}
section.pageheader .main_menu ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
section.pageheader .main_menu ul li .sub-menu .sub-menu {
  padding-left: 10px;
}
section.pageheader .main_menu ul li.cta {
  margin-top: 30px;
  display: inline-block;
}
section.pageheader .main_menu ul li.cta a {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px 15px;
  color: #fff;
  background-color: #D37F75;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
}
section.pageheader .main_menu ul li.cta a:hover {
  transition: all 0.3s;
  text-decoration: none;
  background-color: #454C58;
  color: #fff;
}
section.pageheader .content_placeholder {
  position: relative;
}
section.pageheader .content_placeholder .image_placeholder {
  position: relative;
  height: 560px;
}
section.pageheader .content_placeholder .image_placeholder .image {
  display: block;
  width: 130%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
}
section.pageheader .content_placeholder .image_placeholder:after {
  content: "";
  position: absolute;
  right: -100%;
  bottom: 0px;
  height: 50%;
  width: 100%;
  background-color: #F0E1D6;
}
section.pageheader .content_placeholder .title_placeholder {
  position: relative;
  margin-top: -140px;
  z-index: 3;
  padding: 0 0 60px 100px;
}
section.pageheader .content_placeholder .title_placeholder:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -200%;
  right: -200%;
  height: calc(100% - 128px);
  background-color: #F0E1D6;
  z-index: -1;
}
section.pageheader .content_placeholder .title_placeholder h1 {
  color: #454C58;
}
section.pageheader .content_placeholder .title_placeholder h1::first-line {
  color: #fff;
}
section.pageheader .content_placeholder .title_placeholder p {
  margin-top: 80px;
}
section.pageheader .content_placeholder .title_placeholder .btn {
  margin-top: 30px;
}
section.pageheader .content_placeholder.title {
  height: 100%;
  display: flex;
}
section.pageheader .content_placeholder.title .title_placeholder {
  margin-top: auto;
}
section.pageheader .content_placeholder.title .title_placeholder:after {
  left: 0%;
}

/* --- Responsive --- */
@media (max-width: 1040px) {
  section.pageheader {
    padding-top: 135px;
  }
  section.pageheader .content_placeholder .title_placeholder {
    padding: 0 0 60px 60px;
    margin-top: -87px;
  }
  section.pageheader .content_placeholder .title_placeholder:after {
    height: calc(100% - 85px);
  }
}
@media (max-width: 991px) {
  section.pageheader .main_menu {
    display: none;
  }
  section.pageheader .content_placeholder .image_placeholder {
    height: 400px;
  }
  section.pageheader .content_placeholder .image_placeholder .image {
    height: 400px;
  }
  section.pageheader .content_placeholder .title_placeholder:after {
    height: calc(100% - 70px);
  }
  section.pageheader .content_placeholder.title {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  section.pageheader {
    padding-top: 90px;
    margin-bottom: 30px;
    background-color: #F0E1D6;
  }
  section.pageheader .content_placeholder .image_placeholder {
    height: 260px;
  }
  section.pageheader .content_placeholder .image_placeholder .image {
    height: 260px;
    width: 100%;
  }
  section.pageheader .content_placeholder .title_placeholder {
    padding: 0;
    text-align: left;
  }
  section.pageheader .content_placeholder .title_placeholder .link {
    margin-top: 30px;
    float: left;
  }
  section.pageheader .content_placeholder .title_placeholder:after {
    height: calc(100% - 50px);
  }
  section.pageheader .content_placeholder.title .title_placeholder p {
    margin-top: 40px;
  }
}
section.section {
  max-width: 100%;
  padding: 80px 0;
  position: relative;
}
section.section a {
  color: #D37F75;
}
section.section a:hover {
  color: #454C58;
}
section.section.white {
  background-color: #fff;
}
section.section.primary {
  background-color: #D37F75;
}
section.section.primary * {
  color: #fff;
}
section.section.primary h1, section.section.primary h2, section.section.primary h3, section.section.primary h4, section.section.primary h5, section.section.primary h6 {
  color: #454C58;
}
section.section.secondary {
  background-color: #454C58;
}
section.section.secondary * {
  color: #fff;
}
section.section.secondary h1, section.section.secondary h2, section.section.secondary h3, section.section.secondary h4, section.section.secondary h5, section.section.secondary h6 {
  color: #D37F75;
}
section.section.secondary a:hover {
  color: #D37F75;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.section {
    padding: 40px 0;
  }
}
div.content {
  max-width: 100%;
  padding: 40px;
  position: relative;
  margin-bottom: 30px;
}
div.content.white {
  background-color: #fff;
}
div.content.primary {
  background-color: #D37F75;
}
div.content.primary * {
  color: #fff;
}
div.content.primary h1, div.content.primary h2, div.content.primary h3, div.content.primary h4, div.content.primary h5, div.content.primary h6 {
  color: #454C58;
}
div.content.primary a {
  color: #454C58;
}
div.content.primary a:hover {
  color: #fff;
}
div.content.secondary {
  background-color: #454C58;
}
div.content.secondary * {
  color: #fff;
}
div.content.secondary h1, div.content.secondary h2, div.content.secondary h3, div.content.secondary h4, div.content.secondary h5, div.content.secondary h6 {
  color: #D37F75;
}
div.content.secondary a {
  color: #D37F75;
}
div.content.secondary a:hover {
  color: #fff;
}

/* --- Responsive --- */
section.gallery_slider .swiper {
  overflow: hidden;
}
section.gallery_slider .swiper:before {
  display: none;
}
section.gallery_slider .swiper .image_placeholder {
  background-color: #D37F75;
  overflow: hidden;
  border-radius: 0px;
}
section.gallery_slider .swiper .image_placeholder .image {
  transition: all 0.3s;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.gallery_slider .swiper .image_placeholder:hover .image {
  transition: all 0.3s;
  opacity: 0.5;
}
section.gallery_slider .nav {
  display: inline-block;
  margin: 30px auto 0;
  width: auto;
}
section.gallery_slider .nav .arrow {
  transition: all 0.3s;
  position: relative;
  display: block;
  mask-image: url("../images/arrow.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #D37F75;
  width: 30px;
  height: 30px;
  float: left;
  margin: 0px;
  cursor: pointer;
  opacity: 0.3;
}
section.gallery_slider .nav .arrow:hover {
  transition: all 0.3s;
  opacity: 1;
}
section.gallery_slider .nav .arrow.prev {
  transform: rotate(180deg);
  float: left;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
  section.gallery_slider .swiper .image_placeholder .image {
    height: 400px;
  }
}
section.section_werkwijze {
  background-color: #454C58;
  max-width: 100%;
  padding: 80px 0;
}
section.section_werkwijze .intro {
  position: relative;
  height: 100%;
  z-index: 2;
}
section.section_werkwijze .intro:after {
  content: "";
  position: absolute;
  right: 0;
  width: 300%;
  background-color: #454C58;
  top: -80px;
  bottom: -80px;
  z-index: -1;
}
section.section_werkwijze .intro h2 {
  font-size: 120px;
  line-height: 100px;
  color: #fff;
}
section.section_werkwijze .swiper {
  overflow: visible;
  height: 100%;
}
section.section_werkwijze .swiper .swiper-slide {
  height: auto;
}
section.section_werkwijze .swiper .swiper-slide .step {
  background-color: #D19E79;
  padding: 40px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
section.section_werkwijze .swiper .swiper-slide .step .steps {
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-bottom: 15px;
}
section.section_werkwijze .swiper .swiper-slide .step h3 {
  font-size: 30px;
  line-height: 30px;
}

/* --- Responsive --- */
@media (max-width: 992px) {
  section.section_werkwijze .intro:after {
    display: none;
  }
}
section.section_quote {
  background-color: #fff;
  max-width: 100%;
  padding: 80px 0;
}
section.section_quote .swiper {
  background-image: url(../images/quote.svg);
  background-position: left 0px top 0px;
  background-repeat: no-repeat;
  padding-top: 60px;
}
section.section_quote .swiper p {
  font-size: 28px !important;
  line-height: 42px;
}
@media (max-width: 600px) {
  section.section_quote .swiper p {
    font-size: 20px !important;
    line-height: 30px;
  }
}
section.section_quote .swiper .name {
  text-transform: uppercase;
  font-weight: bold;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.section_quote {
    padding: 40px 0;
  }
  section.section_quote .swiper {
    background-size: 40px auto;
    padding-top: 20px;
  }
  section.section_quote .swiper p {
    font-size: 18px !important;
    line-height: 30px;
  }
}
section.section_projecten {
  background-color: #454C58;
  max-width: 100%;
  padding: 80px 0;
}
section.section_projecten .intro {
  position: relative;
  height: 100%;
  z-index: 2;
}
section.section_projecten .intro:after {
  content: "";
  position: absolute;
  right: 0;
  width: 300%;
  background-color: #454C58;
  top: -80px;
  bottom: -80px;
  z-index: -1;
}
section.section_projecten .intro h2 {
  font-size: 120px;
  line-height: 100px;
  color: #fff;
}
section.section_projecten .intro h2 span {
  color: #D19E79;
}
section.section_projecten .intro .link {
  float: left;
  margin-top: 30px;
}
section.section_projecten .intro .link:hover {
  color: #fff;
}
section.section_projecten .intro .link:hover:after {
  background-color: #fff;
}
section.section_projecten .swiper {
  overflow: visible;
  height: 100%;
}
section.section_projecten .swiper .swiper-slide {
  height: auto;
}
section.section_projecten .swiper .swiper-slide .project {
  position: relative;
  display: flex;
  height: 600px;
  width: 100%;
}
section.section_projecten .swiper .swiper-slide .project .image_placeholder {
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: absolute;
}
section.section_projecten .swiper .swiper-slide .project .image_placeholder:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 300px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(69, 76, 88, 0), rgb(69, 76, 88));
}
section.section_projecten .swiper .swiper-slide .project .text_placeholder {
  transition: all 0.3s;
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: 40px;
}
section.section_projecten .swiper .swiper-slide .project .text_placeholder h3 {
  color: #fff;
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
section.section_projecten .swiper .swiper-slide .project .text_placeholder .location {
  color: #D37F75;
}
section.section_projecten .swiper .swiper-slide .project:hover .image_placeholder {
  transition: all 0.3s;
  opacity: 0.3;
}
section.section_projecten .swiper .swiper-slide .project:hover .text_placeholder {
  transition: all 0.3s;
  padding-bottom: 60px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  section.section_projecten .swiper .swiper-slide .project {
    height: 460px;
  }
  section.section_projecten .swiper .swiper-slide .project .image_placeholder {
    height: 460px;
  }
}
body.archive main {
  padding: 80px 0;
}
body.archive.post-type-archive-blog main .bericht {
  margin-bottom: 60px;
}
body.archive.post-type-archive-blog main .bericht .image_placeholder {
  height: 470px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.archive.post-type-archive-blog main .bericht .text_placeholder {
  padding-left: 60px;
}
body.archive.post-type-archive-blog main .bericht .text_placeholder .link {
  float: left;
}
body.archive.post-type-archive-blog main .bericht:nth-child(even) .col-12:first-child {
  order: 2;
}
body.archive.post-type-archive-blog main .bericht:nth-child(even) .col-12 .text_placeholder {
  padding-left: 0;
  padding-right: 60px;
}
body.archive.post-type-archive-reviews main .col-12 {
  margin-bottom: 30px;
}
body.archive.post-type-archive-reviews main .review {
  background-color: #fff;
  padding: 120px 40px 40px;
  height: 100%;
  background-image: url(../images/quote.svg);
  background-position: left 40px top 40px;
  background-repeat: no-repeat;
}
body.archive.post-type-archive-reviews main .review .name {
  font-weight: bold;
  text-transform: uppercase;
}
body.archive.post-type-archive-projecten .project {
  position: relative;
  display: flex;
  height: 600px;
  width: 100%;
  background-color: #454C58;
  margin-bottom: 25px;
}
body.archive.post-type-archive-projecten .project .image_placeholder {
  transition: all 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 100%;
  position: absolute;
}
body.archive.post-type-archive-projecten .project .image_placeholder:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  height: 300px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(69, 76, 88, 0), rgb(69, 76, 88));
}
body.archive.post-type-archive-projecten .project .text_placeholder {
  transition: all 0.3s;
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: 40px;
}
body.archive.post-type-archive-projecten .project .text_placeholder h3 {
  color: #fff;
  text-transform: none;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 15px;
}
body.archive.post-type-archive-projecten .project .text_placeholder .location {
  color: #D37F75;
}
body.archive.post-type-archive-projecten .project:hover .image_placeholder {
  transition: all 0.3s;
  opacity: 0.3;
}
body.archive.post-type-archive-projecten .project:hover .text_placeholder {
  transition: all 0.3s;
  padding-bottom: 60px;
}
body.archive .filters {
  text-align: right;
}
body.archive .filters .facetwp-checkbox {
  font-family: "Barlow", sans-serif;
  transition: all 0.3s;
  font-size: 22px;
  line-height: 30px;
  padding: 12px 50px 15px;
  color: #fff;
  background-color: #D37F75;
  display: inline-block;
  border-radius: 0px;
  cursor: pointer;
  letter-spacing: 0px;
}
body.archive .filters .facetwp-checkbox:hover {
  transition: all 0.3s;
  text-decoration: none;
  background-color: #454C58;
  color: #fff;
}
body.archive .filters .facetwp-checkbox {
  margin-left: 15px;
  background-image: none;
  opacity: 0.5;
}
body.archive .filters .facetwp-checkbox .facetwp-counter {
  display: none;
}
body.archive .filters .facetwp-checkbox.checked {
  opacity: 1;
}

/* --- Responsive --- */
@media (max-width: 991px) {
  body.archive main {
    padding: 40px 0;
  }
  body.archive.post-type-archive-projecten .project {
    height: 460px;
  }
  body.archive.post-type-archive-projecten .project .image_placeholder {
    height: 460px;
  }
}
@media (max-width: 600px) {
  body.archive.post-type-archive-blog main .bericht {
    margin-bottom: 30px;
  }
  body.archive.post-type-archive-blog main .bericht .image_placeholder {
    height: 210px;
    margin-bottom: 30px;
  }
  body.archive.post-type-archive-blog main .bericht .text_placeholder {
    padding-left: 0px;
  }
  body.archive.post-type-archive-blog main .bericht:nth-child(even) .col-12 {
    order: 1 !important;
  }
  body.archive.post-type-archive-blog main .bericht:nth-child(even) .col-12 .text_placeholder {
    padding-right: 0px;
  }
}
body.home section.extra_section {
  position: relative;
  margin-top: 60px;
}
body.home section.extra_section .image_placeholder {
  position: relative;
  height: 560px;
}
body.home section.extra_section .image_placeholder .image {
  display: block;
  width: 130%;
  height: 560px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 2;
  left: -30%;
}
body.home section.extra_section .title_placeholder {
  position: relative;
  margin-top: -127px;
  z-index: 3;
  padding: 0 0 120px 0px;
}
body.home section.extra_section .title_placeholder h1 {
  color: #454C58;
}
body.home section.extra_section .title_placeholder h1::first-line {
  color: #fff;
}
body.home section.extra_section .quote {
  background-image: url(../images/quote.svg);
  background-position: left 0px top 0px;
  background-repeat: no-repeat;
  padding-top: 60px;
  margin-left: 60px;
}
body.home section.extra_section .quote p {
  font-size: 22px;
  line-height: 32px;
}
body.home section.extra_section .quote .name {
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 991px) {
  body.home section.extra_section .image_placeholder {
    height: 400px;
  }
  body.home section.extra_section .image_placeholder .image {
    width: 100%;
    height: 400px;
    left: 0%;
  }
  body.home section.extra_section .title_placeholder {
    margin-top: -67px;
    padding: 0 0 60px 60px;
  }
  body.home section.extra_section .quote {
    margin-left: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  body.home section.extra_section .image_placeholder {
    height: 260px;
  }
  body.home section.extra_section .image_placeholder .image {
    height: 260px;
  }
  body.home section.extra_section .title_placeholder {
    padding: 0;
    text-align: left;
  }
  body.home section.extra_section .title_placeholder .link {
    margin-top: 30px;
    float: left;
  }
  body.home section.extra_section .quote {
    margin-top: 30px;
    padding-top: 30px;
    background-size: 40px auto;
  }
  body.home section.extra_section .quote p {
    font-size: 18px;
    line-height: 30px;
  }
}
/* --- Responsive --- */
@media (max-width: 1040px) {
  h1 {
    font-size: 120px;
    line-height: 90px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 100px;
    line-height: 70px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  h1 {
    font-size: 70px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
  }
  p.large {
    font-size: 20px;
    line-height: 32px;
  }
}

/*# sourceMappingURL=styles.css.map */
