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

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Muli;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

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

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

.top-12 {
  top: 12px;
}

.right-12 {
  right: 12px;
}

.bottom-16 {
  bottom: 16px;
}

.left-16 {
  left: 16px;
}

.right-16 {
  right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-24 {
  height: 24px;
}

.h-20 {
  height: 20px;
}

.h-full {
  height: 100%;
}

.h-77 {
  height: 77px;
}

.h-250 {
  height: 250px;
}

.h-52 {
  height: 52px;
}

.h-auto {
  height: auto;
}

.h-40 {
  height: 40px;
}

.h-18 {
  height: 18px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-full {
  width: 100%;
}

.w-200 {
  width: 200px;
}

.w-52 {
  width: 52px;
}

.flex-grow {
  flex-grow: 1;
}

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-20 {
  gap: 20px;
}

.gap-16 {
  gap: 16px;
}

.gap-1 {
  gap: 1px;
}

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-8 {
  gap: 8px;
}

.gap-6 {
  gap: 6px;
}

.overflow-hidden {
  overflow: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 10px;
}

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

.rounded-16 {
  border-radius: 16px;
}

.border {
  border-width: 1px;
}

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

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-baltic-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 40 / var(--tw-bg-opacity));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}

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

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity));
}

.bg-\[\#29873d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 135 61 / var(--tw-bg-opacity));
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity));
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}

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

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

.bg-bg-pattern {
  background-image: url('../resources/images/bg-pattern.png');
}

.bg-banner-bg {
  background-image: url('../resources/images/banner-bg.jpeg');
}

.bg-bg-pattern-size {
  background-size: 600px 150px;
}

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-left-bottom {
  background-position: left bottom;
}

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

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

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

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.stroke-3 {
  stroke-width: 3px;
}

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

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

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.p-4 {
  padding: 4px;
}

.p-12 {
  padding: 12px;
}

.p-32 {
  padding: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-28 {
  font-size: 28px;
}

.text-14 {
  font-size: 14px;
}

.text-20 {
  font-size: 20px;
}

.text-12 {
  font-size: 12px;
}

.text-13 {
  font-size: 13px;
}

.text-24 {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.text-16 {
  font-size: 16px;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.text-baltic-sea {
  --tw-text-opacity: 1;
  color: rgb(39 40 40 / var(--tw-text-opacity));
}

.text-portland-orange {
  --tw-text-opacity: 1;
  color: rgb(250 87 40 / var(--tw-text-opacity));
}

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

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-tuna {
  --tw-text-opacity: 1;
  color: rgb(48 54 71 / var(--tw-text-opacity));
}

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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);
}

.alignfull {
  margin: 8px calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 8px 0;
  max-width: undefined !important;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 2px auto;
  display: block;
}

@media (min-width: 640px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 2px;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 2px;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 4px;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 4px;
  }
}

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

.wp-caption img {
  margin-bottom: 2px;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.9rem;
  color: #4b5563;
}

.content-formated h1,
.content-formated h2,
.content-formated h3,
.content-formated h4,
.content-formated h5,
.content-formated h6 {
  margin-bottom: 8px;
  font-weight: 600;
}

.content-formated a {
  font-style: italic;
  text-decoration-line: underline;
}

.content-formated p {
  margin-bottom: 8px;
}

.content-formated ul {
  margin-bottom: 8px;
  list-style-type: disc;
  padding-left: 16px;
}

.content-formated > *:last-child {
  margin-bottom: 0;
}

.btn {
  display: flex;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}

.btn-portland-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(250 87 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-white {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 87 40 / var(--tw-text-opacity));
}

