:root {
  --gui-primary: blue;
  --gui-primary-rgb: 0, 0, 255;
  --font-family: 'Outfit', sans-serif;
}

.img-zoom {
  overflow: hidden;
}
.img-zoom img {
  max-width: 100%;
  transition: all 0.3s linear;
}
.img-zoom:hover img, .img-zoom:focus img {
  transform: scale(1.05);
}

.ps-60,
.px-60,
.p-60 {
  padding-left: 60px;
}

.pe-60,
.px-60,
.p-60 {
  padding-right: 60px;
}

.pt-60,
.py-60,
.p-60 {
  padding-top: 60px;
}

.pb-60,
.py-60,
.p-60 {
  padding-bottom: 60px;
}

.py-70,
.pt-70 {
  padding-top: 70px;
}

.pb-70,
.py-70 {
  padding-bottom: 70px;
}

.pt-80,
.py-80 {
  padding-top: 80px;
}

.pb-80,
.py-80 {
  padding-bottom: 80px;
}

.py-90,
.pt-90 {
  padding-top: 90px;
}

.pb-90,
.py-90 {
  padding-bottom: 90px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.ratio-48x50 {
  aspect-ratio: 48/50;
}

.ratio-20 {
  aspect-ratio: 10/2;
}

.ratio-30 {
  aspect-ratio: 10/3;
}

.ratio-40 {
  aspect-ratio: 10/4;
}

.ratio-50 {
  aspect-ratio: 10/5;
}

.ratio-60 {
  aspect-ratio: 10/6;
}

.ratio-70 {
  aspect-ratio: 10/7;
}

.ratio-80 {
  aspect-ratio: 10/8;
}

.ratio-90 {
  aspect-ratio: 10/9;
}

.ratio-100 {
  aspect-ratio: 10/10;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

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

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

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

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

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

.fw-900 {
  font-weight: 900;
}

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

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

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

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

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-liquid-glass-dark {
  position: relative;
  background: linear-gradient(145deg, rgba(20, 20, 25, 0.55), rgba(10, 10, 15, 0.75));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
}

.bg-liquid-glass {
  position: relative;
  background: radial-gradient(ellipse 130% 90% at 50% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.1) 45%, rgba(255, 255, 255, 0.05) 100%);
  backdrop-filter: blur(14px) saturate(180%);
  -webkit-backdrop-filter: blur(14px) saturate(180%);
  box-shadow: 0 15px 45px -11px rgba(0, 0, 0, 0.283), 0 1px 2px rgba(0, 0, 0, 0.141), inset 0 0 8px rgba(255, 255, 255, 0.098), inset 0 4px 8px -4px rgba(0, 0, 0, 0.06), inset 0 -1px 1px rgba(255, 255, 255, 0.154), inset 0 1px 1px rgba(255, 255, 255, 0.7), inset 0 0 0 1px rgba(255, 255, 255, 0.38);
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}

.text-link {
  text-decoration: none;
}

.form-flat .form-control,
.form-flat .form-select {
  border-radius: 0;
}

.form-wrap {
  margin-bottom: 1rem;
  padding: 1.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-light);
}

.form-group {
  margin-bottom: 1rem;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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