@import url(https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);
/*
! tailwindcss v3.0.7 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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[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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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::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;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}
.container{
  width: 100%;
}
@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: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.top-8{
  top: 2rem;
}
.right-8{
  right: 2rem;
}
.top-1\/2{
  top: 50%;
}
.top-0{
  top: 0px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-7{
  margin: 1.75rem;
}
.m-0{
  margin: 0px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.-mt-32{
  margin-top: -8rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-screen{
  height: 100vh;
}
.h-32{
  height: 8rem;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.h-52{
  height: 13rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-0\.5{
  height: 0.125rem;
}
.h-0{
  height: 0px;
}
.h-px{
  height: 1px;
}
.h-96{
  height: 24rem;
}
.h-28{
  height: 7rem;
}
.w-full{
  width: 100%;
}
.w-max{
  width: max-content;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-8{
  width: 2rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-60{
  width: 15rem;
}
.w-2{
  width: 0.5rem;
}
.w-1\/2{
  width: 50%;
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.flex-auto{
  flex: 1 1 auto;
}
.flex-none{
  flex: none;
}
.grow{
  flex-grow: 1;
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}
.-rotate-45{
  --tw-rotate: -45deg;
  transform: var(--tw-transform);
}
.transform{
  transform: var(--tw-transform);
}
.cursor-pointer{
  cursor: pointer;
}
.list-none{
  list-style-type: none;
}
.auto-cols-auto{
  grid-auto-columns: auto;
}
.auto-rows-auto{
  grid-auto-rows: auto;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-8{
  gap: 2rem;
}
.gap-12{
  gap: 3rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-16{
  gap: 4rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-3{
  gap: 0.75rem;
}
.overflow-hidden{
  overflow: hidden;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-l-xl{
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.rounded-tr-lg{
  border-top-right-radius: 0.5rem;
}
.rounded-bl-lg{
  border-bottom-left-radius: 0.5rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-opacity-0{
  --tw-border-opacity: 0;
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-zuiverlichtblauw{
  --tw-bg-opacity: 1;
  background-color: rgb(242 250 253 / var(--tw-bg-opacity));
}
.bg-zuiverblauwer{
  --tw-bg-opacity: 1;
  background-color: rgb(0 147 204 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-zuiverblauw{
  --tw-bg-opacity: 1;
  background-color: rgb(8 26 38 / var(--tw-bg-opacity));
}
.bg-current{
  background-color: currentColor;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8{
  padding: 2rem;
}
.p-16{
  padding: 4rem;
}
.p-6{
  padding: 1.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-0{
  padding: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pl-14{
  padding-left: 3.5rem;
}
.pb-14{
  padding-bottom: 3.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pr-4{
  padding-right: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.align-middle{
  vertical-align: middle;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-ubuntu{
  font-family: Ubuntu, sans-serif;
}
.font-source{
  font-family: "Source sans pro", sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.font-bold{
  font-weight: 700;
}
.font-black{
  font-weight: 900;
}
.font-normal{
  font-weight: 400;
}
.font-extrabold{
  font-weight: 800;
}
.capitalize{
  text-transform: capitalize;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-loose{
  line-height: 2;
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity));
}
.text-green-50{
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-yellow-50{
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
.text-red-50{
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-zuiverlichtgrijs{
  --tw-text-opacity: 1;
  color: rgb(123 123 123 / var(--tw-text-opacity));
}
.text-zuiverblauwer{
  --tw-text-opacity: 1;
  color: rgb(0 147 204 / var(--tw-text-opacity));
}
.text-zuiverblauw{
  --tw-text-opacity: 1;
  color: rgb(8 26 38 / var(--tw-text-opacity));
}
.text-zuiversearchbartekst{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-slate-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
}
.text-zuiverlicht{
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.no-underline{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-0{
  opacity: 0;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-filter);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
button, input[type=submit] {
  transition: transform 150ms ease-in-out;
}
button:hover, input[type=submit]:hover {
  transform: translate(0px, -3px);
}

body{
  font-family: "Source sans pro", sans-serif;
  padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 20px) env(safe-area-inset-bottom, 20px) env(safe-area-inset-left, 20px);
}

.brand{
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

.menu-item a {
  text-decoration: none;
  color: unset;
}

.search-field input[checked] {
  accent-color: #0093cc;
}
.search-field select {
  color: #7b7b7b;
}

dl,
ol,
ul,
dd {
  margin-bottom: 0 !important;
}

dt {
  display: none;
}

.contact-list li::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: -60px;
  background-color: #0093cc;
  background-position: center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.location::before {
  background-size: 0.85rem;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_120' data-name='Group 120' xmlns='http://www.w3.org/2000/svg' width='13.263' height='16.753' viewBox='0 0 13.263 16.753'%3E%3Cg id='Group_111' data-name='Group 111'%3E%3Cpath id='Path_175' data-name='Path 175' d='M6.631,0A6.662,6.662,0,0,0,0,6.98c0,5.007,6.164,9.517,6.427,9.706a.349.349,0,0,0,.409,0c.262-.189,6.427-4.7,6.427-9.706A6.662,6.662,0,0,0,6.631,0m0,10.471a3.839,3.839,0,1,1,3.839-3.839,3.844,3.844,0,0,1-3.839,3.839' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.email::before {
  background-size: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_119' data-name='Group 119' xmlns='http://www.w3.org/2000/svg' width='18' height='12' viewBox='0 0 18 12'%3E%3Cg id='Group_117' data-name='Group 117'%3E%3Cpath id='Path_178' data-name='Path 178' d='M16.5,0H1.5A1.5,1.5,0,0,0,0,1.5v9A1.5,1.5,0,0,0,1.5,12h15A1.5,1.5,0,0,0,18,10.5v-9A1.5,1.5,0,0,0,16.5,0M5.436,7.826l-2.625,1.5a.375.375,0,0,1-.372-.651l2.625-1.5a.375.375,0,0,1,.372.651m3.36-.01L2.421,3.69a.375.375,0,1,1,.408-.629L9,7.054l6.171-3.993a.375.375,0,1,1,.408.629L9.2,7.815a.378.378,0,0,1-.407,0m6.9,1.37a.373.373,0,0,1-.511.14l-2.625-1.5a.375.375,0,1,1,.372-.651l2.625,1.5a.375.375,0,0,1,.14.511' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.phone::before {
  background-size: 0.7rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='10' height='18' viewBox='0 0 10 18'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_228' data-name='Rectangle 228' width='10' height='18' transform='translate(0.25)' fill='%230093cc'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Group_121' data-name='Group 121' transform='translate(-0.25)'%3E%3Crect id='Rectangle_227' data-name='Rectangle 227' width='10' height='10' transform='translate(0.25 4)' fill='%23fff'/%3E%3Cg id='Group_113' data-name='Group 113'%3E%3Cg id='Group_112' data-name='Group 112' clip-path='url(%23clip-path)'%3E%3Cpath id='Path_176' data-name='Path 176' d='M0,20v1.125A1.876,1.876,0,0,0,1.874,23h6.75A1.877,1.877,0,0,0,10.5,21.125V20Zm5.249,1.875a.75.75,0,1,1,.75-.75.751.751,0,0,1-.75.75' transform='translate(0 -5)' fill='%23fff'/%3E%3Cpath id='Path_177' data-name='Path 177' d='M10.5,3V1.875A1.877,1.877,0,0,0,8.624,0H1.874A1.876,1.876,0,0,0,0,1.875V3ZM3.374,1.5h3.75a.375.375,0,0,1,0,.75H3.374a.375.375,0,0,1,0-.75' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.searchbar-home input[type=text] {
  border-color: transparent;
}

body.home select {
  border: none;
}

.searchbar__tab {
  cursor: pointer;
  background-color: #ECECF7;
}
.searchbar__tab.active-tab {
  background-color: #0093CC;
  color: white;
}

.searchbar-home select option {
  color: #000000d9;
}

.coming-soon {
  background-image: linear-gradient(rgba(8, 26, 38, 0.75), rgba(8, 26, 38, 0.75)), url("../images/hoofdfoto.jpg");
}
.coming-soon__divider {
  height: 1px;
  background-color: white;
}
.coming-soon .btn-aanbod {
  border-color: rgba(255, 255, 255, 0.08);
}

.page-header {
  min-height: 600px;
  background-position: center;
  background-position-y: 45%;
}

#breadcrumbs a {
  color: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 992px) {
  .page-header {
    min-height: unset;
  }
}
.desktop__navigation.scroll {
  background: white;
  box-shadow: 0px 3px 9px #00000015;
  transition: all 150ms ease-in-out;
}
.desktop__navigation.scroll .main__desktop-menu .menu-item {
  color: #7b7b7b;
}
.desktop__navigation.scroll .main__desktop-menu .menu-item a {
  -webkit-text-decoration-color: #7b7b7b;
          text-decoration-color: #7b7b7b;
}
.desktop__navigation.scroll .main__desktop-menu .button a {
  border: 1px solid #7b7b7b;
}
.desktop__navigation.scroll .main__desktop-menu .menu-item-has-children a::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpolygon points='12 3 22 20 2 20 12 3' fill='%230093CC' stroke='%230093CC'/%3E%3C/svg%3E");
}
.desktop__navigation.scroll .main__desktop-menu .menu-item-has-children .sub-menu a::after {
  display: none;
}
.desktop__navigation.scroll .main__desktop-menu .wpml-ls-item {
  border-left: 1px solid #6a6565;
  color: #0093cc;
}

.main__desktop-menu .menu-item {
  padding: 0.5rem 2rem;
}
.main__desktop-menu .menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.6);
          text-decoration-color: rgba(255, 255, 255, 0.6);
}
.main__desktop-menu .current-menu-item a {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.45);
          text-decoration-color: rgba(255, 255, 255, 0.45);
  transition: -webkit-text-decoration-color 300ms;
  transition: text-decoration-color 300ms;
  transition: text-decoration-color 300ms, -webkit-text-decoration-color 300ms;
}
.main__desktop-menu .button {
  padding: 0;
  margin-right: 2rem;
  margin-left: 1rem;
}
.main__desktop-menu .button a {
  padding: 0.75rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 150ms ease-in-out;
  border-radius: 0.25rem;
  text-decoration: none !important;
  font-weight: bold;
}
.main__desktop-menu .button a:hover {
  border-color: white;
}
.main__desktop-menu .wpml-ls-item a {
  font-weight: 900;
}
.main__desktop-menu .wpml-ls-current-language {
  border-left: 1px solid white;
}
.main__desktop-menu .menu-item-has-children {
  position: relative;
}
.main__desktop-menu .menu-item-has-children a::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' class='w-2 transform ml-2'%3E%3Cpolygon points='12 3 22 20 2 20 12 3' fill='%23fff' stroke='%23fff' /%3E%3C/svg%3E");
  width: 7px;
  height: 7px;
  transform: rotate(180deg) translate(-6px, -8px);
}
.main__desktop-menu .menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 150ms ease-in-out;
  position: absolute;
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.25px solid #bebebe;
  box-shadow: 0px 3px 9px #00000015;
  width: max-content;
}
.main__desktop-menu .menu-item-has-children .sub-menu .menu-item {
  padding: 0;
  border: none;
}
.main__desktop-menu .menu-item-has-children .sub-menu .menu-item a {
  color: black;
  font-weight: 400;
}
.main__desktop-menu .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.main__mobile-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 150ms ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 998;
}
.main__mobile-menu.menu-open {
  opacity: 1;
  visibility: visible;
}
.main__mobile-menu .menu-item {
  padding: 1.5rem;
}
.main__mobile-menu .current-menu-item {
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 10px;
  -webkit-text-decoration-color: rgba(255, 255, 255, 0.45);
          text-decoration-color: rgba(255, 255, 255, 0.45);
  text-decoration-thickness: 5px;
}
.main__mobile-menu .sub-menu {
  display: none;
}

.mobile__navigation {
  z-index: 999;
}

.footer .menu-item {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer .menu-item a:hover {
  color: #0093CC;
}
.footer .contactinfo li {
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.6);
}
.footer ul {
  padding-left: 0;
}

#breadcrumbs a {
  color: #0093cc;
  text-decoration: none;
}

.breadcrumb_last {
  text-decoration: none;
}

.m30b {
  margin-bottom: 30px;
}

.contain {
  position: relative;
}

/* Layout styles */
.site-content.archive {
  width: 100%;
  float: none;
}

