
.text-danger {color: red}
input[type=checkbox] {margin-right: 10px;}


/*
! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
	box-sizing: border-box; /* 1 */
	border-width: 0; /* 2 */
	border-style: solid; /* 2 */
	border-color: #e5e7eb; /* 2 */
}

::before,
::after {
	--tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
	line-height: 1.5; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-moz-tab-size: 4; /* 3 */
	-o-tab-size: 4;
	tab-size: 4; /* 3 */
	font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
	font-feature-settings: normal; /* 5 */
}

/*
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 */
	font-family: 'Mulish', sans-serif;
	/* font-size: .875rem; */
	font-size: 1rem;
	font-weight: 600;
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
	border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
	color: inherit;
	text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
	font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
	font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
	border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	font-weight: inherit; /* 1 */
	line-height: inherit; /* 1 */
	color: inherit; /* 1 */
	margin: 0; /* 2 */
	padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
	text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button; /* 1 */
	background-color: transparent; /* 2 */
	background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
	outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
	vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
	-webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0;
}

fieldset {
	margin: 0;
	padding: 0;
}

legend {
	padding: 0;
}

ol,
ul,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
	resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
	opacity: 1; /* 1 */
	color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
	cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
	cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
	display: block; /* 1 */
	vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
	max-width: 100%;
	height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
	display: none;
}

*, ::before, ::after {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}

