/*
! tailwindcss v3.1.8 | 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.
*/

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 */
}

/*
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;
}

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.top-auto {
  top: auto;
}

.left-1\/2 {
  left: 50%;
}

.right-auto {
  right: auto;
}

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

.bottom-0 {
  bottom: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

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

.left-0 {
  left: 0px;
}

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

.left-\[62px\] {
  left: 62px;
}

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

.left-\[83px\] {
  left: 83px;
}

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

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

.bottom-\[20\%\] {
  bottom: 20%;
}

.left-\[15\%\] {
  left: 15%;
}

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

.top-\[70\%\] {
  top: 70%;
}

.left-\[10\%\] {
  left: 10%;
}

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

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

.left-auto {
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.-order-1 {
  order: -1;
}

.order-last {
  order: 9999;
}

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-end-\[-1\] {
  grid-column-end: -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-end-\[-1\] {
  grid-row-end: -1;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.m-2 {
  margin: 0.5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-\[16px\] {
  margin-left: 16px;
  margin-right: 16px;
}

.my-\[24px\] {
  margin-top: 24px;
  margin-bottom: 24px;
}

.mt-\[1rem\] {
  margin-top: 1rem;
}

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

.mt-14 {
  margin-top: 3.5rem;
}

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

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

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

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

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

.mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

.mr-\[8px\] {
  margin-right: 8px;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

.ml-\[16\%\] {
  margin-left: 16%;
}

.ml-0 {
  margin-left: 0px;
}

.mr-\[16\%\] {
  margin-right: 16%;
}

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

.mr-0 {
  margin-right: 0px;
}

.ml-\[4\%\] {
  margin-left: 4%;
}

.mb-\[4\%\] {
  margin-bottom: 4%;
}

.mt-auto {
  margin-top: auto;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

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

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

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

.mr-\[24px\] {
  margin-right: 24px;
}

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

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

.ml-auto {
  margin-left: auto;
}

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

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[414\/407\] {
  aspect-ratio: 414/407;
}

.aspect-\[340\/192\] {
  aspect-ratio: 340/192;
}

.aspect-\[414\/276\] {
  aspect-ratio: 414/276;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}

.aspect-\[207\/143\] {
  aspect-ratio: 207/143;
}

.aspect-\[710\/414\] {
  aspect-ratio: 710/414;
}

.aspect-\[414\/317\] {
  aspect-ratio: 414/317;
}

.h-14 {
  height: 3.5rem;
}

.h-full {
  height: 100%;
}

.h-\[45\%\] {
  height: 45%;
}

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

.h-\[80\%\] {
  height: 80%;
}

.h-10 {
  height: 2.5rem;
}

.h-\[20\.6px\] {
  height: 20.6px;
}

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

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

.h-\[70\%\] {
  height: 70%;
}

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

.h-\[90\%\] {
  height: 90%;
}

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

.h-\[100\%\] {
  height: 100%;
}

.h-auto {
  height: auto;
}

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

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

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

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

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

.h-\[95\%\] {
  height: 95%;
}

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

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.w-1\/3 {
  width: 33.333333%;
}

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

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

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

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

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

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

.w-\[16rem\] {
  width: 16rem;
}

.w-10 {
  width: 2.5rem;
}

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

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

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

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

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

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

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

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

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

.w-40 {
  width: 10rem;
}

.w-1\/2 {
  width: 50%;
}

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

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

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

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

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

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

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

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

.max-w-full {
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -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));
}

.transform {
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

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

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

.gap-24 {
  gap: 6rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

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

.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

.gap-x-\[3px\] {
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.gap-y-\[35px\] {
  row-gap: 35px;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-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-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.self-end {
  align-self: flex-end;
}

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

.border {
  border-width: 1px;
}

.border-4 {
  border-width: 4px;
}

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

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

.border-primary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(25 68 83 / var(--tw-border-opacity));
}

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

.bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 68 83 / 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-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(239 97 107 / var(--tw-bg-opacity));
}

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

.bg-detail-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(181 147 54 / var(--tw-bg-opacity));
}

.bg-\[\#eaebeb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 235 235 / var(--tw-bg-opacity));
}

.bg-bgg-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 238 238 / var(--tw-bg-opacity));
}

.bg-\[\#4c5356\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 83 86 / var(--tw-bg-opacity));
}

.bg-\[\#4f5456\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 84 86 / var(--tw-bg-opacity));
}

.bg-\[\#b59336\] {
  --tw-bg-opacity: 1;
  background-color: rgb(181 147 54 / var(--tw-bg-opacity));
}

.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-\[\#97999a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(151 153 154 / var(--tw-bg-opacity));
}

.bg-\[\#194453\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 68 83 / var(--tw-bg-opacity));
}

.bg-\[\#bc9d48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(188 157 72 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\/wp-content\/uploads\/2022\/10\/drawing\.fba176a\.png\'\)\] {
  background-image: url('/wp-content/uploads/2022/10/drawing.fba176a.png');
}

.bg-cover {
  background-size: cover;
}

.bg-\[length\:1174px\] {
  background-size: 1174px;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.stroke-\[\#194453\] {
  stroke: #194453;
}

.stroke-white {
  stroke: #fff;
}

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

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

.object-top {
  -o-object-position: top;
     object-position: top;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-0 {
  padding: 0px;
}

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

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

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

.pb-\[36px\] {
  padding-bottom: 36px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

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

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

.pl-\[4\%\] {
  padding-left: 4%;
}

.pr-\[4\%\] {
  padding-right: 4%;
}

.pl-\[16\%\] {
  padding-left: 16%;
}

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

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

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

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

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

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

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

.pb-\[16px\] {
  padding-bottom: 16px;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.align-middle {
  vertical-align: middle;
}

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

.text-\[1\.56rem\] {
  font-size: 1.56rem;
}

.text-\[1\.3rem\] {
  font-size: 1.3rem;
}

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

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

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

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

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

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

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

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

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

.text-\[1\.2rem\] {
  font-size: 1.2rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[600\] {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-\[1\.3rem\] {
  line-height: 1.3rem;
}

.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}

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

.leading-\[1\.3em\] {
  line-height: 1.3em;
}

.leading-\[1\.4em\] {
  line-height: 1.4em;
}

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

.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(25 68 83 / var(--tw-text-opacity));
}

.text-detail-100 {
  --tw-text-opacity: 1;
  color: rgb(181 147 54 / var(--tw-text-opacity));
}

.text-detail-200 {
  --tw-text-opacity: 1;
  color: rgb(0 163 166 / var(--tw-text-opacity));
}

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

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

.text-text {
  --tw-text-opacity: 1;
  color: rgb(79 84 86 / var(--tw-text-opacity));
}

.text-\[\#4f5456\] {
  --tw-text-opacity: 1;
  color: rgb(79 84 86 / var(--tw-text-opacity));
}

.text-\[\#194453\] {
  --tw-text-opacity: 1;
  color: rgb(25 68 83 / var(--tw-text-opacity));
}

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

.opacity-100 {
  opacity: 1;
}

.opacity-\[\.07\] {
  opacity: .07;
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

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

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

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

.reference-card:nth-child(3n+1) .background  {
  background: #194453;
}

.reference-card:nth-child(3n+2) .background  {
  background: #bc9d48;
}

.reference-card:nth-child(3n+3) .background  {
  background: #97999a;
}

body {
  font-family: galano-grotesque, sans-serif;
}

ol {
  counter-reset: section;
}

ol li::before {
  counter-increment: section;
  content: counter(section);
  font-weight: 700;
  font-size: 42px;
  width: 1.2em;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  line-height: 0;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-light.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-regular.otf") format("opentype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-medium.otf") format("opentype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-semi-bold.woff") format("woff");

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: "galano-grotesque";

  src: url("fonts/galano-grotesque-bold.otf") format("opentype"), url("fonts/galano-grotesque-bold.woff") format("woff");

  font-weight: 700;

  font-style: normal;
}

.swiper-pagination  {
  height:2rem;
}

.swiper-pagination-bullet {
  margin: 0 10px !important;
  outline: 1px solid white;
  outline-offset: 3px;
  background-color: transparent !important;
}

.home-slider {
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}

.woonwerelden, .perfecte-keuken-inrichten {
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-width: 12px;
  --swiper-pagination-bullet-height: 12px;
}

.woonwerelden .swiper-pagination-bullet, .perfecte-keuken-inrichten .swiper-pagination-bullet {
  outline-offset: 0;
  outline-width: 1.5px;
  opacity: 1;
}

:is(.woonwerelden, .perfecte-keuken-inrichten) .swiper-horizontal>.swiper-pagination-bullets, :is(.woonwerelden, .perfecte-keuken-inrichten) .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}

:is(.woonwerelden, .perfecte-keuken-inrichten) .swiper-pagination-bullet {
  margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
  background-color: white !important;
}

.swiper-button-next {
  height:27px !important;
  text-shadow: gray 4px 4px 12px;
  left:auto !important;
  right:-50px !important;
  color: white !important;
}

.swiper-button-prev {
  height:27px !important;
  text-shadow: gray 4px 4px 12px;
  left:-50px !important;
  right:auto !important;
  color: white !important;
}

.perfecte-keuken-inrichten .swiper-button-next, .perfecte-keuken-inrichten .swiper-button-prev {
  color: #4f5456 !important;
  text-shadow: none;
}

.swiper-button-next:after, .swiper-button-prev:after  {
  content: 'next';
  height: 50px !important;
}

/*.swiper-button-next:hover, .swiper-button-prev:hover   {*/

