@import url('https://fonts.cdnfonts.com/css/helvetica-255');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');

/* ==import-google-font== */

/* =Helvetica-Neue= */

/* @import url('https://fonts.cdnfonts.com/css/helvetica-neue-55'); */

/* ! tailwindcss v3.3.1 | 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: #e5e7eb;
  /* 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.
*/

html {
  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: 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 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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 */
  font-weight: inherit;
  /* 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::-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] {
  display: none;
}

*, ::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-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:  ;
}

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

.container{
  width: 100%;
}

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

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

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

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

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

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

*{
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
  transition-duration: 300ms;
}

html{
  scroll-behavior: smooth;
  scrollbar-width: thin;
  /* font-family: 'Helvetica Neue', sans-serif; */
  font-family: 'Helvetica', sans-serif;
}

html,body{
  margin: 0px;
  width: 100%;
  overflow-x: hidden;
  padding: 0px;
}

a,button,input{
  border-style: none;
  text-decoration-line: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.container{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1180px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 576px){
  .container{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 1280px){
  .container{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.active_header{
  z-index: 30;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-duration: 300ms;
}

.active_header.active{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
}

/* =small-device-navigation-menu= */

.small_device_navigation_menu{
  position: fixed;
  top: 0px;
  left: -310px;
  z-index: 50;
  display: flex;
  height: 100%;
  width: 300px;
  flex-direction: column;
  gap: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

@media (min-width: 992px){
  .small_device_navigation_menu{
    display: none;
  }
}

.small_device_navigation_menu{
  box-shadow: 0 0 10px 0 #000;
}

.small_device_navigation_menu.active{
  left: 0px;
}

.modal_overlay{
  pointer-events: none;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
}

.modal_overlay.active{
  pointer-events: auto;
  opacity: 1;
}

.language_button{
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: rgba(0,0,0,0.4);
  transition-duration: 300ms;
}

.language_button::after{
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1.25rem;
  width: 1px;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), 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));
  content: var(--tw-content);
  background-color: rgba(0,0,0,0.4);
}

.language_button .NL{
  --tw-text-opacity: 1;
  color: rgb(224 69 27 / var(--tw-text-opacity));
}

.language_button.active .FR{
  --tw-text-opacity: 1;
  color: rgb(224 69 27 / var(--tw-text-opacity));
}

.language_button.active .NL{
  color: rgba(0,0,0,0.4);
}

/* =slider= */

.swiper_slider{
  position: relative;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1280px){
  .swiper_slider{
    height: 504px;
  }
}

.swiper_slider .swiper .swiper-pagination{
  bottom: 125px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0.5rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 576px){
  .swiper_slider .swiper .swiper-pagination{
    bottom: 0.5rem;
    padding-right: 2.5rem;
  }
}

.backToTop{
  position: fixed;
  bottom: -3rem;
  right: 0.75rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 69 27 / var(--tw-bg-opacity));
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 300ms;
}

.backToTop:hover{
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), 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));
}