.search-sidebar {
  float: left;
}

.search-content {
  position: relative;
}

/* Search Form styles */
.search-field h4 {
  margin: 0 0 0.5em 0;
}

.search-field label {
  display: block;
  cursor: pointer;
}

/* Active search options are displayed slightly bolder */
.search-field label.active {
  font-weight: 600;
}

.search-field label.active.hidden {
  display: block !important;
}

/* Fade results without any results */
.search-field label[data-count="0"]:not(.active) {
  color: #777;
}

.search-field label span {
  color: #999;
  font-size: 90%;
}

.search-field select {
  width: 100%;
}

.search-field a {
  display: block;
  font-size: 90%;
  text-decoration: none;
}

/* Slider styling */
.search-field.has-slider .search-items {
  display: none;
}

.search-field .slider-values {
  font-size: 85%;
  margin-bottom: 1em;
  overflow: hidden;
}

.search-field .slider-values small {
  font-size: 100%;
  color: #999;
  display: none;
}

.search-field.tracking-min .slider-values .low small,
.search-field.tracking-max .slider-values .high small {
  display: inline;
}

.search-field .slider-values .low {
  float: left;
}

.search-field .slider-values .high {
  float: right;
}

/* Search field hide all non-selected items */
.search-field.hide-non-selected label {
  margin-bottom: 6px;
}

