@charset "UTF-8";
@font-face {
  font-family: "Akkurat-Light";
  src: url(645acec6b440ab93cf1e.ttf);
}
@font-face {
  font-family: "Akkurat";
  src: url(f370feda377f23d8fb61.ttf);
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: Akkurat-Light, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
body {
  transition: background-color 1s ease-in-out;
  height: 100vh;
  height: 100dvh;
  max-height: 100vh;
  max-height: 100dvh;
  max-width: 100vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
body article {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
body article .home-page-image-container {
  flex-grow: 2;
  vertical-align: middle;
  display: flex;
}
body article .home-page-image-container .home-page-image {
  margin: auto auto;
}
@media (max-width: 767.98px) {
  body article .home-page-image-container .home-page-image {
    width: 100%;
    margin: auto 0;
  }
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 43px 49px;
  background: transparent;
}
@media (max-width: 767.98px) {
  header {
    padding: 40px 32px 32px 32px;
  }
}
header .logo {
  height: 50px;
  width: 78px;
}
@media (max-width: 767.98px) {
  header .logo {
    height: 35px;
    width: 55px;
  }
}

footer {
  padding: 43px 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer {
    padding: 40px 32px;
  }
}

html, body {
  max-width: 100vw;
  max-height: 100vh;
  max-height: 100dvh;
  overflow: hidden;
}

.home .text,
.mood-intro .text {
  width: 825px;
  max-width: 90vw;
  margin: 0 auto;
  text-align: center;
}
.home .label,
.mood-intro .label {
  height: 30px;
  padding-bottom: 18px;
}
.home svg path,
.mood-intro svg path {
  fill: black;
}
.home .home-page-image-container,
.mood-intro .home-page-image-container {
  position: relative;
}
.home .home-page-image,
.mood-intro .home-page-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
  display: block;
  width: 825px;
  max-width: 76vh;
  max-height: 30vh;
  object-fit: scale-down;
  opacity: 1;
  transition: opacity 1.5s;
}
.home .home-page-image.invisible,
.mood-intro .home-page-image.invisible {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .home .home-page-image,
  .mood-intro .home-page-image {
    top: 25px;
    width: 90%;
    max-width: 100vw;
    vertical-align: middle;
  }
}

.mood-intro {
  position: absolute;
  top: 30vh;
  width: 100vw;
}

footer {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

article {
  opacity: 1;
  transition: all 0.6s ease-in;
}

footer {
  opacity: 1;
  transition: opacity 0.6s ease-in;
}

body.navigate-transition-out.detail::after {
  opacity: 0 !important;
  transition: opacity 0.9s ease-out !important;
}
body.navigate-transition-out article {
  opacity: 0;
}
body.navigate-transition-out article .text,
body.navigate-transition-out article .label,
body.navigate-transition-out article .cta-button,
body.navigate-transition-out article .color-texts,
body.navigate-transition-out article .model-container,
body.navigate-transition-out article .sphere-container {
  animation: moveUp 0.8s ease-in-out;
}
body.navigate-transition-out article .home-page-image {
  animation: moveUpImage 0.8s ease-in-out;
}

@keyframes moveUp {
  20% {
    transform: translateY(-10px);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(-50px);
  }
}
@keyframes moveUpImage {
  20% {
    transform: translate(-50%, -10px);
  }
  40% {
    transform: translate(-50%, -20px);
  }
  60% {
    transform: translate(-50%, -30px);
  }
  80% {
    transform: translate(-50%, -40px);
  }
  100% {
    transform: translate(-50%, -50px);
  }
}
.cta-button {
  position: absolute;
  font-family: Akkurat;
  left: calc(50% - 80px);
  bottom: 7%;
  z-index: 10;
  color: black;
  text-decoration: none;
  margin: 0 auto;
  display: block;
  border: 1px solid #cecece;
  border-radius: 50px;
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding: 12px 28px;
  background-color: white;
}
.cta-button svg {
  transition: all 0.4s ease-in-out;
  transform: rotate(270deg);
  opacity: 0;
  width: 0;
  margin-left: 0;
}
.cta-button:hover {
  animation: none;
  left: calc(50% - 104px);
}
.cta-button:hover svg {
  transform: rotate(270deg);
  opacity: 1;
  width: 24px;
  margin-left: 15px;
}
@media (max-width: 767.98px) {
  .cta-button {
    bottom: 10%;
    padding: 8px 15px;
  }
}

.mood-page.detail .cta-button {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  font-family: Akkurat-Light;
}

html[lang=fr] .home .cta-button {
  left: calc(50% - 130px);
}
html[lang=fr] .home .cta-button:hover {
  left: calc(50% - 143.5px);
}
@media (max-width: 767.98px) {
  html[lang=fr] .home .cta-button {
    left: calc(50% - 111px);
  }
  html[lang=fr] .home .cta-button:hover {
    left: calc(50% - 130.5px);
  }
}

body.mood-page {
  position: relative;
}
body.mood-page.emotion {
  background-color: #B17D79;
}
body.mood-page.focus {
  background-color: #5473A1;
}
body.mood-page.focus::after {
  opacity: 0.8;
}
body.mood-page.nature {
  background-color: #6D8767;
}
body.mood-page.elegance {
  background-color: #969696;
}
body.mood-page.classic {
  background-color: #D0B994;
}
body.mood-page.harmony {
  background-color: #635048;
}
body.mood-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100dvh;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  background: url(4543fe1c4c14d861df49.png) lightgray 50%/cover no-repeat;
  mix-blend-mode: multiply;
  z-index: -2;
}
body.mood-page svg path {
  fill: white;
}
body.mood-page .mood-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.mood-page .mood-container .mood-intro {
  margin: auto auto;
}
body.mood-page .separator {
  padding-top: 38px;
  border-bottom: 1px solid white;
  width: 136px;
  margin: 0 auto;
}
body.mood-page .text {
  color: white;
}
body.mood-page .mood-intro-text {
  padding-top: 56px;
  width: 825px;
  max-width: 90vw;
  margin: 0 auto;
}
body.mood-page.detail::after {
  content: "";
  position: absolute;
  top: calc(50% - 40vh);
  left: calc(50% - 40vh);
  display: block;
  height: 80vh;
  width: 80vh;
  margin: auto auto;
  border-radius: 100%;
  background-blend-mode: soft-light;
  background-color: rgba(53, 46, 46, 0.3);
  z-index: -1;
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
@media (max-width: 991.98px) {
  body.mood-page.detail::after {
    height: 70vh;
    width: 70vh;
    top: calc(50% - 35vh);
    left: calc(50% - 35vh);
  }
}
@media (max-width: 767.98px) {
  body.mood-page.detail::after {
    height: 58vh;
    width: 58vh;
    top: calc(50% - 29vh);
    left: calc(50% - 29vh);
  }
}
body.mood-page.detail.animate-in::after {
  opacity: 0;
}
body.mood-page #mood-detail {
  display: none;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}
body.mood-page #mood-intro {
  transition: all 1.5s ease-in-out;
  opacity: 1;
}
body.mood-page #mood-intro.animate-out {
  opacity: 0;
  transform: translateY(-30px);
}
body.mood-page #mood-detail.animate-in {
  opacity: 1;
  transform: none;
}
body.mood-page #mood-detail.active {
  display: block;
  z-index: 1;
}

