/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  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;
  }
}
.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 > * {
  box-sizing: border-box;
  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.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: 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.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;
  }
}
@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.3333333333%;
  }

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

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

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

  .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;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

/*  COLORS */
/* SPACE */
/* Break Points */
/* TYPOGRAPHY */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Roboto Slab", serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #959e75;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #c79738;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover-focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 6px;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.etype-down-2 {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 120%;
}

.etype-down-1, .site-footer .copyright, .site-footer__bottom .contact li, .site-footer__bottom ul li a {
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 110%;
}

.etype-base, .newspaper-page .newspaper__title, .organization-structure-detail-page .card__content h2, .management-page__container .card__title, .card__title, .site-footer__bottom .contact__title, .site-footer__bottom ul li.dropdown.no-link > a, .btn--large {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-1, .organization-structure-detail-page .card__title, .administration-page .decision .certificate, .jobs-detail-page__content__title, .events-and-news-detail-page__subtitle, .card--lg .card__title {
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-2, .newspaper-page .featured-newspaper__title, .department-page .department__title, .administration-page .decision__title, .result__card__title, .subpage__title {
  font-family: "Roboto Slab", serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-3, .content-page__title, .events-and-news-detail-page__header__title, .section__title, .site-footer__title, .highlighted-event__title {
  font-family: "Roboto Slab", serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-4 {
  font-family: "Roboto Slab", serif;
  font-size: 64px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-5 {
  font-family: "Roboto Slab", serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-6 {
  font-family: "Roboto Slab", serif;
  font-size: 104px;
  font-weight: 800;
  line-height: 110%;
}

.etype-up-7 {
  font-family: "Roboto Slab", serif;
  font-size: 120px;
  font-weight: 800;
  line-height: 110%;
}

.ptype-down-1, .organization-structure-detail-page .card__content, .management-page__container .card .link, .management-page__container .card a, .management-page__container .card .position,
.management-page__container .card .office, .card--informative__address,
.card--informative a, .jobs-detail-page__content .tags, .gallery-detail-page header p, .card__info, .card__txt, .card__category-tag, .language-switcher.active .language-switcher__list a, .language-switcher__trigger span, .tag, .site-navigation__content .nav--general li ul li a, .site-navigation__content .nav__link__text, .btn--tiny {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-base, .administration-page .tab, .content-page__content p, .content-page__content h2, .litepicker, .critical-news p,
.critical-news ul, .critical-news__title, .card--lg .card__info, .btn--medium, .btn--small {
  font-size: 1rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-up-1 {
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-up-2 {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-up-3 {
  font-size: 2.375rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-up-4 {
  font-size: 3.125rem;
  font-weight: 300;
  line-height: 140%;
}

.ptype-up-5 {
  font-size: 4.25rem;
  font-weight: 300;
  line-height: 140%;
}

.btn, .btn--inactive, .btn--text, .btn--critical, .btn--positive, .btn--secondary, .btn--primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: auto;
  font-family: "Roboto Slab", serif;
  border-radius: 2px;
  transition: all 0.4s;
  border: 0;
}
.btn:active, .btn--inactive:active, .btn--text:active, .btn--critical:active, .btn--positive:active, .btn--secondary:active, .btn--primary:active, .btn:focus, .btn--inactive:focus, .btn--text:focus, .btn--critical:focus, .btn--positive:focus, .btn--secondary:focus, .btn--primary:focus, .btn:focus-visible, .btn--inactive:focus-visible, .btn--text:focus-visible, .btn--critical:focus-visible, .btn--positive:focus-visible, .btn--secondary:focus-visible, .btn--primary:focus-visible {
  outline: none;
}
.btn--primary {
  background: #454b3b;
  color: #ffffff;
}
.btn--primary:hover {
  background: #959e75;
  color: #ffffff;
}
.btn--primary:active {
  background: #1b1e1f;
  color: #ffffff;
}
.btn--secondary {
  background: #c79738;
  color: #454b3b;
}
.btn--secondary:hover {
  background: #565151;
  color: #ffffff;
}
.btn--secondary:active {
  background: #1b1e1f;
  color: #ffffff;
}
.btn--positive {
  background: #24a148;
  color: #ffffff;
}
.btn--positive:hover {
  background: #38c761;
  color: #ffffff;
}
.btn--positive:active {
  background: #058e2d;
  color: #ffffff;
}
.btn--critical {
  background: #eb1f1f;
  color: #ffffff;
}
.btn--critical:hover {
  background: #fe4a4a;
  color: #ffffff;
}
.btn--critical:active {
  background: #c90a0a;
  color: #ffffff;
}
.btn--text {
  background: transparent;
  color: #959e75;
  padding: 0 !important;
  height: auto !important;
}
.btn--text:hover {
  color: #c79738;
}
.btn--text:active {
  background: #eaf5ff;
  color: #c79738;
}
.btn--inactive {
  background: #f4f4f4;
  color: #726e6e;
}
.btn--tiny {
  padding-right: 9px;
  padding-left: 9px;
  height: 32px;
}
.btn--tiny .icon {
  font-size: 0.75rem;
}
.btn--small {
  padding-right: 12px;
  padding-left: 12px;
  height: 40px;
}
.btn--small .icon {
  font-size: 1rem;
}
.btn--medium {
  padding-right: 18px;
  padding-left: 18px;
  height: 48px;
}
.btn--large {
  padding-right: 24px;
  padding-left: 24px;
  font-size: 20px;
  height: 64px;
  font-weight: 800;
}
.btn--large:hover {
  font-weight: 800;
}

.form-control {
  display: flex;
  gap: 8px;
  height: 56px;
  padding: 16px 12px;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px #ada8a8;
  border-radius: 2px;
  color: #ada8a8;
  transition: all 0.4s;
}
.form-control--select {
  padding: 0;
}
.form-control input,
.form-control select {
  margin: 0;
  border: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  color: #f7f3f2;
  font-size: 0.875rem;
  line-height: 140%;
  outline: none;
}
.form-control input::-moz-placeholder, .form-control select::-moz-placeholder {
  color: #ada8a8;
  opacity: 1;
}
.form-control input::placeholder,
.form-control select::placeholder {
  color: #ada8a8;
  opacity: 1;
}
.form-control form {
  width: 100%;
  position: relative;
}
.form-control form .select2-container--default {
  height: 100%;
}
.form-control form .select2-container--default * {
  height: 100%;
}
.form-control form .select2-container--default .select2-selection--single {
  background: none;
  border: 0;
  border-radius: 0;
  height: auto;
  padding: 16px 12px;
  box-sizing: border-box;
}
.form-control form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ada8a8;
  font-size: 0.875rem;
  line-height: 24px;
  width: 95%;
  padding: 0;
}
.form-control form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: 1px solid #f7f3f2;
  width: 26px;
}
.form-control form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0;
  width: 100%;
  height: 100%;
  top: 0;
  margin: 0;
  left: 0;
}
.form-control form .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
  content: "expand_more";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  transition: all 0.4s;
}
.form-control form select:after {
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
}
.form-control form .more-functions {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
}
.form-control--double-select {
  height: auto;
  width: 100%;
  box-shadow: none !important;
  border-radius: 0;
  background: none;
}
.form-control--double-select form .select2-container--default .select2-selection--single {
  padding: 0;
}
.form-control--double-select .select2 {
  display: flex;
  gap: 8px;
  height: 56px;
  padding: 16px 12px;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px #ada8a8;
  border-radius: 2px;
  color: #ada8a8;
  transition: all 0.4s;
}
.form-control--double-select .select2 .selection {
  width: 100%;
}
.form-control--double-select .select2:hover {
  box-shadow: inset 0 0 0 1px #454b3b;
}
.form-control--double-select .select2:focus, .form-control--double-select .select2:focus-within {
  color: #1b1e1f;
  box-shadow: inset 0 0 0 1px #1b1e1f;
}
.form-control--double-select .select2:focus input, .form-control--double-select .select2:focus-within input {
  color: #1b1e1f;
}
.form-control--double-select .select2:focus .more-functions .material-icons-round, .form-control--double-select .select2:focus-within .more-functions .material-icons-round {
  cursor: pointer;
}
.form-control .more-functions {
  display: flex;
  gap: 4px;
}
.form-control .rectangle {
  width: 1px;
  height: 100%;
  background: #f7f3f2;
}
.form-control:hover {
  box-shadow: inset 0 0 0 1px #454b3b;
}
.form-control:focus, .form-control:focus-within {
  color: #1b1e1f;
  box-shadow: inset 0 0 0 1px #1b1e1f;
}
.form-control:focus input, .form-control:focus-within input {
  color: #1b1e1f;
}
.form-control:focus .more-functions .material-icons-round, .form-control:focus-within .more-functions .material-icons-round {
  cursor: pointer;
}

.form-text {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  gap: 4px;
  color: #726e6e;
  font-size: 0.875rem;
  transition: all 0.4s;
}

.form-control:hover + .form-text {
  display: flex;
  transition: all 0.4s;
}

.form-group {
  position: relative;
  padding-bottom: 30px;
}
.form-group label {
  font-size: 0.875rem;
}
.form-group--lg label {
  font-size: 1.3125rem;
}
.form-group--lg .form-control input {
  font-size: 1.3125rem;
}
.form-group--lg .form-text {
  font-size: 1rem;
  font-weight: 700;
  color: #565151;
}
.form-group--error label,
.form-group--error .form-control,
.form-group--error input,
.form-group--error .form-text {
  color: #eb1f1f;
}
.form-group--error .form-control,
.form-group--error .form-control:hover,
.form-group--error .form-control:focus-within {
  box-shadow: inset 0 0 0 1px #eb1f1f;
}
.form-group--error input::-moz-placeholder {
  color: #eb1f1f;
}
.form-group--error input::placeholder {
  color: #eb1f1f;
}
.form-group--error .more-functions .material-icons-round {
  color: #ada8a8;
}
.form-group--error .form-text {
  display: flex;
}
.form-group--success label,
.form-group--success .form-control,
.form-group--success input,
.form-group--success .form-text {
  color: #24a148;
}
.form-group--success .form-control,
.form-group--success .form-control:hover,
.form-group--success .form-control:focus-within {
  box-shadow: inset 0 0 0 1px #24a148;
}
.form-group--success input::-moz-placeholder {
  color: #24a148;
}
.form-group--success input::placeholder {
  color: #24a148;
}
.form-group--success .more-functions .material-icons-round {
  color: #ada8a8;
}
.form-group--success .form-text {
  display: flex;
}

.select2-dropdown {
  border-color: #1b1e1f !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #1b1e1f !important;
}

/* This file is an extensions for the Bootstrap Grid */
.p-6 {
  padding: 5rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pe-6 {
  padding-right: 5rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.ps-6 {
  padding-left: 5rem !important;
}

table {
  margin-bottom: 50px;
}
table tbody:first-of-type tr:first-of-type td {
  font-weight: bold;
  text-align: center;
}
table tr th {
  font-weight: bold;
  text-align: center;
}
table tr th,
table tr td {
  padding: 5px;
  border: 0.01px solid #454b3b;
}
table tr th:first-of-type,
table tr td:first-of-type {
  text-align: center;
}

@font-face {
  font-family: "DIN Next LT Pro";
  src: url("../../../fonts/Dinpro/DINNextLTPro-Bold.eot");
  src: url("../../../fonts/Dinpro/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Dinpro/DINNextLTPro-Regular.woff2") format("woff2"), url("../../../fonts/Dinpro/DINNextLTPro-Regular.woff") format("woff"), url("../../../fonts/Dinpro/DINNextLTPro-Regular.ttf") format("truetype"), url("../../../fonts/Dinpro/DINNextLTPro-Regular.svg#DINNextLTPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Pro";
  src: url("../../../fonts/Dinpro/DINNextLTPro-Bold.eot");
  src: url("../../../fonts/Dinpro/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Dinpro/DINNextLTPro-Bold.woff2") format("woff2"), url("../../../fonts/Dinpro/DINNextLTPro-Bold.woff") format("woff"), url("../../../fonts/Dinpro/DINNextLTPro-Bold.ttf") format("truetype"), url("../../../fonts/Dinpro/DINNextLTPro-Bold.svg#DINNextLTPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Pro";
  src: url("../../../fonts/Dinpro/DINNextLTPro-Light.eot");
  src: url("../../../fonts/Dinpro/DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Dinpro/DINNextLTPro-Light.woff2") format("woff2"), url("../../../fonts/Dinpro/DINNextLTPro-Light.woff") format("woff"), url("../../../fonts/Dinpro/DINNextLTPro-Light.ttf") format("truetype"), url("../../../fonts/Dinpro/DINNextLTPro-Light.svg#DINNextLTPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("..../../../fonts/udvarhely-icon-pack/icomoon.eot");
  src: url("../../../fonts/udvarhely-icon-pack/icomoon.eot") format("embedded-opentype"), url("../../../fonts/udvarhely-icon-pack/icomoon.ttf") format("truetype"), url("../../../fonts/udvarhely-icon-pack/icomoon.woff") format("woff"), url("../../../fonts/udvarhely-icon-pack/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change ../../../fonts */
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-folder:before {
  content: "\e900";
}

.icon-bank:before {
  content: "\e901";
}

.icon-stationery:before {
  content: "\e902";
}

.icon-cabinet:before {
  content: "\e903";
}

.icon-push-pin:before {
  content: "\e904";
}

.icon-printer:before {
  content: "\e905";
}

.icon-certificate:before {
  content: "\e906";
}

.icon-letter:before {
  content: "\e907";
}

.icon-checklist:before {
  content: "\e908";
}

.icon-coffee:before {
  content: "\e909";
}

.icon-notepad:before {
  content: "\e90a";
}

.icon-lamp:before {
  content: "\e90b";
}

.icon-colleague:before {
  content: "\e90c";
}

.icon-clock:before {
  content: "\e90d";
}

.icon-documents:before {
  content: "\e90e";
}

.icon-plant:before {
  content: "\e90f";
}

.icon-knowledge:before {
  content: "\e910";
}

.icon-trophy:before {
  content: "\e911";
}

.icon-employee:before {
  content: "\e912";
}

.icon-call-center:before {
  content: "\e913";
}

.icon-chart:before {
  content: "\e914";
}

.icon-lightbulb:before {
  content: "\e915";
}

.icon-binders:before {
  content: "\e916";
}

.icon-building:before {
  content: "\e917";
}

.icon-window:before {
  content: "\e918";
}

.icon-bin:before {
  content: "\e919";
}

.icon-meeting:before {
  content: "\e91a";
}

.icon-businessman:before {
  content: "\e91b";
}

.icon-businesswoman:before {
  content: "\e91c";
}

.icon-desk:before {
  content: "\e91d";
}

.icon-teamwork:before {
  content: "\e91e";
}

.icon-conversation:before {
  content: "\e91f";
}

.icon-work:before {
  content: "\e920";
}

.icon-pencil1:before {
  content: "\e921";
}

.icon-reception:before {
  content: "\e922";
}

.icon-chair:before {
  content: "\e923";
}

.icon-computer:before {
  content: "\e924";
}

.icon-presentation:before {
  content: "\e925";
}

.icon-tie:before {
  content: "\e926";
}

.icon-bicycle:before {
  content: "\e927";
}

.icon-stamp:before {
  content: "\e928";
}

.icon-attached:before {
  content: "\e929";
}

.icon-save-file:before {
  content: "\e92a";
}

.icon-colleague-1:before {
  content: "\e92b";
}

.icon-cabinet-1:before {
  content: "\e92c";
}

.icon-structure:before {
  content: "\e92d";
}

.icon-briefcase:before {
  content: "\e92e";
}

.icon-building-1:before {
  content: "\e92f";
}

.icon-corkboard:before {
  content: "\e930";
}

.icon-schedule:before {
  content: "\e931";
}

.icon-clock1:before {
  content: "\e932";
}

.icon-book:before {
  content: "\e933";
}

.icon-student:before {
  content: "\e934";
}

.icon-school:before {
  content: "\e935";
}

.icon-bus:before {
  content: "\e936";
}

.icon-exam:before {
  content: "\e937";
}

.icon-mortarboard:before {
  content: "\e938";
}

.icon-notebook:before {
  content: "\e939";
}

.icon-world:before {
  content: "\e93a";
}

.icon-code:before {
  content: "\e93b";
}

.icon-chalk:before {
  content: "\e93c";
}

.icon-national:before {
  content: "\e93d";
}

.icon-triangle:before {
  content: "\e93e";
}

.icon-draw:before {
  content: "\e93f";
}

.icon-owl:before {
  content: "\e940";
}

.icon-atom:before {
  content: "\e941";
}

.icon-calculator:before {
  content: "\e942";
}

.icon-teacher:before {
  content: "\e943";
}

.icon-board:before {
  content: "\e944";
}

.icon-briefcase1:before {
  content: "\e945";
}

.icon-pencil:before {
  content: "\e946";
}

.icon-tube:before {
  content: "\e947";
}

.icon-education:before {
  content: "\e948";
}

.icon-map:before {
  content: "\e949";
}

.icon-curtain:before {
  content: "\e94a";
}

.icon-graphic:before {
  content: "\e94b";
}

.icon-guitar:before {
  content: "\e94c";
}

.icon-folder1:before {
  content: "\e94d";
}

.icon-backpack:before {
  content: "\e94e";
}

.icon-website:before {
  content: "\e94f";
}

.icon-palette:before {
  content: "\e950";
}

.icon-student4:before {
  content: "\e951";
}

.icon-microscope:before {
  content: "\e952";
}

.icon-education1:before {
  content: "\e953";
}

.icon-ruler:before {
  content: "\e954";
}

.icon-racket:before {
  content: "\e955";
}

.icon-books:before {
  content: "\e956";
}

.icon-solar-system:before {
  content: "\e957";
}

.icon-diploma:before {
  content: "\e958";
}

.icon-student1:before {
  content: "\e959";
}

.icon-teacher1:before {
  content: "\e95a";
}

.icon-helmet:before {
  content: "\e95b";
}

.icon-desk1:before {
  content: "\e95c";
}

.icon-sketchbook:before {
  content: "\e95d";
}

.icon-teacher2:before {
  content: "\e95e";
}

.icon-easel:before {
  content: "\e95f";
}

.icon-teacher3:before {
  content: "\e960";
}

.icon-teacher4:before {
  content: "\e961";
}

.icon-student2:before {
  content: "\e962";
}

.icon-student3:before {
  content: "\e963";
}

.icon-professional-development:before {
  content: "\e964";
}

.icon-background-check:before {
  content: "\e965";
}

.icon-medal:before {
  content: "\e966";
}

.icon-job-seeker:before {
  content: "\e967";
}

.icon-intelligence:before {
  content: "\e968";
}

.icon-profile:before {
  content: "\e969";
}

.icon-skills:before {
  content: "\e96a";
}

.icon-new-employee:before {
  content: "\e96b";
}

.icon-leadership:before {
  content: "\e96c";
}

.icon-interview:before {
  content: "\e96d";
}

.icon-language:before {
  content: "\e96e";
}

.icon-performance:before {
  content: "\e96f";
}

.icon-management:before {
  content: "\e970";
}

.icon-employee-engagement:before {
  content: "\e971";
}

.icon-employee-engagement1:before {
  content: "\e972";
}

.icon-new-employee1:before {
  content: "\e973";
}

.icon-new-employee2:before {
  content: "\e974";
}

.icon-candidate:before {
  content: "\e975";
}

.icon-new-employee3:before {
  content: "\e976";
}

.icon-reject:before {
  content: "\e977";
}

.icon-diagram:before {
  content: "\e978";
}

.icon-approved:before {
  content: "\e979";
}

.icon-curriculum-vitae:before {
  content: "\e97a";
}

.icon-mission:before {
  content: "\e97b";
}

.icon-employee-engagement2:before {
  content: "\e97c";
}

.icon-education2:before {
  content: "\e97d";
}

.icon-folder2:before {
  content: "\e97e";
}

.icon-contact-information:before {
  content: "\e97f";
}

.icon-searching:before {
  content: "\e980";
}

.icon-recommendation-letter:before {
  content: "\e981";
}

.icon-curriculum-vitae1:before {
  content: "\e982";
}

.icon-online-interview:before {
  content: "\e983";
}

.icon-email:before {
  content: "\e984";
}

.icon-sms:before {
  content: "\e985";
}

.icon-technical-skills:before {
  content: "\e986";
}

.icon-publication:before {
  content: "\e987";
}

.icon-we-are-hiring:before {
  content: "\e988";
}

.icon-we-are-hiring1:before {
  content: "\e989";
}

.icon-affiliation:before {
  content: "\e98a";
}

.icon-extracurricular-activities:before {
  content: "\e98b";
}

.icon-extracurricular-activities1:before {
  content: "\e98c";
}

.icon-creative:before {
  content: "\e98d";
}

.icon-certificate1:before {
  content: "\e98e";
}

.icon-hobbies:before {
  content: "\e98f";
}

.icon-portfolio:before {
  content: "\e990";
}

.icon-briefcase2:before {
  content: "\e991";
}

.icon-work-experience:before {
  content: "\e992";
}

.icon-statement:before {
  content: "\e993";
}

.icon-internship:before {
  content: "\e994";
}

.icon-location:before {
  content: "\e995";
}

.icon-tool-box1:before {
  content: "\e996";
}

.icon-cement-mixer:before {
  content: "\e997";
}

.icon-cement-mixer1:before {
  content: "\e998";
}

.icon-concrete:before {
  content: "\e999";
}

.icon-gloves:before {
  content: "\e99a";
}

.icon-crane:before {
  content: "\e99b";
}

.icon-tool-box:before {
  content: "\e99c";
}

.icon-crane1:before {
  content: "\e99d";
}

.icon-construction-worker:before {
  content: "\e99e";
}

.icon-wall-paint:before {
  content: "\e99f";
}

.icon-wall:before {
  content: "\e9a0";
}

.icon-paint-bucket:before {
  content: "\e9a1";
}

.icon-jackhammer:before {
  content: "\e9a2";
}

.icon-measuring-tape:before {
  content: "\e9a3";
}

.icon-constructions:before {
  content: "\e9a4";
}

.icon-dump-truck:before {
  content: "\e9a5";
}

.icon-steel:before {
  content: "\e9a6";
}

.icon-steel1:before {
  content: "\e9a7";
}

.icon-steel2:before {
  content: "\e9a8";
}

.icon-front-loader:before {
  content: "\e9a9";
}

.icon-drywall:before {
  content: "\e9aa";
}

.icon-building1:before {
  content: "\e9ab";
}

.icon-drywall1:before {
  content: "\e9ac";
}

.icon-structure1:before {
  content: "\e9ad";
}

.icon-structure2:before {
  content: "\e9ae";
}

.icon-building2:before {
  content: "\e9af";
}

.icon-construction1:before {
  content: "\e9b0";
}

.icon-crane2:before {
  content: "\e9b1";
}

.icon-build:before {
  content: "\e9b2";
}

.icon-spirit-level:before {
  content: "\e9b3";
}

.icon-structure3:before {
  content: "\e9b4";
}

.icon-saw:before {
  content: "\e9b5";
}

.icon-wheelbarrow:before {
  content: "\e9b6";
}

.icon-pipeline:before {
  content: "\e9b7";
}

.icon-wallpaper:before {
  content: "\e9b8";
}

.icon-circular-saw:before {
  content: "\e9b9";
}

.icon-3d:before {
  content: "\e9ba";
}

.icon-bulldozer:before {
  content: "\e9bb";
}

.icon-caliper:before {
  content: "\e9bc";
}

.icon-wrench:before {
  content: "\e9bd";
}

.icon-excavator:before {
  content: "\e9be";
}

.icon-construction:before {
  content: "\e9bf";
}

.icon-cement:before {
  content: "\e9c0";
}

.icon-barrier:before {
  content: "\e9c1";
}

.icon-pliers:before {
  content: "\e9c2";
}

.icon-building-wall:before {
  content: "\e9c3";
}

.icon-tools:before {
  content: "\e9c4";
}

.icon-crossed-hammers:before {
  content: "\e9c5";
}

.icon-house-plan:before {
  content: "\e9c6";
}

.icon-helmet1:before {
  content: "\e9c7";
}

.icon-arrangement:before {
  content: "\e9c8";
}

.icon-cod:before {
  content: "\e9c9";
}

.icon-debt:before {
  content: "\e9ca";
}

.icon-sme:before {
  content: "\e9cb";
}

.icon-thought-leadership2:before {
  content: "\e9cc";
}

.icon-thought-leadership:before {
  content: "\e9cd";
}

.icon-thought-leadership1:before {
  content: "\e9ce";
}

.icon-ceo:before {
  content: "\e9cf";
}

.icon-financial-consultant:before {
  content: "\e9d0";
}

.icon-focus-group:before {
  content: "\e9d1";
}

.icon-shareholder:before {
  content: "\e9d2";
}

.icon-focus-group1:before {
  content: "\e9d3";
}

.icon-focus-group2:before {
  content: "\e9d4";
}

.icon-focus-group3:before {
  content: "\e9d5";
}

.icon-distribute:before {
  content: "\e9d6";
}

.icon-focus-group4:before {
  content: "\e9d7";
}

.icon-exchange-rate:before {
  content: "\e9d8";
}

.icon-cash-flow:before {
  content: "\e9d9";
}

.icon-connection:before {
  content: "\e9da";
}

.icon-growth:before {
  content: "\e9db";
}

.icon-bank1:before {
  content: "\e9dc";
}

.icon-safebox:before {
  content: "\e9dd";
}

.icon-online-banking:before {
  content: "\e9de";
}

.icon-atm:before {
  content: "\e9df";
}

.icon-digital-wallet:before {
  content: "\e9e0";
}

.icon-accountant:before {
  content: "\e9e1";
}

.icon-loan:before {
  content: "\e9e2";
}

.icon-credit:before {
  content: "\e9e3";
}

.icon-taxes:before {
  content: "\e9e4";
}

.icon-report:before {
  content: "\e9e5";
}

.icon-bill:before {
  content: "\e9e6";
}

.icon-gdp:before {
  content: "\e9e7";
}

.icon-cash:before {
  content: "\e9e8";
}

.icon-due-date:before {
  content: "\e9e9";
}

.icon-pension:before {
  content: "\e9ea";
}

.icon-startup:before {
  content: "\e9eb";
}

.icon-target:before {
  content: "\e9ec";
}

.icon-savings:before {
  content: "\e9ed";
}

.icon-wallet:before {
  content: "\e9ee";
}

.icon-briefcase3:before {
  content: "\e9ef";
}

.icon-time-management:before {
  content: "\e9f0";
}

.icon-interest-rate:before {
  content: "\e9f1";
}

.icon-fund:before {
  content: "\e9f2";
}

.icon-secure:before {
  content: "\e9f3";
}

.icon-ipo:before {
  content: "\e9f4";
}

.icon-crowdfunding:before {
  content: "\e9f5";
}

.icon-approve:before {
  content: "\e9f6";
}

.icon-golden-egg:before {
  content: "\e9f7";
}

.icon-sla:before {
  content: "\e9f8";
}

.icon-credit-card:before {
  content: "\e9f9";
}

/* Home page Important Information section */
.important-information__title {
  text-transform: uppercase;
  color: #454b3b;
}
@media only screen and (max-width: 992px) {
  .important-information__title {
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 992px) {
  .info__block {
    margin-bottom: 24px;
  }
}
.info__block__title {
  font-weight: 700;
}

/* Home page Highlighted Event section */
.highlighted-event {
  position: relative;
  overflow: hidden;
}
.highlighted-event__image {
  width: 100%;
  height: 100%;
}
.highlighted-event__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlighted-event .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highlighted-event__card {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  max-width: 630px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px;
  gap: 16px;
}
@media only screen and (max-width: 1400px) {
  .highlighted-event__card {
    max-width: 480px;
  }
}
@media only screen and (max-width: 992px) {
  .highlighted-event__card {
    padding: 24px;
    max-width: 360px;
  }
}
@media only screen and (max-width: 576px) {
  .highlighted-event__card {
    max-width: 100%;
    right: 12px;
  }
}
.highlighted-event__card .card__category-tag {
  text-transform: uppercase;
  padding-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .highlighted-event__card .card__category-tag {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 992px) {
  .highlighted-event__card .btn--primary {
    padding-right: 18px;
    padding-left: 18px;
    height: 48px;
    font-size: 1rem;
  }
}
.highlighted-event__title {
  text-wrap: balance;
}
@media only screen and (max-width: 1400px) {
  .highlighted-event__title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 992px) {
  .highlighted-event__title {
    font-size: 24px;
  }
}
.highlighted-event__date {
  color: #726e6e;
  font-weight: 700;
}

/* Home page News section */
.news {
  position: relative;
}
.news:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 10%;
  height: 6px;
  background: #959e75;
  z-index: 0;
}
.news .section__title:before {
  content: "\e900";
}
.news__slider {
  padding: 0;
}
.news__slider__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.news__slider .card {
  height: 100%;
}
.news__slider .card__content {
  height: calc(100% - 320px);
}
.news .slick-track {
  display: flex;
  margin-left: 0;
}
.news .slick-slide {
  height: inherit;
  margin: 0 12px;
}
.news .slick-slide > div {
  height: 100%;
}
.news .card--flex {
  display: flex;
  align-items: center;
}
.news .card__highlighted_image {
  text-align: center;
}
.news .card__highlighted_image img {
  max-height: 600px;
}
.news .card--flex .card__image {
  margin-right: 15px;
  flex: 0 0 200px;
}
.news .card--flex .card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.news .card__image {
  height: 150px;
}
.news .card--flex .card__content {
  display: flex;
  flex-direction: column;
}
.news .card--flex .card__content .date {
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .news .card--flex {
    flex-direction: column;
  }
  .news .card--flex .card__image {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 10px;
    height: 240px;
  }
}

/* Home page Announcements section */
.announcements {
  position: relative;
  background: #f7f3f2;
}
.announcements:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 25%;
  height: 6px;
  background: #959e75;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .announcements .section__header {
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .announcements .section__header {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .announcements .section__title {
    grid-column-end: 2;
  }
}
.announcements .section__title:before {
  content: "\e987";
}
.announcements__slider .card {
  margin: 0 12px;
  width: calc(100% - 24px) !important;
  height: 100%;
}
.announcements__slider .slick-list {
  margin: 0 -12px;
}
.announcements__slider .slick-track {
  display: flex;
  margin-left: 0;
}
.announcements__slider .slick-slide {
  height: inherit;
}
.announcements__slider .slick-slide > div {
  height: 100%;
}

.publications {
  position: relative;
}
.publications:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 20%;
  height: 6px;
  background: #959e75;
  z-index: 0;
}
.publications .container-fluid {
  padding-bottom: 5rem;
}
.publications__slider .card {
  margin: 0 12px;
  width: calc(100% - 24px) !important;
  height: 100%;
  min-height: 218px;
}
.publications__slider .card__content {
  display: flex;
}
.publications__slider .card__content .btn, .publications__slider .card__content .btn--primary, .publications__slider .card__content .btn--secondary, .publications__slider .card__content .btn--positive, .publications__slider .card__content .btn--critical, .publications__slider .card__content .btn--text, .publications__slider .card__content .btn--inactive {
  margin-top: auto;
}
.publications__slider .slick-list {
  margin: 0 -12px;
}
.publications__slider .slick-track {
  display: flex;
  margin-left: 0;
}
.publications__slider .slick-slide {
  height: inherit;
}
.publications__slider .slick-slide > div {
  height: 100%;
}
.publications .section__title:before {
  content: "\e90e";
}
@media only screen and (max-width: 768px) {
  .publications .card {
    margin-bottom: 24px;
  }
}
.publications .card__image {
  height: 130px;
}
.publications .card__image img {
  -o-object-fit: contain;
     object-fit: contain;
}
.publications .card__content {
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .publications .card .desktop {
    display: none;
  }
}
.publications .card .mobile {
  display: none;
}
@media only screen and (max-width: 576px) {
  .publications .card .mobile {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

/* Home page Events section */
.events {
  position: relative;
  background: rgba(149, 158, 117, 0.2);
  padding-bottom: 5rem;
}
.events:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 20%;
  height: 6px;
  background: #959e75;
  z-index: 0;
}
.events__slider {
  padding: 0;
}
.events__slider__container {
  position: relative;
  z-index: 1;
}
.events__slider .card {
  height: 100%;
}
.events__slider .slick-track {
  display: flex;
  margin-left: 0;
}
.events__slider .slick-slide {
  margin: 0 12px;
  height: inherit;
}
.events__slider .slick-slide > div {
  height: 100%;
}
.events .section__title:before {
  content: "\e931";
}

.video-section {
  position: relative;
}
.video-section:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 30%;
  height: 6px;
  background: #959e75;
  z-index: 0;
}
.video-section .section__title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url('/app/szereda/assets/addons/szereda/magic/szereda-theme/resources/images/video-player.svg?v=1759144289') no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
@media only screen and (max-width: 1200px) {
  .video-section .section__title:before {
    width: 25px;
    height: 25px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots button {
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #959e75;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #454b3b;
}

.slick-dots li {
  margin: 0 0.25rem;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: #959e75;
  color: #ffffff;
  transition: all 0.4s ease;
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 992px) {
  .site-header.scrolled .site-navigation__content {
    display: none;
  }
}
.site-header a {
  color: white;
}
.site-header ul {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .site-header .mayor {
    display: flex;
    flex-direction: column;
  }
}
.site-header .mayor img {
  width: 40px;
  height: auto;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
  .site-header .mayor img {
    width: 35px;
  }
}
.site-header .site__brand.mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .site-header .site__brand.mobile {
    display: flex;
    margin-left: 24px;
  }
}
.site-header .site__brand.desktop {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .site-header .site__brand.desktop {
    display: none;
  }
}
.site-header .logo {
  position: relative;
  width: 200px;
  z-index: 1;
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (max-width: 1460px) {
  .site-header .logo {
    margin-right: 0;
    max-width: 180px;
    flex: 0 0 180px;
  }
}
@media only screen and (max-width: 1400px) {
  .site-header .logo {
    margin-left: 12px;
    max-width: 170px;
    flex: 0 0 170px;
  }
}
@media only screen and (max-width: 992px) {
  .site-header .logo {
    margin-left: 0;
    padding: 24px 10px;
    order: 1;
    max-width: 200px;
    flex: 0 0 200px;
  }
}
.site-header .logo img {
  max-width: 200px;
}
.site-header .badge {
  position: relative;
  max-width: 40px;
  flex: 0 0 40px;
  z-index: 1;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
.site-header .badge:after {
  content: "";
  position: absolute;
  top: 0;
  right: -24px;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.site-header .badge img {
  height: 40px;
  width: 100px;
}
.site-header .local-official {
  display: flex;
  align-items: center;
  padding: 0 8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  color: #cac5c4;
}
@media only screen and (max-width: 1200px) {
  .site-header .local-official {
    margin-right: auto;
  }
}
.site-header .local-official:hover, .site-header .local-official:focus {
  background: #959e75;
  color: #ffffff;
}

.site-header .site-navigation__extras {
  opacity: 1;
  transition: opacity 0.3s ease-in, display 0.2s ease-in allow-discrete;
}

@starting-style {
  /* <-- and this line */
  .site-header .site-navigation__extras {
    opacity: 1;
  }
}
.site-navigation {
  position: relative;
  display: flex;
  align-items: center;
  height: 70px;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .site-navigation {
    flex-wrap: wrap;
    height: auto;
  }
}
.site-navigation__content {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 1800px) {
  .site-navigation__content:lang(hu) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    margin-left: auto;
    width: 100%;
  }
}
@media (min-width: 1870px) {
  .site-navigation__content:lang(ro) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    margin-left: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .site-navigation__content {
    margin: 0;
    padding: 24px 16px;
    order: 3;
    background: #171414;
    height: auto;
    display: none;
  }
}
.site-navigation__content .nav {
  padding: 0;
  height: 100%;
}
.site-navigation__content .nav li.active > a {
  color: #454b3b;
}
.site-navigation__content .nav__icon {
  position: relative;
  margin-right: 16px;
  padding-bottom: 5px;
  color: #242525;
}
.site-navigation__content .nav__icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #c79738;
}
.site-navigation__content .nav__link__text {
  color: #726e6e;
  text-transform: none;
}
.site-navigation__content .nav li {
  display: inline-block;
}
.site-navigation__content .nav--general {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 0;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .site-navigation__content .nav--general.search-focus {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1430px) {
  .site-navigation__content .nav--general.search-focus {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1400px) {
  .site-navigation__content .nav--general.search-focus {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1370px) {
  .site-navigation__content .nav--general.search-focus {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1260px) {
  .site-navigation__content .nav--general.search-focus {
    transform: translateX(0px);
  }
}
@media only screen and (max-width: 1200px) {
  .site-navigation__content .nav--general {
    display: none;
  }
}
.site-navigation__content .nav--general li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 32px;
}
@media only screen and (max-width: 1700px) {
  .site-navigation__content .nav--general li:lang(ro) {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1580px) {
  .site-navigation__content .nav--general li:lang(ro) {
    flex: 1;
    justify-content: center;
  }
  .site-navigation__content .nav--general li:lang(ro):nth-of-type(3) {
    min-width: 150px;
  }
}
@media only screen and (max-width: 1500px) {
  .site-navigation__content .nav--general li:lang(hu) {
    flex: 1;
    justify-content: center;
  }
}
@media only screen and (max-width: 1650px) {
  .site-navigation__content .nav--general li {
    padding: 0 18px;
  }
}
@media only screen and (max-width: 1600px) {
  .site-navigation__content .nav--general li {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 1280px) {
  .site-navigation__content .nav--general li {
    padding: 0 12px;
  }
}
.site-navigation__content .nav--general li .nav__icon,
.site-navigation__content .nav--general li .nav__link__text {
  display: none;
}
.site-navigation__content .nav--general li:last-of-type:before {
  display: none;
}
.site-navigation__content .nav--general li a[href="#"] {
  pointer-events: none;
  cursor: default;
}
.site-navigation__content .nav--general li a {
  font-family: "Roboto Slab", serif;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-wrap: balance;
}
@media only screen and (max-width: 1460px) {
  .site-navigation__content .nav--general li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1320px) {
  .site-navigation__content .nav--general li a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .site-navigation__content .nav--general li a {
    font-size: 16px;
  }
}
.site-navigation__content .nav--general li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.site-navigation__content .nav--general li:hover:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1;
}
.site-navigation__content .nav--general li:hover > ul {
  display: block;
  z-index: 2;
}
.site-navigation__content .nav--general li:active {
  background: rgba(255, 255, 255, 0.1);
}
.site-navigation__content .nav--general li:active:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1;
}
.site-navigation__content .nav--general li:active > a {
  color: #1b1e1f;
}
.site-navigation__content .nav--general li:active ul > li > a {
  color: #454b3b;
}
.site-navigation__content .nav--general li.selected > a {
  color: #454b3b;
}
.site-navigation__content .nav--general li.selected ul > li > a {
  color: #454b3b;
}
.site-navigation__content .nav--general li.selected:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #e0e5d0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  z-index: 1;
}
.site-navigation__content .nav--general li ul {
  display: none;
  position: absolute;
  top: 70px;
  z-index: 1;
  padding: 24px 0;
  width: 366px;
  background: #f4f4f4;
  left: 0;
}
@media only screen and (max-width: 1400px) {
  .site-navigation__content .nav--general li ul {
    width: 320px;
  }
}
.site-navigation__content .nav--general li ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  width: 100%;
  transition: all 0.4s;
}
.site-navigation__content .nav--general li ul li.dropdown > a:after {
  content: "arrow_forward";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #454b3b;
  transition: all 0.4s;
}
.site-navigation__content .nav--general li ul li.dropdown:hover ul li a:after {
  display: none;
}
.site-navigation__content .nav--general li ul li.dropdown ul li.dropdown > a:after {
  content: "arrow_forward";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #454b3b;
  transition: all 0.4s;
}
.site-navigation__content .nav--general li ul li.selected:after {
  display: none;
}
.site-navigation__content .nav--general li ul li:last-of-type {
  margin-bottom: 0;
}
.site-navigation__content .nav--general li ul li:hover {
  background: #ffffff;
}
.site-navigation__content .nav--general li ul li:hover:after {
  display: none;
}
.site-navigation__content .nav--general li ul li:before {
  display: none;
}
.site-navigation__content .nav--general li ul li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 10px 28px 10px 32px;
  color: #454b3b;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.site-navigation__content .nav--general li ul li a .nav__icon,
.site-navigation__content .nav--general li ul li a .nav__link__text {
  display: block;
}
.site-navigation__content .nav--general li ul li ul {
  display: none;
  top: 0;
  left: 366px;
  background: #ffffff;
  padding: 0;
}
@media only screen and (max-width: 1400px) {
  .site-navigation__content .nav--general li ul li ul {
    left: 320px;
  }
}
.site-navigation__content .nav--general li ul li ul li {
  position: static;
  margin-bottom: 0;
}
.site-navigation__content .nav--general li ul li ul li:after {
  display: none;
}
.site-navigation__content .nav--general li ul li ul li a {
  text-transform: none;
  text-wrap: balance;
}
.site-navigation__content .nav--general li ul li ul li a .nav__icon {
  display: none;
}
.site-navigation__content .nav--general li ul li ul li:hover {
  background: #f4f4f4;
}
.site-navigation__extras {
  display: flex;
  background: #454b3b;
  padding: 8px 0;
}
.site-navigation__extras__inner {
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .site-navigation__extras__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .site-navigation__search {
    flex: 100%;
    max-width: 100%;
  }
}
.site-navigation__search .form-control {
  height: 48px;
  width: 48px;
  background: none;
  color: #cac5c4;
  box-shadow: none;
  transition: all 0.4s;
  transform-origin: right;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 992px) {
  .site-navigation__search .form-control {
    width: 100%;
  }
}
.site-navigation__search .form-control .enter {
  display: none;
}
.site-navigation__search .form-control input {
  display: none;
}
.site-navigation__search .form-control:hover {
  background: #959e75;
  color: white;
}
.site-navigation__search .form-control.open, .site-navigation__search .form-control:active, .site-navigation__search .form-control:focus, .site-navigation__search .form-control:focus-within {
  background: #1b1e1f;
  color: white;
  transition: all 0.4s;
  width: 240px;
  padding: 12px 16px;
}
@media only screen and (max-width: 992px) {
  .site-navigation__search .form-control.open, .site-navigation__search .form-control:active, .site-navigation__search .form-control:focus, .site-navigation__search .form-control:focus-within {
    transform: scaleX(1);
  }
}
.site-navigation__search .form-control.open input, .site-navigation__search .form-control:active input, .site-navigation__search .form-control:focus input, .site-navigation__search .form-control:focus-within input {
  display: block;
  transform-origin: left;
  color: #ffffff;
  transition: all 0.4s;
}
@media only screen and (max-width: 992px) {
  .site-navigation__search .form-control.open input, .site-navigation__search .form-control:active input, .site-navigation__search .form-control:focus input, .site-navigation__search .form-control:focus-within input {
    transform: scaleX(1);
  }
}
.site-navigation__search .form-control.open input::-moz-placeholder, .site-navigation__search .form-control:active input::-moz-placeholder, .site-navigation__search .form-control:focus input::-moz-placeholder, .site-navigation__search .form-control:focus-within input::-moz-placeholder {
  color: #ffffff;
}
.site-navigation__search .form-control.open input::placeholder, .site-navigation__search .form-control:active input::placeholder, .site-navigation__search .form-control:focus input::placeholder, .site-navigation__search .form-control:focus-within input::placeholder {
  color: #ffffff;
}
.site-navigation__search .form-control.open .more-functions, .site-navigation__search .form-control:active .more-functions, .site-navigation__search .form-control:focus .more-functions, .site-navigation__search .form-control:focus-within .more-functions {
  transform-origin: right;
  transition: all 0.4s;
}
.site-navigation__search .form-control.open .enter, .site-navigation__search .form-control:active .enter, .site-navigation__search .form-control:focus .enter, .site-navigation__search .form-control:focus-within .enter {
  display: block;
}
.site-navigation__search .form-control.open .search, .site-navigation__search .form-control:active .search, .site-navigation__search .form-control:focus .search, .site-navigation__search .form-control:focus-within .search {
  display: none;
}

.menu__container {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 40px;
  height: 100%;
  background: white;
  color: #000000;
  margin-left: auto;
}
@media only screen and (max-width: 1200px) {
  .menu__container {
    display: flex;
  }
}
@media only screen and (max-width: 992px) {
  .menu__container {
    padding: 24px;
    height: auto;
    order: 2;
    background: none;
  }
}
.menu__label {
  text-transform: uppercase;
}
@media only screen and (max-width: 992px) {
  .menu__label {
    display: none;
  }
}
.menu__icon {
  position: relative;
  width: 24px;
  height: 24px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 992px) {
  .menu__icon {
    z-index: 2;
  }
}
.menu__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #000000;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .menu__icon span {
    background: #ffffff;
  }
}
.menu__icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 2px 2px 0;
}
.menu__icon span:nth-child(odd) {
  left: 0px;
  border-radius: 2px 0 0 2px;
}
.menu__icon span:nth-child(1),
.menu__icon span:nth-child(2) {
  top: 0px;
}
.menu__icon span:nth-child(3),
.menu__icon span:nth-child(4) {
  top: 10px;
}
.menu__icon span:nth-child(5),
.menu__icon span:nth-child(6) {
  top: 20px;
}
.menu__icon.open {
  top: 0px;
}
.menu__icon.open span:nth-child(1),
.menu__icon.open span:nth-child(6) {
  background: #1b1e1f;
  transform: rotate(45deg);
}
@media only screen and (max-width: 992px) {
  .menu__icon.open span:nth-child(1),
  .menu__icon.open span:nth-child(6) {
    background: #ffffff;
  }
}
.menu__icon.open span:nth-child(2),
.menu__icon.open span:nth-child(5) {
  background: #1b1e1f;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .menu__icon.open span:nth-child(2),
  .menu__icon.open span:nth-child(5) {
    background: #ffffff;
  }
}
.menu__icon.open span:nth-child(1) {
  left: 2px;
  top: 7px;
}
.menu__icon.open span:nth-child(2) {
  left: calc(50% - 2px);
  top: 7px;
}
.menu__icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.menu__icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.menu__icon.open span:nth-child(5) {
  left: 2px;
  top: 15px;
}
.menu__icon.open span:nth-child(6) {
  left: calc(50% - 2px);
  top: 15px;
}

.site-footer__bottom {
  position: relative;
  padding: 40px 0;
  background: #959e75;
  color: #ffffff;
}
.site-footer__bottom .text-center {
  text-align: left;
}
.site-footer__bottom .logo img {
  width: 200px;
}
.site-footer__bottom ul {
  list-style: none;
  padding: 0;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom ul {
    text-align: center;
  }
}
.site-footer__bottom ul li {
  display: block;
}
.site-footer__bottom ul li a {
  display: block;
  padding: 8px 0;
  font-weight: 400;
  color: #ffffff;
}
.site-footer__bottom ul li a:hover {
  color: #454b3b;
}
.site-footer__bottom ul li.dropdown.no-link > a {
  cursor: initial;
}
.site-footer__bottom ul li.dropdown.no-link > a:hover {
  color: #ffffff;
}
.site-footer__bottom ul:first-of-type {
  display: flex;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom ul:first-of-type {
    flex: 0 0 100%;
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.site-footer__bottom ul:first-of-type > li {
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom ul:first-of-type > li {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1em;
  }
  .site-footer__bottom ul:first-of-type > li:last-of-type {
    margin-bottom: 0;
  }
}
.site-footer__bottom ul:first-of-type > li ul {
  flex-direction: column;
  padding: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.site-footer__bottom ul:first-of-type > li ul li {
  flex: 0 0 100%;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom ul:first-of-type > li ul li {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom ul {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .site-footer__bottom .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.site-footer__bottom .contact__title {
  display: block;
  padding: 8px 0;
}
.site-footer__bottom .contact li {
  font-weight: 700;
  line-height: 37px;
}
.site-footer__bottom .contact li span {
  position: relative;
  top: 5px;
  margin-right: 3px;
}
.site-footer__bottom .contact li a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-footer__bottom .contact li a span {
  top: 0;
  margin-right: 0;
}
.site-footer__bottom .contact li .material-icons-round {
  font-size: 20px;
}
.site-footer__bottom--copyright {
  padding: 24px 0;
  background: #454b3b;
}
.site-footer__title {
  margin-bottom: 24px;
  color: #ffffff;
  text-wrap: balance;
}
@media only screen and (max-width: 768px) {
  .site-footer__title {
    font-size: 24px;
  }
}
.site-footer .social_media {
  margin-top: 10px;
  display: flex;
  gap: 16px;
  justify-content: start;
}
.site-footer .social_media a {
  color: white;
  font-size: 20px;
}
.site-footer .social_media a:hover {
  color: #454b3b;
}
.site-footer .copyright {
  padding: 8px 0;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
}
.site-footer .copyright.magic {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-size: 14px;
}
.site-footer .copyright.magic a {
  color: #ffffff;
}
.site-footer .copyright.magic a:hover {
  color: #959e75;
}
.site-footer .copyright .fa-heart {
  color: #eb1f1f;
}
.site-footer .copyright img {
  width: 20px;
  height: auto;
}

.test {
  display: none;
}

.slider__nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 8px;
}
.slider__nav__arrow {
  display: flex;
  padding: 10px;
  background: #454b3b;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
}
.slider__nav__arrow:hover {
  background: #c79738;
  color: white;
}
.slider__nav__arrow:active {
  background: #c79738;
  color: #1b1e1f;
}

.section__header {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .section__header {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.section__link {
  margin-top: auto;
  margin-bottom: 10px;
  margin-left: 24px;
  text-transform: uppercase;
  color: #000000;
}
.section__link:hover {
  color: #c79738;
}
@media only screen and (max-width: 768px) {
  .section__link {
    margin-left: 0;
  }
}
.section__title {
  position: relative;
  width: -moz-min-content;
  width: min-content;
  text-transform: uppercase;
  padding-left: 50px;
  color: #454b3b;
  text-wrap: balance;
}
@media only screen and (max-width: 1200px) {
  .section__title {
    font-size: 32px;
    padding-left: 36px;
  }
}
@media only screen and (max-width: 768px) {
  .section__title {
    margin-bottom: 14px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.section__title:before {
  content: "";
  font-family: "icomoon" !important;
  font-style: normal;
  font-size: 36px;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 10px;
  left: 0;
  background: none;
}
@media only screen and (max-width: 1200px) {
  .section__title:before {
    top: 5px;
    font-size: 24px;
  }
}

.tag {
  margin-top: auto;
  margin-right: auto;
  padding: 6px 12px;
  background-color: #f4f4f4;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 310px;
}

.comments-icon {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 40px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 29px 28px;
  background: #c79738;
  box-shadow: inset 0 0 0 1px #eaf5ff;
  color: #ffffff;
  transition: all 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .comments-icon {
    right: 24px;
  }
}
.comments-icon:hover {
  background: #eaf5ff;
  color: #c79738;
  font-weight: bold;
}
.comments-icon:active {
  background: #eaf5ff;
  color: #1b1e1f;
}

.subpage__title {
  position: relative;
  color: #454b3b;
  padding-left: 40px;
  line-height: normal;
}
.subpage--dark .subpage__title {
  color: white;
}
.subpage--dark .subpage__title:before {
  background: url('/app/szereda/assets/addons/szereda/magic/szereda-theme/resources/images/symbol-dark.svg?v=1759144289') no-repeat;
}
.subpage__title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url('/app/szereda/assets/addons/szereda/magic/szereda-theme/resources/images/symbol-dark.svg?v=1759144289') no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.architect {
  color: #f4f4f4;
}

.document {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  line-height: 56px;
  padding: 0 12px;
  background-color: #ffffff;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px #ada8a8;
  border-radius: 2px;
  color: #ada8a8;
  transition: all 0.4s;
}
.document__container {
  margin-bottom: 24px;
  max-width: 350px;
}
@media only screen and (max-width: 1200px) {
  .document__container {
    width: auto;
  }
}
.document__container:last-of-type {
  margin-bottom: 0;
}
.document__label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 6px;
}
.document .more-functions {
  display: flex;
  gap: 4px;
  margin-left: auto;
  color: #1b1e1f;
}
.document .more-functions .material-icons-round {
  font-size: 32px;
}
.document .rectangle {
  width: 1px;
  background: #f7f3f2;
}
.document:hover {
  box-shadow: inset 0 0 0 1px #454b3b;
  color: #1b1e1f;
}
.document:focus, .document:focus-within {
  color: #1b1e1f;
  box-shadow: inset 0 0 0 1px #1b1e1f;
}
.document:focus .more-functions .material-icons-round, .document:focus-within .more-functions .material-icons-round {
  cursor: pointer;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abc-accordion {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
  padding: 8px;
  width: auto;
  background: white;
}
@media only screen and (max-width: 768px) {
  .abc-accordion__container {
    flex: 0;
    width: auto;
  }
}
.abc-accordion a,
.abc-accordion span {
  padding: 8px 12px;
  background: #f4f4f4;
  border-radius: 2px;
  font-weight: bold;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 768px) {
  .abc-accordion a,
  .abc-accordion span {
    width: 100%;
    text-align: center;
  }
}
.abc-accordion a.is-active,
.abc-accordion span.is-active {
  color: white;
  background: #1b1e1f;
}
.abc-accordion a {
  color: #454b3b;
}
.abc-accordion a:hover {
  background: #565151;
  color: white;
}
.abc-accordion span {
  color: #726e6e;
  cursor: not-allowed;
}

.block--official_monitor .block__content ul {
  padding: 0;
  list-style-type: none;
}
.block--official_monitor .block__content ul li {
  display: block;
}
.block--official_monitor .block__content ul li a {
  display: block;
  padding: 8px 0;
  color: #000000;
  font-weight: 700;
}
.block--official_monitor .block__content ul li a:hover {
  color: #1b1e1f;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.result__card {
  margin-bottom: 60px;
}
.result__card__title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .result__card__title {
    font-size: 24px;
  }
}
.result__card p {
  margin-bottom: 4px;
}
.result__card .tag {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  background: white;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.pagination .page-item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  background: white;
  border-radius: 2px;
}
.pagination .page-item .page-link {
  display: block;
  padding: 8px 12px;
  color: #454b3b;
}
.pagination .page-item.active, .pagination .page-item:hover, .pagination .page-item:active {
  background: #1b1e1f;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link, .pagination .page-item:active .page-link {
  color: white;
}
.pagination .page-item.disabled .page-link {
  color: #726e6e;
}
.pagination .page-item.disabled:hover {
  background: white;
}
.pagination .page-item.disabled:hover .page-link {
  color: #726e6e;
}

.ui-tooltip {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  padding: 10px;
  display: inline-block;
  position: absolute;
  z-index: 9999;
}

.btn-container {
  text-align: center;
}

.language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}
.language-switcher__trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  cursor: pointer;
}
.language-switcher__trigger span {
  color: #cac5c4;
  text-transform: uppercase;
}
.language-switcher__trigger:hover {
  background: #959e75;
}
.language-switcher__trigger:hover span {
  color: white;
}
.language-switcher__list {
  display: none;
}
.language-switcher.active .language-switcher__trigger {
  background: #1b1e1f;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.language-switcher.active span {
  font-weight: 700;
  color: #ffffff;
}
.language-switcher.active .language-switcher__list {
  position: absolute;
  top: 64px;
  display: flex;
  z-index: 9;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding-top: 24px;
  padding-bottom: 12px;
  width: 48px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
  background: #1b1e1f;
}
.language-switcher.active .language-switcher__list a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #565151;
  color: white;
  text-transform: uppercase;
}
.language-switcher.active .language-switcher__list a:hover {
  background: #726e6e;
}
.language-switcher.active .language-switcher__list a:active {
  background: #171414;
  font-weight: 700;
}

.slideshow {
  position: relative;
  min-height: 500px;
  height: calc(75svh - 164px);
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .slideshow {
    height: calc(100vh - 142px);
  }
}
.slideshow__slider__nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .slideshow__slider__nav {
    width: 50%;
  }
}
.slideshow__slider__nav .slider__nav__arrow {
  padding: 28px 44px;
}
@media only screen and (max-width: 768px) {
  .slideshow__slider__nav .slider__nav__arrow {
    width: 50%;
    justify-content: center;
  }
}
.slideshow__slider, .slideshow__slide, .slideshow__image {
  height: 100%;
}
.slideshow .slick-track,
.slideshow .slick-list,
.slideshow .slick-slide > div,
.slideshow .slide {
  height: 100%;
}
.slideshow__image {
  width: 100%;
  height: calc(100% - 80px);
}
@media only screen and (max-width: 768px) {
  .slideshow__image {
    height: calc(100% - 160px);
  }
}
.slideshow__image--clone {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .slideshow__image--clone {
    height: calc(100% - 30px);
  }
}
.slideshow__image--clone img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.slideshow__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center top;
     object-position: center top;
}
.slideshow__info {
  display: flex;
  padding-left: 224px;
  width: 100%;
  height: 80px;
  background: #f4f4f4;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .slideshow__info {
    flex-direction: column;
    height: 160px;
    padding-left: 0;
  }
}
.slideshow__index {
  display: flex;
  gap: 4px;
  border-left: 1px solid #c79738;
  padding: 28px 40px;
  height: 100%;
  background: #1071b7;
  color: #ffffff;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .slideshow__index {
    height: 50%;
    padding-left: calc(50% + 40px);
    align-items: center;
    justify-content: center;
    order: 2;
  }
}
.slideshow__index span {
  width: 24px;
  text-align: center;
}
.slideshow__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&1+0,0+100 */
}
.slideshow__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .slideshow__content {
    width: auto;
  }
}
.slideshow__title {
  text-transform: uppercase;
  font-size: 5rem;
  color: white;
  line-height: normal;
}
@media only screen and (max-width: 1400px) {
  .slideshow__title {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 1200px) {
  .slideshow__title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 992px) {
  .slideshow__title {
    font-size: 2rem;
  }
}
.slideshow__txt {
  margin: 0;
}

.card {
  position: relative;
  display: block;
  background: #ffffff;
}
.card__category-tag {
  color: #565151;
  font-weight: bold;
}
.card__image {
  position: relative;
  height: 200px;
}
.card--lg .card__image {
  height: 320px;
}
.card--gallery .card__image {
  height: 300px;
}
.card__image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__content {
  display: flex;
  flex-direction: column;
}
.card--text .card__content {
  padding: 40px 24px;
  height: 100%;
}
.card--gallery .card__content {
  height: calc(100% - 300px);
}
.card__title {
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #454b3b;
}
.card--lg .card__title {
  margin-bottom: 24px;
}
.card--post .card__title {
  margin-bottom: 0;
}
.card__txt {
  color: #565151;
  font-weight: bold;
}
.card--text .card__txt {
  margin-bottom: 24px;
}
.card__info {
  margin-top: auto;
  margin-left: auto;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #565151;
}
.card--text .card__info {
  margin-left: 0;
  margin-right: auto;
  color: #726e6e;
}
.card--lg .card__info {
  font-weight: bold;
}
.card--post .card__info {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 24px;
  text-align: left;
}
.card--post .card__info .author {
  display: inline;
}
.card__info .author {
  display: block;
}
.card--event {
  min-height: 475px;
  height: 100%;
}
.card--event .card__image {
  height: 194px;
}
.card--event .card__content {
  height: calc(100% - 194px);
}
.card--announcements {
  background: #e0e5d0;
}
.card:hover:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #c79738;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  z-index: 1;
}
.card--grey {
  background: #f7f3f2;
}
.card--video {
  padding: 24px;
}

.event__date {
  margin-bottom: 16px;
}
.event__icon {
  margin-bottom: auto;
  margin-right: 8px;
  padding: 8px 10px;
  background: #f4f4f4;
}
.event__time {
  color: #ada8a8;
}
.event__time * {
  font-weight: 700;
}
.event .card__tags {
  display: initial;
}
.event .tag {
  padding: 6px;
}

.critical-news {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  padding: 124px 40px 15px;
  background: #eea73e;
  color: #000000;
}
@media only screen and (max-width: 992px) {
  .critical-news {
    padding: 240px 16px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .critical-news {
    flex-wrap: wrap;
    padding: 240px 16px 15px;
    gap: 8px;
  }
}
.critical-news__title {
  display: flex;
  flex: none;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.critical-news .material-icons-round {
  font-size: 40px;
}
.critical-news p,
.critical-news ul {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .critical-news p,
  .critical-news ul {
    padding-left: 48px;
  }
}
.critical-news ul {
  padding-left: 30px;
}
.critical-news__close-icon {
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .critical-news__close-icon {
    position: absolute;
    top: 24px;
    right: 15px;
  }
}

.sitemap-menu {
  display: none;
  position: absolute;
  top: 100px;
  height: calc(100vh - 164px);
  background: #959e75;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu {
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    height: 100vh;
  }
  @supports (height: 100dvh) {
    .sitemap-menu {
      height: 100dvh;
    }
  }
}
.sitemap-menu .nav {
  margin: 0;
  padding: 24px 0;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav {
    padding-top: 70px;
  }
}
.sitemap-menu .nav > li {
  margin-bottom: 10px;
}
.sitemap-menu .nav li > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 8px 28px 8px 32px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 700;
}
.sitemap-menu .nav li.dropdown {
  width: 350px;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li.dropdown {
    width: 100%;
  }
}
.sitemap-menu .nav li.dropdown a:after {
  content: "arrow_forward";
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  transition: all 0.4s;
}
.sitemap-menu .nav li.dropdown ul {
  display: none;
  padding: 0;
}
.sitemap-menu .nav li.dropdown li .nav__icon {
  display: none;
}
.sitemap-menu .nav li:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 993px) {
  .sitemap-menu .nav li:hover ul {
    display: block;
    position: absolute;
    top: 0;
    left: 350px;
    background: #e0e5d0;
    height: 100%;
    width: 350px;
    padding: 24px 0;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul {
    display: none;
  }
}
.sitemap-menu .nav li:hover ul li a {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: none;
  color: #454b3b;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul li a {
    color: white;
  }
}
.sitemap-menu .nav li:hover ul li a:after {
  display: none;
}
.sitemap-menu .nav li:hover ul li ul {
  position: relative;
  left: 0;
  height: auto;
  padding: 0;
}
.sitemap-menu .nav li:hover ul li ul a {
  position: relative;
  padding-left: 58px;
  font-size: 0.875rem;
}
.sitemap-menu .nav li:hover ul li ul a:before {
  content: "remove";
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  color: #1b1e1f;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul li ul a:before {
    display: none;
  }
}
.sitemap-menu .nav li:hover ul li:hover a {
  color: #959e75;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul li:hover a {
    color: white;
  }
}
.sitemap-menu .nav li:hover ul li:hover li a {
  color: #242525;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul li:hover li a {
    color: white;
  }
}
.sitemap-menu .nav li:hover ul li:hover li:hover a {
  color: #959e75;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav li:hover ul li:hover li:hover a {
    color: white;
  }
}
.sitemap-menu .nav li:hover li.dowpdown ul {
  position: relative;
  top: auto;
  left: auto;
  background: none;
  height: auto;
}
.sitemap-menu .nav__icon {
  position: relative;
  margin-right: 16px;
  padding-bottom: 5px;
  color: #242525;
}
.sitemap-menu .nav__icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background: #c79738;
}
.sitemap-menu .nav__link__text {
  display: none;
}
.sitemap-menu .nav--mobile-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.sitemap-menu .nav--mobile-sub .back-to-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #454b3b;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding: 8px 28px 8px 32px;
  cursor: pointer;
}
.sitemap-menu .nav--mobile-sub .back-to-main:hover, .sitemap-menu .nav--mobile-sub .back-to-main:active, .sitemap-menu .nav--mobile-sub .back-to-main:focus, .sitemap-menu .nav--mobile-sub .back-to-main:focus-within {
  color: #1b1e1f;
}
.sitemap-menu .nav--mobile-sub .list {
  padding-bottom: 36px;
}
.sitemap-menu .nav--mobile-sub li {
  margin-bottom: 10px;
  list-style: none;
}
.sitemap-menu .nav--mobile-sub li:hover {
  background: none;
}
.sitemap-menu .nav--mobile-sub li:hover a {
  background: white;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav--mobile-sub li:hover a {
    background: none;
  }
}
.sitemap-menu .nav--mobile-sub li:hover ul li a {
  background: none;
}
.sitemap-menu .nav--mobile-sub li:hover ul li a:hover {
  background-color: white;
}
@media only screen and (max-width: 992px) {
  .sitemap-menu .nav--mobile-sub li:hover ul li a:hover {
    background: none;
  }
}
.sitemap-menu .nav--mobile-sub li.dropdown a:after {
  display: none;
}
.sitemap-menu .nav--mobile-sub li.dropdown ul {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
}
.sitemap-menu .nav--mobile-sub li.dropdown ul li a {
  text-transform: none;
  padding-left: 52px;
}
.sitemap-menu .nav--mobile-sub li.dropdown ul li.dropdown ul li a {
  padding-left: 74px;
}

.litepicker {
  font-weight: 700;
}
.litepicker .container__months {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
}
.litepicker .container__months .month-item {
  padding: 0;
  width: 100%;
}
.litepicker .container__months .month-item .button-previous-month,
.litepicker .container__months .month-item .button-next-month {
  display: flex;
  padding: 12px 14.5px;
}
.litepicker .container__months .month-item .button-previous-month svg,
.litepicker .container__months .month-item .button-next-month svg {
  fill: #000000;
}
.litepicker .container__months .month-item .button-previous-month:hover,
.litepicker .container__months .month-item .button-next-month:hover {
  background: #1b1e1f;
  cursor: pointer;
}
.litepicker .container__months .month-item .button-previous-month:hover svg,
.litepicker .container__months .month-item .button-next-month:hover svg {
  fill: #ffffff;
}
.litepicker .container__months .month-item .button-previous-month {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.litepicker .container__months .month-item .button-next-month {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.litepicker .container__months .month-item .month-item-weekdays-row {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #454b3b;
  color: #ffffff;
  height: 40px;
  width: 100%;
}
.litepicker .container__months .month-item-header {
  margin-bottom: 24px;
  padding: 0;
}
.litepicker .container__months .month-item-header div > .month-item-name {
  text-transform: capitalize;
}
.litepicker .container__days > div,
.litepicker .container__days > a {
  padding: 8px 0;
  width: 14.2857142857%;
}
.litepicker .container__days .day-item:hover {
  box-shadow: inset 0 0 0 1px #1b1e1f;
  color: #1b1e1f;
  cursor: pointer;
}
.litepicker .container__days .day-item.is-today {
  background: #454b3b;
  color: #ffffff;
  border-radius: 0;
}
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date {
  background: #1b1e1f;
  color: #ffffff;
}
.litepicker .container__days .day-item.is-start-date {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.litepicker .container__days .day-item.is-end-date {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.litepicker .container__days .day-item.is-start-date.is-end-date {
  border-radius: 8px;
}
.litepicker .container__days .day-item.is-start-date.is-end-date:hover {
  color: #ffffff;
}
.litepicker .container__days .day-item.is-in-range {
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #1b1e1f;
  color: #1b1e1f;
}

.from-to {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .from-to {
    margin-bottom: 24px;
  }
}
.from-to .form-group {
  padding-bottom: 24px;
}
.from-to .form-control {
  background: none;
}
.from-to .btn, .from-to .btn--primary, .from-to .btn--secondary, .from-to .btn--positive, .from-to .btn--critical, .from-to .btn--text, .from-to .btn--inactive {
  width: 100%;
  justify-content: center;
  cursor: pointer;
}

.gallery-page filter {
  display: flex;
  gap: 16px;
  padding-top: 46px;
}
.gallery-page .form-control {
  width: 240px;
}
.gallery-page .form-control.search {
  width: 320px;
}
.gallery-page__row {
  padding-top: 34px;
}
.gallery-page .card--gallery {
  height: calc(100% - 40px);
  margin-bottom: 40px;
}

.gallery-detail-page {
  background-color: #212121;
}
.gallery-detail-page header {
  margin-bottom: 45px;
}
.gallery-detail-page header p {
  margin-top: 50px;
  max-width: 70ch;
  color: #e5e0df;
}
@media only screen and (max-width: 992px) {
  .gallery-detail-page header p {
    max-width: 100%;
  }
}

.gallery__grid {
  margin: 0 -12px;
  width: 100%;
}
.gallery__grid .gallery__image {
  padding: 12px;
  width: 33%;
  box-sizing: border-box;
}
@media only screen and (max-width: 992px) {
  .gallery__grid .gallery__image {
    width: 50%;
  }
}

.gallery {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100vh;
  background: black;
}
.gallery__close {
  display: flex;
  height: 80px;
  background: #000000;
}
.gallery__close .material-icons-round {
  margin: auto 12px auto auto;
  color: white;
  font-size: 48px;
  cursor: pointer;
}
.gallery__slider__image {
  width: 100%;
  height: 100%;
}
.gallery__slider__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery__slider__info {
  display: flex;
  padding-left: 224px;
  width: 100%;
  height: 80px;
  background: #f4f4f4;
  color: #000000;
}
.gallery__slider__index {
  display: flex;
  gap: 4px;
  border-left: 1px solid #c79738;
  padding: 28px 40px;
  height: 100%;
  background: #1071b7;
  color: #ffffff;
  font-weight: 700;
}
.gallery__slider__index span {
  width: 24px;
  text-align: center;
}
.gallery__slider__content {
  display: flex;
  flex-direction: column;
  padding-left: 24px;
  justify-content: center;
}
.gallery__slider__title {
  text-transform: uppercase;
}
.gallery__slider__txt {
  margin: 0;
}
.gallery__slider__nav {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gallery__slider__nav .slider__nav__arrow {
  padding: 28px 44px;
}
.gallery__slider, .gallery__slider__slide {
  height: calc(100% - 80px);
}
.gallery .slick-track,
.gallery .slick-list,
.gallery .slick-slide > div,
.gallery .slide {
  height: 100%;
}

.news-page__container {
  padding-top: 46px;
}
.news-page__container .card {
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .news-page__container .card__container {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news-page__container .card__container {
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .news-page__container .card__container {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1400px) {
  .news-page__container .card__container {
    flex: 0 0 auto;
    width: 25%;
  }
}
.news-page__container .card__image {
  height: auto;
}
.news-page__container .card__image img {
  position: relative;
}
.news-page__container .card__info {
  margin-top: 10px;
}

.events-and-news-detail-page {
  background-color: #f4f4f4;
  height: 100%;
}
.events-and-news-detail-page__header {
  padding: 80px 0 40px;
  background: #ffffff;
}
.events-and-news-detail-page__header__title {
  position: relative;
  color: #454b3b;
  padding-left: 40px;
  text-wrap: balance;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .events-and-news-detail-page__header__title {
    font-size: 24px;
  }
}
.events-and-news-detail-page__header__title:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  background: url('/app/szereda/assets/addons/szereda/magic/szereda-theme/resources/images/symbol-dark.svg?v=1759144289') no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
.events-and-news-detail-page__header__info {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 24px;
}
.events-and-news-detail-page__body {
  position: relative;
  z-index: 1;
  margin: 40px 0;
}
@media only screen and (max-width: 992px) {
  .events-and-news-detail-page__body {
    margin-top: 0;
  }
}
.events-and-news-detail-page__body:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 90%;
}
@media only screen and (max-width: 992px) {
  .events-and-news-detail-page__body:after {
    display: none;
  }
}
.events-and-news-detail-page__subtitle {
  text-transform: uppercase;
}
.events-and-news-detail-page__content {
  gap: 68px;
  align-items: center;
}
.events-and-news-detail-page__content > .col {
  margin-bottom: auto;
}
.events-and-news-detail-page .image-container {
  display: none;
  position: relative;
  width: 480px;
  height: 480px;
  padding: 0;
}
.events-and-news-detail-page .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news-gallery__body {
  position: relative;
  z-index: 1;
  margin: 40px 0;
}
@media only screen and (max-width: 992px) {
  .news-gallery__body {
    margin-top: 0;
  }
}
.news-gallery__body:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .news-gallery__body:after {
    display: none;
  }
}

.jobs-page filter {
  display: flex;
  gap: 16px;
  padding-top: 46px;
}
@media only screen and (max-width: 768px) {
  .jobs-page filter {
    flex-direction: column;
  }
}
.jobs-page .form-control.search {
  width: 320px;
}
@media only screen and (max-width: 768px) {
  .jobs-page .form-control.search {
    width: 100%;
  }
}
.jobs-page__container {
  padding-top: 46px;
}
.jobs-page__container .card {
  margin-bottom: 24px;
  height: calc(100% - 24px);
}

@media only screen and (max-width: 1400px) {
  .jobs-detail-page__header {
    order: 1;
  }
}
@media only screen and (max-width: 1400px) {
  .jobs-detail-page__documents {
    order: 3;
    padding-top: 40px;
  }
}
.jobs-detail-page__content {
  padding: 40px;
  background: white;
}
@media only screen and (max-width: 1400px) {
  .jobs-detail-page__content {
    order: 2;
  }
}
.jobs-detail-page__content .tags {
  color: #565151;
  text-transform: uppercase;
  font-weight: bold;
}
.jobs-detail-page__content__title {
  color: #000000;
  text-transform: uppercase;
}

.content-page__header {
  margin-bottom: 40px;
}
.content-page__title {
  color: #000000;
  text-wrap: balance;
}
.content-page__author {
  margin-top: 24px;
}
.content-page__image {
  margin-bottom: 80px;
  height: 640px;
}
.content-page__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.content-page__content {
  padding-top: 48px;
  padding-bottom: 48px;
  overflow-x: auto;
}
.content-page__content h2 {
  font-weight: bold;
  margin-bottom: 8px;
}
.content-page__content ul li.dropdown > a {
  color: black;
  cursor: default;
  font-weight: 700;
  font-size: 1rem;
}
.content-page__content ul li {
  padding: 5px 0;
}

.events-page__container {
  padding-top: 46px;
}
.events-page .card {
  margin-bottom: 24px;
  height: calc(100% - 24px);
}
.events-page .from-to .form-control input {
  color: #000;
}
.events-page #events-form {
  background: white;
}

.administration-page {
  background: none;
}
.administration-page__container {
  padding-top: 46px;
}
.administration-page .decision {
  margin-bottom: 60px;
}
.administration-page .decision__title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .administration-page .decision__title {
    font-size: 24px;
  }
}
.administration-page .decision p {
  margin-bottom: 20px;
}
.administration-page .decision .certificate {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .administration-page .decision .certificate {
    font-size: 20px;
  }
}
.administration-page .annex {
  margin-top: 10px;
}
.administration-page .annex a {
  margin: 4px 10px 4px 0;
}
.administration-page .form-control {
  margin-right: 20px;
}
.administration-page__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  justify-content: space-between;
}
.administration-page .tab {
  background: #454b3b;
  display: flex;
  align-items: center;
  color: white;
  gap: 12px;
  padding-right: 12px;
  padding-left: 12px;
  height: 40px;
  border-radius: 2px;
  cursor: pointer;
}
.administration-page .tab:hover {
  background: #959e75;
}
.administration-page .tab.active {
  background: #1b1e1f;
}
.administration-page .tab.active:hover {
  background: #959e75;
}
.administration-page .tab__container {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 768px) {
  .administration-page .tab__container {
    flex-wrap: wrap;
  }
}
.administration-page .card {
  margin-bottom: 24px;
}
.administration-page .card.sister-city {
  height: calc(100% - 24px);
}
.administration-page .card.sister-city img {
  -o-object-fit: contain;
     object-fit: contain;
}
.administration-page .card.sister-city .card__sub-title {
  color: #000000;
  font-size: 16px;
}
.administration-page .card__content {
  padding: 20px 12px;
}
.administration-page .card__title {
  margin-bottom: 0;
}

.department-page .department__title {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 768px) {
  .department-page .department__title {
    font-size: 24px;
  }
}
.department-page__container {
  padding-top: 46px;
}
.department-page .forms {
  margin-bottom: 32px;
}

.informative-page__container {
  padding-top: 46px;
}

.card--informative {
  display: flex;
  gap: 24px;
  flex-direction: column;
  font-weight: bold;
  padding: 24px;
  margin-bottom: 24px;
}
.card--informative .material-icons-outlined {
  color: #726e6e;
  transition: all 0.4s;
}
.card--informative__address,
.card--informative a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: #000000;
}
.card--informative a:last-of-type {
  margin-bottom: 0;
}
.card--informative a:hover {
  color: #959e75;
}
.card--informative a:hover .material-icons-outlined {
  color: #3c3838;
}
.card--informative .card__image {
  width: 100%;
}

.management-page__container {
  padding-top: 46px;
}
.management-page__container .card:hover:after {
  display: none;
}
.management-page__container .card--management {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  padding: 24px;
}
.management-page__container .card__row {
  display: flex;
  gap: 24px;
  flex: 1;
  max-width: 100%;
}
.management-page__container .card__title {
  text-transform: none;
}
.management-page__container .card .position,
.management-page__container .card .office {
  color: #565151;
  text-transform: uppercase;
}
.management-page__container .card a {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  color: #000000;
  align-items: center;
}
.management-page__container .card a:hover {
  color: #959e75;
}
.management-page__container .card .link {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  color: #000000;
  align-items: center;
}
.management-page__container .card__image {
  flex: 0 0 120px;
  max-width: 120px;
  height: 150px;
}
.management-page__container .card__image img {
  -o-object-position: top;
     object-position: top;
}
.management-page__container .card__content {
  flex: 0 1 auto;
  flex-wrap: wrap;
}
.management-page__container .card__information {
  flex: 0 0 100%;
  max-width: 100%;
}
.management-page__container .card__txt {
  font-weight: normal;
}

.subpage {
  height: 100%;
  background-color: #f4f4f4;
}

.pro-urbe-page__container,
.olympics-page__container {
  padding-top: 46px;
}
@media only screen and (max-width: 768px) {
  .pro-urbe-page__container,
  .olympics-page__container {
    flex-direction: row-reverse;
  }
}
.pro-urbe-page .card,
.olympics-page .card {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  height: calc(100% - 24px);
  padding: 24px;
}
@media only screen and (max-width: 576px) {
  .pro-urbe-page .card,
  .olympics-page .card {
    flex-direction: column;
    height: auto;
  }
}
.pro-urbe-page .card__image,
.olympics-page .card__image {
  flex: 0 0 120px;
  max-width: 120px;
  height: 120px;
}
@media only screen and (max-width: 576px) {
  .pro-urbe-page .card__image,
  .olympics-page .card__image {
    height: auto;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pro-urbe-page .card__image img,
  .olympics-page .card__image img {
    position: relative;
  }
}
@media only screen and (max-width: 768px) {
  .pro-urbe-page .card__container,
  .olympics-page .card__container {
    flex: 1;
  }
}
.pro-urbe-page .card__txt,
.olympics-page .card__txt {
  font-weight: normal;
}
.pro-urbe-page .card:hover:after,
.olympics-page .card:hover:after {
  display: none;
}

.tourism-page__container {
  padding-top: 46px;
}
.tourism-page__container .card--tourism {
  text-align: center;
  margin-bottom: 24px;
}
.tourism-page__container .card__content {
  padding: 80px 24px;
}
@media only screen and (max-width: 576px) {
  .tourism-page__container .card__content {
    padding: 40px 24px;
  }
}

.organization-structure-page__container {
  padding-top: 46px;
}
.organization-structure-page__container .card {
  margin-bottom: 24px;
}

.organization-structure-detail-page__container {
  padding-top: 46px;
}
.organization-structure-detail-page .card {
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.organization-structure-detail-page .card:hover:after {
  display: none;
}
.organization-structure-detail-page .card__title {
  text-transform: none;
}
.organization-structure-detail-page .card__content {
  padding: 24px;
  gap: 8px;
}
.organization-structure-detail-page .card__content .link {
  display: flex;
  gap: 8px;
  color: #000000;
  font-weight: bold;
}
.organization-structure-detail-page .card__content .link:hover {
  color: #1b1e1f;
}
.organization-structure-detail-page .card__content .btn, .organization-structure-detail-page .card__content .btn--primary, .organization-structure-detail-page .card__content .btn--secondary, .organization-structure-detail-page .card__content .btn--positive, .organization-structure-detail-page .card__content .btn--critical, .organization-structure-detail-page .card__content .btn--text, .organization-structure-detail-page .card__content .btn--inactive {
  margin-right: auto;
}
.organization-structure-detail-page .card__content .time {
  color: #565151;
  line-height: 26px;
}
.organization-structure-detail-page .card__content .position {
  display: block;
  color: #565151;
}
.organization-structure-detail-page .sub-departments {
  background: white;
}
.organization-structure-detail-page .sub-departments .card {
  background-color: #f4f4f4;
}
.organization-structure-detail-page .dropdown {
  cursor: pointer;
}
.organization-structure-detail-page .panel-acc {
  display: none;
  overflow: hidden;
}

.newspaper-page__container {
  padding-top: 46px;
}
.newspaper-page__container .col-12 {
  padding-top: 24px;
  padding-bottom: 24px;
}
.newspaper-page .featured-newspaper {
  border-top: 1px solid #cac5c4;
  border-bottom: 1px solid #cac5c4;
  background: white;
}
.newspaper-page .featured-newspaper__title {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .newspaper-page .featured-newspaper__title {
    font-size: 24px;
  }
}
.newspaper-page .featured-newspaper p {
  margin-bottom: 4px;
}
.newspaper-page .newspaper__title {
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .newspaper-page .newspaper__title {
    font-size: 20px;
  }
}
.newspaper-page .annex a {
  margin: 4px 10px 4px 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Roboto Slab", serif;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  color: #212121;
}
body.no-scroll {
  overflow: hidden;
}

#main {
  flex: 1 1 auto;
  padding-top: 134px;
}
@media only screen and (max-width: 992px) {
  #main {
    padding-top: 142px;
  }
}
#main.nav-open {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  background: rgba(0, 0, 0, 0.45);
}

a {
  text-decoration: none;
}

.site-footer {
  flex-shrink: 0;
}
