@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-SemiBold.ttf");
  font-display: swap;
  font-weight: bold;
}
:root {
  --bs-root-font-size: 16px;
  --bs-root-font-size-mobile: 16px;
  --bs-gutter-x: 40px;
}

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

*:focus {
  outline: none;
}

*:focus-visible {
  outline: 1px dotted lightblue;
}

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

body {
  margin: 0;
  font-family: "Quicksand", sans-serif;
  font-size: 1.1375rem;
  font-weight: normal;
  line-height: 1.3;
  text-align: left;
  color: #2E3A45;
  background-color: #FCFAED;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(46, 58, 69, 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: #2E3A45;
}

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: #2E3A45;
  text-decoration: none;
}
@media (pointer: fine) {
  a:hover {
    color: #2E3A45;
    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: #FCFAED;
  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;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  color: #2E3A45;
  background-color: #a4a4a4;
}

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

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,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x);
  padding-left: var(--bs-gutter-x);
}

@media (min-width: 768px) {
  .container-sm, .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 1280px) {
  .container-md, .container-sm, .container {
    max-width: 45rem;
  }
}
@media (min-width: 2000px) {
  .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: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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: 768px) {
  .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: 1280px) {
  .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: 2000px) {
  .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.1s linear;
}
@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.1s linear;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.1s linear;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.1s linear;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #FCFAED;
  background-clip: padding-box;
  border: 1px solid rgba(46, 58, 69, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #2E3A45;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #2E3A45;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.3;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #2E3A45;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 31.25rem;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 18.75rem;
  }
}
@media (min-width: 2000px) {
  .modal-lg,
.modal-xl {
    max-width: 50rem;
  }
}
.modal-xl {
  max-width: 71.25rem;
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 767.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1999.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
body {
  font-size: 1.625rem;
}
@media (max-width: 1999.98px) {
  body {
    font-size: 1.1375rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 1rem;
  }
}

.section-highlight, h1 {
  font-size: 3.125rem;
  line-height: 1.2;
}
@media (max-width: 1999.98px) {
  .section-highlight, h1 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  .section-highlight, h1 {
    font-size: 1.45rem;
  }
}

.text-md-lg {
  font-size: 2.5rem;
}
@media (max-width: 1999.98px) {
  .text-md-lg {
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  .text-md-lg {
    font-size: 1.25rem;
  }
}

.menu .menu-item, .text-md, h2, h3, h4, h5, h6 {
  font-size: 1.875rem;
}
@media (max-width: 1999.98px) {
  .menu .menu-item, .text-md, h2, h3, h4, h5, h6 {
    font-size: 1.3125rem;
  }
}
@media (max-width: 767.98px) {
  .menu .menu-item, .text-md, h2, h3, h4, h5, h6 {
    font-size: 1rem;
  }
}

.main-footer {
  font-size: 1.125rem;
}
@media (max-width: 1999.98px) {
  .main-footer {
    font-size: 0.7875rem;
  }
}
@media (max-width: 767.98px) {
  .main-footer {
    font-size: 0.75rem;
  }
}

.main-footer .credits {
  font-size: 0.75rem;
}
@media (max-width: 1999.98px) {
  .main-footer .credits {
    font-size: 0.525rem;
  }
}
@media (max-width: 767.98px) {
  .main-footer .credits {
    font-size: 0.75rem;
  }
}

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

@media (min-width: 768px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
@media (max-width: 767.98px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.overflow-hidden {
  overflow: hidden;
}

a {
  cursor: none !important;
  transition: opacity 0.1s linear;
  color: #2FD8E6;
}
a:hover {
  color: #2E3A45;
}

/* FOR DEBUG PURPOSES
.container-fluid {
    position: relative;
}
.container-fluid::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: $outer-margin;
    right: $outer-margin;
    @include media-breakpoint-down($mobile-breakpoint) {
        left: $outer-margin-sm;
        right: $outer-margin-sm;
    }
    pointer-events: none;
    z-index: 9999;
    background-image: repeating-linear-gradient(
        to right,
        rgba(255, 0, 0, 0.15),
        rgba(255, 0, 0, 0.15) calc(100% / 12),
        rgba(0,0,255,0.15) calc(100% / 12),
        rgba(0,0,255,0.15) calc(100% / 12 * 2)
    );
}
[class*="col-"] {
    background: rgba(0,255,0,.45);
    background-clip: content-box;
}
*/
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 11.25rem;
  height: 11.25rem;
  background: #62415A;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: color-burn;
  z-index: 9999;
  transform: translate(-50%, -50%);
}
@media (max-width: 1999.98px) {
  .custom-cursor {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (max-width: 767.98px) {
  .custom-cursor {
    display: none;
  }
}
@media (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}

@media (min-width: 768px) {
  body {
    cursor: none;
  }
}

.main-header {
  position: fixed;
  z-index: 999;
  width: 5rem;
  height: 13.75rem;
  right: 10px;
  padding-top: 0.625rem;
  top: calc(50vh - 115px);
  top: calc(50svh - 115px);
}
@media (min-width: 768px) {
  .main-header {
    width: 7.5rem;
    height: 20rem;
    padding-top: 1.25rem;
    top: calc(50vh - 160px);
    top: calc(50svh - 160px);
    right: 30px;
  }
}
@media (min-width: 2000px) {
  .main-header {
    width: 11.25rem;
    height: 30.625rem;
    padding-top: 1.5625rem;
    right: 80px;
    top: calc(50vh - 245px);
    top: calc(50svh - 245px);
  }
}
@media (min-width: 768px) and (max-width: 1799px) and (max-height: 700px) {
  .main-header {
    height: calc(100vh - 8.75rem);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .main-header {
    height: calc(100vh - 10.3125rem);
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.menu {
  padding-left: 0;
}
.menu .menu-item {
  border-radius: 50vw;
  list-style-type: none;
  mix-blend-mode: multiply;
  width: 5rem;
  height: 5rem;
  margin-top: -0.625rem;
  border: 1px solid #26B441;
}
@media (min-width: 768px) {
  .menu .menu-item {
    width: 7.5rem;
    height: 7.5rem;
    margin-top: -1.25rem;
    border: 2px solid #26B441;
  }
}
@media (min-width: 2000px) {
  .menu .menu-item {
    width: 11.25rem;
    height: 11.25rem;
    margin-top: -1.5625rem;
  }
}
@media (min-width: 768px) and (max-width: 1799px) and (max-height: 700px) {
  .menu .menu-item {
    width: 18vh;
    height: 18vh;
    max-width: 7.5rem;
    max-height: 7.5rem;
    margin-top: -3vh;
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .menu .menu-item {
    width: 22vh;
    height: 22vh;
    max-width: 11.25rem;
    max-height: 11.25rem;
    margin-top: -3vh;
  }
}
.menu .menu-item a {
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #26B441;
}
@media (min-width: 768px) {
  .menu .menu-item a {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 2000px) {
  .menu .menu-item a {
    width: 11.25rem;
    height: 11.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1799px) and (max-height: 700px) {
  .menu .menu-item a {
    width: 18vh;
    height: 18vh;
    max-width: 7.5rem;
    max-height: 7.5rem;
  }
}
@media (min-width: 1800px) and (max-height: 1000px) {
  .menu .menu-item a {
    width: 22vh;
    height: 22vh;
    max-width: 11.25rem;
    max-height: 11.25rem;
  }
}
.menu .menu-item.current-menu-item, .menu .menu-item:hover {
  background-color: #26B441;
  transition: all 0.2s ease;
}
.menu .menu-item.current-menu-item a, .menu .menu-item:hover a {
  color: #FCFAED;
  opacity: 1;
}
@media (min-width: 768px) {
  .menu .menu-item:first-of-type {
    border: 2px solid #62415A;
  }
}
@media (max-width: 767.98px) {
  .menu .menu-item:first-of-type {
    border: 1px solid #62415A;
  }
}
.menu .menu-item:first-of-type a {
  color: #62415A;
}
.menu .menu-item:first-of-type.current-menu-item, .menu .menu-item:first-of-type:hover {
  background-color: #62415A;
}
.menu .menu-item:first-of-type.current-menu-item a, .menu .menu-item:first-of-type:hover a {
  color: #FCFAED;
}
@media (min-width: 768px) {
  .menu .menu-item:last-of-type {
    border: 2px solid #2FD8E6;
  }
}
@media (max-width: 767.98px) {
  .menu .menu-item:last-of-type {
    border: 1px solid #2FD8E6;
  }
}
.menu .menu-item:last-of-type a {
  color: #2FD8E6;
}
.menu .menu-item:last-of-type.current-menu-item, .menu .menu-item:last-of-type:hover {
  background-color: #2FD8E6;
}
.menu .menu-item:last-of-type.current-menu-item a, .menu .menu-item:last-of-type:hover a {
  color: #FCFAED;
}

.main-footer {
  bottom: 40px;
  right: 80px;
}
@media (min-width: 768px) {
  .main-footer {
    position: fixed;
    text-align: right;
    width: 15rem;
  }
}
@media (max-width: 1999.98px) {
  .main-footer {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .main-footer {
    font-size: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-bottom: 1.5625rem;
    text-align: right;
  }
}
.main-footer a {
  color: #2E3A45;
}
.main-footer a:hover {
  color: #2FD8E6;
}
.main-footer .social {
  padding-top: 0.9375rem;
  padding-bottom: 1.5625rem;
}
.main-footer .social a {
  display: block;
}
.main-footer .social a svg {
  width: 1.625rem;
  height: 1.625rem;
}
.main-footer .social a:hover svg path {
  fill: #2FD8E6;
}
.main-footer .credits {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 0.625rem;
  justify-content: flex-end;
}

@media (max-width: 1279.98px) {
  .row-gap {
    row-gap: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .display-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .display-mobile {
    display: none;
  }
}

#content {
  padding-top: 8.125rem;
  padding-bottom: 18.75rem;
}
@media (max-width: 1999.98px) {
  #content {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}
@media (max-width: 767.98px) {
  #content {
    padding-top: 0.625rem;
    padding-bottom: 6.25rem;
  }
}
#content > section:first-of-type {
  padding-top: 0;
}

@media (min-width: 768px) {
  .section-highlight {
    padding-top: 8.125rem;
  }
}
@media (max-width: 767.98px) {
  .section-highlight {
    padding-top: 4.0625rem;
    padding-right: calc(0.75rem + 5rem);
  }
}

@media (min-width: 768px) {
  .section-text,
.section-text-border,
.section-image-text,
.section-list-v,
.section-list-h {
    padding-top: 5rem;
  }
}
@media (max-width: 767.98px) {
  .section-text,
.section-text-border,
.section-image-text,
.section-list-v,
.section-list-h {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .section-text + .section-text-border {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-text + .section-text-border {
    padding-top: 1.25rem;
  }
}

@media (max-width: 767.98px) {
  .section-text,
.section-text-border,
.section-image-text {
    padding-right: calc(0.75rem + 5rem);
  }
}

@media (max-width: 767.98px) {
  .section-text-border {
    padding-right: calc(0.75rem + 5rem);
    overflow-x: hidden;
  }
}
.section-text-border .text-item {
  line-height: 1.69;
  padding-left: 1.25rem;
  margin-left: -1.25rem;
}
@media (min-width: 768px) {
  .section-text-border .text-item {
    border-left: 2px solid #2E3A45;
  }
}
@media (max-width: 767.98px) {
  .section-text-border .text-item {
    border-left: 1px solid #2E3A45;
  }
}

@media (max-width: 767.98px) {
  .section-list-h {
    padding-right: calc(0.75rem + 5rem);
  }
}
.section-list-h .list-item {
  padding-right: 3.125rem;
}
@media (min-width: 768px) {
  .section-list-h .list-item {
    border-left: 2px solid #2E3A45;
  }
}
@media (max-width: 1279.98px) {
  .section-list-h .list-item + .list-item {
    padding-top: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .section-list-h .list-item {
    border-left: 1px solid #2E3A45;
  }
}

.section-list-v {
  padding-bottom: 1.875rem;
}
@media (max-width: 1999.98px) {
  .section-list-v {
    padding-bottom: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .section-list-v {
    padding-bottom: 0.9375rem;
    overflow-x: hidden;
  }
}
.section-list-v .display-desktop .list-item {
  position: relative;
  height: 13.125rem;
}
@media (max-width: 1999.98px) {
  .section-list-v .display-desktop .list-item {
    height: 10rem;
  }
}
.section-list-v .display-desktop .list-item .title {
  position: absolute;
  text-align: center;
  color: #2FD8E6;
  font-weight: bold;
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  padding: 1.875rem;
  border: 2px solid #2FD8E6;
}
@media (max-width: 1999.98px) {
  .section-list-v .display-desktop .list-item .title {
    width: 11.25rem;
    height: 11.25rem;
    padding: 1.25rem;
  }
}
.section-list-v .display-desktop .list-item .title:after {
  content: "";
  width: 5.625rem;
  height: 0.125rem;
  background-color: #2E3A45;
  display: block;
  position: absolute;
  left: 270px;
  top: 50%;
}
@media (max-width: 1999.98px) {
  .section-list-v .display-desktop .list-item .title:after {
    left: 210px;
  }
}
@media (max-width: 1279.98px) {
  .section-list-v .display-desktop .list-item .title:after {
    left: 200px;
    width: 3.4375rem;
  }
}
.section-list-v .display-desktop .list-item .text {
  height: 15rem;
  padding-left: 24.375rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1999.98px) {
  .section-list-v .display-desktop .list-item .text {
    height: 11.25rem;
    padding-left: 20.625rem;
  }
}
@media (max-width: 1279.98px) {
  .section-list-v .display-desktop .list-item .text {
    padding-left: 17.5rem;
    padding-right: 12.5rem;
  }
}
.section-list-v .display-mobile .list-item {
  position: relative;
  height: 5.9375rem;
}
.section-list-v .display-mobile .list-item .title {
  position: absolute;
  text-align: center;
  color: #2FD8E6;
  font-weight: bold;
  border-radius: 50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.875rem;
  height: 6.875rem;
  padding: 0.625rem;
  border: 1px solid #2FD8E6;
}
.section-list-v .display-mobile .text {
  height: auto;
  font-size: 0.75rem;
  padding-right: 3.125rem;
  padding-left: 0.625rem;
}
.section-list-v .display-mobile .text + .text {
  padding-top: 1.25rem;
}

.section-image-text .image {
  border-radius: 50vw;
  overflow: hidden;
  max-width: 15rem;
  max-height: 15rem;
}
@media (max-width: 1999.98px) {
  .section-image-text .image {
    width: 13.75rem;
    height: 13.75rem;
  }
}
@media (max-width: 767.98px) {
  .section-image-text .image {
    width: 11.25rem;
    height: 11.25rem;
  }
}

.modal-backdrop {
  background-color: #FCFAED;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-impressum .modal-dialog {
  background-color: #62415A;
}

.modal-policy .modal-dialog {
  background-color: #2FD8E6;
}

.modal-dialog {
  color: #FCFAED;
  max-width: none;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  margin: 2.5rem 7vw;
  padding: 2.5rem 5rem 5rem;
}
@media (max-width: 1999.98px) {
  .modal-dialog {
    padding: 2.5rem;
    margin: 2.5rem;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog {
    row-gap: 1.25rem;
    padding: 0.625rem;
    margin: 0.625rem 0.75rem;
  }
}
.modal-dialog .close-icon {
  display: block;
  align-self: flex-end;
  position: relative;
  width: 2.75rem;
  height: 2.75rem;
}
.modal-dialog .close-icon .line-1,
.modal-dialog .close-icon .line-2 {
  position: absolute;
  top: 21px;
  height: 0.125rem;
  display: block;
  background-color: #FCFAED;
}
@media (min-width: 768px) {
  .modal-dialog .close-icon .line-1,
.modal-dialog .close-icon .line-2 {
    left: -8px;
    width: 3.75rem;
  }
}
@media (max-width: 767.98px) {
  .modal-dialog .close-icon .line-1,
.modal-dialog .close-icon .line-2 {
    left: 0px;
    width: 2.75rem;
  }
}
.modal-dialog .close-icon .line-1 {
  transform: rotate(45deg);
}
.modal-dialog .close-icon .line-2 {
  transform: rotate(-45deg);
}
.modal-dialog .close-icon:hover .line-1,
.modal-dialog .close-icon:hover .line-2 {
  background-color: #2FD8E6;
}
.modal-dialog .modal-body {
  padding: 0;
}
@media (min-width: 1280px) {
  .modal-dialog .modal-body {
    padding-right: 50%;
  }
}