.search-field.hide-non-selected label.active {
  font-weight: normal;
}

.search-field.hide-non-selected input[type=checkbox] {
  display: none;
}

.search-field.hide-non-selected:not([data-selected="1"]) .clear-selected {
  display: none;
}

/* When a single item is selected, hide all other options */
.search-field.hide-non-selected[data-selected="1"] label:not(.active),
.search-field.hide-non-selected[data-selected="1"] .show-more-toggle {
  display: none !important;
}

/* Results Settings styles */
.search-settings {
  padding: 1em 0em;
  line-height: 22px;
}

.search-settings .display {
  float: right;
}

.search-settings .display li {
  float: left;
  padding: 0 0.5em;
}

.search-settings .display a {
  font-weight: bold;
  font-size: 90%;
  color: #999;
  text-decoration: none;
}

.search-settings .display a:hover {
  color: #000;
}

.search-content.list .display-list a,
.search-content.grid .display-grid a,
.search-content.map .display-map a {
  color: #000;
}

/* Search Results styles */
.search-content article {
  width: 100%;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.search-content article .item {
  position: relative;
  margin: 0 0.5em 2em 0.5em;
  box-shadow: 0 0 4px 0 #ccc;
  border-radius: 4px;
  overflow: hidden;
}

.search-content article h1 {
  clear: none;
}

.search-content article a {
  text-decoration: none;
}

.search-content article dl {
  margin: 0;
}

.search-content article dd {
  margin: 0;
}

@media screen and (min-width: 720px) {
  .search-content article dt {
    float: left;
    width: 100px;
    clear: right;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .search-content article dd {
    margin: 0 0 0 120px;
  }
}
.search-content article header {
  padding: 1em;
}

.search-content article a.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.search-content article .thumbnail img {
  border-radius: 0;
}

.search-content article .entry-content {
  padding: 0 1em 1em 1em;
}

.search-content.list article .thumbnail {
  width: 40%;
  max-width: 300px;
  float: left;
}

.search-content.list article .item-content {
  margin-left: 40%;
}

.search-content.grid article .thumbnail img {
  width: 100%;
}

@media screen and (min-width: 960px) {
  .search-content.grid article:nth-child(3n+4) {
    clear: both;
  }

  .search-content.grid article {
    width: 33.333333%;
    float: left;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .search-content.grid article:nth-child(2n+3) {
    clear: both;
  }

  .search-content.grid article {
    width: 50%;
    float: left;
  }
}
/* Google Maps styles */
.search-content .search-map {
  margin: 0 0.5em 2em 0.5em;
}

#google-map,
#google-streetview {
  width: 100%;
  height: 600px;
  border-radius: 4px;
  box-shadow: 0 0 4px 0 #999;
}

#google-map .gm-style-iw a {
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

#google-map .gm-style-iw img {
  float: left;
}

#google-map .gm-style-iw .address {
  float: left;
  margin-left: 1em;
  min-width: 200px;
  line-height: 1.5;
}

