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

  src: url("../../fonts/Urbanist-Regular.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

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

  src: url("../../fonts/Urbanist-SemiBold.ttf") format("truetype");

  font-weight: 600;

  font-style: normal;
}

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

  src: url("../../fonts/Urbanist-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

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

  src: url("../../fonts/Urbanist-ExtraBold.ttf") format("truetype");

  font-weight: 800;

  font-style: normal;
}

/* Main Form Container */

.contact-form {
  padding: 20px;
  border-radius: 8px;
  margin: auto;
  p {
    margin-bottom: 20px;
    @media (max-width: 600px) {
      margin-bottom: 0px;
    }
  }
  /* Flexbox container for phone and email */
  .flex-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    /* Ensure inputs share equal space */
    p {
      flex: 1;
      margin-bottom: 20px;
    }
    /* Adjust input field width for responsiveness */
    input {
      width: 100%;
    }
  }
  /* Input Fields */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  textarea {
    width: 100%;
    padding: 2rem 2rem;
    border: none;
    font-size: 1.8rem;
    color: #b2b2b2;
    background-color: #f1f1f1;
  }
  /* Textarea specific */
  textarea {
    height: 150px;
    min-height: 100px;
    max-height: 250px;
    resize: vertical;
  }
  /* Checkbox styling */
  .gdpr-checkbox {
    display: flex;
    align-items: center;
    input {
      margin-right: 10px;
    }
  }
  /* Submit Button */
  input[type="submit"] {
    background-color: black;
    color: #fff;
    font-size: 1.8rem;
    padding: 1.2rem 3rem;
    font-weight: 800;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    &:hover {
      opacity: 70%;
    }
  }
  /* Responsive Design */
  @media (max-width: 600px) {
    .flex-row {
      flex-direction: column;
    }
  }
}

.accordion-item.active .plus {
  display: block;
  /* Skryje ikonu `+` při otevření */
}

.accordion-item.active .icon-minus {
  display: inline;
  /* Zobrazí ikonu `-` při otevření */
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
  padding-bottom: 5rem;
  /* Nastavte hodnotu dostatečně vysokou pro očekávaný obsah */
}

.accordion-header:hover {
  color: #828643;
  transition: color 300ms ease;
  cursor: pointer;
}

.accordion-toggle {
  .plus {
    width: 15px;
    height: 15px;
  }
  .plus rect {
    transition: transform 250ms;
    transform: scaleY(1) ease-in-out;
    transform-origin: 50% 50%;
  }
  .minus .vertical-line {
    transform: scaleY(0);
  }
}

#wpadminbar {
  @media (max-width: 1024px) {
    display: none;
  }
}

.header-fixed header {
  background-color: #fefefe;
  box-shadow: 0px 10px 50px #00000013;
}

.podnikani-nav {
  color: #fff;
}

.header-fixed .podnikani-nav {
  color: #000000;
}

.header-fixed .nav-contact {
  background-color: #828643;
}

.podnikani-nav-logo path {
  fill: #fff;
  @media screen and (max-width: 1024px) {
    fill: #000;
  }
}

.header-fixed .podnikani-nav-logo path {
  fill: #212121;
}

.nav-link {
  position: relative;
  z-index: 10;
  font-weight: normal;
  /* Normální váha písma */
  text-decoration: none;
  text-align: center;
  min-width: 100px;
  transition: font-weight 0.3s ease, transform 0.3s ease;
  /* Přechod pro plynulou změnu */
  /* Vertikální čára na vrchu stránky */
  &::before {
    content: "";
    position: absolute;
    top: -60px;
    /* Čára bude začínat nad odkazem */
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    /* Šířka vertikální čáry */
    height: 0;
    /* Výchozí výška čáry je 0, aby byla neviditelná */
    background-color: black;
    /* Barva čáry */
    transition: height 0.3s ease;
    /* Plynulý přechod čáry */
  }
  &:hover {
    text-shadow: 0 0 0.5px black;
    &::before {
      height: 55px;
      /* Čára se objeví a bude svislá (třeba 20px) */
    }
  }
}

/* DROPDOWN MENU */

.group:hover > ul {
  display: block;
}

.group:hover > ul::before {
  content: "";
  position: absolute;
  top: -56px;
  /* Nastavte výšku podle mezery */
  left: 0;
  right: 0;
  height: 56px;
  /* Výška pseudo-prvku pokrývající mezeru */
}