.comp-mood-menu {
  line-height: 20px;
}
@media (max-width: 767.98px) {
  .comp-mood-menu {
    line-height: 17px;
  }
}
.comp-mood-menu ol {
  list-style-type: none;
  float: left;
  padding-left: 2px;
  margin: 0;
}
.comp-mood-menu ol li {
  float: left;
  margin-right: 16px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.comp-mood-menu ol li a {
  text-indent: -999px;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}
.comp-mood-menu ol li.active, .comp-mood-menu ol li:hover {
  transform: scale(1.2);
}
@media (max-width: 767.98px) {
  .comp-mood-menu ol li {
    margin-right: 14px;
  }
  .comp-mood-menu ol li a {
    width: 17px;
    height: 17px;
  }
}
.comp-mood-menu ol li.emotion a {
  background-color: #B17D79;
}
.comp-mood-menu ol li.focus a {
  background-color: #5473A1;
}
.comp-mood-menu ol li.nature a {
  background-color: #6D8767;
}
.comp-mood-menu ol li.elegance a {
  background-color: #969696;
}
.comp-mood-menu ol li.classic a {
  background-color: #D0B994;
}
.comp-mood-menu ol li.harmony a {
  background-color: #635048;
}
.comp-mood-menu .mood-menu-label {
  display: none;
  color: white;
}
.comp-mood-menu .mood-menu-label.active {
  display: inline-block;
}

body.home .comp-mood-menu {
  display: none;
}

.sphere-container {
  width: 200px;
  height: 200px;
  background-color: transparent;
}
@media (max-width: 767.98px) {
  .sphere-container {
    width: 115px;
    height: 115px;
  }
}
.sphere-container .sphere-trigger {
  position: absolute;
  top: -5px;
  left: -10px;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.14);
  padding: 0;
  display: none;
  transition: all 0.2s ease-in-out;
}
.sphere-container .sphere-trigger span {
  display: inline-block;
  height: 78px;
  width: 78px;
  font-size: 39px;
  line-height: 75px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .sphere-container .sphere-trigger span {
    height: 60px;
    width: 60px;
    line-height: 57px;
  }
}
.sphere-container .sphere-trigger:hover {
  box-shadow: none;
  transform: scale(1.12);
}
.sphere-container .sphere-trigger:hover span {
  transform: scale(1.12);
  -webkit-animation: spin 0.2s linear 1;
  -moz-animation: spin 0.2s linear 1;
  animation: spin 0.2s linear 1;
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.model-container {
  width: 960px;
  height: 800px;
  position: absolute;
  left: calc(50% - 480px);
  opacity: 1;
  transition: opacity 0.8s ease-in-out;
}
@media (max-width: 767.98px) {
  .model-container {
    max-width: 98vw;
    max-height: 50vh;
    max-height: 50dvh;
    left: 1vw;
  }
}
.model-container.change-mood-animation {
  opacity: 0;
}

.emotion .model-container {
  top: calc(50% - 557px);
}
@media (max-width: 767.98px) {
  .emotion .model-container {
    top: 15vh;
    top: 15dvh;
  }
}

.focus .model-container {
  top: calc(50% - 472px);
}
@media (max-width: 767.98px) {
  .focus .model-container {
    top: 20vh;
    top: 20dvh;
  }
}

.nature .model-container {
  top: calc(50% - 575px);
}
@media (max-width: 767.98px) {
  .nature .model-container {
    top: 14vh;
    top: 14dvh;
  }
}

.elegance .model-container {
  top: calc(50% - 570px);
}
@media (max-width: 767.98px) {
  .elegance .model-container {
    top: 14vh;
    top: 14dvh;
  }
}

.classic .model-container {
  top: calc(50% - 560px);
}
@media (max-width: 767.98px) {
  .classic .model-container {
    top: 16vh;
    top: 16dvh;
  }
}

.harmony .model-container {
  top: calc(50% - 478px);
}
@media (max-width: 767.98px) {
  .harmony .model-container {
    top: 20vh;
    top: 20dvh;
  }
}

.color-texts div {
  margin-top: 31px;
  padding-left: 49px;
}
.color-texts div:first-child {
  margin-top: 0;
}
.color-texts div span {
  display: block;
  color: white;
}
.color-texts div span:first-child {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.color-texts div span:nth-child(2) {
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 4.5px;
  padding-top: 6px;
}
@media (max-width: 991.98px) {
  .color-texts div {
    margin-top: 12px;
  }
}
@media (max-width: 767.98px) {
  .color-texts div {
    margin-top: 15px;
    padding-left: 29px;
    max-width: 68vw;
  }
  .color-texts div span:first-child {
    font-size: 16px;
    line-height: 18px;
  }
  .color-texts div span:nth-child(2) {
    font-size: 10px;
    line-height: 12px;
  }
}
.color-texts div a {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: Akkurat-Light;
  color: white;
  text-decoration: none;
  display: inline-flex;
}
.color-texts div a::after {
  content: " ";
  display: inline-block;
  background-color: white;
  -webkit-mask-image: url(ad82dc4878954061801e.svg);
  mask-image: url(ad82dc4878954061801e.svg);
  transition: margin 0.3s linear;
  height: 24px;
  width: 24px;
  margin-left: 24px;
  align-self: center;
}
.color-texts div a:hover {
  text-decoration: underline;
}
.color-texts div a:hover::after {
  margin-left: 34px;
}
@media (max-width: 767.98px) {
  .color-texts div a {
    font-size: 16px;
    line-height: 18px;
  }
  .color-texts div a::after {
    height: 16px;
    width: 16px;
    mask-size: 16px;
  }
}

.sound-trigger {
  border: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  background: transparent;
  /* inherit font & color from ancestor */
  color: inherit;
  font: inherit;
  /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
  line-height: normal;
  /* Corrects font smoothing for webkit */
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  /* Corrects inability to style clickable `input` types in iOS */
  -webkit-appearance: none;
  width: 30px;
  height: 23px;
  position: relative;
  display: flex;
  column-gap: 5px;
  align-items: center;
}
.sound-trigger .bar {
  height: 23px;
  width: 2px;
  background-color: black;
  border-radius: 2px;
}
.sound-trigger .bar:first-child, .sound-trigger .bar:last-child {
  height: 11px;
  animation-delay: 0.2s;
}
.sound-trigger .bar:nth-child(2), .sound-trigger .bar:nth-child(4) {
  height: 17px;
  animation-delay: 0.4s;
}
.sound-trigger.playing .bar {
  animation: up-and-down 1.3s ease infinite alternate;
}
.sound-trigger.playing .bar:first-child, .sound-trigger.playing .bar:nth-child(4) {
  animation-delay: -1.2s;
}
.sound-trigger.playing .bar:nth-child(1), .sound-trigger.playing .bar:last-child {
  animation-delay: -2.4s;
}

@keyframes up-and-down {
  10% {
    height: 30%;
  }
  30% {
    height: 100%;
  }
  60% {
    height: 50%;
  }
  80% {
    height: 75%;
  }
  100% {
    height: 60%;
  }
}
body.mood-page .sound-trigger .bar {
  background-color: white;
}

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: white;
  z-index: 20;
  padding-left: 13%;
  padding-right: 13%;
  display: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (max-width: 767.98px) {
  .menu-overlay {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.menu-overlay.menu-animation {
  opacity: 1;
  transition: opacity 0.3s linear;
}
.menu-overlay .header {
  display: flex;
  justify-content: flex-end;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  .menu-overlay .header {
    padding: 7px 0 4vh 0;
  }
}
.menu-overlay .header .close {
  background: none;
  height: 68px;
  width: 68px;
  border: 1px solid #e2e2e2;
  border-radius: 100%;
  align-self: flex-end;
}
.menu-overlay .header .close svg {
  -webkit-animation: hover-out 0.3s linear 1;
  -moz-animation: hover-out 0.3s linear 1;
  animation: hover-out 0.3s linear 1;
}
.menu-overlay .header .close:hover {
  box-shadow: none;
  transform: scale(1.12);
}
.menu-overlay .header .close:hover svg {
  transform: scale(1.12);
  -webkit-animation: hover-in 0.3s linear 1;
  -moz-animation: hover-in 0.3s linear 1;
  animation: hover-in 0.3s linear 1;
}
.menu-overlay .menu ul {
  list-style: none;
  padding-left: 0;
}
.menu-overlay .menu ul li {
  height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .menu-overlay .menu ul li {
    height: 45px;
    margin-bottom: 23px;
  }
}
.menu-overlay .menu ul li a {
  color: black;
  font-family: Akkurat-Light;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .menu-overlay .menu ul li a {
    font-size: 22px;
    line-height: 32px;
  }
}
.menu-overlay .menu ul li a svg {
  margin-left: 17px;
  transition: margin 0.3s linear;
}
.menu-overlay .menu ul li a:hover {
  text-decoration: underline;
}
.menu-overlay .menu ul li a:hover svg {
  margin-left: 24px;
}
.menu-overlay .language {
  height: 30px;
  flex-grow: 2;
  display: flex;
  align-items: flex-end;
}
.menu-overlay .language ul {
  margin-bottom: 7vh;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 17px;
}
.menu-overlay .language ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-family: Akkurat-Light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-right: 17px;
  border-right: 1px solid black;
}
.menu-overlay .language ul li.active a, .menu-overlay .language ul li:hover a {
  font-family: Akkurat;
}
.menu-overlay .language ul li:last-child a {
  border: none;
}
.menu-overlay .bottom-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5vh;
  margin-bottom: 8vh;
}
.menu-overlay .bottom-row .meta-navigation {
  display: flex;
  align-items: flex-end;
}
.menu-overlay .bottom-row .meta-navigation ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  gap: 17px;
}
.menu-overlay .bottom-row .meta-navigation ul li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-family: Akkurat-Light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding-right: 17px;
  border-right: 1px solid black;
}
.menu-overlay .bottom-row .meta-navigation ul li:hover a {
  font-family: Akkurat;
}
.menu-overlay .bottom-row .meta-navigation ul li:last-child a {
  border: none;
}
.menu-overlay .socials h3, .menu-overlay .socials .h3 {
  color: #000;
  font-family: Akkurat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.menu-overlay .socials ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 23px;
  padding-left: 0;
  margin-top: 15px;
}
.menu-overlay .socials ul li {
  height: 24px;
  width: 25px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.menu-overlay .socials ul li.facebook {
  background-image: url(f775448d389e342e0b9d.svg);
}
.menu-overlay .socials ul li.instagram {
  background-image: url(58a36cdaa1a7c562441a.svg);
}
.menu-overlay .socials ul li.linkedin {
  background-image: url(ec38f8326baa97b38a6a.svg);
}
.menu-overlay .socials ul li.pinterest {
  background-image: url(1bc0ab1690c0e65cdd55.svg);
}
.menu-overlay .socials ul li.youtube {
  background-image: url(363a987a133cc8b1ed48.svg);
}
.menu-overlay .socials ul li a {
  text-indent: -9999px;
  display: inline-block;
  height: 100%;
  width: 100%;
}

body.menu-open .menu-overlay {
  display: flex;
  flex-direction: column;
}

.menu-trigger {
  cursor: pointer;
}
.menu-trigger:hover path:first-child {
  transition: 0.4s;
  d: path("m14.02791,19.93289c-0.2851,0 -0.55844,-0.1054 -0.76003,-0.293c-0.2016,-0.1875 -0.31493,-0.4418 -0.31493,-0.707c0,-0.2652 0.11333,-0.5195 0.31493,-0.707c0.2016,-0.1876 0.47493,-0.293 0.76003,-0.293l24.79766,0c0.28508,0 0.55844,0.1054 0.76,0.293c0.20156,0.1875 0.31496,0.4418 0.31496,0.707c0,0.2652 -0.11341,0.5195 -0.31496,0.707c-0.20156,0.1876 -0.47492,0.293 -0.76,0.293l-24.79766,0z");
}
.menu-trigger:hover path:last-child {
  transition: 0.4s;
  d: path("m12.59268,1.77414c0.15603,0.18754 0.36759,0.29297 0.58825,0.29297l25.92375,0c0.22065,0 0.43223,-0.10543 0.58823,-0.29297c0.15608,-0.18754 0.24378,-0.44181 0.24378,-0.70703c0,-0.26522 -0.08769,-0.5195 -0.24378,-0.70703c-0.156,-0.18754 -0.36758,-0.29297 -0.58823,-0.29297l-25.92375,0c-0.22066,0 -0.43223,0.10543 -0.58825,0.29297c-0.15603,0.18754 -0.24375,0.44181 -0.24375,0.70703c0,0.26522 0.08772,0.51949 0.24375,0.70703z");
}
.menu-trigger:hover path:nth-child(2) {
  transition: 0.4s;
  d: path("m0.49431,10.77411c0.18754,0.1876 0.44181,0.293 0.70703,0.293l31.1582,0c0.2652,0 0.5195,-0.1054 0.707,-0.293c0.1876,-0.1875 0.293,-0.4418 0.293,-0.707c0,-0.26522 -0.1054,-0.51949 -0.293,-0.70703c-0.1875,-0.18754 -0.4418,-0.29297 -0.707,-0.29297l-31.1582,0c-0.26522,0 -0.5195,0.10543 -0.70703,0.29297c-0.18754,0.18754 -0.29297,0.44181 -0.29297,0.70703c0,0.2652 0.10543,0.5195 0.29297,0.707z");
}

body.mood-page .menu-overlay svg path {
  fill: #000;
}

@keyframes hover-in {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
@keyframes hover-out {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.page-404 {
  width: 80%;
  height: 100vh;
  margin: 0 auto;
}
.page-404 .title {
  display: flex;
  width: 825px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 295px;
}
.page-404 .title span {
  font-family: Akkurat;
  font-size: 300px;
}
.page-404 .title .sphere-404 {
  height: 211px;
  width: 211px;
}
.page-404 .text {
  width: 825px;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-family: Akkurat-Light;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
.page-404 .home-link {
  width: 825px;
  margin: 25px auto 0 auto;
  text-align: center;
}
.page-404 .home-link a {
  font-family: Akkurat-Light;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: #000;
}

.dev-table th {
  font-weight: bold;
}
.dev-table th,
.dev-table td {
  padding: 25px;
  width: 175px;
  min-width: 175px;
  max-width: 175px;
}
.dev-table td:first-child {
  text-align: center;
}
.dev-table th {
  text-align: center;
}

.dev-light-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dev-light-container .dev-light-model-container div {
  border: 1px solid #dedede;
  height: 50vh;
  width: 48vw;
}

.text.label {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 17px;
}
@media (max-width: 767.98px) {
  .text.label {
    font-size: 20px;
    line-height: 30px;
  }
}
.text.intro {
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .text.intro {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 767.98px) {
  .text {
    max-width: 90%;
    margin: 0 auto;
  }
}
.text.title {
  font-size: 130px;
  font-style: normal;
  font-weight: 400;
  line-height: 168px;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .text.title {
    font-size: 60px;
    line-height: 70px;
  }
}
.text.paragraph {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (max-width: 767.98px) {
  .text.paragraph {
    font-size: 20px;
    line-height: 30px;
  }
}
