@import url("https://use.typekit.net/arf5xai.css");
::-moz-selection {
  background: #F1DE1E;
  color: #000000;
}

::selection {
  background: #F1DE1E;
  color: #000000;
}

::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: "articulat-cf", sans-serif;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #000000;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
html body.noscroll {
  overflow: hidden;
}
html body.admin-bar section.menu_icon {
  top: 32px;
}
html body main {
  position: relative;
  z-index: 1;
  min-height: 500px;
  padding: 150px 0 0;
}
html body main:has(> section:first-child) {
  padding: 0;
}
html body main:after {
  content: "";
  position: absolute;
  width: 708px;
  height: 430px;
  mask-image: url(../images/background-img.svg);
  mask-repeat: no-repeat;
  background-color: #F1DE1E;
  transform: rotateY(180deg);
  right: 0;
  top: 0;
}
html body main .intro {
  padding: 0 0 110px;
}
html body main a {
  transition: all 0.3s;
  color: #000000;
  text-decoration: underline;
}
html body main a:hover {
  color: #F1DE1E;
  text-decoration: underline;
}
html body main p {
  margin-bottom: 20px;
}
html body main p:last-child {
  margin-bottom: 0px;
}
html body main ul {
  padding-left: 0px;
  margin-bottom: 20px;
  list-style-type: none;
}
html body main ul li {
  margin-left: 30px;
  margin-bottom: 0px;
  padding-left: 24px;
  position: relative;
}
html body main ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #F1DE1E;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 20px;
}
html body main .section {
  padding: 150px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000000;
  line-height: 125%;
  margin-bottom: 30px;
}

h1 {
  font-size: 80px;
  line-height: 100%;
  margin-bottom: 0px;
}

h2 {
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 60px;
}

h3 {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}

b, strong {
  font-weight: bold;
}

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

ul, ol {
  padding: 0px;
  margin: 0px;
  padding-left: 15px;
  margin-top: 15px;
}
ul li, ol li {
  margin-bottom: 10px;
}
ul li a, ol li a {
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
}
ul li a:hover, ol li a:hover {
  color: #F1DE1E;
}

p.large {
  font-size: 26px !important;
  line-height: 40px;
}

.btn {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
.btn:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
.btn.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

html main > * {
  z-index: 2;
  position: relative;
  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: 1320px;
  }
}
@media (max-width: 1200px) {
  html main > * {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  html main > * {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  html main > * {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  html main > * {
    max-width: 540px;
  }
}
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: 1040px) {
  .wp-block-spacer {
    height: 30px !important;
  }
}
.wp-block-columns {
  align-items: normal !important;
}
.wp-block-columns .wp-block-column {
  width: 100%;
}

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

@media (max-width: 1400px) {
  .wp-block-media-text {
    max-width: 1140px;
  }
}
@media (max-width: 1200px) {
  .wp-block-media-text {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .wp-block-media-text {
    max-width: 720px;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text {
    max-width: 720px;
    grid-template-columns: 1fr;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding: 30px 0 0;
    margin-bottom: 30px;
    order: 2;
  }
  .wp-block-media-text .wp-block-media-text__content > * {
    text-align: left;
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 30px 0 0;
  }
}
.is-style-extra-marge ul {
  padding-left: 92px;
}
.is-style-extra-marge ul li {
  margin-left: 0px;
}

.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  min-width: 600px;
  width: 100%;
  border: solid 1px #000000;
}
.wp-block-table table thead {
  background-color: #000000;
}
.wp-block-table table thead th {
  padding: 5px 10px;
  color: #fff;
}
.wp-block-table table tr {
  border: solid 1px #000000;
}
.wp-block-table table tr td {
  border-right: solid 1px #000000;
  padding: 5px 10px;
}
.wp-block-table table tr td:last-child {
  border-right: none;
}
.wp-block-table table tfoot {
  background-color: #000000;
}
.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: #000000;
}
.wp-block-table.is-style-stripes table tr {
  border: none;
}
.wp-block-table.is-style-stripes table tr:first-child {
  border-bottom: solid 4px #000000;
}
.wp-block-table.is-style-stripes table tr td {
  border-right: solid 1px #000000;
  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 #000000;
}
.wp-block-table.is-style-stripes table tfoot tr td {
  color: #000000;
}
.wp-block-table.is-style-stripes table tfoot tr:last-child {
  border: none;
}

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

.wp-block-pullquote {
  background-color: #C8C8C8;
  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: 15px;
}

.wp-block-button .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
.wp-block-button .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
.wp-block-button .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}

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: 26px !important;
  line-height: 40px;
}

