/*!
Theme Name: HD van Dijk
Author: Creative Steps
Author URI: https://www.creativesteps.nl/
Description: HD van Dijk theme
Version: 1.0.0
Text Domain: hdvandijk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

HD van Dijk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "D-DIN";
  src: url("fonts/D-DIN-Bold.woff2") format("woff2"), url("fonts/D-DIN-Bold.woff") format("woff"), url("fonts/D-DIN-Bold.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "D-DIN Exp";
  src: url("fonts/D-DINExp.woff2") format("woff2"), url("fonts/D-DINExp.woff") format("woff"), url("fonts/D-DINExp.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "D-DIN";
  src: url("fonts/D-DIN.woff2") format("woff2"), url("fonts/D-DIN.woff") format("woff"), url("fonts/D-DIN.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: normal;
}
body,
html {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

h1,
h2,
h3 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1F2F35;
  line-height: 1.1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 0 20px;
}

a {
  color: #86BD24;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 639px) {
  h1 {
    font-size: 1.5rem;
  }
}
body,
html {
  font-family: "D-DIN";
}

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 639px) {
  .container {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .container {
    width: 964px;
  }
}

.page {
  position: relative;
}

.banner {
  background-position: center;
  background-size: cover;
  height: 700px;
  margin-top: -200px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .banner {
    height: 250px;
  }
}
.banner:before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), #1f2f35);
  bottom: 10%;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.banner__content {
  color: #FFF;
  padding: 200px 250px 0;
  position: relative;
  text-shadow: 3px 3px 3px rgba(31, 47, 53, 0.5);
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .banner__content {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .banner__content {
    padding: 200px 100px 0;
  }
}
.banner__content h2 {
  color: #FFF;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
  position: relative;
}
@media screen and (max-width: 639px) {
  .banner__content h2 {
    font-size: 1.4rem;
  }
}
.banner__content strong {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-right: 1rem;
}
.banner__content .button {
  margin-left: 30px;
  white-space: nowrap;
}
.banner__heading {
  border-bottom: 4px solid #009FE1;
  margin: 0 6rem 1rem 0;
  float: left;
  position: relative;
}
.banner__heading:before, .banner__heading:after {
  border-bottom: 4px solid;
  bottom: -4px;
  content: "";
  position: absolute;
  width: 5rem;
}
.banner__heading:before {
  border-color: #E30613;
  left: 0;
}
.banner__heading:after {
  border-color: #009FE1;
  right: -5rem;
  transform-origin: bottom left;
  transform: rotate(-34.25deg);
}
.banner__subheading {
  align-items: center;
  display: flex;
  width: 100%;
}

.breadcrumbs {
  background: #EEE;
  color: #1F2F35;
  font-size: 0.9rem;
  margin-bottom: 70px;
  padding: 15px 0;
}
@media screen and (max-width: 639px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 639px) {
  .breadcrumbs__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .breadcrumbs__inner {
    width: 964px;
  }
}
.breadcrumbs__inner > span {
  margin-right: 15px;
}
.breadcrumbs__inner > span .home {
  background: url(images/icon-home-dark.svg) no-repeat top;
  display: inline-block;
  text-indent: -999rem;
  width: 1rem;
}

.button {
  background: #009FE1;
  border: 0;
  border-radius: 0 !important;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold !important;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.25rem;
  text-decoration: none;
  text-shadow: none;
}
@media screen and (max-width: 639px) {
  .button {
    display: block;
    margin: 0 0 10px;
  }
}
.button:hover {
  background: rgb(0, 133.772, 189.3);
  text-decoration: none;
}
.button__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.button--has-arrow:after {
  content: ">";
  font-size: 1.2em;
  margin-left: 0.5rem;
}
.button--has-icon {
  align-items: center;
  display: inline-flex;
}
.button--has-icon .icon {
  margin-right: 0.5rem;
}
.button--has-spacing-right {
  margin-right: 20px;
}
.button--large {
  font-size: 1.4rem !important;
  height: 3.5rem !important;
  line-height: 3.5rem !important;
  padding: 0 1.5rem !important;
}
.button--orange {
  background: #FF6300 !important;
}
.button--orange:hover {
  background: rgb(219.3, 85.14, 0);
}
.button--primary {
  background: #86BD24;
}
.button--primary:hover {
  background: rgb(112.7386666667, 159.012, 30.288);
}
.button--small {
  font-size: 0.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  padding: 0 1.5rem;
}
.button--is-outlined {
  color: #1F2F35 !important;
  position: relative;
}
.button--is-outlined:before {
  background: #FFF;
  bottom: 1px;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  content: "";
  display: block;
  left: 1px;
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: -1;
}

.vc_creativesteps_wpb_button {
  float: left;
}

.contact-data {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .contact-data {
    display: block;
  }
}
.contact-data__block:after {
  content: "";
  display: table;
  clear: both;
}
.contact-data__block {
  flex: 0 0 30%;
}
@media screen and (max-width: 639px) {
  .contact-data__block {
    clear: both;
    margin-bottom: 10px;
  }
}
.contact-data__block__icon {
  background: #86BD24;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  color: #FFF;
  float: left;
  height: 100px;
  line-height: 100px;
  margin-right: 30px;
  text-align: center;
  width: 100px;
}
@media screen and (max-width: 639px) {
  .contact-data__block__icon {
    height: 66.6666666667px;
    line-height: 66.6666666667px;
    width: 66.6666666667px;
  }
  .contact-data__block__icon .icon {
    height: 25px;
    width: 25px;
  }
}
.contact-data__block span {
  font-weight: bold;
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .contact-data__block span {
    font-size: 0.8rem;
  }
}
.contact-data__block strong {
  color: #86BD24;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 639px) {
  .contact-data__block strong {
    font-size: 1.2rem;
    padding-top: 10px;
  }
}
.contact-data__block .chat-trigger {
  cursor: pointer;
}
.contact-data__block .chat-trigger:hover {
  text-decoration: underline;
}

.contact-map {
  display: flex;
}
@media screen and (max-width: 639px) {
  .contact-map {
    display: block;
    padding: 0 15px;
  }
}
.contact-map__address {
  color: #FFF;
  flex: 0 0 40%;
  font-size: 1.1rem;
  padding: 0 50px 50px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .contact-map__address {
    padding: 0;
  }
}
.contact-map__address .custom-logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .contact-map__address .custom-logo {
    height: auto;
    max-width: 100%;
  }
}
.contact-map__map {
  flex: 0 0 60%;
}
.contact-map__map iframe {
  border: 0;
  width: 100%;
}
@media screen and (max-width: 639px) {
  .contact-map__map {
    margin-bottom: 30px;
  }
}

.content-row__content {
  padding: 100px;
  width: 40%;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .content-row__content {
    padding: 30px;
    width: 100%;
  }
}
.content-row__content .button {
  float: right;
}
.content-row__content h2 {
  color: inherit;
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .content-row__content h2 {
    font-size: 1.5rem;
  }
}
.content-row__content p {
  margin-bottom: 30px;
}
.content-row__image {
  background-position: center;
  background-size: cover;
  width: 60%;
}
@media screen and (max-width: 639px) {
  .content-row__image {
    display: none;
  }
}
.content-row__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 639px) {
  .content-row__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .content-row__inner {
    width: 964px;
  }
}
.content-row__inner {
  display: flex;
  position: relative;
}
.content-row--dark {
  background: #1F2F35;
}
.content-row--dark .content-row__content {
  background: #1F2F35;
  color: #EEE;
}
.content-row--green {
  background: #86BD24;
}
.content-row--green .content-row__content {
  background: #86BD24;
  color: #1F2F35;
}
.content-row--light {
  background: #EEE;
}
.content-row--light .content-row__content {
  background: #EEE;
}
.content-row--left .content-row__content {
  clip-path: polygon(0 70px, 70px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -70px;
}
@media screen and (max-width: 639px) {
  .content-row--left .content-row__content {
    margin-left: 0;
  }
}
.content-row--right .content-row__content {
  clip-path: polygon(0% 0%, calc(100% - 70px) 0, 100% 70px, 100% 100%, 0% 100%);
  margin-right: -70px;
}
@media screen and (max-width: 639px) {
  .content-row--right .content-row__content {
    margin-right: 0;
  }
}

.employees__item {
  background: #515F62;
  border-radius: 3px;
}
.wpb_text_column .employees__item:last-child {
  margin-bottom: 10px;
}
.employees__item__content {
  color: #FFF;
  padding: 30px 30px 30px 160px;
}
@media screen and (max-width: 639px) {
  .employees__item__content {
    padding: 30px 30px 30px 110px;
  }
}
.employees__item__content a {
  color: #FF6300;
}
.employees__item__content strong {
  color: #FFF;
  display: block;
  font-size: 1.4rem;
}
.employees__item__icon {
  -moz-filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.5));
  -o-filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(1rem 1rem 2rem rgba(0, 0, 0, 0.5));
  float: left;
  height: 100px;
  position: relative;
  width: 100px;
}
.employees__item__icon__background {
  -webkit-mask: url(images/corner-right-mask.svg) no-repeat left top;
  -webkit-mask-size: cover;
  mask: url(images/corner-right-mask.svg) no-repeat left top;
  mask-size: cover;
  background: #86BD24;
  border-top-left-radius: 3px;
  height: 100px;
  position: relative;
  width: 100px;
}
.employees__item__icon .icon {
  color: #FFF;
  left: 30px;
  position: absolute;
  top: 30px;
}
.employees__item__image {
  background-size: cover;
  background-blend-mode: multiply;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  float: left;
  height: 120px;
  width: 120px;
  position: absolute;
  left: 20px;
  top: 20px;
}
@media screen and (max-width: 639px) {
  .employees__item__image {
    height: 70px;
    left: 20px;
    top: 40px;
    width: 70px;
  }
}

.site-footer {
  background-color: #1F2F35;
  background-image: url(images/footer-bg.webp);
  background-size: cover;
  padding: 70px 0;
}
@media screen and (max-width: 639px) {
  .site-footer {
    padding: 30px;
  }
}
.site-footer__block {
  color: #FFF;
  width: 30%;
}
@media screen and (max-width: 639px) {
  .site-footer__block {
    margin-bottom: 30px;
    width: auto;
  }
  .site-footer__block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .site-footer__block {
    width: 30%;
  }
}
.site-footer__block a {
  color: #FFF;
}
.site-footer__block h4 {
  color: inherit;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .site-footer__block h4 {
    font-size: 1.3em;
  }
}
.site-footer__block:last-child h4 {
  width: 50%;
}
.site-footer__block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-footer__block li {
  align-items: center;
  display: flex;
  line-height: 1.625rem;
  margin-bottom: 1rem;
}
.site-footer__block li:last-child {
  margin-bottom: 0;
}
.site-footer__block .icon {
  margin-right: 1rem;
}
.site-footer__copyright {
  background: #1F2F35;
  color: rgb(191.25, 191.25, 191.25);
  position: relative;
}
.site-footer__copyright:after {
  background: #86BD24;
  bottom: 0;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  height: 9rem;
  position: absolute;
  right: 0;
  width: 14rem;
}
@media screen and (max-width: 639px) {
  .site-footer__copyright:after {
    display: none;
  }
}
.site-footer__copyright__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1320px;
}
@media screen and (max-width: 639px) {
  .site-footer__copyright__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .site-footer__copyright__inner {
    width: 994px;
  }
}
@media screen and (min-width: 1480px) {
  .site-footer__copyright__inner {
    width: 1480px;
  }
}
.site-footer__copyright__inner {
  padding: 1.5rem 0;
}
@media screen and (max-width: 639px) {
  .site-footer__copyright__inner {
    padding: 30px;
    text-align: center;
  }
}
.site-footer__copyright a {
  color: inherit;
}
.site-footer__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1320px;
}
@media screen and (max-width: 639px) {
  .site-footer__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .site-footer__inner {
    width: 994px;
  }
}
@media screen and (min-width: 1480px) {
  .site-footer__inner {
    width: 1480px;
  }
}
.site-footer__inner {
  display: flex;
}
@media screen and (max-width: 639px) {
  .site-footer__inner {
    display: block;
  }
}

.footer-cta:after {
  content: "";
  display: table;
  clear: both;
}
.footer-cta {
  padding: 30px 0;
}
@media screen and (max-width: 639px) {
  .footer-cta {
    padding: 0;
    text-align: center;
  }
}
.footer-cta h3 {
  color: #1F2F35;
  font-size: 2.8rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .footer-cta h3 {
    font-size: 2rem;
  }
}
.footer-cta h4 {
  color: #86BD24;
  font-size: 1.6rem;
  font-weight: 400;
}
.footer-cta strong {
  font-size: 1.4rem;
}
.footer-cta__actions {
  padding: 0 3rem;
}
@media screen and (max-width: 639px) {
  .footer-cta__actions {
    padding: 0;
  }
}
.footer-cta__actions .button {
  margin-left: 1.5rem !important;
}
@media screen and (max-width: 639px) {
  .footer-cta__actions .button {
    margin: 10px 0 0;
  }
}
.footer-cta__content {
  padding-top: 15px;
}
@media screen and (max-width: 639px) {
  .footer-cta__content {
    padding: 30px;
  }
}
.footer-cta__person {
  float: left;
  margin-right: 2rem;
  max-height: 200px;
  position: relative;
  width: auto;
}
@media screen and (max-width: 639px) {
  .footer-cta__person {
    display: block;
    float: none;
    margin: auto;
  }
}

form label,
form .gform_wrapper .gfield_label {
  display: block;
  font-size: inherit;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: left;
}
form .form-element,
form .gfield {
  margin-bottom: 20px;
}
form .form-element.gform_hidden,
form .gfield.gform_hidden {
  margin-bottom: 0;
}
form .form-element .ginput_container > input,
form .form-element .ginput_container > textarea,
form .form-element .form-control,
form .form-element .wpcf7-form-control,
form .gfield .ginput_container > input,
form .gfield .ginput_container > textarea,
form .gfield .form-control,
form .gfield .wpcf7-form-control {
  background: none;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px 20px;
  position: relative;
  width: 100%;
}
form .form-element .form-control-wrap,
form .form-element .ginput_container,
form .form-element .wpcf7-form-control,
form .gfield .form-control-wrap,
form .gfield .ginput_container,
form .gfield .wpcf7-form-control {
  background: #1F2F35;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  display: inline-block;
  position: relative;
  width: 100%;
}
form .form-element .form-control-wrap--full-width,
form .form-element .ginput_container--full-width,
form .form-element .wpcf7-form-control--full-width,
form .gfield .form-control-wrap--full-width,
form .gfield .ginput_container--full-width,
form .gfield .wpcf7-form-control--full-width {
  width: 100%;
}
form .form-element .form-control-wrap:before,
form .form-element .ginput_container:before,
form .form-element .wpcf7-form-control:before,
form .gfield .form-control-wrap:before,
form .gfield .ginput_container:before,
form .gfield .wpcf7-form-control:before {
  content: "";
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  background: #FFF;
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
}
form .form-element--full, form .form-element--width-full,
form .gfield--full,
form .gfield--width-full {
  flex: 0 0 100%;
}
form .form-element--full .wpcf7-form-control-wrap, form .form-element--width-full .wpcf7-form-control-wrap,
form .gfield--full .wpcf7-form-control-wrap,
form .gfield--width-full .wpcf7-form-control-wrap {
  display: block;
}
form .form-element--half, form .form-element--width-half,
form .gfield--half,
form .gfield--width-half {
  flex: 0 0 49%;
}
form .form-element--half .wpcf7-form-control-wrap, form .form-element--width-half .wpcf7-form-control-wrap,
form .gfield--half .wpcf7-form-control-wrap,
form .gfield--width-half .wpcf7-form-control-wrap {
  display: block;
}
form .form-row--inline .button__group,
form .form-row--inline .form-element {
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
@media screen and (max-width: 639px) {
  form .form-row--inline .button__group,
  form .form-row--inline .form-element {
    display: block;
  }
}
@media screen and (max-width: 639px) {
  form .form-row--inline .button__group {
    margin-bottom: 0;
  }
  form .form-row--inline .form-element {
    margin: 0 0 20px;
  }
}
form .form-wrapper,
form .gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .gfield_validation_message {
  color: #E30613;
  font-size: 0.8rem;
  margin-top: 5px;
}

.gform_submission_error {
  color: #E30613;
  font-size: 1rem;
  text-transform: none;
}

.detail__gallery {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .detail__gallery {
    padding: 0;
  }
}
.detail__gallery__arrow {
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #1F2F35;
  cursor: pointer;
  display: flex;
  height: 70px;
  left: 0;
  line-height: 70px;
  position: absolute;
  width: 70px;
  z-index: 10;
}
@media screen and (max-width: 639px) {
  .detail__gallery__arrow {
    display: inline-block;
    position: static;
  }
}
.detail__gallery__arrow--next {
  left: auto;
  right: 0;
}
.detail__gallery__arrow:hover {
  color: rgb(78.0535714286, 118.3392857143, 133.4464285714);
}
.detail__gallery__arrow .icon {
  margin: auto;
}
.detail__gallery__navigation {
  text-align: center;
}
@media screen and (max-width: 639px) {
  .detail__gallery__navigation {
    padding-top: 20px;
  }
}
.detail__gallery__slide {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 639px) {
  .detail__gallery__slide img {
    height: auto;
    max-width: 100%;
  }
}
.detail__gallery__wrapper {
  margin: 30px;
}
.detail__gallery__wrapper .button {
  float: right;
}

.grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 639px) {
  .grid {
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .grid {
    display: block;
  }
}
.grid__wrapper {
  padding: 70px 0;
}
@media screen and (max-width: 639px) {
  .grid__wrapper {
    padding: 0;
  }
}
.grid__wrapper--light {
  background: #EEE;
}
.grid__wrapper--no-padding {
  padding: 0;
}
.grid__wrapper h3 {
  color: #1F2F35;
  font-size: 2rem;
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
}
.grid__item {
  box-sizing: border-box;
  width: calc(50% - 30px);
  margin: 15px;
  position: relative;
}
@media screen and (max-width: 639px) {
  .grid__item {
    margin: 0;
    width: 100%;
  }
}
.grid__item .button {
  float: right;
  margin: -70px 30px 0 0;
}
.grid__item__inner {
  box-sizing: border-box;
  height: 100%;
  padding: 30px;
}
.grid__item--dark {
  background: #1F2F35;
  color: #FFF;
}
.grid__pages {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.grid__pages .page-numbers {
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.grid__pages .page-numbers.current {
  background: #009FE1;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 1rem 100%, 0 1.75rem);
  color: #FFF;
  font-weight: bold;
}
.grid__pagination {
  padding: 30px;
  text-align: center;
}
.grid__pagination .read-more {
  color: #009FE1;
  cursor: pointer;
  display: block;
}
.grid__pagination .read-more p {
  margin-bottom: 10px;
}
.grid--is-3 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 639px) {
  .grid--is-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.grid--is-3 .grid__item {
  width: calc(33.33% - 20px);
  margin: 10px;
}
@media screen and (max-width: 639px) {
  .grid--is-3 .grid__item {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .grid--is-3 .grid__item {
    margin: 0;
    width: 100%;
  }
}
.grid--is-4 {
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 639px) {
  .grid--is-4 {
    margin-left: 0;
    margin-right: 0;
  }
}
.grid--is-4 .grid__item {
  width: calc(25% - 20px);
  margin: 10px;
}
@media screen and (max-width: 639px) {
  .grid--is-4 .grid__item {
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .grid--is-4 .grid__item {
    margin: 0;
    width: 100%;
  }
}

.site-header {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1320px;
}
@media screen and (max-width: 639px) {
  .site-header {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .site-header {
    width: 994px;
  }
}
@media screen and (min-width: 1480px) {
  .site-header {
    width: 1480px;
  }
}
.site-header:after {
  content: "";
  display: table;
  clear: both;
}
.site-header {
  z-index: 10;
}
.site-header .site-branding {
  height: 200px;
  float: left;
  position: relative;
}
@media screen and (max-width: 639px) {
  .site-header .site-branding {
    float: none;
    margin-left: 30px;
  }
}
.site-header .site-branding:before {
  background: #1F2F35;
  bottom: 0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  height: 150px;
  width: 220px;
  content: "";
  left: -65px;
  position: absolute;
  right: 75%;
  top: 0;
}
.site-header .site-branding .custom-logo {
  position: relative;
}
.site-header .sticky-logo-link {
  display: none;
}
.site-header--has-background {
  background: #1F2F35;
  padding-bottom: 20px;
}
.site-header--has-background .site-branding {
  height: 133.3333333333px;
}
.site-header--has-background .site-branding img {
  max-height: 100%;
  width: auto;
}
.site-header--is-sticky .site-header {
  height: 2.8rem;
  padding: 1.5rem 0;
}
.site-header--is-sticky .site-header__wrapper {
  background: #1F2F35;
  padding-bottom: 0;
}
.site-header--is-sticky .site-header .custom-logo {
  display: none;
}
.site-header--is-sticky .site-header .main-navigation {
  top: 0;
}
.site-header--is-sticky .site-header .site-branding {
  height: auto;
}
.site-header--is-sticky .site-header .site-branding:before {
  display: none;
}
.site-header--is-sticky .site-header .sticky-logo-link {
  display: block;
}
.site-header--is-sticky .site-header .top {
  float: right;
  margin-left: 2rem;
  position: relative;
  white-space: nowrap;
}
.site-header--is-sticky .site-header .top__inner {
  width: auto;
}
.site-header--is-sticky .site-header .top .button {
  font-size: 0;
  width: 1rem;
}
.site-header--is-sticky .site-header .top .button .icon {
  margin-right: 0;
}

.hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 70px;
  padding: 120px;
  position: relative;
}
.hero:before {
  background: rgba(31, 47, 53, 0.85);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 639px) {
  .hero__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .hero__inner {
    width: 964px;
  }
}
.hero__inner {
  color: #FFF;
}
.hero__inner h3,
.hero__inner h4 {
  color: inherit;
}
.hero__inner h3 {
  margin-bottom: 0;
  font-size: 3em;
}
.hero__inner h4 {
  font-size: 2em;
  font-weight: 400;
}
.hero__inner .button__group {
  margin-top: 70px;
}

.home .blog__item {
  align-items: flex-start;
  border-bottom: 1px solid #EEE;
  border-top: 1px solid #EEE;
  display: flex;
  margin-bottom: -1px;
  padding: 30px 0;
}
.home .blog__item__content h4 {
  font-size: 1.2em;
}
.home .blog__item__content h4 a {
  color: inherit;
}
.home .blog__item__image {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  flex: 0 0 150px;
  margin-right: 30px;
}
.home .blog__item__image img {
  display: block;
}
.home .blog__items {
  border-top: 1px solid #EEE;
  margin-bottom: 70px;
  padding-top: 70px;
  width: 50%;
}
.home .blog__items h3 {
  font-size: 1.8em;
  margin-bottom: 30px;
}
@media screen and (max-width: 639px) {
  .home .blog__items {
    padding: 30px;
    width: auto;
  }
}
.home .site-main {
  margin-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .home .site-main {
    margin-bottom: 0;
  }
}
.home .site-main .entry-content .wpb_content_element h1 {
  margin-bottom: 0;
}
.home .site-main .entry-content .wpb_content_element h3 {
  color: #86BD24;
  text-transform: none;
}
.home .site-main .entry-content .wpb_content_element p {
  font-size: 1.2rem;
}

.icon {
  height: 1rem;
  vertical-align: middle;
  width: 1rem;
}
@media screen and (max-width: 639px) {
  .icon {
    height: 12px;
    width: 12px;
  }
}
.icon--large {
  height: 1.5rem;
  width: 1.5rem;
}
@media screen and (max-width: 639px) {
  .icon--large {
    height: 24px;
    width: 24px;
  }
}
.icon--extra-large {
  height: 3.25rem;
  width: 3.25rem;
}
@media screen and (max-width: 639px) {
  .icon--extra-large {
    height: 36px;
    width: 36px;
  }
}
.icon--extreme {
  height: 6rem;
  width: 6rem;
}
@media screen and (max-width: 639px) {
  .icon--extreme {
    height: 48px;
    width: 48px;
  }
}

main {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1280px;
}
@media screen and (max-width: 639px) {
  main {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  main {
    width: 964px;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 639px) {
  main {
    margin: 30px;
  }
}

.message {
  background: rgb(227.5535714286, 235.8392857143, 238.9464285714);
  border: 1px solid #1F2F35;
  margin-bottom: 20px;
  padding: 20px;
}
.message--alert {
  background: rgb(254.6961373391, 243.5038626609, 244.1622317597);
  border-color: #E30613;
}

.modal {
  max-width: 1000px;
  padding: 40px;
  width: auto;
  z-index: 999;
}

.blocker {
  z-index: 998;
}

.main-navigation {
  float: right;
  height: 2.8rem;
  line-height: 2.8rem;
  position: relative;
  top: 4rem;
}
@media screen and (max-width: 639px) {
  .main-navigation {
    float: none;
    height: auto;
    position: static;
    top: 0;
  }
  .main-navigation.toggled ul {
    display: block;
  }
  .main-navigation.toggled .menu-toggle {
    background: #86BD24;
  }
}
.main-navigation .menu-toggle {
  background: #009FE1;
  border: 0;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  color: #FFF;
  display: none;
  height: 55px;
  outline: none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 55px;
}
@media screen and (max-width: 639px) {
  .main-navigation .menu-toggle {
    display: block;
  }
}
.main-navigation ul {
  float: left;
  list-style-type: none;
  margin: 0;
}
@media screen and (max-width: 639px) {
  .main-navigation ul {
    display: none;
    float: none;
    padding-top: 30px;
  }
}
.main-navigation ul li {
  float: left;
  font-size: 1.1rem;
  font-weight: bold;
  margin-left: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 639px) {
  .main-navigation ul li {
    float: none;
    margin-left: 0;
  }
}
.main-navigation ul li:hover a {
  color: #86BD24;
}
.main-navigation ul li:hover ul.sub-menu {
  display: block;
}
.main-navigation ul li.menu-item-home {
  background: url(images/icon-home.svg) no-repeat center;
  font-size: 0;
  margin: 0.8rem 0;
  width: 1rem;
}
.main-navigation ul li.menu-item-home a {
  display: block;
  height: 1rem;
}
.main-navigation ul li a {
  color: #FFF;
  text-decoration: none;
}
.main-navigation ul.sub-menu {
  background: #FFF;
  clip-path: polygon(0 0, calc(100% - 1rem) 0, 100% 1rem, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  display: none;
  float: none;
  min-width: 200px;
  padding: 10px;
  position: absolute;
}
.main-navigation ul.sub-menu li {
  float: none;
  font-size: 0.9rem;
  line-height: normal;
  margin: 0;
}
.main-navigation ul.sub-menu li a {
  color: #1F2F35;
  display: block;
  padding: 10px;
}
.main-navigation ul.sub-menu li a:hover {
  color: #86BD24;
}

.top {
  left: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 20;
}
@media screen and (max-width: 639px) {
  .top {
    display: none;
  }
}
.top__button, .woocommerce .top .top__button {
  align-items: center;
  background: #86BD24;
  border-radius: 0;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 1rem 100%, 0 1.5rem);
  display: inline-flex;
  margin-left: 5px;
  padding: 0 1.25rem;
}
.top__button:hover, .woocommerce .top .top__button:hover {
  background: rgb(0, 133.772, 189.3);
}
.top__cart, .woocommerce .top .top__cart {
  background: #515F62;
  color: #FFF;
}
.top__cart:hover, .woocommerce .top .top__cart:hover {
  background: rgb(64.8452513966, 76.0530726257, 78.4547486034);
}
.top__cart--mobile, .woocommerce .top .top__cart--mobile {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 1rem 100%, 0 calc(100% - 1rem));
  display: none;
  height: 55px;
  padding: 0;
  position: absolute;
  right: calc(55px + 40px);
  top: 30px;
  width: 55px;
}
.top__cart--mobile .icon, .woocommerce .top .top__cart--mobile .icon {
  height: 20px;
  margin: auto;
  vertical-align: middle;
  width: 20px;
}
@media screen and (max-width: 639px) {
  .top__cart--mobile, .woocommerce .top .top__cart--mobile {
    display: flex;
  }
}
.top__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1320px;
}
@media screen and (max-width: 639px) {
  .top__inner {
    width: auto;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .top__inner {
    width: 994px;
  }
}
@media screen and (min-width: 1480px) {
  .top__inner {
    width: 1480px;
  }
}
.top__phone, .woocommerce .top .top__phone {
  background: #009FE1;
}
.top__phone:hover, .woocommerce .top .top__phone:hover {
  background: rgb(0, 133.772, 189.3);
}

.entry-content .vc_row .vc_column_container.has-spacing {
  padding: 70px 0;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column_container.has-spacing {
    padding: 30px 0;
  }
}
.entry-content .vc_row .vc_column_container.has-spacing--bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column_container.has-spacing--bottom {
    padding-bottom: 30px;
  }
}
.entry-content .vc_row .vc_column_container.has-spacing--top {
  padding-top: 70px;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column_container.has-spacing--top {
    padding-top: 30px;
  }
}
.entry-content .vc_row .vc_column-inner .wpb_wrapper > h1 {
  font-size: 3rem;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column-inner .wpb_wrapper > h1 {
    font-size: 1.5rem;
  }
}
.entry-content .vc_row .vc_column-inner .wpb_wrapper > h2 {
  font-size: 2.5rem;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column-inner .wpb_wrapper > h2 {
    font-size: 1.25rem;
  }
}
.entry-content .vc_row .vc_column-inner .wpb_wrapper > h3 {
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .entry-content .vc_row .vc_column-inner .wpb_wrapper > h3 {
    font-size: 1rem;
  }
}
.entry-content .vc_row-has-fill > .vc_column_container > .vc_column-inner, .entry-content .vc_row[data-vc-full-width] > .vc_column_container > .vc_column-inner {
  padding: 0;
}
.entry-content .vc_row-has-fill:first-child > .vc_column_container > .vc_column-inner, .entry-content .vc_row[data-vc-full-width]:first-child > .vc_column_container > .vc_column-inner {
  padding: 0;
}
