*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
  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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

@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: 1400px) {
  .container {
    max-width: 1400px;
  }
}

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.\!right-\[30px\] {
  right: 30px !important;
}

.\!top-\[15px\] {
  top: 15px !important;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[0\] {
  bottom: 0;
}

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

.left-0 {
  left: 0px;
}

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

.left-5 {
  left: 1.25rem;
}

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

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

.right-0 {
  right: 0px;
}

.right-5 {
  right: 1.25rem;
}

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

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

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

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

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

.top-\[calc\(50\%\+40px\)\] {
  top: calc(50% + 40px);
}

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

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

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

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

.\!m-0 {
  margin: 0px !important;
}

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

.\!my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

.\!mr-\[10px\] {
  margin-right: 10px !important;
}

.\!mt-5 {
  margin-top: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-20 {
  width: 5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

.w-full {
  width: 100%;
}

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

.\!max-w-screen-2xl {
  max-width: 1400px !important;
}

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

.max-w-screen-lg {
  max-width: 1024px;
}

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

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

.flex-none {
  flex: none;
}

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-rotate-\[5deg\] {
  --tw-rotate: -5deg;
  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));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-y {
  resize: vertical;
}

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

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

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

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

.\!justify-between {
  justify-content: space-between !important;
}

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

.\!gap-2 {
  gap: 0.5rem !important;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.\!hyphens-auto {
  hyphens: auto !important;
}

.hyphens-auto {
  hyphens: auto;
}

.\!rounded-\[28px\] {
  border-radius: 28px !important;
}

.\!rounded-\[36px\] {
  border-radius: 36px !important;
}

.\!rounded-\[46px\] {
  border-radius: 46px !important;
}

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

.rounded-\[28px\] {
  border-radius: 28px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[36px\] {
  border-radius: 36px;
}

.rounded-\[46px\] {
  border-radius: 46px;
}

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

.rounded-theme {
  border-radius: 20px;
}

.\!rounded-t-\[20px\] {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

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

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

.border {
  border-width: 1px;
}

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

.\!border-none {
  border-style: none !important;
}

.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#1e85be\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 133 190 / var(--tw-border-opacity, 1));
}

.border-\[\#8fae1b\] {
  --tw-border-opacity: 1;
  border-color: rgb(143 174 27 / var(--tw-border-opacity, 1));
}

.border-\[\#b81c23\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 28 35 / var(--tw-border-opacity, 1));
}

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

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

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

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

.\!bg-background-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-brand-pink {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-background-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
}

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

.bg-brand-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

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

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

.\!p-0 {
  padding: 0px !important;
}

.\!p-5 {
  padding: 1.25rem !important;
}

.\!p-6 {
  padding: 1.5rem !important;
}

.\!p-\[10px\] {
  padding: 10px !important;
}

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

.\!px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

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

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

.\!px-\[10px\] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.\!px-\[19px\] {
  padding-left: 19px !important;
  padding-right: 19px !important;
}

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

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

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

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

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

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

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

.\!py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.\!py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!pt-5 {
  padding-top: 1.25rem !important;
}

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

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

.pl-7 {
  padding-left: 1.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

.font-primary {
  font-family: 'Outfit-Light', sans-serif;
}

.font-products {
  font-family: 'BetterBlack', sans-serif;
}

.font-secondary {
  font-family: 'Antapani-ExtraBold', sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[120\%\] {
  line-height: 120% !important;
}

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

.leading-\[110\%\] {
  line-height: 110%;
}

.leading-\[120\%\] {
  line-height: 120%;
}

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

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

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.\!text-brand-pink {
  --tw-text-opacity: 1 !important;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1)) !important;
}

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

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

.text-brand-pink {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

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

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

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

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

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

.text-transparent {
  color: transparent;
}

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

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

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

/* @import '../../resources/css/woocommerce/cart.css';
@import '../../resources/css/woocommerce/dashboard.css';
@import '../../resources/css/woocommerce/login.css'; */

.woocommerce .wp-block-woocommerce-product-categories ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.woocommerce .wp-block-woocommerce-product-categories .wc-block-product-categories-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}

.has-anchor-offset {
  scroll-margin-top: 120px;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: 'Outfit-Light', sans-serif;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1740px;
}

.spacing-px-article {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.spacing-py-article {
  padding-top: 10px;
  padding-bottom: 10px;
}

.spacing-pt-article {
  padding-top: 10px;
}

.spacing-pb-article {
  padding-bottom: 10px;
}

.spacing-px-normal {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

@media (min-width: 768px) {
  .spacing-py-normal {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.spacing-pt-normal {
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  .spacing-pt-normal {
    padding-top: 5rem;
  }
}

.spacing-pb-normal {
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .spacing-pb-normal {
    padding-bottom: 5rem;
  }
}

main {
  padding: 10px;
  padding-bottom: 0px;
}

/* .admin-bar {
	.header {
		top: 32px;

		@media screen and (max-width: 782px) {
			top: 46px;
		}
	}

	&.scrolled {
		header {
			@media screen and (max-width: 600px) {
				top: 0px;
			}
		}
	}
} */

/* Własne style dla pluginu Contact Form 7 */

/* Kontener formularza */

.form-grid {
  display: flex;
  flex-direction: column;
}

/* Wiersz z dwoma polami */

.form-row p {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .form-row p {
    flex-direction: row;
  }
}

/* Zapewnienie, że spany CF7 zajmują 100% szerokości w kolumnie */

.form-row .wpcf7-form-control-wrap {
  flex: 1 1 0%;
}

.wpcf7-form {
  margin-top: 2.5rem;
}

/* Usunięcie zbędnych przerw generowanych przez CF7 */

.wpcf7-form p {
  margin: 0px;
}

.wpcf7-form br {
  display: none;
}

/* Style dla pól input i textarea */

.wpcf7-form-control:not([type='submit']) {
  margin-bottom: 0.25rem;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.wpcf7-form-control:not([type='submit'])::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.wpcf7-form-control:not([type='submit'])::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.wpcf7-form-control:not([type='submit']):focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

/* Specyficzne dla Textarea */

.wpcf7-textarea {
  min-height: 120px;
  resize: vertical;
  border-radius: 36px !important;
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

/* Przycisk wysyłania */

.wpcf7-submit {
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.wpcf7-submit:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}

.wpcf7-submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.wpcf7-submit:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/carptech/resources/images/button_bg.webp');
  color: white;
}

/* Walidacja i błędy */

.wpcf7-not-valid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}

.wpcf7-not-valid:focus {
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1)) !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.25rem;
  padding-left: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

/* Komunikaty po wysłaniu */

.wpcf7-response-output {
  margin-top: 1.5rem !important;
  border-radius: 9999px !important;
  border-width: 2px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  text-align: center !important;
  font-weight: 500 !important;
}

/* Statusy wiadomości */

.wpcf7-form.sent .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-response-output {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

/* Spinner ładowania */

.wpcf7-spinner {
  margin-left: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

.wpcf7-acceptance {
  display: flex;
}

.wpcf7-acceptance span {
  margin-left: 0px;
  line-height: 1.25rem;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.wpcf7-acceptance input[type='checkbox'] {
  position: relative;
  height: 1.25rem;
  width: 1.25rem;
  flex: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.wpcf7-acceptance input[type='checkbox']:checked {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wpcf7-acceptance input[type='checkbox']:checked::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  transform: translate(-50%, -50%) scale(0.6);
}

.wpcf7-form-control:not([type='submit']) {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 480px) {
  .wpcf7-form-control:not([type='submit']) {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .wpcf7-form-control:not([type='submit']) {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .wpcf7-form-control:not([type='submit']) {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.wp-block-woocommerce-cart {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .wp-block-woocommerce-cart {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.wp-block-woocommerce-cart .wc-block-components-product-badge {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.wp-block-woocommerce-cart .wc-block-components-quantity-selector {
  border-radius: 9999px !important;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input label {
  padding-left: 0.75rem !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon__input input {
  border-radius: 9999px !important;
  padding-left: 1.25rem !important;
}

.wp-block-woocommerce-cart .wc-block-components-totals-coupon__form button[type='submit'] {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.wc-block-components-sidebar-layout {
  border-radius: 46px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .wc-block-components-sidebar-layout {
    padding: 2.5rem !important;
  }
}

.wp-block-woocommerce-checkout {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1400px !important;
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (min-width: 768px) {
  .wp-block-woocommerce-checkout {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}

.wp-block-woocommerce-checkout .wc-block-store-notice {
  border-radius: 9999px;
}

.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form button[type='submit'] {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
  border-radius: 9999px;
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.wp-block-woocommerce-checkout .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-checkout .wc-block-components-address-card {
  border-radius: 28px !important;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 1.25rem !important;
}

.wp-block-woocommerce-checkout label {
  padding-left: 0.75rem !important;
}

.wp-block-woocommerce-checkout input,
	.wp-block-woocommerce-checkout select {
  border-radius: 9999px !important;
  padding-left: 1.25rem !important;
}

.wp-block-woocommerce-checkout textarea {
  border-radius: 28px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border-radius: 28px !important;
  padding: 1.25rem;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option {
  margin-bottom: 0.25rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control--highlight-checked:after {
  border-style: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option:after {
  display: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label {
  padding-left: 2.5rem;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__secondary-label {
  flex: none;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .button.alt.apaczka_pl_geowidget_block {
  margin: 0px !important;
  margin-bottom: 1.25rem !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option #apaczka_selected_point_data {
  border-radius: 28px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

#apaczka_pl_checkout_validation_modal > div {
  border-radius: 36px !important;
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

#apaczka_pl_checkout_validation_modal > div #apaczka_pl_close_modal_button {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

#apaczka_pl_checkout_validation_modal > div #apaczka_pl_close_modal_cross {
  top: 15px !important;
  right: 30px !important;
  font-size: 30px !important;
}

#apaczka_pl_geowidget_modal_cross {
  top: 15px !important;
  right: 30px !important;
  z-index: 10 !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  font-size: 30px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-account {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1)) !important;
}

.woocommerce-account .woocommerce {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
  max-width: 1400px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
}

.woocommerce-account .woocommerce {
  border-radius: 46px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  padding: 1.5rem !important;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce {
    padding: 2.5rem !important;
  }
}

.widget_block {
  border-radius: 36px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1)) !important;
  padding: 10px;
}

.widget_block .wc-block-product-categories-list-item-count {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

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

.widget_block .wp-block-woocommerce-product-categories {
  margin-bottom: 0px;
  border-radius: 28px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
}

.widget_block .wp-block-woocommerce-product-categories .wc-block-product-categories-list--depth-0 {
  padding: 10px;
}

.widget_block .wp-block-woocommerce-product-categories .wc-block-product-categories-list--depth-1 {
  padding-bottom: 0.75rem;
}

.widget_block .wp-block-woocommerce-product-categories .wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
  padding-top: 0.25rem;
}

.woocommerce-ordering {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.woocommerce-ordering select {
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
}

.woocommerce-order-received .woocommerce {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .woocommerce-order-received .woocommerce {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media not all and (min-width: 1740px) {
  .woocommerce-order-received .woocommerce {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.woocommerce-order-received .woocommerce .woocommerce-notice--success {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.woocommerce-order-received .woocommerce h2 {
  margin-top: 0.75rem !important;
  font-size: 1.5rem;
  line-height: 2rem;
}

.woocommerce-order-received .woocommerce h3 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.woocommerce-order-received .woocommerce .woocommerce-order-received__custom {
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

.woocommerce-order-received .woocommerce table {
  margin-top: 0.75rem;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

.woocommerce-order-received .woocommerce table td,
			.woocommerce-order-received .woocommerce table th {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.woocommerce-order-received .woocommerce table .apaczka-pl-chosen-locker-point {
  margin-top: 0.75rem;
  border-radius: 28px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

.woocommerce-order-received .woocommerce table .apaczka-pl-chosen-locker-point.point {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-order-received .woocommerce address {
  margin-top: 0.75rem;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.woocommerce .product_type_simple,
	.woocommerce .product_type_variable {
  margin-top: 20px !important;
  margin-right: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce .product_type_simple:hover, .woocommerce .product_type_variable:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/carptech/resources/images/button_bg.webp');
  color: white;
}

.woocommerce-archive-product .woocommerce-breadcrumb {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-archive-product .woocommerce-breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-archive-product .custom-products {
  position: relative !important;
}

.woocommerce-archive-product .custom-products li {
  position: relative !important;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  padding: 10px !important;
  padding-bottom: 1.25rem !important;
  text-align: start;
  --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);
}

.woocommerce-archive-product .custom-products li .woocommerce-loop-product__link {
  width: 100%;
}

.woocommerce-archive-product .custom-products li a {
  position: relative;
  z-index: 1;
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
}

@media (min-width: 1024px) {
  .woocommerce-archive-product .custom-products li a {
    padding-bottom: 1rem;
  }
}

.woocommerce-archive-product .custom-products li a img {
  margin-bottom: 1rem !important;
  width: 100%;
  border-radius: 46px;
}

@media (min-width: 1024px) {
  .woocommerce-archive-product .custom-products li a img {
    margin-bottom: 0.75rem !important;
  }
}

.woocommerce-archive-product .custom-products li a .woocommerce-loop-product__title {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0px !important;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-archive-product .custom-products li a .price {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-archive-product .custom-products li .product_type_simple,
			.woocommerce-archive-product .custom-products li .product_type_variable {
  margin-top: 20px !important;
  margin-right: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-archive-product .custom-products li .product_type_simple:hover, .woocommerce-archive-product .custom-products li .product_type_variable:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/carptech/resources/images/button_bg.webp');
  color: white;
}

.woocommerce-archive-product .custom-products li .added_to_cart {
  margin-top: 20px !important;
  margin-right: 10px !important;
  border-radius: 9999px;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.woocommerce-archive-product .custom-products li .added_to_cart:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.woocommerce-archive-product .woocommerce-result-count {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image a img {
  display: block;
  aspect-ratio: 1 / 1;
  width: 100%;
  border-radius: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce-product-gallery .flex-control-nav {
  margin-top: 1.25rem !important;
  display: flex;
  gap: 1.25rem;
}

.woocommerce-product-gallery .flex-control-nav li {
  width: 10rem !important;
}

.woocommerce-product-gallery .flex-control-nav li img {
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 36px;
}

.single-product .woocommerce-breadcrumb {
  padding-left: 10px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1)) !important;
}

.single-product .woocommerce-breadcrumb a {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.single-product .product .product_title {
  margin-bottom: 0.5rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.single-product .product .woocommerce-Price-amoun,
		.single-product .product span {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

.single-product .product .woocommerce-product-details__short-description {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.single-product .product .variations_form .variations tr th {
  width: -moz-fit-content !important;
  width: fit-content !important;
  text-align: start;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.single-product .product .variations_form .variations select {
  width: 1.25rem !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1)) !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-left: 1rem !important;
}

.single-product .product .variations_form .variations .reset_variations {
  margin-top: 0.75rem !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-product .product .single_add_to_cart_button {
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.single-product .product .single_variation {
  margin-bottom: 1.25rem !important;
}

.single-product .product .single_variation .woocommerce-variation-price {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-product .product .quantity {
  display: flex;
  align-items: center;
}

.single-product .product .quantity input[type='number'],
			.single-product .product .quantity qty {
  height: 2.5rem;
  width: 5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.single-product .product .quantity input[type='number']:focus,
			.single-product .product .quantity qty:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 1 96 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .single-product .product .quantity input[type='number'],
			.single-product .product .quantity qty {
    width: 6rem;
  }
}

.single-product .product .quantity input[type='number'],
			.single-product .product .quantity qty {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  /* Usuwanie strzałek w input number dla Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Usuwanie strzałek w input number dla Firefox */

.single-product .product .quantity input[type='number']::-webkit-outer-spin-button,
			.single-product .product .quantity input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product .product .product_meta {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.single-product .product .product_meta span {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.single-product .woocommerce-tabs ul .tabs::before {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
}

.single-product .woocommerce-tabs li {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

@media (min-width: 360px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    font-size: 20px;
    line-height: 140%;
  }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
  text-wrap: pretty;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p + ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel p + ol,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul + p,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol + p,.single-product .woocommerce-tabs .woocommerce-Tabs-panel p + table,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol + ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul + ol {
  margin-top: 1.25rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
    font-size: 39px;
    line-height: 121%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
    font-size: 42px;
    line-height: 119%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
    font-size: 60px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h1 {
    font-size: 72px;
    line-height: 125%;
  }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 33px;
    line-height: 124%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h2 {
    font-size: 60px;
    line-height: 120%;
  }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 27px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h4 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 480px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
    font-size: 18px;
    line-height: 156%;
  }
}

@media (min-width: 640px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
    font-size: 19px;
    line-height: 153%;
  }
}

@media (min-width: 768px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1280px) {
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel h5 {
    font-size: 30px;
    line-height: 126%;
  }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h1,.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2,.single-product .woocommerce-tabs .woocommerce-Tabs-panel h3,.single-product .woocommerce-tabs .woocommerce-Tabs-panel h4,.single-product .woocommerce-tabs .woocommerce-Tabs-panel h5,.single-product .woocommerce-tabs .woocommerce-Tabs-panel h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 1rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:last-child {
  margin-bottom: 0px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel p:not(:last-child) {
  padding-bottom: 0px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
  margin-top: 0px;
  padding-top: 0px;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol {
  margin-left: 1.75rem;
  margin-bottom: 1rem;
  margin-right: 0.625rem;
  margin-top: 0px;
  list-style-type: decimal;
  padding-left: 1.75rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol > li {
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ol > li::marker {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul {
  margin-left: 1.75rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul > li {
  position: relative;
  margin-bottom: 0.75rem;
  list-style-type: none;
  padding-left: 2rem;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul > li::before {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 1.5rem;
  width: 1.5rem;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23E50160" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel h2:first-child {
  display: none;
}

.single-product section h2 {
  margin-bottom: 1.25rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
}

.single-product section ul {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

@media (min-width: 640px) {
  .single-product section ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1600px) {
  .single-product section ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.single-product section ul::before {
  display: none !important;
}

.single-product section .products li {
  position: relative !important;
  margin-bottom: 0px !important;
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 100% !important;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  padding: 10px !important;
  padding-bottom: 1.25rem !important;
  text-align: start;
  --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);
}

.single-product section .products li .woocommerce-loop-product__link {
  width: 100%;
}

.single-product section .products li a {
  position: relative;
  z-index: 1;
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 10px;
}

@media (min-width: 1024px) {
  .single-product section .products li a {
    padding-bottom: 1rem;
  }
}

.single-product section .products li a img {
  margin-bottom: 1rem !important;
  width: 100%;
  border-radius: 46px;
}

@media (min-width: 1024px) {
  .single-product section .products li a img {
    margin-bottom: 0.75rem !important;
  }
}

.single-product section .products li a .woocommerce-loop-product__title {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  padding-bottom: 0px !important;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  line-height: 120% !important;
  letter-spacing: 0.025em;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.single-product section .products li a .price {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

.single-product section .products li .product_type_variable {
  margin-top: 20px !important;
  margin-right: 10px !important;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.single-product section .products li .product_type_variable:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/carptech/resources/images/button_bg.webp');
  color: white;
}

.woocommerce-notices-wrapper .woocommerce-info,
	.woocommerce-notices-wrapper .woocommerce-error,
	.woocommerce-notices-wrapper .woocommerce-message {
  border-radius: 46px;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-info a, .woocommerce-notices-wrapper .woocommerce-error a, .woocommerce-notices-wrapper .woocommerce-message a {
  min-width: 150px;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-notices-wrapper .woocommerce-info li, .woocommerce-notices-wrapper .woocommerce-error li, .woocommerce-notices-wrapper .woocommerce-message li {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-notices-wrapper .woocommerce-info li, .woocommerce-notices-wrapper .woocommerce-error li, .woocommerce-notices-wrapper .woocommerce-message li {
    flex-direction: row;
  }

  .woocommerce-notices-wrapper .woocommerce-info::before, .woocommerce-notices-wrapper .woocommerce-error::before, .woocommerce-notices-wrapper .woocommerce-message::before {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.woocommerce-notices-wrapper .woocommerce-error {
  --tw-border-opacity: 1;
  border-color: rgb(184 28 35 / var(--tw-border-opacity, 1));
}

.woocommerce-notices-wrapper .woocommerce-message {
  --tw-border-opacity: 1;
  border-color: rgb(143 174 27 / var(--tw-border-opacity, 1));
}

.woocommerce-no-products-found .woocommerce-info {
  border-radius: 46px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 133 190 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.woocommerce-no-products-found .woocommerce-info a {
  min-width: 150px;
  border-radius: 9999px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-no-products-found .woocommerce-info li {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .woocommerce-no-products-found .woocommerce-info li {
    flex-direction: row;
  }

  .woocommerce-no-products-found .woocommerce-info::before {
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

.woocommerce-pagination, .pagination {
  padding-top: 2.5rem;
  padding-bottom: 30px;
}

@media (min-width: 1600px) {
  .woocommerce-pagination, .pagination {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }
}

.woocommerce-pagination ul, .pagination ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 0.5rem !important;
  border-style: none !important;
}

@media (min-width: 1024px) {
  .woocommerce-pagination ul, .pagination ul {
    gap: 1.5rem !important;
  }
}

.woocommerce-pagination ul li, .pagination ul li {
  border-style: none !important;
}

@media (min-width: 1024px) {
  .woocommerce-pagination ul li, .pagination ul li {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.woocommerce-pagination ul li a, .pagination ul li a {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .woocommerce-pagination ul li a, .pagination ul li a {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}

.woocommerce-pagination ul li a:hover, .pagination ul li a:hover {
  background-color: transparent !important;
  --tw-text-opacity: 1 !important;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce-pagination ul li .current, .pagination ul li .current {
  pointer-events: none !important;
  display: flex !important;
  height: 2rem;
  width: 2rem;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
  padding: 0px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px) {
  .woocommerce-pagination ul li .current, .pagination ul li .current {
    height: 3rem !important;
    width: 3rem !important;
  }
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option {
  margin-bottom: 0.25rem;
  border-radius: 28px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option::after {
  display: none;
  border-style: none !important;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
  padding-left: 2.5rem;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control--highlight-checked:after {
  border-style: none;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__content .wc-block-components-radio-control__input:checked:before {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1)) !important;
}

@font-face {
  font-family: "Outfit-Light";

  src: url("../../resources/fonts/Outfit-Light.woff2") format("woff2");

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Outfit-Regular";

  src: url("../../resources/fonts/Outfit-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Antapani-ExtraBold";

  src: url("../../resources/fonts/Antapani-ExtraBold.woff2") format("woff2");

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "BetterBlack";

  src: url("../../resources/fonts/BetterBlack.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-Regular.woff2") format("woff2");

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-RegularItalic.woff2") format("woff2");

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-Medium.woff2") format("woff2");

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-MediumItalic.woff2") format("woff2");

  font-weight: 500;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2");

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-SemiBoldItalic.woff2") format("woff2");

  font-weight: 600;

  font-style: italic;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-Bold.woff2") format("woff2");

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";

  src: url("../../resources/fonts/PlusJakartaSans-BoldItalic.woff2") format("woff2");

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

@media (min-width: 360px) {
  .typo-h1-header {
    font-size: 36px;
    line-height: 110%;
  }
}

@media (min-width: 480px) {
  .typo-h1-header {
    font-size: 36px;
    line-height: 110%;
  }
}

@media (min-width: 640px) {
  .typo-h1-header {
    font-size: 42px;
    line-height: 110%;
  }
}

@media (min-width: 768px) {
  .typo-h1-header {
    font-size: 42px;
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  .typo-h1-header {
    font-size: 60px;
    line-height: 110%;
  }
}

@media (min-width: 1280px) {
  .typo-h1-header {
    font-size: 70px;
    line-height: 110%;
  }
}

@media (min-width: 360px) {
  .typo-body-header {
    font-size: 22px;
    line-height: 115%;
  }
}

@media (min-width: 480px) {
  .typo-body-header {
    font-size: 24px;
    line-height: 115%;
  }
}

@media (min-width: 640px) {
  .typo-body-header {
    font-size: 28px;
    line-height: 115%;
  }
}

@media (min-width: 768px) {
  .typo-body-header {
    font-size: 32px;
    line-height: 115%;
  }
}

@media (min-width: 1024px) {
  .typo-body-header {
    font-size: 32px;
    line-height: 115%;
  }
}

@media (min-width: 1280px) {
  .typo-body-header {
    font-size: 45px;
    line-height: 115%;
  }
}

.typo-body-overline {
  font-weight: 600;
}

@media (min-width: 360px) {
  .typo-body-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 480px) {
  .typo-body-overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .typo-body-overline {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .typo-body-overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-body-overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .typo-body-overline {
    font-size: 22px;
    line-height: 150%;
  }
}

.typo-body-headline {
  font-weight: 700;
}

@media (min-width: 360px) {
  .typo-body-headline {
    font-size: 50px;
    line-height: 90%;
  }
}

@media (min-width: 480px) {
  .typo-body-headline {
    font-size: 60px;
    line-height: 90%;
  }
}

@media (min-width: 640px) {
  .typo-body-headline {
    font-size: 60px;
    line-height: 90%;
  }
}

@media (min-width: 768px) {
  .typo-body-headline {
    font-size: 80px;
    line-height: 90%;
  }
}

@media (min-width: 1024px) {
  .typo-body-headline {
    font-size: 80px;
    line-height: 90%;
  }
}

@media (min-width: 1280px) {
  .typo-body-headline {
    font-size: 100px;
    line-height: 90%;
  }
}

.typo-body-subline {
  font-weight: 500;
}

@media (min-width: 360px) {
  .typo-body-subline {
    font-size: 18px;
    line-height: 130%;
  }
}

@media (min-width: 480px) {
  .typo-body-subline {
    font-size: 18px;
    line-height: 130%;
  }
}

@media (min-width: 640px) {
  .typo-body-subline {
    font-size: 18px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .typo-body-subline {
    font-size: 24px;
    line-height: 130%;
  }
}

@media (min-width: 1024px) {
  .typo-body-subline {
    font-size: 24px;
    line-height: 130%;
  }
}

@media (min-width: 1280px) {
  .typo-body-subline {
    font-size: 24px;
    line-height: 130%;
  }
}

@media (min-width: 480px) {
  .typo-h1 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 640px) {
  .typo-h1 {
    font-size: 39px;
    line-height: 121%;
  }
}

@media (min-width: 768px) {
  .typo-h1 {
    font-size: 42px;
    line-height: 119%;
  }
}

@media (min-width: 1024px) {
  .typo-h1 {
    font-size: 60px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-h1 {
    font-size: 72px;
    line-height: 125%;
  }
}

@media (min-width: 480px) {
  .typo-h2 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 640px) {
  .typo-h2 {
    font-size: 33px;
    line-height: 124%;
  }
}

@media (min-width: 768px) {
  .typo-h2 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1024px) {
  .typo-h2 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  .typo-h2 {
    font-size: 60px;
    line-height: 120%;
  }
}

@media (min-width: 480px) {
  .typo-h3 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 640px) {
  .typo-h3 {
    font-size: 27px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .typo-h3 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1024px) {
  .typo-h3 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1280px) {
  .typo-h3 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 480px) {
  .typo-h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .typo-h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-h4 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1024px) {
  .typo-h4 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1280px) {
  .typo-h4 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 480px) {
  .typo-h5 {
    font-size: 18px;
    line-height: 156%;
  }
}

@media (min-width: 640px) {
  .typo-h5 {
    font-size: 19px;
    line-height: 153%;
  }
}

@media (min-width: 768px) {
  .typo-h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-h5 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1280px) {
  .typo-h5 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 480px) {
  .typo-h6 {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .typo-h6 {
    font-size: 17px;
    line-height: 154%;
  }
}

@media (min-width: 768px) {
  .typo-h6 {
    font-size: 18px;
    line-height: 156%;
  }
}

@media (min-width: 1024px) {
  .typo-h6 {
    font-size: 20px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-h6 {
    font-size: 24px;
    line-height: 133%;
  }
}

h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
}

@media (min-width: 360px) {
  .typo-body {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 480px) {
  .typo-body {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 640px) {
  .typo-body {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-body {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .typo-body {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .typo-body {
    font-size: 20px;
    line-height: 140%;
  }
}

.typo-body {
  text-wrap: pretty;
}

.typo-body p + ul,
	.typo-body p + ol,
	.typo-body ul + p,
	.typo-body ol + p,
	.typo-body p + table,
	.typo-body ol + ul,
	.typo-body ul + ol {
  margin-top: 1.25rem;
}

.typo-body h1 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .typo-body h1 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 640px) {
  .typo-body h1 {
    font-size: 39px;
    line-height: 121%;
  }
}

@media (min-width: 768px) {
  .typo-body h1 {
    font-size: 42px;
    line-height: 119%;
  }
}

@media (min-width: 1024px) {
  .typo-body h1 {
    font-size: 60px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .typo-body h1 {
    font-size: 72px;
    line-height: 125%;
  }
}

.typo-body h2 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .typo-body h2 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 640px) {
  .typo-body h2 {
    font-size: 33px;
    line-height: 124%;
  }
}

@media (min-width: 768px) {
  .typo-body h2 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1024px) {
  .typo-body h2 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  .typo-body h2 {
    font-size: 60px;
    line-height: 120%;
  }
}

.typo-body h3 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .typo-body h3 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 640px) {
  .typo-body h3 {
    font-size: 27px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .typo-body h3 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1024px) {
  .typo-body h3 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1280px) {
  .typo-body h3 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 480px) {
  .typo-body h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .typo-body h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .typo-body h4 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1024px) {
  .typo-body h4 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1280px) {
  .typo-body h4 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 480px) {
  .typo-body h5 {
    font-size: 18px;
    line-height: 156%;
  }
}

@media (min-width: 640px) {
  .typo-body h5 {
    font-size: 19px;
    line-height: 153%;
  }
}

@media (min-width: 768px) {
  .typo-body h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .typo-body h5 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1280px) {
  .typo-body h5 {
    font-size: 30px;
    line-height: 126%;
  }
}

.typo-body h1,
	.typo-body h2,
	.typo-body h3,
	.typo-body h4,
	.typo-body h5,
	.typo-body h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.typo-body p {
  margin-bottom: 1rem;
}

.typo-body p:last-child {
  margin-bottom: 0px;
}

.typo-body p:not(:last-child) {
  padding-bottom: 0px;
}

.typo-body ul,
	.typo-body ol {
  margin-top: 0px;
  padding-top: 0px;
}

.typo-body ol {
  margin-left: 1.75rem;
  margin-bottom: 1rem;
  margin-right: 0.625rem;
  margin-top: 0px;
  list-style-type: decimal;
  padding-left: 1.75rem;
}

.typo-body ol > li {
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
}

.typo-body ol > li::marker {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

.typo-body ul {
  margin-left: 1.75rem;
}

.typo-body ul > li {
  position: relative;
  margin-bottom: 0.75rem;
  list-style-type: none;
  padding-left: 2rem;
}

.typo-body ul > li::before {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 1.5rem;
  width: 1.5rem;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23E50160" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.typo-navi {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

@media (min-width: 480px) {
  .typo-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .typo-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .typo-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .typo-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .typo-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .typo-navi {
    font-size: 20px;
    line-height: 100%;
  }
}

@media (min-width: 360px) {
  .typo-btn {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 480px) {
  .typo-btn {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .typo-btn {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .typo-btn {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .typo-btn {
    font-size: 18px;
    line-height: 100%;
  }
}

a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

.btn-primary,
.btn-secondary {
  display: inline-block;
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 9999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 360px) {
  .btn-primary,
.btn-secondary {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 480px) {
  .btn-primary,
.btn-secondary {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .btn-primary,
.btn-secondary {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .btn-primary,
.btn-secondary {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .btn-primary,
.btn-secondary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .btn-primary,
.btn-secondary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

/* box-shadow: 0px 4px 4px 0px #00000040; */

.btn-primary.with-icon, .btn-secondary.with-icon {
  display: flex;
  align-items: center;
}

.btn-primary.with-icon svg, .btn-secondary.with-icon svg {
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary.with-icon svg path,.btn-secondary.with-icon svg path {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-primary.with-icon:hover svg, .btn-secondary.with-icon:hover svg {
  --tw-rotate: -45deg;
  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));
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  background-color: rgb(0 0 0 / 0.4);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.link-primary {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  align-items: center;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 360px) {
  .link-primary {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 480px) {
  .link-primary {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .link-primary {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .link-primary {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .link-primary {
    font-size: 18px;
    line-height: 100%;
  }
}

.link-primary.with-icon svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
  flex-shrink: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 640px) {
  .link-primary.with-icon svg {
    height: 0.75rem;
  }
}

.link-primary.with-icon svg path {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.link-primary.with-icon:hover svg {
  --tw-rotate: -45deg;
  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));
}

.link-primary.with-icon:hover svg path {
  fill: #E50160;
}

.to-top-button {
  visibility: hidden;
  position: fixed;
  bottom: 2.5rem;
  right: 2.25rem;
  z-index: 997;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  cursor: pointer;
  border-radius: 16px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 238 237 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 13 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.to-top-button:hover {
  animation: bounce 0.8s ease-in-out 3;
}

.to-top-button.show {
  visibility: visible;
  --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));
  opacity: 1;
}

.to-top-button.hide {
  visibility: hidden;
  --tw-translate-y: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}

.to-top-button svg {
  height: 1.5rem;
  width: 1.5rem;
}

.to-top-button svg path {
  stroke: #fff;
}

@keyframes bounce {
  0%,
	100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

body.menu-open .header__hamburger--menu-close svg path {
  fill: #000 !important;
}

body.menu-open .header__wrapper {
  margin-top: 10px;
}

@media (min-width: 768px) {
  body.menu-open .header__wrapper {
    margin-top: 0px;
  }
}

/* When menu is open, all SVG icons in .header__navs are black */

/* stroke: #000 !important; */

body.menu-open .header__navs svg path {
  stroke: #000 !important;
}

/* Show scrolled logo and hide default logo when menu is open */

body.menu-open .header__logo {
  display: none !important;
}

body.menu-open .header__logo--scrolled {
  display: block !important;
}

/* When navigation is open, show scrolled logo and hide default logo */

.navigation__main--active ~ .header .header__logo {
  display: none !important;
}

.navigation__main--active ~ .header .header__logo--scrolled {
  display: block !important;
}

/* When navigation is open, make header background white */

.navigation__main--active ~ .header,
.header:has(.navigation__main--active) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/* Logo switch: only one visible at a time */

.header__logo {
  display: block;
}

.header__logo--scrolled {
  display: none;
}

body.header__scrolled .header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

body.header__scrolled .header__logo {
  display: none;
}

body.header__scrolled .header__logo--scrolled {
  display: block;
}

body.header__scrolled .header__top {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 0;
}

body.header__scrolled .header__wrapper {
  margin-top: 0px;
}

body.header__scrolled .header__content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

body.header__scrolled .navigation__search svg path {
  stroke: #000;
}

body.header__scrolled .navigation__search:hover svg path {
  stroke: #dc2626;
}

body.header__scrolled .navigation__main ul li a {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

body.header__scrolled .navigation__main ul li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

body.header__scrolled .navigation__shop a svg path {
  stroke: #000;
}

body.header__scrolled .navigation__shop a:hover svg path {
  stroke: #E50160;
}

body.header__scrolled .header__hamburger svg path {
  fill: #000;
}

.header {
  position: fixed;
  top: 0px;
  left: 10px;
  z-index: 999;
  width: calc(100% - 20px);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__wrapper {
  z-index: 1000;
  margin-left: auto;
  margin-right: auto;
  margin-top: 42px;
  max-width: 1740px;
  justify-content: space-between;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header__wrapper {
    display: flex;
  }
}

.header__content {
  position: relative;
  display: flex;
  min-height: 73px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .header__content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.header__logo {
  font-size: 25px;
  font-weight: 600;
}

.header__navs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .header__navs {
    gap: 1.25rem;
  }
}

.header__hamburger {
  position: relative;
  order: 1;
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 1400px) {
  .header__hamburger {
    display: none;
  }
}

.header__hamburger svg {
  height: 1.25rem;
  width: 1.25rem;
}

.header__hamburger svg path {
  fill: #fff;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__hamburger--menu-bars,
			.header__hamburger--menu-close {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__hamburger--menu-bars {
  --tw-rotate: 0deg;
  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));
  opacity: 1;
}

.header__hamburger--menu-close {
  --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));
  opacity: 0;
}

.header__hamburger.active .header__hamburger--menu-bars {
  --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));
  opacity: 0;
}

.header__hamburger.active .header__hamburger--menu-close {
  --tw-rotate: 0deg;
  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));
  opacity: 1;
}

.header__hamburger--overlay {
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 10px;
  z-index: 998;
  height: 100%;
  width: calc(100% - 20px);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}

.header__hamburger--overlay.active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header__hamburger--overlay.active .header__hamburger--overlay-left {
  opacity: 1;
}

.header__hamburger--overlay.active .header__hamburger--overlay-right {
  opacity: 1;
}

.header__hamburger--overlay.active .header__hamburger--overlay-bottom {
  opacity: 1;
}

.header__hamburger--overlay-left {
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: 100;
  height: 40px;
  width: 40px;
  --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));
  opacity: 0;
}

@media (min-width: 1920px) {
  .header__hamburger--overlay-left {
    height: 46px;
    width: 46px;
  }
}

.header__hamburger--overlay-left {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.header__hamburger--overlay-right {
  position: absolute;
  bottom: 10px;
  right: 0px;
  z-index: 100;
  height: 40px;
  width: 40px;
  --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));
  opacity: 0;
}

@media (min-width: 1920px) {
  .header__hamburger--overlay-right {
    height: 46px;
    width: 46px;
  }
}

.header__hamburger--overlay-right {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.header__hamburger--overlay-bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  height: 10px;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
}

.header__icons {
  display: flex;
}

@media (min-width: 768px) {
  .header__icons {
    display: flex;
  }
}

.header__icons svg {
  height: 1.25rem;
  width: 1.25rem;
}

.navigation__navs {
  display: flex;
  gap: 2.5rem;
}

.navigation__main {
  position: absolute;
  top: 73px;
  left: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

@media (min-width: 480px) {
  .navigation__main {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .navigation__main {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .navigation__main {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .navigation__main {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .navigation__main {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .navigation__main {
    font-size: 20px;
    line-height: 100%;
  }
}

@media not all and (min-width: 1400px) {
  .navigation__main {
    max-height: 0px;
    overflow: hidden;
  }
}

@media not all and (min-width: 1280px) {
  .navigation__main {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 768px) {
  .navigation__main {
    top: 81px;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .navigation__main {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 1400px) {
  .navigation__main {
    position: static;
    flex-direction: row;
  }
}

.navigation__main ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.75rem;
}

@media not all and (min-width: 1400px) {
  .navigation__main ul {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 768px) {
  .navigation__main ul {
    flex-direction: row;
    align-items: center;
    gap: 0.75rem;
  }
}

@media (min-width: 1400px) {
  .navigation__main ul {
    height: auto;
    gap: 1.5rem;
  }
}

.navigation__main ul li a {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation__main ul li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1400px) {
  .navigation__main ul li a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.navigation__main ul li a {
  backdrop-filter: blur(4px);
}

.navigation__main--active {
  max-height: 100dvh !important;
  align-items: flex-start;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .navigation__main--active {
    align-items: center;
  }
}

.navigation__main--active ul li a {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.navigation__main--active ul li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

.navigation__shop {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.navigation__shop a svg {
  height: 26px !important;
  width: 26px !important;
}

.navigation__shop a svg path {
  stroke: #fff;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.navigation__shop a:hover svg path {
  stroke: #E50160;
}

.navigation__shop--cart a {
  margin-left: 0.75rem;
  margin-right: 0.5rem;
  display: flex;
  align-items: center;
}

.navigation__shop--cart-count {
  position: relative;
  bottom: -0.75rem;
  font-family: 'BetterBlack', sans-serif;
  font-size: 10px;
}

.footer {
  position: relative;
  z-index: 10;
  border-radius: 46px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/wp-content/themes/carptech/resources/images/footer_bg.webp');
}

.footer__overlay {
  position: absolute;
  top: 0px;
  left: 10px;
  height: calc(100% - 10px);
  width: calc(100% - 20px);
  background-color: rgb(0 0 0 / 0.75);
  z-index: 0;
}

.footer__overlay--inner {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 0.75);
}

.footer__shape--left {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 100;
  height: 40px;
  width: 40px;
  --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));
}

@media (min-width: 1920px) {
  .footer__shape--left {
    height: 46px;
    width: 46px;
  }
}

.footer__shape--left {
  background: radial-gradient(circle at bottom left, transparent 70%, #efeeed 71%);
}

.footer__shape--right {
  position: absolute;
  top: 0px;
  right: 10px;
  z-index: 100;
  height: 40px;
  width: 40px;
}

@media (min-width: 1920px) {
  .footer__shape--right {
    height: 46px;
    width: 46px;
  }
}

.footer__shape--right {
  background: radial-gradient(circle at bottom left, transparent 70%, #efeeed 71%);
}

.footer__shape--bottom-left {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  height: 40px;
  width: 40px;
  --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));
}

@media (min-width: 1920px) {
  .footer__shape--bottom-left {
    height: 46px;
    width: 46px;
  }
}

.footer__shape--bottom-left {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.footer__shape--bottom-right {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  height: 40px;
  width: 40px;
  --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));
}

@media (min-width: 1920px) {
  .footer__shape--bottom-right {
    height: 46px;
    width: 46px;
  }
}

.footer__shape--bottom-right {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.footer__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__top {
    flex-direction: row;
    align-items: flex-end;
    gap: 0px;
    padding-bottom: 3rem;
    padding-top: 5rem;
  }
}

.footer__top--headline {
  max-width: 56rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 28px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer__top--headline {
    font-size: 48px;
  }
}

.footer__top--headline {
  text-shadow:
				0px 2px 6px #00000080,
				0px 4px 12px #00000060,
				0px 9.41px 9.41px #00000040;
}

.footer__top--headline img {
  margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
  .footer__top--headline img {
    margin-bottom: 2.5rem;
  }
}

.footer__top--links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 768px) {
  .footer__top--links {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.footer__top--links a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

@media (min-width: 480px) {
  .footer__top--links a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .footer__top--links a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .footer__top--links a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__top--links a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .footer__top--links a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .footer__top--links a {
    font-size: 20px;
    line-height: 100%;
  }
}

.footer__main {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .footer__main {
    flex-direction: row;
    gap: 2.5rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .footer__main {
    flex-direction: row;
  }
}

.footer__main--menus {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
}

@media not all and (min-width: 1024px) {
  .footer__main--menus {
    flex: 1 1 0%;
  }
}

@media (min-width: 480px) {
  .footer__main--menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 2rem;
  }
}

@media (min-width: 1024px) {
  .footer__main--menus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4rem;
  }
}

.footer__main--contact {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .footer__main--contact {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .footer__main--contact {
    border-style: none;
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .footer__main--contact {
    gap: 2.5rem;
  }
}

.footer__item--headline {
  margin-bottom: 0.75rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .footer__item--headline {
    margin-bottom: 1.5rem;
  }
}

.footer__item--list {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer__item--list li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .footer__item--list li {
    margin-bottom: 0.75rem;
  }
}

.footer__item--list li:last-child {
  margin-bottom: 0px;
}

.footer__item--list li svg {
  height: 26px;
  width: 26px;
}

.footer__item--list li svg path {
  stroke: #E50160;
}

.footer__item--list li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer__item--list li address {
  font-style: normal;
}

.footer__item--list-company li {
  margin-bottom: 0.75rem;
  gap: 0px;
}

.footer__item--list-company li svg path {
  stroke: #E50160;
}

.footer__legal {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer__legal--wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .footer__legal--wrapper {
    flex-direction: row;
  }
}

.footer__legal--nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .footer__legal--nav {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .footer__legal--nav {
    gap: 3rem;
  }
}

.footer__legal--nav li a {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
}

@media (min-width: 480px) {
  .footer__legal--nav li a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .footer__legal--nav li a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 768px) {
  .footer__legal--nav li a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .footer__legal--nav li a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1280px) {
  .footer__legal--nav li a {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .footer__legal--nav li a {
    font-size: 20px;
    line-height: 100%;
  }
}

.footer__legal--socials ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer__legal--socials ul li a img {
  height: 2rem;
  width: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
  transition-property: transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.footer__legal--socials ul li a img:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.facts__wrapper {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}

.facts__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 46px;
  z-index: 0;
}

.gallery__header {
  margin-bottom: 2.5rem;
  max-width: 1024px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media (min-width: 1400px) {
  .gallery__header {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .gallery__header {
    margin-bottom: 2.5rem;
  }
}

.gallery__header--overline {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

@media (min-width: 360px) {
  .gallery__header--overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 480px) {
  .gallery__header--overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .gallery__header--overline {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .gallery__header--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .gallery__header--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .gallery__header--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

.gallery__header--headline {
  margin-bottom: 1.25rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 34px;
  line-height: 35px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .gallery__header--headline {
    margin-bottom: 1.25rem;
    font-size: 46px;
    line-height: 46px;
  }
}

@media (min-width: 1400px) {
  .gallery__header--headline {
    font-size: 100px;
    line-height: 90px;
  }
}

.gallery__header--subline {
  font-family: 'Outfit-Light', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .gallery__header--subline {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .gallery__header--subline {
    font-size: 24px;
    line-height: 155%;
  }
}

.gallery__item {
  height: 100%;
  border-radius: 46px;
}

.gallery__item img {
  aspect-ratio: 1 / 1;
  height: auto;
  width: 100%;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__rows {
  width: 100%;
}

.gallery__row {
  display: flex;
  width: 100%;
  gap: 10px;
}

@media (min-width: 1024px) {
  .gallery__row {
    gap: 1.25rem;
  }
}

.gallery__side {
  width: 100%;
}

@media (min-width: 1024px) {
  .gallery__side {
    width: 50%;
  }
}

.gallery__item--large {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.gallery__item--large img {
  height: 100%;
  width: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .gallery__item--large img {
    aspect-ratio: 4/3;
    border-radius: 46px;
  }
}

.gallery__item--small {
  height: 100%;
  width: 100%;
}

.gallery__item--small img {
  height: auto;
  width: 100%;
  border-radius: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 640px) {
  .gallery__item--small img {
    aspect-ratio: 4/3;
    border-radius: 46px;
  }
}

@media (min-width: 1024px) {
  .gallery__item--small img {
    aspect-ratio: 1 / 1;
  }
}

/* Biały border dookoła tekstu PerfectQrill */

.border-text-outline {
  -webkit-text-stroke: 15px #fff;
  text-stroke: 15px #fff;
}

.shape {
  height: 40px;
  width: 40px;
}

@media (min-width: 1280px) {
  .shape {
    height: 46px;
    width: 46px;
  }
}

.shape {
  background: radial-gradient(circle at bottom left, transparent 70%, #efeeed 71%);
}

.shape-white {
  height: 1.75rem;
  width: 1.75rem;
}

@media (min-width: 1600px) {
  .shape-white {
    height: 32px;
    width: 32px;
  }
}

.shape-white {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.header-home-slider {
  position: relative;
  width: 100%;
}

.header-home-slider__scroll-down {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}

.header-home-slider__scroll-down svg {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.header-home-slider__scroll-down:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

.header-home-slider__scroll-down:hover svg {
  transform: rotate(135deg);
}

.header-home-slider__wrapper {
  position: absolute;
  top: 50%;
  left: 0px;
  z-index: 20;
  width: 100%;
  --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));
  padding: 0 20px;
}

.header-home-slider__container {
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
}

.header-home-slider__content {
  max-width: 1024px;
}

.header-home-slider__content--headline {
  max-width: 1024px;
  font-family: 'Antapani-ExtraBold', sans-serif;
  font-size: 50px;
  line-height: 105%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .header-home-slider__content--headline {
    font-size: 60px;
  }
}

@media (min-width: 1400px) {
  .header-home-slider__content--headline {
    font-size: 100px;
    line-height: 90%;
  }
}

.header-home-slider__content--headline {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-shadow:
				0px 2px 6px #00000080,
				0px 4px 12px #00000060,
				0px 9.41px 9.41px #00000040;
}

.header-home-slider__content--text {
  max-width: 768px;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 150% !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .header-home-slider__content--text {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .header-home-slider__content--text {
    font-size: 22px;
  }
}

.header-home-slider__content--text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.header-home-slider__content--buttons {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.header-home-slider__content--buttons a {
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-home-slider__content--buttons a:hover {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('/wp-content/themes/carptech/resources/images/button_bg.webp');
  color: white;
}

.header-home-slider__image {
  z-index: 1;
  height: calc(100vh - 20px);
  overflow: hidden;
}

.header-home-slider__image--item {
  position: relative;
  height: 100%;
  width: 100%;
}

.header-home-slider__image--item img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .header-home-slider__image--item img {
    border-radius: 46px;
  }
}

.header-home-slider__image--item svg {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 40px;
}

@media (min-width: 1280px) {
  .header-home-slider__image--item svg {
    border-radius: 46px;
  }
}

.header-home-slider__image--item svg {
  z-index: 2;
}

.header-home-slider__image--overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  background-color: rgb(0 0 0 / 0.3);
}

@media (min-width: 1280px) {
  .header-home-slider__image--overlay {
    border-radius: 46px;
  }
}

.header-home-slider__image--overlay {
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.header-home-slider__arrows {
  position: absolute;
  bottom: 4rem;
  right: 1.25rem;
  height: 3rem;
  width: 100%;
  max-width: 5rem;
}

@media (min-width: 480px) {
  .header-home-slider__arrows {
    max-width: 6rem;
  }
}

@media (min-width: 640px) {
  .header-home-slider__arrows {
    bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .header-home-slider__arrows {
    bottom: 7rem;
    right: 2rem;
    max-width: 7rem;
  }
}

.header-home-slider__arrows svg {
  height: 1.25rem;
  width: 1.25rem;
}

@media (min-width: 640px) {
  .header-home-slider__arrows svg {
    height: 1.5rem;
    width: 1.5rem;
  }
}

.header-home-slider__arrows svg path {
  fill: #fff;
}

.header-home-slider__arrows--item {
  position: absolute;
  z-index: 30;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.header-home-slider__arrows--item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 1 96 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

@media (min-width: 480px) {
  .header-home-slider__arrows--item {
    height: 2.5rem;
    width: 2.5rem;
  }
}

@media (min-width: 1280px) {
  .header-home-slider__arrows--item {
    height: 3rem;
    width: 3rem;
  }
}

.header-home-slider__arrows--item {
  backdrop-filter: blur(4px);
}

.header-home-slider__arrows--prev {
  left: 0px;
}

.header-home-slider__arrows--next {
  right: 0px;
}

.header-home-slider__pagination {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  z-index: 30;
  --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));
}

@media (min-width: 768px) {
  .header-home-slider__pagination {
    bottom: 3.5rem;
  }
}

.header-home-slider__pagination .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: rgb(255 255 255 / 0.4);
}

.header-home-slider__pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

.header-subpage__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 46px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  opacity: 0.3;
  z-index: 1;
}

.header-subpage__content {
  position: relative;
}

.header-subpage__content--image img {
  height: 350px;
  width: 100%;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .header-subpage__content--image img {
    height: 400px;
  }
}

.header-subpage__content--headline {
  z-index: 10;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

.header-subpage__shape--left {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 40px;
  --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));
}

@media (min-width: 1920px) {
  .header-subpage__shape--left {
    height: 46px;
    width: 46px;
  }
}

.header-subpage__shape--left {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.header-subpage__shape--right {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  width: 40px;
}

@media (min-width: 1920px) {
  .header-subpage__shape--right {
    height: 46px;
    width: 46px;
  }
}

.header-subpage__shape--right {
  background: radial-gradient(circle at bottom left, transparent 70%, #ffffff 71%);
}

.image__content--image img {
  max-height: 70vh;
  width: 100%;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-parallax__content {
  position: relative;
}

.image-parallax__content--image {
  height: 300px;
  width: 100%;
}

@media (min-width: 768px) {
  .image-parallax__content--image {
    height: 400px;
  }
}

.image-parallax__content--image {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.image-parallax__content--overlay {
  position: absolute;
  bottom: 0px;
  height: 300px;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .image-parallax__content--overlay {
    height: 400px;
  }
}

.image-parallax__content--overlay img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-categories-slider__categories {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.products-categories-slider__wrapper {
  margin-right: 5rem;
  padding-top: 46px;
}

.products-categories-slider__single {
  cursor: pointer;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 16px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1600px) {
  .products-categories-slider__single {
    border-radius: 46px;
  }
}

.products-categories-slider__single:hover {
  box-shadow:
				0 10px 40px rgba(0, 0, 0, 0.11),
				0 6px 20px rgba(0, 0, 0, 0.09);
}

.products-categories-slider__single-image {
  position: relative;
  aspect-ratio: 1 / 1;
}

.products-categories-slider-prev,
	.products-categories-slider-next {
  visibility: visible;
  opacity: 1;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.products-categories-slider-prev.swiper-button-disabled, .products-categories-slider-next.swiper-button-disabled {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.slogan {
  position: relative;
  display: flex;
  min-height: 300px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .slogan {
    min-height: 400px;
  }
}

.slogan {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slogan__overlay {
  position: absolute;
  bottom: 0px;
  height: 100%;
  min-height: 300px;
  width: 100%;
  background-color: rgb(0 0 0 / 0.5);
  opacity: 0.5;
}

@media (min-width: 768px) {
  .slogan__overlay {
    min-height: 400px;
  }
}

.slogan__overlay--logos img {
  position: absolute;
  bottom: 0px;
  left: 0px;
  min-height: 300px;
  width: auto;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .slogan__overlay--logos img {
    min-height: 400px;
  }
}

.slogan__content {
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 480px) {
  .slogan__content {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .slogan__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.slogan__content--headline {
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
}

/* Row 4: 3 osoby obok siebie */

.team-big__row--4 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .team-big__row--4 {
    flex-direction: column;
    gap: 20px;
  }
}

.team-big__tile--4-1,
.team-big__tile--4-2,
.team-big__tile--4-3 {
  height: 350px;
  max-height: 350px;
  border-radius: 32px;
}

@media (min-width: 1280px) {
  .team-big__tile--4-1,
.team-big__tile--4-2,
.team-big__tile--4-3 {
    min-height: 500px;
    border-radius: 46px;
  }
}

.team-big__tile--4-1,
.team-big__tile--4-2,
.team-big__tile--4-3 {
  flex: 1 1 0%;
  min-width: 0;
  background: #e0e0e0;
  border-radius: 46px;
  position: relative;
  overflow: hidden;
  height: 350px;
  max-height: 350px;
}

.team-big {
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
}

.team-big__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-big__tile {
  position: relative;
}

.team-big__tile--arrow-link {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1280px) {
  .team-big__tile--arrow-link {
    top: 30px;
    right: 30px;
    padding: 1rem;
  }
}

.team-big__tile--arrow-link {
  backdrop-filter: blur(4px);
}

.team-big__tile--arrow {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: rotate(0);
}

.team-big__tile:hover .team-big__tile--arrow {
  transform: rotate(45deg);
}

.team-big__tile:hover .team-big__tile--arrow-link {
  background: #e50160;
  /* bg-brand-pink */
  border-color: #e50160;
}

.team-big__tile .team-big__thumb {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .team-big__tile .team-big__thumb {
    border-radius: 46px;
  }
}

.team-big__tile .team-big__thumb img {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1280px) {
  .team-big__tile .team-big__thumb img {
    border-radius: 46px;
  }
}

.team-big__tile .team-big__thumb svg {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 40px;
}

@media (min-width: 1280px) {
  .team-big__tile .team-big__thumb svg {
    border-radius: 46px;
  }
}

.team-big__tile .team-big__thumb svg {
  z-index: 2;
}

.team-big__tile .team-big__title {
  position: absolute;
  left: 1.25rem;
  bottom: 1.25rem;
  border-radius: 40px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media not all and (min-width: 1400px) {
  .team-big__tile .team-big__title {
    border-width: 1px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 480px) {
  .team-big__tile .team-big__title {
    padding-top: 6px;
    font-family: 'Antapani-ExtraBold', sans-serif;
  }
}

@media (min-width: 1400px) {
  .team-big__tile .team-big__title {
    left: 60px;
    bottom: 45px;
    font-size: 1.875rem;
    line-height: 2.25rem;
    opacity: 1;
  }
}

.team-big__tile .team-big__title {
  z-index: 4;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1), transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

@media (max-width: 1399px) {
  .team-big__tile .team-big__title {
    backdrop-filter: blur(4px)
  }
}

.team-big__tile .team-big__excerpt {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 1.25rem;
  display: none;
  justify-content: flex-end;
  border-radius: 46px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  padding-right: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 480px) {
  .team-big__tile .team-big__excerpt {
    display: flex;
  }
}

.team-big__tile .team-big__excerpt {
  backdrop-filter: blur(4px);
}

.team-big__tile .team-big__excerpt--text {
  align-items: center;
  padding-left: 1.25rem;
}

@media (min-width: 480px) {
  .team-big__tile .team-big__excerpt--text {
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    max-height: 102px;
  }
}

@media (min-width: 1024px) {
  .team-big__tile .team-big__excerpt--text {
    display: flex;
  }
}

@media (min-width: 1400px) {
  .team-big__tile .team-big__excerpt--text {
    padding-left: 2.5rem;
  }
}

@media (min-width: 480px) {
  .team-big__tile:hover .team-big__excerpt {
    --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));
    opacity: 1;
  }
}

.team-big__tile:hover .team-big__title {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 480px) {
  .team-big__tile:hover .team-big__title {
    --tw-translate-y: -85px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1400px) {
  .team-big__tile:hover .team-big__title {
    --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));
    opacity: 0;
  }
}

.team-big__tile:hover .team-big__title--big {
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1400px) {
  .team-big__tile:hover .team-big__title--big {
    --tw-translate-y: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
  }
}

.team-big__tile .team-big__bait {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  display: none;
}

@media (min-width: 480px) {
  .team-big__tile .team-big__bait {
    display: block;
  }
}

@media (min-width: 1400px) {
  .team-big__tile .team-big__bait {
    bottom: 80px;
    left: 40px;
  }
}

.team-big__tile .team-big__bait {
  z-index: 4;
  margin: 0 auto 12px auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.team-big__tile .team-big__bait img {
  max-width: 150px;
}

@media (min-width: 1400px) {
  .team-big__tile .team-big__bait img {
    max-width: 100%;
  }
}

@media not all and (min-width: 1400px) {
  .team-big__tile:hover .team-big__bait {
    --tw-rotate: 15deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 480px) {
  .team-big__tile:hover .team-big__bait {
    --tw-translate-y: -80px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 1400px) {
  .team-big__tile:hover .team-big__bait {
    --tw-translate-y: -10px;
    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));
  }
}

/* Row 1: 40% + 60% */

.team-big__row--1 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .team-big__row--1 {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .team-big__row--1 {
    flex-direction: row;
  }
}

.team-big__row--1 .team-big__tile--1-1,
		.team-big__row--1 .team-big__tile--1-2 {
  height: 350px;
  max-height: 350px;
  border-radius: 32px;
}

@media (min-width: 768px) {
  .team-big__row--1 .team-big__tile--1-1,
		.team-big__row--1 .team-big__tile--1-2 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .team-big__row--1 .team-big__tile--1-1,
		.team-big__row--1 .team-big__tile--1-2 {
    min-height: 500px;
    flex: 0 0 40%;
    border-radius: 46px;
  }
}

.team-big__row--1 .team-big__tile--1-1,
		.team-big__row--1 .team-big__tile--1-2 {
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}

/* For right tile, override flex */

@media (min-width: 1280px) {
  .team-big__row--1 .team-big__tile--1-1.team-big__tile--1-2, .team-big__row--1 .team-big__tile--1-2.team-big__tile--1-2 {
    flex: 1 1 0%;
  }
}

.team-big__row--1 .team-big__tile--1-1.team-big__tile--1-2, .team-big__row--1 .team-big__tile--1-2.team-big__tile--1-2 {
  background: #b0b0b0;
}

/* Row 2: 60% + 40% (reverse order) */

.team-big__row--2 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .team-big__row--2 {
    flex-direction: row-reverse;
  }
}

@media (min-width: 1280px) {
  .team-big__row--2 {
    flex-direction: row-reverse;
  }
}

.team-big__row--2 .team-big__tile--2-1,
		.team-big__row--2 .team-big__tile--2-2 {
  height: 350px;
  max-height: 350px;
  border-radius: 32px;
}

@media (min-width: 768px) {
  .team-big__row--2 .team-big__tile--2-1,
		.team-big__row--2 .team-big__tile--2-2 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .team-big__row--2 .team-big__tile--2-1,
		.team-big__row--2 .team-big__tile--2-2 {
    min-height: 500px;
    flex: 0 0 40%;
    border-radius: 46px;
  }
}

.team-big__row--2 .team-big__tile--2-1,
		.team-big__row--2 .team-big__tile--2-2 {
  min-width: 0;
  position: relative;
  overflow: hidden;
  background: #e0e0e0;
}

@media (min-width: 1280px) {
  .team-big__row--2 .team-big__tile--2-1.team-big__tile--2-2, .team-big__row--2 .team-big__tile--2-2.team-big__tile--2-2 {
    flex: 1 1 0%;
  }
}

.team-big__row--2 .team-big__tile--2-1.team-big__tile--2-2, .team-big__row--2 .team-big__tile--2-2.team-big__tile--2-2 {
  background: #b0b0b0;
}

/* Row 3: left 2 stacked, right 1 big */

.team-big__row--3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .team-big__row--3 {
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .team-big__row--3 {
    flex-direction: row;
  }
}

.team-big__row--3 .team-big__col--3-1 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .team-big__row--3 .team-big__col--3-1 {
    width: 100%;
    flex-direction: row;
  }
}

@media (min-width: 1280px) {
  .team-big__row--3 .team-big__col--3-1 {
    flex: 0 0 40%;
    flex-direction: column;
  }
}

.team-big__row--3 .team-big__col--3-1 {
  min-width: 0;
}

.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-1,
			.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-2 {
  height: 350px;
  max-height: 350px;
  border-radius: 32px;
}

@media (min-width: 768px) {
  .team-big__row--3 .team-big__col--3-1 .team-big__tile--3-1,
			.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-2 {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .team-big__row--3 .team-big__col--3-1 .team-big__tile--3-1,
			.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-2 {
    min-height: 500px;
    width: 100%;
    flex: 0 0 40%;
    border-radius: 46px;
  }
}

.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-1,
			.team-big__row--3 .team-big__col--3-1 .team-big__tile--3-2 {
  background: #e0e0e0;
  position: relative;
  overflow: hidden;
}

.team-big__row--3 .team-big__tile--3-3 {
  display: none;
}

@media (min-width: 1280px) {
  .team-big__row--3 .team-big__tile--3-3 {
    display: flex;
    flex: 1 1 0%;
  }
}

.team-big__row--3 .team-big__tile--3-3 {
  min-width: 0;
  background: #b0b0b0;
  align-self: stretch;
  width: 100%;
  border-radius: 46px;
  flex-direction: column;
  justify-content: stretch;
  height: calc(2 * 500px + 20px);
  /* 2x min-height kafelków + gap */
  min-height: calc(2 * 500px + 20px);
  overflow: hidden;
  /* DODAJ TO! */
}

.testimonials {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.testimonials__wrapper {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
}

.testimonials__item {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 1280px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  text-align: start;
}

@media (min-width: 768px) {
  .testimonials__item {
    flex-direction: row;
  }
}

.testimonials__item--content {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px) {
  .testimonials__item--content {
    width: 50%;
  }
}

.testimonials__item--image {
  position: relative;
}

@media (min-width: 768px) {
  .testimonials__item--image {
    width: 50%;
  }
}

.testimonials__item--image > img {
  height: 300px;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .testimonials__item--image > img {
    height: 420px;
  }
}

.testimonials__item--image-overlay {
  position: absolute;
  bottom: 0px;
  height: auto;
  width: 100%;
  opacity: 0.75;
}

.testimonials__item--image-overlay img {
  border-bottom-right-radius: 46px;
  border-bottom-left-radius: 46px;
}

.testimonials__pagination {
  position: absolute;
  bottom: 0px !important;
  left: 50%;
  z-index: 30;
  --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));
  padding-left: 5rem;
}

.testimonials__pagination .swiper-pagination-bullet {
  height: 1rem;
  width: 1rem;
  background-color: rgb(0 0 0 / 0.4);
}

.testimonials__pagination .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

.testimonials__arrows {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 30;
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  width: 100%;
  max-width: 1740px;
  --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));
}

.testimonials__arrows svg {
  height: 2rem;
  width: 2rem;
}

.testimonials__arrows svg path {
  fill: #E50160;
}

.testimonials__arrows--container {
  position: absolute;
  bottom: 0px;
  right: 1.25rem;
  height: 3rem;
  width: 100%;
  max-width: 6rem;
}

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

@media (min-width: 1740px) {
  .testimonials__arrows--container {
    right: 0px;
  }
}

.testimonials__arrows--item {
  position: absolute;
  z-index: 30;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 237 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .testimonials__arrows--item {
    height: 3rem;
    width: 3rem;
  }
}

.testimonials__arrows--prev {
  left: 0px;
}

.testimonials__arrows--next {
  right: 0px;
}

.text-block {
}

.text-image__wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .text-image__wrapper {
    gap: 1.25rem;
  }
}

@media (min-width: 1400px) {
  .text-image__wrapper {
    gap: 2.5rem;
  }
}

@media (min-width: 1600px) {
  .text-image__wrapper {
    gap: 4rem;
  }
}

.text-image__wrapper--left {
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .text-image__wrapper--left {
    flex-direction: row-reverse;
  }
}

.text-image__wrapper--right {
  flex-direction: column-reverse;
}

@media (min-width: 1024px) {
  .text-image__wrapper--right {
    flex-direction: row;
  }
}

.text-image__content {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
}

.text-image__content--overline {
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
  font-weight: 600;
}

@media (min-width: 360px) {
  .text-image__content--overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 480px) {
  .text-image__content--overline {
    font-size: 16px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .text-image__content--overline {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 768px) {
  .text-image__content--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--overline {
    font-size: 22px;
    line-height: 150%;
  }
}

.text-image__content--headline {
  margin-bottom: 0.75rem;
  font-family: 'Antapani-ExtraBold', sans-serif;
}

@media (min-width: 360px) {
  .text-image__content--text {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 480px) {
  .text-image__content--text {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text {
    font-size: 18px;
    line-height: 140%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text {
    font-size: 20px;
    line-height: 140%;
  }
}

.text-image__content--text {
  text-wrap: pretty;
}

.text-image__content--text p + ul,.text-image__content--text p + ol,.text-image__content--text ul + p,.text-image__content--text ol + p,.text-image__content--text p + table,.text-image__content--text ol + ul,.text-image__content--text ul + ol {
  margin-top: 1.25rem;
}

.text-image__content--text h1 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .text-image__content--text h1 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text h1 {
    font-size: 39px;
    line-height: 121%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text h1 {
    font-size: 42px;
    line-height: 119%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text h1 {
    font-size: 60px;
    line-height: 120%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text h1 {
    font-size: 72px;
    line-height: 125%;
  }
}

.text-image__content--text h2 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .text-image__content--text h2 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text h2 {
    font-size: 33px;
    line-height: 124%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text h2 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text h2 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text h2 {
    font-size: 60px;
    line-height: 120%;
  }
}

.text-image__content--text h3 {
  font-weight: 700;
}

@media (min-width: 480px) {
  .text-image__content--text h3 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text h3 {
    font-size: 27px;
    line-height: 130%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text h3 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text h3 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text h3 {
    font-size: 48px;
    line-height: 125%;
  }
}

@media (min-width: 480px) {
  .text-image__content--text h4 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text h4 {
    font-size: 22px;
    line-height: 140%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text h4 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text h4 {
    font-size: 30px;
    line-height: 126%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text h4 {
    font-size: 36px;
    line-height: 122%;
  }
}

@media (min-width: 480px) {
  .text-image__content--text h5 {
    font-size: 18px;
    line-height: 156%;
  }
}

@media (min-width: 640px) {
  .text-image__content--text h5 {
    font-size: 19px;
    line-height: 153%;
  }
}

@media (min-width: 768px) {
  .text-image__content--text h5 {
    font-size: 20px;
    line-height: 150%;
  }
}

@media (min-width: 1024px) {
  .text-image__content--text h5 {
    font-size: 24px;
    line-height: 133%;
  }
}

@media (min-width: 1280px) {
  .text-image__content--text h5 {
    font-size: 30px;
    line-height: 126%;
  }
}

.text-image__content--text h1,.text-image__content--text h2,.text-image__content--text h3,.text-image__content--text h4,.text-image__content--text h5,.text-image__content--text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.text-image__content--text p {
  margin-bottom: 1rem;
}

.text-image__content--text p:last-child {
  margin-bottom: 0px;
}

.text-image__content--text p:not(:last-child) {
  padding-bottom: 0px;
}

.text-image__content--text ul,.text-image__content--text ol {
  margin-top: 0px;
  padding-top: 0px;
}

.text-image__content--text ol {
  margin-left: 1.75rem;
  margin-bottom: 1rem;
  margin-right: 0.625rem;
  margin-top: 0px;
  list-style-type: decimal;
  padding-left: 1.75rem;
}

.text-image__content--text ol > li {
  margin-bottom: 0.75rem;
  padding-left: 0.25rem;
}

.text-image__content--text ol > li::marker {
  --tw-text-opacity: 1;
  color: rgb(229 1 96 / var(--tw-text-opacity, 1));
}

.text-image__content--text ul {
  margin-left: 1.75rem;
}

.text-image__content--text ul > li {
  position: relative;
  margin-bottom: 0.75rem;
  list-style-type: none;
  padding-left: 2rem;
}

.text-image__content--text ul > li::before {
  position: absolute;
  left: 0px;
  top: 2px;
  height: 1.5rem;
  width: 1.5rem;
  content: '';
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23E50160" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.text-image__content--buttons {
  margin-top: 1.25rem;
  display: flex;
  gap: 1.25rem;
}

.text-image__image {
  position: relative;
  flex: 1 1 0%;
}

.text-image__image--image img {
  aspect-ratio: 4/3;
  height: auto;
  width: 100%;
  border-radius: 46px;
  -o-object-fit: cover;
     object-fit: cover;
  --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);
}

@media (min-width: 1024px) {
  .text-image__image--image img {
    min-height: 500px;
  }
}

@media (min-width: 1280px) {
  .text-image__image--image img {
    aspect-ratio: 4/3;
  }
}

.text-image__image--bait {
  position: absolute;
  bottom: 2rem;
  left: 2.5rem;
  z-index: 10;
  display: block;
  margin: 0 auto 12px auto;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.text-image__image--bait img {
  max-width: 150px;
}

@media (min-width: 1280px) {
  .text-image__image--bait img {
    max-width: 100%;
  }
}

.text-image__image--description {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  margin: 1.25rem;
  display: flex;
  justify-content: flex-end;
  border-radius: 46px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(4px);
}

.text-image__image--description-text {
  max-height: 100px;
  overflow-y: auto;
}

.text-image__image:hover .text-image__image--description {
  transform: translateY(0);
  opacity: 1;
}

.text-image__image:hover .text-image__image--bait {
  transform: translateY(-80px);
}

.first\:hidden:first-child {
  display: none;
}

.hover\:bg-brand-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 1 96 / var(--tw-bg-opacity, 1));
}

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

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

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@media not all and (min-width: 1740px) {
  .max-container\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:-bottom-3 {
    bottom: -0.75rem;
  }

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

@media not all and (min-width: 640px) {
  .max-sm\:hidden {
    display: none;
  }
}

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

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

  .xs\:text-xs-body {
    font-size: 16px;
    line-height: 140%;
  }

  .xs\:text-xs-body-header {
    font-size: 24px;
    line-height: 115%;
  }

  .xs\:text-xs-body-headline {
    font-size: 60px;
    line-height: 90%;
  }

  .xs\:text-xs-body-overline {
    font-size: 16px;
    line-height: 150%;
  }

  .xs\:text-xs-body-subline {
    font-size: 18px;
    line-height: 130%;
  }

  .xs\:text-xs-btn {
    font-size: 14px;
    line-height: 100%;
  }

  .xs\:text-xs-h1-header {
    font-size: 36px;
    line-height: 110%;
  }

  .xs\:text-xs-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 640px) {
  .sm\:left-1\/2 {
    left: 50%;
  }

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

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

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

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

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

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

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

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

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

  .sm\:gap-5 {
    gap: 1.25rem;
  }

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

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

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

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

  .sm\:text-sm-body {
    font-size: 18px;
    line-height: 140%;
  }

  .sm\:text-sm-body-header {
    font-size: 28px;
    line-height: 115%;
  }

  .sm\:text-sm-body-headline {
    font-size: 60px;
    line-height: 90%;
  }

  .sm\:text-sm-body-overline {
    font-size: 20px;
    line-height: 150%;
  }

  .sm\:text-sm-body-subline {
    font-size: 18px;
    line-height: 130%;
  }

  .sm\:text-sm-btn {
    font-size: 16px;
    line-height: 100%;
  }

  .sm\:text-sm-h1 {
    font-size: 39px;
    line-height: 121%;
  }

  .sm\:text-sm-h1-header {
    font-size: 42px;
    line-height: 110%;
  }

  .sm\:text-sm-h2 {
    font-size: 33px;
    line-height: 124%;
  }

  .sm\:text-sm-h3 {
    font-size: 27px;
    line-height: 130%;
  }

  .sm\:text-sm-h4 {
    font-size: 22px;
    line-height: 140%;
  }

  .sm\:text-sm-h5 {
    font-size: 19px;
    line-height: 153%;
  }

  .sm\:text-sm-h6 {
    font-size: 17px;
    line-height: 154%;
  }

  .sm\:text-sm-navi {
    font-size: 16px;
    line-height: 100%;
  }

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

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

@media (min-width: 768px) {
  .md\:top-1\/2 {
    top: 50%;
  }

  .md\:\!my-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .md\:text-md-body {
    font-size: 18px;
    line-height: 140%;
  }

  .md\:text-md-body-header {
    font-size: 32px;
    line-height: 115%;
  }

  .md\:text-md-body-headline {
    font-size: 80px;
    line-height: 90%;
  }

  .md\:text-md-body-overline {
    font-size: 22px;
    line-height: 150%;
  }

  .md\:text-md-body-subline {
    font-size: 24px;
    line-height: 130%;
  }

  .md\:text-md-btn {
    font-size: 16px;
    line-height: 100%;
  }

  .md\:text-md-h1 {
    font-size: 42px;
    line-height: 119%;
  }

  .md\:text-md-h1-header {
    font-size: 42px;
    line-height: 110%;
  }

  .md\:text-md-h2 {
    font-size: 36px;
    line-height: 122%;
  }

  .md\:text-md-h3 {
    font-size: 30px;
    line-height: 126%;
  }

  .md\:text-md-h4 {
    font-size: 24px;
    line-height: 133%;
  }

  .md\:text-md-h5 {
    font-size: 20px;
    line-height: 150%;
  }

  .md\:text-md-h6 {
    font-size: 18px;
    line-height: 156%;
  }

  .md\:text-md-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1024px) {
  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:top-\[40\%\] {
    top: 40%;
  }

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

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

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

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

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

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

  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .lg\:\!h-12 {
    height: 3rem !important;
  }

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

  .lg\:\!w-12 {
    width: 3rem !important;
  }

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

  .lg\:\!gap-6 {
    gap: 1.5rem !important;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-2 {
    gap: 0.5rem;
  }

  .lg\:rounded-\[36px\] {
    border-radius: 36px;
  }

  .lg\:rounded-\[46px\] {
    border-radius: 46px;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

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

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

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

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

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

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

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

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

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

  .lg\:text-lg-body {
    font-size: 18px;
    line-height: 140%;
  }

  .lg\:text-lg-body-header {
    font-size: 32px;
    line-height: 115%;
  }

  .lg\:text-lg-body-headline {
    font-size: 80px;
    line-height: 90%;
  }

  .lg\:text-lg-body-overline {
    font-size: 22px;
    line-height: 150%;
  }

  .lg\:text-lg-body-subline {
    font-size: 24px;
    line-height: 130%;
  }

  .lg\:text-lg-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .lg\:text-lg-h1 {
    font-size: 60px;
    line-height: 120%;
  }

  .lg\:text-lg-h1-header {
    font-size: 60px;
    line-height: 110%;
  }

  .lg\:text-lg-h2 {
    font-size: 48px;
    line-height: 125%;
  }

  .lg\:text-lg-h3 {
    font-size: 36px;
    line-height: 122%;
  }

  .lg\:text-lg-h4 {
    font-size: 30px;
    line-height: 126%;
  }

  .lg\:text-lg-h5 {
    font-size: 24px;
    line-height: 133%;
  }

  .lg\:text-lg-h6 {
    font-size: 20px;
    line-height: 140%;
  }

  .lg\:text-lg-navi {
    font-size: 16px;
    line-height: 100%;
  }

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

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

@media (min-width: 1280px) {
  .xl\:bottom-\[32px\] {
    bottom: 32px;
  }

  .xl\:left-\[-46px\] {
    left: -46px;
  }

  .xl\:top-\[-46px\] {
    top: -46px;
  }

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

  .xl\:h-12 {
    height: 3rem;
  }

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

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

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

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

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

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

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

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

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

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

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

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

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

  .xl\:\!py-\[22px\] {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

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

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

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

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

  .xl\:text-xl-body {
    font-size: 20px;
    line-height: 140%;
  }

  .xl\:text-xl-body-header {
    font-size: 45px;
    line-height: 115%;
  }

  .xl\:text-xl-body-headline {
    font-size: 100px;
    line-height: 90%;
  }

  .xl\:text-xl-body-overline {
    font-size: 22px;
    line-height: 150%;
  }

  .xl\:text-xl-body-subline {
    font-size: 24px;
    line-height: 130%;
  }

  .xl\:text-xl-btn {
    font-size: 18px;
    line-height: 100%;
  }

  .xl\:text-xl-h1 {
    font-size: 72px;
    line-height: 125%;
  }

  .xl\:text-xl-h1-header {
    font-size: 70px;
    line-height: 110%;
  }

  .xl\:text-xl-h2 {
    font-size: 60px;
    line-height: 120%;
  }

  .xl\:text-xl-h3 {
    font-size: 48px;
    line-height: 125%;
  }

  .xl\:text-xl-h4 {
    font-size: 36px;
    line-height: 122%;
  }

  .xl\:text-xl-h5 {
    font-size: 30px;
    line-height: 126%;
  }

  .xl\:text-xl-h6 {
    font-size: 24px;
    line-height: 133%;
  }

  .xl\:text-xl-navi {
    font-size: 16px;
    line-height: 100%;
  }
}

@media (min-width: 1400px) {
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:w-1\/6 {
    width: 16.666667%;
  }

  .\32xl\:gap-10 {
    gap: 2.5rem;
  }

  .\32xl\:p-16 {
    padding: 4rem;
  }

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

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .\32xl\:text-2xl-navi {
    font-size: 20px;
    line-height: 100%;
  }

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

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

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

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

  .\32xl\:leading-\[155\%\] {
    line-height: 155%;
  }

  .\32xl\:leading-\[90px\] {
    line-height: 90px;
  }
}

@media (min-width: 1600px) {
  .\33xl\:left-\[-32px\] {
    left: -32px;
  }

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

  .\33xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

  .\33xl\:gap-10 {
    gap: 2.5rem;
  }

  .\33xl\:gap-5 {
    gap: 1.25rem;
  }

  .\33xl\:\!rounded-full {
    border-radius: 9999px !important;
  }

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

  .\33xl\:p-10 {
    padding: 2.5rem;
  }

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

  .\33xl\:\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .\33xl\:\!py-\[14px\] {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }

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

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

  .\33xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }
}

@media (min-width: 1740px) {
  .container\:w-1\/6 {
    width: 16.666667%;
  }
}

@media (min-width: 1920px) {
  .fhd\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

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

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

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

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

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