.backToTop.active{
  bottom: 0.75rem;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.-top-3{
  top: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-\[15px\]{
  bottom: 15px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-5{
  right: 1.25rem;
}

.right-\[15px\]{
  right: 15px;
}

.top-4{
  top: 1rem;
}

.top-\[30px\]{
  top: 30px;
}

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

.z-50{
  z-index: 50;
}

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

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

.col-span-3{
  grid-column: span 3 / span 3;
}

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.mb-1{
  margin-bottom: 0.25rem;
}

.mb-1\.5{
  margin-bottom: 0.375rem;
}

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-12{
  margin-bottom: 3rem;
}

.mb-2{
  margin-bottom: 0.5rem;
}

.mb-2\.5{
  margin-bottom: 0.625rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mb-4{
  margin-bottom: 1rem;
}

.mb-5{
  margin-bottom: 1.25rem;
}

.mb-6{
  margin-bottom: 1.5rem;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[5px\]{
  margin-bottom: 5px;
}

.mr-1{
  margin-right: 0.25rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-2\.5{
  margin-top: 0.625rem;
}

.mt-3{
  margin-top: 0.75rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-\[30px\]{
  margin-top: 30px;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-7{
  height: 1.75rem;
}

.h-\[220px\]{
  height: 220px;
}

.h-\[2px\]{
  height: 2px;
}

.h-\[300px\]{
  height: 300px;
}

.h-\[30px\]{
  height: 30px;
}

.h-\[66\.6px\]{
  height: 66.6px;
}

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.min-h-full{
  min-height: 100%;
}

.w-24{
  width: 6rem;
}

.w-7{
  width: 1.75rem;
}

.w-\[110px\]{
  width: 110px;
}

.w-\[140px\]{
  width: 140px;
}

.w-\[180px\]{
  width: 180px;
}

.w-\[1px\]{
  width: 1px;
}

.w-\[95\%\]{
  width: 95%;
}

.w-full{
  width: 100%;
}

.max-w-\[220px\]{
  max-width: 220px;
}

.max-w-\[295px\]{
  max-width: 295px;
}

.max-w-\[320px\]{
  max-width: 320px;
}

.max-w-\[450px\]{
  max-width: 450px;
}

.max-w-\[50vw\]{
  max-width: 50vw;
}

.max-w-md{
  max-width: 28rem;
}

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

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

.list-disc{
  list-style-type: disc;
}

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-0\.5{
  gap: 0.125rem;
}

.gap-1{
  gap: 0.25rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.gap-\[30px\]{
  gap: 30px;
}

.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded{
  border-radius: 0.25rem;
}

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

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

.rounded-sm{
  border-radius: 0.125rem;
}

.rounded-b-md{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-\[5px\]{
  border-bottom-left-radius: 5px;
}

.rounded-bl-md{
  border-bottom-left-radius: 0.375rem;
}

.rounded-br-md{
  border-bottom-right-radius: 0.375rem;
}

.rounded-tl-\[5px\]{
  border-top-left-radius: 5px;
}

.rounded-tl-md{
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md{
  border-top-right-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

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

.border-b-2{
  border-bottom-width: 2px;
}

.border-b-\[1px\]{
  border-bottom-width: 1px;
}

.border-t-\[1\.5px\]{
  border-top-width: 1.5px;
}

.border-dotted{
  border-style: dotted;
}

.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-green-500{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}

.border-indigo-500{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.border-yellow-500{
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity));
}

.border-b-text_black{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.border-t-text_black{
  --tw-border-opacity: 1;
  border-top-color: rgb(51 51 51 / var(--tw-border-opacity));
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\]{
  background-color: rgba(255,255,255,0.2);
}

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}

.bg-blue_color{
  --tw-bg-opacity: 1;
  background-color: rgb(22 130 179 / var(--tw-bg-opacity));
}

.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-gray_blue_color{
  --tw-bg-opacity: 1;
  background-color: rgb(2 52 74 / var(--tw-bg-opacity));
}

.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-other_white{
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.bg-red_color{
  --tw-bg-opacity: 1;
  background-color: rgb(224 69 27 / var(--tw-bg-opacity));
}

.bg-slate-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}

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

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

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}

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

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-\[15px\]{
  padding: 15px;
}

.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pl-4{
  padding-left: 1rem;
}

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pr-6{
  padding-right: 1.5rem;
}

.pr-\[14px\]{
  padding-right: 14px;
}

.pr-\[25px\]{
  padding-right: 25px;
}

.pr-\[50px\]{
  padding-right: 50px;
}

.pt-8{
  padding-top: 2rem;
}

.pt-\[15px\]{
  padding-top: 15px;
}

.pt-\[50px\]{
  padding-top: 50px;
}

.pt-\[7px\]{
  padding-top: 7px;
}

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

.text-right{
  text-align: right;
}

.text-end{
  text-align: end;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-\[22px\]{
  font-size: 22px;
}

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-light{
  font-weight: 300;
}

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

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.428\]{
  line-height: 1.428;
}

.leading-\[1\.42\]{
  line-height: 1.42;
}

.leading-\[17px\]{
  line-height: 17px;
}

.text-\[\#707070\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue_color{
  --tw-text-opacity: 1;
  color: rgb(22 130 179 / var(--tw-text-opacity));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}

.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red_color{
  --tw-text-opacity: 1;
  color: rgb(224 69 27 / var(--tw-text-opacity));
}

.text-text_black{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-text_light{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.text-yellow-700{
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}

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

.underline-offset-4{
  text-underline-offset: 4px;
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\]{
  --tw-shadow-color: rgba(0,0,0,0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.duration-200{
  transition-duration: 200ms;
}

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

.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active{
  background-color: #E0451B;
}

@media screen and (min-width:992px){
  .left_part{
    width: calc(100% - 289px);
  }
}

@media screen and (min-width:1279px){
  .left_part{
    width: calc(100% - 295px);
  }
}

.main_wrapper{
  position: relative;
  width: 100%;
}

p{
  line-height: 24px !important;
  margin-bottom: 10px;
}

/* Verbeterde styling voor strong tags met Open Sans voor betere weergave */

strong, b {
  font-family: 'Open Sans', 'Helvetica', sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "kern" 1, "liga" 1;
  color: inherit;
}

input[type="range"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: transparent;
  pointer-events: none;
}

.slider-track,
.slider-track-2{
  width: 100%;
  height: 14px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background-color: #EAEAEA;
}

input[type="range"]::-webkit-slider-runnable-track{
  -webkit-appearance: none;
  height: 14px;
}

input[type="range"]::-moz-range-track{
  -moz-appearance: none;
  height: 14px;
}

input[type="range"]::-ms-track{
  appearance: none;
  height: 14px;
}

input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance: none;
  margin-top: -2.5px;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  pointer-events: auto;
}

input[type="range"]::-moz-range-thumb{
  -webkit-appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  pointer-events: auto;
}

input[type="range"]::-ms-thumb{
  appearance: none;
  height: 18px;
  width: 18px;
  cursor: pointer;
  border-radius: 4px;
  background-color: #fff;
  pointer-events: auto;
}

input[type="range"]:active::-webkit-slider-thumb{
  background-color: #ffffff;
  border: 3px solid #fff;
}

#block-arteba-content{
  padding-bottom: 30px;
}

.swiper-container{
  margin: auto !important;
  border-radius: 10px;
}

footer{
  color: #ffffff;
  h2{
    color: #1682B3;
  }
}

header .is-active,
main .is-active,
.small_device_navigation_menu .is-active{
  color: #E0451B;
  position: relative;
}

header .is-active::after,
main .is-active::after,
.small_device_navigation_menu .is-active::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #E0451B;
  left: 0;
  bottom: -5px !important;
  transition: all 0.3s;
  opacity: 1 !important;
}

.property-filter-wrapper .form-item-region-municipality{
  margin-top: 4px;
}

.property-filter-wrapper legend .slider-values {
  text-align: right;
  margin-left: auto;
  margin-top: 0;
}

.property-filter-wrapper legend .slider-values span {
  font-size: 12px;
  font-weight: normal;
}

.property-filter-wrapper #edit-region,
.property-filter-wrapper #edit-area,
.property-filter-wrapper #edit-area--1,
.property-filter-wrapper #edit-area--2,
.property-filter-wrapper #edit-price,
.property-filter-wrapper #edit-price--1,
.property-filter-wrapper #edit-price--2 {
  width: 94%;
  margin-left: 2%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.property-filter-wrapper .form-item-municipality {
  margin-top: 8px;
}

.property-filter-wrapper .noUi-horizontal {
  height: 5px;
  border: none;
}

.property-filter-wrapper .noUi-horizontal .noUi-base {
  border-color: #2196F3;
}

.property-filter-wrapper .noUi-horizontal .noUi-connect {
  background-color: #022A3B;
}

.property-filter-wrapper .noUi-horizontal .noUi-connect:before {
  border-color: #021f2b;
}

.property-filter-wrapper .noUi-horizontal .noUi-connect:after {
  border-color: #021f2b;
}

.property-filter-wrapper .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  top: -7px;
  right: -10px;
}

.property-filter-wrapper .noUi-horizontal .noUi-handle:before {
  height: 6px;
  left: 6px;
}

.property-filter-wrapper .noUi-horizontal .noUi-handle:after {
  height: 6px;
  left: 6px;
}

form{
  padding: 10px 15px;
}

form label{
  color: #333333;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 0.375rem;
  width: 100%;
}

form .form-text,
form .form-email,
form .form-textarea{
  width: 100%;
  border-color: #333333;
  border-width: 1px;
  border-style: solid;
  height: 2.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-duration: 300ms;
  margin-bottom: 15px;
  border-radius: 4px;
}

form .form-textarea{
  height: 10rem;
}

form .form-text:focus,
form .form-email:focus{
  outline: none;
  border-color: #E0451B;
}

form .webform-button--submit{
  padding: 10px;
}

.small_device_navigation_menu{
  z-index: 10000;
}

.small_device_navigation_menu .site-logo img{
  width: 80%;
  height: auto;
  margin-bottom: 30px;
}

#block-arteba-content .search-form {
  border-bottom: 1px solid #333333;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  #block-arteba-content .search-form {
    display: block;
  }
}

#block-arteba-content .search-form label{
  display: none;
}

#block-arteba-content .search-form .form-search {
  background: transparent;
  width: 240px;
  height: 32px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
}

#block-arteba-content .search-form .form-search::-moz-placeholder {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
}

#block-arteba-content .search-form .form-search::placeholder {
  font-size: 1rem;
  color: #333333;
  font-weight: normal;
}

#block-arteba-content .search-form .form-search:focus {
  outline: none;
}

#block-arteba-content .search-form .form-submit {
  background: #E0451B;
  width: 80px;
  height: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #ffffff;
  border-radius: 0.375rem;
}

#block-arteba-content .search-form .form-submit:hover {
  cursor: pointer;
}

.path-search h2{
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
}

.path-search ol li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #E0451B;
  color: #333333
}

