@font-face {
  font-family: "ABCOracleTriple";
  src: url("../fonts/ABCOracleTriple-Book.ttf");
  font-display: swap;
}
:root {
  --bs-root-font-size: 1vw;
  --bs-root-font-size-tablet: 1.5vw;
  --bs-root-font-size-mobile: 16px;
  --bs-gutter-x: 1vw;
  --bs-gutter-x-tablet: 1.5vw;
  --bs-gutter-x-mobile: 1rem;
}

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

*:focus {
  outline: none !important;
}

:root {
  font-size: var(--bs-root-font-size);
}
@media (max-width: 1199.98px) {
  :root {
    font-size: var(--bs-root-font-size-tablet);
  }
}
@media (max-width: 767.98px) {
  :root {
    font-size: var(--bs-root-font-size-mobile);
  }
}

body {
  margin: 0;
  font-family: "ABCOracleTriple", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
  color: #cbcbcb;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.0625rem;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  color: #cbcbcb;
}

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

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

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 {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #cbcbcb;
  text-decoration: underline;
}
a:hover {
  color: #cbcbcb;
  text-decoration: none;
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0;
}

img,
svg {
  vertical-align: middle;
}

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

table {
  width: 100%;
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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;
  border-radius: 0;
  border: 0;
  color: #cbcbcb;
  background-color: #cbcbcb;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1rem;
  height: 1rem;
  background-color: #cbcbcb;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #000;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* 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-file-upload-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;
}

embed,
iframe,
object {
  max-width: 100%;
}

.container,
.container-fluid,
.main-footer,
.main-header,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container,
.container-fluid,
.main-footer,
.main-header,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .container,
.container-fluid,
.main-footer,
.main-header,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: var(--bs-gutter-x-tablet);
    padding-left: var(--bs-gutter-x-tablet);
  }
}
@media (max-width: 767.98px) {
  .container,
.container-fluid,
.main-footer,
.main-header,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    padding-right: var(--bs-gutter-x-mobile);
    padding-left: var(--bs-gutter-x-mobile);
  }
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 45rem;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 60rem;
  }
}
.container-lg, .container-md, .container-sm, .container {
  max-width: 71.25rem;
}

.container-lg, .container-md, .container-sm, .container {
  max-width: 82.5rem;
}

.row {
  --bs-gutter-x: 1vw;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}