/*    background: #4f5456;*/

/*    transition: 1sec;*/

/*}*/

:is(.swiper-button-next, .swiper-button-prev):hover:after   {
  background: #4f5456;
  transition: 300ms;
}

.perfecte-keuken-inrichten :is(.swiper-button-next, .swiper-button-prev):hover:after {
  background: transparent;
}

.swiper-button-next::after {
  content: '❯' !important;
  padding: 14px;
  font-size: 18px !important;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.swiper-button-prev:after {
  content: '❮' !important;
  padding: 14px;
  font-size: 18px !important;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.btninverted {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btninverted:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.family-block-bg {
  height: calc(80% + 20px);
}

.wpcf7-spinner  {
  display:none !important;
}

.wpcf7-form {
  display: grid;
  gap: 1.5rem 0;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
}

.hs-input:not([type=file]) {
  background-color: #f5f8fa;
}

.wpcf7-form textarea  {
  height: 100px;
}

#menu-nav>li   {
  margin-bottom: 12px;
}

.menu-item  {
  margin: 4px 0;
}

#header_menu_desktop li.menu-item-type-custom span::after  {
  height:14px;
  margin-left:16px;
  content:url("data:image/svg+xml,%3Csvg class='ml-2' width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.917 11.299l8.382-8.382M5.466 2.917h5.833V8.75' stroke='%234F5456' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
}

body > div > .current-menu-item, #header_menu_desktop .menu-item-home  {
  font-weight: 700;
  text-decoration: underline;
}

#header-site-menu .current-menu-item a {
  font-weight: 700;
  text-decoration: underline;
}