.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 {
  margin-top: 15px;
}
.social_media ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social_media ul li {
  float: left;
  background-image: none;
  padding: 0px;
}
.social_media ul li span {
  transition: all ease-in-out 0.3s;
  background-color: #fff;
  height: 35px;
  width: 30px;
  display: block;
  mask-size: auto 60%;
  mask-repeat: no-repeat;
  mask-position: left center;
  margin-right: 10px;
}
.social_media ul li span:hover {
  transition: all ease-in-out 0.3s;
  background-color: #F1DE1E;
}
.social_media ul li.youtube span {
  mask-image: url(../images/social/youtube.svg);
}
.social_media ul li.linkedin span {
  mask-image: url(../images/social/linkedin.svg);
}
.social_media ul li.facebook span {
  mask-image: url(../images/social/facebook.svg);
  mask-size: auto 50%;
}
.social_media ul li.twitter span {
  mask-image: url(../images/social/twitter.svg);
  mask-size: auto 50%;
}
.social_media ul li.instagram span {
  mask-image: url(../images/social/instagram.svg);
  mask-size: auto 50%;
}

/* --- Responsive --- */
#ninja_forms_required_items, .nf-field-container {
  margin-bottom: 15px !important;
}

textarea {
  min-height: 215px !important;
  float: left;
}

.nf-field-container {
  padding: 0 15px !important;
  margin-left: -15px;
  margin-right: -15px;
}
.nf-field-container .field-wrap .nf-element {
  border: none;
  background-color: transparent;
  padding: 11px 20px;
  height: auto !important;
  color: #000000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
}
.nf-field-container .field-wrap .nf-element::placeholder {
  color: #000000;
}
.nf-field-container .field-wrap .nf-element:focus {
  background-color: #fff;
}
.nf-field-container .field-wrap input[type=submit] {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  padding: 20px 60px !important;
}
.nf-field-container .field-wrap input[type=submit]:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
.nf-field-container .field-wrap input[type=submit].alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
.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: #000000;
}
.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-field-container .file_upload-wrap .nf-field-element input[type=file],
.nf-field-container .file_upload-wrap .nf-field-element .nf-fu-button-cancel,
.nf-field-container .file_upload-wrap .nf-field-element .nf-fu-progress {
  display: none !important;
}
.nf-field-container .file_upload-wrap .nf-field-element button {
  background-color: #F1DE1E;
  border: none;
  background-image: url(../images/upload_icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px auto;
  height: 100%;
  min-height: 64px;
  width: 64px;
  position: relative;
  z-index: 2;
}
.nf-field-container .file_upload-wrap .nf-field-element button span {
  display: none;
}
.nf-field-container .file_upload-wrap .nf-field-element .files_uploaded {
  position: absolute;
  top: 0;
  padding: 12px 12px 12px 80px;
  height: 64px;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  margin-bottom: -64px;
}
.nf-field-container .file_upload-wrap .nf-field-element .files_uploaded p {
  color: #000000;
}
.nf-field-container .file_upload-wrap .nf-field-element .files_uploaded a:hover {
  color: #000000;
}

.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;
}

section.white .nf-field-container .field-wrap .nf-element {
  background-color: #C8C8C8;
}
section.white .nf-field-container .field-wrap input[type=submit] {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  padding: 20px 60px !important;
}
section.white .nf-field-container .field-wrap input[type=submit]:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.white .nf-field-container .field-wrap input[type=submit].alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.secondary .nf-field-container .field-wrap input[type=submit] {
  background-color: #000000;
  color: #fff;
}
section.secondary .nf-field-container .field-wrap input[type=submit]:hover {
  background-color: #F1DE1E;
  color: #000000;
}
section.secondary .nf-field-container .file_upload-wrap .nf-field-element button {
  background-color: #fff;
}

form .nf-form-content nf-rows-wrap .nf-row {
  position: relative;
  left: -15px;
  right: -15px;
}
form .nf-form-content nf-rows-wrap .nf-row nf-cells .nf-cell {
  padding: 0px 15px;
}