.svg-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.bubble-content {
  position: absolute;
  top: -50%;
  left: 50%;
  z-index: 100;
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  border-radius: 8px;
  color: black;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;
  pointer-events: none;
}

/* Zobrazení bubliny na desktopu při hoveru */

.svg-container:hover .bubble-content,
.svg-container.show .bubble-content {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.hexagon {
  opacity: 1;
  transition: all 0.3s ease;
  overflow: visible;
  fill: #fd5f26;
  transform-origin: center center;
}

/* Media queries pro mobilní zařízení - zmenšení bodu */

@media screen and (max-width: 1024px) {
  .hexagon {
    r: 10 !important;
  }
}

/* Styl při hoveru na desktopu a při zobrazení na mobilu */

.svg-container:hover .hexagon,
.svg-container.show .hexagon {
  scale: 2;
}

.hexagon1 {
  opacity: 1;
  transition: opacity 200ms ease;
}

.logo-hexagon {
  opacity: 0;
  width: 0;
  position: absolute;
  height: 0;
  transform: scale(1);
  transition: opacity 200ms ease 200ms, transform 300ms ease 500ms;
}

.svg-container:hover .logo-hexagon,
.svg-container.show .logo-hexagon {
  opacity: 1;
  width: auto;
  height: auto;
  transform: scale(1.5);
}

.svg-container:hover .hexagon1,
.svg-container.show .hexagon1 {
  opacity: 0;
}

.realizace-slider .slide {
  position: relative;
  overflow: hidden;
}

.slide img {
  width: 100%;
  display: block;
}

.slide-overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  padding: 1rem 3rem;
  background: rgba(0, 0, 0, 1);
  /* Poloprůhledné pozadí */
  color: white;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s ease;
}

.slide:hover .slide-overlay {
  opacity: 1;
  transform: translateY(0);
}

.slick-slide {
  margin: 0 10px;
}

/* the parent */

.slick-list {
  margin: 0 -10px;
}

*, ::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.13 | 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] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

h1 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #4A423B;
}

@media (min-width: 768px) {
  h1 {
    font-size: 6.5rem;
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  h1 {
    font-size: 7.2rem;
    line-height: 1.25;
  }
}

h2 {
  font-size: 4rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h2 {
    font-size: 4rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 4.8rem;
    line-height: 1.25;
  }
}

h3 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h3 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  h3 {
    font-size: 3.2rem;
    line-height: 1.25;
  }
}

h4 {
  font-size: 2.3rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  h4 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  h4 {
    font-size: 2.8rem;
    line-height: 1.25;
  }
}

h5 {
  font-size: 1.7rem;
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 1rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
}

ul,
  ol {
  &:not(.list-none) {
    margin-bottom: 1rem;
  }
  &:not(.list-none) {
    padding-inline-start: 1rem;
  }
  &.list-none {
    margin-bottom: 1rem;
  }
  li {
    /* &:not(:last-of-type) {
        margin-bottom: 0.5rem;
      } */
  }
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 100%) {
  .container {
    max-width: 100%;
  }
}

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

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