.path-search ol li h3{
  color: #E0451B;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#sliding-popup{
  background-color: #E0451B !important;
  padding: 10px;
}

.sliding-popup-bottom,
.sliding-popup-top {
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 99999;
  left: 0;
  text-align: center;
}

.sliding-popup-bottom {
  position: fixed;
}

.sliding-popup-top {
  position: relative;
}

.disagree-button.eu-cookie-compliance-more-button,
.eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button,
.eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you,
.eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  cursor: pointer;
}

.eu-cookie-compliance-banner--categories .eu-cookie-compliance-message {
  max-width: 100%;
}

.eu-cookie-compliance-categories {
  clear: both;
  padding-top: 1em;
}

.eu-cookie-compliance-categories label {
  display: inline;
}

[dir="rtl"] .eu-cookie-compliance-message {
  float: right;
  text-align: right;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p {
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
}

.eu-cookie-compliance-message h1,
.eu-cookie-compliance-message h2,
.eu-cookie-compliance-message h3,
.eu-cookie-compliance-message p,
.eu-cookie-compliance-message button,
.eu-cookie-compliance-category label {
  color: #fff;
}

.eu-cookie-withdraw-tab {
  padding: 4px 7px;
  cursor: pointer;
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
  border-width: 2px 2px 0;
  border-radius: 5px 5px 0 0;
}

.sliding-popup-top .eu-cookie-withdraw-tab {
  border-width: 0 2px 2px;
  border-radius: 0 0 5px 5px;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
  transform: scaleY(-1);
}

.eu-cookie-withdraw-tab {
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
  transform: translate(-50%, -100%) scaleY(-1);
}

.eu-cookie-compliance-close-button {
  background: url('../images/close.png');
  width: 24px;
  height: 24px;
  border-width: 0;
  font-size: 0;
  position: absolute;
  right: 2px;
  top: -12px;
  cursor: pointer;
}

body:not(.eu-cookie-compliance-popup-open) .eu-cookie-compliance-close-button {
  display: none;
}

#block-arteba-mailchimpinschrijfformulierartebanewsletter{
  margin-top: 2.5rem;
  form{
    background-color: #fff;
    border-radius: 0.375rem;
    padding: 15px;
    label{
      line-height: 26px !important;
      font-size: 1rem;
    }
    .js-form-item-gdpr-consent{
      display: flex;
      align-items: center;
      .form-checkbox {
        margin-right: 8px;
        order: -1;
      }
      label{
        font-size: 12px;
        margin-bottom: 0;
      }
    }
    .form-submit{
      margin-top: 30px;
      color: #fff;
      border-radius: 0.375rem;
      width: 100%;
      background-color: #E0451B;
      font-size: 1.125rem;
      line-height: 1.75rem;
      padding: 0.5rem;
      cursor: pointer;
    }
  }
}