@media (max-width: 600px) {
  .nf-field-container .field-wrap input[type=submit] {
    font-size: 22px;
  }
}
section.header {
  z-index: 999;
  position: fixed;
  width: 100%;
  padding: 30px 0;
  top: 0;
}
section.header .logo {
  transition: all 0.3s;
  opacity: 1;
  margin-top: 15px;
  display: block;
}
section.header .hamburger_menu {
  float: right;
  background: #fff;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 30px 0 90px;
  border-radius: 50px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
section.header .hamburger_menu .hamburger {
  position: relative;
  display: block;
  height: 20px;
  width: 30px;
  background-image: url("../images/hamburger.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
section.header .hamburger_menu .hamburger:before {
  content: "menu";
  position: absolute;
  left: -58px;
  top: -9px;
  font-size: 19px;
}
section.header .hamburger_menu .hamburger.active {
  background-image: url("../images/close.svg");
}
section.header.scroll .logo {
  transition: all 0.3s;
  opacity: 0;
}

/* --- Responsive --- */
@media (max-width: 600px) {
  section.header .hamburger_menu .hamburger:before {
    top: -6px;
  }
}
.mobile_menu {
  transition: all ease-in-out 0.5s;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -50vw;
  bottom: 0;
  max-width: 50vw;
  width: 100%;
  background-color: #000000;
  color: #fff;
  z-index: 998;
  padding: 160px 100px 60px;
}
.mobile_menu.active {
  display: block;
  transition: all ease-in-out 0.5s;
  right: 0%;
}
.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: 40px;
}
.mobile_menu .main_menu ul li a {
  font-size: 50px;
  line-height: 60%;
  margin-bottom: 0px;
  font-weight: 500;
  color: #fff;
}
.mobile_menu .main_menu ul li a:hover {
  color: #F1DE1E;
}
.mobile_menu .main_menu ul li.current_page_item a, .mobile_menu .main_menu ul li.current-menu-item a {
  color: #F1DE1E;
}
.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: 10px 0 0 0px;
}
.mobile_menu .main_menu ul li .sub-menu li {
  margin-bottom: 10px;
}
.mobile_menu .main_menu ul li .sub-menu li:last-child {
  margin-bottom: 0px;
}
.mobile_menu .main_menu ul li .sub-menu li a {
  position: relative;
  font-weight: normal;
}
.mobile_menu .main_menu ul li .sub-menu li a:before {
  content: "-  ";
}
.mobile_menu .main_menu ul li .sub-menu .sub-menu {
  padding-left: 10px;
}

/* --- Responsive --- */
@media (max-width: 1040px) {
  .mobile_menu .main_menu ul li {
    margin-bottom: 20px;
  }
  .mobile_menu .main_menu ul li a {
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .mobile_menu {
    right: -100%;
    max-width: 100%;
    padding: 160px 40px 60px;
  }
}
footer {
  padding: 90px 0;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 708px;
  height: 430px;
  mask-image: url(../images/background-img.svg);
  mask-repeat: no-repeat;
  background-color: #F1DE1E;
  transform: rotateY(180deg);
}
footer .footer_top {
  position: relative;
  z-index: 2;
}
footer .footer_top h3 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 60px;
}
footer .footer_top .logo_placeholder {
  margin-bottom: 140px;
}
footer .footer_top .logo_placeholder img {
  width: 100%;
  max-width: 200px;
}
footer .footer_top .payoff {
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  display: block;
  margin-bottom: 60px;
  margin-top: 10px;
}
footer .footer_top .widget.widget_nav_menu ul {
  column-count: 2;
  column-gap: 30px;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
footer .footer_top .widget.widget_nav_menu ul li {
  line-height: 32px;
  margin-bottom: 30px;
}
footer .footer_top .widget.widget_nav_menu ul li a {
  color: #000000;
}
footer .footer_top .widget.widget_nav_menu ul li a:hover {
  color: #F1DE1E;
}
footer .footer_top .widget.widget_nav_menu ul li.current-menu-item a, footer .footer_top .widget.widget_nav_menu ul li.current_page_item a {
  color: #F1DE1E;
}
footer .footer_top .widget.contact {
  position: relative;
}
footer .footer_top .widget.contact .locatie {
  width: 50%;
  float: left;
}
footer .footer_top .widget.contact .locatie span {
  display: inline-block;
  width: 100%;
}
footer .footer_top .widget.contact .locatie span span {
  margin-right: 20px;
  width: auto;
}
footer .footer_top .widget.contact .locatie a {
  transition: all 0.3s;
  text-decoration: none;
  color: #000000;
}
footer .footer_top .widget.contact .locatie a:hover {
  color: #F1DE1E;
}
footer .footer_top .widget.contact .locatie p {
  margin-bottom: 0px;
  line-height: 43px;
  margin-top: -6px;
}
footer .footer_bottom {
  position: relative;
  z-index: 2;
  font-size: 18px;
  margin-top: 30px;
}
footer .footer_bottom .col-12 {
  display: flex;
  align-items: flex-end;
}
footer .footer_bottom .col-12 img {
  margin-bottom: 13px;
}
footer .footer_bottom .col-12 .copyright {
  width: 100%;
  display: block;
  text-align: right;
}
footer .footer_bottom ul {
  list-style-type: none;
  margin: 33px 0 0px;
  padding: 0px;
}
footer .footer_bottom ul li {
  margin: 0 25px 0 0;
  float: left;
}
footer .footer_bottom ul li a {
  color: #000000;
}
footer .footer_bottom ul li a:hover {
  color: #F1DE1E;
}
footer .footer_bottom ul li:last-chidl {
  margin: 0px;
}
footer .footer_bottom ul li.current-menu-item a, footer .footer_bottom ul li.current_page_item a {
  color: #F1DE1E;
}

/* --- Responsive --- */
@media (max-width: 1040px) {
  footer .footer_top .widget.widget_nav_menu ul {
    column-count: 1;
    column-gap: 0px;
  }
  footer .footer_top .widget.contact .locatie {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer:after {
    mask-size: 60%;
  }
}
@media (max-width: 600px) {
  footer {
    padding: 40px 0;
  }
  footer:after {
    mask-size: 30%;
  }
  footer .footer_top .logo_placeholder {
    margin-bottom: 30px;
  }
  footer .footer_top .logo_placeholder img {
    max-width: 200px;
  }
  footer .footer_top h3 {
    margin-bottom: 20px;
  }
  footer .footer_top .widget.widget_nav_menu {
    margin-bottom: 30px;
  }
  footer .footer_top .widget.widget_nav_menu ul {
    column-count: 2;
    column-gap: 30px;
  }
  footer .footer_top .widget.widget_nav_menu ul li {
    margin-bottom: 15px;
  }
  footer .footer_bottom ul {
    margin-top: 20px;
  }
  footer .footer_bottom ul li {
    width: 100%;
    margin: 0;
    text-align: right;
  }
  footer .footer_bottom ul#menu-subfooter {
    margin-top: 0px;
    position: relative;
    top: -10px;
  }
  footer .footer_bottom .col-12 .copyright {
    text-align: left;
    font-size: 14px;
    margin-top: 20px;
  }
}
#block-2 {
  display: none !important;
}

.widget_icl_lang_sel_widget ul li {
  margin-bottom: 10px !important;
}
.widget_icl_lang_sel_widget ul li a {
  padding: 0px !important;
}
.widget_icl_lang_sel_widget ul li img {
  width: 30px !important;
  height: auto !important;
}
.widget_icl_lang_sel_widget ul li span {
  font-size: 20px;
  margin-left: 15px;
}
.widget_icl_lang_sel_widget .current-language-item {
  margin-left: 0px;
  color: #F1DE1E;
}

.item {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.item .image_placeholder {
  background-color: #000000;
  position: relative;
}
.item .image_placeholder .tags {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  padding: 30px;
  z-index: 2;
}
.item .image_placeholder .tags span {
  background-color: #000000;
  border: solid 3px #000000;
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-transform: lowercase;
}
.item .image_placeholder .image {
  transition: all ease-in-out 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.item .image_placeholder:hover .image {
  transition: all ease-in-out 0.3s;
  opacity: 0.3;
}
.item .text_placeholder {
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item .text_placeholder h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}
.item .text_placeholder .link {
  display: inline-block;
  width: 100%;
  text-align: right;
  text-decoration: none;
  font-weight: 600;
  margin-top: auto;
  color: #000000;
}
.item .text_placeholder .link:hover {
  color: #F1DE1E;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .item .image_placeholder .image {
    height: 220px;
  }
  .item .image_placeholder .tags span {
    display: none;
  }
}
section.pageheader {
  padding: 220px 0 140px;
  position: relative;
  background-color: #F1DE1E;
}
section.pageheader:before {
  content: "";
  background-image: linear-gradient(to top, rgba(241, 222, 30, 0), rgb(241, 222, 30));
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
  height: 200px;
  z-index: 1;
  display: none;
}
section.pageheader:after {
  content: "";
  position: absolute;
  width: 708px;
  height: 430px;
  mask-image: url(../images/background-img.svg);
  mask-repeat: no-repeat;
  background-color: #fff;
  transform: rotate(180deg);
  right: 0;
  bottom: 0;
}
section.pageheader .container {
  z-index: 1;
  position: relative;
}
section.pageheader .container .tag {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border: solid 3px #000000;
  border-radius: 40px;
  padding: 12px 27px 10px 27px;
  margin-bottom: 60px;
  display: inline-block;
  width: auto;
  text-transform: lowercase;
}
section.pageheader .container .large {
  margin-top: 30px;
}
section.pageheader .container .specs {
  margin: 0;
  margin-top: 40px;
  list-style-type: none;
  padding: 0;
}
section.pageheader .container .specs li {
  margin-bottom: 0px;
}
section.pageheader .container .specs li span {
  display: inline-block;
  float: left;
  width: 120px;
  font-weight: bold;
}
section.pageheader.alt {
  min-height: 90vh;
}
section.pageheader.alt:after {
  display: none;
}
section.pageheader.alt p {
  margin-right: 110px;
}
section.pageheader.alt .image_placeholder {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 50%;
}
section.pageheader.alt .image_placeholder .image {
  position: relative;
  height: 100%;
}
section.pageheader.alt .image_placeholder .mask {
  mask-image: url(../images/header_img_mask.svg);
  mask-position: left top;
  mask-repeat: no-repeat;
  mask-size: cover;
  max-height: 80vh;
  height: 100%;
  width: 100%;
}
section.pageheader.alt .image_placeholder .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
section.pageheader.alt .image_placeholder .mask .swiper {
  height: 100%;
}
section.pageheader .contact_info {
  margin-top: 60px;
  background-color: #fff;
  border-radius: 15px;
  padding: 40px;
  min-height: 240px;
}
section.pageheader .contact_info .image_placeholder {
  position: relative;
  float: left;
  left: 0;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 40px;
}
section.pageheader .contact_info .text_placeholder p {
  font-size: 20px;
  line-height: 30px;
  margin-right: 0px;
}
section.pageheader .contact_info .text_placeholder .contact {
  font-weight: 700;
  color: #000000;
}
section.pageheader .contact_info .text_placeholder h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
section.pageheader .contact_info .text_placeholder a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s;
  text-decoration: none;
}
section.pageheader .contact_info .text_placeholder a:hover {
  transition: all 0.3s;
  color: #F1DE1E;
}
section.pageheader .contact_info.alt h3 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
section.pageheader .contact_info.alt p {
  margin-right: 0px;
}
section.pageheader .contact_info.alt p a {
  color: #000000;
}
section.pageheader .contact_info.alt p a:hover {
  text-decoration: none;
}
section.pageheader .more {
  position: absolute;
  bottom: 150px;
  left: 0px;
  transform: rotate(-90deg);
  font-size: 18px;
  padding-left: 30px;
}
section.pageheader .more:before {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  background-image: url(../images/arrow-down_large.svg);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: left center;
  transform: rotate(90deg);
  left: 0;
  top: 8px;
}
section.pageheader .links {
  margin-top: 60px;
}
section.pageheader .links .list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
section.pageheader .links .list li {
  position: relative;
  padding: 0;
  margin: 0px;
  border-bottom: solid 1px #000000;
}
section.pageheader .links .list li:after {
  transition: all 0.3s;
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 15px;
  right: 15px;
  top: 0;
  position: absolute;
  transform: rotate(-90deg);
}
section.pageheader .links .list li a {
  color: #000000;
  text-decoration: none;
  padding: 15px 50px 15px 0;
  display: inline-block;
  line-height: 26px;
  width: 100%;
}
section.pageheader .links .list li a:hover {
  padding-left: 15px;
}
section.pageheader .links .list li:hover:after {
  transition: all 0.3s;
  right: 5px;
}
@media (max-width: 1450px) {
  section.pageheader .more {
    display: none;
  }
}
section.pageheader .tags {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 60px;
  margin-left: -6px;
}
section.pageheader .tags span {
  background-color: #000000;
  border: solid 3px #000000;
  padding: 12px 27px 10px 27px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 6px;
  text-transform: lowercase;
}
section.pageheader .tags span.cases {
  background-color: transparent;
  border: solid 3px #000000;
  color: #000000;
}

/* --- Responsive --- */
@media (max-width: 1040px) {
  section.pageheader {
    padding: 140px 0 140px;
  }
}
@media (max-width: 768px) {
  section.pageheader:after {
    mask-size: 60%;
  }
  section.pageheader .tags span {
    display: none;
  }
  section.pageheader .tags span.cases {
    display: inline;
  }
}
@media (max-width: 600px) {
  section.pageheader {
    padding: 140px 0 40px;
    min-height: auto;
  }
  section.pageheader:before {
    display: inline-block;
  }
  section.pageheader:after {
    mask-size: 30%;
  }
  section.pageheader .contact_info {
    margin-top: 15px;
  }
  section.pageheader.alt {
    padding: 430px 0 40px;
  }
  section.pageheader.alt p {
    margin-right: 0;
  }
  section.pageheader.alt .image_placeholder {
    height: 400px;
    left: 15px;
    width: calc(100% - 15px);
  }
  section.pageheader.alt .contact_info .image_placeholder {
    display: none;
  }
}
section.section {
  max-width: 100%;
  padding: 150px 0;
  position: relative;
}
section.section .container {
  z-index: 2;
  position: relative;
}
section.section.white {
  background-color: #fff;
}
section.section.gray {
  background-color: #C8C8C8;
}
section.section.gray .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.section.gray .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.section.gray .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.section.gray .wp-element-button {
  color: #fff;
  background-color: #000000;
  border-radius: 60px;
}
section.section.gray .wp-element-button:hover {
  background-color: #000000;
  color: #F1DE1E;
}
section.section.primary {
  background-color: #000000;
}
section.section.primary p, section.section.primary h1, section.section.primary h2, section.section.primary h3, section.section.primary h4, section.section.primary h5, section.section.primary h6, section.section.primary ul, section.section.primary li {
  color: #fff;
}
section.section.primary a {
  color: #F1DE1E;
}
section.section.primary a:hover {
  color: #fff;
}
section.section.primary .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.section.primary .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.section.primary .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.section.secondary {
  background-color: #F1DE1E;
}
section.section.secondary a:hover {
  color: #fff;
}
section.section.secondary .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.section.secondary .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.section.secondary .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.section.secondary .wp-element-button {
  color: #fff;
  background-color: #000000;
  border-radius: 60px;
}
section.section.secondary .wp-element-button:hover {
  background-color: #000000;
  color: #F1DE1E;
}
section.section.img-secondary:after, section.section.img-primary:after, section.section.img-white:after, section.section.img-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 708px;
  height: 430px;
  mask-image: url(../images/background-img.svg);
  mask-repeat: no-repeat;
  background-color: #fff;
}
section.section.img-gray:after {
  background-color: #C8C8C8;
  opacity: 0.5;
}
section.section.img-white:after {
  background-color: #fff;
}
section.section.img-primary:after {
  background-color: #000000;
}
section.section.img-secondary:after {
  background-color: #F1DE1E;
}
section.section.top-right:after {
  transform: rotateY(180deg);
  top: 0;
  left: auto;
  right: 0;
}
section.section.bottom-right:after {
  transform: rotate(180deg);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
section.section.bottom-left:after {
  transform: rotateX(-180deg);
  top: auto;
  bottom: 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  section.section.img-secondary:after, section.section.img-primary:after, section.section.img-white:after, section.section.img-gray:after {
    mask-size: 60%;
  }
}
@media (max-width: 600px) {
  section.section.img-secondary:after, section.section.img-primary:after, section.section.img-white:after, section.section.img-gray:after {
    mask-size: 30%;
  }
}
section.gallery_slider .swiper {
  overflow: hidden;
}
section.gallery_slider .swiper:before {
  display: none;
}
section.gallery_slider .swiper .image_placeholder {
  background-color: #000000;
  overflow: hidden;
  border-radius: 15px;
}
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-next.svg");
  mask-size: 50%;
  mask-repeat: no-repeat;
  mask-position: right center;
  background-color: #000000;
  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.content_block {
  padding: 50px;
  background-color: #fff;
  border-radius: 15px;
  color: #000000;
  margin-bottom: 30px;
}
section.content_block .link {
  text-decoration: none;
  font-weight: 600;
  color: #F1DE1E;
}
section.content_block.primary {
  color: #fff;
}
section.content_block.primary .link {
  color: #fff;
}
section.content_block.primary .link:hover {
  color: #F1DE1E;
}
section.content_block.secondary .link {
  color: #fff;
}
section.content_block.secondary .link:hover {
  color: #000000;
}

/* --- Responsive --- */
section.block_faq {
  padding: 150px 0;
}
section.block_faq .accordion .accordion-item {
  border: none;
  margin-bottom: 15px;
}
section.block_faq .accordion .accordion-item .accordion-button {
  padding: 15px 25px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #000000;
  border: solid 1px #F1DE1E;
  border-radius: 40px;
}
section.block_faq .accordion .accordion-item .accordion-button:after {
  background-image: url(../images/arrow-down.svg);
  background-size: 15px auto;
  background-position: center;
  transform: rotate(0deg);
}
section.block_faq .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
}
section.block_faq .accordion .accordion-item .accordion-button:not(.collapsed):after {
  transform: rotate(180deg);
}
section.block_faq .accordion .accordion-item .accordion-body {
  padding: 20px;
}
section.block_faq .accordion .accordion-item .accordion-body p {
  margin-bottom: 0px;
  color: #000000;
}

