/*
! tailwindcss v3.0.24 | 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 */
  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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-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: 800px) {

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-1\/2 {
  top: 50%;
}
.right-1 {
  right: 0.25rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.top-5 {
  top: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.top-0 {
  top: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-4 {
  top: 1rem;
}
.-top-6 {
  top: -1.5rem;
}
.-top-14 {
  top: -3.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-8 {
  left: 2rem;
}
.top-2 {
  top: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.m-2 {
  margin: 0.5rem;
}
.m-16 {
  margin: 4rem;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-0 {
  margin-top: 0px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.mr-16 {
  margin-right: 4rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-auto {
  height: auto;
}
.h-10 {
  height: 2.5rem;
}
.h-screen {
  height: 100vh;
}
.h-0 {
  height: 0px;
}
.h-full {
  height: 100%;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-32 {
  height: 8rem;
}
.h-8 {
  height: 2rem;
}
.min-h-full {
  min-height: 100%;
}
.w-full {
  width: 100%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-40 {
  width: 10rem;
}
.w-4 {
  width: 1rem;
}
.w-0 {
  width: 0px;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-24 {
  width: 6rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-3\/4 {
  width: 75%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-9\/12 {
  width: 75%;
}
.w-52 {
  width: 13rem;
}
.w-12 {
  width: 3rem;
}
.w-64 {
  width: 16rem;
}
.w-2\/5 {
  width: 40%;
}
.w-44 {
  width: 11rem;
}
.w-20 {
  width: 5rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-96 {
  width: 24rem;
}
.w-48 {
  width: 12rem;
}
.w-80 {
  width: 20rem;
}
.w-8 {
  width: 2rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.table-fixed {
  table-layout: fixed;
}
.-translate-y-1\/2 {
  --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));
}
.-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));
}
.-translate-y-32 {
  --tw-translate-y: -8rem;
  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));
}
.-rotate-90 {
  --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));
}
.rotate-90 {
  --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));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
@-webkit-keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.border-2 {
  border-width: 2px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-opacity-0 {
  --tw-border-opacity: 0;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-lightblue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 110 170 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-1 {
  padding: 0.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-28 {
  padding-top: 7rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-baseline {
  vertical-align: baseline;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2\.5xl {
  font-size: 1.7rem;
}
.font-bold {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-semibold {
  font-weight: 600;
}
.font-normal {
  font-weight: 400;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-8 {
  line-height: 2rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  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 {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@font-face {
  font-family: "Metropolis-regular";
  src: url("/fonts/Metropolis-Regular.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-regular-it";
  src: url("/fonts/Metropolis-RegularItalic.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-thin";
  src: url("/fonts/Metropolis-Thin.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-bold";
  src: url("/fonts/Metropolis-Bold.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-black";
  src: url("/fonts/Metropolis-Black.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-med";
  src: url("/fonts/Metropolis-Medium.otf");
  font-display: swap;
}

@font-face {
  font-family: "HK-Black";
  src: url("/fonts/HKGroteskWide_2020D/OTF/HKGroteskWide-Black.otf");
  font-display: swap;
}

@font-face {
  font-family: "Metropolis-extra-light";
  src: url("/fonts/Metropolis-ExtraLight.otf");
  font-display: swap;
}

.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
  animation: heartbeat 1.5s ease-in-out infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2021-3-1 13:19:19
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */

@-webkit-keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

html,
body {
  margin: 0;
}

body {
  min-height: 100vh;
  position: relative;
  padding-bottom: 100px;
}

.customfont {
  font-size: 0.98958vw;
}

.METROPOLISBOLD {
  font-family: "Metropolis-bold";
}

.METROPOLISBLACK {
  font-family: "Metropolis-black";
}

.METROPOLIS {
  font-family: "Metropolis-regular";
}

.METROPOLIS-it {
  font-family: "Metropolis-regular-it";
}

.METROPOLISMED {
  font-family: "Metropolis-med";
}

.METROPOLISTHIN {
  font-family: "Metropolis-thin";
}

.METROPOLISEL {
  font-family: "Metropolis-extra-light";
}

.HKBLACK {
  font-family: "HK-Black";
}

.bg-gold {
  background-color: #FDB514;
}

.bg-blue {
  background-color: #09496e;
}

.bg-lightblue {
  background-color: #1A6EAA;
}

.bg-gray {
  background-color: #88898b;
}

.text-gold {
  color: #FDB514;
}

.text-gray {
  color: #88898b;
}

.hover\:bg-blue:hover {
  background-color: #09496e;
}

@media (min-width: 768px) {
  .md\:bg-blue {
    background-color: #09496e;
  }

  .md\:text-blue {
    color: #09496E;
  }

  .md\:text-dark {
    color: #343A40 !important;
  }
}

.text-blue {
  color: #09496E;
}

.text-blue_2 {
  color: #09486d;
}

.border-blue {
  border-color: #09496e;
}

.text-dark {
  color: #333333;
}

.bg-dark {
  background-color: #343A40;
}

.bg-red {
  background-color: #c80000;
}

.text-red {
  color: #c80000;
}

.screen-16-9 {
  padding-top: 56.25%;
}

.shadow-a {
  box-shadow: 5px 5px 8px 0px rgba(9, 73, 110, 0.4);
}

.blogLink {
  color: #09496e;
  text-decoration: underline;
}

.logo {
  /* width: 10vw; */
  max-width: 80px;
  height: 80px;
}

button:focus {
  outline: none;
}

.background-nieruchomosci {
  background-image: url("/img/xff_nieruchomosci_header_desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-aku {
  background-image: url("/img/header_aktualnosci.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-ankieta {
  background-image: url("/img/ankieta-cover.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .background-1 {
  background-image: url("/img/DSC_3136-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.webp .background-1 {
  background-image: url("/img/DSC_3136-min.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.no-webp .background-2 {
  background-image: url("/img/DSC_5102-min.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.webp .background-2 {
  background-image: url("/img/DSC_5102-min.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-aplikuj {
  background-image: url("/img/aplikuj_top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.background-targi {
  background-image: url("/img/header_targi.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bgFranchise {
  background-image: url("/img/pattern.png");
}

.menuBurger span {
  display: block;
  margin-top: 4px;
  width: 30px;
  height: 4px;
  border-radius: 25px;
}

.menuMobile {
  /* border: 1px solid red; */
  /* display: none; */
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100%;
  /* border: 1px solid red; */
  display: flex;
  flex-direction: column;
  background-color: #09496e;
  -webkit-clip-path: circle(0px at 0% -20%);
          clip-path: circle(0px at 0% -20%);
  transition: -webkit-clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
}

.d {
  position: relative;
  cursor: pointer;
}

.d::after {
  content: "";
  /* border: 2px solid #c80000; */
  background-color: #ffffff;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  /* transform: translateX(-50%); */
  width: 0;
  /* opacity: 0; */
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.d:hover::after {
  /* opacity: 1; */
  /* bottom: -10px; */
  width: 100%;
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.dblue {
  position: relative;
  cursor: pointer;
}

.dblue::after {
  content: "";
  /* border: 2px solid #c80000; */
  background-color: #09496e;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -5px;
  /* transform: translateX(-50%); */
  width: 0;
  /* opacity: 0; */
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.dblue:hover::after {
  /* opacity: 1; */
  /* bottom: -10px; */
  width: 100%;
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.post a,
body#tinymce a,
.section a {
  position: relative !important;
  cursor: pointer !important;
  color: #09496e !important;
  font-family: "Metropolis-bold" !important;
  display: inline-block;
}

b {
  font-family: "Metropolis-black";
}

.post a::after,
.tiny a::after,
.section a::after {
  content: "";
  background-color: #09496e;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.step a {
  position: relative !important;
  cursor: pointer !important;
  color: white !important;
  font-family: "Metropolis-bold" !important;
  display: inline-block;
}

.step a::after {
  content: "";
  background-color: white;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.post a:hover::after,
.tiny a:hover::after,
.section a:hover::after,
.step a:hover::after {
  /* opacity: 1; */
  /* bottom: -10px; */
  width: 100% !important;
  transition: width 0.3s cubic-bezier(0.56, 0.01, 0.07, 0.99);
}

.menuMobile.open {
  -webkit-clip-path: circle(800px at 0% -20%);
          clip-path: circle(800px at 0% -20%);
  transition: -webkit-clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out;
  transition: clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
}

body.done {
  cursor: url("/img/checkmarkCursor.png"), auto !important;
}

@media (min-width: 768px) {
  .menuMobile {
    z-index: -1;
    height: 80vh;
    width: 60%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    background-color: #09496e;
    -webkit-clip-path: circle(0px at 0% -10%);
            clip-path: circle(0px at 0% -10%);
    transition: -webkit-clip-path 300ms ease-out;
    transition: clip-path 300ms ease-out;
    transition: clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
    /* display: none; */
  }
  .menuMobile.open {
    -webkit-clip-path: circle(600px at 0% -10%);
            clip-path: circle(600px at 0% -10%);
    transition: -webkit-clip-path 300ms ease-out;
    transition: clip-path 300ms ease-out;
    transition: clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
  }

  .TopBar.scrolled {
    box-shadow: rgba(0, 0, 0, 0) 0 1px 10px 0;
    z-index: 997;
    max-height: 100px;
  }
}

@media (min-width: 800px) {
  .TopBar.scrolled {
    box-shadow: rgba(0, 0, 0, 0) 0 1px 10px 0;
    z-index: 997;
    max-height: 100px;
  }
}

.lokList {
  max-height: 380px;
  overflow: auto;
}

.lokList div {
  position: relative;
  transition-duration: 300ms;
}

.lokList div.highlight {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 0;
  height: 110%;
  background-color: white;
  z-index: 1;
  transition-duration: 300ms;
}

.lokList div.hl {
  transition-duration: 300ms;
  color: #09496e;
}

.lokList div.hl div.highlight {
  transition-duration: 300ms;
  width: 90%;
}

.lokList::-webkit-scrollbar {
  display: none;
}

.scrollBar::-webkit-scrollbar {
  -webkit-appearance: none;
  display: block;
  width: 8px;
}

/* Track */

.scrollBar::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

/* Handle */

.scrollBar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 254, 0.8);
}

.blue-background-type input::-moz-placeholder {
  color: white;
}

.blue-background-type input:-ms-input-placeholder {
  color: white;
}

.blue-background-type input::placeholder {
  color: white;
}

.blue-background-type input,
.blue-background-type select {
  border-bottom: 2px solid white;
  background: transparent;
}

.blue-background-type button {
  background-color: white;
  color: #09496e;
}

.white-background-type input::-moz-placeholder {
  color: #09496e;
}

.white-background-type input:-ms-input-placeholder {
  color: #09496e;
}

.white-background-type input::placeholder {
  color: #09496e;
}

.white-background-type input,
.white-background-type select {
  border-bottom: 2px solid #09496e;
  background: transparent;
}

.white-background-type button {
  background-color: #09496e;
  color: white;
}

/* Handle on hover */

.scrollBar::-webkit-scrollbar-thumb:hover {
  background: #fffffe;
}

.fadeTop {
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  opacity: 0;
  transition-duration: 400ms;
  /* border: 1px solid red; */
  background-image: linear-gradient(to bottom, #09496e, rgba(9, 73, 110, 0) 100%);
}

.fadeBottom {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  transition-duration: 400ms;
  /* border: 1px solid red; */
  background-image: linear-gradient(to bottom, rgba(9, 73, 110, 0), #09496e 100%);
}

.subMenu {
  max-height: 2rem;
}

.subMenu.active {
  max-height: 20rem;
}

.krok {
  max-height: 0;
  overflow: hidden;
}

.krok.active {
  max-height: 30rem;
}

.placeholder-blue::-moz-placeholder {
  color: #09496e;
}

.placeholder-blue:-ms-input-placeholder {
  color: #09496e;
}

.placeholder-blue::placeholder {
  color: #09496e;
}

@media (min-width: 768px) {
  .md\:placeholder-dark::-moz-placeholder {
    color: #343A40;
  }
  .md\:placeholder-dark:-ms-input-placeholder {
    color: #343A40;
  }
  .md\:placeholder-dark::placeholder {
    color: #343A40;
  }
}

.details {
  max-height: 0;
  transition-duration: 400ms;
  overflow: hidden;
}

.details.active,
.soon.active,
.soooon.active {
  max-height: 1800px;
  transition-duration: 400ms;
}

.paddingHead {
  padding-top: 22vw;
}

@media (min-width: 800px) {
  .paddingHead {
    padding-top: 170px;
  }
}

.btn:active {
  transform: translateY(3px);
}

.btn:focus {
  outline: none;
}

.btn {
  font-size: 1.5rem;
}

.img-aw {
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 300ms ease-out;
}

.img-aw.active {
  filter: grayscale(0);
  transform: scale(1.45) !important;
}

.marker {
  width: 25px;
  height: 25px;
  background-image: url("/img/x.svg");
  background-size: cover;
  position: absolute;
  transition: top ease-out 100ms, left ease-out 100ms;
  z-index: 10;
}

.marker .markerName {
  position: absolute;
  background-color: rgba(9, 73, 110, 0.8);
  top: -130%;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.marker .markerName_2 {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: -130%;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.marker:hover .markerName {
  display: block;
}

.outline {
  outline: 1px solid #09496e;
  outline-offset: -8px;
}

.newStep {
  position: relative;
}

.newStep::after {
  content: "";
  position: absolute;
  border: 1px solid white;
  bottom: -80%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 0.8rem;
}

.newCheck {
  display: block;
  width: 25px;
  height: 25px;
  background-color: white;
  position: relative;
  cursor: pointer;
  border: 1px solid #09496e;
}

.newCheck::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* background-size: 50%; */
}

.check:checked ~ .newCheck::after {
  background-image: url("/img/x.svg");
}

.krokOpis {
  position: absolute;
  background-color: rgba(29, 29, 29, 0.7);
  width: 100%;
  z-index: 30;
  display: block;
}

@media (min-width: 768px) {
  .krokOpis {
    position: absolute;
    max-width: 400px;
    width: 50%;
    background-color: rgba(29, 29, 29, 0.7);
    z-index: 30;
    display: block;
  }
}

.krokOpis_dlaczego {
  position: absolute;
  background-color: rgba(29, 29, 29, 0.7);
  width: 100%;
  z-index: 10;
}

@media (min-width: 800px) {
  .krokOpis_dlaczego {
    position: absolute;
    max-width: 450px;
    width: 100%;
    min-height: 100px;
    background-color: rgba(29, 29, 29, 0.7);
    z-index: 10;
  }
}

.krokOpis_dlaczego[data-k="1"] {
  top: 82%;
  left: 0%;
}

.krokOpis_dlaczego[data-k="2"] {
  top: 12%;
  left: 0%;
}

.krokOpis_dlaczego[data-k="3"] {
  top: 52%;
  left: 0%;
}

@media (min-width: 768px) {
  .krokOpis_dlaczego[data-k="1"] {
    top: 70%;
    left: -30%;
  }

  .krokOpis_dlaczego[data-k="2"] {
    top: 24%;
    left: -49%;
  }

  .krokOpis_dlaczego[data-k="3"] {
    top: 30%;
    left: 59%;
  }
}

.placeholder-dark::-moz-placeholder {
  color: #333333;
}

.placeholder-dark:-ms-input-placeholder {
  color: #333333;
}

.placeholder-dark::placeholder {
  color: #333333;
}

form.ankieta .coolabel {
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: top 150ms ease-in, font-size 150ms ease-out, opacity 150ms ease-out;
  opacity: 1;
}

.coolabel {
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: top 150ms ease-in, font-size 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}

.coolInput:focus + .coolabel,
.coolInput:valid + .coolabel {
  top: -90%;
  transition: top 150ms ease-out, font-size 150ms ease-out;
  font-size: 0.8rem;
  opacity: 1;
}

.coolabelNotR {
  position: absolute;
  top: 0;
  pointer-events: none;
  transition: top 150ms ease-in, font-size 150ms ease-out, opacity 150ms ease-out;
  opacity: 0;
}

.coolInputNotR:focus + .coolabelNotR {
  top: -90%;
  transition: top 150ms ease-out, font-size 150ms ease-out;
  font-size: 0.8rem;
  opacity: 1;
}

.coolabel.active {
  top: -90%;
  transition: top 150ms ease-out, font-size 150ms ease-out;
  font-size: 0.8rem;
  opacity: 1;
}

.fader div {
  transform: translate(0, -100%);
  opacity: 0;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.fader div.relative img {
  opacity: 0;
  transition: opacity 200ms ease-out 100ms;
}

.fader.factive div {
  transform: translate(0%, 0%);
  opacity: 1;
  transition: opacity 300ms ease-out, transform 300ms ease-out;
}

.fader.factive div.relative img {
  opacity: 1;
  transition: opacity 200ms ease-out 100ms;
}

.videoModal {
  display: none;
}

.videoModal.open {
  display: flex;
}

.returnButton {
  top: 7.5%;
  left: 0%;
}

.newsForm {
  max-height: 0;
}

.newsForm.open {
  max-height: 500px;
}

.klauzulainfo {
  font-size: 12px;
  cursor: pointer;
  position: relative;
  display: block;
}

.klauzulaPop {
  color: white;
  font-size: 12px;
  width: 600px;
  height: 550px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px #fff solid;
  background: rgba(0, 0, 0, 0.95);
  position: absolute;
  text-align: justify;
  top: -550px;
  left: 0;
  overflow: auto;
  z-index: 99;
}

.woj-1 {
  top: 60%;
  left: 20%;
}

.woj-2 {
  top: 29%;
  left: 40%;
}

.woj-3 {
  top: 58%;
  left: 82.5%;
}

.woj-4 {
  top: 42%;
  left: 10%;
}

.woj-5 {
  top: 51.5%;
  left: 50%;
}

.woj-6 {
  top: 79%;
  left: 57%;
}

.woj-7 {
  top: 40%;
  left: 65%;
}

.woj-8 {
  top: 66%;
  left: 35%;
}

.woj-9 {
  top: 76%;
  left: 77%;
}

.woj-10 {
  top: 25%;
  left: 82%;
}

.woj-11 {
  top: 11%;
  left: 37%;
}

.woj-12 {
  top: 67%;
  left: 45%;
}

.woj-13 {
  top: 65%;
  left: 63%;
}

.woj-14 {
  top: 17%;
  left: 63%;
}

.woj-15 {
  top: 41%;
  left: 29%;
}

.woj-16 {
  top: 20%;
  left: 14%;
}

.vjs-big-play-button {
  border-radius: 50% !important;
  border-width: 2px !important;
  width: 2em !important;
  height: 2em !important;
  margin-top: -1em !important;
  margin-left: -1em !important;
  background-color: transparent !important;
}

.vjs-big-play-button .vjs-icon-placeholder::before {
  content: "" !important;
  background-image: url("/img/play-white.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 50% !important;
}

.vjs-control-bar {
  visibility: visible !important;
  display: flex !important;
  background-color: transparent !important;
  height: 4em !important;
  width: 99% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 5px;
}

.vjs-control-bar .vjs-play-control {
  border: 2.5px solid white !important;
  border-radius: 50%;
  padding: 1px !important;
  margin-right: 2px !important;
}

.vjs-control-bar .vjs-play-control .vjs-icon-placeholder::before {
  transform: scale(1.5) !important;
  line-height: 2em !important;
}

.vjs-control-bar .vjs-picture-in-picture-control {
  display: none !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-mute-control {
  padding: 1px !important;
  margin-right: 0.2em !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-mute-control .vjs-icon-placeholder::before {
  transform: scale(1.5);
  line-height: 2.2em !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-volume-horizontal {
  height: 100% !important;
  width: auto !important;
  align-items: center;
}

.vjs-control-bar .vjs-volume-panel .vjs-volume-bar {
  margin: 0em 0.45em !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-slider-horizontal {
  height: 0.5em !important;
  margin-right: 0.6em !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-volume-level {
  height: 0.5em !important;
  background-color: #09496e !important;
}

.vjs-control-bar .vjs-volume-panel .vjs-volume-level:before {
  top: -0.1em !important;
  transform: scale(1.5);
}

.vjs-control-bar .vjs-volume-panel .vjs-icon-placeholder::before {
  border-radius: 50%;
}

.vjs-control-bar .vjs-progress-holder {
  height: 0.5em !important;
}

.vjs-control-bar .vjs-play-progress:before {
  transform: scale(1.5);
  top: -0.2em !important;
}

.vjs-control-bar .vjs-remaining-time {
  line-height: 2.5em !important;
  font-family: "HK-Black";
  font-size: 1rem !important;
  padding-left: 0 !important;
  padding-right: 0.6em !important;
}

.vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder::before {
  transform: scale(1.8);
  line-height: 2.25em;
}

@media (min-width: 760px) {
  .vjs-big-play-button {
    border-radius: 50% !important;
    border-width: 5px !important;
    width: 4em !important;
    height: 4em !important;
    margin-top: -2em !important;
    margin-left: -2em !important;
    background-color: transparent !important;
  }

  .vjs-big-play-button .vjs-icon-placeholder::before {
    content: "" !important;
    background-image: url("/img/play-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 50% !important;
  }

  .vjs-control-bar {
    visibility: visible !important;
    display: flex !important;
    background-color: transparent !important;
    height: 4em !important;
    width: 99% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 5px;
  }

  .vjs-control-bar .vjs-play-control {
    border: 2.5px solid white !important;
    border-radius: 50%;
    padding: 1px !important;
    margin-right: 2px !important;
  }

  .vjs-control-bar .vjs-play-control .vjs-icon-placeholder::before {
    transform: scale(1.5) !important;
    line-height: 2em !important;
  }

  .vjs-control-bar .vjs-picture-in-picture-control {
    display: none !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-mute-control {
    padding: 1px !important;
    margin-right: 0.2em !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-mute-control .vjs-icon-placeholder::before {
    transform: scale(1.5);
    line-height: 2.2em !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-volume-horizontal {
    height: 100% !important;
    width: auto !important;
    align-items: center;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-volume-bar {
    margin: 0em 0.45em !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-slider-horizontal {
    height: 0.5em !important;
    margin-right: 0.6em !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-volume-level {
    height: 0.5em !important;
    background-color: #09496e !important;
  }

  .vjs-control-bar .vjs-volume-panel .vjs-volume-level:before {
    top: -0.1em !important;
    transform: scale(1.5);
  }

  .vjs-control-bar .vjs-volume-panel .vjs-icon-placeholder::before {
    border-radius: 50%;
  }

  .vjs-control-bar .vjs-progress-holder {
    height: 0.5em !important;
  }

  .vjs-control-bar .vjs-play-progress:before {
    transform: scale(1.5);
    top: -0.2em !important;
  }

  .vjs-control-bar .vjs-remaining-time {
    line-height: 2.5em !important;
    font-family: "HK-Black";
    font-size: 1rem !important;
    padding-left: 0 !important;
    padding-right: 0.6em !important;
  }

  .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder::before {
    transform: scale(1.8);
    line-height: 2.25em;
  }
}

@media (min-width: 768px) {
  .md\:max-h-100 {
    max-height: 27rem;
  }
}

.slick-arrow {
  z-index: 39;
}

.slick-prev {
  left: 12px !important;
}

.slick-next {
  right: 5px !important;
}

input {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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\:border-opacity-100:hover {
  --tw-border-opacity: 1;
}

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

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 768px) {

  .md\:-top-5 {
    top: -1.25rem;
  }

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

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

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

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

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

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

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

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

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

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

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

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

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

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

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

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

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

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

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

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .md\:justify-end {
    justify-content: flex-end;
  }

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .md\:border-none {
    border-style: none;
  }

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

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

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

  .md\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

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

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .md\:py-44 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

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

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

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

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

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

  .md\:text-2\.5xl {
    font-size: 1.7rem;
  }

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

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

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

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

  .md\:shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

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

@media (min-width: 1024px) {

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .lg\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

@media (min-width: 1280px) {

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

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

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-4\/5 {
    width: 80%;
  }

  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

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

@media (min-width: 800px) {

  .burgerTrigger\:block {
    display: block;
  }

  .burgerTrigger\:hidden {
    display: none;
  }
}