legend.captcha__title{
  display: none;
}

.captcha__description{
  font-size: 12px;
  max-width: 300px;
  margin-top: 8px;
  margin-bottom: 20px;
}

.g-recaptcha {
  margin-top: 30px;
  transform: scale(1);
  transform-origin: 0 0;
  max-width: 263px;
  overflow: hidden;
}

/* Voor kleinere schermen */

@media screen and (max-width: 320px) {
  .g-recaptcha {
    transform: scale(0.9);
  }
}

@media screen and (max-width: 280px) {
  .g-recaptcha {
    transform: scale(0.8);
  }
}

#sidebar{
  .g-recaptcha{
    transform: scale(1);
    transform-origin: 0 0;
  }
  iframe{
    width: 230px !important;
    html,
    body{
      width: 230px !important;
    }
    #rc-anchor-container,
    .rc-anchor-compact{
      width: 230px !important;
    }
  }
}

.placeholder\:text-base::-moz-placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}

.placeholder\:text-base::placeholder{
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

.placeholder\:text-text_black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.placeholder\:text-text_black::placeholder{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-0::after{
  content: var(--tw-content);
  bottom: -0px;
}

.after\:-bottom-1::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}

.after\:-bottom-3::after{
  content: var(--tw-content);
  bottom: -0.75rem;
}

.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[0\.5px\]::after{
  content: var(--tw-content);
  height: 0.5px;
}

.after\:h-\[1\.5px\]::after{
  content: var(--tw-content);
  height: 1.5px;
}

.after\:h-\[2px\]::after{
  content: var(--tw-content);
  height: 2px;
}

.after\:w-0::after{
  content: var(--tw-content);
  width: 0px;
}

.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}

