/*!
Theme Name: Hoogdesign
Theme URI: https://hoogdesign.nl/
Author: Hoogdesign
Author URI: https://hoogdesign.nl/contact/
Description: Starter theme for WordPress development.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hoogdesign

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

Hoogdesign is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
.splide,
.splide__container,
.splide__slide {
  position: relative;
}
.splide.is-initialized:not(.is-active) .splide__list,
.splide__track--ttb > .splide__list,
pre {
  display: block;
}
dl,
ol,
p,
pre,
ul {
  margin-top: 0;
}
address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 1rem;
}
dd,
h1,
h2,
h3,
h4,
h5,
h6,
legend {
  margin-bottom: 0.5rem;
}
address,
legend {
  line-height: inherit;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
.g-0,
.gy-0,
.row {
  --bs-gutter-y: 0;
}
body[data-background="bg-dark"]
  .project-content__customer-review--wrapper--text
  p::before,
body[data-background="bg-lightgrey"]
  .block-lets-create
  .block-lets-create__form
  .gform-footer.gform_footer::after,
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-footer.gform_footer::after,
body[data-background="bg-red"]
  .project-content__customer-review--wrapper--text
  p::before {
  filter: invert(1) brightness(100);
}
.hamburger,
button,
select {
  text-transform: none;
}
.block-form__content--form.block-form--default .gform_footer .btn_text,
.block-lets-create__form .gform_footer.top_label .btn_text {
  left: unset !important;
  top: unset !important;
}
*,
*::after,
*::before,
.row > *,
.splide__container,
.splide__slide {
  box-sizing: border-box;
}
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
summary {
  cursor: pointer;
}
#cursor-dot,
body[data-background="bg-grey"] main a:not(.ab-item)::before,
html[data-scroll="0"] body {
  background: #fff !important;
}
.block-projects__project-wrapper:hover .block-projects__project-wrapper__image,
.block-projects__project-wrapper:hover .block-projects__project-wrapper__video,
.hd-nieuws a:hover img {
  transform: scale(1.1);
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
#cursor-dot,
.grecaptcha-badge {
  pointer-events: none !important;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
#wpadminbar #adminbarsearch,
#wpadminbar #wp-admin-bar-comments,
#wpadminbar #wp-admin-bar-duplicate-post,
#wpadminbar #wp-admin-bar-smartcrawl-test-item,
#wpadminbar #wp-admin-bar-wds_wizard,
#wpadminbar #wp-admin-bar-woocommerce-site-visibility-badge,
#wpadminbar #wp-admin-bar-wp-logo,
.mobile-menu__item--hide-mobile .mobile-menu__link,
.splide:not(.is-overflow) .splide__pagination,
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: 1s linear infinite splide-loading;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.container,
.splide__track,
sub,
sup {
  position: relative;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  z-index: 0;
} /*!
 * Bootstrap Reboot v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "";
  --bs-font-monospace: "";
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: "";
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(10.4, 88, 202.4);
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme="dark"] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
a > code,
hr,
pre code {
  color: inherit;
}
hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--bs-heading-color);
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
}
ol,
ul {
  padding-left: 2rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
blockquote,
figure {
  margin: 0 0 1rem;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  font-size: 0.75em;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
.error404 .hd-404__wrapper--link a,
.hd-content a:not(.btn) {
  text-decoration: underline;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
code,
kbd,
pre {
  font-size: 0.875em;
}
pre {
  overflow: auto;
}
pre code {
  font-size: inherit;
  word-break: normal;
}
code {
  color: var(--bs-code-color);
  word-wrap: break-word;
}
kbd {
  padding: 0.1875rem 0.375rem;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
.posts-navigation a span,
fieldset,
legend {
  padding: 0;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit;
}
.hd-content__btn,
label,
output {
  display: inline-block;
}
button {
  border-radius: 0;
}
fieldset,
iframe {
  border: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not(
    [type="week"]
  ):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
}
legend {
  float: left;
  width: 100%;
  font-size: calc(1.275rem + 0.3vw);
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
summary {
  display: list-item;
}
.block-lets-create__form #gform_wrapper_2 #field_2_10,
.block-lets-create__form #gform_wrapper_6 #field_6_12,
.d-none,
[hidden] {
  display: none !important;
} /*!
 * Bootstrap Grid v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.col-auto,
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.col-12,
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.col-6,
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.col-4,
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-3,
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.col-2,
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-1,
.col-5 {
  flex: 0 0 auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-7,
.col-8 {
  flex: 0 0 auto;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex,
.posts-navigation a {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.block-lets-create
  .gfield--type-consent
  .ginput_container_consent
  input[type="checkbox"],
.block-lets-create .gfield--type-consent legend input[type="checkbox"],
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.cky-btn.cky-btn-reject,
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.block-intro.no-spacing .col-lg-6:last-of-type .block-intro__text,
.mb-0,
main p:last-of-type {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
#main,
.row-eq-height {
  display: flex;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .col-sm-auto,
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-12,
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-4,
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-3,
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-sm-2,
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .col-md-auto,
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-12,
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-4,
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-3,
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-md-2,
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .pt-desktop-x {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .col-lg-auto,
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-12,
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-4,
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-3,
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-lg-2,
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  html .navigation__wrap:hover::after {
    opacity: 1 !important;
    transition-delay: 0s;
  }
  html .navigation__wrap:hover .navigation__logo {
    margin-left: 24px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4,
  legend {
    font-size: 1.5rem;
  }
  .col-xl {
    flex: 1 0 0;
  }
  .col-xl-auto,
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-12,
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-4,
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-3,
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xl-2,
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .col-xxl-auto,
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-12,
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-6,
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-4,
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-3,
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-2,
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .gx-big {
    --bs-gutter-x: 10rem;
  }
}
.order-sm-1,
.order-sm-2,
.order-sm-3,
.order-sm-4 {
  order: unset !important;
}
.page-template-ons-werk .block-projects .container,
.pt-desktop-default,
.pt-mobile-default,
.pt-tablet-default {
  padding-top: 100px;
}
.pb-desktop-default,
.pb-mobile-default,
.pb-tablet-default {
  padding-bottom: 100px;
}
.st-desktop-default,
.st-mobile-default,
.st-tablet-default {
  margin-top: 160px;
}
.sb-desktop-default,
.sb-mobile-default,
.sb-tablet-default {
  margin-bottom: 160px;
}
.block-align-center {
  text-align: center;
  width: 100%;
}
.block-align-left {
  text-align: left;
  width: 100%;
}
.block-align-right {
  text-align: right;
  width: 100%;
}
.align-content-center {
  align-items: center;
}
.align-content-baseline {
  align-items: baseline;
}
.align-content-start {
  align-items: flex-start;
}
.align-content-end {
  align-items: flex-end;
}
.align-content-unset {
  align-items: unset;
}
.fslightbox-slide-btn-container-next {
  padding-right: 10px !important;
}
.fslightbox-slide-btn-container-previous {
  padding-left: 10px !important;
}
.error404 .hd-404 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75vh;
}
.error404 .hd-404 a,
.error404 .hd-404 h1,
.error404 .hd-404 p,
html[data-scroll="0"] body .site-header__is-single--title h1,
html[data-scroll="0"] body .site-header__is-single--title h1 span,
html[data-scroll="0"] body .site-header__is-single--title h3,
html[data-scroll="0"] body .site-header__main--list__item,
html[data-scroll="0"] body .site-header__main--stars span,
html[data-scroll="0"] body .site-header__main--title h1,
html[data-scroll="0"] body .site-header__main--title h2 {
  color: #333;
}
.error404 .hd-404__wrapper {
  text-align: center;
}
.error404 .hd-404__wrapper--link a:hover {
  color: #7e181c;
}
.posts-navigation .page-numbers.next,
.posts-navigation .page-numbers.prev,
body[data-background="bg-lightgrey"] {
  background: #ebeff1;
}
body[data-background="bg-dark"]
  main
  .block-reviews__review-wrap__author--data__name,
body[data-background="bg-dark"] main .block-reviews__review-wrap__text p,
body[data-background="bg-grey"] .ginput_container_checkbox label,
body[data-background="bg-lightgrey"] .block-flow__usp div span,
body[data-background="bg-lightgrey"] .block-flow__usp--text p,
body[data-background="bg-lightgrey"] .block-flow__usp--title,
body[data-background="bg-lightgrey"]
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .gfield
  label:not(.gfield_consent_label).not-empty,
body[data-background="bg-lightgrey"] .ginput_container_checkbox label,
body[data-background="bg-red"]
  main
  .block-reviews__review-wrap__author--data__name,
body[data-background="bg-red"] main .block-reviews__review-wrap__text p {
  color: #333 !important;
}
.block-form__content--form.block-form--default
  .gform_footer
  .btn_text
  .link_title,
body[data-background="bg-dark"] .block-content-image__text .btn_snap2,
body[data-background="bg-dark"] main .block-reviews__content--stars,
body[data-background="bg-dark"] main .gfield--input-type-consent,
body[data-background="bg-dark"] main .ginput_counter,
body[data-background="bg-dark"] main a,
body[data-background="bg-dark"] main h1,
body[data-background="bg-dark"] main h2,
body[data-background="bg-dark"] main h3,
body[data-background="bg-dark"] main h4,
body[data-background="bg-dark"] main h5,
body[data-background="bg-dark"] main h6,
body[data-background="bg-dark"] main li,
body[data-background="bg-dark"] main p,
body[data-background="bg-dark"]
  main
  span:not(.header_animation, .header_animation *),
body[data-background="bg-lightgrey"]
  .block-lets-create
  .block-lets-create__form
  .link_title,
body[data-background="bg-lightgrey"]
  .block-lets-create
  .block-lets-create__form
  input[type="submit"],
body[data-background="bg-lightgrey"]
  .block-reviews
  .block-reviews__cta
  .btn_magnet2Sec,
body[data-background="bg-lightgrey"]
  .block-reviews
  .block-reviews__cta
  .link_title,
body[data-background="bg-none"]
  .block-lets-create
  .text-wrapper
  #gform_submit_button_1,
body[data-background="bg-none"] .block-lets-create__form input[type="submit"],
body[data-background="bg-red"] .block-content-image__text .btn_snap2,
body[data-background="bg-red"] .block-intro__text .btn_snap2,
body[data-background="bg-red"] main .block-reviews__content--stars,
body[data-background="bg-red"] main .gfield--input-type-consent,
body[data-background="bg-red"] main .ginput_counter,
body[data-background="bg-red"] main a,
body[data-background="bg-red"] main h1,
body[data-background="bg-red"] main h2:not(.gform_submission_error),
body[data-background="bg-red"] main h3,
body[data-background="bg-red"] main h4,
body[data-background="bg-red"] main h5,
body[data-background="bg-red"] main h6,
body[data-background="bg-red"] main li,
body[data-background="bg-red"] main p,
body[data-background="bg-red"]
  main
  span:not(
    .link_title,
    .fill-top,
    .gform-icon--circle-error,
    .header_animation,
    .header_animation *,
    .gfield_required,
    .gfield_required *
  ),
html[data-scroll="0"] body main .btn_magnet2Sec,
html[data-scroll="0"] body main .btn_magnet2Sec span {
  color: #fff !important;
}
body[data-background="bg-grey"] .block-services__grid--service-single,
body[data-background="bg-lightgrey"] .block-services__grid--service-single,
body[data-background="bg-none"] .block-services__grid--service-single {
  border-bottom: 1px solid rgba(51, 51, 51, 0.5);
}
body[data-background="bg-lightgrey"]
  .block-services__grid--service-single
  .btn_snap2::after {
  filter: none !important;
}
body[data-background="bg-lightgrey"] .block-lets-create hr {
  border-bottom: 1px solid #333;
}
.cky-preference-center .cky-switch input[aria-label="Disable Analytics"],
.cky-preference-center .cky-switch input[aria-label="Disable Functioneel"],
.cky-preference-center .cky-switch input[aria-label="Uitzetten Analytics"],
.cky-preference-center .cky-switch input[aria-label="Uitzetten Functioneel"],
body[data-background="bg-lightgrey"]
  .block-lets-create
  .block-lets-create__form
  .gform-footer.gform_footer,
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-footer.gform_footer {
  background: #7e181c !important;
}
body[data-background="bg-lightgrey"] .block-faq__wrap--item {
  border-bottom: 1px solid #c7ccd0 !important;
}
body[data-background="bg-grey"] .gf-after-footer .gform_loading_submission,
body[data-background="bg-lightgrey"] .gf-after-footer .gform_loading_submission,
body[data-background="bg-none"] .gf-after-footer .gform_loading_submission {
  border: 4px solid #bebebe !important;
  border-right-color: #7e181c !important;
}
body[data-background="bg-lightgrey"] .block-cta-small__wrapper,
body[data-background="bg-red"] .block-reviews__cta a {
  background: #fff;
}
body[data-background="bg-grey"] {
  background: #c7ccd0;
}
body[data-background="bg-grey"]
  .block-services__grid--service-single
  .btn_snap2::after,
body[data-background="bg-red"] .block-faq__wrap--item__question span::after {
  filter: none !important;
}
body[data-background="bg-grey"] .block-faq__wrap--item {
  border-bottom: 1px solid #333 !important;
}
body[data-background="bg-dark"] {
  background: #181818;
}
body[data-background="bg-dark"] .block-content-image__text .btn_snap2::after,
body[data-background="bg-red"] .block-content-image__text .btn_snap2::after,
body[data-background="bg-red"] .block-intro__text .btn_snap2::after {
  filter: invert(1) brightness(100) !important;
}
body[data-background="bg-dark"]
  .gfield--type-checkbox
  .gfield_label_before_complex,
body[data-background="bg-dark"] .header_animation .fill,
body[data-background="bg-dark"] .site-header__is-single--title h1,
body[data-background="bg-dark"] .site-header__is-single--title h1 span,
body[data-background="bg-dark"] .site-header__is-single--title h3,
body[data-background="bg-dark"] .site-header__main--list__item,
body[data-background="bg-dark"] .site-header__main--stars span,
body[data-background="bg-dark"] .site-header__main--title h1,
body[data-background="bg-dark"] .site-header__main--title h2,
body[data-background="bg-red"]
  .gfield--type-checkbox
  .gfield_label_before_complex,
body[data-background="bg-red"] .header_animation .fill,
body[data-background="bg-red"] .site-header__is-single--title h1,
body[data-background="bg-red"] .site-header__is-single--title h1 span,
body[data-background="bg-red"] .site-header__is-single--title h3,
body[data-background="bg-red"] .site-header__main--list__item,
body[data-background="bg-red"] .site-header__main--stars span,
body[data-background="bg-red"] .site-header__main--title h1,
body[data-background="bg-red"] .site-header__main--title h2,
body[data-background="bg-red"] main .block-lets-create--mail a,
body[data-background="bg-red"] main .block-lets-create--phone a {
  color: #fff;
}
body[data-background="bg-dark"] main .block-reviews__content--button a::after {
  filter: invert(0) brightness(100) !important;
}
body[data-background="bg-dark"] main a:not(.ab-item)::before,
html[data-scroll="0"] body a:not(.ab-item)::before {
  background: #c7ccd0 !important;
}
body[data-background="bg-dark"]
  main
  .block-faq__wrap--item__question
  span:after,
html[data-scroll="0"] body .block-faq__wrap--item__question span:after {
  filter: invert(0) brightness(100);
}
body[data-background="bg-dark"] .header_animation,
body[data-background="bg-red"] .header_animation {
  color: rgba(255, 255, 255, 0.5215686275) !important;
}
body[data-background="bg-dark"] .gf-after-footer .gform_loading_submission {
  border-right-color: #7e181c !important;
}
body[data-background="bg-red"] {
  background: #7e181c;
}
body[data-background="bg-red"] main a:not(.ab-item)::before {
  background: #333 !important;
}
body[data-background="bg-red"] main .gform-body.gform_body input {
  outline: transparent solid 1px !important;
}
body[data-background="bg-red"] main .block-lets-create--mail a::before,
body[data-background="bg-red"] main .block-lets-create--phone a::before {
  background: #333;
}
body[data-background="bg-red"] .block-reviews__cta a::after {
  filter: invert(1) brightness(0);
}
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-checkbox
  .gform-field-label,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-checkbox
  .gform-field-label.not-empty,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-email
  .gform-field-label,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-email
  .gform-field-label.not-empty,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-phone
  .gform-field-label,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-phone
  .gform-field-label.not-empty,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-text
  .gform-field-label,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-text
  .gform-field-label.not-empty,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-textarea
  .gform-field-label,
body[data-background="bg-none"]
  .block-lets-create__form
  .gfield--type-textarea
  .gform-field-label.not-empty,
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .gfield--type-select
  .gfield_label,
body[data-background="bg-red"] .block-reviews__cta a .btn_text span,
html[data-scroll="0"] body .block-reviews__review-wrap__author--data__name,
html[data-scroll="0"] body .block-reviews__review-wrap__text p,
html[data-scroll="0"] body main .block-reviews__content--stars,
html[data-scroll="0"] body main .gfield--input-type-consent,
html[data-scroll="0"] body main .ginput_counter,
html[data-scroll="0"] body main a,
html[data-scroll="0"] body main h1:not(.header_animation),
html[data-scroll="0"] body main h2:not(.header_animation),
html[data-scroll="0"] body main h3:not(.header_animation),
html[data-scroll="0"] body main h4:not(.header_animation),
html[data-scroll="0"] body main h5:not(.header_animation),
html[data-scroll="0"] body main h6:not(.header_animation),
html[data-scroll="0"] body main li,
html[data-scroll="0"] body main p {
  color: #333 !important;
}
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .ginput_container
  input:not([type="checkbox"]),
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .ginput_container
  select,
body[data-background="bg-none"]
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .ginput_container
  textarea {
  outline: #333333 solid 1px !important;
}
body[data-background="bg-none"]
  .block-services__grid--service-single
  .btn_snap2::after {
  filter: none !important;
}
body a,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span {
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
html[data-scroll="0"] body .header_animation {
  color: unset !important;
}
#whatsapp-notification #whatsapp-notification-close:hover::before,
html[data-scroll="0"]
  body
  .block-lets-create__form
  .gform-body.gform_body
  .gform_fields
  .gfield
  label:not(.gfield_consent_label) {
  opacity: 0.8;
}
html body {
  overflow-x: clip;
  overflow-y: scroll;
}
#main {
  min-height: 52vh;
  flex-direction: column;
}
.scroll_offset {
  scroll-margin-top: 7rem;
}
img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.admin-bar .site-header__nav--desktop {
  top: 32px;
}
#wp-admin-bar-hd-need-help .ab-item .ab-icon {
  float: left !important;
  width: 50px !important;
  height: 22px !important;
  margin-left: 5px !important;
  margin-top: 5px !important;
}
@media (min-width: 1600px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1500px;
  }
}
section a:not(.btn, .project-item, .btn_magnet2Sec) {
  color: inherit;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
section a:not(.btn, .project-item, .btn_magnet2Sec)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  height: 100%;
  min-height: 38px;
  width: 30%;
  background: #c7ccd0;
  border-radius: 8px;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}
section a:not(.btn, .project-item, .btn_magnet2Sec):hover::before {
  width: calc(100% + 10px);
}
.header-enabled section:first-of-type {
  padding-top: 100px !important;
}
.header-enabled section:first-of-type.block-lets-create {
  padding-top: 20px !important;
}
.header-disabled section:first-of-type {
  padding-top: 146px;
}
.header-disabled section:first-of-type.block-lets-create {
  padding-top: 20px !important;
}
@media (min-width: 1600px) {
  .gx-big {
    --bs-gutter-x: 12rem;
  }
}
@media (min-width: 1400px) {
  .gx-medium {
    --bs-gutter-x: 6rem;
  }
  .gx-small {
    --bs-gutter-x: 4rem;
  }
}
@media (min-width: 1600px) {
  .gx-medium {
    --bs-gutter-x: 10rem;
  }
}
@media (min-width: 1600px) {
  .gx-small {
    --bs-gutter-x: 6rem;
  }
}
@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1800px;
  }
  .gx-big {
    --bs-gutter-x: 16rem;
  }
  .gx-medium {
    --bs-gutter-x: 12rem;
  }
  .gx-small {
    --bs-gutter-x: 10rem;
  }
}
@media (max-width: 1399.98px) {
  .gx-big {
    --bs-gutter-x: 8rem;
  }
  .gx-medium {
    --bs-gutter-x: 3rem;
  }
  .gx-small {
    --bs-gutter-x: 4rem;
  }
}
#cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 100%;
  will-change: transform;
  z-index: 999;
  mix-blend-mode: difference;
}
#crisp-chatbox {
  z-index: 9 !important;
}
#crisp-chatbox.crisp-chatbox-opened {
  z-index: 10 !important;
}
.btn_background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(101%);
  transition: 0.75s cubic-bezier(0.4, 0, 0, 1);
  border-radius: 50% 50% 0 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.grecaptcha-badge {
  visibility: hidden !important;
  display: none !important;
}
::selection {
  background: #7e181c;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #7e181c;
  color: #fff;
  text-shadow: none;
}
.header_animation {
  color: rgba(0, 0, 0, 0.18) !important;
}
.header_animation .line {
  display: block;
  position: relative;
  overflow: visible;
  line-height: inherit;
  text-align: inherit;
}
.header_animation .base {
  display: inline;
  font: inherit;
  letter-spacing: inherit;
}
.header_animation .fill {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: inherit;
  color: #333;
  --p: 0%;
  clip-path: inset(0 calc(100% - var(--p)) 0 0);
  will-change: clip-path;
  pointer-events: none;
  white-space: pre;
  font: inherit;
  letter-spacing: inherit;
}
@media screen and (max-width: 500px) {
  .header_animation .fill {
    white-space: normal;
  }
}
.posts-navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 991.5px) {
  .posts-navigation a {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .posts-navigation a {
    font-size: calc((1.4375rem + 2rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .posts-navigation a {
    font-size: 2rem;
  }
}
.posts-navigation a {
  align-items: center !important;
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
.posts-navigation .page-numbers {
  background: #c7ccd0;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.posts-navigation .page-numbers.current,
.posts-navigation .page-numbers:hover {
  background: #7e181c;
  color: #fff;
}
.posts-navigation .page-numbers.current *:hover,
.posts-navigation .page-numbers.current:hover {
  cursor: not-allowed;
}
.posts-navigation .page-numbers.prev::after {
  transform: rotate(180deg);
}
.card-overlay,
.posts-navigation .page-numbers.next:hover,
.posts-navigation .page-numbers.prev:hover {
  background: #000;
}
.posts-navigation .page-numbers.next::after,
.posts-navigation .page-numbers.prev::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-template-ons-werk .block-projects {
  padding-top: 0;
}
.hamburger {
  padding: 15px;
  display: inline-block;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  margin-top: 4px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.block-content-image__image img,
.block-faq__wrap--item__question span,
.block-faq__wrap--item__question span::after,
.hd-content__image--img,
.hd-content__image--lightbox img,
.hd-content__image--lightboxvideo::before {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-inner::after,
.hamburger-inner::before {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.post-type-archive-project .site-header__is-single--title h3 {
  font-weight: 300;
}
.post-type-archive-project .block-projects {
  padding: 100px 0 60px;
}
.article-list a,
.block-projects a,
.block-team a,
.hd-content a:not(.btn):hover,
.post-type-archive-project .block-projects .project-item {
  text-decoration: none;
}
.post-type-archive-project .block-projects .project-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.post-type-archive-project .block-reviews__masonry {
  -moz-column-count: 0;
  column-count: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 120px 0;
}
.post-type-archive-project .block-reviews__masonry .block-reviews__review-wrap {
  background: #ebeff1;
  display: block;
}
@media (max-width: 1199.98px) {
  .header-enabled section:first-of-type {
    padding-top: 40px !important;
  }
  .gx-medium,
  .gx-small {
    --bs-gutter-x: 1.5rem;
  }
  .post-type-archive-project .block-reviews__masonry {
    grid-template-columns: 1fr 1fr;
  }
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--1 {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .pt-tablet-x {
    padding-top: 0;
  }
  .pb-tablet-x {
    padding-bottom: 0;
  }
  .pt-tablet-s {
    padding-top: calc(100px - 80px);
  }
  .pb-tablet-s {
    padding-bottom: calc(100px - 80px);
  }
  .pt-tablet-m {
    padding-top: calc(100px - 40px);
  }
  .pb-tablet-m {
    padding-bottom: calc(100px - 40px);
  }
  .pt-tablet-l {
    padding-top: calc(100px + 40px);
  }
  .pb-tablet-l {
    padding-bottom: calc(100px + 40px);
  }
  .pt-tablet-xl {
    padding-top: calc(100px + 80px);
  }
  .pb-tablet-xl {
    padding-bottom: calc(100px + 80px);
  }
  .st-tablet-x {
    margin-top: 0;
  }
  .sb-tablet-x {
    margin-bottom: 0;
  }
  .st-tablet-s {
    margin-top: calc(160px - 120px);
  }
  .sb-tablet-s {
    margin-bottom: calc(160px - 120px);
  }
  .st-tablet-m {
    margin-top: calc(160px - 60px);
  }
  .sb-tablet-m {
    margin-bottom: calc(160px - 60px);
  }
  .st-tablet-l {
    margin-top: calc(160px + 60px);
  }
  .sb-tablet-l {
    margin-bottom: calc(160px + 60px);
  }
  .st-tablet-xl {
    margin-top: calc(160px + 120px);
  }
  .sb-tablet-xl {
    margin-bottom: calc(160px + 120px);
  }
  .row-eq-height {
    display: block;
  }
  section a:not(.btn, .project-item, .btn_magnet2Sec)::before {
    min-height: unset;
    height: 90%;
  }
  .gx-big {
    --bs-gutter-x: 1.5rem;
  }
  #cursor-dot {
    display: none;
  }
  .page-template-ons-werk .block-projects .container {
    padding-top: 80px;
  }
  .post-type-archive-project .block-reviews__masonry {
    grid-template-columns: 1fr;
  }
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--1 {
    margin-top: 0;
  }
}
.post-type-archive-project
  .block-reviews__masonry
  .block-reviews__review-wrap--2 {
  margin-top: 80px;
}
.post-type-archive-project
  .block-reviews__masonry
  .block-reviews__review-wrap--3 {
  margin-top: 0;
}
.post-type-archive-project
  .block-reviews__masonry
  .block-reviews__review-wrap--4 {
  display: none;
}
.post-type-archive-project .block-intro,
.post-type-archive-project .block-lets-create {
  padding: 60px 0;
}
.block-content-image,
.block-intro {
  padding: 100px 0;
  color: #333;
  overflow: clip;
}
.block-content-image .row:not(:last-of-type) {
  margin-bottom: 148px;
}
.block-form__content--form
  form
  .gform_page_footer
  .gform_previous_button_wrapper,
.single-project .project-content__images--masonry__item:nth-of-type(2n + 1) {
  order: 1;
}
.block-content-image__text .visual-h1,
.block-content-image__text .visual-h2,
.block-content-image__text .visual-h3,
.block-content-image__text .visual-h4,
.block-content-image__text .visual-h5,
.block-content-image__text .visual-h6,
.block-content-image__text h1,
.block-content-image__text h2,
.block-content-image__text h3,
.block-content-image__text h4,
.block-content-image__text h5,
.block-content-image__text h6 {
  margin-bottom: 24px;
}
.block-content-image__text p {
  z-index: 1;
  position: relative;
}
.block-content-image__text p:not([class^="visual-"]) {
  font-size: clamp(
    1rem,
    0.8360426009rem + 0.8071748879vw,
    1.5625rem
  ) !important;
}
.block-content-image__text .btn_magnet2Sec {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
}
.block-content-image__text--below-button {
  margin-top: 16px;
}
.block-content-image__text--below-button,
.block-content-image__text--below-button * {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
.block-content-image__image {
  overflow: clip;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.block-content-image__image img {
  max-width: 100%;
  height: auto;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.hd-content {
  position: relative;
  z-index: 1;
}
.hd-content a:not(.btn) {
  color: #000;
}
.hd-content__paragraph {
  z-index: 5;
  position: relative;
}
.hd-content__paragraph p img {
  width: auto !important;
  height: auto !important;
}
.hd-content__paragraph details summary {
  font-weight: 700;
  padding: 4px 0;
}
.hd-content__paragraph details summary > * {
  display: inline;
}
.hd-content__element {
  width: 100%;
}
.hd-content__embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.hd-content__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hd-content__image {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 8px;
}
.hd-content__image--lightbox img:hover {
  transform: scale(1.2);
}
.hd-content__image--lightboxvideo::before {
  content: url(../../images/svg/logo-youtube-embed.svg);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hd-content__image--lightboxvideo:hover:before {
  filter: brightness(80%) invert(0);
}
.hd-content__image--img {
  height: auto;
  width: 100%;
  opacity: 0;
}
.hd-content__image--wrapper,
article .overlay {
  overflow: hidden;
}
.hd-content__image--label {
  font-style: italic;
  font-size: 0.875rem;
  margin-top: 2px;
}
.hd-content__dev-tab {
  background: #333;
  border-radius: 8px;
  color: #fff;
  padding: 12px 24px;
  position: absolute;
  top: -48px;
  left: 12px;
  opacity: 0.5;
  z-index: 999;
}
.block-lets-create,
.block-reviews,
.block-slider,
.block-team {
  padding: 100px 0;
  overflow: clip;
}
.block-lets-create hr {
  margin: 120px 0;
  border-bottom: 1px solid #fff;
  opacity: 0.1;
  z-index: -1;
  position: relative;
}
.block-lets-create__title {
  margin-bottom: 16px;
}
.block-lets-create__title span {
  line-height: 100%;
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
}
.block-lets-create__content
  p:not(
    .visual-h1,
    .visual-h2,
    .visual-h3,
    .visual-h4,
    .visual-h5,
    .visual-h6
  ) {
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.75rem;
}
.block-lets-create__content--images {
  position: relative;
  margin-top: 36px;
}
.block-lets-create__content--images__1 {
  left: -19px;
  transform: rotate(-6deg);
}
@media (max-width: 991.98px) {
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--2 {
    margin-top: 0;
  }
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--3,
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--4 {
    margin-bottom: 0;
  }
  .block-content-image,
  .block-lets-create {
    padding: 80px 0;
  }
  .block-content-image .row {
    row-gap: 74px;
  }
  .hd-content .mobile-column-spacing .order-sm-2,
  .hd-content .mobile-column-spacing .order-sm-3,
  .hd-content .mobile-column-spacing .order-sm-4,
  .hd-content .mobile-column-spacing.no-order:not(:last-of-type),
  .hd-content .mobile-column-spacing.order-sm-1 {
    margin-bottom: 48px;
  }
  .block-lets-create hr {
    margin: 60px 0;
  }
  .block-lets-create__title span {
    line-height: 130%;
  }
  .block-lets-create__content--images {
    height: 240px;
  }
  .block-lets-create__content--images__1 {
    left: -190px;
  }
}
.block-lets-create__content--images__2 {
  left: 134px;
  top: 20px;
  transform: rotate(3deg);
}
.block-lets-create__content--images img {
  position: absolute;
  width: 181px;
  height: 181px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 8px;
  box-shadow:
    0 3.64px 7.279px 0 rgba(0, 0, 0, 0.15),
    0 13.102px 13.102px 0 rgba(0, 0, 0, 0.13),
    0 29.844px 17.47px 0 rgba(0, 0, 0, 0.08),
    0 53.137px 21.109px 0 rgba(0, 0, 0, 0.02),
    0 82.253px 23.293px 0 transparent;
}
.block-lets-create__form .gform_footer.top_label {
  margin: 32px 0 0 !important;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 4;
  padding: 0 !important;
}
.block-lets-create__form .gform_footer.top_label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  outline: 0 !important;
  margin: 0 !important;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  background: 0 0 !important;
}
.block-lets-create__form .gform_footer.top_label input[type="submit"] {
  padding: 21px 61px !important;
}
@media (max-width: 991.98px) {
  .block-lets-create__content--images__2 {
    left: 180px;
  }
  .block-lets-create__content--images__1,
  .block-lets-create__content--images__2 {
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .block-lets-create__form .gform_footer.top_label input[type="submit"] {
    padding: 18px 48px !important;
  }
}
.block-lets-create__form .gform_footer.top_label::after {
  right: 47px !important;
}
@media (max-width: 991.98px) {
  .block-lets-create__form .gform_footer.top_label::after {
    right: 34px !important;
  }
}
.block-lets-create__form #gform_wrapper_2 .gf-after-footer {
  left: 260px !important;
}
.block-lets-create__form #gform_wrapper_1 .gf-after-footer {
  left: 196px !important;
}
.block-jobs__wrapper,
.block-lets-create--mail,
.block-lets-create--phone {
  display: grid;
}
.block-lets-create--mail p,
.block-lets-create--phone p {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}
.block-lets-create--mail a,
.block-lets-create--phone a {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  z-index: 1;
  position: relative;
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
}
@media only screen and (max-width: 991.5px) {
  .block-content-image__text p:not([class^="visual-"]) {
    font-size: 1rem;
  }
  .block-lets-create--mail a,
  .block-lets-create--phone a,
  .block-lets-create__title span {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-content-image__text p:not([class^="visual-"]) {
    font-size: calc((1rem + 1.5625rem) / 2);
  }
  .block-lets-create--mail a,
  .block-lets-create--phone a,
  .block-lets-create__title span {
    font-size: calc((1.875rem + 3.125rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-content-image__text p:not([class^="visual-"]) {
    font-size: 1.5625rem;
  }
  .block-lets-create--mail a,
  .block-lets-create--phone a,
  .block-lets-create__title span {
    font-size: 3.125rem;
  }
}
@media (max-width: 991.98px) {
  .block-lets-create--mail a,
  .block-lets-create--phone a {
    line-height: 130%;
  }
  .block-lets-create--phone {
    margin-top: 48px;
  }
}
.block-lets-create--info {
  margin-top: 120px;
}
.block-lets-create--info .address,
.block-lets-create--info .btw-kvk,
.block-lets-create--info .find-us {
  display: block;
}
.block-lets-create--info .find-us {
  font-weight: 700;
  font-size: clamp(
    1.6875rem,
    1.4506726457rem + 1.1659192825vw,
    2.5rem
  ) !important;
  line-height: 120%;
}
@media only screen and (max-width: 991.5px) {
  .block-lets-create--info .find-us {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-lets-create--info .find-us {
    font-size: calc((1.6875rem + 2.5rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-lets-create--info .find-us {
    font-size: 2.5rem;
  }
}
.block-lets-create--info .address {
  font-size: clamp(
    1.4375rem,
    1.2735426009rem + 0.8071748879vw,
    2rem
  ) !important;
}
@media only screen and (max-width: 991.5px) {
  .block-lets-create--info .address {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-lets-create--info .address {
    font-size: calc((1.4375rem + 2rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-lets-create--info .address {
    font-size: 2rem;
  }
}
.block-lets-create--info .btw-kvk {
  font-size: clamp(
    1rem,
    0.8360426009rem + 0.8071748879vw,
    1.5625rem
  ) !important;
}
.block-lets-create .gfield--type-consent,
.block-lets-create .gfield--type-consent legend,
.block-lets-create .gfield_consent_label a,
.block-lets-create .ginput_counter,
.block-lets-create p a {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}
.block-lets-create .gfield--type-consent legend::before,
.block-lets-create .gfield--type-consent::before,
.block-lets-create .gfield_consent_label a::before,
.block-lets-create .ginput_counter::before,
.block-lets-create p a::before {
  height: 90% !important;
  min-height: unset !important;
}
.block-lets-create .gfield--type-consent .ginput_container_consent,
.block-lets-create .gfield--type-consent legend {
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-cta-small {
  padding: 40px 0;
}
.block-cta-small__wrapper {
  display: flex;
  align-items: center;
  gap: 74px;
  padding: 60px 80px;
  border-radius: 8px;
  background: #ebeff1;
  transition: background 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-cta-small__wrapper--image {
  overflow: clip;
  border-radius: 1000px;
  width: 250px;
  height: 250px;
}
@media (max-width: 1399.98px) {
  .block-lets-create--info .btw-kvk {
    display: grid;
  }
  .block-lets-create--info .btw-kvk .seperator {
    display: none;
  }
  .block-cta-small__wrapper {
    gap: 50px;
    padding: 50px 60px;
  }
  .block-cta-small__wrapper--image {
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .block-lets-create--info {
    margin-top: 60px;
  }
  .block-lets-create .gfield--type-consent .ginput_container_consent,
  .block-lets-create .gfield--type-consent .ginput_container_consent a,
  .block-lets-create .gfield--type-consent legend,
  .block-lets-create .gfield--type-consent legend a {
    font-size: 1rem !important;
    line-height: 1.625rem;
  }
  .block-cta-small__wrapper {
    flex-direction: column;
    gap: 37px;
    padding: 30px 40px;
  }
  .block-cta-small__wrapper--image {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-cta-small__wrapper--image img {
  width: 250px;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 1399.98px) {
  .block-cta-small__wrapper--image img {
    width: 150px;
    height: 150px;
  }
}
.block-cta-small__wrapper--content__wysiwyg p:not(.visual-h4),
.block-form__content--text li,
.block-form__content--text p:not([class^="visual-"]),
.block-form__content--text ul,
.visual-h6,
h6 {
  font-size: clamp(1rem, 0.9271300448rem + 0.3587443946vw, 1.25rem) !important;
}
.block-cta-small__wrapper--content__links {
  margin-top: 44px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.block-cta-small__wrapper--content__links .call-us,
.block-cta-small__wrapper--content__links .call-us * {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}
.block-faq,
.block-jobs,
.block-projects,
.block-seo,
.block-services {
  padding: 100px 0;
}
.block-faq__title span {
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
}
.block-faq__wrap {
  display: block;
  border-radius: 10px;
  text-align: left;
  width: 100%;
}
.block-faq__wrap--item {
  background: 0 0;
  border: 0;
  padding: 32px 0;
  border-bottom: 1px solid #c7ccd0;
  width: 100%;
}
.block-faq__wrap--item__question {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  text-align: left;
  width: 100%;
}
.block-faq__wrap--item__question span {
  padding: 0 32px 0 0;
  margin: 0;
  position: relative;
  font-weight: 600;
  display: block;
  font-size: clamp(
    0.9375rem,
    0.7553251121rem + 0.8968609865vw,
    1.5625rem
  ) !important;
  color: #333;
}
@media only screen and (max-width: 991.5px) {
  .block-cta-small__wrapper--content__wysiwyg p:not(.visual-h4),
  .block-lets-create--info .btw-kvk {
    font-size: 1rem;
  }
  .block-faq__title span {
    font-size: 1.875rem;
  }
  .block-faq__wrap--item__question span {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-lets-create--info .btw-kvk {
    font-size: calc((1rem + 1.5625rem) / 2);
  }
  .block-cta-small__wrapper--content__wysiwyg p:not(.visual-h4) {
    font-size: calc((1rem + 1.25rem) / 2);
  }
  .block-faq__title span {
    font-size: calc((1.875rem + 3.125rem) / 2);
  }
  .block-faq__wrap--item__question span {
    font-size: calc((0.9375rem + 1.5625rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-faq__wrap--item__question span,
  .block-lets-create--info .btw-kvk {
    font-size: 1.5625rem;
  }
  .block-cta-small__wrapper--content__wysiwyg p:not(.visual-h4) {
    font-size: 1.25rem;
  }
  .block-faq__title span {
    font-size: 3.125rem;
  }
}
.block-faq__wrap--item__question span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 21px;
  height: 21px;
  background-image: url(../../images/svg/icon-plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(1) brightness(0);
}
.block-faq__wrap--item__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.block-faq__wrap--item__answer--text a,
.block-faq__wrap--item__answer--text ol li,
.block-faq__wrap--item__answer--text p,
.block-faq__wrap--item__answer--text ul li {
  font-size: clamp(1rem, 0.9635650224rem + 0.1793721973vw, 1.125rem) !important;
  line-height: 1.8;
  color: #333;
}
.block-faq__wrap--item__answer--text a {
  text-decoration: none !important;
}
.block-faq__wrap--item__answer--text a::before {
  min-height: unset !important;
}
.block-faq__wrap--item__active .block-faq__wrap--item__answer {
  max-height: 400px;
  opacity: 1;
  margin-top: 8px;
}
.block-faq__wrap--item__active .block-faq__wrap--item__question span::after {
  background-image: url(../../images/svg/icon-min.svg);
  transform: rotate(180deg);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-faq__wrap--item__active .block-faq__wrap--item__question span span {
  margin: 10px;
}
.block-flow,
.block-usps {
  padding: 100px 0;
  overflow: clip;
  position: relative;
  z-index: 2;
}
.block-flow__title,
.block-seo .seo-item__title > * {
  margin-bottom: 40px;
}
.block-flow__title span {
  font-size: clamp(
    1.5625rem,
    1.1070627803rem + 2.2421524664vw,
    3.125rem
  ) !important;
  font-weight: 400;
}
.block-flow__usp {
  display: flex;
  padding: 80px 0;
  border-bottom: 1px solid #333;
}
.block-flow__usp .number-wrap .number {
  width: 140px;
}
.block-flow__usp .number {
  font-size: clamp(
    2.5rem,
    1.4069506726rem + 5.3811659193vw,
    6.25rem
  ) !important;
  font-weight: 700;
  margin-top: -28px;
  display: block;
}
.block-flow__usp--link .number,
.block-flow__usp--text,
.block-flow__usp--title {
  color: #ebeff1;
}
.block-flow__usp--title {
  font-size: clamp(
    1.6875rem,
    1.4506726457rem + 1.1659192825vw,
    2.5rem
  ) !important;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.2;
}
.block-flow__usp--text p {
  margin: 0;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 160% !important;
}
.block-flow__usp--text.different p {
  font-size: 2rem !important;
  font-weight: 400;
  line-height: 2.75rem !important;
}
@media (max-width: 991.98px) {
  .block-faq,
  .block-flow {
    padding: 80px 0;
  }
  .block-faq__title span {
    line-height: 130%;
  }
  .block-flow .row {
    row-gap: 60px;
  }
  .block-flow .row.gx-big {
    --bs-gutter-x: 4rem;
  }
  .block-flow__title {
    margin-bottom: 20px;
  }
  .block-flow__usp {
    padding: 40px 0;
  }
  .block-flow__usp .number-wrap .number {
    width: 100%;
  }
  .block-flow__usp .number {
    margin-top: 0;
  }
  .block-flow__usp--text.different p {
    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
  }
}
.block-flow__usp--link a,
.single-project .project-content__problem--answer__button a,
.single-project .project-content__problem--question__button a {
  background-color: transparent !important;
  border: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  position: relative;
  text-decoration: none;
  padding: 0;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  overflow: visible;
}
.block-flow__usp--link a::before,
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice
  .gfield-choice-image-wrapper::before,
.block-form__content--form form .gform_page.step-cutscene .gform_page_footer {
  display: none;
}
.block-flow__usp--link a::after {
  right: -28px;
}
.block-form,
.single-project .project-content__customer-review {
  padding: 160px 0;
}
@media only screen and (max-width: 991.5px) {
  .block-faq__wrap--item__answer--text a,
  .block-faq__wrap--item__answer--text ol li,
  .block-faq__wrap--item__answer--text p,
  .block-faq__wrap--item__answer--text ul li,
  .block-form__content--text li,
  .block-form__content--text p:not([class^="visual-"]),
  .block-form__content--text ul {
    font-size: 1rem;
  }
  .block-flow__title span {
    font-size: 1.5625rem;
  }
  .block-flow__usp .number {
    font-size: 2.5rem;
  }
  .block-flow__usp--title {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-faq__wrap--item__answer--text a,
  .block-faq__wrap--item__answer--text ol li,
  .block-faq__wrap--item__answer--text p,
  .block-faq__wrap--item__answer--text ul li {
    font-size: calc((1rem + 1.125rem) / 2);
  }
  .block-flow__title span {
    font-size: calc((1.5625rem + 3.125rem) / 2);
  }
  .block-flow__usp .number {
    font-size: calc((2.5rem + 6.25rem) / 2);
  }
  .block-flow__usp--title {
    font-size: calc((1.6875rem + 2.5rem) / 2);
  }
  .block-form__content--text li,
  .block-form__content--text p:not([class^="visual-"]),
  .block-form__content--text ul {
    font-size: calc((1rem + 1.25rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-faq__wrap--item__answer--text a,
  .block-faq__wrap--item__answer--text ol li,
  .block-faq__wrap--item__answer--text p,
  .block-faq__wrap--item__answer--text ul li {
    font-size: 1.125rem;
  }
  .block-flow__title span {
    font-size: 3.125rem;
  }
  .block-flow__usp .number {
    font-size: 6.25rem;
  }
  .block-flow__usp--title {
    font-size: 2.5rem;
  }
  .block-form__content--text li,
  .block-form__content--text p:not([class^="visual-"]),
  .block-form__content--text ul {
    font-size: 1.25rem;
  }
}
.block-form__content--text ol,
.block-form__content--text ul {
  margin-top: 1em;
  margin-bottom: 0;
}
.block-form__content--text a,
.block-form__content--text li,
.block-form__content--text ol,
.block-form__content--text p,
.block-form__content--text ul {
  line-height: 1.5;
}
.block-form__content--button {
  display: none;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .block-form__content--button {
    display: block;
  }
  .block-form__content--stars {
    margin-top: 40px;
  }
}
.block-form__content--review {
  margin-top: 40px;
  padding: 40px;
  outline: #ebeff1 solid 1px;
  border-radius: 4px;
  display: grid;
  gap: 24px;
}
.block-form__content--review__logo img {
  width: 100px;
  height: auto;
}
.block-form__content--review__text li,
.block-form__content--review__text ol,
.block-form__content--review__text p:not([class^="visual-"]),
.block-form__content--review__text ul {
  font-size: clamp(1rem, 0.9635650224rem + 0.1793721973vw, 1.125rem) !important;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 991.5px) {
  .block-form__content--review__text li,
  .block-form__content--review__text ol,
  .block-form__content--review__text p:not([class^="visual-"]),
  .block-form__content--review__text ul {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-form__content--review__text li,
  .block-form__content--review__text ol,
  .block-form__content--review__text p:not([class^="visual-"]),
  .block-form__content--review__text ul {
    font-size: calc((1rem + 1.125rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-form__content--review__text li,
  .block-form__content--review__text ol,
  .block-form__content--review__text p:not([class^="visual-"]),
  .block-form__content--review__text ul {
    font-size: 1.125rem;
  }
}
.block-form__content--review__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.block-form__content--review__author img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.block-form__content--stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
}
.block-form__content--stars span {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.block-form__content--form {
  padding: 40px;
  background: #ebeff1;
  border-radius: 16px;
}
.block-form__content--form.block-form--default .gform_footer {
  background: #7e181c !important;
  margin-top: 32px !important;
  padding: 0 !important;
  width: -moz-fit-content;
  width: fit-content;
}
.block-form__content--form.block-form--default .gform_footer::after {
  right: 47px !important;
  filter: brightness(0) invert(1) !important;
}
@media (max-width: 767.98px) {
  .block-content-image .row .order-2,
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .pt-mobile-x {
    padding-top: 0;
  }
  .pb-mobile-x {
    padding-bottom: 0;
  }
  .pt-mobile-s {
    padding-top: calc(100px - 80px);
  }
  .pb-mobile-s {
    padding-bottom: calc(100px - 80px);
  }
  .pt-mobile-m {
    padding-top: calc(100px - 40px);
  }
  .pb-mobile-m {
    padding-bottom: calc(100px - 40px);
  }
  .pt-mobile-l {
    padding-top: calc(100px + 40px);
  }
  .pb-mobile-l {
    padding-bottom: calc(100px + 40px);
  }
  .pt-mobile-xl {
    padding-top: calc(100px + 80px);
  }
  .pb-mobile-xl {
    padding-bottom: calc(100px + 80px);
  }
  .st-mobile-x {
    margin-top: 0;
  }
  .sb-mobile-x {
    margin-bottom: 0;
  }
  .st-mobile-s {
    margin-top: calc(160px - 120px);
  }
  .sb-mobile-s {
    margin-bottom: calc(160px - 120px);
  }
  .st-mobile-m {
    margin-top: calc(160px - 60px);
  }
  .sb-mobile-m {
    margin-bottom: calc(160px - 60px);
  }
  .st-mobile-l {
    margin-top: calc(160px + 60px);
  }
  .sb-mobile-l {
    margin-bottom: calc(160px + 60px);
  }
  .st-mobile-xl {
    margin-top: calc(160px + 120px);
  }
  .sb-mobile-xl {
    margin-bottom: calc(160px + 120px);
  }
  .posts-navigation {
    gap: 12px;
  }
  .block-content-image__image,
  .block-content-image__image img {
    width: 100%;
  }
  .block-lets-create--mail a,
  .block-lets-create--phone a {
    font-size: 2rem;
    line-height: 2.875rem;
  }
  .block-cta-small__wrapper--image,
  .block-cta-small__wrapper--image img {
    width: 75px;
    height: 75px;
  }
  .block-cta-small__wrapper--content__links {
    flex-direction: column;
    align-items: center;
  }
  .block-form__content--form {
    padding: 24px;
  }
  .block-form__content--form.block-form--default .gform_footer::after {
    right: 34px !important;
  }
}
.block-form__content--form.block-form--default .gform_footer .gform_button {
  margin: 0;
  padding: 21px 61px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .block-form__content--form.block-form--default .gform_footer .gform_button {
    padding: 18px 48px;
  }
}
.block-form__content--form .hd-gf-progress-title {
  margin-bottom: 12px !important;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  max-height: 50px;
  color: #333;
  overflow: clip;
  font-size: 1rem !important;
  line-height: 1.5rem;
}
.block-form__content--form .hd-gf-progress-title.hide-title,
.block-form__content--form__micro-copy.hide-element {
  max-height: 0;
}
.block-form__content--form form .gfield--type-image_choice .gfield_radio {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice {
  text-align: center;
  justify-content: center;
  background: #fff;
  padding: 32px 24px;
  border-radius: 8px;
  border: 2px solid #c7ccd0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  max-inline-size: 100% !important;
  min-inline-size: unset !important;
  inline-size: 100% !important;
  margin-bottom: 0 !important;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice:where(:has(input:checked)) {
  border-color: #7e181c;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice:where(:has(input:checked))::after {
  opacity: 1 !important;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice::after,
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice::before {
  content: "";
  width: 20px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  filter: unset;
  position: absolute;
  border-radius: 0;
  inset-block-start: 10px;
  inset-inline-end: 10px;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice::before {
  background-image: url(../../images/svg/icon-check-lightgrey.svg);
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice::after {
  background-image: url(../../images/svg/icon-check-red.svg);
  opacity: 0;
  z-index: 1;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice
  .gfield-choice-image-wrapper {
  aspect-ratio: unset;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice
  .gfield-choice-image-wrapper
  img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice
  .gfield-image-choice-wrapper-inner
  .gfield-choice-input,
.block-projects
  .project-item.project-item-in-viewport
  .block-projects__project-wrapper--visual__circle,
.cky-preference-center .cky-footer-wrapper .cky-footer-shadow,
.gform_wrapper .gfield--type-captcha,
.gform_wrapper .gfield_validation_message,
.gform_wrapper .gform-ajax-spinner,
.gform_wrapper .gform-loader,
.gform_wrapper .gform_ajax_spinner,
.gform_wrapper .gform_heading,
.gform_wrapper .validation_message,
.gform_wrapper.gravity-theme .gfield--type-captcha,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .gform-ajax-spinner,
.gform_wrapper.gravity-theme .gform-loader,
.gform_wrapper.gravity-theme .gform_ajax_spinner,
.gform_wrapper.gravity-theme .gform_heading,
.gform_wrapper.gravity-theme .validation_message,
.gravity-theme .gfield--type-captcha,
.gravity-theme .gfield_validation_message,
.gravity-theme .gform-ajax-spinner,
.gravity-theme .gform-loader,
.gravity-theme .gform_ajax_spinner,
.gravity-theme .gform_heading,
.gravity-theme .validation_message,
div[data-cky-tag="detail-powered-by"] {
  display: none !important;
}
.block-form__content--form
  form
  .gfield--type-image_choice
  .gfield_radio
  .gchoice
  .gfield-image-choice-wrapper-inner
  label {
  font-weight: 700;
}
.block-form__content--form form .gform_page {
  opacity: 0;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: block !important;
  height: 100%;
  max-height: 0;
  overflow: clip;
}
.block-form__content--form form .gform_page .gform_page_fields {
  width: calc(100% - 2px);
  margin-left: 1px;
}
.block-form__content--form form .gform_page.is-current {
  opacity: 1;
  max-height: 2000px;
}
.block-form__content--form
  form
  .gform_page.step-cutscene
  .cutscene-title::after {
  content: "";
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  background-image: url(../../images/svg/hd-loader.svg);
  margin-left: auto;
  margin-right: auto;
}
.block-form__content--form form .gform_page_footer {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: start;
  margin-top: 0 !important;
}
@media (max-width: 575.98px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }
  .block-lets-create__form .gform_footer.top_label input[type="submit"] {
    padding: 18px 32px !important;
  }
  .block-form__content--form.block-form--default .gform_footer::after,
  .block-lets-create__form .gform_footer.top_label::after {
    right: 18px !important;
  }
  .block-form__content--form.block-form--default .gform_footer .gform_button {
    padding: 18px 32px;
  }
  .block-form__content--form form .gform_page_footer {
    flex-wrap: wrap;
  }
}
.block-form__content--form form .gform_page_footer input {
  margin-bottom: 0 !important;
  padding: 18px 40px;
  background: #7e181c;
  color: #fff;
  border-radius: 100px !important;
  font-weight: 700;
}
.block-form__content--form
  form
  .gform_page_footer
  .gform_previous_button_wrapper
  input {
  color: #c7ccd0 !important;
  background-color: #c7ccd0 !important;
  background-image: url(../../images/svg/icon-arrow-back.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 64px;
  height: 64px;
  padding: 0;
}
.block-form__content--form form .gform_page_footer .gform_next_button_wrapper,
.hd-nieuws a,
.hd-nieuws__title {
  position: relative;
}
.block-form__content--form
  form
  .gform_page_footer
  .gform_next_button_wrapper
  input {
  padding-right: 60px;
}
.block-form__content--form
  form
  .gform_page_footer
  .gform_next_button_wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: cover;
  background-position: center center;
  filter: brightness(0) invert(1);
  width: 12px;
  height: 12px;
  pointer-events: none;
}
.block-form__content--form form .gfield_consent_label a {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  z-index: 1;
}
.block-form__content--form form .gfield_consent_label a::before {
  background: #fff;
}
.block-form__content--form
  form
  .gfield--type-consent
  .ginput_container_consent {
  display: flex !important;
  gap: 6px;
}
.block-form__content--form
  form
  .gfield--type-consent
  .ginput_container_consent
  input[type="checkbox"] {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 0.25em;
  transition:
    background-color 0.15s ease-in-out,
    background-position 0.35s;
}
.block-form__content--form
  form
  .gfield--type-consent
  .ginput_container_consent
  input[type="checkbox"]:checked,
.gform_wrapper .gform_fields .ginput_container input[type="checkbox"]:checked,
.gform_wrapper.gravity-theme
  .gform_fields
  .ginput_container
  input[type="checkbox"]:checked,
.gravity-theme .gform_fields .ginput_container input[type="checkbox"]:checked {
  background-color: #333;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.block-form__content--form
  form
  .gfield--type-consent
  .ginput_container_consent
  .gfield_consent_label
  a::before {
  height: 90% !important;
  min-height: unset !important;
}
.block-form__content--form
  form
  .ginput_container
  input:not([type="checkbox"], [type="radio"]),
.block-form__content--form form .ginput_container select,
.block-form__content--form form .ginput_container textarea {
  padding: 26px 24px 14px !important;
}
.block-form__content--form__micro-copy {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  max-height: 50px;
  overflow: clip;
}
.block-intro .container .col-12 .block-intro__images--list a img,
.block-jobs__wrapper--job__link,
.block-jobs__wrapper--job__link--text::after,
.gform_wrapper .gform_fields .ginput_counter,
.gform_wrapper.gravity-theme .gform_fields .ginput_counter,
.gravity-theme .gform_fields .ginput_counter,
.hd-nieuws__image img,
.mobile-menu__sub-menu--1,
.mobile-menu__sub-menu--2,
article {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-form__content--form__micro-copy * {
  font-size: 1rem !important;
  line-height: 1.75rem !important;
}
.block-form__content--usps {
  display: grid;
  gap: 8px;
  margin-top: 40px;
}
.block-form__content--usps__item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.block-intro__text,
.block-intro__title {
  margin-bottom: 120px;
}
.block-intro__title h2,
.block-seo .seo-item .read-more a {
  font-weight: 400;
}
.block-intro__title p {
  margin-bottom: 0;
}
.block-intro__row-title--1 {
  font-size: 3.125rem !important;
  line-height: 3.625rem !important;
}
.block-intro__text p {
  z-index: 1;
  position: relative;
}
.block-intro__text .btn_snap2 {
  background-color: transparent !important;
  border: none !important;
  outline: 0 !important;
  border-radius: 0 !important;
  position: relative;
  color: #333 !important;
  text-decoration: none;
  padding: 0;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  display: flex !important;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  overflow: visible;
}
.block-intro .container .col-12 .block-intro__images--list a::before,
.block-jobs__wrapper--job__link::before {
  display: none;
}
.block-intro__text .btn_snap2::after {
  right: -28px !important;
  filter: none !important;
}
.block-intro .container .col-12 .block-intro__images--list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.block-intro .container .col-12 .block-intro__images--list a:hover img {
  opacity: 0.5;
}
.block-intro .container .col-12 .block-intro__images--list.custom {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 0;
  padding: 0;
  list-style: none;
}
.block-intro
  .container
  .col-12
  .block-intro__images--list.custom
  .block-intro__images--list__item {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.block-intro
  .container
  .col-12
  .block-intro__images--list.custom
  .block-intro__images--list__item
  img {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
@media (max-width: 991.98px) {
  .block-intro {
    padding: 80px 0;
  }
  .block-intro__title {
    margin-bottom: 60px;
  }
  .block-intro__text {
    margin-bottom: 80px;
  }
  .block-intro .container .col-12 .block-intro__images--list.custom {
    flex-flow: column wrap;
    align-content: space-between;
    -moz-column-gap: 32px;
    column-gap: 32px;
    justify-content: unset;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list.custom
    .block-intro__images--list__item {
    width: calc(50% - 16px);
    position: relative;
    box-sizing: border-box;
    margin-bottom: 32px;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list.custom
    .block-intro__images--list__item:nth-of-type(2n + 1) {
    order: 1;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list.custom
    .block-intro__images--list__item:nth-of-type(2n) {
    order: 2;
  }
  .block-intro .container .col-12 .block-intro__images--list.logos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
.block-intro .container .col-12 .block-intro__images--list.logos {
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767.98px) {
  .block-form__content--form form .gfield--type-image_choice .gfield_radio {
    grid-template-columns: 1fr;
  }
  .block-intro .container .col-12 .block-intro__images--list.logos {
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 12px;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list
    .block-intro__images--list__item
    .block-projects__project-wrapper--visual__circle {
    transition: transform 16s ease-in-out;
  }
}
.block-intro
  .container
  .col-12
  .block-intro__images--list
  .block-intro__images--list {
  align-items: center;
}
.block-intro
  .container
  .col-12
  .block-intro__images--list
  .block-intro__images--list.custom {
  gap: 32px;
  align-items: flex-start;
}
.block-intro
  .container
  .col-12
  .block-intro__images--list
  .block-intro__images--list__item.logos
  img {
  height: auto;
  width: 90px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1199.98px) {
  .post-type-archive-project
    .block-reviews__masonry
    .block-reviews__review-wrap--4 {
    display: block;
  }
  .block-flow__usp {
    width: 100%;
    display: block;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list
    .block-intro__images--list__item.logos
    img {
    width: 75px;
  }
}
@media (max-width: 991.98px) {
  .block-intro
    .container
    .col-12
    .block-intro__images--list
    .block-intro__images--list__item.logos
    img {
    width: 90px;
  }
}
@media (max-width: 575.98px) {
  .block-intro .container .col-12 .block-intro__images--list.logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    overflow: visible;
  }
  .block-intro
    .container
    .col-12
    .block-intro__images--list
    .block-intro__images--list__item.logos
    img {
    width: 64px;
  }
  .block-intro [data-logo-ticker] .block-intro__images--list__item.logos {
    overflow: hidden;
    will-change: transform, opacity;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .block-intro [data-logo-ticker] .block-intro__images--list__item.logos a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .block-intro [data-logo-ticker] .block-intro__images--list__item.logos img {
    display: block;
    will-change: transform, opacity;
  }
  .block-intro
    [data-logo-ticker]
    .block-intro__images--list__item.logos.ticker-hidden {
    display: none;
  }
}
.block-intro
  .container
  .col-12
  .block-intro__images--list
  .block-intro__images--list__item.custom {
  border-radius: 8px;
  overflow: clip;
}
.block-intro
  .container
  .col-12
  .block-intro__images--list
  .block-intro__images--list__item.custom
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-intro__button {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.block-intro .block-intro__title h2.header_animation,
.block-intro .block-intro__title h2.header_animation span {
  font-weight: 400 !important;
}
.block-jobs__title,
.block-team__title {
  margin-bottom: 60px;
}
.block-jobs__wrapper--job {
  border-bottom: 1px solid rgba(199, 204, 208, 0.5);
}
.block-jobs__wrapper--job:first-of-type {
  margin-top: -60px;
}
.block-jobs__wrapper--job__link {
  display: flex !important;
  justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 767.98px) {
  .block-jobs__wrapper--job__link {
    flex-direction: column;
  }
}
.block-jobs__wrapper--job__link:hover {
  color: #c7ccd0 !important;
}
.block-jobs__wrapper--job__link:hover
  .block-jobs__wrapper--job__link--text::after {
  opacity: 0.4;
}
.block-jobs__wrapper--job__link--title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.75rem;
}
@media (max-width: 1199.98px) {
  .block-jobs__wrapper--job__link--title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 991.98px) {
  .block-intro__button {
    margin-top: 60px;
    justify-content: start;
  }
  .block-jobs {
    padding: 80px 0;
  }
  .block-jobs__wrapper--job__link--title {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.block-jobs__wrapper--job__link--text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75rem;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.block-jobs__wrapper--job__link--text::after {
  content: "";
  width: 12px;
  height: 12px;
  position: relative;
  bottom: 0;
  top: 0;
  margin: auto;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: cover;
  background-position: center center;
}
.hd-nieuws {
  padding: 120px 0;
  overflow-x: hidden;
}
.block-pricing .container-snap,
.hd-nieuws .container-snap {
  margin: 40px auto;
}
.hd-nieuws__title h3 {
  margin: 0;
}
.hd-nieuws a:not(.btn) {
  text-decoration: none;
  color: #000;
  display: block;
}
.hd-nieuws__image {
  margin-bottom: 16px;
  overflow: hidden;
  height: 240px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .hd-nieuws__image {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .hd-nieuws {
    padding: 60px 0;
  }
  .hd-nieuws__image {
    height: 150px;
  }
}
.hd-nieuws__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
}
.hd-nieuws__title h6 {
  color: #000;
  margin: 0;
}
.block-pricing__item.default-item
  .block-pricing__item--button
  a
  .btn_text
  .link_title,
.block-projects__title h2 {
  color: #333;
}
.hd-nieuws ::-webkit-scrollbar {
  display: none;
}
.block-pricing {
  padding: 160px 0;
  overflow: clip;
}
.block-pricing__title,
.block-reviews__title,
.block-slider__title {
  color: #333;
  margin-bottom: 60px;
}
.block-pricing__title span {
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
  line-height: 1.2;
}
.block-pricing__item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 8px;
}
.block-pricing__item.highlight-item {
  outline: #7e181c solid 2px;
  transform: translateY(-40px);
}
.block-pricing__item.default-item .block-pricing__item--button a {
  background: #c7ccd0 !important;
}
.block-review-vertical .block-reviews__content--button a::after,
.block-seo .seo-item ul a::after,
.navigation__links .main-menu__sub-menu__item a .link_title::after {
  width: 12px;
  height: 12px;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: cover;
}
.block-pricing__item.default-item
  .block-pricing__item--button
  a
  .btn_text
  .link_title::after {
  color: #fff;
}
.block-pricing__item.default-item .block-pricing__item--button a::after {
  filter: unset;
}
.block-pricing__item.default-item .block-pricing__item--button a:hover::after {
  filter: brightness(0) invert(1);
}
.block-pricing__item--price * {
  font-size: clamp(
    0.875rem,
    0.7656950673rem + 0.5381165919vw,
    1.25rem
  ) !important;
}
@media only screen and (max-width: 991.5px) {
  .block-pricing__title span {
    font-size: 1.875rem;
  }
  .block-pricing__item--price * {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-pricing__title span {
    font-size: calc((1.875rem + 3.125rem) / 2);
  }
  .block-pricing__item--price * {
    font-size: calc((0.875rem + 1.25rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-pricing__title span {
    font-size: 3.125rem;
  }
  .block-pricing__item--price * {
    font-size: 1.25rem;
  }
}
.block-pricing__item--subtitle {
  margin: 8px 0 24px;
}
.block-pricing__item--content * {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}
.block-pricing__item--content ul {
  margin-bottom: 24px;
  padding: 0;
  list-style-type: none;
}
.block-pricing__item--content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
}
.block-pricing__item--content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  background-image: url("../../images/svg/icon-check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.block-pricing__item--button a {
  width: 100%;
}
.block-pricing__item--button a::after {
  margin: unset;
}
.block-projects .container {
  overflow: clip;
}
.block-projects[post-count="2"] .row.gx-big {
  -moz-column-count: unset;
  column-count: unset;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.block-projects__title {
  overflow: clip;
  padding-bottom: 4px;
  margin-bottom: 60px;
}
.block-projects a::before {
  display: none;
}
.block-projects .row.gx-big {
  -moz-column-count: 2;
  column-count: 2;
  display: block;
}
.block-projects .project-item {
  display: inline-block;
  margin-bottom: 182px;
  transition: 0.3s;
}
.block-projects
  .project-item.project-item-in-viewport
  .block-projects__project-wrapper--label,
.block-projects .project-item.project-item-in-viewport img {
  opacity: 1 !important;
}
.block-projects__project-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: clip;
}
.block-projects__project-wrapper--label {
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 2px 8px 3px;
  border-radius: 100px;
  position: absolute;
  top: 24px;
  right: 24px;
  left: auto;
  bottom: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.1s ease-in;
  pointer-events: none;
}
.block-projects__project-wrapper--label.active {
  opacity: 1;
}
.block-projects__project-wrapper--label span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  display: block;
}
.block-projects__project-wrapper--visual {
  margin-bottom: 16px;
  position: relative;
  overflow: clip;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .block-jobs__wrapper--job__link--text {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 12px;
    font-size: 0.875rem;
    line-height: 1.625rem;
  }
  .hd-nieuws .container-snap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: unset;
    margin: 24px auto;
  }
  .hd-nieuws .row.scroll-snap {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 0 32px;
    gap: 24px;
  }
  .hd-nieuws .row.scroll-snap .col-lg-4 {
    scroll-snap-align: center;
    padding: 0;
    width: 300px;
  }
  .hd-nieuws__image {
    height: 200px;
  }
  .block-projects[post-count="2"] .row.gx-big {
    grid-template-columns: 1fr;
  }
  .block-projects__project-wrapper--visual {
    transform: translateZ(0);
    backface-visibility: hidden;
  }
}
.block-projects__project-wrapper--visual__circle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  transform: scale(0.01);
  border-radius: 50%;
  z-index: 1;
  transition: transform 8s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
}
.block-projects__project-wrapper__image,
.block-projects__project-wrapper__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  transform: scale(1.01);
}
.block-projects__project-wrapper__title {
  color: #333;
  line-height: 1.4em;
  font-size: clamp(
    1rem,
    0.8360426009rem + 0.8071748879vw,
    1.5625rem
  ) !important;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(-20px);
  opacity: 0;
}
.block-projects__project-wrapper__title.is-in-view {
  transform: translateY(0);
  opacity: 1;
}
.block-projects__project-wrapper .hd-cards__lazy--image-wrapper {
  overflow: clip;
}
.block-projects__cta {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.block-reviews__title span {
  font-weight: 700;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
  line-height: 1.2;
}
.block-reviews__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.block-reviews__cta span {
  margin: 0;
}
.block-reviews__cta span:not(.link_title) {
  color: #333;
  font-size: clamp(
    1.25rem,
    1.0496076233rem + 0.9865470852vw,
    1.9375rem
  ) !important;
}
.navigation__links .main-menu__item a:hover,
.navigation__links .main-menu__item--active .main-menu__link,
.navigation__links
  .main-menu__item--ancestor--active
  .main-menu__item--parent--active
  .main-menu__sub-menu--1__link,
.navigation__links .main-menu__item--ancestor--active .main-menu__link,
.navigation__links
  .main-menu__item--ancestor--active
  .main-menu__sub-menu--1
  .main-menu__item--active
  .main-menu__sub-menu--1__link,
.navigation__links
  .main-menu__item--ancestor--active
  .main-menu__sub-menu--2
  .main-menu__item--active
  .main-menu__sub-menu--2__link,
.site-footer__info--wrap--copyright span a:hover,
.site-footer__main--hq a:hover,
.site-footer__main--info a:hover,
.site-footer__main--list a:hover {
  color: #7e181c;
}
.block-reviews .row {
  row-gap: 24px;
}
.block-reviews .block-reviews__masonry {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin-bottom: 0;
}
.block-review-vertical .block-reviews__review-wrap--4,
.block-reviews__review-wrap--1,
.block-reviews__review-wrap--3,
.block-reviews__review-wrap--5,
.block-reviews__review-wrap__image,
.block-reviews__review-wrap__stars,
.block-services__grid--service-single h3 {
  margin-bottom: 24px;
}
.block-reviews__review-wrap {
  padding: 40px;
  background: #fff;
  border-radius: 8px;
  min-height: 254px;
  width: 100%;
  display: inline-block;
}
.block-reviews__review-wrap--1 {
  margin-top: 40px;
}
.block-review-vertical .block-reviews__review-wrap--1,
.block-reviews__review-wrap--3 {
  margin-top: 80px;
}
.block-reviews__review-wrap__image img {
  width: 100px;
  height: 22px;
  -o-object-fit: contain;
  object-fit: contain;
}
.block-reviews__review-wrap__text,
.gform_wrapper
  .ginput_container_radio
  .gfield_radio
  .gchoice:not(:last-of-type),
.gform_wrapper.gravity-theme
  .ginput_container_radio
  .gfield_radio
  .gchoice:not(:last-of-type),
.gravity-theme
  .ginput_container_radio
  .gfield_radio
  .gchoice:not(:last-of-type) {
  margin-bottom: 8px;
}
.block-reviews__review-wrap__text p {
  font-size: clamp(1rem, 0.9635650224rem + 0.1793721973vw, 1.125rem) !important;
  line-height: 150%;
}
.block-review-vertical .block-reviews__content--title,
.block-services__title span {
  line-height: 120%;
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
  font-weight: 700;
}
.block-reviews__review-wrap__author--data {
  display: flex;
  gap: 16px;
  align-items: center;
}
.block-reviews__review-wrap__author--data__image img {
  width: 44px;
  height: 44px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 100px;
}
.block-reviews__review-wrap__author--data__name {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
}
.block-review-vertical {
  overflow: clip;
  position: relative;
}
.block-review-vertical .row {
  flex-direction: row;
}
.block-review-vertical .block-reviews__masonry {
  -moz-column-count: 2;
  column-count: 2;
}
.block-review-vertical .block-reviews__masonry .splide-reviews-list {
  padding: 0;
  margin: 0;
}
.block-review-vertical .block-reviews__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 140px;
}
.block-review-vertical .block-reviews__content--stars {
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1399.98px) {
  .block-review-vertical .block-reviews__content--stars {
    display: grid;
  }
}
.block-review-vertical .block-reviews__content--stars__wrap {
  display: flex;
  gap: 8px;
  align-items: center;
}
.block-review-vertical .block-reviews__content--stars__wrap span {
  display: block;
  width: 100%;
}
.block-review-vertical .block-reviews__content--button {
  display: flex;
  align-items: center;
}
.block-review-vertical .block-reviews__content--button a {
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-weight: 700;
  position: relative;
  background: 0 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}
.block-review-vertical .block-reviews__content--button a::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 12px;
  margin: auto;
  background-position: center center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  filter: none !important;
}
.block-review-vertical .block-reviews__content--button a::before,
.block-team a::before {
  display: none;
}
.block-review-vertical .block-reviews__review-wrap--3 {
  margin-top: 0;
}
.block-seo .row {
  --bs-gutter-y: 60px;
  --bs-gutter-x: 60px;
}
.block-seo .seo-item__links {
  max-height: none;
  transition: max-height 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-seo .seo-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: clip;
}
.block-seo .seo-item ul li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 0.5px solid #c7ccd0;
}
.block-seo .seo-item ul a {
  display: block;
  font-weight: 700;
  position: relative;
  padding-right: 20px;
}
.block-seo .seo-item ul a:before {
  content: none !important;
}
.block-seo .seo-item ul a::after {
  content: "";
  display: inline-block;
  background-position: center center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.block-seo .seo-item ul a,
.block-seo .seo-item ul li {
  font-size: clamp(1rem, 0.9271300448rem + 0.3587443946vw, 1.25rem) !important;
  line-height: 1.5 !important;
}
.block-seo .seo-item .read-more a:after {
  content: "";
  transform: translateY(-50%) rotate(90deg) !important;
}
.block-services__title {
  position: sticky;
  top: 140px;
}
.block-services__grid--service-single {
  color: #333;
  padding-bottom: 80px;
  border-bottom: 1px solid #ebeff1;
}
.block-services__grid--service-single p {
  font-size: clamp(
    1.4375rem,
    1.4010650224rem + 0.1793721973vw,
    1.5625rem
  ) !important;
  line-height: 140%;
}
.block-slider__title span,
.single-project .block-intro-title span {
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
}
.block-services__grid--service-single:not(:first-of-type) {
  margin-top: 80px;
}
.block-services__grid--service-single .btn_snap2 {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  position: relative;
  text-decoration: none;
  padding: 0;
  font-size: 1.125rem !important;
  line-height: 1.75rem;
  font-style: normal;
  font-weight: 700;
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 24px;
  overflow: visible;
}
#whatsapp-notification,
.navigation__wrap::after {
  background: #fff;
  box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.16);
}
.block-services__grid--service-single .btn_snap2::after {
  right: -28px !important;
}
.block-services__cta {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  overflow: clip;
}
.block-services__cta--title {
  color: #333;
  font-size: clamp(
    1.25rem,
    1.0496076233rem + 0.9865470852vw,
    1.9375rem
  ) !important;
}
.block-services__cta span {
  margin: 0;
}
.block-slider .container-fluid,
.block-slider .container-lg,
.block-slider .container-md,
.block-slider .container-sm,
.block-slider .container-xl,
.block-slider .container-xxl {
  padding: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block-slider__title span {
  margin: 0;
  font-weight: 700;
  line-height: 120%;
}
.block-slider .block-slider__splide .splide__track .splide__list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 80px;
}
.block-slider .block-slider__splide .splide__track .splide__list .splide__slide,
.gform_wrapper .gform_fields .gfield,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select,
.gform_wrapper .ginput_container_select,
.gform_wrapper form,
.gform_wrapper.gravity-theme .gform_fields .gfield,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select,
.gform_wrapper.gravity-theme .ginput_container_select,
.gform_wrapper.gravity-theme form,
.gravity-theme .gform_fields .gfield,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select,
.gravity-theme .ginput_container_select,
.gravity-theme form,
.hd-cards {
  position: relative;
}
.block-slider
  .block-slider__splide
  .splide__track
  .splide__list
  .splide__slide--image-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.block-slider
  .block-slider__splide
  .splide__track
  .splide__list
  .splide__slide
  img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.block-team .row.gx-big {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  --bs-gutter-x: 1.5rem;
}
@media (max-width: 991.98px) {
  .block-pricing,
  .block-projects,
  .block-reviews,
  .block-seo,
  .block-services,
  .block-slider,
  .block-team {
    padding: 80px 0;
  }
  .block-pricing .container-snap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: unset;
    margin: 24px auto;
  }
  .block-pricing .row.scroll-snap {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 42px 32px 0;
    gap: 24px;
  }
  .block-pricing .row.scroll-snap::-webkit-scrollbar {
    display: none;
  }
  .block-pricing .row.scroll-snap .col-lg-4 {
    padding: 0;
    width: 400px;
  }
  .block-projects .project-item {
    margin-bottom: 90px;
  }
  .block-projects__project-wrapper:hover
    .block-projects__project-wrapper__image,
  .block-projects__project-wrapper:hover
    .block-projects__project-wrapper__video {
    transform: scale(1);
  }
  .block-reviews__title {
    margin-bottom: 40px;
  }
  .block-review-vertical .block-reviews__content {
    position: relative;
    top: 0;
  }
  .block-review-vertical .block-reviews__content--stars {
    display: flex;
  }
  .block-review-vertical .block-reviews__content--title {
    line-height: 130%;
  }
  .block-services__title {
    position: relative;
    top: 0;
    margin-bottom: 48px;
  }
  .block-services__title span,
  .block-slider__title span {
    line-height: 130%;
  }
  .block-services__cta {
    margin-top: 80px;
    display: block;
  }
  .block-services__cta a {
    margin-top: 24px;
  }
  .block-slider .block-slider__splide .splide__track .splide__list {
    gap: 40px;
  }
  .block-team .row.gx-big {
    grid-template-columns: repeat(2, 1fr);
  }
}
.block-team .team-item-wrapper {
  display: inline-block;
  margin-bottom: 80px;
}
.block-team__title h2 {
  color: #333;
}
.block-team__team-member {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: clip;
  margin-top: 16px;
}
.block-team__team-member__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.block-team__team-member__subtitle,
.block-team__team-member__title,
.site-footer__main--hq a,
.site-footer__main--info a,
.site-footer__main--list a {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-team__team-member__title {
  color: #333;
  line-height: 1.4em;
  transform: translateY(20px);
  opacity: 0;
  margin-bottom: 8px;
}
.block-team__team-member__title.is-in-view {
  transform: translateY(0);
  opacity: 1;
}
.block-team__team-member__subtitle {
  font-weight: 400 !important;
  margin-top: 8px;
  display: block;
  transform: translateY(20px);
  opacity: 0;
  margin-bottom: 16px;
  line-height: 1.5 !important;
}
.block-team__team-member__subtitle.is-in-view {
  transform: translateY(0);
  opacity: 1;
}
.block-team__team-member--label {
  position: absolute;
  top: 16px;
  left: 16px;
  padding: 2px 8px 3px;
  border-radius: 100px;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transition: 0.1s ease-in;
  pointer-events: none;
}
.block-team__team-member--label.active {
  opacity: 1;
}
.block-team__team-member--label span {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.375rem;
  display: block;
}
.block-usps__title {
  margin-bottom: 24px;
  display: block;
}
.block-usps .container-snap {
  padding-left: 12px !important;
  padding-right: 12px !important;
  margin: auto;
}
@media (min-width: 1400px) {
  .block-usps .container-snap {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .block-usps .container-snap {
    max-width: 1500px;
  }
}
@media (min-width: 1920px) {
  .block-usps .container-snap {
    max-width: 1800px;
  }
}
@media (max-width: 1399.98px) {
  .block-usps .container-snap {
    max-width: 1140px;
  }
}
@media (max-width: 991.98px) {
  .block-team .team-item-wrapper {
    margin-bottom: 40px;
  }
  .block-usps {
    padding: 80px 0;
  }
  .block-usps .container-snap {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 960px;
  }
  .block-usps .row.scroll-snap {
    display: flex;
    flex-wrap: nowrap;
    overflow: visible;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding: 40px 32px;
    gap: 24px;
    row-gap: 0;
  }
}
@media (max-width: 991.98px) {
  .block-usps .row.scroll-snap .col-lg-4 {
    scroll-snap-align: center;
    padding: 0;
    width: 346px;
  }
  .block-usps .row {
    gap: 48px;
  }
}
.block-usps .row.scroll-snap::-webkit-scrollbar {
  display: none;
}
.block-usps__counter .block-usps__usp--title,
.block-usps__flex,
.gform_wrapper .ginput_container_checkbox .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice,
.gravity-theme .ginput_container_checkbox .gfield_checkbox .gchoice {
  gap: 8px;
  display: flex;
}
.block-usps__flex {
  align-items: start;
  margin-bottom: 8px;
}
.block-usps__usp--icon {
  position: relative;
  display: flex;
  width: 20px;
  height: 20px;
  margin-top: 8px;
}
.block-usps__usp--icon img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
.block-usps__usp--text,
.block-usps__usp--title,
.navigation ul li a:hover {
  color: #333;
}
.block-usps__usp--title {
  font-weight: 700;
}
.block-usps__usp--text p {
  margin: 0;
  font-size: 1.5625rem !important;
  font-weight: 400;
  line-height: 2.1875rem;
}
@media (max-width: 1199.98px) {
  .block-reviews .block-reviews__masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
  .block-reviews__review-wrap--3 {
    margin-top: 24px;
  }
  .block-reviews__review-wrap--4 {
    margin-bottom: 24px;
  }
  .block-usps .container-snap {
    max-width: 960px;
  }
  .block-usps__usp--text p {
    font-size: 1.25rem !important;
    line-height: 2rem;
  }
}
.block-usps__usp--text p a {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.block-usps__default .block-usps__usp--text {
  margin-bottom: 32px;
}
.site-footer__main {
  background: #ebeff1;
  padding: 80px 0;
  position: relative;
}
#whatsapp-notification,
.navigation,
.whatsapp-button {
  position: fixed;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__main--hq a,
.site-footer__main--hq p,
.site-footer__main--info a,
.site-footer__main--info p,
.site-footer__main--list a,
.site-footer__main--list p {
  color: #333;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.site-footer__main--hq p strong,
.site-footer__main--info p strong,
.site-footer__main--list p strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.375rem;
}
.site-footer__main--hq p a,
.site-footer__main--info p a,
.site-footer__main--list p a {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.site-footer__main .footer-menu {
  padding-left: 0;
}
.site-footer__main .footer-menu__item {
  list-style-type: none;
  margin-bottom: 0;
}
.site-footer__main .footer-menu__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.site-footer__main--list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.site-footer__main--list ul li {
  margin-bottom: 16px;
  box-sizing: border-box;
}
.site-footer__info {
  padding: 24px 0;
  background: #ebeff1;
}
.site-footer__info--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991.98px) {
  .block-usps__default .row {
    row-gap: 0;
  }
  .site-footer__main {
    padding: 40px 0;
  }
  .site-footer__main--list ul {
    -moz-column-count: 1;
    column-count: 1;
  }
  .site-footer__info--wrap {
    gap: 24px;
  }
}
#whatsapp-notification p,
.site-footer__info--wrap--copyright p {
  margin: 0;
}
.site-footer__info--wrap--copyright span {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
}
.site-header__is-single--title h1 *,
.site-header__main--title h1 *,
.visual-h1 *,
.visual-h2 *,
.visual-h3 *,
.visual-h4 *,
.visual-h5 *,
.visual-h6 *,
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .block-reviews__cta {
    display: grid;
    gap: 24px;
  }
  .block-review-vertical .block-reviews__masonry,
  .block-reviews .block-reviews__masonry {
    -moz-column-count: 1;
    column-count: 1;
  }
  .block-review-vertical .block-reviews__review-wrap--1 {
    margin-top: 0;
  }
  .block-review-vertical .block-reviews__review-wrap--3 {
    margin-top: 24px;
  }
  .block-review-vertical .block-reviews__review-wrap--5 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .block-team .row.gx-big {
    grid-template-columns: 1fr;
  }
  .block-usps .container-snap {
    padding-left: 12px !important;
    padding-right: 12px !important;
    max-width: 540px;
  }
  .block-usps .row.scroll-snap {
    display: grid;
    padding: 0 32px;
  }
  .block-usps .row.scroll-snap .col-lg-4 {
    width: 100%;
  }
  .block-usps__usp--icon,
  .block-usps__usp--icon img {
    width: 16px;
    height: 16px;
  }
  .site-footer__main .footer-menu {
    margin-bottom: 32px;
  }
  .site-footer__info {
    padding: 0 0 24px;
  }
  .site-footer__info--wrap--copyright span {
    flex-direction: column;
    align-items: start;
  }
}
.site-footer__info--wrap--copyright span a {
  color: #333;
  text-decoration: none;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-footer__info--wrap--stars {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}
.whatsapp-button {
  bottom: 24px;
  right: -24px;
  pointer-events: none;
  opacity: 0;
  z-index: 4;
}
.whatsapp-button.show-button {
  right: 24px;
  pointer-events: auto;
  opacity: 1;
}
.whatsapp-button:hover {
  opacity: 0.8 !important;
}
.whatsapp-button a {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.whatsapp-button a img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}
#whatsapp-notification {
  bottom: 100px;
  right: -24px;
  max-width: 400px;
  border-radius: 8px 8px 0;
  padding: 16px;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  color: #333;
}
#whatsapp-notification.show-notification {
  right: 32px;
  opacity: 1;
  pointer-events: auto;
}
#whatsapp-notification::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  bottom: -16px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #fff;
  transform: rotate(180deg);
}
#whatsapp-notification #whatsapp-notification-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: #c7ccd0;
  border-radius: 100%;
}
#whatsapp-notification #whatsapp-notification-close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../images/svg/icon-close.svg);
  background-size: 16px 16px;
  background-position: center;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
}
.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-direction: row;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.navigation ul li {
  margin: 0 5px;
}
.navigation ul li .subcheck {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.navigation ul li a {
  text-decoration: none;
  color: #fff;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation #mobileToggle,
.navigation__button {
  display: none;
}
.navigation {
  color: #fff;
  margin: 16px auto auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  height: 80px;
  right: 0;
}
.navigation__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 80px;
}
.navigation__wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
  transform-origin: center;
  transform: scaleY(1);
}
@media (min-width: 768px) {
  .pb-desktop-x {
    padding-bottom: 0;
  }
  .pt-desktop-s {
    padding-top: calc(100px - 80px);
  }
  .pb-desktop-s {
    padding-bottom: calc(100px - 80px);
  }
  .pt-desktop-m {
    padding-top: calc(100px - 40px);
  }
  .pb-desktop-m {
    padding-bottom: calc(100px - 40px);
  }
  .pt-desktop-l {
    padding-top: calc(100px + 40px);
  }
  .pb-desktop-l {
    padding-bottom: calc(100px + 40px);
  }
  .pt-desktop-xl {
    padding-top: calc(100px + 80px);
  }
  .pb-desktop-xl {
    padding-bottom: calc(100px + 80px);
  }
  .st-desktop-x {
    margin-top: 0;
  }
  .sb-desktop-x {
    margin-bottom: 0;
  }
  .st-desktop-s {
    margin-top: calc(160px - 120px);
  }
  .sb-desktop-s {
    margin-bottom: calc(160px - 120px);
  }
  .st-desktop-m {
    margin-top: calc(160px - 60px);
  }
  .sb-desktop-m {
    margin-bottom: calc(160px - 60px);
  }
  .st-desktop-l {
    margin-top: calc(160px + 60px);
  }
  .sb-desktop-l {
    margin-bottom: calc(160px + 60px);
  }
  .st-desktop-xl {
    margin-top: calc(160px + 120px);
  }
  .sb-desktop-xl {
    margin-bottom: calc(160px + 120px);
  }
  .navigation__wrap.controls-hover::after {
    height: 222px;
  }
  .navigation__wrap.controls-hover .main-menu__sub-menu {
    transition-delay: 0.5s;
  }
  .navigation__wrap.controls-hover .navigation__logo {
    margin-left: 24px;
  }
  .navigation__wrap.controls-hover .navigation__links {
    margin-right: 24px;
  }
}
.navigation__links,
.navigation__links .main-menu__link,
.navigation__links .main-menu__sub-menu,
.navigation__logo,
.navigation__logo img {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__links {
  margin-right: 0;
}
.navigation__logo {
  flex: 0 0 20%;
  z-index: 1;
  margin-left: 0;
}
.navigation__logo img {
  max-width: 100px;
  height: auto;
  width: clamp(7rem, -8.7385rem + 25.3846vw, 10.3rem);
}
.navigation__links--stars {
  display: none;
}
.navigation__links .main-menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  gap: 15px;
  margin-bottom: 0;
  list-style: none;
  text-transform: lowercase;
}
.navigation__links .main-menu__item {
  margin: 0 5px;
}
.navigation__links .main-menu__item:last-of-type {
  margin: 0 0 0 5px;
}
.btn_snap2::before,
.btn_snap::before,
.navigation__links .main-menu__item.main-menu__item--mobile-only,
.page-template-thank-you .site-footer__main {
  display: none;
}
.navigation__links .main-menu__item--header-btn a {
  color: #fff !important;
}
.btn_magnet2Sec .btn_text,
.gform-footer .btn_text,
.navigation__links .main-menu__item--header-btn a .btn_text {
  overflow: clip;
}
.navigation__links .main-menu__item--header-btn a .btn_text .link_title {
  display: block;
  position: relative;
  transform: translateY(0);
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.navigation__links .main-menu__item--header-btn a .btn_text .link_title::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(80%);
  transition: 0.75s cubic-bezier(0.4, 0, 0, 1);
  background-image: none !important;
}
.btn_magnet2Sec:hover .btn_text .link_title,
.gform-footer:hover .btn_text .link_title,
.navigation__links .main-menu__item--header-btn a:hover .btn_text .link_title {
  transform: translateY(-100%);
}
.btn_magnet2Sec:hover .btn_text .link_title::after,
.gform-footer:hover .btn_text .link_title::after,
.navigation__links
  .main-menu__item--header-btn
  a:hover
  .btn_text
  .link_title::after {
  transform: translateY(90%);
}
.btn_magnet2Sec:hover .btn_background,
.gform-footer:hover .btn_background,
.navigation__links .main-menu__item--header-btn a:hover .btn_background {
  transform: translateY(0) scale(1.1);
  border-radius: 0;
}
.navigation__links .main-menu__item .subcheck {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../images/svg/icon-arrow.svg);
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0);
}
.navigation__links .main-menu__item--active .link_title::after {
  transform: rotate(270deg);
  background-image: url(../../images/svg/icon-arrow-red.svg) !important;
}
.navigation__links .main-menu__item--parent:hover .subcheck {
  transform: rotate(180deg);
  background-image: url(../../images/svg/icon-arrow-red.svg);
}
.navigation__links .main-menu__item--parent:focus .main-menu__sub-menu--1,
.navigation__links .main-menu__item--parent:hover .main-menu__sub-menu--1,
.navigation__links
  .main-menu__sub-menu--1
  .main-menu__item--parent:hover
  .main-menu__sub-menu--2,
.navigation__links .main-menu__sub-menu:hover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.navigation__links .main-menu__item--parent--active .subcheck {
  background-image: url(../../images/svg/icon-arrow-red.svg);
}
.navigation__links .main-menu__item--parent .main-menu__link {
  padding-bottom: 38px;
}
.navigation__links .main-menu__link {
  text-decoration: none;
  color: #333;
}
.navigation__links .main-menu__link:hover {
  color: #333;
}
.navigation__links .main-menu__sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s;
  display: flex;
  gap: 40px;
  top: 52px;
  left: auto;
  right: 0;
  width: 100%;
  padding: 36px 24px 24px;
  border-radius: 0 0 8px 8px;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.navigation__links .main-menu__sub-menu__item {
  list-style-type: none;
  padding: 16px;
  text-transform: math-auto;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 256px;
  margin: 0;
}
.navigation__links .main-menu__sub-menu__item:hover,
.page-template-thank-you {
  background: #ebeff1;
}
.navigation__links .main-menu__sub-menu__item:hover .link_title::after {
  background-image: url(../../images/svg/icon-arrow-right-red.svg);
}
.navigation__links .main-menu__sub-menu__item a {
  text-decoration: none;
  font-weight: 700;
}
.navigation__links .main-menu__sub-menu__item a .main-menu__item-description {
  font-weight: 400;
  display: block;
  margin-top: 4px;
}
.navigation__links .main-menu__sub-menu__item a .link_title {
  display: flex;
  position: relative;
  gap: 12px;
}
.navigation__links .main-menu__sub-menu__item a .link_title::after {
  content: "";
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  background-position: center center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__links .main-menu__sub-menu__link {
  color: #333;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.navigation__links .main-menu__sub-menu__link:hover {
  color: #333;
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .navigation .main-menu .site-header__main--visual .img-1,
  .navigation .main-menu .site-header__main--visual .img-2 {
    bottom: -1200px;
  }
}
.single-project .block-usps {
  padding: 60px 0 100px;
}
.single-project .block-usps .block-usps__usp--icon {
  margin-top: 0;
}
.single-project .project-content__problem--answer p,
.single-project .project-content__problem--question p {
  line-height: 140%;
}
.single-project .project-content__problem--answer__button a::after,
.single-project .project-content__problem--question__button a::after {
  filter: none !important;
  right: -28px !important;
}
.single-project .project-content__images {
  padding-bottom: 180px;
  overflow: clip;
}
@media (max-width: 991.98px) {
  .site-footer__info--wrap--stars {
    justify-content: start;
  }
  .navigation__logo {
    flex: 0 0 15%;
  }
  .navigation__wrap,
  .navigation__wrap::after {
    height: 60px;
    transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navigation__links {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 86px;
    width: 100%;
    overflow: clip;
    pointer-events: none;
  }
  .navigation__wrap.active::after {
    transform: scale(30);
    opacity: 1 !important;
  }
  .navigation__links.active {
    pointer-events: all;
  }
  .navigation__links.active .navigation__button {
    transform: translateX(0);
    transition-delay: 0.5s;
    opacity: 1;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navigation #mobileToggle.hamburger,
  .navigation .main-menu,
  .navigation .main-menu__item,
  .navigation .main-menu__item .main-menu__link,
  .navigation__button {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navigation__links--stars {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  .navigation__links--stars span {
    color: #333;
  }
  .navigation__button {
    display: block;
    transform: translateX(-100%);
    opacity: 0;
    transition-delay: 0s;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .navigation #mobileToggle {
    display: block;
    padding: 0;
    margin: 0;
  }
  .navigation #mobileToggle.hamburger {
    opacity: 1 !important;
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
  .navigation #mobileToggle.hamburger .hamburger-inner {
    height: 3px;
    background: #333;
    border-radius: 3px;
    width: 24px;
    margin-left: 4px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navigation #mobileToggle.hamburger .hamburger-inner::after,
  .navigation #mobileToggle.hamburger .hamburger-inner::before {
    height: 3px;
    width: 24px;
    margin: auto;
    border-radius: 3px;
    background: #333;
  }
  .navigation #mobileToggle.hamburger.is-active .hamburger-inner {
    width: 0;
    background: 0 0;
  }
  .navigation #mobileToggle.hamburger.is-active .hamburger-inner::after,
  .navigation #mobileToggle.hamburger.is-active .hamburger-inner::before {
    width: 32px;
  }
  .navigation #mobileToggle.hamburger.is-active .hamburger-inner::before {
    transform: translate3d(-3px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  }
  .navigation #mobileToggle.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(-3px, -10px, 0) rotate(45deg) scale(0.7, 1);
  }
  .navigation .main-menu {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 0;
    left: 0;
    top: 75px;
    z-index: 4;
    pointer-events: none;
    overflow: clip;
    display: block;
  }
  .navigation .main-menu__item {
    list-style-type: none;
    transform: translateX(-20%);
    opacity: 0;
    text-transform: lowercase;
  }
  .navigation .main-menu__item:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .navigation .main-menu__item:not(.main-menu__item--parent) {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .navigation .main-menu__item.main-menu__item--mobile-only {
    display: block;
  }
  .navigation .main-menu__item .main-menu__item-description,
  .navigation .main-menu__item .subcheck,
  .navigation .main-menu__item.main-menu__item--header-btn,
  .navigation .main-menu__item.main-menu__item--hide-mobile .main-menu__link,
  .navigation .main-menu__sub-menu__link .link_title::after {
    display: none;
  }
  .navigation .main-menu__item .main-menu__link {
    color: #333;
    text-decoration: none;
  }
  .navigation .main-menu__item--active .main-menu__link,
  .navigation
    .main-menu__item--ancestor--active
    .main-menu__item--ancestor--active
    .main-menu__sub-menu--1__link,
  .navigation .main-menu__item--ancestor--active .main-menu__link,
  .navigation
    .main-menu__sub-menu
    .mobile-menu__item--active
    .mobile-menu__sub-menu--1__link,
  .navigation
    .main-menu__sub-menu
    .mobile-menu__item--ancestor--active
    .mobile-menu__item--active
    .mobile-menu__sub-menu--2__link {
    color: #7e181c;
  }
  .navigation .main-menu__sub-menu {
    width: 100%;
    height: 100%;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    background: #ebeff1;
    padding: 12px 16px;
    border-radius: 8px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: relative;
    top: 0;
    right: 0;
    flex-direction: column;
    align-items: start;
  }
  .navigation .main-menu__sub-menu__item {
    list-style-type: none;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0;
  }
  .navigation .main-menu__sub-menu__link {
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #333;
    font-weight: 400 !important;
  }
  .navigation .main-menu__sub-menu__link .main-menu__item-description {
    display: none !important;
  }
  .navigation .main-menu.active {
    pointer-events: initial;
    visibility: visible;
    overflow-y: auto;
    max-height: 1000px;
  }
  .navigation .main-menu.active .main-menu__item {
    opacity: 1;
    transform: translateX(0);
  }
  .navigation .main-menu.active .main-menu__item:nth-child(1) {
    transition-delay: 0.1s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(2) {
    transition-delay: 0.2s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(3) {
    transition-delay: 0.3s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(4) {
    transition-delay: 0.4s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(5) {
    transition-delay: 0.5s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(6) {
    transition-delay: 0.6s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(7) {
    transition-delay: 0.7s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(8) {
    transition-delay: 0.8s;
  }
  .navigation .main-menu.active .main-menu__item:nth-child(9) {
    transition-delay: 0.9s;
  }
  .navigation .main-menu .site-header__main--visual {
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }
  .single-project .block-usps {
    padding: 60px 0 80px;
  }
  .single-project .project-content__problem--question {
    margin-bottom: 40px;
  }
  .single-project .project-content__images {
    padding-bottom: 90px;
  }
}
.single-project .project-content__images--wrapper {
  border-radius: 8px;
  overflow: clip;
  position: relative;
}
.single-project .project-content__images--wrapper__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}
.single-project .project-content__images--masonry {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 0;
  padding: 0;
  list-style: none;
}
.single-project .project-content__images--masonry__item {
  margin-bottom: 152px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.site-header__is-single--visual img,
.site-header__main--visual img {
  height: auto;
}
@media (max-width: 991.98px) {
  .single-project .project-content__images--masonry {
    flex-flow: column wrap;
    align-content: space-between;
    -moz-column-gap: 32px;
    column-gap: 32px;
    justify-content: unset;
  }
  .single-project .project-content__images--masonry__item {
    margin-bottom: 76px;
    width: calc(50% - 16px);
    position: relative;
    box-sizing: border-box;
  }
}
.single-project .project-content__images--masonry__item:nth-of-type(2n) {
  order: 2;
}
.single-project .project-content__parallax {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .single-project .project-content__parallax {
    padding: 60px 0;
  }
}
.single-project .project-content__parallax--wrapper {
  position: relative;
  overflow: clip;
  padding: 92px 95px 0;
  max-height: 696px;
  background: #c7ccd0;
  border-radius: 8px;
}
.single-project .project-content__parallax--wrapper__img {
  width: 100%;
  height: auto;
  position: relative;
  border-radius: 8px;
}
.single-project .project-content__button {
  padding-bottom: 160px;
}
.single-project .project-content__button--wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .single-project .project-content__images--masonry__item {
    margin-bottom: 24px;
  }
  .single-project .project-content__button--wrapper {
    display: grid;
    gap: 24px;
  }
}
.single-project .project-content__button--wrapper__title {
  font-size: clamp(
    1.25rem,
    1.0496076233rem + 0.9865470852vw,
    1.9375rem
  ) !important;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  .single-project .project-content__button--wrapper__title {
    width: 50%;
    display: block;
  }
}
.single-project .project-content__customer-review--wrapper--text p {
  margin-bottom: 32px !important;
  position: relative;
}
.single-project
  .project-content__customer-review--wrapper--text
  p:first-of-type::before {
  content: "";
  position: absolute;
  top: -64px;
  left: 0;
  width: 48px;
  height: 48px;
  background: url(../../images/svg/icon-quote.svg) center center/cover no-repeat;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.single-project .project-content__customer-review--wrapper--author {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.single-project .project-content__customer-review--wrapper--author__image {
  width: 44px;
  height: 44px;
  overflow: clip;
  border-radius: 100px;
}
.single-project .project-content__customer-review--wrapper--author__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-project .block-intro-title {
  padding-bottom: 40px;
}
.single-project .block-intro-title span {
  font-weight: 400;
}
.single-project .related-projects__wrapper {
  display: flex;
  gap: 62px;
}
.single-project
  .related-projects__wrapper
  .block-projects__project-wrapper--visual,
.single-project .related-projects__wrapper .project-item {
  margin-bottom: 0;
}
.site-header__is-single,
.site-header__main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .site-header__is-single {
    padding-top: 150px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header__is-single {
    padding-top: 20vh;
    padding-bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .single-project .project-content__button--wrapper__title {
    width: 100%;
  }
  .site-header__is-single {
    margin-bottom: 80px;
  }
}
.site-header__is-single .container {
  z-index: 1;
}
.site-header__is-single--title {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .site-header__is-single--title {
    margin-bottom: 20px;
  }
}
.site-header__is-single--title h1 {
  margin-bottom: 8px;
  font-weight: 400;
}
.site-header__is-single--title .visual-h2,
.site-header__is-single--title h2 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  color: #333;
  font-weight: 400;
  margin: 0;
}
.site-header__is-single--visual {
  max-width: 1320px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .site-header__is-single--visual {
    max-width: 1500px !important;
  }
}
@media (min-width: 1920px) {
  .site-header__is-single--visual {
    max-width: 1800px !important;
  }
}
@media (min-width: 1600px) {
  .site-header__is-single--visual {
    max-width: 1504px;
  }
}
@media (max-width: 1399.98px) {
  .site-header__is-single--visual {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .navigation__links .main-menu__sub-menu {
    gap: 12px;
  }
  .site-header__is-single--visual {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .single-project .project-content__button {
    padding-bottom: 80px;
  }
  .single-project .project-content__customer-review {
    padding: 80px 0;
  }
  .single-project .block-intro-title span {
    line-height: 130%;
  }
  .single-project .related-projects__wrapper {
    display: inline-block;
    -moz-column-count: 2;
    column-count: 2;
    gap: 32px;
  }
  .single-project .related-projects__wrapper .project-item {
    margin-bottom: 24px;
  }
  .site-header__is-single {
    padding-top: 126px;
  }
  .site-header__is-single--visual {
    max-width: 720px;
  }
}
.site-header__is-single--visual img.img-1,
.site-header__is-single--visual img.img-2 {
  bottom: -1400px;
  left: -2740px;
  width: 6652px;
  height: 3369px;
  position: absolute;
}
.site-header__is-single__main--content__button {
  display: flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
}
.site-header {
  overflow-x: clip;
}
@media screen and (max-width: 1280px) {
  .site-header__is-single--visual img.img-1,
  .site-header__is-single--visual img.img-2 {
    bottom: -1490px;
  }
  .site-header__main {
    padding-top: 150px;
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1280px) {
  .site-header__main {
    padding-top: 20vh;
    padding-bottom: 110px;
  }
}
@media (max-width: 767.98px) {
  .site-header__is-single--visual {
    max-width: 540px;
    top: 200px;
  }
  .site-header__is-single--visual img.img-1,
  .site-header__is-single--visual img.img-2 {
    bottom: -1370px;
    left: -2880px;
  }
  .site-header__main {
    margin-bottom: 80px;
  }
  .site-header__main--title.site-title-default h1 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.site-header__main .container {
  z-index: 1;
}
.site-header__main .btn {
  padding: 12px 40px;
}
.site-header__main--title {
  margin-bottom: 50px;
}
.site-header__main--title h1 {
  margin-bottom: 24px;
  font-weight: 400;
}
.btn,
.site-header__main--title li,
b,
b a,
strong,
strong a {
  font-weight: 700;
}
.article-list__date,
.article-list__excerpt,
.gform_wrapper .gform-footer .btn_text span,
.gform_wrapper .gform_footer .btn_text span,
.gform_wrapper.gravity-theme .gform-footer .btn_text span,
.gform_wrapper.gravity-theme .gform_footer .btn_text span,
.gravity-theme .gform-footer .btn_text span,
.gravity-theme .gform_footer .btn_text span,
.site-header__main--title h1,
.site-header__main--title h2 {
  color: #333;
}
.site-header__cro
  .site-header__is-single
  .site-header__is-single--title
  .visual-h4,
.site-header__main--title .visual-h2,
.site-header__main--title h2 {
  font-weight: 400;
}
.site-header__main--visual {
  max-width: 1320px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  pointer-events: none;
}
@media (min-width: 1600px) {
  .site-header__main--visual {
    max-width: 1500px !important;
  }
}
@media (min-width: 1920px) {
  .site-header__main--visual {
    max-width: 1800px !important;
  }
}
@media (min-width: 1600px) {
  .site-header__main--visual {
    max-width: 1504px;
  }
}
@media (max-width: 1399.98px) {
  .site-header__main--visual {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  .site-header__main--visual {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .site-header__is-single__main--content__button {
    display: grid;
    gap: 12px;
  }
  .site-header__main {
    padding-top: 126px;
  }
  .site-header__main--visual {
    max-width: 720px;
  }
}
.site-header__main--visual img.img-1,
.site-header__main--visual img.img-2 {
  bottom: -1500px;
  left: -2740px;
  width: 6652px;
  height: 3369px;
  position: absolute;
}
.site-header__main--visual svg {
  bottom: -1440px;
  left: -2740px;
  width: 6652px;
  height: 3369px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .site-header__main--visual {
    max-width: 540px;
  }
  .site-header__main--visual img.img-1,
  .site-header__main--visual img.img-2 {
    bottom: -1450px;
  }
  .site-header__main--visual svg {
    bottom: -1500px;
    left: -2860px;
  }
  .site-header__cro .site-header__is-single {
    padding-top: 100px;
  }
}
.site-header__main--stars {
  display: flex;
  gap: 8px;
  align-items: center;
}
.site-header__main--stars span {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
.site-header__main--list {
  position: relative;
  overflow: hidden;
  display: inline;
  padding: 0;
  list-style: none;
  margin-left: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .site-header__main--visual img.img-1,
  .site-header__main--visual img.img-2 {
    left: -2820px;
  }
  .site-header__main--list {
    margin-left: 0 !important;
    height: 90px;
    display: block;
  }
}
.site-header__main--list__item {
  position: absolute;
  width: 1000px;
  max-width: 0;
  overflow: clip;
  top: 2px;
  left: 0;
  z-index: 1;
  transition: 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
}
.site-header__main--list__item.active {
  max-width: 1000px;
}
.site-header__cro .site-header__is-single .site-header__is-single--title h1 {
  margin-bottom: 24px !important;
}
.site-header__cro
  .site-header__is-single
  .site-header__is-single--title
  .site-header__main--stars {
  padding: 6px 12px;
  background: #ebeff1;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  margin-bottom: 8px;
}
@media (min-width: 992px) and (max-width: 991.98px) {
  html .navigation__wrap:hover .navigation__logo .site-logo-dng img {
    max-width: 80px;
  }
}
@media (min-width: 992px) {
  html .navigation__wrap:hover .navigation__links,
  html .navigation__wrap:hover .navigation__toggle {
    margin-right: 24px !important;
  }
}
.gform_wrapper .gf-after-footer.loader-shown,
.gform_wrapper.gravity-theme .gf-after-footer.loader-shown,
.gravity-theme .gf-after-footer.loader-shown,
html:not([data-scroll="0"]) .navigation__wrap::after {
  opacity: 1;
}
html:not([data-scroll="0"]) .navigation__wrap .navigation__logo {
  margin-left: 24px !important;
}
html:not([data-scroll="0"]) .navigation__wrap .navigation__links,
html:not([data-scroll="0"]) .navigation__wrap .navigation__toggle {
  margin-right: 24px !important;
}
.gform_wrapper .gform-footer input[type="submit"],
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper.gravity-theme .gform-footer input[type="submit"],
.gform_wrapper.gravity-theme .gform_footer input[type="submit"],
.gravity-theme .gform-footer input[type="submit"],
.gravity-theme .gform_footer input[type="submit"],
html[data-scroll="0"] .navigation__wrap::after {
  opacity: 0;
}
.page-template-thank-you .thank-you-page__logo {
  padding: 40px 0;
  text-align: center;
}
.page-template-thank-you .thank-you-page__logo img {
  width: 96px;
  height: auto;
}
.page-template-thank-you #main {
  min-height: calc(100vh - 72px - 106px);
}
.page-template-thank-you .site-footer__info {
  background: #fff;
}
.page-template-thank-you .thank-you-page__content {
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-thank-you .thank-you-page__content--wrapper__text p {
  font-size: clamp(
    1rem,
    0.8360426009rem + 0.8071748879vw,
    1.5625rem
  ) !important;
}
.page-template-thank-you .thank-you-page__content--wrapper__text p:last-of-type,
.page-template-thank-you
  .thank-you-page__content--wrapper__text
  p:last-of-type
  * {
  font-size: 1.125rem !important;
  font-weight: 300;
  line-height: 1.75rem;
}
.page-template-thank-you
  .thank-you-page__content--wrapper__text
  p:last-of-type
  *::before,
.page-template-thank-you
  .thank-you-page__content--wrapper__text
  p:last-of-type::before {
  min-height: unset !important;
}
.btn {
  padding: 21px 61px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.125rem !important;
  line-height: 1.75rem;
}
.btn__black {
  background: #333;
  border: 1px solid #333;
  color: #fff;
}
.btn__black:hover {
  background: 0 0;
  color: #333;
}
.btn__red {
  background: #7e181c;
  border: 1px solid #7e181c;
  color: #fff;
}
.btn_magnet2Sec,
.btn_snap2,
.gform_footer,
.main-menu__item--header-btn a {
  border-radius: 100px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1.875rem;
  text-decoration: none !important;
  font-weight: 700;
}
.btn__red:hover {
  background: 0 0;
  color: #7e181c;
}
.btn_magnet2Sec::after,
.btn_snap2::after,
.gform-footer::after,
.main-menu__item--header-btn a::after {
  opacity: 1;
  font-size: 16px;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: cover;
  filter: brightness(0) invert(1);
  width: 12px;
  height: 12px;
}
.btn__full {
  width: 100%;
  text-align: center;
}
.main-menu__item--header-btn a {
  padding: 12px 48px 12px 32px !important;
}
.btn_snap2,
.main-menu__item--header-btn a {
  padding: 12px 48px 12px 32px;
  font-size: 1.125rem;
  background: #333;
  outline: 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.btn_snap2::after,
.main-menu__item--header-btn a::after {
  content: "";
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  color: #fff;
  transition: 0.3s ease-in-out;
  background-position: center center;
  right: 32px;
}
.btn_snap2:hover .btn_snap2:not(.main-menu__item--header-btn a),
.btn_snap2:hover
  .main-menu__item--header-btn
  a:not(.main-menu__item--header-btn a),
.main-menu__item--header-btn
  a:hover
  .btn_snap2:not(.main-menu__item--header-btn a),
.main-menu__item--header-btn
  a:hover
  .main-menu__item--header-btn
  a:not(.main-menu__item--header-btn a) {
  background-color: #fff;
  text-decoration: none !important;
  color: #333 !important;
}
.btn_snap2:hover .btn_snap2:not(.main-menu__item--header-btn a)::after,
.btn_snap2:hover
  .main-menu__item--header-btn
  a:not(.main-menu__item--header-btn a)::after,
.main-menu__item--header-btn
  a:hover
  .btn_snap2:not(.main-menu__item--header-btn a)::after,
.main-menu__item--header-btn
  a:hover
  .main-menu__item--header-btn
  a:not(.main-menu__item--header-btn a)::after {
  filter: unset;
}
.btn_magnet2Sec::after,
.main-menu__item--header-btn a::after {
  position: relative;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
  left: auto;
  transform: unset;
}
.btn_magnet2Sec,
.gform_footer,
.main-menu__item--header-btn a {
  position: relative;
  padding: 21px 61px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem !important;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .site-header__cro .site-header__is-single .site-header__is-single--title h1 {
    margin-bottom: 12px !important;
  }
  html:not([data-scroll="0"])
    .navigation__wrap
    .navigation__logo
    .site-logo-dng
    img {
    max-width: 80px;
  }
  .btn_magnet2Sec,
  .main-menu__item--header-btn a {
    width: -moz-fit-content;
    width: fit-content;
  }
  .btn_magnet2Sec::after,
  .main-menu__item--header-btn a::after {
    left: 8px;
    margin: unset;
  }
  .btn_magnet2Sec,
  .gform_footer,
  .main-menu__item--header-btn a {
    padding: 18px 48px;
  }
}
.btn_magnet2Sec::before,
.gform_footer::before,
.main-menu__item--header-btn a::before {
  display: none;
}
.btn_magnet2Sec,
.gform-footer {
  background: #7e181c;
  outline: 0;
  color: #fff !important;
  display: flex !important;
  overflow: clip;
}
.btn_magnet2Sec .btn_text .link_title,
.gform-footer .btn_text .link_title {
  display: block;
  position: relative;
  line-height: normal;
  transform: translateY(0);
}
.btn_magnet2Sec .btn_text .link_title::after,
.gform-footer .btn_text .link_title::after {
  content: attr(data-text);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  transform: translateY(80%);
  transition: 0.75s cubic-bezier(0.4, 0, 0, 1);
}
.btn_magnet2Sec::after,
.gform-footer::after {
  position: relative;
  content: "";
  color: #fff;
  transition: 0.3s ease-in-out;
  background-position: center center;
}
.hd-cards .hd-cards__lazy {
  position: relative;
  overflow: hidden;
}
.hd-cards .hd-cards__lazy--image-wrapper__img {
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
}
.hd-cards a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.block-form .block-form__content--form form .gfield_error .gfield_label,
.block-form .block-form__content--form form .gfield_error input[type="email"],
.block-form .block-form__content--form form .gfield_error input[type="tel"],
.block-form .block-form__content--form form .gfield_error input[type="text"],
.block-form .block-form__content--form form .gfield_error select,
.block-form .block-form__content--form form .gfield_error textarea,
.block-form .block-form__content--form form .hd-gf-field-error .gfield_label,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="email"],
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="tel"],
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="text"],
.block-form .block-form__content--form form .hd-gf-field-error select,
.block-form .block-form__content--form form .hd-gf-field-error textarea {
  color: #c02b0a !important;
  outline-color: #c02b0a !important;
}
.block-form
  .block-form__content--form
  form
  .gfield_error
  .gfield_label::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="email"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="tel"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="text"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  select::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  textarea::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  .gfield_label::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="email"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="tel"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="text"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  select::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  textarea::-moz-placeholder {
  color: #c02b0a !important;
}
.block-form
  .block-form__content--form
  form
  .gfield_error
  .gfield_label::placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="email"]::placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="tel"]::placeholder,
.block-form
  .block-form__content--form
  form
  .gfield_error
  input[type="text"]::placeholder,
.block-form .block-form__content--form form .gfield_error select::placeholder,
.block-form .block-form__content--form form .gfield_error textarea::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  .gfield_label::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="email"]::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="tel"]::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  input[type="text"]::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  select::placeholder,
.block-form
  .block-form__content--form
  form
  .hd-gf-field-error
  textarea::placeholder {
  color: #c02b0a !important;
}
.block-form .block-form__content--form form input[type="email"],
.block-form .block-form__content--form form input[type="tel"],
.block-form .block-form__content--form form input[type="text"],
.block-form .block-form__content--form form select,
.block-form .block-form__content--form form textarea {
  outline: #c7ccd0 solid 1px !important;
  padding: 16px 24px;
}
.block-form
  .block-form__content--form
  form
  input[type="email"]::-moz-placeholder,
.block-form .block-form__content--form form input[type="tel"]::-moz-placeholder,
.block-form
  .block-form__content--form
  form
  input[type="text"]::-moz-placeholder,
.block-form .block-form__content--form form select::-moz-placeholder,
.block-form .block-form__content--form form textarea::-moz-placeholder {
  color: #333 !important;
}
.block-form .block-form__content--form form input[type="email"]::placeholder,
.block-form .block-form__content--form form input[type="tel"]::placeholder,
.block-form .block-form__content--form form input[type="text"]::placeholder,
.block-form .block-form__content--form form select::placeholder,
.block-form .block-form__content--form form textarea::placeholder {
  color: #333 !important;
}
.gform_wrapper,
.gform_wrapper.gravity-theme,
.gravity-theme {
  accent-color: #7e181c !important;
}
.gform_wrapper .gform_fields,
.gform_wrapper.gravity-theme .gform_fields,
.gravity-theme .gform_fields {
  row-gap: 32px !important;
  -moz-column-gap: 32px !important;
  column-gap: 32px !important;
}
.gform_wrapper .gform_fields .gfield *,
.gform_wrapper
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend)
  span.budget-wrapper,
.gform_wrapper.gravity-theme .gform_fields .gfield *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend)
  span.budget-wrapper,
.gravity-theme .gform_fields .gfield *,
.gravity-theme
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend)
  span.budget-wrapper {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.gform_wrapper
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label,
.gform_wrapper .gform_fields .gfield.gfield--type-email label,
.gform_wrapper .gform_fields .gfield.gfield--type-phone label,
.gform_wrapper .gform_fields .gfield.gfield--type-select label,
.gform_wrapper .gform_fields .gfield.gfield--type-text label,
.gform_wrapper .gform_fields .gfield.gfield--type-textarea label,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-email label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-phone label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-select label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-text label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-textarea label,
.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label,
.gravity-theme .gform_fields .gfield.gfield--type-email label,
.gravity-theme .gform_fields .gfield.gfield--type-phone label,
.gravity-theme .gform_fields .gfield.gfield--type-select label,
.gravity-theme .gform_fields .gfield.gfield--type-text label,
.gravity-theme .gform_fields .gfield.gfield--type-textarea label {
  color: #333;
  opacity: 0.6;
  position: absolute;
  left: 24px;
  top: 20px;
  bottom: 0;
  right: auto;
  font-weight: 400;
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  width: calc(100% - 48px);
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 767.98px) {
  .site-header__cro .site-header__is-single .site-header__is-single--title {
    margin-bottom: 44px;
  }
  .site-header__cro
    .site-header__is-single
    .site-header__is-single--title
    .visual-h4 {
    font-size: 1.35rem !important;
  }
  .site-header__cro
    .site-header__is-single
    .site-header__is-single--title
    .site-header__main--stars {
    transform: scale(0.7) translateX(-68px) translateY(-8px);
    margin-bottom: 0;
  }
  .gform_wrapper .gform_fields .gfield *,
  .gform_wrapper
    .gform_fields
    .gfield.budget-field-wrapper
    .gform-field-label:not(legend)
    span.budget-wrapper,
  .gform_wrapper.gravity-theme .gform_fields .gfield *,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.budget-field-wrapper
    .gform-field-label:not(legend)
    span.budget-wrapper,
  .gravity-theme .gform_fields .gfield *,
  .gravity-theme
    .gform_fields
    .gfield.budget-field-wrapper
    .gform-field-label:not(legend)
    span.budget-wrapper {
    font-size: 14px;
    line-height: 1.5rem;
  }
  .gform_wrapper
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label,
  .gform_wrapper .gform_fields .gfield.gfield--type-email label,
  .gform_wrapper .gform_fields .gfield.gfield--type-phone label,
  .gform_wrapper .gform_fields .gfield.gfield--type-select label,
  .gform_wrapper .gform_fields .gfield.gfield--type-text label,
  .gform_wrapper .gform_fields .gfield.gfield--type-textarea label,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label,
  .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-email label,
  .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-phone label,
  .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-select label,
  .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-text label,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-textarea
    label,
  .gravity-theme
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label,
  .gravity-theme .gform_fields .gfield.gfield--type-email label,
  .gravity-theme .gform_fields .gfield.gfield--type-phone label,
  .gravity-theme .gform_fields .gfield.gfield--type-select label,
  .gravity-theme .gform_fields .gfield.gfield--type-text label,
  .gravity-theme .gform_fields .gfield.gfield--type-textarea label {
    top: 22px;
  }
}
.gform_wrapper
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty,
.gform_wrapper .gform_fields .gfield.gfield--type-email label.not-empty,
.gform_wrapper .gform_fields .gfield.gfield--type-phone label.not-empty,
.gform_wrapper .gform_fields .gfield.gfield--type-select label.not-empty,
.gform_wrapper .gform_fields .gfield.gfield--type-text label.not-empty,
.gform_wrapper .gform_fields .gfield.gfield--type-textarea label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty,
.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty,
.gravity-theme .gform_fields .gfield.gfield--type-email label.not-empty,
.gravity-theme .gform_fields .gfield.gfield--type-phone label.not-empty,
.gravity-theme .gform_fields .gfield.gfield--type-select label.not-empty,
.gravity-theme .gform_fields .gfield.gfield--type-text label.not-empty,
.gravity-theme .gform_fields .gfield.gfield--type-textarea label.not-empty {
  top: 4px;
  color: #333;
  opacity: 1;
  font-size: 0.75rem;
  line-height: 1.375rem;
}
@media (max-width: 991.98px) {
  .gform_wrapper
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label.not-empty,
  .gform_wrapper .gform_fields .gfield.gfield--type-email label.not-empty,
  .gform_wrapper .gform_fields .gfield.gfield--type-phone label.not-empty,
  .gform_wrapper .gform_fields .gfield.gfield--type-select label.not-empty,
  .gform_wrapper .gform_fields .gfield.gfield--type-text label.not-empty,
  .gform_wrapper .gform_fields .gfield.gfield--type-textarea label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-email
    label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-phone
    label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-select
    label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-text
    label.not-empty,
  .gform_wrapper.gravity-theme
    .gform_fields
    .gfield.gfield--type-textarea
    label.not-empty,
  .gravity-theme
    .gform_fields
    .gfield
    fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
    label.not-empty,
  .gravity-theme .gform_fields .gfield.gfield--type-email label.not-empty,
  .gravity-theme .gform_fields .gfield.gfield--type-phone label.not-empty,
  .gravity-theme .gform_fields .gfield.gfield--type-select label.not-empty,
  .gravity-theme .gform_fields .gfield.gfield--type-text label.not-empty,
  .gravity-theme .gform_fields .gfield.gfield--type-textarea label.not-empty {
    top: 2px;
  }
  .article-list {
    padding-bottom: 50px;
  }
}
.gform_wrapper
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required
  *,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required
  *,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required
  *,
.gform_wrapper .gform_fields .gfield.gfield--type-select label .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-select
  label
  .gfield_required
  *,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required
  *,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required
  *,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required,
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required
  *,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield
  fieldset:not(.gfield--type-image_choice, .gfield--type-consent)
  label.not-empty
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-email
  label.not-empty
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-phone
  label.not-empty
  .gfield_required
  *,
.gravity-theme .gform_fields .gfield.gfield--type-select label .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  label.not-empty
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-text
  label.not-empty
  .gfield_required
  *,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-textarea
  label.not-empty
  .gfield_required
  * {
  font-size: 0.75rem;
  line-height: 1.375rem;
}
.gform_wrapper .gform_fields .gfield.gfield--type-select label,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-select label,
.gravity-theme .gform_fields .gfield.gfield--type-select label {
  opacity: 1 !important;
  top: 3px !important;
  color: #333;
  font-size: 0.75rem;
  line-height: 1.375rem;
  z-index: 1;
  pointer-events: none;
}
.gform_wrapper
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select::after,
.gform_wrapper .ginput_container_select::after,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select::after,
.gform_wrapper.gravity-theme .ginput_container_select::after,
.gravity-theme
  .gform_fields
  .gfield.gfield--type-select
  .ginput_container_select::after,
.gravity-theme .ginput_container_select::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  background-image: url(../../images/svg/icon-arrow.svg);
  pointer-events: none;
}
.gform_wrapper .gform_fields .gfield.gfield--type-select select,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-select select,
.gravity-theme .gform_fields .gfield.gfield--type-select select {
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend),
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend),
.gravity-theme
  .gform_fields
  .gfield.budget-field-wrapper
  .gform-field-label:not(legend) {
  font-size: 1rem !important;
  line-height: 1.625rem !important;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice,
.gform_wrapper .gform_fields .gfield.gfield--type-radio .gchoice,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-checkbox
  .gchoice,
.gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-radio .gchoice,
.gravity-theme .gform_fields .gfield.gfield--type-checkbox .gchoice,
.gravity-theme .gform_fields .gfield.gfield--type-radio .gchoice {
  padding: 4px 8px;
  border-radius: 4px;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice label,
.gform_wrapper .gform_fields .gfield.gfield--type-radio .gchoice label,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-checkbox
  .gchoice
  label,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-radio
  .gchoice
  label,
.gravity-theme .gform_fields .gfield.gfield--type-checkbox .gchoice label,
.gravity-theme .gform_fields .gfield.gfield--type-radio .gchoice label {
  border: 0 !important;
  background: 0 0 !important;
  width: -webkit-fill-available !important;
}
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice label:hover,
.gform_wrapper .gform_fields .gfield.gfield--type-checkbox .gchoice:hover,
.gform_wrapper .gform_fields .gfield.gfield--type-radio .gchoice label:hover,
.gform_wrapper .gform_fields .gfield.gfield--type-radio .gchoice:hover,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-checkbox
  .gchoice
  label:hover,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-checkbox
  .gchoice:hover,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-radio
  .gchoice
  label:hover,
.gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gfield--type-radio
  .gchoice:hover,
.gravity-theme .gform_fields .gfield.gfield--type-checkbox .gchoice label:hover,
.gravity-theme .gform_fields .gfield.gfield--type-checkbox .gchoice:hover,
.gravity-theme .gform_fields .gfield.gfield--type-radio .gchoice label:hover,
.gravity-theme .gform_fields .gfield.gfield--type-radio .gchoice:hover {
  border: 1px solid #c7ccd0;
  background: #fff;
  cursor: pointer !important;
}
.gform_wrapper
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]),
.gform_wrapper .gform_fields .ginput_container select,
.gform_wrapper .gform_fields .ginput_container textarea,
.gform_wrapper.gravity-theme
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]),
.gform_wrapper.gravity-theme .gform_fields .ginput_container select,
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea,
.gravity-theme
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]),
.gravity-theme .gform_fields .ginput_container select,
.gravity-theme .gform_fields .ginput_container textarea {
  border-radius: 8px;
  border: 0 !important;
  outline: #333333 solid 1px;
  padding: 20px 24px;
  font-size: 1.125rem;
  line-height: 1.75rem !important;
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_wrapper
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]):focus,
.gform_wrapper .gform_fields .ginput_container select:focus,
.gform_wrapper .gform_fields .ginput_container textarea:focus,
.gform_wrapper.gravity-theme
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]):focus,
.gform_wrapper.gravity-theme .gform_fields .ginput_container select:focus,
.gform_wrapper.gravity-theme .gform_fields .ginput_container textarea:focus,
.gravity-theme
  .gform_fields
  .ginput_container
  input:not([type="checkbox"], [type="radio"]):focus,
.gravity-theme .gform_fields .ginput_container select:focus,
.gravity-theme .gform_fields .ginput_container textarea:focus {
  outline: #181818 solid 1px;
}
.gform_wrapper .gform_fields .ginput_container input[type="checkbox"],
.gform_wrapper.gravity-theme
  .gform_fields
  .ginput_container
  input[type="checkbox"],
.gravity-theme .gform_fields .ginput_container input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 0.25em;
  transition:
    background-color 0.15s ease-in-out,
    background-position 0.35s;
}
.gform_wrapper input:not([type="checkbox"]):not([type="radio"]),
.gform_wrapper input[type="tel"],
.gform_wrapper textarea,
.gform_wrapper.gravity-theme input:not([type="checkbox"]):not([type="radio"]),
.gform_wrapper.gravity-theme input[type="tel"],
.gform_wrapper.gravity-theme textarea,
.gravity-theme input:not([type="checkbox"]):not([type="radio"]),
.gravity-theme input[type="tel"],
.gravity-theme textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 !important;
  border-radius: 8px;
  outline: 0 !important;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.gform_wrapper input:not([type="checkbox"]):not([type="radio"]):focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper.gravity-theme
  input:not([type="checkbox"]):not([type="radio"]):focus,
.gform_wrapper.gravity-theme input[type="tel"]:focus,
.gform_wrapper.gravity-theme textarea:focus,
.gravity-theme input:not([type="checkbox"]):not([type="radio"]):focus,
.gravity-theme input[type="tel"]:focus,
.gravity-theme textarea:focus {
  outline-color: #7e181c;
}
.gform_wrapper .ginput_container_select select,
.gform_wrapper.gravity-theme .ginput_container_select select,
.gravity-theme .ginput_container_select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 8px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #333 !important;
  background: #fff !important;
}
.gform_wrapper .ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield_radio .gchoice,
.gravity-theme .ginput_container_radio .gfield_radio .gchoice {
  display: flex;
  gap: 8px;
  align-items: start;
}
.gform_wrapper
  .ginput_container_radio
  .gfield_radio
  .gchoice
  .gfield-choice-input,
.gform_wrapper.gravity-theme
  .ginput_container_radio
  .gfield_radio
  .gchoice
  .gfield-choice-input,
.gravity-theme
  .ginput_container_radio
  .gfield_radio
  .gchoice
  .gfield-choice-input {
  margin-top: 6px;
}
.gform_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"],
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"],
.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"] {
  margin-top: 6px;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #333;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 0.25em;
  transition:
    background-color 0.15s ease-in-out,
    background-position 0.35s;
}
.gform_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked,
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked,
.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  input[type="checkbox"]:checked {
  background-color: #7e181c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.gform_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  .gform-field-label,
.gform_wrapper.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  .gform-field-label,
.gravity-theme
  .ginput_container_checkbox
  .gfield_checkbox
  .gchoice
  .gform-field-label {
  top: 0 !important;
  position: relative !important;
  left: 0 !important;
  margin: unset !important;
  pointer-events: all !important;
  bottom: 0 !important;
  right: unset !important;
}
.gform_wrapper .ginput_container_checkbox .gfield-choice-input,
.gform_wrapper .ginput_container_radio .gfield-choice-input,
.gform_wrapper.gravity-theme .ginput_container_checkbox .gfield-choice-input,
.gform_wrapper.gravity-theme .ginput_container_radio .gfield-choice-input,
.gravity-theme .ginput_container_checkbox .gfield-choice-input,
.gravity-theme .ginput_container_radio .gfield-choice-input {
  width: 15px !important;
  height: 15px !important;
}
.gform_wrapper .gform-footer,
.gform_wrapper .gform_footer,
.gform_wrapper.gravity-theme .gform-footer,
.gform_wrapper.gravity-theme .gform_footer,
.gravity-theme .gform-footer,
.gravity-theme .gform_footer {
  background: #fff;
  outline: 0 !important;
  overflow: clip;
  position: relative;
}
.gform_wrapper .gform-footer::after,
.gform_wrapper .gform_footer::after,
.gform_wrapper.gravity-theme .gform-footer::after,
.gform_wrapper.gravity-theme .gform_footer::after,
.gravity-theme .gform-footer::after,
.gravity-theme .gform_footer::after {
  top: 0;
  bottom: 0;
  margin: auto;
  right: -8px;
  left: auto;
  transform: unset;
  position: relative;
  content: "";
  opacity: 1;
  font-size: 16px;
  color: #fff;
  transition: 0.3s ease-in-out;
  width: 12px;
  height: 12px;
  background-image: url(../../images/svg/icon-arrow-right.svg);
  background-size: cover;
  background-position: center center;
  filter: unset;
}
.gform_wrapper .gform-footer .btn_text,
.gform_wrapper .gform_footer .btn_text,
.gform_wrapper.gravity-theme .gform-footer .btn_text,
.gform_wrapper.gravity-theme .gform_footer .btn_text,
.gravity-theme .gform-footer .btn_text,
.gravity-theme .gform_footer .btn_text {
  position: absolute;
  left: 40px;
  top: 14px;
  margin: auto;
  pointer-events: none;
}
.gform_wrapper .gform_validation_errors,
.gform_wrapper.gravity-theme .gform_validation_errors,
.gravity-theme .gform_validation_errors {
  outline: 0 !important;
  margin-bottom: 40px;
}
.gform_wrapper h2,
.gform_wrapper.gravity-theme h2,
.gravity-theme h2 {
  font-size: 13.2px !important;
  line-height: 17.6px !important;
}
.gform_wrapper .gf-after-footer,
.gform_wrapper.gravity-theme .gf-after-footer,
.gravity-theme .gf-after-footer {
  position: absolute;
  bottom: 14px;
  right: auto;
  left: 196px;
  pointer-events: none;
  opacity: 0;
}
.gform_wrapper .gf-after-footer .gform_loading_submission,
.gform_wrapper.gravity-theme .gf-after-footer .gform_loading_submission,
.gravity-theme .gf-after-footer .gform_loading_submission {
  width: 26px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 4px solid #fff;
  border-right-color: #333;
  animation: 1s linear infinite l2;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.cky-modal {
  z-index: 6 !important;
}
.cky-consent-container {
  border-radius: 12px !important;
  box-shadow: -8px 6px 62px 0 rgba(0, 0, 0, 0.1);
  bottom: 20px !important;
  left: 20px !important;
  z-index: 6 !important;
}
@media (max-width: 767.98px) {
  .cky-modal {
    z-index: 999 !important;
  }
  .cky-consent-container {
    width: 400px;
  }
}
.cky-consent-container .cky-consent-bar,
.cky-consent-container .cky-notice-des {
  background: #fff !important;
  color: #333 !important;
  border-color: #7e181c !important;
  box-shadow: none !important;
}
.cky-consent-container .cky-consent-bar {
  border: 0 !important;
  padding: 24px !important;
  border-radius: 12px !important;
}
.cky-btn.cky-btn-customize,
.cky-btn.cky-btn-reject {
  margin-bottom: 12px;
}
.cky-prefrence-btn-wrapper .cky-btn-reject {
  margin-bottom: 0 !important;
  margin-right: 8px !important;
}
.cky-notice-des p {
  font-size: 0.875rem !important;
  line-height: 1.3125rem !important;
  font-weight: 400 !important;
}
.cky-btn-revisit-wrapper {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0 !important;
  pointer-events: none !important;
  background: #7e181c !important;
}
.cky-btn-revisit-wrapper.cky-shown {
  opacity: 1 !important;
  pointer-events: auto !important;
}
.cky-overlay {
  display: none !important;
  background: 0 0 !important;
  z-index: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.cky-modal::after {
  content: "";
  width: 100%;
  height: 100%;
  scale: 0;
  background: #000;
  opacity: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cky-modal.cky-modal-open:after {
  scale: 500;
  opacity: 0.4;
}
.cky-preference-center {
  z-index: 1;
  background-color: #fff !important;
  color: #333 !important;
}
.cky-preference-center p,
.cky-preference-center span {
  color: #333 !important;
  font-size: 14px !important;
  line-height: 26px !important;
}
.cky-preference-center .cky-preference-title {
  font-size: unset !important;
  line-height: unset !important;
}
.cky-preference-center .cky-show-desc-btn {
  color: #7e181c !important;
}
.cky-preference-center .cky-audit-table {
  color: #333 !important;
}
.cky-preference-center .cky-switch input[aria-label="Enable Analytics"],
.cky-preference-center .cky-switch input[aria-label="Enable Functional"],
.cky-preference-center .cky-switch input[aria-label="Enable Functioneel"],
.cky-preference-center .cky-switch input[aria-label="Inschakelen Analytics"],
.cky-preference-center .cky-switch input[aria-label="Inschakelen Functioneel"] {
  background: #595e5b !important;
}
.cky-preference-center .cky-cookie-des-table li div p {
  font-size: 12px !important;
  line-height: 24px !important;
}
.cky-preference-center .cky-btn-accept {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
.cky-btn-accept {
  border: 0 !important;
  background: #333 !important;
  color: #fff !important;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 0 !important;
  margin-left: 12px !important;
  border-radius: 4px !important;
}
.cky-btn-customize,
.cky-btn-reject,
.cky-btn.cky-btn-preferences {
  margin-bottom: 0 !important;
  background: #ebeff1 !important;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cky-btn-accept:hover {
  color: #fff !important;
  opacity: 1 !important;
}
.cky-btn-reject {
  border: 0 !important;
  color: #333 !important;
  border-radius: 4px !important;
}
.cky-btn-customize:hover,
.cky-btn-reject:hover,
.cky-btn.cky-btn-preferences:hover {
  color: #333 !important;
  opacity: 1 !important;
}
.cky-btn-customize,
.cky-btn.cky-btn-preferences {
  border: 0 !important;
  color: #333 !important;
  border-radius: 4px !important;
}
.article-list-page__wrapper {
  margin-top: 48px;
}
.article-list {
  min-height: 450px;
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .article-list {
    margin-bottom: 8px;
    min-height: 380px;
  }
}
@media (max-width: 575.98px) {
  .block-pricing .container-snap,
  .hd-nieuws .container-snap {
    margin: 24px auto;
  }
  .block-projects .row.gx-big {
    -moz-column-count: 1;
    column-count: 1;
  }
  .site-header__main--list {
    margin: 0;
    height: 70px;
  }
  .btn_magnet2Sec,
  .gform_footer,
  .main-menu__item--header-btn a {
    padding: 18px 32px;
  }
  .gform_wrapper .gform_fields,
  .gform_wrapper.gravity-theme .gform_fields,
  .gravity-theme .gform_fields {
    -moz-column-gap: unset !important;
    column-gap: unset !important;
  }
  .cky-consent-container {
    width: calc(100% - 40px) !important;
  }
  .cky-notice-btn-wrapper {
    flex-direction: column;
  }
  .cky-btn-accept {
    margin-left: 0 !important;
  }
  .article-list {
    margin-bottom: 50px;
  }
}
.article-list a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.article-list__title {
  color: #333;
  margin-top: 16px;
}
.article-list__thumbnail {
  margin-bottom: 0;
  overflow: hidden;
}
.article-list__thumbnail img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1199.98px) {
  .article-list__thumbnail img {
    height: 175px;
  }
}
@media (max-width: 991.98px) {
  .article-list__thumbnail img {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .article-list__thumbnail img {
    height: 200px;
  }
}
.article-list__excerpt p {
  margin-top: 8px;
}
hr {
  border: none;
  border-bottom: 1px solid #333;
  height: 0.5px;
  opacity: 1;
  margin: 0;
}
.bg-none {
  background-color: transparent !important;
}
.bg-grey {
  background-color: #c7ccd0 !important;
}
.bg-lightgrey {
  background-color: #ebeff1 !important;
}
.bg-red {
  background-color: #7e181c !important;
}
.bg-dark {
  background-color: #333 !important;
}
.bg-extra-dark {
  background-color: #181818 !important;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.visual-h1,
.visual-h2,
.visual-h3,
.visual-h4,
.visual-h5,
.visual-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}
.visual-h1,
h1 {
  font-size: clamp(2.25rem, 1.4484304933rem + 3.9461883408vw, 5rem) !important;
}
.visual-h2,
h2 {
  font-size: clamp(
    1.875rem,
    1.5106502242rem + 1.7937219731vw,
    3.125rem
  ) !important;
}
@media (max-width: 991.98px) {
  .visual-h2,
  h2 {
    line-height: 130%;
  }
}
.visual-h3,
h3 {
  font-size: clamp(
    1.6875rem,
    1.4506726457rem + 1.1659192825vw,
    2.5rem
  ) !important;
}
.visual-h4,
h4,
main a,
main p,
main ul li {
  font-size: clamp(
    1.4375rem,
    1.2735426009rem + 0.8071748879vw,
    2rem
  ) !important;
}
.visual-h4,
h4 {
  line-height: 1.4;
}
.visual-h5,
h5 {
  font-size: clamp(
    1rem,
    0.8360426009rem + 0.8071748879vw,
    1.5625rem
  ) !important;
  line-height: 1.35;
}
main a,
main p,
main ul li {
  font-weight: 400;
  line-height: 140%;
}
@media only screen and (max-width: 991.5px) {
  .block-projects__project-wrapper__title,
  .block-reviews__review-wrap__text p,
  .block-seo .seo-item ul a,
  .block-seo .seo-item ul li,
  .page-template-thank-you .thank-you-page__content--wrapper__text p,
  .visual-h5,
  .visual-h6,
  h5,
  h6 {
    font-size: 1rem;
  }
  .block-review-vertical .block-reviews__content--title,
  .block-reviews__title span,
  .block-services__title span,
  .block-slider__title span,
  .single-project .block-intro-title span,
  .visual-h2,
  h2 {
    font-size: 1.875rem;
  }
  .block-reviews__cta span:not(.link_title),
  .block-services__cta--title,
  .single-project .project-content__button--wrapper__title {
    font-size: 1.25rem;
  }
  .block-services__grid--service-single p,
  .visual-h4,
  h4,
  main a,
  main p,
  main ul li {
    font-size: 1.4375rem;
  }
  .visual-h1,
  h1 {
    font-size: 2.25rem;
  }
  .visual-h3,
  h3 {
    font-size: 1.6875rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1439px) {
  .block-projects__project-wrapper__title,
  .page-template-thank-you .thank-you-page__content--wrapper__text p,
  .visual-h5,
  h5 {
    font-size: calc((1rem + 1.5625rem) / 2);
  }
  .block-review-vertical .block-reviews__content--title,
  .block-reviews__title span,
  .block-services__title span,
  .block-slider__title span,
  .single-project .block-intro-title span,
  .visual-h2,
  h2 {
    font-size: calc((1.875rem + 3.125rem) / 2);
  }
  .block-reviews__cta span:not(.link_title),
  .block-services__cta--title,
  .single-project .project-content__button--wrapper__title {
    font-size: calc((1.25rem + 1.9375rem) / 2);
  }
  .block-reviews__review-wrap__text p {
    font-size: calc((1rem + 1.125rem) / 2);
  }
  .block-seo .seo-item ul a,
  .block-seo .seo-item ul li,
  .visual-h6,
  h6 {
    font-size: calc((1rem + 1.25rem) / 2);
  }
  .block-services__grid--service-single p {
    font-size: calc((1.4375rem + 1.5625rem) / 2);
  }
  .visual-h1,
  h1 {
    font-size: calc((2.25rem + 5rem) / 2);
  }
  .visual-h3,
  h3 {
    font-size: calc((1.6875rem + 2.5rem) / 2);
  }
  .visual-h4,
  h4,
  main a,
  main p,
  main ul li {
    font-size: calc((1.4375rem + 2rem) / 2);
  }
}
@media only screen and (min-width: 1439.5px) {
  .block-projects__project-wrapper__title,
  .block-services__grid--service-single p,
  .page-template-thank-you .thank-you-page__content--wrapper__text p,
  .visual-h5,
  h5 {
    font-size: 1.5625rem;
  }
  .block-review-vertical .block-reviews__content--title,
  .block-reviews__title span,
  .block-services__title span,
  .block-slider__title span,
  .single-project .block-intro-title span,
  .visual-h2,
  h2 {
    font-size: 3.125rem;
  }
  .block-reviews__cta span:not(.link_title),
  .block-services__cta--title,
  .single-project .project-content__button--wrapper__title {
    font-size: 1.9375rem;
  }
  .block-reviews__review-wrap__text p {
    font-size: 1.125rem;
  }
  .block-seo .seo-item ul a,
  .block-seo .seo-item ul li,
  .visual-h6,
  h6 {
    font-size: 1.25rem;
  }
  .visual-h1,
  h1 {
    font-size: 5rem;
  }
  .visual-h3,
  h3 {
    font-size: 2.5rem;
  }
  .visual-h4,
  h4,
  main a,
  main p,
  main ul li {
    font-size: 2rem;
  }
}
main p {
  margin-bottom: 1em !important;
}
/*# sourceMappingURL=style.css.map */