footer li.menu-item    {
  font-weight: normal;
}

#regular-footer-menu li.menu-item:last-child a    {
  background: rgb(25 68 83);
  padding: 8px 54px 8px 16px;
}

#object-footer-menu li.menu-item:last-child a    {
  background: rgb(181 147 54);
  padding: 8px 54px 8px 16px;
}

#store-footer-menu li.menu-item:last-child a    {
  background: rgb(0 163 166);
  padding: 8px 54px 8px 16px;
}

.footer-menu li.menu-item:last-child a  {
  margin-top: 1rem;
  color:white;
  display:flex;
  align-items: center;
  font-weight:500;
}

.footer-menu li.menu-item:last-child {
  position: relative;
}

.footer-menu li.menu-item:last-child::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display:flex;
  content: '';
  background-image: url('./img/footer-link-arrow.svg');
  background-repeat: no-repeat;
  background-size: cover;
  height:0.8rem;
  width:0.8rem;
}

.regular-header-subtitle {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,0,0,0.5));
  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);
  font-size: clamp(20px,1.6vw,30px);
}

.regular-header-title {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,0,0,0.5));
  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);
  font-size: clamp(30px,3.2vw,3.75rem);
}

.aanhef {
  display:grid;
  margin-top: 1rem;
  gap: 0.5rem 0 ;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  justify-content: space-between;
  width:250px;
}

.aanhef span    {
  margin-left: 0;
}

.wpcf7-list-item    {
  margin-left: 0 !important;
}

.hs-form *  {
  box-sizing: border-box;
}

footer form {
  margin-bottom: 0px;
}

footer .sib_signup_form,  footer .sib_signup_form > div:last-of-type {
  width: 100%;
  max-width: 700px;
}

form#sib_signup_form_1 p.sib-alert-message-success {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/*Tooltip rules*/

.tooltip-container {
  position: relative;
  top: 0;
}

.tooltip-content {
  visibility: hidden;
}

.tooltip-container:hover .tooltip-content {
  visibility: visible;
}

#mobile-menu li.current-menu-item, #menu-header-menu-gekleurd li.current-menu-item  {
  font-weight: bold;
  text-decoration: underline;
}

.hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0.5rem;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 14px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  background-color: #ef626c;
  border-color: #ef626c;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  font-size: 12px;
  padding: 12px 24px;
}