.btn-tuna {
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 71 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-baltic-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn-oslo-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pretraga-tabovi .pretraga-tabovi-navigacija {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.pretraga-tabovi .pretraga-tabovi-navigacija a {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(48 54 71 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .pretraga-tabovi .pretraga-tabovi-navigacija a {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.pretraga-tabovi .pretraga-tabovi-navigacija a:not(.active) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.pretraga-tabovi .pretraga-tabovi-sadrzaj {
  border-radius: 10px;
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(48 54 71 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
  padding: 20px;
}

@media (min-width: 1280px) {
  .pretraga-tabovi .pretraga-tabovi-sadrzaj {
    padding: 32px;
  }
}

.polje .facetwp-facet {
  margin-bottom: 0;
}

.polje .facetwp-type-hierarchy_select .facetwp-hierarchy_select {
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../resources/images/chevron-down-solid.svg');
  background-size: 14px 14px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1;
}

.polje .facetwp-type-number_range {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.polje .facetwp-type-number_range .facetwp-number {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1;
}

.polje .facetwp-type-sort select {
  height: 40px;
  width: 100%;
  min-width: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../resources/images/chevron-down-solid.svg');
  background-size: 14px 14px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1;
}

.polje .facetwp-type-dropdown .facetwp-dropdown {
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: url('../resources/images/chevron-down-solid.svg');
  background-size: 14px 14px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 1;
}

.polje-marka .facetwp-facet select:last-child {
  display: none;
}

.polje-model .facetwp-facet select:first-child {
  display: none;
}

.polje-godiste .facetwp-facet .facetwp-submit {
  display: none;
}

.polje-cijena .facetwp-facet .facetwp-submit {
  display: none;
}

.vozilo-galerija .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  height: 40px;
  width: 40px;
  --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));
  border-radius: 9999px;
  background-color: rgb(48 54 71 / 0.75);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.vozilo-galerija .slick-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 71 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .vozilo-galerija .slick-arrow {
    height: 45px;
    width: 45px;
  }
}

.vozilo-galerija .slick-prev {
  left: 16px;
  background-image: url('../resources/images/arrow-left-solid.svg');
}

.vozilo-galerija .slick-next {
  right: 16px;
  background-image: url('../resources/images/arrow-right-solid.svg');
}

.vozilo-thumbs .slick-list {
  margin-left: -4px;
  margin-right: -4px;
}

@media (min-width: 1280px) {
  .vozilo-thumbs .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.vozilo-thumbs .slick-list .slick-slide {
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 1280px) {
  .vozilo-thumbs .slick-list .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.vozilo-thumbs .slick-list .slick-slide img {
  cursor: pointer;
  border-radius: 10px;
  opacity: 0.3;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.vozilo-thumbs .slick-list .slick-slide img:hover {
  opacity: 1;
}

.vozilo-thumbs .slick-list .slick-current img {
  opacity: 1;
}

.single-vozilo .accordion {
}

.single-vozilo .accordion .accordion-header {
  position: relative;
}

.single-vozilo .accordion .accordion-header:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0%, -50%);
  width: 16px;
  height: 18px;
  background-size: cover;
}

.single-vozilo .accordion.active .accordion-header:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

.form-grid {
  display: grid;
  gap: 8px;
}

.form-grid .wpcf7-form-control-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-grid .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  --tw-translate-x: -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));
}

.form-grid .form-input {
  max-width: 100%;
  overflow: hidden;
}

.form-grid .form-input .wpcf7-text,
.form-grid .form-input .wpcf7-date {
  height: 40px;
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 12px;
  font-size: 14px;
}

.form-grid .form-input .wpcf7-select {
  height: 40px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  background-image: url('../resources/images/chevron-down-solid.svg');
  background-size: 14px 14px;
  background-position: center right 12px;
  background-repeat: no-repeat;
  padding: 12px;
  font-size: 14px;
  line-height: 1;
}

.form-grid .form-input .wpcf7-textarea {
  width: 100%;
  border-radius: 10px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 12px;
  font-size: 14px;
}

.form-grid .form-input .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.form-grid .form-input .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-grid .form-input .wpcf7-acceptance .wpcf7-list-item label span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 54 71 / var(--tw-text-opacity));
}

.form-grid .form-input .wpcf7-submit {
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 87 40 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.wpcf7 form .wpcf7-not-valid-tip {
  border-radius: 10px;
  border-width: 2px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

.slick-lightbox .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  height: 40px;
  width: 40px;
  --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));
  border-radius: 9999px;
  background-color: rgb(48 54 71 / 0.75);
  background-size: 14px;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.slick-lightbox .slick-arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 54 71 / var(--tw-bg-opacity));
}

@media (min-width: 1280px) {
  .slick-lightbox .slick-arrow {
    height: 45px;
    width: 45px;
  }
}

.slick-lightbox .slick-prev {
  left: 16px;
  background-image: url('../resources/images/arrow-left-solid.svg');
}

.slick-lightbox .slick-next {
  right: 16px;
  background-image: url('../resources/images/arrow-right-solid.svg');
}

.slick-lightbox .slick-lightbox-slick-item-inner {
  max-width: 99%;
}

.slick-lightbox .slick-lightbox-slick-img {
  max-width: 100%;
}

.facetwp-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.facetwp-pager .facetwp-page {
  margin: 0;
  display: flex;
  height: 36px;
  width: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: 700;
}

.facetwp-pager .active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 87 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header-absolute #desktop-header-menu ul li a {
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header-absolute #desktop-header-menu ul .current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(250 87 40 / var(--tw-text-opacity));
}

