@charset "UTF-8";

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

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

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

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

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 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: "Archivo", sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container{
  width: 100%;
}

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

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

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

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

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

.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.collapse{
  visibility: collapse;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.inset-x-0{
  left: 0px;
  right: 0px;
}

.-right-2{
  right: -0.5rem;
}

.-top-2{
  top: -0.5rem;
}

.bottom-0{
  bottom: 0px;
}

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

.bottom-c-M{
  bottom: 2rem;
}

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

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

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

.top-c-M{
  top: 2rem;
}

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

.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-\[101\]{
  z-index: 101;
}

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.col-auto{
  grid-column: auto;
}

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

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

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

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

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

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

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

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

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

.m-auto{
  margin: auto;
}

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

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

.my-c-S{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-c-L{
  margin-bottom: 4rem;
}

.mb-c-M{
  margin-bottom: 2rem;
}

.mb-c-S{
  margin-bottom: 1rem;
}

.mb-c-XS{
  margin-bottom: 0.5rem;
}

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

.ml-c-XS{
  margin-left: 0.5rem;
}

.ms-0{
  margin-inline-start: 0px;
}

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

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

.mt-c-L{
  margin-top: 4rem;
}

.mt-c-M{
  margin-top: 2rem;
}

.mt-c-S{
  margin-top: 1rem;
}

.mt-c-XS{
  margin-top: 0.5rem;
}

.mt-c-XXL{
  margin-top: 8rem;
}

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[0\.697\]{
  aspect-ratio: 0.697;
}

.aspect-\[0\.738\]{
  aspect-ratio: 0.738;
}

.aspect-\[0\.77\/1\]{
  aspect-ratio: 0.77/1;
}

.aspect-\[1\.387\]{
  aspect-ratio: 1.387;
}

.aspect-\[1\.47\]{
  aspect-ratio: 1.47;
}

.aspect-\[1\.647\]{
  aspect-ratio: 1.647;
}

.aspect-\[1\.6\]{
  aspect-ratio: 1.6;
}

.aspect-\[16\/10\]{
  aspect-ratio: 16/10;
}

.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}

.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}

.h-10{
  height: 2.5rem;
}

.h-16{
  height: 4rem;
}