.btn-black {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  font-weight: 800;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

.btn-black:hover {
  opacity: 0.8;
}

@media (min-width: 640px) {
  .btn-black {
    padding: 0.85rem 1.75rem;
  }
}

@media (min-width: 768px) {
  .btn-black {
    padding: 1rem 2rem;
  }
}

@media (min-width: 1024px) {
  .btn-black {
    padding: 1.25rem 2.25rem;
  }
}

.btn-secondary-600 {
  background-color: #828643;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  font-weight: 800;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

.btn-secondary-600:hover {
  opacity: 0.8;
  transititon: all 300ms ease;
}

@media (min-width: 640px) {
  .btn-secondary-600 {
    padding: 0.85rem 1.75rem;
  }
}

@media (min-width: 768px) {
  .btn-secondary-600 {
    padding: 1rem 2rem;
  }
}

@media (min-width: 1024px) {
  .btn-secondary-600 {
    padding: 1.25rem 2.25rem;
  }
}

.btn-tertiary-600 {
  background-color: #212121;
  color: #fff;
  font-size: 1.6rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0;
  font-weight: 800;
  display: inline-block;
  white-space: nowrap;
  text-align: center;
}

.btn-tertiary-600:hover {
  opacity: 0.8;
  transititon: all 300ms ease;
}

@media (min-width: 640px) {
  .btn-tertiary-600 {
    padding: 0.85rem 1.75rem;
  }
}

@media (min-width: 768px) {
  .btn-tertiary-600 {
    padding: 1rem 2rem;
  }
}

@media (min-width: 1024px) {
  .btn-tertiary-600 {
    padding: 1.25rem 2.25rem;
  }
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-44 {
  bottom: 11rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.left-0 {
  left: 0px;
}

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

.left-1\/4 {
  left: 25%;
}

.left-16 {
  left: 4rem;
}

.left-80 {
  left: 20rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-20 {
  right: 5rem;
}

.right-40 {
  right: 10rem;
}

.right-72 {
  right: 18rem;
}

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

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

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

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

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

.top-1\/4 {
  top: 25%;
}

.top-28 {
  top: 7rem;
}

.top-32 {
  top: 8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-20 {
  top: 5rem;
}

.top-40 {
  top: 10rem;
}

.top-80 {
  top: 20rem;
}

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

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

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

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

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

.\!z-20 {
  z-index: 20 !important;
}

.\!z-50 {
  z-index: 50 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

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

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

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

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

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

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

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

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

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

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

.me-2 {
  margin-inline-end: 0.5rem;
}

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

.ms-2 {
  margin-inline-start: 0.5rem;
}

.ms-auto {
  margin-inline-start: auto;
}

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

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

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

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

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

.mr-20 {
  margin-right: 5rem;
}

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

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

.h-4 {
  height: 1rem;
}

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

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

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

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

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

.h-\[65vh\] {
  height: 65vh;
}

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

.h-\[calc\(100vh-10px\)\] {
  height: calc(100vh - 10px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-separate {
  border-collapse: separate;
}

.border-spacing-2 {
  --tw-border-spacing-x: 0.5rem;
  --tw-border-spacing-y: 0.5rem;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}

.translate-x-\[-50\%\] {
  --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-\[-100\%\] {
  --tw-translate-y: -100%;
  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-\[-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));
}

.translate-y-\[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));
}

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

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

.border-t {
  border-top-width: 1px;
}

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

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

.bg-\[\#4A423B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 66 59 / var(--tw-bg-opacity));
}

.bg-\[\#E4E3E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 227 226 / var(--tw-bg-opacity));
}

.bg-\[\#E6E7D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 231 217 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 172 148 / var(--tw-bg-opacity));
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 66 59 / var(--tw-bg-opacity));
}

.bg-secondary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 134 67 / var(--tw-bg-opacity));
}

.bg-tertiary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.bg-tertiary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(227 227 227 / var(--tw-bg-opacity));
}

.bg-tertiary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-5 {
  padding: 1.25rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-urbanist {
  font-family: Urbanist, sans-serif;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

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

.text-\[1\.7rem\] {
  font-size: 1.7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-3 {
  line-height: .75rem;
}

.leading-8 {
  line-height: 2rem;
}

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

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

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

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

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

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

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(241 232 226 / var(--tw-text-opacity));
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(204 172 148 / var(--tw-text-opacity));
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(74 66 59 / var(--tw-text-opacity));
}

.text-secondary-600 {
  --tw-text-opacity: 1;
  color: rgb(130 134 67 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-tertiary-300 {
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity));
}

.text-tertiary-600 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-15 {
  opacity: 0.15;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-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;
}

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

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

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

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.hover\:scale-\[1\.15\]:hover {
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 172 148 / var(--tw-bg-opacity));
}

.hover\:text-\[\#CCAC94\]:hover {
  --tw-text-opacity: 1;
  color: rgb(204 172 148 / var(--tw-text-opacity));
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(204 172 148 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:translate-y-\[0\%\] {
  --tw-translate-y: 0%;
  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\:rotate-\[-45deg\] {
  --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));
}

.group:hover .group-hover\:fill-primary-300 {
  fill: #F1E8E2;
}

.group:hover .group-hover\:fill-primary-900 {
  fill: #4A423B;
}

.group:hover .group-hover\:fill-secondary-600 {
  fill: #828643;
}

.group:hover .group-hover\:stroke-none {
  stroke: none;
}

.group:hover .group-hover\:stroke-primary-300 {
  stroke: #F1E8E2;
}

.group:hover .group-hover\:stroke-primary-900 {
  stroke: #4A423B;
}

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

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

@media not all and (min-width: 1024px) {
  .max-lg\:bottom-\[520px\] {
    bottom: 520px;
  }

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

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

  .max-lg\:mt-24 {
    margin-top: 6rem;
  }

  .max-lg\:mt-40 {
    margin-top: 10rem;
  }

  .max-lg\:hidden {
    display: none;
  }

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

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

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

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

  .max-lg\:gap-20 {
    gap: 5rem;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:hidden {
    display: none;
  }

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

@media (min-width: 640px) {
  .sm\:ms-3 {
    margin-inline-start: 0.75rem;
  }

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

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

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

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:border-0 {
    border-width: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.75rem\] {
    line-height: 1.75rem;
  }
}

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

  .lg\:bottom-16 {
    bottom: 4rem;
  }

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

  .lg\:left-\[-100px\] {
    left: -100px;
  }

  .lg\:left-\[-130px\] {
    left: -130px;
  }

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

  .lg\:left-\[45vw\] {
    left: 45vw;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-\[-100px\] {
    right: -100px;
  }

  .lg\:right-\[-110px\] {
    right: -110px;
  }

  .lg\:right-\[-300px\] {
    right: -300px;
  }

  .lg\:right-\[-90px\] {
    right: -90px;
  }

  .lg\:right-\[1\%\] {
    right: 1%;
  }

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

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

  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:top-\[-110px\] {
    top: -110px;
  }

  .lg\:top-\[-140px\] {
    top: -140px;
  }

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

  .lg\:top-\[-70px\] {
    top: -70px;
  }

  .lg\:top-\[-90px\] {
    top: -90px;
  }

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

  .lg\:top-\[270px\] {
    top: 270px;
  }

  .lg\:top-\[290px\] {
    top: 290px;
  }

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

  .lg\:top-\[47\%\] {
    top: 47%;
  }

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

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

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

  .lg\:ml-40 {
    margin-left: 10rem;
  }

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:h-\[calc\(100vh-132px\)\] {
    height: calc(100vh - 132px);
  }

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

  @media (min-width: 1024px) {
    .lg\:lg\:w-1\/2 {
      width: 50%;
    }
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .lg\:translate-y-\[-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));
  }

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-40 {
    gap: 10rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:opacity-100 {
    opacity: 1;
  }

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

@media (min-width: 1280px) {
  .xl\:right-\[-100px\] {
    right: -100px;
  }

  .xl\:right-\[20\%\] {
    right: 20%;
  }

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

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

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

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

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

  .xl\:gap-20 {
    gap: 5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:right-\[-220px\] {
    right: -220px;
  }

  .\32xl\:h-\[110rem\] {
    height: 110rem;
  }

  .\32xl\:w-\[55vw\] {
    width: 55vw;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  font-family: "Urbanist", sans-serif;
  line-height: 28px;
}

.body2 {
  font-size: 1.5rem;
  line-height: 24px;
  letter-spacing: 1%;
}

/* COMMON STYLES */

.line {
  border-left: 1px solid #f8f8f8;
  /* Světle šedá barva čáry */
  height: 100%;
  /* Zajišťuje, že čáry budou mít výšku rodičovského elementu */
}

.sectors-nav-btn {
  text-decoration: none;
}

.sectors-nav-btn.active {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .sectors-container:after {
    content: "";
    position: absolute;
    bottom: -290px;
    /* Adjust the depth of the triangle */
    left: 0;
    width: 100%;
    height: 291px;
    /* Adjust this to control the size of the triangle */
    background-color: inherit;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    /* Creates a sharper point */
  }
}

.bg-lines {
  background: linear-gradient(90deg, #fff calc(100% - 1px), #8c8c8c2f 0);
  background-size: calc((100% - 0px) / 6 + 0px) 100%;
  @media screen and (max-width: 1200px) {
    background: linear-gradient(90deg, #fff calc(100% - 1px), #8c8c8c2f 0);

    background-size: calc((100% - 2px) / 4 + 1px) 100%;
  }
  @media screen and (max-width: 900px) {
    background: none;
  }
}