.form-button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 450px;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(239 98 108 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 32px;
  padding-right: 32px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .form-button {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1024px) {
  .form-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.personal-advice:nth-child(3n + 1) .background    {
  background: #bc9d48;
}

.personal-advice:nth-child(3n + 2) .background    {
  background: #194453;
}

.personal-advice:nth-child(3n + 3) .background    {
  background: #97999a;
}

.personal-advice:nth-child(even)>div    {
  margin-right: auto;
  margin-left: 0;
}

/*md breakpoint*/

@media (min-width: 768px)   {
  .reference-card:nth-child(odd)>div   {
    flex-direction: row-reverse;
    margin-right: auto;
    margin-left: 0;
    padding-left: 13.5%;
  }
}

/*lg breakpoint*/

@media (min-width: 1024px) {
  .personal-advice:nth-child(even)>div    {
    flex-direction: row-reverse;
  }

  .personal-advice:nth-child(odd) .background, .reference-card:nth-child(even) .background {
    left:auto;
    right:0;
  }

  .personal-advice:nth-child(even) .background, .reference-card:nth-child(odd) .background    {
    right:auto;
    left:0;
  }
}

.what-you-see h1    {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 2px 0;
}

.what-you-see h2    {
  font-size:20px;
  line-height: 1.2;
  font-weight: bold;
}

.what-you-see h3 {
  font-weight:800;
}

.what-you-see p {
  margin-bottom: 20px;
}

@media (max-width:1024px)   {
  .personal-advice .background, .reference-card .background {
    min-height:100% !important;
    width:100vw !important;
  }
}

.reference-card .background, .media-and-text .background {
  height: calc(100% + 40px);
}

@media only screen and (max-width: 1200px) {
  ol li::before {
    font-size: 30px;
  }

  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px !important;
  }

  .woonwerelden .swiper-pagination, .perfecte-keuken-inrichten .swiper-pagination {
    display: none;
  }

  .swiper-button-next {
    height:27px !important;
    text-shadow: none;
    left:auto !important;
    right:-30px !important;
    color: white !important;
    top: 70% !important;
  }

  .swiper-button-prev {
    height:27px !important;
    text-shadow: none;
    left: -30px !important;
    right:auto !important;
    color: white !important;
    top: 70% !important;
  }

  :is(.swiper-button-next, .swiper-button-prev):hover:after {
    background: transparent !important;
  }

  .perfecte-keuken-inrichten .swiper-button-next, .perfecte-keuken-inrichten .swiper-button-prev {
    color: #fff !important;
  }

  #regular-footer-menu li.menu-item:last-child a    {
    background: rgb(25 68 83);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }

  #object-footer-menu li.menu-item:last-child a    {
    background: rgb(181 147 54);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }

  #store-footer-menu li.menu-item:last-child a    {
    background: rgb(0 163 166);
    padding: 12px 32px;
    display: block;
    text-align: center;
  }

  .reference-card .background {
    height: calc(100% - 190px);
    min-height: auto !important;
    bottom: 0;
    top: auto;
  }
}

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

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