/* View helpers */
.search-content .visible-grid,
.search-content .visible-list,
.search-content .visible-map,
.search-content.grid .hidden-grid,
.search-content.list .hidden-list,
.search-content.map .hidden-map {
  display: none;
}

.search-content.grid .visible-grid,
.search-content.list .visible-list,
.search-content.map .visible-map {
  display: block;
}

/* Loading View styles */
.search-load-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: none;
}

.search-loading .search-load-overlay {
  display: block;
}

.search-loading .results-container {
  filter: blur(2px);
}

/* jQuery UI slider styles */
.ui-slider {
  position: relative;
  text-align: left;
  background: #ddd;
  height: 4px;
  margin: 0 4px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  padding: 10px;
  width: 8px;
  height: 8px;
  top: -12px;
  margin-left: -14px;
  outline: none;
  cursor: default;
  touch-action: none;
}

.ui-slider .ui-slider-handle span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #1b5e7e;
  box-shadow: 0 0 2px 2px #fff;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #21759b;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* Responsive styles */
@media screen and (max-width: 719px) {
  /* Grid becomes list */
  .search-content.grid .hidden-list,
.search-content.grid .visible-grid {
    display: none;
  }

  .search-content.grid .hidden-grid,
.search-content.grid .visible-list {
    display: block;
  }

  .search-content.grid article .thumbnail {
    width: 40%;
    max-width: 300px;
    float: left;
  }

  .search-content.grid article .item-content {
    margin-left: 42%;
  }

  .search-settings .display-grid {
    display: none;
  }

  .search-content.grid .search-settings .display-list a {
    color: #000;
  }
}
@media screen and (max-width: 599px) {
  /* Change sliders back into dropdowns */
  .search-field.has-slider .slider-container {
    display: none;
  }

  .search-field.has-slider .search-items {
    display: block;
  }

  .search-sidebar {
    width: 100%;
    float: none;
  }

  .search-content {
    margin-left: 0;
  }
}
@media screen and (max-width: 400px) {
  .hidden-sm {
    display: none;
  }
  .search-content article {
    border-top: 1px solid #ddd;
  }

  .search-content article:last-child {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1em;
  }

  .search-content article .item {
    position: relative;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
  }

  .search-content article a.overlay {
    display: block;
  }

  .search-content.list article .thumbnail {
    width: 25%;
  }

  .search-content.list article .item-content {
    margin-left: 25%;
  }
}
.search-items label {
  color: #555555;
}
.search-items label.active {
  color: #0093cc;
  font-weight: normal;
}
.search-items label input {
  margin-right: 0.4rem;
}