/* --- Responsive --- */
section.section_quote {
  text-align: center;
}
section.section_quote .container {
  padding: 60px 0 0;
}
section.section_quote .icon {
  font-size: 150px;
  color: #fff;
  position: relative;
  margin-bottom: 0px;
  display: block;
}
section.section_quote .name {
  color: #F1DE1E;
  font-weight: 600;
}

/* --- Responsive --- */
section.block_cases {
  max-width: 100%;
  padding: 150px 0;
  position: relative;
}
section.block_cases .container {
  z-index: 2;
  position: relative;
}
section.block_cases.white {
  background-color: #fff;
}
section.block_cases.gray {
  background-color: #C8C8C8;
}
section.block_cases.gray .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.block_cases.gray .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.block_cases.gray .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.block_cases.gray .wp-element-button {
  color: #fff;
  background-color: #000000;
  border-radius: 60px;
}
section.block_cases.gray .wp-element-button:hover {
  background-color: #000000;
  color: #F1DE1E;
}
section.block_cases.primary {
  background-color: #000000;
}
section.block_cases.primary p, section.block_cases.primary h1, section.block_cases.primary h2, section.block_cases.primary h3, section.block_cases.primary h4, section.block_cases.primary h5, section.block_cases.primary h6, section.block_cases.primary ul, section.block_cases.primary li {
  color: #fff;
}
section.block_cases.primary a {
  color: #F1DE1E;
}
section.block_cases.primary a:hover {
  color: #fff;
}
section.block_cases.primary .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.block_cases.primary .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.block_cases.primary .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.block_cases.secondary {
  background-color: #F1DE1E;
}
section.block_cases.secondary a:hover {
  color: #fff;
}
section.block_cases.secondary .wp-element-button {
  font-weight: 800;
  padding: 20px 40px;
  color: #000000;
  background-color: #F1DE1E;
  border-radius: 60px;
  display: inline-block;
  border: none;
  font-size: 18px;
  line-height: 26px;
}
section.block_cases.secondary .wp-element-button:hover {
  text-decoration: none;
  background-color: #000000;
  color: #F1DE1E;
}
section.block_cases.secondary .wp-element-button.alt {
  border: solid 3px #000000;
  padding: 14px 40px;
  margin-bottom: 20px;
}
section.block_cases.secondary .wp-element-button {
  color: #fff;
  background-color: #000000;
  border-radius: 60px;
}
section.block_cases.secondary .wp-element-button:hover {
  background-color: #000000;
  color: #F1DE1E;
}
section.block_cases.img-secondary:after, section.block_cases.img-primary:after, section.block_cases.img-white:after, section.block_cases.img-gray:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 708px;
  height: 430px;
  mask-image: url(../images/background-img.svg);
  background-color: #fff;
}
section.block_cases.img-gray:after {
  background-color: #C8C8C8;
}
section.block_cases.img-white:after {
  background-color: #fff;
}
section.block_cases.img-primary:after {
  background-color: #000000;
}
section.block_cases.img-secondary:after {
  background-color: #F1DE1E;
}
section.block_cases.top-right:after {
  transform: rotateY(180deg);
  top: 0;
  left: auto;
  right: 0;
}
section.block_cases.bottom-right:after {
  transform: rotate(180deg);
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
}
section.block_cases.bottom-left:after {
  transform: rotateX(-180deg);
  top: auto;
  bottom: 0;
}

