/* src/styles.scss */
@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Montserrat;
  src: url(/assets/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf) format("truetype-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
.h1 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 400;
}
.image-lazy {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
html {
  font-size: 1rem;
  line-height: 1.625rem;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
  font-size: 1rem;
  line-height: 1.625rem;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  font-family: Montserrat, sans-serif;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*,
::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: ;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
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;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
body {
  color: #d1d5db;
  font-size: 1rem;
  line-height: 1.5;
  min-height: 100dvh;
}
body.lock {
  overflow: hidden;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.block {
  display: block;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.w-full {
  width: 100%;
}
.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));
}
.border-none {
  border-style: none;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #1a1a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray {
  --tw-gradient-from: #2d2d2d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 45 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-black-300 {
  --tw-gradient-to: #2e2e2e var(--tw-gradient-to-position);
}
.to-gray-300 {
  --tw-gradient-to: #414141 var(--tw-gradient-to-position);
}
.fill-black {
  fill: #1a1a1a;
}
.fill-black-300 {
  fill: #2e2e2e;
}
.fill-black-300\/0 {
  fill: rgb(46 46 46 / 0);
}
.fill-black-300\/10 {
  fill: rgb(46 46 46 / 0.1);
}
.fill-black-300\/100 {
  fill: rgb(46 46 46 / 1);
}
.fill-black-300\/15 {
  fill: rgb(46 46 46 / 0.15);
}
.fill-black-300\/20 {
  fill: rgb(46 46 46 / 0.2);
}
.fill-black-300\/25 {
  fill: rgb(46 46 46 / 0.25);
}
.fill-black-300\/30 {
  fill: rgb(46 46 46 / 0.3);
}
.fill-black-300\/35 {
  fill: rgb(46 46 46 / 0.35);
}
.fill-black-300\/40 {
  fill: rgb(46 46 46 / 0.4);
}
.fill-black-300\/45 {
  fill: rgb(46 46 46 / 0.45);
}
.fill-black-300\/5 {
  fill: rgb(46 46 46 / 0.05);
}
.fill-black-300\/50 {
  fill: rgb(46 46 46 / 0.5);
}
.fill-black-300\/55 {
  fill: rgb(46 46 46 / 0.55);
}
.fill-black-300\/60 {
  fill: rgb(46 46 46 / 0.6);
}
.fill-black-300\/65 {
  fill: rgb(46 46 46 / 0.65);
}
.fill-black-300\/70 {
  fill: rgb(46 46 46 / 0.7);
}
.fill-black-300\/75 {
  fill: rgb(46 46 46 / 0.75);
}
.fill-black-300\/80 {
  fill: rgb(46 46 46 / 0.8);
}
.fill-black-300\/85 {
  fill: rgb(46 46 46 / 0.85);
}
.fill-black-300\/90 {
  fill: rgb(46 46 46 / 0.9);
}
.fill-black-300\/95 {
  fill: rgb(46 46 46 / 0.95);
}
.fill-black\/0 {
  fill: rgb(26 26 26 / 0);
}
.fill-black\/10 {
  fill: rgb(26 26 26 / 0.1);
}
.fill-black\/100 {
  fill: rgb(26 26 26 / 1);
}
.fill-black\/15 {
  fill: rgb(26 26 26 / 0.15);
}
.fill-black\/20 {
  fill: rgb(26 26 26 / 0.2);
}
.fill-black\/25 {
  fill: rgb(26 26 26 / 0.25);
}
.fill-black\/30 {
  fill: rgb(26 26 26 / 0.3);
}
.fill-black\/35 {
  fill: rgb(26 26 26 / 0.35);
}
.fill-black\/40 {
  fill: rgb(26 26 26 / 0.4);
}
.fill-black\/45 {
  fill: rgb(26 26 26 / 0.45);
}
.fill-black\/5 {
  fill: rgb(26 26 26 / 0.05);
}
.fill-black\/50 {
  fill: rgb(26 26 26 / 0.5);
}
.fill-black\/55 {
  fill: rgb(26 26 26 / 0.55);
}
.fill-black\/60 {
  fill: rgb(26 26 26 / 0.6);
}
.fill-black\/65 {
  fill: rgb(26 26 26 / 0.65);
}
.fill-black\/70 {
  fill: rgb(26 26 26 / 0.7);
}
.fill-black\/75 {
  fill: rgb(26 26 26 / 0.75);
}
.fill-black\/80 {
  fill: rgb(26 26 26 / 0.8);
}
.fill-black\/85 {
  fill: rgb(26 26 26 / 0.85);
}
.fill-black\/90 {
  fill: rgb(26 26 26 / 0.9);
}
.fill-black\/95 {
  fill: rgb(26 26 26 / 0.95);
}
.fill-danger {
  fill: #ef4444;
}
.fill-danger\/0 {
  fill: rgb(239 68 68 / 0);
}
.fill-danger\/10 {
  fill: rgb(239 68 68 / 0.1);
}
.fill-danger\/100 {
  fill: rgb(239 68 68 / 1);
}
.fill-danger\/15 {
  fill: rgb(239 68 68 / 0.15);
}
.fill-danger\/20 {
  fill: rgb(239 68 68 / 0.2);
}
.fill-danger\/25 {
  fill: rgb(239 68 68 / 0.25);
}
.fill-danger\/30 {
  fill: rgb(239 68 68 / 0.3);
}
.fill-danger\/35 {
  fill: rgb(239 68 68 / 0.35);
}
.fill-danger\/40 {
  fill: rgb(239 68 68 / 0.4);
}
.fill-danger\/45 {
  fill: rgb(239 68 68 / 0.45);
}
.fill-danger\/5 {
  fill: rgb(239 68 68 / 0.05);
}
.fill-danger\/50 {
  fill: rgb(239 68 68 / 0.5);
}
.fill-danger\/55 {
  fill: rgb(239 68 68 / 0.55);
}
.fill-danger\/60 {
  fill: rgb(239 68 68 / 0.6);
}
.fill-danger\/65 {
  fill: rgb(239 68 68 / 0.65);
}
.fill-danger\/70 {
  fill: rgb(239 68 68 / 0.7);
}
.fill-danger\/75 {
  fill: rgb(239 68 68 / 0.75);
}
.fill-danger\/80 {
  fill: rgb(239 68 68 / 0.8);
}
.fill-danger\/85 {
  fill: rgb(239 68 68 / 0.85);
}
.fill-danger\/90 {
  fill: rgb(239 68 68 / 0.9);
}
.fill-danger\/95 {
  fill: rgb(239 68 68 / 0.95);
}
.fill-default {
  fill: #d1d5db;
}
.fill-default\/0 {
  fill: rgb(209 213 219 / 0);
}
.fill-default\/10 {
  fill: rgb(209 213 219 / 0.1);
}
.fill-default\/100 {
  fill: rgb(209 213 219 / 1);
}
.fill-default\/15 {
  fill: rgb(209 213 219 / 0.15);
}
.fill-default\/20 {
  fill: rgb(209 213 219 / 0.2);
}
.fill-default\/25 {
  fill: rgb(209 213 219 / 0.25);
}
.fill-default\/30 {
  fill: rgb(209 213 219 / 0.3);
}
.fill-default\/35 {
  fill: rgb(209 213 219 / 0.35);
}
.fill-default\/40 {
  fill: rgb(209 213 219 / 0.4);
}
.fill-default\/45 {
  fill: rgb(209 213 219 / 0.45);
}
.fill-default\/5 {
  fill: rgb(209 213 219 / 0.05);
}
.fill-default\/50 {
  fill: rgb(209 213 219 / 0.5);
}
.fill-default\/55 {
  fill: rgb(209 213 219 / 0.55);
}
.fill-default\/60 {
  fill: rgb(209 213 219 / 0.6);
}
.fill-default\/65 {
  fill: rgb(209 213 219 / 0.65);
}
.fill-default\/70 {
  fill: rgb(209 213 219 / 0.7);
}
.fill-default\/75 {
  fill: rgb(209 213 219 / 0.75);
}
.fill-default\/80 {
  fill: rgb(209 213 219 / 0.8);
}
.fill-default\/85 {
  fill: rgb(209 213 219 / 0.85);
}
.fill-default\/90 {
  fill: rgb(209 213 219 / 0.9);
}
.fill-default\/95 {
  fill: rgb(209 213 219 / 0.95);
}
.fill-gray {
  fill: #2d2d2d;
}
.fill-gray-300 {
  fill: #414141;
}
.fill-gray-300\/0 {
  fill: rgb(65 65 65 / 0);
}
.fill-gray-300\/10 {
  fill: rgb(65 65 65 / 0.1);
}
.fill-gray-300\/100 {
  fill: rgb(65 65 65 / 1);
}
.fill-gray-300\/15 {
  fill: rgb(65 65 65 / 0.15);
}
.fill-gray-300\/20 {
  fill: rgb(65 65 65 / 0.2);
}
.fill-gray-300\/25 {
  fill: rgb(65 65 65 / 0.25);
}
.fill-gray-300\/30 {
  fill: rgb(65 65 65 / 0.3);
}
.fill-gray-300\/35 {
  fill: rgb(65 65 65 / 0.35);
}
.fill-gray-300\/40 {
  fill: rgb(65 65 65 / 0.4);
}
.fill-gray-300\/45 {
  fill: rgb(65 65 65 / 0.45);
}
.fill-gray-300\/5 {
  fill: rgb(65 65 65 / 0.05);
}
.fill-gray-300\/50 {
  fill: rgb(65 65 65 / 0.5);
}
.fill-gray-300\/55 {
  fill: rgb(65 65 65 / 0.55);
}
.fill-gray-300\/60 {
  fill: rgb(65 65 65 / 0.6);
}
.fill-gray-300\/65 {
  fill: rgb(65 65 65 / 0.65);
}
.fill-gray-300\/70 {
  fill: rgb(65 65 65 / 0.7);
}
.fill-gray-300\/75 {
  fill: rgb(65 65 65 / 0.75);
}
.fill-gray-300\/80 {
  fill: rgb(65 65 65 / 0.8);
}
.fill-gray-300\/85 {
  fill: rgb(65 65 65 / 0.85);
}
.fill-gray-300\/90 {
  fill: rgb(65 65 65 / 0.9);
}
.fill-gray-300\/95 {
  fill: rgb(65 65 65 / 0.95);
}
.fill-gray\/0 {
  fill: rgb(45 45 45 / 0);
}
.fill-gray\/10 {
  fill: rgb(45 45 45 / 0.1);
}
.fill-gray\/100 {
  fill: rgb(45 45 45 / 1);
}
.fill-gray\/15 {
  fill: rgb(45 45 45 / 0.15);
}
.fill-gray\/20 {
  fill: rgb(45 45 45 / 0.2);
}
.fill-gray\/25 {
  fill: rgb(45 45 45 / 0.25);
}
.fill-gray\/30 {
  fill: rgb(45 45 45 / 0.3);
}
.fill-gray\/35 {
  fill: rgb(45 45 45 / 0.35);
}
.fill-gray\/40 {
  fill: rgb(45 45 45 / 0.4);
}
.fill-gray\/45 {
  fill: rgb(45 45 45 / 0.45);
}
.fill-gray\/5 {
  fill: rgb(45 45 45 / 0.05);
}
.fill-gray\/50 {
  fill: rgb(45 45 45 / 0.5);
}
.fill-gray\/55 {
  fill: rgb(45 45 45 / 0.55);
}
.fill-gray\/60 {
  fill: rgb(45 45 45 / 0.6);
}
.fill-gray\/65 {
  fill: rgb(45 45 45 / 0.65);
}
.fill-gray\/70 {
  fill: rgb(45 45 45 / 0.7);
}
.fill-gray\/75 {
  fill: rgb(45 45 45 / 0.75);
}
.fill-gray\/80 {
  fill: rgb(45 45 45 / 0.8);
}
.fill-gray\/85 {
  fill: rgb(45 45 45 / 0.85);
}
.fill-gray\/90 {
  fill: rgb(45 45 45 / 0.9);
}
.fill-gray\/95 {
  fill: rgb(45 45 45 / 0.95);
}
.fill-info {
  fill: #3b82f6;
}
.fill-info\/0 {
  fill: rgb(59 130 246 / 0);
}
.fill-info\/10 {
  fill: rgb(59 130 246 / 0.1);
}
.fill-info\/100 {
  fill: rgb(59 130 246 / 1);
}
.fill-info\/15 {
  fill: rgb(59 130 246 / 0.15);
}
.fill-info\/20 {
  fill: rgb(59 130 246 / 0.2);
}
.fill-info\/25 {
  fill: rgb(59 130 246 / 0.25);
}
.fill-info\/30 {
  fill: rgb(59 130 246 / 0.3);
}
.fill-info\/35 {
  fill: rgb(59 130 246 / 0.35);
}
.fill-info\/40 {
  fill: rgb(59 130 246 / 0.4);
}
.fill-info\/45 {
  fill: rgb(59 130 246 / 0.45);
}
.fill-info\/5 {
  fill: rgb(59 130 246 / 0.05);
}
.fill-info\/50 {
  fill: rgb(59 130 246 / 0.5);
}
.fill-info\/55 {
  fill: rgb(59 130 246 / 0.55);
}
.fill-info\/60 {
  fill: rgb(59 130 246 / 0.6);
}
.fill-info\/65 {
  fill: rgb(59 130 246 / 0.65);
}
.fill-info\/70 {
  fill: rgb(59 130 246 / 0.7);
}
.fill-info\/75 {
  fill: rgb(59 130 246 / 0.75);
}
.fill-info\/80 {
  fill: rgb(59 130 246 / 0.8);
}
.fill-info\/85 {
  fill: rgb(59 130 246 / 0.85);
}
.fill-info\/90 {
  fill: rgb(59 130 246 / 0.9);
}
.fill-info\/95 {
  fill: rgb(59 130 246 / 0.95);
}
.fill-inherit {
  fill: inherit;
}
.fill-none {
  fill: none;
}
.fill-primary {
  fill: #c69e5c;
}
.fill-primary-300 {
  fill: #ead78e;
}
.fill-primary-300\/0 {
  fill: rgb(234 215 142 / 0);
}
.fill-primary-300\/10 {
  fill: rgb(234 215 142 / 0.1);
}
.fill-primary-300\/100 {
  fill: rgb(234 215 142 / 1);
}
.fill-primary-300\/15 {
  fill: rgb(234 215 142 / 0.15);
}
.fill-primary-300\/20 {
  fill: rgb(234 215 142 / 0.2);
}
.fill-primary-300\/25 {
  fill: rgb(234 215 142 / 0.25);
}
.fill-primary-300\/30 {
  fill: rgb(234 215 142 / 0.3);
}
.fill-primary-300\/35 {
  fill: rgb(234 215 142 / 0.35);
}
.fill-primary-300\/40 {
  fill: rgb(234 215 142 / 0.4);
}
.fill-primary-300\/45 {
  fill: rgb(234 215 142 / 0.45);
}
.fill-primary-300\/5 {
  fill: rgb(234 215 142 / 0.05);
}
.fill-primary-300\/50 {
  fill: rgb(234 215 142 / 0.5);
}
.fill-primary-300\/55 {
  fill: rgb(234 215 142 / 0.55);
}
.fill-primary-300\/60 {
  fill: rgb(234 215 142 / 0.6);
}
.fill-primary-300\/65 {
  fill: rgb(234 215 142 / 0.65);
}
.fill-primary-300\/70 {
  fill: rgb(234 215 142 / 0.7);
}
.fill-primary-300\/75 {
  fill: rgb(234 215 142 / 0.75);
}
.fill-primary-300\/80 {
  fill: rgb(234 215 142 / 0.8);
}
.fill-primary-300\/85 {
  fill: rgb(234 215 142 / 0.85);
}
.fill-primary-300\/90 {
  fill: rgb(234 215 142 / 0.9);
}
.fill-primary-300\/95 {
  fill: rgb(234 215 142 / 0.95);
}
.fill-primary-400 {
  fill: #c69e5c;
}
.fill-primary-400\/0 {
  fill: rgb(198 158 92 / 0);
}
.fill-primary-400\/10 {
  fill: rgb(198 158 92 / 0.1);
}
.fill-primary-400\/100 {
  fill: rgb(198 158 92 / 1);
}
.fill-primary-400\/15 {
  fill: rgb(198 158 92 / 0.15);
}
.fill-primary-400\/20 {
  fill: rgb(198 158 92 / 0.2);
}
.fill-primary-400\/25 {
  fill: rgb(198 158 92 / 0.25);
}
.fill-primary-400\/30 {
  fill: rgb(198 158 92 / 0.3);
}
.fill-primary-400\/35 {
  fill: rgb(198 158 92 / 0.35);
}
.fill-primary-400\/40 {
  fill: rgb(198 158 92 / 0.4);
}
.fill-primary-400\/45 {
  fill: rgb(198 158 92 / 0.45);
}
.fill-primary-400\/5 {
  fill: rgb(198 158 92 / 0.05);
}
.fill-primary-400\/50 {
  fill: rgb(198 158 92 / 0.5);
}
.fill-primary-400\/55 {
  fill: rgb(198 158 92 / 0.55);
}
.fill-primary-400\/60 {
  fill: rgb(198 158 92 / 0.6);
}
.fill-primary-400\/65 {
  fill: rgb(198 158 92 / 0.65);
}
.fill-primary-400\/70 {
  fill: rgb(198 158 92 / 0.7);
}
.fill-primary-400\/75 {
  fill: rgb(198 158 92 / 0.75);
}
.fill-primary-400\/80 {
  fill: rgb(198 158 92 / 0.8);
}
.fill-primary-400\/85 {
  fill: rgb(198 158 92 / 0.85);
}
.fill-primary-400\/90 {
  fill: rgb(198 158 92 / 0.9);
}
.fill-primary-400\/95 {
  fill: rgb(198 158 92 / 0.95);
}
.fill-primary-500 {
  fill: #b68745;
}
.fill-primary-500\/0 {
  fill: rgb(182 135 69 / 0);
}
.fill-primary-500\/10 {
  fill: rgb(182 135 69 / 0.1);
}
.fill-primary-500\/100 {
  fill: rgb(182 135 69 / 1);
}
.fill-primary-500\/15 {
  fill: rgb(182 135 69 / 0.15);
}
.fill-primary-500\/20 {
  fill: rgb(182 135 69 / 0.2);
}
.fill-primary-500\/25 {
  fill: rgb(182 135 69 / 0.25);
}
.fill-primary-500\/30 {
  fill: rgb(182 135 69 / 0.3);
}
.fill-primary-500\/35 {
  fill: rgb(182 135 69 / 0.35);
}
.fill-primary-500\/40 {
  fill: rgb(182 135 69 / 0.4);
}
.fill-primary-500\/45 {
  fill: rgb(182 135 69 / 0.45);
}
.fill-primary-500\/5 {
  fill: rgb(182 135 69 / 0.05);
}
.fill-primary-500\/50 {
  fill: rgb(182 135 69 / 0.5);
}
.fill-primary-500\/55 {
  fill: rgb(182 135 69 / 0.55);
}
.fill-primary-500\/60 {
  fill: rgb(182 135 69 / 0.6);
}
.fill-primary-500\/65 {
  fill: rgb(182 135 69 / 0.65);
}
.fill-primary-500\/70 {
  fill: rgb(182 135 69 / 0.7);
}
.fill-primary-500\/75 {
  fill: rgb(182 135 69 / 0.75);
}
.fill-primary-500\/80 {
  fill: rgb(182 135 69 / 0.8);
}
.fill-primary-500\/85 {
  fill: rgb(182 135 69 / 0.85);
}
.fill-primary-500\/90 {
  fill: rgb(182 135 69 / 0.9);
}
.fill-primary-500\/95 {
  fill: rgb(182 135 69 / 0.95);
}
.fill-primary\/0 {
  fill: rgb(198 158 92 / 0);
}
.fill-primary\/10 {
  fill: rgb(198 158 92 / 0.1);
}
.fill-primary\/100 {
  fill: rgb(198 158 92 / 1);
}
.fill-primary\/15 {
  fill: rgb(198 158 92 / 0.15);
}
.fill-primary\/20 {
  fill: rgb(198 158 92 / 0.2);
}
.fill-primary\/25 {
  fill: rgb(198 158 92 / 0.25);
}
.fill-primary\/30 {
  fill: rgb(198 158 92 / 0.3);
}
.fill-primary\/35 {
  fill: rgb(198 158 92 / 0.35);
}
.fill-primary\/40 {
  fill: rgb(198 158 92 / 0.4);
}
.fill-primary\/45 {
  fill: rgb(198 158 92 / 0.45);
}
.fill-primary\/5 {
  fill: rgb(198 158 92 / 0.05);
}
.fill-primary\/50 {
  fill: rgb(198 158 92 / 0.5);
}
.fill-primary\/55 {
  fill: rgb(198 158 92 / 0.55);
}
.fill-primary\/60 {
  fill: rgb(198 158 92 / 0.6);
}
.fill-primary\/65 {
  fill: rgb(198 158 92 / 0.65);
}
.fill-primary\/70 {
  fill: rgb(198 158 92 / 0.7);
}
.fill-primary\/75 {
  fill: rgb(198 158 92 / 0.75);
}
.fill-primary\/80 {
  fill: rgb(198 158 92 / 0.8);
}
.fill-primary\/85 {
  fill: rgb(198 158 92 / 0.85);
}
.fill-primary\/90 {
  fill: rgb(198 158 92 / 0.9);
}
.fill-primary\/95 {
  fill: rgb(198 158 92 / 0.95);
}
.fill-secondary {
  fill: #073763;
}
.fill-secondary-300 {
  fill: #4a90b8;
}
.fill-secondary-300\/0 {
  fill: rgb(74 144 184 / 0);
}
.fill-secondary-300\/10 {
  fill: rgb(74 144 184 / 0.1);
}
.fill-secondary-300\/100 {
  fill: rgb(74 144 184 / 1);
}
.fill-secondary-300\/15 {
  fill: rgb(74 144 184 / 0.15);
}
.fill-secondary-300\/20 {
  fill: rgb(74 144 184 / 0.2);
}
.fill-secondary-300\/25 {
  fill: rgb(74 144 184 / 0.25);
}
.fill-secondary-300\/30 {
  fill: rgb(74 144 184 / 0.3);
}
.fill-secondary-300\/35 {
  fill: rgb(74 144 184 / 0.35);
}
.fill-secondary-300\/40 {
  fill: rgb(74 144 184 / 0.4);
}
.fill-secondary-300\/45 {
  fill: rgb(74 144 184 / 0.45);
}
.fill-secondary-300\/5 {
  fill: rgb(74 144 184 / 0.05);
}
.fill-secondary-300\/50 {
  fill: rgb(74 144 184 / 0.5);
}
.fill-secondary-300\/55 {
  fill: rgb(74 144 184 / 0.55);
}
.fill-secondary-300\/60 {
  fill: rgb(74 144 184 / 0.6);
}
.fill-secondary-300\/65 {
  fill: rgb(74 144 184 / 0.65);
}
.fill-secondary-300\/70 {
  fill: rgb(74 144 184 / 0.7);
}
.fill-secondary-300\/75 {
  fill: rgb(74 144 184 / 0.75);
}
.fill-secondary-300\/80 {
  fill: rgb(74 144 184 / 0.8);
}
.fill-secondary-300\/85 {
  fill: rgb(74 144 184 / 0.85);
}
.fill-secondary-300\/90 {
  fill: rgb(74 144 184 / 0.9);
}
.fill-secondary-300\/95 {
  fill: rgb(74 144 184 / 0.95);
}
.fill-secondary-400 {
  fill: #073763;
}
.fill-secondary-400\/0 {
  fill: rgb(7 55 99 / 0);
}
.fill-secondary-400\/10 {
  fill: rgb(7 55 99 / 0.1);
}
.fill-secondary-400\/100 {
  fill: rgb(7 55 99 / 1);
}
.fill-secondary-400\/15 {
  fill: rgb(7 55 99 / 0.15);
}
.fill-secondary-400\/20 {
  fill: rgb(7 55 99 / 0.2);
}
.fill-secondary-400\/25 {
  fill: rgb(7 55 99 / 0.25);
}
.fill-secondary-400\/30 {
  fill: rgb(7 55 99 / 0.3);
}
.fill-secondary-400\/35 {
  fill: rgb(7 55 99 / 0.35);
}
.fill-secondary-400\/40 {
  fill: rgb(7 55 99 / 0.4);
}
.fill-secondary-400\/45 {
  fill: rgb(7 55 99 / 0.45);
}
.fill-secondary-400\/5 {
  fill: rgb(7 55 99 / 0.05);
}
.fill-secondary-400\/50 {
  fill: rgb(7 55 99 / 0.5);
}
.fill-secondary-400\/55 {
  fill: rgb(7 55 99 / 0.55);
}
.fill-secondary-400\/60 {
  fill: rgb(7 55 99 / 0.6);
}
.fill-secondary-400\/65 {
  fill: rgb(7 55 99 / 0.65);
}
.fill-secondary-400\/70 {
  fill: rgb(7 55 99 / 0.7);
}
.fill-secondary-400\/75 {
  fill: rgb(7 55 99 / 0.75);
}
.fill-secondary-400\/80 {
  fill: rgb(7 55 99 / 0.8);
}
.fill-secondary-400\/85 {
  fill: rgb(7 55 99 / 0.85);
}
.fill-secondary-400\/90 {
  fill: rgb(7 55 99 / 0.9);
}
.fill-secondary-400\/95 {
  fill: rgb(7 55 99 / 0.95);
}
.fill-secondary-500 {
  fill: #052d4f;
}
.fill-secondary-500\/0 {
  fill: rgb(5 45 79 / 0);
}
.fill-secondary-500\/10 {
  fill: rgb(5 45 79 / 0.1);
}
.fill-secondary-500\/100 {
  fill: rgb(5 45 79 / 1);
}
.fill-secondary-500\/15 {
  fill: rgb(5 45 79 / 0.15);
}
.fill-secondary-500\/20 {
  fill: rgb(5 45 79 / 0.2);
}
.fill-secondary-500\/25 {
  fill: rgb(5 45 79 / 0.25);
}
.fill-secondary-500\/30 {
  fill: rgb(5 45 79 / 0.3);
}
.fill-secondary-500\/35 {
  fill: rgb(5 45 79 / 0.35);
}
.fill-secondary-500\/40 {
  fill: rgb(5 45 79 / 0.4);
}
.fill-secondary-500\/45 {
  fill: rgb(5 45 79 / 0.45);
}
.fill-secondary-500\/5 {
  fill: rgb(5 45 79 / 0.05);
}
.fill-secondary-500\/50 {
  fill: rgb(5 45 79 / 0.5);
}
.fill-secondary-500\/55 {
  fill: rgb(5 45 79 / 0.55);
}
.fill-secondary-500\/60 {
  fill: rgb(5 45 79 / 0.6);
}
.fill-secondary-500\/65 {
  fill: rgb(5 45 79 / 0.65);
}
.fill-secondary-500\/70 {
  fill: rgb(5 45 79 / 0.7);
}
.fill-secondary-500\/75 {
  fill: rgb(5 45 79 / 0.75);
}
.fill-secondary-500\/80 {
  fill: rgb(5 45 79 / 0.8);
}
.fill-secondary-500\/85 {
  fill: rgb(5 45 79 / 0.85);
}
.fill-secondary-500\/90 {
  fill: rgb(5 45 79 / 0.9);
}
.fill-secondary-500\/95 {
  fill: rgb(5 45 79 / 0.95);
}
.fill-secondary\/0 {
  fill: rgb(7 55 99 / 0);
}
.fill-secondary\/10 {
  fill: rgb(7 55 99 / 0.1);
}
.fill-secondary\/100 {
  fill: rgb(7 55 99 / 1);
}
.fill-secondary\/15 {
  fill: rgb(7 55 99 / 0.15);
}
.fill-secondary\/20 {
  fill: rgb(7 55 99 / 0.2);
}
.fill-secondary\/25 {
  fill: rgb(7 55 99 / 0.25);
}
.fill-secondary\/30 {
  fill: rgb(7 55 99 / 0.3);
}
.fill-secondary\/35 {
  fill: rgb(7 55 99 / 0.35);
}
.fill-secondary\/40 {
  fill: rgb(7 55 99 / 0.4);
}
.fill-secondary\/45 {
  fill: rgb(7 55 99 / 0.45);
}
.fill-secondary\/5 {
  fill: rgb(7 55 99 / 0.05);
}
.fill-secondary\/50 {
  fill: rgb(7 55 99 / 0.5);
}
.fill-secondary\/55 {
  fill: rgb(7 55 99 / 0.55);
}
.fill-secondary\/60 {
  fill: rgb(7 55 99 / 0.6);
}
.fill-secondary\/65 {
  fill: rgb(7 55 99 / 0.65);
}
.fill-secondary\/70 {
  fill: rgb(7 55 99 / 0.7);
}
.fill-secondary\/75 {
  fill: rgb(7 55 99 / 0.75);
}
.fill-secondary\/80 {
  fill: rgb(7 55 99 / 0.8);
}
.fill-secondary\/85 {
  fill: rgb(7 55 99 / 0.85);
}
.fill-secondary\/90 {
  fill: rgb(7 55 99 / 0.9);
}
.fill-secondary\/95 {
  fill: rgb(7 55 99 / 0.95);
}
.fill-success {
  fill: #22c55e;
}
.fill-success\/0 {
  fill: rgb(34 197 94 / 0);
}
.fill-success\/10 {
  fill: rgb(34 197 94 / 0.1);
}
.fill-success\/100 {
  fill: rgb(34 197 94 / 1);
}
.fill-success\/15 {
  fill: rgb(34 197 94 / 0.15);
}
.fill-success\/20 {
  fill: rgb(34 197 94 / 0.2);
}
.fill-success\/25 {
  fill: rgb(34 197 94 / 0.25);
}
.fill-success\/30 {
  fill: rgb(34 197 94 / 0.3);
}
.fill-success\/35 {
  fill: rgb(34 197 94 / 0.35);
}
.fill-success\/40 {
  fill: rgb(34 197 94 / 0.4);
}
.fill-success\/45 {
  fill: rgb(34 197 94 / 0.45);
}
.fill-success\/5 {
  fill: rgb(34 197 94 / 0.05);
}
.fill-success\/50 {
  fill: rgb(34 197 94 / 0.5);
}
.fill-success\/55 {
  fill: rgb(34 197 94 / 0.55);
}
.fill-success\/60 {
  fill: rgb(34 197 94 / 0.6);
}
.fill-success\/65 {
  fill: rgb(34 197 94 / 0.65);
}
.fill-success\/70 {
  fill: rgb(34 197 94 / 0.7);
}
.fill-success\/75 {
  fill: rgb(34 197 94 / 0.75);
}
.fill-success\/80 {
  fill: rgb(34 197 94 / 0.8);
}
.fill-success\/85 {
  fill: rgb(34 197 94 / 0.85);
}
.fill-success\/90 {
  fill: rgb(34 197 94 / 0.9);
}
.fill-success\/95 {
  fill: rgb(34 197 94 / 0.95);
}
.fill-tertiary {
  fill: #FDB813;
}
.fill-tertiary\/0 {
  fill: rgb(253 184 19 / 0);
}
.fill-tertiary\/10 {
  fill: rgb(253 184 19 / 0.1);
}
.fill-tertiary\/100 {
  fill: rgb(253 184 19 / 1);
}
.fill-tertiary\/15 {
  fill: rgb(253 184 19 / 0.15);
}
.fill-tertiary\/20 {
  fill: rgb(253 184 19 / 0.2);
}
.fill-tertiary\/25 {
  fill: rgb(253 184 19 / 0.25);
}
.fill-tertiary\/30 {
  fill: rgb(253 184 19 / 0.3);
}
.fill-tertiary\/35 {
  fill: rgb(253 184 19 / 0.35);
}
.fill-tertiary\/40 {
  fill: rgb(253 184 19 / 0.4);
}
.fill-tertiary\/45 {
  fill: rgb(253 184 19 / 0.45);
}
.fill-tertiary\/5 {
  fill: rgb(253 184 19 / 0.05);
}
.fill-tertiary\/50 {
  fill: rgb(253 184 19 / 0.5);
}
.fill-tertiary\/55 {
  fill: rgb(253 184 19 / 0.55);
}
.fill-tertiary\/60 {
  fill: rgb(253 184 19 / 0.6);
}
.fill-tertiary\/65 {
  fill: rgb(253 184 19 / 0.65);
}
.fill-tertiary\/70 {
  fill: rgb(253 184 19 / 0.7);
}
.fill-tertiary\/75 {
  fill: rgb(253 184 19 / 0.75);
}
.fill-tertiary\/80 {
  fill: rgb(253 184 19 / 0.8);
}
.fill-tertiary\/85 {
  fill: rgb(253 184 19 / 0.85);
}
.fill-tertiary\/90 {
  fill: rgb(253 184 19 / 0.9);
}
.fill-tertiary\/95 {
  fill: rgb(253 184 19 / 0.95);
}
.fill-transparent {
  fill: transparent;
}
.fill-transparent\/0 {
  fill: rgb(0 0 0 / 0);
}
.fill-transparent\/10 {
  fill: rgb(0 0 0 / 0.1);
}
.fill-transparent\/100 {
  fill: rgb(0 0 0 / 1);
}
.fill-transparent\/15 {
  fill: rgb(0 0 0 / 0.15);
}
.fill-transparent\/20 {
  fill: rgb(0 0 0 / 0.2);
}
.fill-transparent\/25 {
  fill: rgb(0 0 0 / 0.25);
}
.fill-transparent\/30 {
  fill: rgb(0 0 0 / 0.3);
}
.fill-transparent\/35 {
  fill: rgb(0 0 0 / 0.35);
}
.fill-transparent\/40 {
  fill: rgb(0 0 0 / 0.4);
}
.fill-transparent\/45 {
  fill: rgb(0 0 0 / 0.45);
}
.fill-transparent\/5 {
  fill: rgb(0 0 0 / 0.05);
}
.fill-transparent\/50 {
  fill: rgb(0 0 0 / 0.5);
}
.fill-transparent\/55 {
  fill: rgb(0 0 0 / 0.55);
}
.fill-transparent\/60 {
  fill: rgb(0 0 0 / 0.6);
}
.fill-transparent\/65 {
  fill: rgb(0 0 0 / 0.65);
}
.fill-transparent\/70 {
  fill: rgb(0 0 0 / 0.7);
}
.fill-transparent\/75 {
  fill: rgb(0 0 0 / 0.75);
}
.fill-transparent\/80 {
  fill: rgb(0 0 0 / 0.8);
}
.fill-transparent\/85 {
  fill: rgb(0 0 0 / 0.85);
}
.fill-transparent\/90 {
  fill: rgb(0 0 0 / 0.9);
}
.fill-transparent\/95 {
  fill: rgb(0 0 0 / 0.95);
}
.fill-warning {
  fill: #f59e0b;
}
.fill-warning\/0 {
  fill: rgb(245 158 11 / 0);
}
.fill-warning\/10 {
  fill: rgb(245 158 11 / 0.1);
}
.fill-warning\/100 {
  fill: rgb(245 158 11 / 1);
}
.fill-warning\/15 {
  fill: rgb(245 158 11 / 0.15);
}
.fill-warning\/20 {
  fill: rgb(245 158 11 / 0.2);
}
.fill-warning\/25 {
  fill: rgb(245 158 11 / 0.25);
}
.fill-warning\/30 {
  fill: rgb(245 158 11 / 0.3);
}
.fill-warning\/35 {
  fill: rgb(245 158 11 / 0.35);
}
.fill-warning\/40 {
  fill: rgb(245 158 11 / 0.4);
}
.fill-warning\/45 {
  fill: rgb(245 158 11 / 0.45);
}
.fill-warning\/5 {
  fill: rgb(245 158 11 / 0.05);
}
.fill-warning\/50 {
  fill: rgb(245 158 11 / 0.5);
}
.fill-warning\/55 {
  fill: rgb(245 158 11 / 0.55);
}
.fill-warning\/60 {
  fill: rgb(245 158 11 / 0.6);
}
.fill-warning\/65 {
  fill: rgb(245 158 11 / 0.65);
}
.fill-warning\/70 {
  fill: rgb(245 158 11 / 0.7);
}
.fill-warning\/75 {
  fill: rgb(245 158 11 / 0.75);
}
.fill-warning\/80 {
  fill: rgb(245 158 11 / 0.8);
}
.fill-warning\/85 {
  fill: rgb(245 158 11 / 0.85);
}
.fill-warning\/90 {
  fill: rgb(245 158 11 / 0.9);
}
.fill-warning\/95 {
  fill: rgb(245 158 11 / 0.95);
}
.fill-white {
  fill: #fff;
}
.fill-white\/0 {
  fill: rgb(255 255 255 / 0);
}
.fill-white\/10 {
  fill: rgb(255 255 255 / 0.1);
}
.fill-white\/100 {
  fill: rgb(255 255 255 / 1);
}
.fill-white\/15 {
  fill: rgb(255 255 255 / 0.15);
}
.fill-white\/20 {
  fill: rgb(255 255 255 / 0.2);
}
.fill-white\/25 {
  fill: rgb(255 255 255 / 0.25);
}
.fill-white\/30 {
  fill: rgb(255 255 255 / 0.3);
}
.fill-white\/35 {
  fill: rgb(255 255 255 / 0.35);
}
.fill-white\/40 {
  fill: rgb(255 255 255 / 0.4);
}
.fill-white\/45 {
  fill: rgb(255 255 255 / 0.45);
}
.fill-white\/5 {
  fill: rgb(255 255 255 / 0.05);
}
.fill-white\/50 {
  fill: rgb(255 255 255 / 0.5);
}
.fill-white\/55 {
  fill: rgb(255 255 255 / 0.55);
}
.fill-white\/60 {
  fill: rgb(255 255 255 / 0.6);
}
.fill-white\/65 {
  fill: rgb(255 255 255 / 0.65);
}
.fill-white\/70 {
  fill: rgb(255 255 255 / 0.7);
}
.fill-white\/75 {
  fill: rgb(255 255 255 / 0.75);
}
.fill-white\/80 {
  fill: rgb(255 255 255 / 0.8);
}
.fill-white\/85 {
  fill: rgb(255 255 255 / 0.85);
}
.fill-white\/90 {
  fill: rgb(255 255 255 / 0.9);
}
.fill-white\/95 {
  fill: rgb(255 255 255 / 0.95);
}
.py-10 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 3rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration-line: underline;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-offset-2 {
  outline-offset: 2px;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-\[0\.1875rem\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0.1875rem + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    -webkit-backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[background-color\,border-color\,box-shadow\] {
  transition-property:
    background-color,
    border-color,
    box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.btn {
  border-style: solid;
  border-color: #1a1a1a;
  color: #1a1a1a;
}
.btn-block {
  width: 100%;
}
.btn-base {
  border-radius: 0.375rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.btn-lg {
  border-radius: 0.375rem;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.btn-primary {
  background-color: #b68745;
  border-color: #b68745;
  color: #fff;
}
.btn-primary:hover {
  background-color: #c69e5c;
  border-color: #c69e5c;
}
.btn-primary-outline {
  background-color: transparent;
  border-color: #c69e5c;
  color: #fff;
}
.btn-primary-outline:hover {
  background-color: #c69e5c;
}
.icon {
  line-height: 1;
  font-size: 0;
}
.icon svg {
  fill: inherit;
  width: inherit;
  height: inherit;
  min-width: inherit;
  min-height: inherit;
}
.icon-100 {
  width: 6.25rem;
  height: 6.25rem;
  min-width: 6.25rem;
  min-height: 6.25rem;
}
.icon-12 {
  width: 0.75rem;
  height: 0.75rem;
  min-width: 0.75rem;
  min-height: 0.75rem;
}
.icon-16 {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}
.icon-18 {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
}
.icon-20 {
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
}
.icon-24 {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
  min-width: 1.75rem;
  min-height: 1.75rem;
}
.icon-32 {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
}
.icon-36 {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
}
.icon-40 {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
}
.icon-48 {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  min-height: 3rem;
}
.icon-72 {
  width: 4.5rem;
  height: 4.5rem;
  min-width: 4.5rem;
  min-height: 4.5rem;
}
.focus-outline:focus-visible {
  outline-color: #c69e5c;
}
.link {
  color: #c69e5c;
  text-decoration: underline;
}
.link:hover {
  color: #b68745;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