.zuiver-selectbox {
  border-width: 0.25px;
  border-style: solid;
  border-color: #afafaf59;
}

.single__content p {
  line-height: 24px;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner__button {
  color: white;
}
.banner__title {
  max-width: 500px;
  margin: 0 auto;
}

.form h2,
.single__sidebar h2 {
  font-size: 2.25rem;
  font-weight: 900;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
  color: #081a26;
}
.form label,
.single__sidebar label {
  margin-bottom: 8px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea,
select {
  border: 1px solid #d1d5db;
  height: 44px;
  background: #fff;
}

label {
  font-weight: 700;
  font-size: 18px !important;
  color: #000;
}

.gchoice label {
  font-weight: 400;
  color: #7b7b7b;
}

.gform_button {
  background-color: #0093CC;
  color: #fff;
  border-radius: 0.5rem;
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  cursor: pointer;
}

.reference:hover .reference__info {
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
}
.reference:hover .reference__info p {
  opacity: 1;
  visibility: visible;
  transition: all 350ms ease-in-out;
}
.reference:hover span::before {
  transform: rotate(90deg);
}
.reference__info p {
  opacity: 0;
  visibility: hidden;
}
.reference span {
  width: 8px;
  height: 2px;
  background-color: #fff;
  left: 7px;
  bottom: 10px;
}
.reference span::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background-color: #fff;
  left: 3px;
  bottom: -3px;
  transition: all 300ms ease-in-out;
}

.transaction .content {
  height: 12rem;
}
.transaction .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  left: 0;
}
.transaction .content.open {
  height: -moz-fit-content;
  height: fit-content;
}
.transaction .content.open.content::after {
  height: 0;
}
.transaction .button::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 2px;
  width: 100%;
  background-color: #d1d5db;
}
.transaction svg {
  transform: rotate(180deg);
}

