@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
/*Colors*/
/*fonts*/
/*@import "reboot";
@import "type";
@import "images";
@import "containers";*/
.custom-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

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

.custom-col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-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) {
  .custom-col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .custom-offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .custom-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) {
  .custom-col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .custom-offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .custom-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) {
  .custom-col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .custom-offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .custom-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) {
  .custom-col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .custom-offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .custom-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) {
  .custom-col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .custom-offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .custom-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;
  }
}
/*@import "tables";
@import "forms";
@import "buttons";
@import "transitions";
@import "dropdown";
@import "button-group";
@import "nav";
@import "navbar";
@import "card";
@import "accordion";
@import "breadcrumb";
@import "pagination";
@import "badge";
@import "alert";
@import "progress";
@import "list-group";
@import "close";
@import "toasts";
@import "modal";
@import "tooltip";
@import "popover";
@import "carousel";
@import "spinners";
@import "offcanvas";
@import "placeholders";

// Helpers
@import "helpers";

// Utilities
@import "utilities/api";
// scss-docs-end import-stack*/
/*# sourceMappingURL=bgh-style.css.map */
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.social-2023 {
  display: inline-flex;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .social-2023 {
    padding-bottom: 50px;
  }
}
.social-2023 .social-icon-2023 {
  margin-right: 8px;
}
.social-2023 .social-icon-2023 img {
  height: 32px;
}

a {
  color: #6E2A5C;
}

.btn {
  background-color: #A81D3F;
  text-transform: capitalize;
  padding: 8px 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  border-radius: 0;
  color: #ffffff;
}
.btn:hover {
  color: #ffffff !important;
  background: #6E2A5C !important;
  text-decoration: none !important;
}
.btn.btn-white {
  background-color: transparent;
  border: 2px solid #ffffff;
  font-weight: 700;
}
.btn.btn-white:hover {
  background: #ffffff !important;
  color: #6E2A5C !important;
  text-decoration: none !important;
}

.banner-2023-6 .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-weight: 700;
}
.banner-2023-6 .btn:hover {
  background: #ffffff !important;
  color: #6E2A5C !important;
  text-decoration: none !important;
}

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

@media (max-width: 991px) {
  .hide-mobile {
    display: none;
  }
}

.justify-center-row {
  justify-content: center;
}

.fade-in-content {
  transition: all 1.5s ease-in;
}

.fade-visibility {
  opacity: 1;
  transition: all 1.5s ease-in;
}

.astm-search-menu a {
  color: #6E2A5C !important;
  padding-top: 8px !important;
}

.search-results {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .astm-search-menu {
    position: absolute;
    right: 0;
    top: -90px;
  }
  .astm-search-menu .is-search-form {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .astm-search-menu {
    display: none;
  }
}
@media (min-width: 992px) {
  #site-header {
    display: none;
  }
}

.upcoming-event-highlight {
  background: #6E2A5C;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -23px;
}
.upcoming-event-highlight a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}

.theme-button, .color-button, input[type=submit], button:where([type=submit], [type=reset]), .button, .added_to_cart {
  background-color: #6E2A5C;
}

@media (max-width: 991px) {
  .wpex-border-main {
    border-color: rgba(64, 64, 64, 0.1);
    color: #444444;
    text-align: center;
    text-transform: uppercase;
  }
}

@media (max-width: 991px) {
  .wpex-unstyled-button {
    color: #ffffff;
  }
}

.menu-item-4004 a,
.menu-item-4004 span,
.menu-item-30832 a,
.menu-item-30832 span {
  color: #6E2A5C !important;
  font-weight: 600 !important;
  letter-spacing: 0.94px;
}
.menu-item-4004 a:hover,
.menu-item-4004 span:hover,
.menu-item-30832 a:hover,
.menu-item-30832 span:hover {
  color: #A81D3F !important;
}
@media (max-width: 991px) {
  .menu-item-4004 a,
.menu-item-4004 span,
.menu-item-30832 a,
.menu-item-30832 span {
    font-size: 15px;
  }
}

