@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

/*!
 * Bootstrap Grid v5.0.2 (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(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

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

@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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%;
  }
}
@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-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-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-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-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-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-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;
  }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

a {
  background-color: transparent;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 32px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.clickable {
  cursor: pointer;
}

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

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-footer:after {
  clear: both;
}

.modal-close {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  transform: rotate(45deg);
  cursor: pointer;
}
.modal-close:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  transform: rotate(-45deg);
  top: -13px;
  left: -13px;
}
.modal-close:hover, .modal-close:focus {
  opacity: 0.8;
}
.modal-close:active {
  opacity: 1;
}

.modal-book-event .modal-body {
  background-color: #eee;
  border-radius: 0 0 6px 6px;
}
.modal-book-event .modal-body .section {
  min-height: auto;
  padding: 0 !important;
  background-image: none !important;
}
.modal-book-event .modal-body .section .form-wrapper {
  padding: 20px !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  /* Colours */
  --clr-black: #000;
  --clr-gray-800: #272E3A;
  --clr-gray-600: #666;
  --clr-gray-500: #bbb;
  --clr-gray-400: #ccc;
  --clr-gray-300: #ddd;
  --clr-gray-200: #eee;
  --clr-gray-100: #f5f5f5;
  --clr-gray-50: #fefefe;
  --clr-white:#fff;
  --clr-primary: #F57F17;
  --clr-primary-hover: #e66c00;
  --clr-secondary: #272E3A;
  --clr-red: #FF0000;
  /* Fonts */
  --primary-font: "Cormorant Garamond", serif;
  --secondary-font: "Bebas Neue", sans-serif;
  --main-font: "Lato", sans-serif;
  /* Font Size */
  --font-size-xxxl: 210px;
  --font-size-xxl: 68px;
  --font-size-xl: 48px;
  --font-size-l: 34px;
  --font-size-lg: 24px;
  --font-size-md: 21px;
  --font-size-sm: 18px;
  --font-size-xsm: 16px;
  --font-size-xxsm: 14px;
  /* screen aspect */
  --aspect-ratio: 16 / 10;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.color-red {
  color: var(--clr-red);
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

body {
  font-family: var(--main-font);
  font-size: var(--font-size-sm);
}

a {
  color: var(--clr-black);
  text-decoration: none;
}
a:hover, a:focus {
  opacity: 0.7;
}
a:active {
  opacity: 1;
}

p {
  font-size: var(--font-size-lg);
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
  font-weight: bold;
}

.title-section {
  font-size: var(--font-size-xxl);
  line-height: 78px;
  font-weight: bold;
}

.subtitle {
  font-weight: normal;
  font-family: var(--secondary-font);
  font-size: var(--font-size-xxxl);
  color: var(--clr-gray-400);
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
}

.btn {
  display: inline-block;
  line-height: 60px;
  padding: 0 50px;
  border-radius: 8px;
  background-color: var(--clr-primary);
  font-size: var(--font-size-lg);
  color: var(--clr-white) !important;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
}
.btn:hover, .btn:focus {
  background: var(--clr-primary-hover);
  outline: none;
  text-decoration: none;
}
.btn:active {
  background-color: var(--clr-primary);
  text-decoration: none;
}
.btn.outline {
  background: none;
  border: 2px solid var(--clr-white);
  color: var(--clr-white);
}
.btn.sm {
  line-height: 40px;
  padding: 0 40px;
  font-size: var(--font-size-sm);
}

.form-item {
  display: flex;
  flex-direction: column;
}
.form-item .text {
  display: inline-block;
  margin-bottom: 15px;
}
.form-item .input,
.form-item .textarea,
.form-item .select {
  border-radius: 4px;
  border: 1px solid transparent;
  padding: 8 15px;
  height: 40px;
  background-color: var(--clr-white);
}
.form-item .input::-moz-placeholder, .form-item .textarea::-moz-placeholder, .form-item .select::-moz-placeholder {
  color: var(--clr-gray-500);
  opacity: 1;
}
.form-item .input::placeholder,
.form-item .textarea::placeholder,
.form-item .select::placeholder {
  color: var(--clr-gray-500);
  opacity: 1;
}
.form-item .input:hover,
.form-item .textarea:hover,
.form-item .select:hover {
  border: 1px solid var(--clr-gray-500);
  outline: none;
}
.form-item .input:focus,
.form-item .textarea:focus,
.form-item .select:focus {
  border: 1px solid var(--clr-gray-500);
  background-color: var(--clr-gray-50);
  outline: none;
}
.form-item .textarea {
  height: auto;
  min-height: 80px;
  max-width: 100%;
}

.arrow {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: pointer;
}
.toggle-plus {
  width: 70px;
  height: 70px;
  position: relative;
  font-size: 50px;
  cursor: pointer;
  border: 0;
  outline: 0;
  padding: 0;
  transform: scale(0.7);
}
.toggle-plus .plus,
.toggle-plus .minus {
  padding: 10px;
  width: 70px;
  height: 70px;
  line-height: 50px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  box-sizing: border-box;
  transition: 0.5s all ease-out;
}
.toggle-plus .plus {
  opacity: 1;
  transform: rotate(0deg);
}
.toggle-plus .minus {
  opacity: 0;
  transform: rotate(-90deg);
}

.toggle-plus.active .plus,
.active .toggle-plus .plus {
  opacity: 0;
  transform: rotate(90deg);
}

.toggle-plus.active .minus,
.active .toggle-plus .minus {
  opacity: 1;
  transform: rotate(0deg);
}

.slick-arrow {
  text-align: center;
}
.slick-arrow:before {
  display: inline-block;
  margin: 0 auto;
  font-family: "icomoon" !important;
  color: var(--clr-black);
}
.slick-arrow:hover, .slick-arrow:focus {
  border-color: var(--clr-primary) !important;
}
.slick-arrow:hover:before, .slick-arrow:focus:before {
  color: var(--clr-primary) !important;
}
.slick-arrow:active {
  border-color: var(--clr-black) !important;
}
.slick-arrow:active:before {
  color: var(--clr-black) !important;
}
.slick-arrow:active {
  opacity: 1;
}
.slick-arrow.slick-next:before {
  content: "\e901";
}
.slick-arrow.slick-prev:before {
  content: "\e91f";
}

a.logo {
  opacity: 1 !important;
}

.parallax-subtitle {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.show-mobile {
  display: none;
}

.header-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 115px;
  z-index: 100;
  transition: all 0.5s ease-out;
}
.header-main .container.desktop {
  height: 100%;
}
.header-main .container.desktop .logo {
  display: none;
  width: 265px;
  height: auto;
}
.header-main .container.desktop .logo.white {
  display: block;
}
.header-main .container.desktop .flex-row {
  height: 100%;
  align-items: center;
}
.header-main .container.desktop .menu-main {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.header-main .container.desktop .menu-main a {
  display: inline-block;
  color: var(--clr-white);
  padding: 8px 0;
  font-size: var(--font-size-lg);
  text-decoration: none;
}
.header-main .container.desktop .menu-main a:hover {
  text-decoration: none;
}
.header-main .container.desktop .menu-main a .icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.header-main .container.desktop .menu-main > li {
  position: relative;
  margin: 0 20px;
}
.header-main .container.desktop .menu-main > li:hover ul {
  display: block;
}
.header-main .container.desktop .menu-main ul {
  background: var(--clr-white);
  display: none;
  position: absolute;
  z-index: 12;
  left: 20px;
  top: 100%;
  padding: 8px 16px;
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.header-main .container.desktop .menu-main ul li {
  border-bottom: 1px solid var(--clr-gray-300);
}
.header-main .container.desktop .menu-main ul li:last-of-type {
  border-bottom: 0;
}
.header-main .container.desktop .menu-main ul a {
  display: block;
  font-size: var(--font-size-sm);
  letter-spacing: 1;
  padding: 5px 20px 5px 15px;
  color: var(--clr-black);
}
.header-main .container.mobile {
  display: none;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
.header-main .container.mobile .logo {
  width: 265px;
  height: 65px;
}
.header-main .container.mobile .menu-main {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
}
.header-main .container.mobile .menu-main-container {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  width: 350px;
  height: calc(100% - 80px);
  padding: 46px 0 40px;
  top: 80px;
  background-color: var(--clr-white);
  justify-content: space-between;
  flex-direction: column;
}
.header-main .container.mobile .menu-main-container ul {
  list-style: none;
}
.header-main .container.mobile .menu-main-container ul a {
  display: block;
  padding: 8px 15px;
  text-decoration: none;
  font-size: var(--font-size-md);
}
.header-main .container.mobile .menu-main-container ul a:hover {
  text-decoration: none;
  background-color: var(--clr-gray-50);
}
.header-main .container.mobile .menu-main-container ul li {
  border-bottom: 1px solid var(--clr-gray-300);
}
.header-main .container.mobile .menu-main-container ul li:first-of-type {
  border-top: 1px solid var(--clr-gray-300);
}
.header-main .container.mobile .menu-main-container.open {
  display: flex;
}
.header-main.white {
  background-color: var(--clr-white);
}
.header-main.white .container .logo.white {
  display: none;
}
.header-main.white .container .logo.black {
  display: inline-block;
}
.header-main.white .container .menu-main a {
  color: var(--clr-black);
}
.header-main.small {
  height: 80px;
  background-color: var(--clr-white);
}
.header-main.small .container .logo.white {
  display: none;
}
.header-main.small .container .logo.black {
  display: inline-block;
}
.header-main.small .container .menu-main a {
  color: var(--clr-black);
}

.header-white {
  padding-top: 115px;
}

/* menu icon animation */
.menu-main-icon {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 25px auto;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
  cursor: pointer;
}
.menu-main-icon:after {
  content: "";
  position: absolute;
  top: -25px;
  left: -25px;
  width: 75px;
  height: 80px;
}

.menu-main-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: var(--clr-gray-600);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-main-icon span:nth-child(1) {
  top: 2px;
}

.menu-main-icon span:nth-child(2), .menu-main-icon span:nth-child(3) {
  top: 14px;
}

.menu-main-icon span:nth-child(4) {
  top: 26px;
}

.menu-main-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu-main-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}

.menu-main-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.menu-main-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.page-menu-navigation {
  position: absolute;
  background-color: var(--clr-gray-100);
  top: calc(100% - 2px);
  left: 0;
  right: 0;
  display: none;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-menu-navigation::-webkit-scrollbar { /* WebKit */
  width: 0;
  height: 0;
}
.page-menu-navigation .mt-container {
  display: flex;
  align-items: top;
  justify-content: center;
  min-width: 840px;
}
.page-menu-navigation .mt-container .mt-item {
  padding: 10px 15px 5px;
  text-align: center;
  cursor: pointer;
}
.page-menu-navigation .mt-container .mt-item .icon {
  display: block;
  font-size: var(--font-size-lg);
  margin-bottom: 5px;
}
.page-menu-navigation .mt-container .mt-item.active {
  background-color: var(--clr-gray-200);
}
.page-menu-navigation .mt-container .mt-item.active .icon {
  color: var(--clr-primary);
}

.main-footer {
  background-color: var(--clr-secondary);
  padding: 40px 0 20px;
  color: var(--clr-white);
}
.main-footer a {
  color: var(--clr-gray-400);
  text-decoration: underline;
}
.main-footer a:hover, .main-footer a:focus {
  color: var(--clr-white);
  text-decoration: none;
  opacity: 1;
}
.main-footer a:active {
  color: var(--clr-gray-400);
}
.main-footer ul {
  list-style-type: none;
}
.main-footer ul li {
  margin-bottom: 15px;
}
.main-footer .bottom {
  margin: 40px 0 20px;
}
.main-footer .bottom ul {
  display: flex;
  gap: 40px;
}
.main-footer .bottom ul li {
  margin: 0;
}
.main-footer .title {
  color: var(--clr-gray-400);
  font-size: var(--font-size-sm);
  font-weight: bold;
  margin-bottom: 15px;
}
.main-footer .phone,
.main-footer .email {
  display: inline-block;
  margin-bottom: 15px;
}
.main-footer .social-list {
  display: flex;
  margin-top: 25px;
  gap: 15px;
  justify-content: center;
}
.main-footer .social-list a {
  text-decoration: none;
  font-size: 30px;
}
.main-footer.short {
  padding: 20px 0;
}
.main-footer.short .bottom {
  margin: 0;
}

/* home page */
/* hero */
.section {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  padding: 80px 15px;
}
.section .subtitle {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.section.with-title {
  padding: 180px 0 110px;
}
.section.hero {
  background-color: var(--clr-secondary);
  background-image: url(../img/bg-hero.jpg);
  background-size: cover;
  color: var(--clr-white);
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0 15px;
}
.section.hero .container {
  padding-top: 80px;
  position: relative;
}
.section.hero .container .content {
  position: relative;
  z-index: 10;
}
.section.hero .container .title-section {
  margin: 0 auto 50px;
  max-width: 980px;
}
.section.hero .container .paragraph {
  font-size: var(--font-size-lg);
  max-width: 750px;
  margin: 0 auto 80px;
  line-height: 42px;
}
.section.hero .item-float {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.section.hero .item-float.if-01 {
  top: 18%;
  left: 7%;
}
.section.hero .item-float.if-02 {
  top: -15%;
  right: 10%;
}
.section.hero .item-float.if-03 {
  top: 90%;
  left: 22%;
}
.section.hero .item-float.if-04 {
  top: 100%;
  right: -5%;
}
.section.hero .item-float.if-05 {
  top: 30%;
  left: -2%;
}
.section.hero .item-float.if-06 {
  top: -13%;
  right: -2%;
}
.section.hero .item-float.if-07 {
  top: 70%;
  right: 10%;
}
.section.hero .item-float.if-08 {
  top: -10%;
  left: -5%;
}
.section.hero .item-float.if-09 {
  top: 70%;
  left: 13%;
}
.section.hero .item-float.if-10 {
  top: 35%;
  right: 20%;
}
.section.hero .item-fixed {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section.hero .item-fixed.if-01 {
  left: -250px;
  margin-top: 250px;
}
.section.hero .item-fixed.if-02 {
  right: -250px;
  margin-top: 50px;
}
.section.what-we-do .tabs-head {
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.section.what-we-do .tabs-head .row {
  gap: 30px;
}
.section.what-we-do .tabs-head .row .tabs-head-item {
  display: flex;
  align-items: flex-start;
  padding: 30px 40px 30px 15px;
  background-color: var(--clr-gray-100);
  border-radius: 16px;
  color: var(--clr-gray-600);
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.section.what-we-do .tabs-head .row .tabs-head-item:hover {
  background-color: var(--clr-gray-200);
}
.section.what-we-do .tabs-head .row .tabs-head-item .icon {
  display: block;
  width: 70px;
  height: 70px;
  background-color: var(--clr-white);
  border-radius: 35px;
  margin: 25px 15px 0 0;
  font-size: 30px;
  line-height: 70px;
  text-align: center;
  transition: all 0.2s ease-out;
}
.section.what-we-do .tabs-head .row .tabs-head-item .icon:before {
  color: var(--clr-gray-600);
  transition: all 0.2s ease-out;
}
.section.what-we-do .tabs-head .row .tabs-head-item .title {
  font-size: var(--font-size-lg);
  font-family: var(--primary-font);
  margin-bottom: 20px;
  font-weight: 600;
}
.section.what-we-do .tabs-head .row .tabs-head-item .text {
  font-size: var(--font-size-xsm);
}
.section.what-we-do .tabs-head .row .tabs-head-item.active {
  color: var(--clr-black);
  background-color: var(--clr-gray-200);
}
.section.what-we-do .tabs-head .row .tabs-head-item.active .icon {
  background-color: var(--clr-primary);
}
.section.what-we-do .tabs-head .row .tabs-head-item.active .icon:before {
  color: var(--clr-white);
}
.section.what-we-do .tabs-body {
  position: relative;
}
.section.what-we-do .tabs-body .tab-img {
  border-radius: 8px;
}
.section.what-we-do .tabs-body .details {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
}
.section.what-we-do .tabs-body .details .title {
  font-size: var(--font-size-xl);
  font-family: var(--primary-font);
  font-weight: 600;
  margin-bottom: 30px;
}
.section.what-we-do .tabs-body .details .btn-wrapper {
  margin-top: auto;
}
.section.events {
  background-color: var(--clr-secondary);
  color: var(--clr-white);
}
.section.events .events-slider-wrapper {
  position: relative;
}
.section.events .section-header {
  margin-bottom: 50px;
}
.section.events .slider {
  left: 240px;
  width: calc(100% - 240px);
}
.section.events .slider .slick-slide {
  height: auto;
}
.section.events .slider .slick-arrow {
  position: absolute;
  left: -240px;
  right: auto;
  width: 120px;
  height: 120px;
  border: 2px solid var(--clr-white);
  border-radius: 60px;
}
.section.events .slider .slick-arrow:before {
  font-size: 50px;
  color: var(--clr-white);
}
.section.events .slider .slick-arrow:active {
  border-color: var(--clr-white) !important;
}
.section.events .slider .slick-arrow:active:before {
  color: var(--clr-white) !important;
}
.section.events .slider .slick-arrow.slick-next {
  top: 60px;
}
.section.events .slider .slick-arrow.slick-prev {
  top: 230px;
}
.section.events .slider .slide {
  padding-right: 30px;
}
.section.events .slider .slide img {
  width: 650px;
  height: 580px;
}
.section.events .slider .slide .text {
  font-size: var(--font-size-sm);
  line-height: 28px;
  margin-top: 10px;
}
.section.events .count {
  position: absolute;
  bottom: -10px;
  left: 0;
  font-family: var(--secondary-font);
  font-size: 40px;
}
.section.events .count span {
  font-size: var(--font-size-xxl);
  line-height: 1;
}
.section.book-event {
  background-image: url(../img/bg-wood.jpg);
  background-repeat: repeat;
  background-position: center;
}
.section.book-event .container {
  position: relative;
}
.section.book-event .container .spice {
  width: 215px;
  height: 215px;
  position: absolute;
  pointer-events: none;
}
.section.book-event .container .spice:nth-child(1) {
  top: 50px;
  left: 0;
}
.section.book-event .container .spice:nth-child(2) {
  top: 50px;
  right: 0;
}
.section.book-event .container .spice:nth-child(3) {
  top: 410px;
  left: 0;
}
.section.book-event .container .spice:nth-child(4) {
  top: 410px;
  right: 0;
}
.section.book-event .container .form-wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 16px;
  background-color: var(--clr-gray-200);
  position: relative;
}
.section.book-event .container .form-wrapper .title {
  margin-bottom: 20px;
  text-align: center;
}
.section.book-event .container .form-wrapper .btn {
  margin-top: 40px;
}
.section.book-event .container .form-wrapper .row {
  margin-bottom: 25px;
}
.section.review .section-header {
  margin-bottom: 50px;
}
.section.review .review-slider {
  height: 400px;
}
.section.review .review-slider .slick-arrow {
  position: absolute;
  top: -85px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: pointer;
}
.section.review .review-slider .slick-arrow:before {
  font-size: 33px;
}
.section.review .review-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.section.review .review-slider .slick-arrow.slick-prev {
  right: 120px;
  left: auto;
}
.section.review .review-slider .slick-list {
  margin: 0 -15px;
}
.section.review .review-slider .slick-slide {
  width: 400px;
  height: 400px;
  margin: 0 15px;
}
.section.review .review-slider .slick-slide .slide {
  width: 400px;
  height: 400px;
  padding: 25px;
  background-color: var(--clr-gray-100);
  border-radius: 16px;
  text-align: center;
}
.section.review .review-slider .slick-slide .slide .photo {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  border-radius: 50%;
  background-color: var(--clr-white);
}
.section.review .review-slider .slick-slide .slide .photo.no-img {
  position: relative;
  text-align: center;
}
.section.review .review-slider .slick-slide .slide .photo.no-img:before {
  line-height: 100px;
  font-size: 50px;
  font-family: "icomoon" !important;
  content: "\e913";
  color: var(--clr-gray-500);
  margin: auto;
}
.section.review .review-slider .slick-slide .slide .name {
  font-size: var(--font-size-lg);
  color: var(--clr-primary);
  margin-bottom: 15px;
}
.section.review .review-slider .slick-slide .slide .text {
  font-size: var(--font-size-sm);
  height: 160px;
  overflow: hidden;
}
.section.review .button-section {
  text-align: right;
  margin-top: 40px;
}
.section.clients {
  background-color: var(--clr-secondary);
  min-height: auto;
  padding-bottom: 0;
}
.section.clients .slider {
  height: 40px;
  margin: 80px 0;
}
.section.clients .slider .slide {
  text-align: center;
}
.section.clients .slider .slide .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section.clients .slider .slide .content .logo {
  width: auto;
  height: 45px;
}
.section.custom-request {
  background-image: url(../img/bg-wood.jpg);
  background-repeat: repeat-x;
  background-position: center;
  min-height: auto;
}
.section.custom-request .form {
  max-width: 910px;
  margin: 40px auto 0;
}
.section.custom-request .form .input {
  height: 60px;
  line-height: 60px;
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  border-color: var(--clr-gray-300);
}
.section.faq .accordion {
  margin: 40px 0;
}
.section.faq .accordion .item {
  background-color: var(--clr-gray-200);
  border-radius: 8px;
  margin-bottom: 40px;
}
.section.faq .accordion .item .header {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 40px;
  cursor: pointer;
}
.section.faq .accordion .item .header .toggle-plus {
  flex: 0 0 70px;
}
.section.faq .accordion .item .header h3 {
  font-size: 34px;
}
.section.faq .accordion .item .header:hover, .section.faq .accordion .item .header:focus {
  opacity: 0.8;
}
.section.faq .accordion .item .header:active {
  opacity: 1;
}
.section.faq .accordion .item .body {
  padding: 40px;
  border-top: 1px solid var(--clr-gray-400);
  display: none;
}
.section.faq .accordion .item .body ul {
  padding-left: 20px;
  margin-bottom: 12px;
}
.section.faq .accordion .item .body p {
  margin-bottom: 12px;
}
.section.faq .accordion .item .body a {
  text-decoration: underline;
}
.section.service-area {
  background-color: var(--clr-gray-100);
}
.section.service-area .title-section {
  margin-bottom: 40px;
}
.section.service-area p {
  margin-bottom: 15px;
}
.section.service-area img {
  margin-top: 40px;
}
.section.experiences {
  min-height: auto;
  padding: 0 !important;
}
.section.experiences .item {
  height: 360px;
  padding: 60px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section.experiences .item.events {
  background-image: url("../img/exp-private.jpg");
}
.section.experiences .item.planing {
  background-image: url("../img/exp-planing.jpg");
}
.section.experiences .item.drop-off {
  background-image: url("../img/exp-dropof.jpg");
}
.section.experiences .item .title {
  font-size: var(--font-size-xl);
  color: var(--clr-white);
}
.section.experiences .item .btn {
  max-width: 280px;
  margin: 0 auto;
}
.section.meet-team {
  position: relative;
}
.section.meet-team .container {
  position: relative;
}
.section.meet-team .item-float {
  position: absolute;
  z-index: 2;
}
.section.meet-team .item-float.if-03 {
  bottom: -5%;
}
.section.meet-team .item-float.if-08 {
  bottom: 20%;
  left: 5%;
}
.section.meet-team:after {
  content: "";
  position: absolute;
  background-color: var(--clr-gray-800);
  left: 0;
  right: 0;
  top: 35%;
  bottom: 0;
}
.section.meet-team .picture {
  position: relative;
  height: 620px;
}
.section.meet-team .picture .title {
  width: 400px;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: var(--font-size-xxxl);
  line-height: 1;
  position: absolute;
}
.section.meet-team .picture .primary {
  position: relative;
  z-index: 2;
  color: var(--clr-gray-400);
  left: 120px;
}
.section.meet-team .picture .secondary {
  z-index: 3;
  position: relative;
  color: var(--clr-gray-100);
  overflow: hidden;
  width: 200px;
  height: 590px;
  left: 355px;
  top: 60px;
}
.section.meet-team .picture .secondary h2 {
  margin-left: -235px;
  margin-top: -60px;
}
.section.meet-team .picture .photo {
  position: absolute;
  z-index: 1;
  top: 60px;
  bottom: 0;
  left: 355px;
  right: 120px;
  height: auto;
  background: url("../img/chef.jpg") no-repeat center;
  background-size: cover;
}
.section.meet-team .content {
  color: var(--clr-white);
  position: relative;
  z-index: 3;
  padding: 60px 120px 0 355px;
}
.section.meet-team .content p {
  margin-bottom: 40px;
}
.section.make-event {
  position: relative;
  padding-bottom: 0;
}
.section.make-event .container {
  position: relative;
}
.section.make-event .item-float {
  position: absolute;
  z-index: 2;
}
.section.make-event .item-float.if-03 {
  bottom: 5%;
}
.section.make-event .item-float.if-08 {
  bottom: 30%;
  left: 8%;
}
.section.make-event:after {
  content: "";
  position: absolute;
  background-color: var(--clr-gray-800);
  left: 0;
  right: 0;
  top: 35%;
  bottom: 0;
}
.section.make-event .picture {
  position: relative;
  height: 620px;
}
.section.make-event .picture .title {
  width: 600px;
  font-weight: 400;
  font-family: var(--secondary-font);
  font-size: calc(var(--font-size-xxxl) * 0.75);
  line-height: 1;
  position: absolute;
}
.section.make-event .picture .primary {
  position: relative;
  z-index: 2;
  color: var(--clr-gray-400);
  top: 40px;
  left: 0;
}
.section.make-event .picture .secondary {
  z-index: 3;
  position: relative;
  color: var(--clr-gray-100);
  overflow: hidden;
  width: 600px;
  height: 590px;
  left: 450px;
  top: 40px;
}
.section.make-event .picture .secondary h2 {
  margin-left: -450px;
  margin-top: 0;
}
.section.make-event .picture .photo {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 450px;
  right: 0;
  height: auto;
  width: 855px;
}
.section.make-event .content {
  color: var(--clr-white);
  position: relative;
  z-index: 3;
  padding: 60px 0 60px 450px;
}
.section.make-event .content p {
  margin-bottom: 40px;
}
.section.make-event .content p:last-of-type {
  margin-bottom: 0;
}
.section.post-featured {
  min-height: auto;
  padding-bottom: 0;
}
.section.post-featured .photo {
  width: 100%;
}
.section.post-featured .title {
  font-size: var(--font-size-l);
  margin-bottom: 20px;
}
.section.post-featured .title a {
  color: var(--clr-black);
}
.section.post-featured .title a:hover, .section.post-featured .title a focus {
  text-decoration: none;
  color: var(--clr-black);
}
.section.post-featured .text {
  margin-bottom: 15px;
}
.section.post-featured a {
  color: var(--clr-primary);
}
.section.post-featured a:hover, .section.post-featured a:focus {
  opacity: 1;
  color: var(--clr-primary-hover);
}
.section.post-featured a:active {
  color: var(--clr-primary);
}
.section.blog-list .row {
  margin-bottom: 80px;
}
.section.blog-list .post {
  margin-bottom: 40px;
}
.section.blog-list .post .photo {
  margin-bottom: 20px;
  width: 100%;
}
.section.blog-list .post .title {
  font-size: var(--font-size-lg);
  margin-bottom: 20px;
}
.section.blog-list .post .title a {
  color: var(--clr-black);
}
.section.blog-list .post .title a:hover, .section.blog-list .post .title a focus {
  text-decoration: none;
}
.section.blog-list .post .text {
  margin-bottom: 15px;
  font-size: var(--font-size-sm);
}
.section.blog-list .post h2 {
  font-size: var(--font-size-l);
  margin-bottom: 20px;
}
.section.blog-list a {
  color: var(--clr-primary);
}
.section.blog-list a:hover, .section.blog-list a:focus {
  opacity: 1;
  color: var(--clr-primary-hover);
}
.section.blog-list a:active {
  color: var(--clr-primary);
}
.section.article {
  padding-bottom: 40px;
}
.section.article h1 {
  font-size: var(--font-size-xl);
  line-height: 1.2;
  margin-bottom: 40px;
}
.section.article p {
  margin-bottom: 15px;
}
.section.article img {
  display: block;
  margin: 40px auto;
  max-width: 90%;
  height: auto;
}
.section.hero-small {
  min-height: 450px;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--clr-white);
}
.section.hero-small .title-section {
  margin-bottom: 40px;
}
.section.hero-small p {
  line-height: 1.5;
}
.section.hero-small .content {
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 3;
}
.section.hero-small .item-float {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}
.section.hero-small .item-float.if-01 {
  top: 18%;
  left: 12%;
}
.section.hero-small .item-float.if-02 {
  top: -10%;
  right: 15%;
}
.section.hero-small .item-float.if-07 {
  top: 70%;
  right: 10%;
}
.section.hero-small .item-float.if-08 {
  top: -10%;
  left: -5%;
}
.section.hero-small .item-float.if-09 {
  top: 70%;
  left: 20%;
}
.section.hero-small .item-float.if-10 {
  top: 35%;
  right: 20%;
}
.section.hero-small .item-fixed {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section.hero-small .item-fixed.if-01 {
  left: -150px;
  margin-top: 150px;
}
.section.hero-small .item-fixed.if-02 {
  right: -200px;
}
.section.video-category {
  min-height: auto;
  padding-bottom: 0;
}
.section.video-category .title {
  font-size: var(--font-size-xl);
  margin-bottom: 28px;
}
.section.video-category .title .icon {
  position: relative;
  margin-right: 20px;
}
.section.video-category.c-2 .title .icon, .section.video-category.c-3 .title .icon, .section.video-category.c-4 .title .icon, .section.video-category.c-5 .title .icon {
  top: 5px;
}
.section.video-category .video-slider {
  height: 320px;
}
.section.video-category .video-slider .slick-list {
  margin: 0 -15px;
}
.section.video-category .video-slider .slick-list .slick-slide {
  margin: 0 15px;
  position: relative;
}
.section.video-category .video-slider .slick-list .slick-slide .slide {
  cursor: pointer;
  background: var(--clr-black);
}
.section.video-category .video-slider .slick-list .slick-slide .slide .video {
  width: 420px;
  opacity: 0.6;
}
.section.video-category .video-slider .slick-list .slick-slide .slide .text {
  color: var(--clr-white);
  font-size: var(--font-size-sm);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 15px;
  min-height: 64px;
}
.section.video-category .video-slider .slick-list .slick-slide .slide .icon {
  color: var(--clr-white);
  font-size: 60px;
  font-weight: normal;
  height: 60px;
  text-align: center;
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}
.section.video-category .video-slider .slick-list .slick-slide .slide:hover .icon {
  color: var(--clr-primary);
}
.section.video-category .video-slider .slick-arrow {
  position: absolute;
  top: -60px;
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #000;
  cursor: pointer;
}
.section.video-category .video-slider .slick-arrow:before {
  font-size: 21px;
}
.section.video-category .video-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.section.video-category .video-slider .slick-arrow.slick-prev {
  right: 60px;
  left: auto;
}
.section.benefits {
  min-height: auto;
  padding-bottom: 0;
}
.section.benefits .item-wrapper .item {
  background-color: var(--clr-gray-100);
  border-radius: 16px;
  text-align: center;
  min-height: 220px;
  padding: 60px 30px 20px;
  position: relative;
  min-height: 100%;
}
.section.benefits .item-wrapper .item .icon {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  background-color: var(--clr-primary);
  text-align: center;
  line-height: 100px;
  font-size: 50px;
  color: var(--clr-white);
}
.section.benefits .item-wrapper .item .title {
  font-size: var(--font-size-xl);
  font-family: var(--secondary-font);
}
.section.benefits .item-wrapper .item .text {
  font-size: var(--font-size-md);
}
.section.benefits .item-wrapper:nth-child(1) .icon {
  font-size: 55px;
}
.section.benefits .item-wrapper:nth-child(2) .icon {
  font-size: 50px;
}
.section.benefits .item-wrapper:nth-child(3) .icon {
  font-size: 70px;
}
.section.benefits .item-wrapper:nth-child(4) .icon {
  font-size: 60px;
}
.section.menu {
  min-height: auto;
}
.section.menu .menu-tabs {
  padding-top: 80px;
}
.section.menu .menu-tabs > .header {
  display: flex;
  align-items: top;
  justify-content: center;
  padding-bottom: 20px;
}
.section.menu .menu-tabs > .header .mt-item {
  width: 170px;
  flex: 0 0 170px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.section.menu .menu-tabs > .header .mt-item .icon {
  display: block;
  margin: 0 auto 15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  background-color: var(--clr-gray-100);
  color: var(--clr-black);
}
.section.menu .menu-tabs > .header .mt-item .text {
  font-family: var(--primary-font);
  font-size: var(--font-size-lg);
}
.section.menu .menu-tabs > .header .mt-item.active .icon {
  background-color: var(--clr-primary);
  color: var(--clr-white);
}
.section.menu .menu-tabs .body .mt-body-item {
  display: none;
}
.section.menu .menu-tabs .body .mt-body-item.active {
  display: block;
}
.section.menu .menu-tabs .body p {
  font-size: var(--font-size-sm);
}
.section.menu .menu-tabs .body .block-details .item {
  background-color: var(--clr-gray-100);
  border-radius: 16px;
  text-align: center;
  height: 100%;
  padding-bottom: 20px;
}
.section.menu .menu-tabs .body .block-details .item .title {
  font-size: var(--font-size-lg);
  padding: 8px 40px;
  border-bottom: 1px solid var(--clr-gray-400);
}
.section.menu .menu-tabs .body .block-details .item .text {
  padding: 20px 40px;
  font-size: var(--font-size-sm);
}
.section.menu .menu-slider-container {
  margin: 40px 110px 0;
}
.section.menu .menu-slider-container .menu-slider-wrapper {
  background-color: var(--clr-gray-200);
  border-radius: 16px;
  margin: 0 0 20px;
}
.section.menu .menu-slider-container .menu-slider-wrapper .header {
  position: relative;
  line-height: 70px;
  height: 70px;
  white-space: nowrap;
  padding: 0 20px;
  border-bottom: 1px solid var(--clr-gray-400);
}
.section.menu .menu-slider-container .menu-slider-wrapper .header .title {
  font-size: var(--font-size-l);
}
.section.menu .menu-slider-container .menu-slider-wrapper .header .count {
  position: absolute;
  font-family: var(--secondary-font);
  top: 0;
  right: 120px;
  line-height: 75px;
}
.section.menu .menu-slider-container .menu-slider-wrapper .header .count span {
  font-size: var(--font-size-lg);
  line-height: 1;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-arrow {
  position: absolute;
  top: -35px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--clr-gray-600);
  cursor: pointer;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-arrow:before {
  font-size: 13px;
  color: var(--clr-black);
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-arrow.slick-next {
  right: 20px;
  left: auto;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-arrow.slick-prev {
  right: 60px;
  left: auto;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide {
  padding: 20px;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide .item {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  max-width: 468px;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide .item .photo {
  display: none;
  width: 85px;
  height: 85px;
  flex: 0 0 85px;
  border-radius: 50%;
  background: var(--clr-white);
  margin-right: 20px;
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide .item .title {
  font-size: var(--font-size-sm);
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide .item .text {
  font-size: var(--font-size-xxsm);
}
.section.menu .menu-slider-container .menu-slider-wrapper .body .menu-options-slider .slick-slide .slide .item:last-of-type {
  margin-bottom: 0;
}
.section.menu .prices-list {
  margin: 20px 0;
}
.section.menu .prices-list .pl-item {
  background-color: var(--clr-gray-200);
  border-radius: 16px;
  margin: 16px 0;
  padding: 12px 16px;
  display: flex;
  align-items: center;
}
.section.menu .prices-list .pl-item .icon {
  display: block;
  font-size: 32px;
  padding: 20px 8px;
  border-radius: 50%;
  background-color: var(--clr-white);
  height: 70px;
  width: 70px;
  flex: 0 0 70px;
  text-align: center;
  vertical-align: middle;
}
.section.menu .prices-list .pl-item .icon.icon-bruschetta {
  padding-top: 15px;
}
.section.menu .prices-list .pl-item .icon.icon-turkey {
  font-size: 28px;
}
.section.menu .prices-list .pl-item .icon.icon-shopping-bag {
  font-size: 28px;
}
.section.menu .prices-list .pl-item .content {
  margin-left: 15px;
}
.section.menu .prices-list .pl-item .content p {
  font-size: var(--font-size-sm);
}
.section.experience-gallery {
  background-color: var(--clr-secondary);
}
.section.experience-gallery .title-section {
  margin-bottom: 45px;
  color: var(--clr-white);
}
.section.experience-gallery .event-experience-slider {
  height: 870px;
}
.section.experience-gallery .event-experience-slider .slick-arrow {
  position: absolute;
  top: -85px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--clr-white);
  cursor: pointer;
}
.section.experience-gallery .event-experience-slider .slick-arrow:before {
  font-size: 33px;
  color: var(--clr-white);
}
.section.experience-gallery .event-experience-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.section.experience-gallery .event-experience-slider .slick-arrow.slick-prev {
  right: 120px;
  left: auto;
}
.section.experience-gallery .event-experience-slider .slick-slide img {
  width: 100%;
  height: auto;
}
.section.experience-gallery .event-experience-slider .slick-slide .slide {
  width: 400px;
  text-align: center;
}
.section.experience-gallery .event-experience-slider .slick-slide .slide .name {
  font-size: var(--font-size-lg);
  color: var(--clr-primary);
  margin-bottom: 15px;
}
.section.experience-gallery .event-experience-slider .slick-slide .slide .text {
  font-size: var(--font-size-sm);
  height: 160px;
  overflow: hidden;
}
.section.our-partners {
  height: auto;
  min-height: auto;
}
.section.our-partners .title-section {
  margin-bottom: 45px;
}
.section.our-partners .partners-slider .slick-arrow {
  position: absolute;
  top: -85px;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid var(--clr-black);
  cursor: pointer;
}
.section.our-partners .partners-slider .slick-arrow:before {
  font-size: 33px;
  color: var(--clr-black);
}
.section.our-partners .partners-slider .slick-arrow.slick-next {
  right: 0;
  left: auto;
}
.section.our-partners .partners-slider .slick-arrow.slick-prev {
  right: 120px;
  left: auto;
}
.section.our-partners .partners-slider .partner-wrapper .content .photo {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: none;
  margin: 20px 0;
}
.section.our-partners .partners-slider .partner-wrapper .content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.section.our-partners .partners-slider .partner-wrapper .content p {
  margin-bottom: 15px;
}
.section.our-partners .partners-slider .partner-wrapper .content .btn {
  margin-top: 20px;
}
.section.our-partners .partners-slider .partner-wrapper .gallery {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding-right: 1px;
}
.section.our-partners .partners-slider .partner-wrapper .gallery .photo {
  width: 50%;
  height: 50%;
  flex: 0 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page.show-menu-panel .page-menu-navigation {
  display: block;
}
.page.header-white .header-main {
  background-color: var(--clr-white);
}
.page.header-white .header-main .container .logo.white {
  display: none;
}
.page.header-white .header-main .container .logo.black {
  display: inline-block;
}
.page.header-white .header-main .container .menu-main a {
  color: var(--clr-black);
}
.page.contact-us .book-event {
  padding-top: 80px;
}
.page.contact-us .book-event .title-section {
  margin-bottom: 80px;
}
.page.article .blog-list {
  min-height: auto;
}
.page.landing .header-main .desktop {
  display: block !important;
}

@media (max-width: 1400px) {
  .section.what-we-do .tabs-head .row {
    gap: 15px;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item {
    padding: 15px;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .title {
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .icon {
    margin: 15px 10px 0 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 21px;
  }
  .section.what-we-do .tabs-body .row .col.details .title {
    margin-bottom: 10px;
  }
  .section.what-we-do .tabs-body .row .col.details .text {
    margin-bottom: 25px;
  }
  .section.meet-team .picture .primary {
    left: 80px;
  }
  .section.meet-team .picture .secondary {
    left: 315px;
  }
  .section.meet-team .picture .photo {
    right: 80px;
    left: 315px;
  }
  .section.meet-team .content {
    padding: 40px 80px 40px 315px;
  }
  .section.meet-team .content p {
    margin-bottom: 30px;
  }
  .section.make-event .picture {
    height: 475px;
  }
  .section.make-event .picture .photo {
    width: 675px;
  }
  .section.hero-small .item-float.if-01 {
    top: 18%;
    left: 12%;
  }
  .section.hero-small .item-float.if-02 {
    top: -10%;
    right: 15%;
  }
  .section.hero-small .item-float.if-07 {
    top: 70%;
    right: 10%;
  }
  .section.hero-small .item-float.if-08 {
    top: -10%;
    left: -5%;
  }
  .section.hero-small .item-float.if-09 {
    top: 70%;
    left: 20%;
  }
  .section.hero-small .item-float.if-10 {
    top: 35%;
    right: 20%;
  }
  .section.hero-small .item-fixed.if-01 {
    left: -210px;
    margin-top: 150px;
  }
  .section.hero-small .item-fixed.if-02 {
    right: -280px;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: calc(var(--font-size-lg) * 0.8);
  }
  .section .subtitle {
    top: 30px;
    font-size: calc(var(--font-size-xxxl) * 0.75);
  }
  .section.hero .item-float.if-09 {
    left: 16%;
  }
  .section.what-we-do .tabs-head {
    margin-bottom: 25px;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .text {
    margin-bottom: 15px;
  }
  .section.what-we-do .tabs-body .row .col.details .title {
    line-height: 1;
  }
  .section.events {
    min-height: auto;
  }
  .section.events .slider {
    left: 200px;
    width: calc(100% - 200px);
  }
  .section.events .slider .slick-arrow {
    left: -200px;
  }
  .section.events .slider .slide img {
    width: 550px;
    height: 490px;
  }
  .section.meet-team .picture .primary {
    left: 40px;
  }
  .section.meet-team .picture .secondary {
    left: 275px;
  }
  .section.meet-team .picture .photo {
    right: 40px;
    left: 275px;
  }
  .section.meet-team .content {
    padding: 20px 40px 0 275px;
  }
  .section.meet-team .content p {
    margin-bottom: 15px;
  }
  .section.meet-team .item-float.if-03 {
    bottom: -10%;
  }
  .section.meet-team .item-float.if-08 {
    bottom: 15%;
    left: 5%;
  }
  .section.benefits .item-wrapper .item .icon {
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .section.benefits .item-wrapper .item .title {
    font-size: calc(var(--font-size-xl) * 0.75);
  }
  .section.benefits .item-wrapper .item .text {
    font-size: calc(var(--font-size-md) * 0.75);
  }
  .section.benefits .item-wrapper:nth-child(1) .icon {
    font-size: 45px;
  }
  .section.benefits .item-wrapper:nth-child(2) .icon {
    font-size: 40px;
  }
  .section.benefits .item-wrapper:nth-child(3) .icon {
    font-size: 60px;
  }
  .section.benefits .item-wrapper:nth-child(4) .icon {
    font-size: 50px;
  }
  .section.make-event .picture .primary {
    top: 0;
  }
  .section.make-event .picture .secondary {
    left: 270px;
    top: 0;
  }
  .section.make-event .picture .secondary h2 {
    margin-left: -270px;
  }
  .section.make-event .picture .photo {
    left: 270px;
    top: 5px;
  }
  .section.make-event .content {
    padding-left: 270px;
  }
  .section.menu .menu-tabs {
    padding-top: 40px;
  }
  .section.menu .menu-tabs > .header {
    flex-wrap: wrap;
  }
  .section.menu .menu-slider-container {
    margin: 40px 0;
  }
  .section.experience-gallery .event-experience-slider {
    height: 945px;
  }
  .section.experience-gallery .title-section {
    margin-bottom: 35px;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow {
    width: 60px;
    height: 60px;
    top: -65px;
    cursor: pointer;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow:before {
    font-size: 28px;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow.slick-prev {
    right: 80px;
    left: auto;
  }
  .section.hero-small .item-float {
    opacity: 0.7;
  }
  .section.hero-small .item-float.if-01 {
    top: 18%;
    left: 12%;
  }
  .section.hero-small .item-float.if-02 {
    top: -10%;
    right: 15%;
  }
  .section.hero-small .item-float.if-07 {
    top: 70%;
    right: 10%;
  }
  .section.hero-small .item-float.if-08 {
    top: -10%;
    left: -5%;
  }
  .section.hero-small .item-float.if-09 {
    top: 70%;
    left: 20%;
  }
  .section.hero-small .item-float.if-10 {
    top: 35%;
    right: 20%;
  }
  .section.hero-small .item-fixed {
    opacity: 0.7;
  }
  .section.hero-small .item-fixed.if-01 {
    left: -210px;
    margin-top: 150px;
  }
  .section.hero-small .item-fixed.if-02 {
    right: -280px;
  }
}
@media (max-width: 992px) {
  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .btn {
    font-size: calc(var(--font-size-lg) * 0.75);
    padding: 0 35px;
    line-height: 50px;
  }
  .title-section {
    font-size: calc(var(--font-size-xxl) * 0.75);
    line-height: 1.2;
  }
  .header-main {
    background-color: var(--clr-white);
    height: 80px !important;
  }
  .header-main .desktop {
    display: none;
  }
  .header-main .mobile {
    display: flex !important;
  }
  .section {
    padding: 40px 15px;
    min-height: auto;
  }
  .section.with-title {
    padding: 140px 15px 40px;
  }
  .section.hero-small {
    min-height: 380px;
  }
  .section.hero-small .title-section {
    margin-bottom: 30px;
  }
  .section .subtitle {
    top: 20px;
    font-size: calc(var(--font-size-xxxl) * 0.6);
  }
  .section.hero {
    height: auto;
    min-height: 0;
    padding: 40px 15px;
  }
  .section.hero .item-float {
    display: none;
    opacity: 0.7;
    transform: scale(0.5) !important;
  }
  .section.hero .item-float.if-08 {
    display: block;
    left: -10%;
    top: 0;
  }
  .section.hero .item-float.if-04 {
    display: block;
    top: 85%;
  }
  .section.hero .item-fixed {
    transform: scale(0.5);
    opacity: 0.7;
  }
  .section.hero .item-fixed.if-01 {
    margin-top: 60px;
  }
  .section.hero .item-fixed.if-02 {
    margin-top: 0;
    right: -300px;
  }
  .section.hero .container .title-section {
    margin-bottom: 30px;
  }
  .section.hero .container .paragraph {
    font-size: calc(var(--font-size-lg) * 0.8);
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .section.hero-small {
    padding: 20px 15px;
  }
  .section.hero-small .title-section {
    font-size: calc(var(--font-size-xxl) * 0.6);
    line-height: 1.2;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item {
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .icon {
    margin: 0;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .title {
    margin: 0;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .text {
    margin: 0;
    display: none;
  }
  .section.what-we-do .tabs-body .row {
    flex-direction: column;
  }
  .section.what-we-do .tabs-body .row .col .tab-img {
    margin-bottom: 15px;
  }
  .section.what-we-do .tabs-body .row .col .btn-wrapper {
    text-align: center;
  }
  .section.book-event .spice {
    display: none;
  }
  .section.book-event .container .form-wrapper .btn {
    margin-top: 20px;
  }
  .section.events {
    min-height: auto;
  }
  .section.events .slider {
    left: 120px;
    width: calc(100% - 120px);
  }
  .section.events .slider .slick-arrow {
    left: -120px;
    width: 80px;
    height: 80px;
  }
  .section.events .slider .slick-arrow:before {
    font-size: 38px;
  }
  .section.events .slider .slick-arrow.slick-next {
    top: 40px;
  }
  .section.events .slider .slick-arrow.slick-prev {
    top: 150px;
  }
  .section.events .slider .slide img {
    width: 520px;
    height: 464px;
  }
  .section.clients {
    padding: 100px 0 0;
  }
  .section.clients .slider {
    margin: 60px 0;
  }
  .section.clients .slider .slide .content {
    height: 100%;
  }
  .section.clients .slider .slide .content .logo {
    max-width: 80%;
    height: auto;
    max-height: 30px;
  }
  .section.our-partners .content {
    text-align: center;
  }
  .section.our-partners .content .logo {
    margin: 0 auto;
  }
  .section.our-partners .partners-slider .slick-arrow {
    width: 60px;
    height: 60px;
    top: -65px;
    cursor: pointer;
  }
  .section.our-partners .partners-slider .slick-arrow.slick-prev {
    right: 80px;
  }
  .section.our-partners .gallery {
    display: none;
  }
  .section.our-partners .partner-wrapper .photo {
    display: block !important;
  }
  .section.custom-request .title-section {
    margin-bottom: 20px;
  }
  .section.custom-request .form .input {
    height: 50px;
    line-height: 50px;
  }
  .section.faq {
    min-height: auto;
  }
  .section.faq .accordion .item {
    margin-bottom: 20px;
  }
  .section.faq .accordion .item .header h3 {
    font-size: var(--font-size-lg);
  }
  .section.faq .accordion .item .header .toggle-plus {
    transform: scale(0.5);
    flex: 0 0 50px;
  }
  .section.service-area {
    min-height: auto;
  }
  .section.experiences .item {
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
  }
  .section.experiences .item .title {
    margin-bottom: 25px;
  }
  .section.meet-team .picture .primary {
    left: 0;
  }
  .section.meet-team .picture .secondary {
    left: 150px;
  }
  .section.meet-team .picture .secondary h2 {
    margin-left: -150px;
  }
  .section.meet-team .picture .photo {
    right: 0;
    left: 150px;
  }
  .section.meet-team .content {
    padding: 20px 0 0 150px;
  }
  .section.meet-team .content p {
    margin-bottom: 15px;
  }
  .section.meet-team .item-float {
    display: none;
  }
  .section.article h1 {
    font-size: calc(var(--font-size-xl) * 0.75);
    margin-bottom: 20px;
  }
  .section.article img {
    margin: 20px auto;
  }
  .section.benefits .item-wrapper {
    padding: 30px 20px;
  }
  .section.benefits .item-wrapper .item .icon {
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .section.benefits .item-wrapper .item .title {
    font-size: calc(var(--font-size-xl) * 0.75);
  }
  .section.benefits .item-wrapper .item .text {
    font-size: calc(var(--font-size-md) * 0.75);
  }
  .section.benefits .item-wrapper:nth-child(1) .icon {
    font-size: 45px;
  }
  .section.benefits .item-wrapper:nth-child(2) .icon {
    font-size: 40px;
  }
  .section.benefits .item-wrapper:nth-child(3) .icon {
    font-size: 60px;
  }
  .section.benefits .item-wrapper:nth-child(4) .icon {
    font-size: 50px;
  }
  .section.make-event {
    padding-top: 0;
  }
  .section.make-event .item-float {
    display: none;
  }
  .section.make-event:after {
    top: 25%;
  }
  .section.make-event .picture {
    height: auto;
  }
  .section.make-event .picture .primary {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .section.make-event .picture .primary h2 {
    width: auto;
    position: static;
    font-size: calc(var(--font-size-xxxl) * 0.45);
    text-align: center;
  }
  .section.make-event .picture .secondary {
    display: none;
  }
  .section.make-event .picture .photo {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .section.make-event .content {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .section.menu .menu-tabs .body .block-details {
    gap: 20px;
  }
  .section.experience-gallery .event-experience-slider {
    height: 705px;
  }
  .section.video-category .title {
    font-size: calc(var(--font-size-xl) * 0.75);
    margin-bottom: 55px;
    line-height: 1;
  }
  .section.video-category .title .icon {
    margin-right: 8px;
  }
  .section.video-category .title .icon.icon-pastry {
    font-size: 40px;
  }
  .section.video-category .video-slider .slick-arrow {
    top: -30px;
  }
  .section.hero-small {
    position: relative;
  }
  .section.hero-small:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .section.hero-small .item-float {
    opacity: 0.6;
    transform: scale(0.7) !important;
  }
  .section.hero-small .item-float.if-01 {
    display: none;
  }
  .section.hero-small .item-float.if-07 {
    top: 60%;
  }
  .section.hero-small .item-float.if-08 {
    top: 0;
  }
  .section.hero-small .item-float.if-10 {
    display: none;
  }
  .section.hero-small .item-fixed {
    opacity: 0.6;
    transform: scale(0.7);
  }
  .section.hero-small .item-fixed.if-01 {
    left: -210px;
    margin-top: 100px;
  }
  .section.hero-small .item-fixed.if-02 {
    right: -280px;
  }
  .main-footer .logo-wrapper {
    margin-bottom: 15px;
  }
  .main-footer .bottom ul {
    gap: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-footer .bottom ul li {
    margin-right: 15px;
    text-align: center;
  }
  .main-footer .bottom ul li.rights {
    width: 100%;
    margin-bottom: 10px;
  }
  .page.contact-us .book-event {
    padding-top: 40px;
  }
  .page.contact-us .book-event .title-section {
    margin-bottom: 40px;
  }
  .page.article .blog-list {
    text-align: center;
  }
  .header-white {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .header-main .mobile {
    justify-content: start !important;
  }
  .title-section {
    font-size: calc(var(--font-size-xxl) * 0.6);
    line-height: 1.2;
  }
  .section .subtitle {
    font-size: calc(var(--font-size-xxxl) * 0.45);
  }
  .section.with-title {
    padding: 110px 15px 40px;
  }
  .section.what-we-do .tabs-head .row {
    flex-direction: column;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item {
    padding: 8px;
    display: flex;
    flex-direction: row;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .icon {
    margin: 0 15px 0 0;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .title {
    margin: 0;
    text-align: left;
  }
  .section.what-we-do .tabs-head .row .tabs-head-item .text {
    margin: 0;
    display: none;
  }
  .section.events {
    min-height: auto;
  }
  .section.events .section-header {
    margin-bottom: 20px;
  }
  .section.events .slider {
    left: 0;
    width: 100%;
    padding-top: 60px;
  }
  .section.events .slider .slick-arrow {
    top: 25px !important;
    right: 0;
    left: auto;
    width: 50px;
    height: 50px;
  }
  .section.events .slider .slick-arrow:before {
    font-size: 28px;
  }
  .section.events .slider .slick-arrow.slick-next {
    right: 0;
  }
  .section.events .slider .slick-arrow.slick-prev {
    right: 70px;
  }
  .section.events .slider .slide {
    padding: 0;
  }
  .section.events .slider .slide img {
    width: auto;
    height: auto;
  }
  .section.events .count {
    bottom: auto;
    top: 0;
    font-size: 32px;
  }
  .section.events .count span {
    font-size: var(--font-size-xl);
  }
  .section.book-event .container .form-wrapper {
    padding: 15px;
  }
  .section.book-event .container .form-wrapper .row {
    margin: 0;
  }
  .section.book-event .container .form-wrapper .row .form-item {
    margin-bottom: 16px;
  }
  .section.book-event .container .form-wrapper .row .form-item .text {
    margin-bottom: 8px;
  }
  .section.book-event .container .form-wrapper .form-item .textarea {
    min-height: 100px;
  }
  .section.book-event .container .form-wrapper .btn {
    margin-top: 0;
  }
  .section.meet-team .picture {
    height: auto;
  }
  .section.meet-team .picture .primary .title {
    width: auto;
    text-align: center;
    position: static;
    font-size: calc(var(--font-size-xxxl) * 0.45);
  }
  .section.meet-team .picture .secondary {
    display: none;
  }
  .section.meet-team .picture .photo {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: 380px;
  }
  .section.meet-team .content {
    padding: 20px 0 0 0;
  }
  .section.meet-team .content p {
    margin-bottom: 15px;
  }
  .section.blog-list {
    text-align: center;
  }
  .section.post-featured .photo {
    margin-bottom: 20px;
  }
  .section.post-featured .title {
    font-size: var(--font-size-lg);
  }
  .section.experience-gallery .event-experience-slider {
    height: 525px;
  }
  .section.experience-gallery .title-section {
    margin-bottom: 50px;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: -30px;
    cursor: pointer;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow:before {
    font-size: 21px;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow.slick-next {
    right: 0;
    left: auto;
  }
  .section.experience-gallery .event-experience-slider .slick-arrow.slick-prev {
    right: 60px;
    left: auto;
  }
  .section.experience-gallery .event-experience-slider .slick-slide img:last-of-type {
    display: none;
  }
  .section.post-featured {
    text-align: center;
  }
  .section.hero-small .item-float {
    opacity: 0.6;
    transform: scale(0.7) !important;
  }
  .section.hero-small .item-float.if-02 {
    right: 10%;
  }
  .section.hero-small .item-float.if-09 {
    display: none;
  }
  .section.hero-small .item-fixed {
    opacity: 0.6;
    transform: scale(0.7);
  }
  .section.hero-small .item-fixed.if-01 {
    left: -210px;
    margin-top: 100px;
  }
  .section.hero-small .item-fixed.if-02 {
    right: -220px;
  }
  .iframe-video {
    width: 360px;
    height: 203px;
  }
}
@media (max-width: 576px) {
  .header-main .menu-main-container {
    width: 100% !important;
  }
  .section .subtitle {
    font-size: calc(var(--font-size-xxxl) * 0.3);
  }
  .section.with-title {
    padding: 80px 15px 40px;
  }
  .section.hero .container .title-section {
    font-size: calc(var(--font-size-xxl) * 0.5);
  }
  .section.hero .item-fixed {
    opacity: 0.6;
  }
  .section.hero .item-fixed.if-01 {
    margin-top: 125px;
    left: -200px;
  }
  .section.hero .item-fixed.if-02 {
    margin-top: 0;
    right: -200px;
  }
  .section.hero .item-float.if-08 {
    top: 15%;
  }
  .section.hero .item-float.if-04 {
    top: 315px;
    right: -10%;
  }
  .section.review .section-header {
    margin-bottom: 20px;
  }
  .section.review .review {
    max-width: 180px;
    height: auto;
  }
  .section.review .review-slider .slick-arrow {
    width: 50px;
    height: 50px;
    top: -50px !important;
  }
  .section.review .review-slider .slick-arrow.slick-prev {
    right: 60px;
  }
  .section.review .button-section {
    text-align: center;
    margin-top: 40px;
  }
  .section.clients {
    padding: 40px 0 0;
  }
  .section.our-partners .partners-slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: -65px;
    cursor: pointer;
  }
  .section.our-partners .partners-slider .slick-arrow:before {
    font-size: 24px;
  }
  .section.our-partners .partners-slider .slick-arrow.slick-prev {
    right: 55px;
  }
  .section.custom-request .title-section {
    margin-bottom: 40px;
  }
  .section.custom-request .form .form-item {
    margin-bottom: 16px;
  }
  .section.custom-request .form .form-item .input {
    height: 50px;
    line-height: 50px;
    max-width: 100%;
  }
  .section.custom-request .form .btn {
    display: block;
    margin: 0 auto;
  }
  .section.meet-team .picture .primary .title {
    font-size: calc(var(--font-size-xxxl) * 0.3);
  }
  .section.experiences .item .title {
    font-size: calc(var(--font-size-xl) * 0.75);
  }
  .section.benefits .item-wrapper {
    padding: 10px 15px;
  }
  .section.benefits .item-wrapper .item {
    display: flex;
    padding: 10px 20px;
    align-items: center;
  }
  .section.benefits .item-wrapper .item .icon {
    flex: 0 0 80px;
    position: static;
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .section.benefits .item-wrapper .item .content {
    width: 100%;
    text-align: left;
    padding-left: 15px;
  }
  .section.benefits .item-wrapper .item .title {
    font-size: calc(var(--font-size-xl) * 0.75);
  }
  .section.benefits .item-wrapper .item .text {
    font-size: calc(var(--font-size-md) * 0.75);
  }
  .section.benefits .item-wrapper:nth-child(1) .icon {
    font-size: 45px;
  }
  .section.benefits .item-wrapper:nth-child(2) .icon {
    font-size: 40px;
  }
  .section.benefits .item-wrapper:nth-child(3) .icon {
    font-size: 60px;
  }
  .section.benefits .item-wrapper:nth-child(4) .icon {
    font-size: 50px;
  }
  .section.make-event .picture {
    margin-top: 20px;
  }
  .section.make-event .picture .primary h2 {
    font-size: calc(var(--font-size-xxxl) * 0.3);
  }
  .section.make-event .content {
    padding-top: 20px;
  }
  .section.experience-gallery .event-experience-slider {
    height: auto;
  }
  .section.clients {
    padding: 70px 0 0;
  }
  .section.clients .slider {
    margin: 35px 0;
  }
  .section.menu .menu-tabs > .header .mt-item {
    width: 150px;
    flex: 0 0 150px;
  }
  .section.menu .menu-slider-container .menu-slider-wrapper .header {
    padding-bottom: 40px;
    text-align: center;
    height: auto;
  }
  .section.menu .menu-slider-container .menu-slider-wrapper .header .count {
    top: 65px;
    right: auto;
    line-height: 1;
    left: 20px;
  }
  .section.menu .menu-slider-container .body .menu-options-slider .slick-slide .slide .item .photo {
    display: none;
  }
  .section.menu .menu-slider-container .body .menu-options-slider .slick-arrow {
    top: -20px;
  }
  .section.menu .prices-list .pl-item {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .section.hero .item-float.if-10 {
    right: 5%;
  }
  .section.hero .item-float.if-04 {
    top: 270px;
  }
}
[data-scroll-container] {
  display: flex;
}/*# sourceMappingURL=app.css.map */