.h-5{
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

.h-screen{
  height: 100vh;
}

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

.min-h-0{
  min-height: 0px;
}

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

.\!w-\[min\(100\%\2c 16ch\)\]{
  width: min(100%,16ch) !important;
}

.\!w-\[min\(100\%\2c 20ch\)\]{
  width: min(100%,20ch) !important;
}

.\!w-\[min\(100\%\2c 26ch\)\]{
  width: min(100%,26ch) !important;
}

.\!w-\[min\(100\%\2c 29ch\)\]{
  width: min(100%,29ch) !important;
}

.w-10{
  width: 2.5rem;
}

.w-16{
  width: 4rem;
}

.w-5{
  width: 1.25rem;
}

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

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

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

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

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

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

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

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

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

.w-\[min\(100\%\2c 22ch\)\]{
  width: min(100%,22ch);
}

.w-c-XXS{
  width: 0.25rem;
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-max{
  width: -moz-max-content;
  width: max-content;
}

.w-px{
  width: 1px;
}

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

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

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

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

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

.max-w-prose{
  max-width: 65ch;
}

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

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

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

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

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

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

.grid-flow-col{
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-c-M{
  gap: 2rem;
}

.gap-c-S{
  gap: 1rem;
}

.gap-c-XS{
  gap: 0.5rem;
}

.gap-c-XXS{
  gap: 0.25rem;
}

.gap-y-c-L{
  row-gap: 4rem;
}

.gap-y-c-M{
  row-gap: 2rem;
}

.gap-y-c-S{
  row-gap: 1rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-graylight > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-divide-opacity, 1));
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

.border-opacity-20{
  --tw-border-opacity: 0.2;
}

.border-opacity-30{
  --tw-border-opacity: 0.3;
}

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

.bg-black\/10{
  background-color: rgb(18 18 18 / 0.1);
}

.bg-black\/50{
  background-color: rgb(18 18 18 / 0.5);
}

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

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

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

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

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

.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-black\/0{
  --tw-gradient-from: rgb(18 18 18 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 18 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/100{
  --tw-gradient-to: rgb(18 18 18 / 1) var(--tw-gradient-to-position);
}

.\!object-contain{
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

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

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

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

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

.p-\[14\.5px\]{
  padding: 14.5px;
}

.p-c-M{
  padding: 2rem;
}

.p-c-S{
  padding: 1rem;
}

.p-c-XXS{
  padding: 0.25rem;
}

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

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

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

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

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

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

.py-\[2\.5px\]{
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

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

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

.py-c-L{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-c-S{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-c-XXL{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.pb-48{
  padding-bottom: 12rem;
}

.pb-c-L{
  padding-bottom: 4rem;
}

.pb-c-M{
  padding-bottom: 2rem;
}

.pb-c-S{
  padding-bottom: 1rem;
}

.pb-c-XL{
  padding-bottom: 6rem;
}

.pb-c-XS{
  padding-bottom: 0.5rem;
}

.pb-c-XXL{
  padding-bottom: 8rem;
}

.pb-c-XXS{
  padding-bottom: 0.25rem;
}

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

.pl-c-M{
  padding-left: 2rem;
}

.pl-c-S{
  padding-left: 1rem;
}

.pr-c-M{
  padding-right: 2rem;
}

.pr-c-S{
  padding-right: 1rem;
}

.pr-c-XS{
  padding-right: 0.5rem;
}

.pt-48{
  padding-top: 12rem;
}

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

.pt-c-L{
  padding-top: 4rem;
}

.pt-c-M{
  padding-top: 2rem;
}

.pt-c-S{
  padding-top: 1rem;
}

.pt-c-XL{
  padding-top: 6rem;
}

.pt-c-XS{
  padding-top: 0.5rem;
}

.pt-c-XXL{
  padding-top: 8rem;
}

.pt-c-XXS{
  padding-top: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.leading-relaxed{
  line-height: 1.625;
}

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

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

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

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

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

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

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

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

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

.text-opacity-50{
  --tw-text-opacity: 0.5;
}

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

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

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

.opacity-50{
  opacity: 0.5;
}

.opacity-60{
  opacity: 0.6;
}

.opacity-\[0\.03\]{
  opacity: 0.03;
}

.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.\[column-rule\:2px_solid_green\]{
  -moz-column-rule: 2px solid green;
       column-rule: 2px solid green;
}

/* vars */

/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2026 Indian Type Foundry
*
* Satoshi Light
* Satoshi LightItalic
* Satoshi Regular
* Satoshi Italic
* Satoshi Medium
* Satoshi MediumItalic
* Satoshi Bold
* Satoshi BoldItalic
* Satoshi Black
* Satoshi BlackItalic
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/

@font-face {
  font-family: 'Satoshi-Light';

  src: url('./fonts/Satoshi/Satoshi-Light.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Light.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Light.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-LightItalic';

  src: url('./fonts/Satoshi/Satoshi-LightItalic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-LightItalic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Regular';

  src: url('./fonts/Satoshi/Satoshi-Regular.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Regular.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Regular.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Italic';

  src: url('./fonts/Satoshi/Satoshi-Italic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Italic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Italic.ttf') format('truetype');

  font-weight: 400;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Medium';

  src: url('./fonts/Satoshi/Satoshi-Medium.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Medium.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Medium.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: normal;

  font-feature-settings: 'ss03' on;
}

@font-face {
  font-family: 'Satoshi-MediumItalic';

  src: url('./fonts/Satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-MediumItalic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Bold';

  src: url('./fonts/Satoshi/Satoshi-Bold.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Bold.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Bold.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BoldItalic';

  src: url('./fonts/Satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-BoldItalic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-BoldItalic.ttf') format('truetype');

  font-weight: 700;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: 'Satoshi-Black';

  src: url('./fonts/Satoshi/Satoshi-Black.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Black.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Black.ttf') format('truetype');

  font-weight: 900;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-BlackItalic';

  src: url('./fonts/Satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-BlackItalic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-display: swap;

  font-style: italic;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/

@font-face {
  font-family: 'Satoshi-Variable';

  src: url('./fonts/Satoshi/Satoshi-Variable.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-Variable.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-Variable.ttf') format('truetype');

  font-weight: 300 900;

  font-display: swap;

  font-style: normal;
}

/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/

@font-face {
  font-family: 'Satoshi-VariableItalic';

  src: url('./fonts/Satoshi/Satoshi-VariableItalic.woff2') format('woff2'),
       url('./fonts/Satoshi/Satoshi-VariableItalic.woff') format('woff'),
       url('./fonts/Satoshi/Satoshi-VariableItalic.ttf') format('truetype');

  font-weight: 300 900;

  font-display: swap;

  font-style: italic;
}

@font-face {
  font-family: american-grotesk-compressed-bold;

  font-style: normal;

  font-weight: 700;

  src: url('./fonts/AmericanGrotesk/american-grotesk-compressed-bold.woff2') format('woff2');

  font-display: swap;
}

/* vars */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-size: 20px;
}

@media (max-width: 767px) {
  html {
    font-size: 10px;
  }
}

body {
  background: #F0F0F0;
  -webkit-font-smoothing: antialiased;
}

.container-fluid {
  padding-left: max(min(40px, (2.778vw) + 0px), 10px);
  padding-right: max(min(40px, (2.778vw) + 0px), 10px);
}

.contactpage .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.size-0-font {
  font-size: max(min(160px, (11.111vw) + 0px), 75px);
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  text-wrap: balance;
}

.size-1-font, .styled-content h1 {
  font-size: max(min(104px, (7.222vw) + 0px), 68px);
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  text-wrap: balance;
}

.size-1-font.table, .styled-content h1.table {
  display: table;
}

.size-1-font.no-uppercase, .styled-content h1.no-uppercase {
  text-transform: none;
}

.size-2-font, .styled-content h2 {
  font-size: max(min(80px, (5.556vw) + 0px), 52px);
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  text-wrap: balance;
}

.size-2-font.table, .styled-content h2.table {
  display: table;
}

.size-3-font, .styled-content h3 {
  font-size: max(min(64px, (4.444vw) + 0px), 40px);
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  text-wrap: balance;
}

.size-4-font, .styled-content h4 {
  font-size: max(min(52px, (3.611vw) + 0px), 36px);
  line-height: 0.8;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  text-wrap: balance;
}

.size-5-font, .styled-content h5 {
  font-size: max(min(40px, (2.778vw) + 0px), 32px);
  line-height: 0.8;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
}

#contactForm input::-moz-placeholder, #contactForm textarea::-moz-placeholder, .quote-popup input::-moz-placeholder, .quote-popup textarea::-moz-placeholder {
  font-size: max(min(18px, (1.25vw) + 0px), 18px);
  line-height: 1.4;
  font-family: "Satoshi-Medium", sans-serif;
  text-wrap: balance;
}

.size-p-big, .styled-content, #contactForm input::placeholder, #contactForm textarea::placeholder, #contactForm input, #contactForm textarea, .quote-popup input::placeholder, .quote-popup textarea::placeholder, .quote-popup input, .quote-popup textarea {
  font-size: max(min(18px, (1.25vw) + 0px), 18px);
  line-height: 1.4;
  font-family: "Satoshi-Medium", sans-serif;
  text-wrap: balance;
}

#contactForm input.nobalance::-moz-placeholder, #contactForm textarea.nobalance::-moz-placeholder, .quote-popup input.nobalance::-moz-placeholder, .quote-popup textarea.nobalance::-moz-placeholder {
  text-wrap: unset;
}

.size-p-big.nobalance, .nobalance.styled-content, #contactForm input.nobalance::placeholder, #contactForm textarea.nobalance::placeholder, #contactForm input.nobalance, #contactForm textarea.nobalance, .quote-popup input.nobalance::placeholder, .quote-popup textarea.nobalance::placeholder, .quote-popup input.nobalance, .quote-popup textarea.nobalance {
  text-wrap: unset;
}

.size-p {
  font-size: max(min(16px, (1.111vw) + 0px), 16px);
  line-height: 1.25;
  font-family: "Satoshi-Medium", sans-serif;
  text-wrap: balance;
}

.size-p-small, #contactForm input:user-invalid + span, #contactForm textarea:user-invalid + span {
  font-size: max(min(14px, (0.972vw) + 0px), 14px);
  line-height: 1.4;
  font-family: "Satoshi-Medium", sans-serif;
  text-wrap: balance;
}

.size-cta, .slide-up2, .slide-up, .floating-pill, .transparent-button, .green-button {
  font-size: max(min(13px, (0.903vw) + 0px), 13px);
  line-height: 1.5;
  letter-spacing: 5%;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Satoshi-Medium", sans-serif;
  text-wrap: balance;
}

.green-button {
  padding: 15px;
  background-color: #008000;
  color: white;
  height: 51px;
}

.invert .green-button {
  color: black;
}

.transparent-button {
  padding: 10px 20px;
  color: white;
  border-radius: 100px;
  display: inline-block;
  border: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
  background: var(--black-20, rgba(0, 0, 0, 0.2));
  backdrop-filter: blur(10px);
}

.invert .transparent-button {
  color: white;
  border: 1px solid var(--white-20, rgba(0, 0, 0, 0.2));
  background: var(--black-20, rgba(255, 255, 255, 0.2));
}

.invert .headericon {
  #filter: invert(100%);
}

.floating-pill {
  color: white;
  background: rgba(18, 18, 18, 0.8);
  backdrop-filter: blur(10px);
}

.floating-pill-button {
  border-radius: 100px;
  border: 1px solid var(--white-20, rgba(255, 255, 255, 0.2));
}

.hero-linear-gradient {
  background: linear-gradient(232deg, rgba(0, 0, 0, 0) 28.07%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-linear-gradient-2 {
  background: linear-gradient(232deg, rgba(0, 0, 0, 0) 28.07%, rgba(0, 0, 0, 0.5) 100%);
}

.hero-bottom-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

/* image fallback: themed gradient shows if a photo fails to load */

.img-fallback {
  background: linear-gradient(135deg, #1d3b22, #0e1d12 60%, #06110a);
}

/* ---------- Services hover-reveal ---------- */

.svc-text-left {
  transform: translateX(80px);
  transition: all 0.5s ease-out;
}

.svc-text-left.small {
  transform: translateX(40px);
}

.svc-text-left.grow-right {
  transform: translateX(0);
}

.svc-text-right {
  transform: translateX(-80px);
  transition: all 0.5s ease-out;
}

.svc-text-right.small {
  transform: translateX(-40px);
}

.svc-text-right.grow-right {
  transform: translateX(0);
}

.svc-img {
  clip-path: inset(0 50% 0 50%);
  flex: 0 0 auto;
  overflow: hidden;
  transition: all 0.5s ease-out;
  align-self: center;
}

.svc-img.grow-right {
  width: 0;
  clip-path: none;
}

.svc-img img {
  width: 160px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease-out;
}

.svc-img img.small {
  width: 80px;
}

.svc-list .svc-row {
  color: rgb(0, 0, 0);
}

@media (min-width: 767px) {
  .svc-list:hover .svc-row {
    color: rgba(0, 0, 0, 0.5);
  }

  .svc-list:hover .svc-row:hover {
    color: rgb(0, 0, 0);
  }
}

.word {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  white-space: nowrap;
}

.reveal .word {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  /* room for descenders (g, y, p) so they aren't clipped at rest,
     while the mask still hides characters that sit below the line */
  padding-bottom: 0.12em;
  margin-bottom: -0.12em;
}

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

.reveal.in .c {
  transform: translateY(110%);
  animation: rise 1s cubic-bezier(0.19, 1, 0.22, 1) both;
  animation-delay: calc(var(--i) * 0.1s);
}

@keyframes rise {
  from {
    transform: translateY(110%);
  }

  to {
    transform: translateY(0);
  }
}

@media (min-width: 767px) {
  .svc-row:hover .svc-text-left {
    transform: translateX(0);
  }

  .svc-row:hover .svc-text-right {
    transform: translateX(0);
  }

  .svc-row:hover .svc-img {
    clip-path: inset(0);
  }

  .svc-row:hover .svc-img.grow-right {
    width: 160px;
  }

  .svc-row:hover .svc-img.grow-right.small {
    width: 80px;
  }

  .svc-row:hover img {
    transform: scale(1.15);
  }
}

::-moz-selection {
  background: #188C36;
  color: #fff;
}

::selection {
  background: #188C36;
  color: #fff;
}

.underline {
  text-decoration: underline;
}

header.invert .green-button, .header.invert .green-button {
  background-color: #ff7fff !important;
}

.header-dropdown {
  visibility: hidden;
  z-index: 100;
  transition: visibility 0.4s ease-out;
}

.header-dropdown .overlay {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.header-dropdown .panel {
  transform: translateY(-100%);
  transition: transform 0.4s ease-out;
}

.header-dropdown.open {
  visibility: visible;
}

.header-dropdown.open .overlay {
  opacity: 1;
}

.header-dropdown.open .panel {
  transform: translateY(0);
}

.header-whatsapp {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  z-index: 102;
}

.header-whatsapp.open {
  opacity: 1;
  visibility: visible;
}

.video-popup {
  display: none;
  z-index: 102;
}

.video-popup.open {
  display: block;
}

.quote-popup {
  visibility: hidden;
  z-index: 102;
  transition: visibility 0.4s ease-out;
}

.quote-popup .overlay {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.quote-popup .panel {
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
}

.quote-popup.open {
  visibility: visible;
}

.quote-popup.open .overlay {
  opacity: 1;
}

.quote-popup.open .panel {
  transform: translateX(0);
}

.quote-popup input, .quote-popup textarea {
  background: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 11.5px 15px;
  border-radius: 0px;
  color: black;
}

.quote-popup textarea {
  height: 175px;
}

.quote-popup input:user-invalid, .quote-popup textarea:user-invalid {
  border-color: #dc2626;
}

.quote-popup input[type=radio]:user-invalid + span, .quote-popup input[type=checkbox]:user-invalid + span {
  border-color: #dc2626;
}

#contactForm input, #contactForm textarea {
  background: #F0F0F0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 11.5px 15px;
  border-radius: 0px;
  color: black;
}

#contactForm textarea {
  height: 175px;
}

#contactForm input:user-invalid, #contactForm textarea:user-invalid {
  border-color: #dc2626;
}

#contactForm input:user-invalid + span, #contactForm textarea:user-invalid + span {
  display: block !important;
  color: #dc2626;
  padding-top: 3px;
}

#contactForm input[type=radio]:user-invalid + span, #contactForm input[type=checkbox]:user-invalid + span {
  border-color: #dc2626;
}

.review-popup {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-out;
  z-index: 102;
}

.review-popup.open {
  opacity: 1;
  visibility: visible;
}

.services-popup,
.about-popup {
  visibility: hidden;
  z-index: 102;
  transition: visibility 0.4s ease-out;
}

.services-popup .overlay,
.about-popup .overlay {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.services-popup .panel,
.about-popup .panel {
  transform: translateX(100%);
  transition: transform 0.4s ease-out;
}

.services-popup.open,
.about-popup.open {
  visibility: visible;
}

.services-popup.open .overlay,
.about-popup.open .overlay {
  opacity: 1;
}

.services-popup.open .panel,
.about-popup.open .panel {
  transform: translateX(0);
}

.imageContainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.imageContainer .imageObject:not(.native) {
  padding-top: 66.667%;
}

.imageContainer .imageObject:not(.native).portrait {
  padding-top: 150%;
}

.imageContainer .imageObject:not(.native).equal {
  padding-top: 100%;
}

.imageContainer .imageObject:not(.native) img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.imageContainer .imageObject.native img {
  -o-object-fit: cover;
     object-fit: cover;
}

.slide-up {
  overflow: hidden;
  /* clip everything past one line */
  height: 19.5px;
  cursor: pointer;
}

.slide-up span {
  display: block;
  /* stack the two copies vertically */
  transition: transform 0.35s cubic-bezier(0.6, 0, 0.2, 1);
}

@media (min-width: 767px) {
  .slide-up:hover span {
    transform: translateY(-100%);
    /* slide up by one line */
  }
}

.slide-up2 {
  overflow: hidden;
  /* clip everything past one line */
  height: 40px;
  cursor: pointer;
}

.slide-up2.small {
  height: 20px;
}

.slide-up2.big {
  height: 49px;
}

.slide-up2 div {
  display: block;
  /* stack the two copies vertically */
  transition: transform 0.35s cubic-bezier(0.6, 0, 0.2, 1);
}

@media (min-width: 767px) {
  .slide-up2:hover div {
    transform: translateY(-100%);
    /* slide up by one line */
  }
}

.acc-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s ease;
}

.acc.open .acc-body {
  max-height: 360px;
  transition: max-height 0s ease;
}

.acc.open .acc-plus {
  transform: rotate(45deg);
  background: #F0F0F0;
  color: white;
}

@media (max-width: 767px) {
  .acc.open .acc-plus {
    #background: #008000 !important;
  }
}

.accordion:has(.acc.open) .acc:not(.open) > div {
  opacity: 0.5;
}

.acc-plus {
  transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease;
}

.field {
  position: relative;
}

.field label {
  display: block;
  font-size: 13px;
  color: #6a6a6a;
  margin-bottom: 8px;
}

.field input,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c9c9c5;
  border-radius: 0px;
  background: transparent;
  padding: 6px 0 10px;
  font-family: "Satoshi-Medium", sans-serif;
  font-size: 16px;
  color: #0b0b0b;
  outline: none;
  transition: border-color 0.25s ease;
}

.field input:focus,
.field textarea:focus {
  border-color: #0b0b0b;
}

.field textarea {
  resize: vertical;
  min-height: 96px;
}

.field.has-error input,
.field.has-error textarea {
  border-color: #d23a2f;
}

.field .error-msg {
  display: none;
  color: #d23a2f;
  font-size: 13px;
  margin-top: 6px;
}

.field.has-error .error-msg {
  display: block;
}

.styled-content h1 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content h5 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content h6 {
  font-size: max(min(28px, 1.944vw + 0px), 22px);
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "american-grotesk-compressed-bold", sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.styled-content p {
  margin-bottom: 1rem;
}

.styled-content ul, .styled-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.styled-content li {
  list-style-type: disc;
}

.styled-content ol li {
  list-style-type: decimal;
}

.styled-content a {
  color: #008000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.styled-content a:hover {
  opacity: 0.75;
}

.styled-content blockquote {
  border-left: 3px solid #008000;
  padding-left: 1rem;
  margin: 1.5rem 0;
  opacity: 0.8;
}

.styled-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5rem 0;
}

.styled-content strong, .styled-content b {
  font-weight: bold;
}

.styled-content em, .styled-content i {
  font-style: italic;
}

.styled-content code {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 0.15rem 0.3rem;
  font-size: 0.9rem;
}

.styled-content pre {
  font-family: monospace;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  padding: 1rem;
  overflow-x: auto;
  margin-bottom: 1rem;
}

.styled-content pre code {
  background: none;
  padding: 0;
}

.styled-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.styled-content th, .styled-content td {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem 0.75rem;
  text-align: left;
}

.styled-content th {
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.05);
}

.styled-content hr {
  margin-bottom: 2rem;
  margin-top: 2rem;
  background-color: #000000;
  opacity: 0.2;
}

/* Individual character span (added by the splitter). */

.char-shimmer .c {
  display: inline-block;
  /* so we can transform later if we want */
  white-space: pre;
  /* preserves the space characters */
  color: #CCCCCC;
  /* --- Path A: native scroll-driven animation ----------------- */
  animation: char-brighten linear both;
  animation-timeline: view();
  /* Each character animates over a slice of the timeline, offset by
     its index. `--step` shifts the start, `--dur` is the slice width.
     Larger --step  = more staggered (chars light up further apart).
     Larger --dur   = softer transition per character. */
  animation-range: cover calc(var(--i) * (100% / var(--total) - 0.15%)) cover calc(var(--i) * (100% / var(--total) - 0.15%) + 1%);
}

@keyframes char-brighten {
  to {
    color: #000000;
  }
}

/* --- Path B: fallback for browsers without scroll-timelines ---
   Parent gets a --p variable (0→1) from JS on scroll.
   Each character computes its own progress from --p and --i in pure CSS,
   so JS only writes ONE property per frame per line, no matter how
   many characters there are. */

@supports not (animation-timeline: view()) {
  .char-shimmer .c {
    animation: none;
    --start: calc(var(--i) * 0.012);
    /* mirrors --step above  */
    --dur-n: 0.18;
    /* mirrors --dur  above  */
    /* clamp((p - start) / dur, 0, 1) — per-character progress */
    --pc: clamp(0, calc((var(--p, 0) - var(--start)) / var(--dur-n)), 1);
    color: color-mix(in srgb, var(--dim), var(--bright) calc(var(--pc) * 100%));
  }
}

@media (min-width: 767px) {
  .nav-shell-animation {
    animation: reveal linear both;
    animation-timeline: scroll(root block);
    animation-range: 25px 105px;
    /* reveal across this scroll window */
  }
}

@keyframes reveal {
  from {
    /* fully tucked below the bottom edge */
    transform: translateY(calc(100% + 20px));
  }

  to {
    /* slid up, pinned */
    transform: translateY(0);
  }
}

@media (min-width: 767px) {
  .swiper-slide {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}

/* Remove the line on the very last slide */

.swiper-slide:last-child {
  border-right: none;
}

/* nav pill ↔ scroll-to-top swap when footer enters the viewport */

#nav-pill {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#nav-pill.pill-swap-out {
  opacity: 0;
  visibility: hidden;
}

#scroll-up-btn {
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

#scroll-up-btn.pill-swap-in {
  opacity: 1;
  visibility: visible;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch],
.lenis [data-lenis-prevent-vertical],
.lenis [data-lenis-prevent-horizontal] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

@media (prefers-reduced-motion: reduce) {
  .char-shimmer .c {
    animation: none;
    color: #000000;
  }
}

.hover\:border-opacity-60:hover{
  --tw-border-opacity: 0.6;
}

.peer:checked ~ .peer-checked\:bg-green{
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 0 / var(--tw-bg-opacity, 1));
}

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

@media (min-width: 768px){
  .md\:sticky{
    position: sticky;
  }

  .md\:bottom-c-S{
    bottom: 1rem;
  }

  .md\:order-1{
    order: 1;
  }

  .md\:order-2{
    order: 2;
  }

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

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }

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

  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }

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

  .md\:col-span-9{
    grid-column: span 9 / span 9;
  }

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:aspect-\[0\.817\]{
    aspect-ratio: 0.817;
  }

  .md\:aspect-\[16\/9\]{
    aspect-ratio: 16/9;
  }

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

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

  .md\:h-auto{
    height: auto;
  }

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

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

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

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

  .md\:\!w-\[min\(100\%\2c 26ch\)\]{
    width: min(100%,26ch) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-c-S{
    gap: 1rem;
  }

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

  .md\:border-l-2{
    border-left-width: 2px;
  }

  .md\:p-c-XS{
    padding: 0.5rem;
  }

  .md\:px-c-L{
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:py-\[2\.5px\]{
    padding-top: 2.5px;
    padding-bottom: 2.5px;
  }

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

  .md\:py-c-S{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-c-XS{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

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

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

  .md\:pl-c-L{
    padding-left: 4rem;
  }

  .md\:pl-c-XS{
    padding-left: 0.5rem;
  }

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

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

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

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

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

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

@media (min-width: 992px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

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

@media (min-width: 1050px){
  .xl\:block{
    display: block;
  }
}

@media (min-width: 1360px){
  .xxl\:col-span-4{
    grid-column: span 4 / span 4;
  }
}

/*# sourceMappingURL=style.css.map */