.btn-header {
  font-size: 14px;
}
.btn-header:hover, .btn-header:active {
  background: #6E2A5C;
  border-color: #6E2A5C;
}

.bgh-logo {
  height: 75px;
}
@media (max-width: 767px) {
  .bgh-logo {
    height: 55px;
  }
}

.top-header-2023 {
  display: flex;
  justify-content: space-evenly;
  vertical-align: middle;
}
.top-header-2023 .icon-2023 {
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
.top-header-2023 .parking-icon {
  height: 21px;
}
.top-header-2023 .top-header-info {
  padding-top: 20px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .top-header-2023 .top-header-info {
    display: none;
  }
}
.top-header-2023 a.text-2023 {
  color: #444444;
}

.top-header-2023-xs {
  /*display: flex;
  justify-content: space-around;
  vertical-align: middle;*/
  text-align: center;
}
.top-header-2023-xs .icon-2023 {
  height: 18px;
  vertical-align: middle;
  margin-right: 3px;
}
.top-header-2023-xs .top-header-info {
  padding-top: 20px;
  font-weight: 300;
}
@media (min-width: 992px) {
  .top-header-2023-xs .top-header-info {
    display: none;
  }
}
.top-header-2023-xs a.text-2023 {
  color: #444444;
}

header.header-2023 {
  height: auto;
  position: relative;
}
header.header-2023 .wpex-dropdown-top-border .main-navigation-ul .menu-item .sub-menu {
  border-color: #F599B1 !important;
}
header.header-2023 #site-navigation-wrap {
  position: relative;
  width: 100%;
  display: block;
}
header.header-2023 .header-one #site-logo {
  float: none;
}
header.header-2023 .sf-menu {
  float: none;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding-top: 5px;
  padding-bottom: 5px;
}
header.header-2023 .sf-menu .menu-item > a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #444444;
}
header.header-2023 .sf-menu .menu-item > a:hover, header.header-2023 .sf-menu .menu-item > a:active, header.header-2023 .sf-menu .menu-item > a:focus, header.header-2023 .sf-menu .menu-item > a:focus-within {
  color: #6E2A5C !important;
}
header.header-2023 .sf-menu .menu-item.dropdown.sfHover a {
  color: #6E2A5C !important;
}
header.header-2023 #site-navigation-wrap {
  border-top: 1px solid rgba(68, 68, 68, 0.1);
  margin-top: 15px;
}
@media (max-width: 991px) {
  header.header-2023 #site-navigation-wrap {
    display: none;
  }
}
header.header-2023 nav#site-navigation {
  width: 100%;
  display: flex;
}
header.header-2023 .wpex-right-0 {
  right: 15px;
  top: 35%;
}

.purchase-tickets-mobile-link .btn {
  width: 100%;
  display: block;
  text-align: center;
}

footer#footer,
#footer-bottom {
  display: none;
}