.after\:bg-blue_color::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 130 179 / var(--tw-bg-opacity));
}

.after\:bg-red_color::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(224 69 27 / var(--tw-bg-opacity));
}

.after\:opacity-0::after{
  content: var(--tw-content);
  opacity: 0;
}

.after\:duration-300::after{
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:rotate-90:hover{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
}

.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}

.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-red-800:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}

.hover\:bg-slate-900:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}

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

.hover\:text-indigo-600:hover{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}

.hover\:text-red_color:hover{
  --tw-text-opacity: 1;
  color: rgb(224 69 27 / var(--tw-text-opacity));
}

.hover\:text-text_black:hover{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:after\:-bottom-1:hover::after{
  content: var(--tw-content);
  bottom: -0.25rem;
}

.hover\:after\:w-full:hover::after{
  content: var(--tw-content);
  width: 100%;
}

.hover\:after\:opacity-100:hover::after{
  content: var(--tw-content);
  opacity: 1;
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:scale-105{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), 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));
}

@media (min-width: 576px){
  .sm\:bottom-5{
    bottom: 1.25rem;
  }

  .sm\:left-\[15px\]{
    left: 15px;
  }

  .sm\:h-\[360px\]{
    height: 360px;
  }

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

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:min-w-\[320px\]{
    min-width: 320px;
  }

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

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

@media (min-width: 768px){
  .md\:right-7{
    right: 1.75rem;
  }

  .md\:h-\[233px\]{
    height: 233px;
  }

  .md\:h-full{
    height: 100%;
  }

  .md\:w-\[160px\]{
    width: 160px;
  }

  .md\:max-w-\[360px\]{
    max-width: 360px;
  }

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

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

  .md\:gap-0{
    gap: 0px;
  }

  .md\:pb-0{
    padding-bottom: 0px;
  }
}

@media (min-width: 992px){
  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:inline-flex{
    display: inline-flex;
  }

  .lg\:hidden{
    display: none;
  }

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

  .lg\:min-w-\[263px\]{
    min-width: 263px;
  }

  .lg\:max-w-\[263px\]{
    max-width: 263px;
  }

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

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:gap-7{
    gap: 1.75rem;
  }

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px){
  .\32xl\:h-auto{
    height: auto;
  }

  .\32xl\:w-\[180px\]{
    width: 180px;
  }

  .\32xl\:max-w-\[895px\]{
    max-width: 895px;
  }

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

  .\32xl\:gap-7{
    gap: 1.75rem;
  }

  .\32xl\:gap-\[30px\]{
    gap: 30px;
  }
}