/* --- Responsive --- */
section.block_case_slider {
  padding: 150px 0;
}
section.block_case_slider .case {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
section.block_case_slider .case .text_placeholder {
  padding-right: 100px;
}
section.block_case_slider .case .text_placeholder .tags {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  margin-bottom: 40px;
  margin-left: -6px;
}
section.block_case_slider .case .text_placeholder .tags span {
  background-color: #000000;
  border: solid 3px #000000;
  padding: 12px 27px 10px 27px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin: 0 6px;
  text-transform: lowercase;
}
section.block_case_slider .case .text_placeholder .tags span.cases {
  background-color: transparent;
  border: solid 3px #000000;
  color: #000000;
}
section.block_case_slider .case .text_placeholder h2 a {
  text-decoration: none;
}
section.block_case_slider .case .text_placeholder .btn {
  margin-top: 15px;
  background-color: #000000;
  color: #fff;
}
section.block_case_slider .case .text_placeholder .btn:hover {
  background-color: #F1DE1E;
  color: #000000;
}
section.block_case_slider .case .image_placeholder {
  background-color: #000000;
  overflow: hidden;
  border-radius: 15px;
}
section.block_case_slider .case .image_placeholder .image {
  transition: all 0.3s;
  width: 100%;
  height: 560px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block_case_slider .case .image_placeholder:hover .image {
  transition: all 0.3s;
  opacity: 0.5;
}
section.block_case_slider .nav {
  display: inline-block;
  margin: 0;
  top: calc(50% - 30px);
  width: auto;
  position: absolute;
  width: 100%;
}
section.block_case_slider .nav .arrow {
  transition: all 0.3s;
  position: absolute;
  display: block;
  background-image: url("../images/arrow-next.svg");
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50px;
}
section.block_case_slider .nav .arrow:hover {
  transition: all 0.3s;
  background-color: #F1DE1E;
}
section.block_case_slider .nav .arrow.prev {
  transform: rotate(180deg);
  left: -90px;
  display: none;
}
section.block_case_slider .nav .arrow.next {
  right: -90px;
}
section.primary .case .text_placeholder .btn {
  color: #000000;
}
section.primary .case .text_placeholder .btn:hover {
  color: #F1DE1E;
  background-color: #000000;
}
section.secondary .case .text_placeholder .btn {
  background-color: #000000;
  color: #fff;
}
section.secondary .case .text_placeholder .btn:hover {
  color: #F1DE1E;
}

/* --- Responsive --- */
@media (max-width: 1500px) {
  section.block_case_slider .nav {
    position: relative;
    top: auto;
    width: auto;
    margin: 30px auto 0;
  }
  section.block_case_slider .nav .arrow {
    position: relative;
    float: left;
  }
  section.block_case_slider .nav .arrow.prev {
    display: block;
    left: auto;
    margin-right: 15px;
  }
  section.block_case_slider .nav .arrow.next {
    right: auto;
  }
}
@media (max-width: 1040px) {
  section.block_case_slider .case .text_placeholder {
    padding-right: 40px;
  }
  section.block_case_slider .case .text_placeholder .tags {
    display: none;
  }
}
@media (max-width: 992px) {
  section.block_case_slider .case {
    grid-template-columns: 1fr;
  }
  section.block_case_slider .case .text_placeholder {
    order: 2;
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  section.block_case_slider .case .image_placeholder .image {
    height: 220px;
  }
}
body.archive {
  background-color: #C8C8C8;
}
body.archive main .container .row .col-12 {
  margin-bottom: 25px;
}
body.archive main .archive_nav {
  margin: 60px 0 150px;
}
body.archive main .archive_nav .pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body.archive main .archive_nav .pagination h2 {
  display: none;
}
body.archive main .archive_nav .pagination .nav-links span, body.archive main .archive_nav .pagination .nav-links a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  line-height: 50px;
  background-color: #fff;
  font-weight: 700;
  opacity: 0.5;
  text-decoration: none;
}
body.archive main .archive_nav .pagination .nav-links span.current, body.archive main .archive_nav .pagination .nav-links a.current {
  opacity: 1;
}
body.archive main .archive_nav .pagination .nav-links span:hover, body.archive main .archive_nav .pagination .nav-links a:hover {
  opacity: 1;
  color: #000000;
}
body.archive main .archive_nav .pagination .nav-links span.prev, body.archive main .archive_nav .pagination .nav-links span.next, body.archive main .archive_nav .pagination .nav-links a.prev, body.archive main .archive_nav .pagination .nav-links a.next {
  position: relative;
  top: -8px;
  opacity: 1;
  background-color: #000000;
  font-size: 0px;
  background-image: url(../images/arrow-next.svg);
  background-position: center;
  background-size: 10px auto;
  background-repeat: no-repeat;
}
body.archive main .archive_nav .pagination .nav-links span.prev, body.archive main .archive_nav .pagination .nav-links a.prev {
  background-image: url(../images/arrow-prev.svg);
}
body.post-type-archive-vacatures main .container .row .col-12 {
  margin-bottom: 0px;
}
body.post-type-archive-vacatures a {
  text-decoration: none;
}
body.post-type-archive-vacatures a .vacature {
  border-bottom: solid 1px #000000;
  padding: 30px 0;
  position: relative;
}
body.post-type-archive-vacatures a .vacature:after {
  transition: all 0.3s;
  content: "";
  background-image: url(../images/arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  width: 25px;
  right: 30px;
  top: 0;
  position: absolute;
  transform: rotate(-90deg);
}
body.post-type-archive-vacatures a .vacature h3 {
  transition: all 0.3s;
  margin-bottom: 0px;
}
body.post-type-archive-vacatures a:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #F1DE1E;
}
body.post-type-archive-vacatures a:hover .vacature h3 {
  color: #F1DE1E;
}
body.post-type-archive-vacatures a:hover .vacature:after {
  background-image: url(../images/arrow-down_yellow.svg);
  right: 15px;
}

/* --- Responsive --- */
body.home section.pageheader h1 {
  font-size: 90px;
  line-height: 100%;
}

@media (max-width: 768px) {
  body.home section.pageheader h1 {
    font-size: 90px;
    line-height: 90px;
  }
}
@media (max-width: 600px) {
  body.home section.pageheader h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
/* --- Responsive --- */
@media (max-width: 1040px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  html body main {
    padding: 80px 0 0;
  }
  html body main .intro {
    padding: 0 0 40px;
  }
  html body main:after {
    mask-size: 60%;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 50px;
    line-height: 50px;
  }
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  p.large {
    font-size: 22px !important;
    line-height: 34px;
  }
  html body {
    font-size: 20px;
    line-height: 30px;
  }
  html body main {
    padding: 40px 0 0;
  }
  html body main:after {
    mask-size: 30%;
  }
  html body main .section {
    padding: 40px 0;
  }
}

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