::backdrop {
	--tw-border-spacing-x: 0;
	--tw-border-spacing-y: 0;
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-pan-x:  ;
	--tw-pan-y:  ;
	--tw-pinch-zoom:  ;
	--tw-scroll-snap-strictness: proximity;
	--tw-ordinal:  ;
	--tw-slashed-zero:  ;
	--tw-numeric-figure:  ;
	--tw-numeric-spacing:  ;
	--tw-numeric-fraction:  ;
	--tw-ring-inset:  ;
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgb(59 130 246 / 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-shadow: 0 0 #0000;
	--tw-shadow-colored: 0 0 #0000;
	--tw-blur:  ;
	--tw-brightness:  ;
	--tw-contrast:  ;
	--tw-grayscale:  ;
	--tw-hue-rotate:  ;
	--tw-invert:  ;
	--tw-saturate:  ;
	--tw-sepia:  ;
	--tw-drop-shadow:  ;
	--tw-backdrop-blur:  ;
	--tw-backdrop-brightness:  ;
	--tw-backdrop-contrast:  ;
	--tw-backdrop-grayscale:  ;
	--tw-backdrop-hue-rotate:  ;
	--tw-backdrop-invert:  ;
	--tw-backdrop-opacity:  ;
	--tw-backdrop-saturate:  ;
	--tw-backdrop-sepia:  ;
}
.container {
	width: 100%;
}
@media (min-width: 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;
	}
}
@media (min-width: 1600px) {

	.container {
		max-width: 1600px;
	}
}
@media (min-width: 1920px) {

	.container {
		max-width: 1920px;
	}
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.-top-\[40px\] {
	top: -40px;
}
.left-1\/2 {
	left: 50%;
}
.right-12 {
	right: 3rem;
}
.bottom-0 {
	bottom: 0px;
}
.-top-\[25px\] {
	top: -25px;
}
.top-0 {
	top: 0px
}
.left-0 {
	left: 0px;
}
.z-50 {
	z-index: 50;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mt-12 {
	margin-top: 3rem;
}
.mt-24 {
	margin-top: 6rem;
}
.mb-12 {
	margin-bottom: 3rem;
}
.mb-20 {
	margin-bottom: 5rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mt-10 {
	margin-top: 2.5rem;
}
.mt-20 {
	margin-top: 5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.grid {
	display: grid;
}
.hidden {
	display: none;
}
.h-\[300px\] {
	height: 300px;
}
.h-\[50px\] {
	height: 50px;
}
.h-full {
	height: 100%;
}
.h-7 {
	height: 1.75rem;
}
.h-5 {
	height: 1.25rem;
}
.h-10 {
	height: 2.5rem;
}
.h-\[25px\] {
	height: 25px;
}
.h-\[250px\] {
	height: 250px;
}
.min-h-full {
	min-height: 100%;
}
.min-h-\[100px\] {
	min-height: 100px;
}
.w-fit {
	width: fit-content;
}
.w-\[90\%\] {
	width: 90%;
}
.w-50 {
	width: 50%;
}
.w-90 {
	width: 90%;
}
.w-\[20\%\] {
	width: 20%;
}
.w-full {
	width: 100%;
}
.w-7 {
	width: 1.75rem;
}
.max-w-\[850px\] {
	max-width: 850px;
}
.max-w-\[90\%\] {
	max-width: 90%;
}
.max-w-\[1060px\] {
	max-width: 1060px;
}
.max-w-\[680px\] {
	max-width: 680px;
}
.max-w-\[80\%\] {
	max-width: 80%;
}
.max-w-\[1000px\] {
	max-width: 1000px;
}
.max-w-\[1280px\] {
	max-width: 1280px;
}
.max-w-\[1920px\] {
	max-width: 1920px;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-wrap {
	flex-wrap: wrap;
}
.-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));
}
.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.items-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-8 {
	gap: 2rem;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-12 {
	gap: 3rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-20 {
	gap: 5rem;
}
.gap-10 {
	gap: 2.5rem;
}
.gap-2 {
	gap: 0.5rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
	--tw-space-y-reverse: 0;
	margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
	margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.scroll-smooth {
	scroll-behavior: smooth;
}
.rounded-3xl {
	border-radius: 1.5rem;
}
.rounded-xl {
	border-radius: 0.75rem;
}
.rounded-full {
	border-radius: 9999px;
}
.rounded-lg {
	border-radius: 0.5rem;
}
.border-2 {
	border-width: 2px;
}
.border-t {
	border-top-width: 1px;
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-red-100 {
	--tw-bg-opacity: 1;
	background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-violet-50 {
	--tw-bg-opacity: 1;
	background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-white\/30 {
	background-color: rgb(255 255 255 / 0.3);
}
.bg-kzz-fuchsia-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(110 90 191 / var(--tw-bg-opacity));
}
.bg-kzz-orange-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-kzz-blue-500 {
	--tw-bg-opacity: 1;
	background-color: rgb(68 46 167 / var(--tw-bg-opacity));
}
.p-1 {
	padding: 0.25rem;
}
.p-4 {
	padding: 1rem;
}
.p-8 {
	padding: 2rem;
}
.p-2 {
	padding: 0.5rem;
}
.p-1 {
	padding: 0.25rem;
}
.py-\[110px\] {
	padding-top: 110px;
	padding-bottom: 110px;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-12 {
	padding-left: 3rem;
	padding-right: 3rem;
}
.px-20 {
	padding-left: 5rem;
	padding-right: 5rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.py-14 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.pt-\[95px\] {
	padding-top: 95px;
}
.pb-16 {
	padding-bottom: 4rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pt-20 {
	padding-top: 5rem;
}
.pb-0 {
	padding-bottom: 0px;
}
.pt-10 {
	padding-top: 2.5rem;
}
.pt-11 {
	padding-top: 2.75rem;
}
.pb-10 {
	padding-bottom: 2.5rem;
}
.pb-20 {
	padding-bottom: 5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.font-bold {
	font-weight: 700;
}
.font-normal {
	font-weight: 400;
}
.font-extrabold {
	font-weight: 800;
}
.font-semibold {
	font-weight: 600;
}
.uppercase {
	text-transform: uppercase;
}
.tracking-normal {
	letter-spacing: 0em;
}
.tracking-tight {
	letter-spacing: -0.025em;
}
.tracking-wider {
	letter-spacing: 0.05em;
}
.tracking-wide {
	letter-spacing: 0.025em;
}
.text-kzz-blue-500 {
	--tw-text-opacity: 1;
	color: rgb(68 46 167 / var(--tw-text-opacity));
}
.text-kzz-orange-500 {
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-kzz-fuchsia-500 {
	--tw-text-opacity: 1;
	color: rgb(110 90 191 / var(--tw-text-opacity));
}
.antialiased {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.shadow-lg {
	--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.z-0 {
	z-index: 0;
}
.z-10 {
	z-index: 10;
}
.font-serif {
	font-family: 'Roboto Serif', serif;
}
.italic {
	font-style: italic;
}
.break-inside-avoid {
	break-inside: avoid;
}
.opacity-50 {
	opacity: 0.5;
}
.opacity-50 {
		opacity: 0.5;	
}
.leading-6 {
	line-height: 1.5rem;
}
.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}
.ml-auto {
	margin-left: auto;
}
.translate-y-8 {
	--tw-translate-y: 2rem;
	transform: translateY(var(--tw-translate-x));
}
.list-disc {
  list-style-type: "disc";
}
.list-check {
  list-style-type: none;
}
.list-check li::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 11px;
  margin-left: -28px;
  background: url('/assets/images/icon-check.png') no-repeat center;
  background-size: contain;
  vertical-align: middle;
}


.object-cover {
	object-fit: cover;
}
.content-center	{
	align-content: center;
}


.button{
	border-width: 3px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	--tw-border-opacity: 1;
	border-color: rgb(242 93 44 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
  
}

@media (min-width: 1536px) {

	.button {
		padding-left: 2.75rem;
		padding-right: 2.75rem;
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

.button:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button:after{
	content: "";
	background: url('/assets/images/button-arrow.svg') no-repeat 0 0;
	position: absolute;
	top: -3px;
	right: -38px;
	display: none;
	height: 54px;
	width: 36px;
}

@media (min-width: 1536px) {

	.button:after {
		display: block;
	}
}

.button:hover:after{
	background: url('/assets/images/button-arrow-hover.svg') no-repeat 0 0;
}

.text {
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 1280px) {

	.text {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.text h2 {
	margin-bottom: 1.5rem;
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgb(68 46 167 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.text h2 {
        font-size: 2.3rem;
        line-height: 2.75rem;
    }
}

/* @media (min-width: 1920px) {

	.text h2 {
		margin-bottom: 2.5rem;
		font-size: 3rem;
		line-height: 1;
	}
} */

.text h2 span {
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}

.text h2.text-white {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

 h3 {
	margin-bottom: 1.5rem;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgb(68 46 167 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	h3 {
        font-size: 1.8rem;
        line-height: 2.25rem;
        margin-bottom: 1.8rem;
    }
}



.text p {
	max-width: 580px;
	margin: 0 auto;
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	color: inherit;
}

.text p:last-child {
	margin-bottom: 0px;
}

@media (min-width: 1536px) {

	.text p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

/* @media (min-width: 1920px) {

	.text p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
} */

.text p br {
	display: none;
}

@media (min-width: 768px) {

	.text p br {
		display: block;
	}
}

.about {
	--tw-bg-opacity: 1;
	background-color: rgb(110 90 191 / var(--tw-bg-opacity));
	padding-top: 2.75rem;
	padding-bottom: 2.75rem;
	text-align: center;
}

.about h2 {
	margin-bottom: 1.5rem;
/* 	font-size: 1.5rem;
	line-height: 2rem; */
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.025em;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.about h2 {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

/* @media (min-width: 1920px) {

	.about h2 {
		margin-bottom: 2rem;
		font-size: 3rem;
		line-height: 1;
	}
} */

.about p {
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.about p {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

/* @media (min-width: 1920px) {

	.about p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
} */

.about p br {
	display: none;
}

@media (min-width: 768px) {

	.about p br {
		display: block;
	}
}

.about img {
	display: inline-block;
}

.about li{
  color: white;
  margin-bottom: 20px;
  line-height: 1.3;
}

.grid-item {
	display: flex;
	height: 150px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	padding: 1rem;
	--tw-drop-shadow: drop-shadow(-6px 4px 7px #AAAAAA);
	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);
}

@media (min-width: 1536px) {

	.grid-item {
		height: 250px;
		border-radius: 50px;
	}
}

.grid-item--blue{
	background: rgb(154,123,206);
	background: linear-gradient(225deg, rgba(154,123,206,1) 0%, rgba(68,46,167,1) 100%);
}

.grid-item-icon {
	display: flex;
	height: 50px;
	align-items: center;
	justify-content: center;
}

@media (min-width: 1536px) {

	.grid-item-icon {
		height: 133px;
	}
}

.grid-item-icon img {
	max-height: 100%;
}

.grid-item p {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.grid-item p {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.timeline {
	/* margin-left: 3rem; */
	margin-left: 1.2rem;
	border-left-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgb(68 46 167 / var(--tw-border-opacity));
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {

	.timeline {
		margin-left: auto;
		padding-left: 2rem;
	}
}

.timeline-item {
	position: relative;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	border-radius: 0.75rem;
	padding: 1rem;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	background: #fee2e2;
    /* border: 1px solid rgb(242 93 44 / 54%); */
	padding-right: 2rem;
}

@media (min-width: 1536px) {

	.timeline-item {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.timeline-item strong {
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}

.timeline-item:after{
	content: "";
	background: white url('/assets/images/timeline-point.svg') no-repeat center center;
	position: absolute;
	top: 1rem;
	left: -33px;
	display: block;
	height: 2rem;
	width: 2rem;
	border-radius: 9999px;
}

@media (min-width: 768px) {

	.timeline-item:after {
		left: -49px;
	}
}

/* .timeline-item:hover{
	background: rgb(154,123,206);
	background: linear-gradient(225deg, rgba(154,123,206,1) 0%, rgba(68,46,167,1) 100%);
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
} */

/* .timeline-item:hover strong {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
} */

.timeline-item:hover:after{
	background: white url('/assets/images/timeline-point-hover.svg') no-repeat center center;
}

.timeline-item--first:before{
	content: "";
	background: white;
	position: absolute;
	top: 0px;
	left: -18px;
	height: 50%;
	width: 5px;
}

@media (min-width: 768px) {

	.timeline-item--first:before {
		left: -35px;
	}
}

.timeline-item--last:before{
	content: "";
	background: white;
	position: absolute;
	bottom: 0px;
	left: -18px;
	height: 50%;
	width: 5px;
}

.timeline-item p::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5' viewBox='0 0 13 8'%3E%3Cpath d='m2 2 4 4h1l4-4' style='fill:none;stroke:%23f25d2c;stroke-width:2.2px'/%3E%3C/svg%3E");
	position: absolute;
	right: 12px;
	top: calc(50% - 12px);
	width: 13px;
}

@media (min-width: 768px) {

	.timeline-item--last:before {
		left: -35px;
	}


	.timeline-item p::after {
		content: "";
	}
}
.timeline-item--active p::after {
	content: none;
}

.offers-item-icon {
	height: 80px;
	width: 80px;
	--tw-bg-opacity: 1;
	background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.offers-item {
	position: relative;
	display: flex;
	height: 70px;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 0.7rem;
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	/* padding: 1rem; */
	padding: 0.7rem;
	border: 1px solid rgb(242 93 44 / 33%);
	box-shadow: 0 0 11px -8px #913a1e;
}

@media (min-width: 768px) {

	.offers-item {
        min-width: 70px;
        max-width: 180px;
		flex: 1 1 0%;
	}
}

.offers-item h2 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.offers-item h2 {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.offers-item div{
    font-size: 0.875rem;
    color: #616161;
}

/* @media (min-width: 1920px) {

	.offers-item h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
} */

.offers-item h4 {
	display: none;
}

.offers-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	color: white;
}

.offers-item:hover h2 {
	--tw-text-opacity: 1 !important;
	color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.offers-item:hover div {
	color: white;
}

.offers-item--active {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
}

.offers-item--active h2 {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.offers-item--active h4 {
	margin-top: 0.5rem;
	display: block;
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 700;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.offers-item-info{
}

.offers-item-info h2 {
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-weight: 800;
	--tw-text-opacity: 1;
	color: rgb(68 46 167 / var(--tw-text-opacity));
}

@media (min-width: 1536px) {

	.offers-item-info h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}

/* .offers-item-info p {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(68 46 167 / var(--tw-text-opacity));
} */

.rozcestnik-item {
	position: relative;
	display: flex;
	height: 100px;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 1.5rem;
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(242 93 44 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
	--tw-drop-shadow: drop-shadow(-6px 4px 7px #AAAAAA);
	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);
}

.rozcestnik-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

	.rozcestnik-item {
		height: 200px;
		max-width: 350px;
		flex: 1 1 0%;
	}
}

@media (min-width: 1536px) {

	.rozcestnik-item {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

/* @media (min-width: 1920px) {

	.rozcestnik-item {
		font-size: 3rem;
		line-height: 1;
	}
} */

.cena-item {
	display: flex;
	width: 100%;
	cursor: pointer;
	flex-direction: column;
	gap: 1rem;
	border-radius: 1.5rem;
	border-width: 4px;
	--tw-border-opacity: 1;
	border-color: rgb(242 93 44 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	padding: 2rem;
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}

.cena-item:hover {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

	.cena-item {
		flex: 1 1 0%;
	}
}

@media (min-width: 1536px) {

	.cena-item {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
}

.cena-item strong {
	font-weight: 800;
}

.cena-item--active {
	--tw-bg-opacity: 1;
	background-color: rgb(242 93 44 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-text {
	width: 100%;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-text::-moz-placeholder {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-text::placeholder {
	font-weight: 700;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-text:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

.input-text-dark {
	width: 100%;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(110 90 191 / var(--tw-border-opacity));
	background-color: transparent;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgb(110 90 191 / var(--tw-text-opacity));
}

.input-text-dark::-moz-placeholder {
	font-weight: 700;
	--tw-text-opacity: 1;
	/* color: rgb(188 178 225 / var(--tw-text-opacity)); */
	color: rgb(244 93 44 / 52%);
}

.input-text-dark::placeholder {
	font-weight: 700;
	--tw-text-opacity: 1;
	/* color: rgb(188 178 225 / var(--tw-text-opacity)); */
	color: rgb(244 93 44 / 52%);
}

.input-text-dark:focus {
	outline: 2px solid transparent;
	outline-offset: 2px;
}

textarea.input-text{
}

.footer-copyright {
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (min-width: 768px) {

	.footer-copyright {
		flex-direction: row;
	}
}

@media (min-width: 1536px) {

	.footer-copyright {
		margin-top: 0.75rem;
	}
}

.footer-copyright p {
	font-size: 0.875rem;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.footer-copyright a {
	text-decoration-line: none;
}

.footer-copyright a:hover {
	text-decoration-line: underline;
}

.table {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	max-width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {

	.table {
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media (min-width: 1280px) {

	.table {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.table-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-bottom-color: rgb(249 182 159 / var(--tw-border-opacity));
}

.table-row:last-child {
	border-width: 0px;
}

.table-col-wrapper {
	display: flex;
	align-items: stretch;
	align-self: stretch;
}

.table-col {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	/* padding-right: 0.5rem; */
	text-align: left;
	font-size: 0.75rem;
	line-height: 1rem;
}

@media (min-width: 768px) {

	.table-col {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
}

@media (min-width: 1024px) {

	.table-col {
		font-size: 1rem;
		line-height: 1.5rem;
	}
}

.table-col img {
	display: inline-block;
}

.table-col-wrapper .table-col {
	display: flex;
	width: 65px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (min-width: 350px) {

	.table-col-wrapper .table-col {
		width: 75px;
	}
}

@media (min-width: 768px) {

	.table-col-wrapper .table-col {
		width: 150px;
	}
}

.table-col-wrapper .table-col br {
	display: none;
}

@media (min-width: 1024px) {

	.table-col-wrapper .table-col br {
		display: block;
	}
}

.table-col-blue {
	--tw-bg-opacity: 1;
	background-color: rgb(136 119 202 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-col-orange {
	--tw-bg-opacity: 1;
	background-color: rgb(244 123 82 / var(--tw-bg-opacity));
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.table-col-wrapper-rounded-top {
	overflow: initial;
	border-top-left-radius: none;
	border-top-right-radius: none;
}

.table-col-wrapper-rounded-top div:first-child {
	border-top-left-radius: 0.75rem;
}

.table-col-wrapper-rounded-top div:last-child {
	border-top-right-radius: 0.75rem;
}

.table-col-wrapper-rounded-bottom {
	overflow: initial;
	border-bottom-left-radius: none;
	border-bottom-right-radius: none;
}

.table-col-wrapper-rounded-bottom div:first-child {
	border-bottom-left-radius: 0.75rem;
}

.table-col-wrapper-rounded-bottom div:last-child {
	border-bottom-right-radius: 0.75rem;
}

.properties {
	border-radius: 0.75rem;
	--tw-bg-opacity: 1;
	background-color: rgb(162 149 214 / var(--tw-bg-opacity));
}

.property {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(255 255 255 / var(--tw-border-opacity));
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.property[style*="display: none"] {
	border-width: 0px;
}
.property:last-child {
	border-width: 0px;
}

@media (min-width: 1024px) {

	.property {
		padding-top: 1rem;
		padding-bottom: 1rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

.method-item label strong {
	font-size: 1.125rem;
	line-height: 1.75rem;
	--tw-text-opacity: 1;
	color: rgb(242 93 44 / var(--tw-text-opacity));
}

.hover\:underline:hover {
	text-decoration-line: underline;
}

@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

	.md\:inset-0 {
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
	}

	.md\:left-1\/2 {
		left: 50%;
	}

	.md\:top-\[60px\] {
		top: 60px;
	}

	.md\:right-2 {
		right: 0.5rem;
	}

	.md\:bottom-2 {
		bottom: 0.5rem;
	}

	.md\:-top-\[47px\] {
		top: -47px;
	}

	.md\:z-30 {
		z-index: 30;
	}

	.md\:mt-20 {
		margin-top: 5rem;
	}

	.md\:mt-0 {
		margin-top: 0px;
	}

	.md\:mx-0 {
		margin-left: 0px;
		margin-right: 0px;
	}

	.md\:block {
		display: block;
	}

	.md\:h-auto {
		height: auto;
	}

	.md\:h-\[40px\] {
		height: 40px;
	}

	.md\:h-10 {
		height: 2.5rem;
	}

	.md\:w-full {
		width: 100%;
	}

	.md\:w-\[400px\] {
		width: 400px;
	}

	.md\:w-50 {
		width: 50%;
	}

	.md\:w-\[20\%\] {
		width: 20%;
	}

	.md\:w-\[150px\] {
		width: 150px;
	}

	.md\:max-w-\[600px\] {
		max-width: 600px;
	}

	.md\:columns-2 {
		columns: 2;
	}

	.md\:order-first {
		order: -9999;
	}

	.md\:gap-12 {
		gap: 3rem;
	}

	.md\:grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.md\:grid-cols-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.md\:flex-row {
		flex-direction: row;
	}

	.md\:items-center {
		align-items: center;
	}

	.md\:gap-12 {
		gap: 3rem;
	}

	.md\:gap-10 {
		gap: 2.5rem;
	}

	.md\:rounded-none {
		border-radius: 0px;
	}

	.md\:bg-transparent {
		background-color: transparent;
	}

	.md\:p-0 {
		padding: 0px;
	}

	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.md\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.md\:pt-0 {
		padding-top: 0px;
	}

	.md\:text-left {
		text-align: left;
	}

	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.md\:text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.md\:drop-shadow-\[-6px_4px_5px_\#4A4A4A\] {
		--tw-drop-shadow: drop-shadow(-6px 4px 5px #4A4A4A);
		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);
	}

	.md\:drop-shadow-\[0px_0px_4px_\#000000\] {
		--tw-drop-shadow: drop-shadow(0px 0px 4px #000000);
		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);
	}
}

@media (min-width: 1024px) {

	.lg\:mb-20 {
		margin-bottom: 5rem;
	}

	.lg\:mt-20 {
		margin-top: 5rem;
	}

	.lg\:w-\[142px\] {
		width: 142px;
	}

	.lg\:w-\[170px\] {
		width: 170px;
	}

	.lg\:max-w-\[1280px\] {
		max-width: 1280px;
	}

	.lg\:columns-3 {
		columns: 3;
	}

	.lg\:gap-12 {
		gap: 3rem;
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:justify-start {
		justify-content: flex-start;
	}

	.lg\:gap-20 {
		gap: 5rem;
	}

	.lg\:pb-20 {
		padding-bottom: 5rem;
	}

	.lg\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.lg\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.lg\:text-sm {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}

@media (min-width: 1280px) {

	.xl\:top-1\/2 {
		top: 50%;
	}

	.xl\:right-8 {
		right: 2rem;
	}

	.xl\:bottom-8 {
		bottom: 2rem;
	}

	.xl\:mt-24 {
		margin-top: 6rem;
	}

	.xl\:mt-20 {
		margin-top: 5rem;
	}

	.xl\:mt-5 {
		margin-top: 1.25rem;
	}

	.xl\:h-auto {
		height: auto;
	}

	.xl\:w-60 {
		width: 60%;
	}

	.xl\:w-\[680px\] {
		width: 680px;
	}

	.xl\:max-w-\[1024px\] {
		max-width: 1024px;
	}

	.xl\:max-w-\[820px\] {
		max-width: 820px;
	}

	.xl\:max-w-\[920px\] {
		max-width: 920px;
	}

	.xl\:max-w-\[830px\] {
		max-width: 830px;
	}

	.xl\:max-w-\[1256px\] {
		max-width: 1256px;
	}

	.xl\:-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));
	}

	.xl\:gap-8 {
		gap: 2rem;
	}

	.xl\:gap-12 {
		gap: 3rem;
	}

	.xl\:pt-0 {
		padding-top: 0px;
	}

	.xl\:px-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.xl\:px-20 {
		padding-left: 5rem;
		padding-right: 5rem;
	}

	.xl\:py-8 {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.xl\:py-6 {
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}

	.xl\:pb-10 {
		padding-bottom: 2.5rem;
	}

	.xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.xl\:text-lg {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}

@media (min-width: 1536px) {

	.\32xl\:block {
		display: block;
	}

	.\32xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}

	.\32xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.\32xl\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}

	.\32xl\:w-60 {
		width: 60%;
	}
}

@media (min-width: 1600px) {

	.\33xl\:mt-24 {
		margin-top: 6rem;
	}

	.\33xl\:text-3xl {
		font-size: 1.875rem;
		line-height: 2.25rem;
	}
}

@media (min-width: 1920px) {

	.\34xl\:block {
		display: block;
	}

	.\34xl\:hidden {
		display: none;
	}

	.\34xl\:top-\[248px\] {
		top: 248px;
	}

	.\34xl\:mb-8 {
		margin-bottom: 2rem;
	}

	.\34xl\:-ml-\[37px\] {
		margin-left: -37px;
	}

	.\34xl\:pt-0 {
		padding-top: 0px;
	}

	.\34xl\:translate-y-0 {
		--tw-translate-y: 0px;
		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));
	}

	.\34xl\:text-5xl {
		font-size: 3rem;
		line-height: 1;
	}

	.\34xl\:text-4xl {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.\34xl\:text-6xl {
		font-size: 3.75rem;
		line-height: 1;
	}

	.\34xl\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}

	.\34xl\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.\34xl\:leading-tight {
		line-height: 1.25;
	}
}

.timeline{
	margin-bottom: 2.5rem;
}


.timeline-item + div {
	position: relative;
	/* left: 15px; */
	left: 2px;
	/* font-size: 0.875rem; */
	overflow: hidden;
    max-height: 0;
    transition: none;
}



/* .timeline-item + div::after{
	display: block;
    margin-top: 10px;
	font-size: 0.875rem;
	font-style: italic;

}

#co-ziskate .timeline-item + div::after{
	content: "Podle zvoleného balíčku se liší hloubka sebepoznání a míra podpory při výběru konkrétní školy.";
}
#co-ziskate2 .timeline-item + div::after{
	content: "Rozsah podpory se odvíjí od vámi vybraného balíčku - od základního poradenství až po společné hledání konkrétních škol.";
}
#jak-to-funguje .timeline-item + div::after{
	content: "";
	display: none;
} */

@media(min-width:768px){
	.timeline-item + div {
		position: absolute;
		left: 33px;
		top: 40px;
		max-width: 360px;
	}

	.md\:order-first .timeline-item + div {
		left: 426px;
	}
}

@media (min-width: 1536px) {

	.timeline-item + div {
		top: 60px;
	}
}

@media(min-width:1024px){
	.md\:order-first .timeline-item + div {
		left: 553px;
	}
}

@media(min-width:1280px){
	.timeline-item + div {
		left: 18px;
	}

	.md\:order-first .timeline-item + div {
		left: 538px;
	}

}

.timeline-item--active{
	background: rgb(154,123,206);
	background: linear-gradient(225deg, rgba(154,123,206,1) 0%, rgba(68,46,167,1) 100%);
	--tw-text-opacity: 1;
	border: 1px solid transparent;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.timeline-item--active strong {
	--tw-text-opacity: 1;
	color: rgb(255 255 255 / var(--tw-text-opacity));
}

.timeline-item--active + div {
	display: block;
    max-height: 400px;
    transition: max-height .5s ease;
	padding: 13px;
	padding-top: 2px;
}

@media(min-width:768px){
	.timeline-item--active + div {
		padding: 0;
	}
}

.gap-12 {
	gap: 0 3rem;
}

.offers-item{
    cursor: pointer;
}
.offers-item.offer-active {
    --tw-bg-opacity: 1;
    background-color: rgb(242 93 44 / var(--tw-bg-opacity));
}

.offers-item.offer-active h2, .offers-item.offer-active div {
    --tw-bg-opacity: 1;
    color: white;
}

.offer-wrapper{
	position: relative;
}

.offers-item-info {
	opacity: 0;
	height: 0;
	pointer-events: none;
	transition: none; 
}

.offers-item-info.offer-active {
	opacity: 1;
	pointer-events: auto;
	transition: opacity 0.5s ease; 
	height: auto;
}


.clickable-detail{
	cursor: pointer;
	margin: 1.5rem 0 1rem;
	width: fit-content;
	text-decoration: underline;
    position: relative;
}

.clickable-detail::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5' viewBox='0 0 13 8'%3E%3Cpath d='m2 2 4 4h1l4-4' style='fill:none;stroke:%236e5abf;stroke-width:1.5px'/%3E%3C/svg%3E");
    position: absolute;
    right: -23px;
    width: 17px;
    top: 1px;
}

.clickable-detail + div{
	display: none;
}
.clickable-detail + div > p{
	margin-bottom: 0.5rem;
}

.clickable-detail + .detail-active{
	display:block;
}

.gap-10x{
	gap: 1rem .5rem;
}

.left-block{
	max-width: 580px;
	margin: 0 auto;
	text-align: left;
}

.left-block--centered{
	text-align: center;
}

.left-block ul{
	list-style: initial;
	margin-left: 22px;
}


.tab-buttons{

	max-width: 800px;
	display: flex;
	gap: .5rem;
	justify-content: center;
	margin: 0 auto;
    margin-top: 2rem;

}

.button-block{
	text-align: center;
}

.button-block .button{
    margin-bottom: 3rem;
}

/* .button-orange{
	background: #f25d2c;
	color: white;
	border: 2px solid #f25d2c;
}

.button-orange:hover, .button-orange:focus, .button-orange:active{
	background: white;
	color: #f25d2c;
	border: 2px solid #f25d2c;
} */

.button-orange::after{
	content: none;
}	

.button-after{
  position: relative;
  border-radius: 0.75rem;
}

.button-after::after{
  content: url('/assets/images/ctatext.svg');
  background: none !important;
  pointer-events: none;
  width: 160px;
  position: absolute;
  right: -170px;
  top: -60px;
}

.button-wide{
  width: 100%;
  text-align: center;
}

section{
	padding: 3rem 0;
}

@media (min-width: 768px) {
	section{
		padding: 4rem 0;
	}
}

.landing h1{
	
	font-size: 2.5rem;
	line-height: 2.9rem;
	font-weight: 900;
	max-width: 800px;
	margin: 0 auto 1.8rem;
	
}

@media (min-width: 768px) {
	.landing h1{
		font-size: 3rem;
		line-height: 3.4rem;
	}
}

.landing h1 span{

	color: rgb(110 90 191);
}

.landing__subheading{

	font-size: 1.5rem;
    font-weight: 500;
    max-width: 500px;
    line-height: 2rem;
    margin: 0 auto;
	color: #616161;
}

.landing__subheading2{
    font-size: 1.3rem;
    font-weight: 500;
    max-width: 980px;
    line-height: 2rem;
    margin: 0 auto;
    margin-top: 1.9rem;
    margin-bottom: 1rem;
}

.landing__small-heading{
    color: #616161;
	font-size: 1rem;
    font-weight: 500;
    max-width: 430px;
    line-height: 1.5rem;
    margin: 0 auto;
	margin-bottom: 1.2rem;
}

.landing__about{

	color: white;
	background: rgb(110 90 191);
}

.landing__heading{

    font-size: 1.8rem;
    font-weight: 900;
	margin-bottom: 1.5rem;

}

.landing__heading--accent{
	color: rgb(110 90 191);
}

.landing__img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing__img img{

	max-width: 310px;
	width: 100%;
	margin-top: 40px;
}

.landing__img.landing__img--2 img{

	max-width: 430px;
}

@media (min-width: 768px) {
	
	.landing__img img{
		margin-top: -42px;
	}
}


.landing ul{

	list-style: none;
    margin: auto;
    padding-left: 30px;

}

.landing li{

	margin-bottom: 0.8rem;
	position: relative;
    margin-left: 10px;

}

.landing li::before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5' viewBox='0 0 8 13'%3E%3Cpath d='m2 11 4-4V6L2 2' style='fill:none;stroke:white;stroke-width:2.2px'/%3E%3C/svg%3E");
    position: absolute;
	left: -25px;
    top: 3px;
    width: 10px;
}

.landing .btn{

    background-color: white; 
    color: #6855b4;
    border-radius: 50px; 
    padding: 10px 30px; 
    font-size: 1rem;
    font-weight: bold; 
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 1.2rem;
    margin-left: 6px;
	display: inline-block;
}

.landing .btn--accent{
    background-color: #6855b4;
    color: white;
	margin-left: -4px;
}

.landing .btn:hover {

	transform: scale(1.1); 
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);

}

.note{
	font-size: 0.875rem;
	font-style: italic;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #616161;
}

.position-relative{
  position:relative;
}


/* -------------faq ---------------- */

.faq-section {
  background-color: #f8f9fa;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1rem;
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  overflow: hidden;
}

.faq-item input[type="radio"] {
  display: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.25rem;
  color: #333;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e5e7eb;
}

.faq-question:hover {
  background-color: #6e5abf;
  color: white;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f97316;
  transition: transform 0.3s ease;
  opacity: 1;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  padding: 10px 20px;
  margin: 0;
  color: #777;
  line-height: 1.6;
}

/* When radio button is checked */
.faq-item input[type="radio"]:checked + .faq-question {
  background-color: #fef3e2;
  border-bottom-color: #fdcece;
  color: #f25d2c;
}

.faq-item input[type="radio"]:checked + .faq-question .faq-icon {
  transform: rotate(45deg);
  opacity: 0;
}

.faq-item input[type="radio"]:checked ~ .faq-answer {
  max-height: 1000px;
}

/* ------------- cena ---------------- */

.pricing-card {
  border: 2px solid #eee;
  border-radius: 12px;
  padding: 20px;
  max-width: 600px;
  font-family: sans-serif;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin: 0 auto;
}

.pricing-card ul {
  padding-left: 20px;
  margin-bottom: 20px;
  list-style: none;
}

.pricing-check li{
  position: relative;
  margin-bottom: 5px;
}

.pricing-check li::before{
  content: "✔️";
  left: -30px;
  position: absolute;
}

.price {
  font-size: 2em;
  margin-bottom: 15px;
}

.original-price {
  color: #e63946;
  font-weight: bold;
}

.original-price:has(+ .sale-price) {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.sale-price {
  color: #e63946;
  font-weight: bold;
}

.sale-price small {
  font-size: 0.5em;
  display: block;
  color: #555;
}
