/*!
Theme Name: Kingfisher, iClicks
Theme URI: https://iclicks.nl/
Author: Frontend Development, iClicks
Author URI: https://iclicks.nl/
Description: Customized iClicks theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kfi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, grid-layout, one-column, two-columns, left-sidebar, right-sidebar, footer-widgets, full-width-template, theme-options
*/

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Roboto, system-ui;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  font-family: Roboto, system-ui !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
  margin-bottom: 20px;
  font-family: Rajdhani, system-ui;
  font-weight: 700;
  line-height: 1.2em;
}

h1,
  .h1 {
  font-size: 30px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 45px;
  }
}

h2,
  .h2 {
  font-size: 26px;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
  .h3 {
  font-size: 22px;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
  .h4 {
  font-size: 20px;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
  .h5 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
  .h6 {
  font-size: 15px;
}

@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

p {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.625;
}

@media (min-width: 768px) {
  p {
    margin-bottom: 35px;
    font-size: 16px;
  }
}

a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 63 169 / var(--tw-text-opacity, 1));
}

strong {
  font-weight: 700;
}

ul,
  ol {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  ul,
  ol {
    margin-bottom: 35px;
  }
}

li {
  line-height: 1.625;
}

li > ul {
  margin-bottom: 0px;
  padding-left: 20px;
}

.text-editor ul li {
  position: relative !important;
  padding-left: 20px !important;
}

.text-editor ul li:before {
  content: "\f111";
  position: absolute !important;
  top: 8px !important;
  left: 0px !important;
  padding-right: 8px !important;
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 6px !important;
  font-weight: 900 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
}

ul.arrow li,
  .text-editor ul.arrow li,
  ul.check li,
  ul.check-round li {
  position: relative;
  margin-bottom: 0.5em;
  overflow-wrap: break-word;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 400;
}

.content-lp-sidebar ul li:before,
  ul.arrow li:before,
  .text-editor ul.arrow li:before,
  ul.check li:before {
  position: absolute !important;
  left: 0px !important;
  top: 3px !important;
  display: flex !important;
  height: 20px !important;
  width: 20px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  font-family: 'Font Awesome 6 Pro' !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
  --tw-content: '\f336' !important;
  content: var(--tw-content) !important;
}

.usps ul.check li:before {
  top: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
  --tw-content: '\f058' !important;
  content: var(--tw-content) !important;
}

@media (min-width: 1024px) {
  .usps ul.check li:before {
    top: 3px !important;
  }
}

ul.arrow li:before,
  .text-editor ul.arrow li:before {
  --tw-content: '\f061' !important;
  content: var(--tw-content) !important;
}

.container {
  width: 100%;
}

@media (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1340px) {
  .container {
    max-width: 1340px;
  }
}

.btn {
  display: inline-flex !important;
  cursor: pointer !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.25rem !important;
  border-width: 2px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: center !important;
  font-weight: 700 !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
}

.btn-sm {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.btn-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 63 169 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 63 169 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary.muted {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
}

.btn-primary.muted:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

/* Basic styles for all input fields */

[multiple],
  [type="date"],
  [type="datetime-local"],
  [type="email"],
  [type="month"],
  [type="number"],
  [type="password"],
  [type="search"],
  [type="tel"],
  [type="text"],
  [type="time"],
  [type="url"],
  [type="week"],
  select,
  textarea {
  border-radius: 0.375rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}

[multiple]:focus,
  [type="date"]:focus,
  [type="datetime-local"]:focus,
  [type="email"]:focus,
  [type="month"]:focus,
  [type="number"]:focus,
  [type="password"]:focus,
  [type="search"]:focus,
  [type="tel"]:focus,
  [type="text"]:focus,
  [type="time"]:focus,
  [type="url"]:focus,
  [type="week"]:focus,
  select:focus,
  textarea:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(232 232 232 / var(--tw-ring-opacity, 1)) !important;
}

input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
  margin-top: 4px !important;
  border-radius: 0px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-family: Rajdhani, system-ui !important;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder {
  font-family: Roboto, system-ui !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
}

input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder {
  font-family: Roboto, system-ui !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
}

/* Squares */

.square {
  position: relative !important;
  width: 100% !important;
}

.square:after {
  content: "";
  display: block !important;
  padding-bottom: 100% !important;
}

.square .inner {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
}

/* Image overlay */

.overlay-wrapper {
  position: relative !important;
  overflow: hidden !important;
}

.overlay {
  position: absolute !important;
  top: 0px !important;
  left: -100% !important;
  right: 0px !important;
  height: 100% !important;
  width: 100% !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 500ms !important;
}

.overlay-wrapper:hover .overlay {
  left: 0px !important;
}

.visible {
  visibility: visible !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.inset-0 {
  inset: 0px !important;
}

.-left-100p {
  left: -100% !important;
}

.bottom-0 {
  bottom: 0px !important;
}

.left-0 {
  left: 0px !important;
}

.left-auto {
  left: auto !important;
}

.right-0 {
  right: 0px !important;
}

.top-0 {
  top: 0px !important;
}

.top-8 {
  top: 8px !important;
}

.top-\[3px\] {
  top: 3px !important;
}

.-z-\[1\] {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-10 {
  z-index: 10 !important;
}

.z-20 {
  z-index: 20 !important;
}

.z-\[10\] {
  z-index: 10 !important;
}

.z-\[11\] {
  z-index: 11 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.col-span-1 {
  grid-column: span 1 / span 1 !important;
}

.col-span-2 {
  grid-column: span 2 / span 2 !important;
}

.col-span-4 {
  grid-column: span 4 / span 4 !important;
}

.col-span-5 {
  grid-column: span 5 / span 5 !important;
}

.float-none {
  float: none !important;
}

.-mx-10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.-mb-10 {
  margin-bottom: -10px !important;
}

.-mb-5 {
  margin-bottom: -5px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-\[0\.5em\] {
  margin-bottom: 0.5em !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

.inline-flex {
  display: inline-flex !important;
}

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.hidden {
  display: none !important;
}

.h-140 {
  height: 140px !important;
}

.h-20 {
  height: 20px !important;
}

.h-300 {
  height: 300px !important;
}

.h-35 {
  height: 35px !important;
}

.h-5 {
  height: 5px !important;
}

.h-50 {
  height: 50px !important;
}

.h-\[100px\] {
  height: 100px !important;
}

.h-\[150px\] {
  height: 150px !important;
}

.h-\[1px\] {
  height: 1px !important;
}

.h-\[20px\] {
  height: 20px !important;
}

.h-\[75px\] {
  height: 75px !important;
}

.h-auto {
  height: auto !important;
}

.h-full {
  height: 100% !important;
}

.w-0 {
  width: 0px !important;
}

.w-100 {
  width: 100px !important;
}

.w-140 {
  width: 140px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25p {
  width: 25% !important;
}

.w-35 {
  width: 35px !important;
}

.w-50p {
  width: 50% !important;
}

.w-75p {
  width: 75% !important;
}

.w-\[150px\] {
  width: 150px !important;
}

.w-\[20px\] {
  width: 20px !important;
}

.w-auto {
  width: auto !important;
}

.w-full {
  width: 100% !important;
}

.min-w-\[100px\] {
  min-width: 100px !important;
}

.max-w-screen-xl {
  max-width: 1340px !important;
}

.flex-1 {
  flex: 1 1 0% !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.resize {
  resize: both !important;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.items-start {
  align-items: flex-start !important;
}

.items-center {
  align-items: center !important;
}

.justify-start {
  justify-content: flex-start !important;
}

.justify-end {
  justify-content: flex-end !important;
}

.justify-center {
  justify-content: center !important;
}

.justify-between {
  justify-content: space-between !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-40 {
  gap: 40px !important;
}

.gap-x-0 {
  -moz-column-gap: 0px !important;
       column-gap: 0px !important;
}

.gap-x-20 {
  -moz-column-gap: 20px !important;
       column-gap: 20px !important;
}

.gap-x-8 {
  -moz-column-gap: 8px !important;
       column-gap: 8px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-16 {
  row-gap: 16px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-y-40 {
  row-gap: 40px !important;
}

.gap-y-50 {
  row-gap: 50px !important;
}

.gap-y-\[16px\] {
  row-gap: 16px !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.break-words {
  overflow-wrap: break-word !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-\[9999px\] {
  border-radius: 9999px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.border {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-\[2px\] {
  border-width: 2px !important;
}

.border-b {
  border-bottom-width: 1px !important;
}

.border-t {
  border-top-width: 1px !important;
}

.border-\[\#eee\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1)) !important;
}

.border-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1)) !important;
}

.border-gray-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1)) !important;
}

.border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1)) !important;
}

.border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}

.bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(108 117 125 / var(--tw-bg-opacity, 1)) !important;
}

.bg-gray-lighter {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1)) !important;
}

.bg-primary-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(85 136 204 / var(--tw-bg-opacity, 1)) !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.bg-opacity-60 {
  --tw-bg-opacity: 0.6 !important;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-bottom {
  -o-object-position: bottom !important;
     object-position: bottom !important;
}

.object-center {
  -o-object-position: center !important;
     object-position: center !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-\[24px\] {
  padding: 24px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px-\[24px\] {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-100p {
  padding-bottom: 100% !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-\[24px\] {
  padding-bottom: 24px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-\[25px\] {
  padding-left: 25px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-\[56\.25\%\] {
  padding-top: 56.25% !important;
}

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

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

.font-awesome {
  font-family: 'Font Awesome 6 Pro' !important;
}

.font-heading {
  font-family: Rajdhani, system-ui !important;
}

.font-sans {
  font-family: Roboto, system-ui !important;
}

.text-14 {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px !important;
}

.text-16 {
  font-size: 16px !important;
}

.text-18 {
  font-size: 18px !important;
}

.text-20 {
  font-size: 20px !important;
}

.text-22 {
  font-size: 22px !important;
}

.text-26 {
  font-size: 26px !important;
}

.text-30 {
  font-size: 30px !important;
}

.text-40 {
  font-size: 40px !important;
}

.text-6 {
  font-size: 6px !important;
}

.text-\[14px\] {
  font-size: 14px !important;
}

.font-black {
  font-weight: 900 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.font-medium {
  font-weight: 500 !important;
}

.font-normal {
  font-weight: 400 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.italic {
  font-style: italic !important;
}

.leading-\[1\.2em\] {
  line-height: 1.2em !important;
}

.leading-relaxed {
  line-height: 1.625 !important;
}

.leading-snug {
  line-height: 1.375 !important;
}

.leading-tight {
  line-height: 1.25 !important;
}

.text-body {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.text-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1)) !important;
}

.text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
}

.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.underline {
  text-decoration-line: underline !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-\[0\.5\] {
  opacity: 0.5 !important;
}

.outline {
  outline-style: solid !important;
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05)) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition-transform {
  transition-property: transform !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.duration-300 {
  transition-duration: 300ms !important;
}

.duration-500 {
  transition-duration: 500ms !important;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}

.content-\[\'\\f058\'\] {
  --tw-content: '\f058' !important;
  content: var(--tw-content) !important;
}

.content-\[\'\\f061\'\] {
  --tw-content: '\f061' !important;
  content: var(--tw-content) !important;
}

.content-\[\'\\f336\'\] {
  --tw-content: '\f336' !important;
  content: var(--tw-content) !important;
}

/*--------------------------------------------------------------
# Custom Tailwind CSS Base
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Tailwind CSS Components
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Custom Max Mega Menu CSS
--------------------------------------------------------------*/

@media (min-width: 1340px) {
  #mega-menu-wrap-menu-1
  #mega-menu-menu-1
  > li.mega-menu-item
  > a.mega-menu-link {
    font-weight: 500 !important;
  }
}

body.lb-disable-scrolling {
  overflow: hidden;
}

/*--------------------------------------------------------------
# Custom WooCommerce CSS
--------------------------------------------------------------*/

/* Expands the product image to the full width of its parent on archive pages */

.attachment-woocommerce_thumbnail {
  width: 100% !important;
}

/* Prevents the sorting select box to bleed out of its parent on smaller screen sizes */

.woocommerce-ordering {
  width: 100% !important;
}

@media (min-width: 640px) {
  .woocommerce-ordering {
    width: auto !important;
  }
}

.woocommerce-ordering {
  select {
    width: 100% !important;
  }
  select {
    font-size: 14px !important;
  }
  @media (min-width: 360px) {
    select {
      font-size: 16px !important;
    }
  }
  @media (min-width: 640px) {
    select {
      width: auto !important;
    }
  }
}

/* Styles the image size on the cart page */

.woocommerce-cart-form .attachment-woocommerce_thumbnail {
  width: 100px !important;
}

/* Styles the product wrapping link in product loops */

.woocommerce-LoopProduct-link {
  display: flex !important;
  flex: 1 1 0% !important;
  flex-direction: column !important;
}

/* Styles the product titles in product loops */

.woocommerce-loop-product__title {
  margin-bottom: 4px !important;
  flex: 1 1 0% !important;
  font-size: 22px !important;
}

@media (min-width: 768px) {
  .woocommerce-loop-product__title {
    margin-bottom: 10px !important;
    font-size: 30px !important;
  }
}

/* Styles the notices */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1)) !important;
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
}

/*--------------------------------------------------------------
# Base Lightbox2 CSS
--------------------------------------------------------------*/

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(static/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(static/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(static/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(static/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.keo-score {
  height: 100px !important;
}

.video,
.resp-iframe {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.video video,
.resp-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.fp-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 100px;
       column-gap: 100px;
}

@media (min-width: 768px) {
  .iframe-outer {
    max-width: 50%;
  }
}

.grid-2-img {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  row-gap: 20px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

@media (min-width: 640px) {
  .grid-2-img {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 0px;
  }
}

.openingstijden {
  display: inline-block;
  min-width: 100px;
}

#text-4 a,
.footer a {
  position: relative;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

#text-4 a::after,
.footer a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

#text-4 a:hover::after,
.footer a:hover::after {
  width: 100%;
}

.footer h3 {
  margin-bottom: 20px;
}

.bc a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.contactformulier {
  width: 100%;
}

@media (min-width: 768px) {
  .contactformulier {
    width: 66.666667%;
  }
}

blockquote {
  margin-bottom: 20px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
  padding: 20px;
}

blockquote p {
  margin-bottom: 0px;
  font-family: Rajdhani, system-ui;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
}

table.lp {
  margin-bottom: 20px;
  width: 100%;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1));
}

table.lp tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background-color: #005ba9;
}

table.lp td {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.faq-answer a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

.fa-house .fa,
.content-lt ul.check li:before,
.content-lt,
.content-lt p,
.content-lt span {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.content-lt a {
  font-weight: 900 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.content-lt a:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.content-lt a.btn {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.content-lt a.btn:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  right: 0px !important;
}

.placeholder\:font-sans::-moz-placeholder {
  font-family: Roboto, system-ui !important;
}

.placeholder\:font-sans::placeholder {
  font-family: Roboto, system-ui !important;
}

.placeholder\:text-14::-moz-placeholder {
  font-size: 14px !important;
}

.placeholder\:text-14::placeholder {
  font-size: 14px !important;
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400 !important;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400 !important;
}

.placeholder\:text-\[\#aaaaaa\]::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
}

.placeholder\:text-\[\#aaaaaa\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(170 170 170 / var(--tw-text-opacity, 1)) !important;
}

.first\:border-l-0:first-child {
  border-left-width: 0px !important;
}

.first\:border-t-0:first-child {
  border-top-width: 0px !important;
}

.first\:bg-primary:first-child {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1)) !important;
}

.first\:text-white:first-child {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.last\:m-0:last-child {
  margin: 0px !important;
}

.last\:mb-0:last-child {
  margin-bottom: 0px !important;
}

.last\:mr-0:last-child {
  margin-right: 0px !important;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px !important;
}

.last\:border-r-0:last-child {
  border-right-width: 0px !important;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 85 170 / var(--tw-border-opacity, 1)) !important;
}

.hover\:border-primary-dark:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 63 169 / var(--tw-border-opacity, 1)) !important;
}

.hover\:bg-gray:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 85 170 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-primary-dark:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 63 169 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 85 170 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-primary-dark:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 63 169 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:opacity-70:hover {
  opacity: 0.7 !important;
}

.focus\:ring-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

.focus\:ring-gray-light:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(232 232 232 / var(--tw-ring-opacity, 1)) !important;
}

.group:hover .group-hover\:w-full {
  width: 100% !important;
}

@media (min-width: 360px) {
  .xs\:text-16 {
    font-size: 16px !important;
  }
}

@media (min-width: 640px) {
  .sm\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .sm\:mb-0 {
    margin-bottom: 0px !important;
  }

  .sm\:mr-10 {
    margin-right: 10px !important;
  }

  .sm\:h-400 {
    height: 400px !important;
  }

  .sm\:w-50p {
    width: 50% !important;
  }

  .sm\:w-75p {
    width: 75% !important;
  }

  .sm\:w-auto {
    width: auto !important;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .sm\:flex-row {
    flex-direction: row !important;
  }

  .sm\:items-center {
    align-items: center !important;
  }

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:justify-center {
    justify-content: center !important;
  }

  .sm\:justify-items-center {
    justify-items: center !important;
  }

  .sm\:gap-20 {
    gap: 20px !important;
  }

  .sm\:gap-y-0 {
    row-gap: 0px !important;
  }

  .sm\:border-b-0 {
    border-bottom-width: 0px !important;
  }

  .sm\:border-l {
    border-left-width: 1px !important;
  }

  .sm\:border-r {
    border-right-width: 1px !important;
  }

  .sm\:border-t-0 {
    border-top-width: 0px !important;
  }

  .sm\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .sm\:text-left {
    text-align: left !important;
  }

  .sm\:text-14 {
    font-size: 14px !important;
  }

  .sm\:text-30 {
    font-size: 30px !important;
  }
}

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .md\:-mb-20 {
    margin-bottom: -20px !important;
  }

  .md\:mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:mb-10 {
    margin-bottom: 10px !important;
  }

  .md\:mb-25 {
    margin-bottom: 25px !important;
  }

  .md\:mb-35 {
    margin-bottom: 35px !important;
  }

  .md\:mb-40 {
    margin-bottom: 40px !important;
  }

  .md\:mb-50 {
    margin-bottom: 50px !important;
  }

  .md\:mb-80 {
    margin-bottom: 80px !important;
  }

  .md\:mr-10 {
    margin-right: 10px !important;
  }

  .md\:block {
    display: block !important;
  }

  .md\:h-43 {
    height: 43px !important;
  }

  .md\:h-500 {
    height: 500px !important;
  }

  .md\:h-\[100px\] {
    height: 100px !important;
  }

  .md\:w-43 {
    width: 43px !important;
  }

  .md\:w-90p {
    width: 90% !important;
  }

  .md\:w-auto {
    width: auto !important;
  }

  .md\:w-full {
    width: 100% !important;
  }

  .md\:max-w-\[50\%\] {
    max-width: 50% !important;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .md\:flex-row {
    flex-direction: row !important;
  }

  .md\:gap-40 {
    gap: 40px !important;
  }

  .md\:gap-x-16 {
    -moz-column-gap: 16px !important;
         column-gap: 16px !important;
  }

  .md\:gap-x-20 {
    -moz-column-gap: 20px !important;
         column-gap: 20px !important;
  }

  .md\:gap-x-50 {
    -moz-column-gap: 50px !important;
         column-gap: 50px !important;
  }

  .md\:gap-y-0 {
    row-gap: 0px !important;
  }

  .md\:px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .md\:py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .md\:pt-45 {
    padding-top: 45px !important;
  }

  .md\:text-16 {
    font-size: 16px !important;
  }

  .md\:text-18 {
    font-size: 18px !important;
  }

  .md\:text-20 {
    font-size: 20px !important;
  }

  .md\:text-26 {
    font-size: 26px !important;
  }

  .md\:text-30 {
    font-size: 30px !important;
  }

  .md\:text-40 {
    font-size: 40px !important;
  }

  .md\:text-\[45px\] {
    font-size: 45px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:top-\[3px\] {
    top: 3px !important;
  }

  .lg\:order-1 {
    order: 1 !important;
  }

  .lg\:order-3 {
    order: 3 !important;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1 !important;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .lg\:mb-20 {
    margin-bottom: 20px !important;
  }

  .lg\:mr-40 {
    margin-right: 40px !important;
  }

  .lg\:block {
    display: block !important;
  }

  .lg\:inline {
    display: inline !important;
  }

  .lg\:hidden {
    display: none !important;
  }

  .lg\:w-25p {
    width: 25% !important;
  }

  .lg\:w-60p {
    width: 60% !important;
  }

  .lg\:w-90p {
    width: 90% !important;
  }

  .lg\:w-full {
    width: 100% !important;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  .lg\:flex-col {
    flex-direction: column !important;
  }

  .lg\:gap-0 {
    gap: 0px !important;
  }

  .lg\:gap-40 {
    gap: 40px !important;
  }

  .lg\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .lg\:px-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .lg\:py-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .lg\:py-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .lg\:py-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }

  .lg\:pb-40 {
    padding-bottom: 40px !important;
  }

  .lg\:pb-80 {
    padding-bottom: 80px !important;
  }

  .lg\:pl-20 {
    padding-left: 20px !important;
  }

  .lg\:pr-20 {
    padding-right: 20px !important;
  }

  .lg\:pt-40 {
    padding-top: 40px !important;
  }

  .lg\:pt-80 {
    padding-top: 80px !important;
  }

  .lg\:text-center {
    text-align: center !important;
  }

  .lg\:text-24 {
    font-size: 24px !important;
  }

  .lg\:text-60 {
    font-size: 60px !important;
  }
}

@media (min-width: 1340px) {
  .xl\:order-1 {
    order: 1 !important;
  }

  .xl\:order-2 {
    order: 2 !important;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2 !important;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3 !important;
  }

  .xl\:-mx-20 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

  .xl\:my-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .xl\:-mr-25 {
    margin-right: -25px !important;
  }

  .xl\:mb-40 {
    margin-bottom: 40px !important;
  }

  .xl\:flex {
    display: flex !important;
  }

  .xl\:hidden {
    display: none !important;
  }

  .xl\:w-80p {
    width: 80% !important;
  }

  .xl\:max-w-90p {
    max-width: 90% !important;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .xl\:justify-start {
    justify-content: flex-start !important;
  }

  .xl\:gap-40 {
    gap: 40px !important;
  }

  .xl\:gap-50 {
    gap: 50px !important;
  }

  .xl\:gap-x-40 {
    -moz-column-gap: 40px !important;
         column-gap: 40px !important;
  }

  .xl\:gap-x-80 {
    -moz-column-gap: 80px !important;
         column-gap: 80px !important;
  }

  .xl\:gap-y-60 {
    row-gap: 60px !important;
  }

  .xl\:px-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .xl\:px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .xl\:py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .xl\:py-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  .xl\:py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }

  .xl\:pb-100 {
    padding-bottom: 100px !important;
  }

  .xl\:pb-50 {
    padding-bottom: 50px !important;
  }

  .xl\:pl-20 {
    padding-left: 20px !important;
  }

  .xl\:pr-100 {
    padding-right: 100px !important;
  }

  .xl\:pr-20 {
    padding-right: 20px !important;
  }

  .xl\:pt-100 {
    padding-top: 100px !important;
  }

  .xl\:pt-50 {
    padding-top: 50px !important;
  }

  .xl\:font-medium {
    font-weight: 500 !important;
  }
}