footer.footer-2023 {
  background: #6E2A5C;
  color: #ffffff;
  padding-top: 81px;
  padding-bottom: 27px;
  font-weight: 300 !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  footer.footer-2023 {
    text-align: center;
    font-size: 15px !important;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
footer.footer-2023 a {
  color: #ffffff;
}
footer.footer-2023 .footer-logo-2023 {
  margin-bottom: 25px;
}
footer.footer-2023 .footer-content-left a {
  font-weight: 400;
}
footer.footer-2023 .footer-content-right {
  margin-top: 15px;
}
footer.footer-2023 .footer-content-right .vc_btn-green, footer.footer-2023 .footer-content-right a.vc_btn-green, footer.footer-2023 .footer-content-right button.vc_btn-green,
footer.footer-2023 .footer-content-right .vc_btn-green:hover, footer.footer-2023 .footer-content-right a.vc_btn-green:hover, footer.footer-2023 .footer-content-right button.vc_btn-green:hover {
  background-color: #A81D3F;
  text-transform: uppercase;
  padding: 8px 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  border-radius: 0;
}
footer.footer-2023 .footer-content-right .vc_btn-green:hover, footer.footer-2023 .footer-content-right a.vc_btn-green:hover, footer.footer-2023 .footer-content-right button.vc_btn-green:hover,
footer.footer-2023 .footer-content-right .vc_btn-green:hover:hover, footer.footer-2023 .footer-content-right a.vc_btn-green:hover:hover, footer.footer-2023 .footer-content-right button.vc_btn-green:hover:hover {
  color: #6E2A5C !important;
  background: #ffffff !important;
  text-decoration: none !important;
}
footer.footer-2023 .footer-content-right ul {
  list-style: none;
  margin-left: 0;
  padding-top: 10px;
}
footer.footer-2023 .footer-content-right ul li {
  list-style: none;
  padding-bottom: 15px;
}
footer.footer-2023 .footer-content-right ul li a {
  font-size: 16px !important;
}
footer.footer-2023 .footer-copyright-2023 {
  padding-top: 30px;
  font-size: 15px;
}
@media (max-width: 767px) {
  footer.footer-2023 .footer-copyright-2023 {
    font-size: 14px;
  }
}

.home-page-bg {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
}
.home-page-bg:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.8055555556%;
}
.home-page-bg > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .home-page-bg {
    position: relative;
  }
  .home-page-bg:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.1282051282%;
  }
  .home-page-bg > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.home-page-bg,
.home-page-video {
  position: relative;
}
.home-page-bg h1,
.home-page-video h1 {
  font-family: "Abril Fatface", cursive;
  font-size: 81px;
  letter-spacing: 0;
  line-height: 1.2;
  color: #ffffff;
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .home-page-bg h1,
.home-page-video h1 {
    font-size: 50px;
  }
}
.home-page-bg .home-page-video-copy,
.home-page-video .home-page-video-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  text-align: center;
}
@media (max-width: 767px) {
  .home-page-bg .home-page-video-copy,
.home-page-video .home-page-video-copy {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.home-page-bg .btn,
.home-page-video .btn {
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.5);
}
.home-page-bg .btn:hover,
.home-page-video .btn:hover {
  text-shadow: none;
}

.banner-bg-size-large {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
}
.banner-bg-size-large:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 41.8055555556%;
}
.banner-bg-size-large > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .banner-bg-size-large {
    position: relative;
  }
  .banner-bg-size-large:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 125.1282051282%;
  }
  .banner-bg-size-large > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.banner-bg-size-medium {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 100%;
}
.banner-bg-size-medium:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 31.9444444444%;
}
.banner-bg-size-medium > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  .banner-bg-size-medium {
    position: relative;
  }
  .banner-bg-size-medium:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 117.9487179487%;
  }
  .banner-bg-size-medium > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.b23-banner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  text-align: center;
}
.b23-banner h2, .b23-banner h3, .b23-banner h4, .b23-banner a {
  color: #ffffff;
}
.b23-banner h2 {
  font-family: "Abril Fatface", cursive;
  font-size: 81px;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .b23-banner h2 {
    font-size: 50px;
  }
}
.b23-banner h3 {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 1.2px;
  line-height: 1.75;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .b23-banner h3 {
    font-size: 32px;
    line-height: 1.2;
  }
}
.b23-banner p {
  font-size: 18px;
  letter-spacing: 1.13px;
  line-height: 24px;
}
.b23-banner .b23-banner-copy h2, .b23-banner .b23-banner-copy h3 {
  text-shadow: 0px 3px 16px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .b23-banner .b23-banner-copy {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.b23-banner-link {
  margin-top: 40px;
}

#two-col-content {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: cover;
}
@media (max-width: 767px) {
  #two-col-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#two-col-content h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  color: #6E2A5C;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #two-col-content h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  #two-col-content .col-order-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  #two-col-content .col-order-2 {
    order: 2;
  }
}
#two-col-content .custom-col-md-6 {
  position: relative;
}
#two-col-content .tcc-di {
  width: 85%;
}
@media (max-width: 767px) {
  #two-col-content .tcc-di {
    width: auto;
  }
}
#two-col-content .img2 {
  text-align: right;
  margin-top: -120px;
  margin-left: auto;
  max-width: 60%;
}
@media (max-width: 767px) {
  #two-col-content .img2 {
    display: none;
  }
}
#two-col-content .tcc-btn-link {
  margin-top: 35px;
}
#two-col-content .tcc-content p {
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #444444;
}
#two-col-content .tcc-no-flip .tcc-content {
  padding-left: 15%;
}
@media (max-width: 767px) {
  #two-col-content .tcc-no-flip .tcc-content {
    padding: 0;
    text-align: center;
  }
}
#two-col-content .tcc-no-flip .award-txt {
  font-size: 16px;
  letter-spacing: 1px;
  color: #6E2A5C;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #two-col-content .tcc-no-flip .award-txt {
    display: none;
  }
}
#two-col-content .tcc-no-flip .award-txt h3 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #6E2A5C;
}
@media (max-width: 767px) {
  #two-col-content .tcc-flip .img1 {
    margin-bottom: 25px;
  }
}
#two-col-content .tcc-flip .tcc-content {
  padding-right: 10%;
}
@media (max-width: 767px) {
  #two-col-content .tcc-flip .tcc-content {
    padding: 0;
    text-align: center;
  }
}
#two-col-content .tcc-flip .tcc-content > p {
  margin-bottom: 5px;
}
#two-col-content .tcc-flip .tcc-content h2 {
  margin-top: 5px;
}
#two-col-content .tcc-flip .tcc-content strong {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #6E2A5C;
}
@media (max-width: 767px) {
  #two-col-content .tcc-flip .tcc-content strong {
    font-size: 14px;
  }
}
#two-col-content .dot-dash {
  position: absolute;
  left: -7%;
  bottom: 14%;
  width: 21%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  #two-col-content .dot-dash {
    display: none;
  }
}
#two-col-content .dot {
  height: 15px;
  width: 15px;
  border: 1px solid #F599B1;
  border-radius: 50%;
  display: inline-block;
  margin-right: 3px;
}
#two-col-content .dashed-line {
  border-top: 2px dashed #F599B1;
  width: 100%;
  display: inline-block;
}