@media (min-width: 640px) {
  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[340\/230\] {
    aspect-ratio: 340/230;
  }

  .sm\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }

  .md\:bottom-\[20\%\] {
    bottom: 20%;
  }

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

  .md\:top-\[35\%\] {
    top: 35%;
  }

  .md\:top-\[20px\] {
    top: 20px;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-\[16px\] {
    margin-left: 16px;
    margin-right: 16px;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

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

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

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:ml-\[36\%\] {
    margin-left: 36%;
  }

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-\[56px\] {
    margin-left: 56px;
  }

  .md\:mr-\[16px\] {
    margin-right: 16px;
  }

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

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:aspect-\[81\/56\] {
    aspect-ratio: 81/56;
  }

  .md\:aspect-\[710\/414\] {
    aspect-ratio: 710/414;
  }

  .md\:aspect-\[12\/5\] {
    aspect-ratio: 12/5;
  }

  .md\:h-\[85\%\] {
    height: 85%;
  }

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

  @media (min-width: 768px) {
    .md\:md\:h-\[800px\] {
      height: 800px;
    }
  }

  .md\:h-\[70\%\] {
    height: 70%;
  }

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

  .md\:h-\[90\%\] {
    height: 90%;
  }

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

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

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

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

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

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

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

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

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

  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

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

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

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

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

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

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

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

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

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

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:items-center {
    align-items: center;
  }

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

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

  .md\:justify-evenly {
    justify-content: space-evenly;
  }

  .md\:gap-x-\[80px\] {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }

  .md\:gap-y-\[50px\] {
    row-gap: 50px;
  }

  .md\: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)));
  }

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

  .md\:bg-\[\#f8f8f8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

  .md\:bg-none {
    background-image: none;
  }

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

  .md\:object-right {
    -o-object-position: right;
       object-position: right;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

  .md\:pl-\[13\.5\%\] {
    padding-left: 13.5%;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

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

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

  .md\:pr-\[4\%\] {
    padding-right: 4%;
  }

  .md\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .md\:pl-\[36\%\] {
    padding-left: 36%;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-\[96px\] {
    padding-bottom: 96px;
  }

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

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

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:text-left {
    text-align: left;
  }

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

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

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

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

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

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

  .md\:text-\[2\.5em\] {
    font-size: 2.5em;
  }

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

  .md\:text-\[2rem\] {
    font-size: 2rem;
  }

  .md\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

  .md\:leading-\[1\.4em\] {
    line-height: 1.4em;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:bottom-\[12\%\] {
    bottom: 12%;
  }

  .lg\:left-\[10\%\] {
    left: 10%;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

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

  .lg\:order-none {
    order: 0;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:mt-\[4rem\] {
    margin-top: 4rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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

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

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

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

  .lg\:mr-\[36\%\] {
    margin-right: 36%;
  }

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

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

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

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

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

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

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

  .lg\:mt-auto {
    margin-top: auto;
  }

  .lg\:mb-auto {
    margin-bottom: auto;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[0\] {
    aspect-ratio: 0;
  }

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

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

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

  .lg\:h-\[117\%\] {
    height: 117%;
  }

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

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

  .lg\:h-\[100\%\] {
    height: 100%;
  }

  .lg\:h-fit {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .lg\:max-h-\[450px\] {
    max-height: 450px;
  }

  .lg\:max-h-\[448px\] {
    max-height: 448px;
  }

  .lg\:max-h-\[552px\] {
    max-height: 552px;
  }

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

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

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

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:w-1\/2 {
    width: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:items-end {
    align-items: flex-end;
  }

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-\[120px\] {
    gap: 120px;
  }

  .lg\:gap-x-\[50px\] {
    -moz-column-gap: 50px;
         column-gap: 50px;
  }

  .lg\:self-auto {
    align-self: auto;
  }

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

  .lg\:stroke-white {
    stroke: #fff;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:pl-0 {
    padding-left: 0px;
  }

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

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

  .lg\:pr-\[36\%\] {
    padding-right: 36%;
  }

  .lg\:pb-\[32px\] {
    padding-bottom: 32px;
  }

  .lg\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

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

  .lg\:pb-\[44px\] {
    padding-bottom: 44px;
  }

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

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[2rem\] {
    font-size: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:font-\[400\] {
    font-weight: 400;
  }

  .lg\:leading-\[1\.4em\] {
    line-height: 1.4em;
  }

  .lg\:leading-tight {
    line-height: 1.25;
  }

  .lg\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(25 68 83 / var(--tw-text-opacity));
  }

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

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:z-\[2\] {
    z-index: 2;
  }

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

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-2 {
    grid-column-start: 2;
  }

  .xl\:col-end-2 {
    grid-column-end: 2;
  }

  .xl\:col-end-\[-1\] {
    grid-column-end: -1;
  }

  .xl\:col-end-3 {
    grid-column-end: 3;
  }

  .xl\:row-start-1 {
    grid-row-start: 1;
  }

  .xl\:row-start-2 {
    grid-row-start: 2;
  }

  .xl\:row-start-5 {
    grid-row-start: 5;
  }

  .xl\:row-end-2 {
    grid-row-end: 2;
  }

  .xl\:row-end-3 {
    grid-row-end: 3;
  }

  .xl\:m-0 {
    margin: 0px;
  }

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

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:ml-0 {
    margin-left: 0px;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

  .xl\:ml-auto {
    margin-left: auto;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:aspect-\[1440\/579\] {
    aspect-ratio: 1440/579;
  }

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

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

  .xl\:h-\[100\%\] {
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-none {
    max-width: none;
  }

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

  .xl\:justify-self-end {
    justify-self: end;
  }

  .xl\:bg-\[\#f8f8f8\] {
    --tw-bg-opacity: 1;
    background-color: rgb(248 248 248 / var(--tw-bg-opacity));
  }

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

  .xl\:bg-none {
    background-image: none;
  }

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

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

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

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

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

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

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

  .xl\:pb-\[56px\] {
    padding-bottom: 56px;
  }

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

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

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

  .xl\:pl-0 {
    padding-left: 0px;
  }

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

  .xl\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-\[2rem\] {
    font-size: 2rem;
  }

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

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

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

@media (min-width: 1536px) {
  .\32xl\:ml-auto {
    margin-left: auto;
  }

  .\32xl\:h-\[407px\] {
    height: 407px;
  }

  .\32xl\:w-\[65\%\] {
    width: 65%;
  }

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

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}