@media (min-width: 768px) {
  .row {
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .row {
    margin-right: calc(-.5 * var(--bs-gutter-x-tablet));
    margin-left: calc(-.5 * var(--bs-gutter-x-tablet));
  }
}
@media (max-width: 767.98px) {
  .row {
    margin-right: calc(-.5 * var(--bs-gutter-x-mobile));
    margin-left: calc(-.5 * var(--bs-gutter-x-mobile));
  }
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
}
@media (min-width: 768px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x-tablet) * .5);
    padding-left: calc(var(--bs-gutter-x-tablet) * .5);
  }
}
@media (max-width: 767.98px) {
  .row > * {
    padding-right: calc(var(--bs-gutter-x-mobile) * .5);
    padding-left: calc(var(--bs-gutter-x-mobile) * .5);
  }
}

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

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

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

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

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

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

  .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: 1200px) {
  .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.3333333333%;
  }

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

  .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;
  }
}
.fade {
  transition: opacity 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.4s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.manifesto, h1 {
  font-size: 2.625rem;
  line-height: 1.095;
}
@media (max-width: 767.98px) {
  .manifesto, h1 {
    font-size: 1.375rem;
  }
}

.text-md, h2 {
  font-size: 1.375rem;
}
@media (max-width: 767.98px) {
  .text-md, h2 {
    font-size: 1.375rem;
  }
}

.privacy-policy, .popup, h3, h4, h5, h6 {
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .privacy-policy, .popup, h3, h4, h5, h6 {
    font-size: 1rem;
  }
}

.text-xs {
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .text-xs {
    font-size: 0.75rem;
  }
}

.container-fullscreen {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  flex-wrap: wrap;
}

body, html {
  overflow: hidden;
}

.bg-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1050;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.bg-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.bg-overlay img {
  width: 50vw;
  height: auto;
  max-height: 70vh;
  -webkit-animation: imageTransition;
          animation: imageTransition;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
@media (max-width: 767.98px) {
  .bg-overlay img {
    width: 80vw;
  }
}
@-webkit-keyframes imageTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes imageTransition {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.main-header {
  background: #000;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  -moz-column-gap: 20px;
       column-gap: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  mix-blend-mode: difference;
  transition: all 0.1s;
}
.main-header a {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .main-header {
    justify-content: space-between;
    mix-blend-mode: normal;
    background: transparent;
    color: #000;
  }
  .main-header a {
    color: #000;
  }
}
@media (max-width: 767.98px) {
  .main-header.white {
    background: #fff;
  }
}
@media (max-width: 767.98px) {
  .main-header.black {
    background: #000;
    color: #cbcbcb;
  }
  .main-header.black a {
    color: #cbcbcb;
  }
  .main-header.black .scroll-to-about {
    background-color: #000;
    border-color: #cbcbcb;
  }
}

.back-to-top {
  opacity: 0;
  pointer-events: none;
  transition: all 0.1s;
}
.back-to-top.visible {
  opacity: 1;
  pointer-events: all;
}
.back-to-top span {
  white-space: nowrap;
}

.scroll-to-about {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 50vw;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
}
@media (max-width: 767.98px) {
  .scroll-to-about {
    border-color: #000;
  }
}
.scroll-to-about:hover {
  background-color: #fff;
  color: #161616;
}

.main-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #000;
  color: #fff;
}

.manifesto {
  color: #DE1919;
}
.manifesto a {
  color: #DE1919;
}

.about {
  background: #000;
}

.popup {
  position: fixed;
  right: 1vw;
  top: calc(50vh - 8.4375rem);
  width: 25rem;
  height: 16.875rem;
  overflow: scroll;
  background-color: #000;
  padding: 1.25rem;
  z-index: 50;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  display: flex;
}
.popup::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .popup {
    right: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .popup {
    width: calc(100% - 1rem*2);
    right: 1rem;
  }
}
.popup.visible {
  opacity: 1;
  pointer-events: all;
}
.popup .close {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (max-width: 767.98px) {
  .popup .close {
    width: auto;
  }
}
.popup .close a {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 50vw;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
}
.popup .close a:hover {
  background-color: #fff;
  color: #161616;
}
@media (max-width: 767.98px) {
  .popup .text {
    width: 100%;
  }
}

.parallax-container {
  perspective: 1px;
  height: 100vh;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  /*
  &::-webkit-scrollbar {
      width: 5px;
  }
  &::-webkit-scrollbar-track {
      background: $white;
  }
  &::-webkit-scrollbar-thumb {
      background: $red;
  }
  &::-webkit-scrollbar-thumb:hover {
      background: $red;
  }
  */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}
.parallax-container::-webkit-scrollbar {
  display: none;
}

.layer-back {
  transform: translateZ(-0.25px) scale(1.25);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  padding-top: 45vw;
  z-index: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .layer-back {
    padding-top: 75vw;
  }
}
@media (max-width: 767.98px) {
  .layer-back {
    padding-top: 75vh;
  }
}

.layer-front {
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.main-logo {
  padding-top: 1.25rem;
  padding-bottom: 45vh;
}
.main-logo a {
  display: block;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .main-logo {
    padding-bottom: 35vh;
  }
}
@media (max-width: 767.98px) {
  .main-logo {
    padding-bottom: 60vh;
  }
}
.main-logo svg {
  width: 11.875rem;
  height: auto;
}
@media (max-width: 767.98px) {
  .main-logo svg {
    width: 6.2225rem;
  }
}

.illustration-1 {
  padding-bottom: 6.25rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .illustration-1 {
    padding-bottom: 25rem;
  }
}
@media (max-width: 767.98px) {
  .illustration-1 {
    padding-bottom: 21.875rem;
  }
}

.illustration-2 {
  padding-bottom: 6.25rem;
}
@media (max-width: 767.98px) {
  .illustration-2 {
    padding-bottom: 7.5rem;
  }
}

.illustration-3 {
  padding-bottom: 12.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .illustration-3 {
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 767.98px) {
  .illustration-3 {
    padding-bottom: 8.125rem;
  }
}

.manifesto {
  padding-bottom: 37.5rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .manifesto {
    padding-bottom: 25rem;
  }
}
@media (max-width: 767.98px) {
  .manifesto {
    padding-bottom: 30rem;
  }
}

.image-1 {
  padding-bottom: 68.75rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-1 {
    padding-bottom: 46.875rem;
  }
}
@media (max-width: 767.98px) {
  .image-1 {
    padding-bottom: 25rem;
  }
}

.image-2 {
  padding-bottom: 103.125rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-2 {
    padding-bottom: 62.5rem;
  }
}
@media (max-width: 767.98px) {
  .image-2 {
    padding-bottom: 43.75rem;
  }
}

.image-3 {
  padding-bottom: 9.375rem;
}
@media (max-width: 767.98px) {
  .image-3 {
    padding-bottom: 6.25rem;
  }
}

.image-4 {
  padding-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-4 {
    padding-bottom: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .image-4 {
    padding-bottom: 1rem;
  }
}

.image-5 {
  padding-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-5 {
    padding-bottom: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .image-5 {
    padding-bottom: 1rem;
  }
}

.image-6 {
  padding-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-6 {
    padding-bottom: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .image-6 {
    padding-bottom: 1rem;
  }
}

.image-7 {
  padding-bottom: 93.75rem;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-7 {
    padding-bottom: 43.75rem;
  }
}
@media (max-width: 767.98px) {
  .image-7 {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .image-8 {
    padding-bottom: 1rem;
  }
}

@media (max-width: 767.98px) {
  .image-9 {
    padding-bottom: 21.875rem;
  }
}

.image-10 {
  padding-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-10 {
    padding-bottom: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .image-10 {
    padding-bottom: 1rem;
  }
}

.image-12 {
  padding-bottom: 1vw;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .image-12 {
    padding-bottom: 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .image-12 {
    padding-bottom: 1rem;
  }
}

.image-13 {
  padding-bottom: 9.375rem;
}
@media (max-width: 767.98px) {
  .image-13 {
    padding-bottom: 3.75rem;
  }
}

.credits {
  align-self: flex-end;
}

.name {
  padding-top: 0.3125rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 767.98px) {
  .name {
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
  }
}

.bio.bio-collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.space-between {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 3.75rem;
}
@media (max-width: 767.98px) {
  .space-between {
    min-height: unset;
  }
}

section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
section:first-of-type {
  padding-bottom: 9.375rem;
}
@media (max-width: 767.98px) {
  section:first-of-type {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  section:last-of-type {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

a[href^="tel:"] {
  color: #cbcbcb;
  text-decoration: none;
}

.row-gap {
  row-gap: 3.75rem;
}
@media (max-width: 767.98px) {
  .row-gap {
    row-gap: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  .row-gap-mobile {
    row-gap: 1.875rem;
  }
}

.privacy-policy {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100svh;
  height: 100vh;
  overflow: scroll;
  background-color: #000;
  padding: 1.25rem 1vw;
  z-index: -10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  display: flex;
}
.privacy-policy::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .privacy-policy {
    padding: 1.25rem 1.5vw;
  }
}
@media (max-width: 767.98px) {
  .privacy-policy {
    padding: 1.25rem 1rem;
  }
}
.privacy-policy.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 9999999;
}
.privacy-policy .close {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  padding-left: 1.25rem;
  padding-bottom: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .privacy-policy .close {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .privacy-policy .close {
    width: auto;
  }
}
.privacy-policy .close a {
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  border-radius: 50vw;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s;
}
.privacy-policy .close a:hover {
  background-color: #fff;
  color: #161616;
}
.privacy-policy .text {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .privacy-policy .text {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .privacy-policy .text {
    width: 100%;
  }
}