.swiper__modal-overlay {
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 150ms;
}
.swiper__modal-overlay.active {
  opacity: 1;
  pointer-events: visible;
}
.swiper__container {
  max-width: 755px;
  height: 550px;
  margin: auto;
}
.swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-navigation {
  max-width: 900px;
  width: 100%;
  position: fixed;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.swiper-button-prev {
  color: #0093cc;
}
.swiper-button-next {
  color: #0093cc;
}
.swiper-pagination {
  max-width: 755px;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: right;
  color: #fff;
  font-weight: bold;
}
.swiper-pagination-current {
  color: #0093cc;
}

@media (max-width: 1024px) {
  .filter-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.2' height='14' viewBox='0 0 18.2 14'%3E%3Cg id='Group_424' data-name='Group 424' transform='translate(-75.8 -373)'%3E%3Cg id='Group_62' data-name='Group 62' transform='translate(25 -13)'%3E%3Cpath id='Path_145' data-name='Path 145' d='M304.54,3859.867h16' transform='translate(-252.979 -3472.367)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.4'/%3E%3Cpath id='Path_144' data-name='Path 144' d='M304.54,3859.867h16' transform='translate(-252.979 -3467.367)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.4'/%3E%3Cpath id='Path_146' data-name='Path 146' d='M304.54,3859.867h16' transform='translate(-253.04 -3461.367)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.4'/%3E%3Ccircle id='Ellipse_33' data-name='Ellipse 33' cx='1.5' cy='1.5' r='1.5' transform='translate(51 386)' fill='%23fff'/%3E%3Ccircle id='Ellipse_34' data-name='Ellipse 34' cx='1.5' cy='1.5' r='1.5' transform='translate(66 391)' fill='%23fff'/%3E%3Ccircle id='Ellipse_35' data-name='Ellipse 35' cx='1.5' cy='1.5' r='1.5' transform='translate(58 397)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .filter-close {
    z-index: 999;
  }

  .search-sidebar {
    transform: translateX(-100vw);
    visibility: hidden;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100vh;
    width: 90vw;
    background: #fff;
    transition: all 300ms ease-in-out;
    overflow-y: scroll;
  }
  .search-sidebar.open {
    transform: translateX(0);
    visibility: visible;
  }

  .overlay {
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
  }
}
.single__gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 250px;
  gap: 1rem;
}
.single__gallery-image {
  cursor: pointer;
  height: 250px;
}
.single__gallery-image:nth-child(1) {
  grid-column: 1/4;
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 100%;
}
.single__gallery-count {
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 54px;
  color: #fff;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
.single__gallery-image:last-child .single__gallery-count {
  opacity: 1;
}
.single__content {
  height: 45rem;
  overflow: hidden;
}
.single__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  left: 0;
}
.single__content.open {
  height: -moz-fit-content;
  height: fit-content;
}
.single__content.open .single__content::after {
  height: 0;
}
.single__content p {
  font-size: 1rem;
  padding-bottom: 1.25rem;
}
.single__content p:nth-child(1) {
  font-weight: bold;
  color: #081a26;
}
.single .gform_button {
  width: 100%;
}

.nav-tab .nav-link.active {
  color: #fff;
}
.nav-tab .nav-link:hover {
  text-decoration: none;
  color: #fff;
}
.nav-tab .single__nav-link {
  color: #bab9b9;
  padding: 20px 30px;
  transition: none;
}
.nav-tab .single__nav-link:hover {
  color: #0093cc;
}
.nav-tab .single__nav-link.active {
  font-weight: bold;
  background-color: #0093cc;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  color: #fff;
}
.nav-tab .single__nav-link.active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
  transition: all 0.5s ease;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0093cc;
  clear: both;
}
.nav-tab .single__nav-link .open-button {
  position: relative;
  cursor: pointer;
}
.nav-tab .single__nav-link .open-button-icon {
  transform: rotate(180deg);
}
.nav-tab .single__nav-link .open-button::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: calc(100% + 1rem);
  height: 2px;
  background-color: #d1d5db;
}

/** Swiper JS */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.focus\:not-sr-only:focus{
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 768px){
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:w-80{
    width: 20rem;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:grid-cols-none{
    grid-template-columns: none;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-between{
    justify-content: space-between;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:pl-12{
    padding-left: 3rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .lg\:order-1{
    order: 1;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mt-36{
    margin-top: 9rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:grid{
    display: grid;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:w-2\/4{
    width: 50%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:max-w-1\/2{
    max-width: 50%;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-archive{
    grid-template-columns: 1fr 4fr;
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:p-16{
    padding: 4rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-5{
    padding: 1.25rem;
  }
  .lg\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-60{
    padding-left: 15rem;
    padding-right: 15rem;
  }
  .lg\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:pb-0{
    padding-bottom: 0px;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1280px){
  .xl\:w-2\/6{
    width: 33.333333%;
  }
  .xl\:w-1\/6{
    width: 16.666667%;
  }
  .xl\:w-max{
    width: max-content;
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:border-l{
    border-left-width: 1px;
  }
  .xl\:border-r{
    border-right-width: 1px;
  }
  .xl\:border-t-0{
    border-top-width: 0px;
  }
  .xl\:border-b-0{
    border-bottom-width: 0px;
  }
  .xl\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .xl\:px-28{
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:px-80{
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .\32xl\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