.site-header-relative #desktop-header-menu ul li a {
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.site-header-relative #desktop-header-menu ul .current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(250 87 40 / var(--tw-text-opacity));
}

.site-header .mobile-menu {
  position: fixed;
  top: 0;
  z-index: 99;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(39 40 40 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.site-header .mobile-menu-hide {
  left: 100%;
  opacity: 0;
}

.site-header .mobile-menu-show {
  left: 0;
  opacity: 1;
}

.site-header .mobile-menu #mobile-header-menu ul {
}

.site-header .mobile-menu #mobile-header-menu ul li {
  border-bottom-width: 1px;
  border-color: rgb(255 255 255 / 0.2);
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-header .mobile-menu #mobile-header-menu ul li:last-child {
  border-width: 0px;
}

.site-header .mobile-menu #mobile-header-menu ul .current_page_item a {
  --tw-text-opacity: 1;
  color: rgb(250 87 40 / var(--tw-text-opacity));
}

.site-header .mobile-menu #mobile-header-menu ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* Slider */

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus
{
  outline: none;
}

.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after
{
  clear: both;
}

.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide
{
  float: right;
}

.slick-slide img
{
  display: block;
}

.slick-slide.slick-loading img
{
  display: none;
}

.slick-slide.dragging img
{
  pointer-events: none;
}

.slick-initialized .slick-slide
{
  display: block;
}

.slick-loading .slick-slide
{
  visibility: hidden;
}

.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-lightbox{
  position:fixed;
  top:0;
  left:0;
  z-index:9999;
  width:100%;
  height:100%;
  background:black;
  transition:opacity 0.5s ease
}

.slick-lightbox .slick-loading .slick-list{
  background-color:transparent
}

.slick-lightbox .slick-prev{
  left:15px
}

.slick-lightbox .slick-next{
  right:15px
}

.slick-lightbox-hide{
  opacity:0
}

.slick-lightbox-hide.slick-lightbox-ie{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0)
}

.slick-lightbox-hide-init{
  position:absolute;
  top:-9999px;
  opacity:0
}

.slick-lightbox-hide-init.slick-lightbox-ie{
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter:alpha(opacity=0)
}

.slick-lightbox-inner{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%
}

.slick-lightbox-slick-item{
  text-align:center;
  overflow:hidden
}

.slick-lightbox-slick-item:before{
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle;
  margin-right:-0.25em
}

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
  position:absolute;
  bottom:0;
  left:0;
  text-align:center;
  width:100%;
  margin-bottom:20px
}

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{
  display:block;
  text-align:center
}

.slick-lightbox-slick-item-inner{
  display:inline-block;
  vertical-align:middle;
  max-width:90%;
  max-height:90%
}

.slick-lightbox-slick-img{
  margin:0 auto;
  display:block;
  max-width:90%;
  max-height:90%
}

.slick-lightbox-slick-caption{
  margin:10px 0 0;
  color:white
}

.slick-lightbox-close{
  position:absolute;
  top:15px;
  right:15px;
  display:block;
  height:20px;
  width:20px;
  line-height:0;
  font-size:0;
  cursor:pointer;
  background:transparent;
  color:transparent;
  padding:0;
  border:none
}

.slick-lightbox-close:focus{
  outline:none
}

.slick-lightbox-close:before{
  font-family:"slick";
  font-size:20px;
  line-height:1;
  color:white;
  opacity:0.85;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:'×'
}

@font-face {
  font-family: 'Muli';

  src:url('../resources/fonts/Muli-Black.woff2') format('woff2'),
        url('../resources/fonts/Muli-Black.woff') format('woff');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Muli';

  src:url('../resources/fonts/Muli-Regular.woff2') format('woff2'),
        url('../resources/fonts/Muli-Regular.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Muli';

  src:url('../resources/fonts/Muli-Bold.woff2') format('woff2'),
        url('../resources/fonts/Muli-Bold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Muli';

  src:url('../resources/fonts/Muli-SemiBold.woff2') format('woff2'),
        url('../resources/fonts/Muli-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

.last\:border-none:last-child {
  border-style: none;
}

.last\:pb-0:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .md\:gap-16 {
    gap: 16px;
  }

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

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

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

  .md\:text-40 {
    font-size: 40px;
  }

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

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

@media (min-width: 1280px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .lg\:my-32 {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-xs {
    max-width: 480px;
  }

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

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

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

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

  .lg\:gap-32 {
    gap: 32px;
  }

  .lg\:gap-20 {
    gap: 20px;
  }

  .lg\:gap-x-20 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-44 {
    font-size: 44px;
  }

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

  .lg\:text-22 {
    font-size: 22px;
  }

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