#upcoming-events-2023 {
  text-align: center;
  padding-top: 94px;
  padding-bottom: 94px;
}
@media (max-width: 767px) {
  #upcoming-events-2023 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#upcoming-events-2023 img {
  width: 100%;
}
#upcoming-events-2023 .btn {
  width: 100%;
  display: block;
  margin-top: 35px;
}
#upcoming-events-2023 h2 {
  font-size: 37px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #6E2A5C;
  margin-bottom: 35px;
  text-transform: uppercase;
}
#upcoming-events-2023 a {
  margin-bottom: 0;
}
#upcoming-events-2023 a:hover {
  color: #A81D3F;
}
#upcoming-events-2023 .cc-bg {
  background: #F4EFF2;
  padding: 0;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
@media (min-width: 768px) {
  #upcoming-events-2023 .custom-col-md-4 {
    width: 31.333333%;
  }
}
#upcoming-events-2023 .event-col {
  padding: 25px;
  margin-top: -7px;
  text-align: left;
}
@media (max-width: 767px) {
  #upcoming-events-2023 .event-col {
    margin-bottom: 25px;
  }
}
#upcoming-events-2023 .event-col h3 {
  font-size: 22px;
  font-weight: 700;
  color: #6E2A5C;
  margin-top: 0;
  margin-bottom: 15px;
}
#upcoming-events-2023 .event-col h4 {
  font-size: 16px;
  letter-spacing: 0.96px;
  color: #A81D3F;
  margin-top: 0;
  margin-bottom: 15px;
}
#logos-2023 {
  background: #F4EFF2;
  padding-top: 60px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #logos-2023 {
    padding: 42px 20px;
  }
}
#logos-2023 .home-logos {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
@media (max-width: 767px) {
  #logos-2023 .home-logos {
    flex-wrap: wrap;
  }
}
#logos-2023 .home-logos .home-logo {
  flex: 33%;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/*# sourceMappingURL=bgh-style.css.map */
